01JN5XBS87DDY3PRNWEXSCE9S3: 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: 01JN5XC90DNR3PTDFHGJ2KXEYS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T09:15:32.392Zjob assigned to worker 01JN5XCGMZA75B8F4T9M1EM21G [factory aws, i-005ff66b97315a3bd] (queued for 52 s)
 
22025-02-28T09:15:40.367Zstarting task 0: "setup"
32025-02-28T09:15:40.374Z++ uname -s
42025-02-28T09:15:40.377Z+ kern=SunOS
52025-02-28T09:15:40.377Z+ build_user=build
62025-02-28T09:15:40.377Z+ build_uid=12345
72025-02-28T09:15:40.377Z+ work_dir=/work
82025-02-28T09:15:40.377Z+ input_dir=/input
92025-02-28T09:15:40.377Z+ [[ 0 == 12345 ]]
102025-02-28T09:15:40.378Z+ case "$kern" in
112025-02-28T09:15:40.378Z+ groupadd -g 12345 build
122025-02-28T09:15:40.380Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T09:15:42.386Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T09:15:42.510Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T09:15:42.513Z+ home_fs=zfs
162025-02-28T09:15:42.513Z+ [[ zfs == autofs ]]
172025-02-28T09:15:42.513Z+ mkdir -p /home/build
182025-02-28T09:15:42.513Z+ chown build:build /home/build /work
192025-02-28T09:15:44.515Z+ chmod 0700 /home/build /work
202025-02-28T09:15:44.517Zprocess exited: duration 4150 ms, exit code 0
 
212025-02-28T09:15:44.523Zstarting task 1: "rust-toolchain"
222025-02-28T09:15:44.528Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T09:15:44.528Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-28T09:15:44.528Z * rust toolchain channel = "1.85.0"
252025-02-28T09:15:44.528Z * rust toolchain profile = "default"
262025-02-28T09:15:44.528Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T09:15:44.528Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T09:15:44.531Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T09:15:44.531Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T09:15:44.632Zinfo: downloading installer
312025-02-28T09:15:45.941Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T09:15:45.941Zwarning: /opt/ooce/bin
332025-02-28T09:15:45.941Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T09:15:45.941Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T09:15:45.941Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T09:15:45.941Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T09:15:45.941Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T09:15:45.941Zerror: cannot install while Rust is installed
392025-02-28T09:15:45.941Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T09:15:45.966Zinfo: profile set to 'default'
412025-02-28T09:15:45.966Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T09:15:45.971Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T09:15:46.127Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T09:15:46.127Zinfo: downloading component 'cargo'
452025-02-28T09:15:46.987Zinfo: downloading component 'clippy'
462025-02-28T09:15:47.319Zinfo: downloading component 'rust-docs'
472025-02-28T09:15:48.622Zinfo: downloading component 'rust-std'
482025-02-28T09:15:50.556Zinfo: downloading component 'rustc'
492025-02-28T09:15:57.209Zinfo: downloading component 'rustfmt'
502025-02-28T09:15:57.459Zinfo: installing component 'cargo'
512025-02-28T09:15:58.290Zinfo: installing component 'clippy'
522025-02-28T09:15:58.672Zinfo: installing component 'rust-docs'
532025-02-28T09:16:00.452Zinfo: installing component 'rust-std'
542025-02-28T09:16:02.350Zinfo: installing component 'rustc'
552025-02-28T09:16:08.279Zinfo: installing component 'rustfmt'
562025-02-28T09:16:08.610Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T09:16:08.610Z
582025-02-28T09:16:08.989Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T09:16:08.989Z
602025-02-28T09:16:08.992Z
612025-02-28T09:16:08.992ZRust is installed now. Great!
622025-02-28T09:16:08.992Z
632025-02-28T09:16:08.992ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T09:16:08.992Zenvironment variable. This has not been done automatically.
652025-02-28T09:16:08.992Z
662025-02-28T09:16:08.992ZTo configure your current shell, you need to source
672025-02-28T09:16:08.993Zthe corresponding env file under $HOME/.cargo.
682025-02-28T09:16:08.993Z
692025-02-28T09:16:08.993ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T09:16:08.993Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T09:16:08.993Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T09:16:09.065Z+ rustup --version
732025-02-28T09:16:09.072Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T09:16:09.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T09:16:09.154Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T09:16:09.157Z+ cargo --version
772025-02-28T09:16:09.215Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T09:16:09.218Z+ rustc --version
792025-02-28T09:16:09.282Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T09:16:09.285Zprocess exited: duration 24761 ms, exit code 0
 
812025-02-28T09:16:09.290Zstarting task 2: "authentication"
822025-02-28T09:16:09.312Zprocess exited: duration 21 ms, exit code 0
 
832025-02-28T09:16:09.318Zstarting task 3: "clone repository"
842025-02-28T09:16:09.323Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T09:16:09.325Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T09:16:09.435ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T09:16:18.219Z+ cd /work/oxidecomputer/omicron
882025-02-28T09:16:18.219Z+ git fetch origin 9a67a231393d1dc16e1a62cef14993037bfda175
892025-02-28T09:16:18.518ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T09:16:18.518Z * branch 9a67a231393d1dc16e1a62cef14993037bfda175 -> FETCH_HEAD
912025-02-28T09:16:18.528Z+ [[ -n renovate/reedline-0.x ]]
922025-02-28T09:16:18.533Z++ git branch --show-current
932025-02-28T09:16:18.536Z+ current=main
942025-02-28T09:16:18.536Z+ [[ main != renovate/reedline-0.x ]]
952025-02-28T09:16:18.536Z+ git branch -f renovate/reedline-0.x 9a67a231393d1dc16e1a62cef14993037bfda175
962025-02-28T09:16:18.538Z+ git checkout -f renovate/reedline-0.x
972025-02-28T09:16:18.635ZSwitched to branch 'renovate/reedline-0.x'
982025-02-28T09:16:18.638Z+ git reset --hard 9a67a231393d1dc16e1a62cef14993037bfda175
992025-02-28T09:16:18.735ZHEAD is now at 9a67a2313 Update Rust crate reedline to 0.38.0
1002025-02-28T09:16:18.738Zprocess exited: duration 9418 ms, exit code 0
 
1012025-02-28T09:16:18.743Zstarting task 4: "build"
1022025-02-28T09:16:18.748Z+ source .github/buildomat/ci-env.sh
1032025-02-28T09:16:18.748Z++ export CARGO_TERM_COLOR=always
1042025-02-28T09:16:18.749Z++ CARGO_TERM_COLOR=always
1052025-02-28T09:16:18.749Z+ cargo --version
1062025-02-28T09:16:18.801Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T09:16:18.803Z+ rustc --version
1082025-02-28T09:16:18.867Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T09:16:18.870Z+ cargo tree --locked
1102025-02-28T09:16:19.107Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-28T09:16:19.637Z Updating crates.io index
1122025-02-28T09:16:19.640Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-28T09:16:20.157Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-28T09:16:20.454Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-28T09:16:20.739Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-28T09:16:21.674Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-28T09:16:23.576Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-28T09:16:24.240Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-28T09:16:25.103Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-28T09:16:25.403Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-28T09:16:25.692Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-28T09:16:26.280Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232025-02-28T09:16:26.787Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242025-02-28T09:16:27.104Z Updating git repository `https://github.com/oxidecomputer/propolis`
1252025-02-28T09:16:27.589Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262025-02-28T09:16:27.868Z Updating git repository `https://github.com/oxidecomputer/tofino`
1272025-02-28T09:16:28.100Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282025-02-28T09:16:28.345Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292025-02-28T09:16:28.583Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302025-02-28T09:16:28.848Z Updating git repository `https://github.com/oxidecomputer/lldp`
1312025-02-28T09:16:29.262Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322025-02-28T09:16:29.726Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332025-02-28T09:16:30.045Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342025-02-28T09:16:30.359Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352025-02-28T09:16:30.691Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362025-02-28T09:16:31.367Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372025-02-28T09:16:31.650Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1382025-02-28T09:16:32.007Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392025-02-28T09:16:32.398Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1402025-02-28T09:16:32.736Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412025-02-28T09:16:33.038Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422025-02-28T09:16:33.332Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432025-02-28T09:16:34.813Z Downloading crates ...
1442025-02-28T09:16:34.907Z Downloaded adler2 v2.0.0
1452025-02-28T09:16:34.910Z Downloaded addr2line v0.24.2
1462025-02-28T09:16:34.918Z Downloaded async-stream-impl v0.3.6
1472025-02-28T09:16:34.921Z Downloaded async-object-pool v0.1.5
1482025-02-28T09:16:34.925Z Downloaded atty v0.2.14
1492025-02-28T09:16:34.928Z Downloaded equivalent v1.0.1
1502025-02-28T09:16:34.928Z Downloaded cfg_aliases v0.2.1
1512025-02-28T09:16:34.931Z Downloaded atomicwrites v0.4.4
1522025-02-28T09:16:34.931Z Downloaded cfg_aliases v0.1.1
1532025-02-28T09:16:34.935Z Downloaded escape8259 v0.5.3
1542025-02-28T09:16:34.939Z Downloaded foreign-types-shared v0.1.1
1552025-02-28T09:16:34.941Z Downloaded anstyle-query v1.1.1
1562025-02-28T09:16:34.944Z Downloaded event-listener-strategy v0.5.2
1572025-02-28T09:16:34.947Z Downloaded aead v0.5.2
1582025-02-28T09:16:34.947Z Downloaded fallible-iterator v0.2.0
1592025-02-28T09:16:34.949Z Downloaded foreign-types v0.5.0
1602025-02-28T09:16:34.949Z Downloaded fd-lock v4.0.2
1612025-02-28T09:16:34.952Z Downloaded fastrand v2.1.1
1622025-02-28T09:16:34.955Z Downloaded event-listener v2.5.3
1632025-02-28T09:16:34.955Z Downloaded http-range v0.1.5
1642025-02-28T09:16:34.958Z Downloaded assert_matches v1.5.0
1652025-02-28T09:16:34.958Z Downloaded fxhash v0.2.1
1662025-02-28T09:16:34.961Z Downloaded foreign-types-shared v0.3.1
1672025-02-28T09:16:34.961Z Downloaded async-channel v2.3.1
1682025-02-28T09:16:34.961Z Downloaded async-attributes v1.1.2
1692025-02-28T09:16:34.964Z Downloaded async-global-executor v2.4.1
1702025-02-28T09:16:34.966Z Downloaded blowfish v0.9.1
1712025-02-28T09:16:34.966Z Downloaded headers-core v0.3.0
1722025-02-28T09:16:34.969Z Downloaded block-buffer v0.10.4
1732025-02-28T09:16:34.969Z Downloaded bitfield v0.14.0
1742025-02-28T09:16:34.972Z Downloaded hubpack_derive v0.1.1
1752025-02-28T09:16:34.972Z Downloaded blocking v1.6.1
1762025-02-28T09:16:34.978Z Downloaded hash32 v0.3.1
1772025-02-28T09:16:34.978Z Downloaded futures-timer v3.0.3
1782025-02-28T09:16:34.978Z Downloaded hex v0.4.3
1792025-02-28T09:16:34.981Z Downloaded ghash v0.5.1
1802025-02-28T09:16:34.981Z Downloaded guppy-workspace-hack v0.1.0
1812025-02-28T09:16:34.981Z Downloaded futures-macro v0.3.31
1822025-02-28T09:16:34.981Z Downloaded futures-executor v0.3.31
1832025-02-28T09:16:34.984Z Downloaded foreign-types v0.3.2
1842025-02-28T09:16:34.984Z Downloaded cbc v0.1.2
1852025-02-28T09:16:34.987Z Downloaded flagset v0.4.6
1862025-02-28T09:16:34.987Z Downloaded chacha20 v0.9.1
1872025-02-28T09:16:34.989Z Downloaded castaway v0.2.3
1882025-02-28T09:16:34.994Z Downloaded gethostname v0.5.0
1892025-02-28T09:16:34.994Z Downloaded cassowary v0.3.0
1902025-02-28T09:16:34.997Z Downloaded hostname v0.3.1
1912025-02-28T09:16:34.997Z Downloaded heck v0.5.0
1922025-02-28T09:16:34.997Z Downloaded hash32 v0.2.1
1932025-02-28T09:16:34.999Z Downloaded funty v2.0.0
1942025-02-28T09:16:34.999Z Downloaded hostname v0.4.0
1952025-02-28T09:16:35.002Z Downloaded heck v0.4.1
1962025-02-28T09:16:35.003Z Downloaded cargo-platform v0.1.8
1972025-02-28T09:16:35.006Z Downloaded anstyle-parse v0.2.5
1982025-02-28T09:16:35.008Z Downloaded http-body-util v0.1.2
1992025-02-28T09:16:35.008Z Downloaded fs-err v2.11.0
2002025-02-28T09:16:35.011Z Downloaded form_urlencoded v1.2.1
2012025-02-28T09:16:35.011Z Downloaded fnv v1.0.7
2022025-02-28T09:16:35.014Z Downloaded oso-derive v0.27.3
2032025-02-28T09:16:35.014Z Downloaded assert_cmd v2.0.16
2042025-02-28T09:16:35.017Z Downloaded humantime v2.1.0
2052025-02-28T09:16:35.017Z Downloaded httpdate v1.0.3
2062025-02-28T09:16:35.019Z Downloaded argon2 v0.5.3
2072025-02-28T09:16:35.022Z Downloaded opaque-debug v0.3.1
2082025-02-28T09:16:35.022Z Downloaded phf_shared v0.10.0
2092025-02-28T09:16:35.025Z Downloaded async-signal v0.2.10
2102025-02-28T09:16:35.025Z Downloaded anstream v0.6.15
2112025-02-28T09:16:35.028Z Downloaded globset v0.4.15
2122025-02-28T09:16:35.030Z Downloaded packed_struct_codegen v0.10.1
2132025-02-28T09:16:35.030Z Downloaded path-slash v0.1.5
2142025-02-28T09:16:35.033Z Downloaded async-process v2.3.0
2152025-02-28T09:16:35.033Z Downloaded cast v0.3.0
2162025-02-28T09:16:35.036Z Downloaded home v0.5.9
2172025-02-28T09:16:35.036Z Downloaded hex-literal v0.4.1
2182025-02-28T09:16:35.039Z Downloaded bitflags v1.3.2
2192025-02-28T09:16:35.041Z Downloaded heck v0.3.3
2202025-02-28T09:16:35.041Z Downloaded futures-sink v0.3.31
2212025-02-28T09:16:35.044Z Downloaded async-trait v0.1.86
2222025-02-28T09:16:35.047Z Downloaded backoff v0.4.0
2232025-02-28T09:16:35.050Z Downloaded arrayvec v0.7.6
2242025-02-28T09:16:35.050Z Downloaded cargo_metadata v0.19.1
2252025-02-28T09:16:35.053Z Downloaded serde-big-array v0.5.1
2262025-02-28T09:16:35.053Z Downloaded russh-cryptovec v0.7.3
2272025-02-28T09:16:35.056Z Downloaded ref-cast v1.0.23
2282025-02-28T09:16:35.059Z Downloaded signal-hook-mio v0.2.4
2292025-02-28T09:16:35.059Z Downloaded httptest v0.16.3
2302025-02-28T09:16:35.063Z Downloaded olpc-cjson v0.1.4
2312025-02-28T09:16:35.063Z Downloaded anyhow v1.0.96
2322025-02-28T09:16:35.066Z Downloaded signal-hook-tokio v0.3.1
2332025-02-28T09:16:35.069Z Downloaded chacha20poly1305 v0.10.1
2342025-02-28T09:16:35.069Z Downloaded num-iter v0.1.45
2352025-02-28T09:16:35.072Z Downloaded strum v0.26.3
2362025-02-28T09:16:35.072Z Downloaded cancel-safe-futures v0.1.5
2372025-02-28T09:16:35.075Z Downloaded sync_wrapper v1.0.1
2382025-02-28T09:16:35.078Z Downloaded sync-ptr v0.1.1
2392025-02-28T09:16:35.078Z Downloaded tower-service v0.3.3
2402025-02-28T09:16:35.082Z Downloaded cfg-expr v0.18.0
2412025-02-28T09:16:35.085Z Downloaded yoke-derive v0.7.4
2422025-02-28T09:16:35.085Z Downloaded unarray v0.1.4
2432025-02-28T09:16:35.085Z Downloaded futures-lite v2.3.0
2442025-02-28T09:16:35.088Z Downloaded proc-macro-error-attr v1.0.4
2452025-02-28T09:16:35.091Z Downloaded quinn-udp v0.5.5
2462025-02-28T09:16:35.091Z Downloaded proc-macro-crate v3.2.0
2472025-02-28T09:16:35.094Z Downloaded getrandom v0.3.1
2482025-02-28T09:16:35.097Z Downloaded ref-cast-impl v1.0.23
2492025-02-28T09:16:35.097Z Downloaded rand_core v0.6.4
2502025-02-28T09:16:35.099Z Downloaded quote v1.0.38
2512025-02-28T09:16:35.102Z Downloaded crunchy v0.2.2
2522025-02-28T09:16:35.105Z Downloaded crucible-workspace-hack v0.1.0
2532025-02-28T09:16:35.105Z Downloaded sigpipe v0.1.3
2542025-02-28T09:16:35.105Z Downloaded rusty-fork v0.3.0
2552025-02-28T09:16:35.108Z Downloaded rustversion v1.0.17
2562025-02-28T09:16:35.110Z Downloaded cstr-argument v0.1.2
2572025-02-28T09:16:35.110Z Downloaded simd-adler32 v0.3.7
2582025-02-28T09:16:35.113Z Downloaded signature v2.2.0
2592025-02-28T09:16:35.113Z Downloaded hmac v0.12.1
2602025-02-28T09:16:35.116Z Downloaded stringmetrics v2.2.2
2612025-02-28T09:16:35.119Z Downloaded env_logger v0.10.2
2622025-02-28T09:16:35.121Z Downloaded ident_case v1.0.1
2632025-02-28T09:16:35.124Z Downloaded strum_macros v0.24.3
2642025-02-28T09:16:35.127Z Downloaded pin-project-internal v1.1.6
2652025-02-28T09:16:35.130Z Downloaded partial-io v0.5.4
2662025-02-28T09:16:35.132Z Downloaded nested v0.1.1
2672025-02-28T09:16:35.132Z Downloaded tap v1.0.1
2682025-02-28T09:16:35.135Z Downloaded thread-id v4.2.2
2692025-02-28T09:16:35.135Z Downloaded thiserror-no-std v2.0.2
2702025-02-28T09:16:35.138Z Downloaded normalize-line-endings v0.3.0
2712025-02-28T09:16:35.141Z Downloaded num_threads v0.1.7
2722025-02-28T09:16:35.141Z Downloaded nodrop v0.1.14
2732025-02-28T09:16:35.143Z Downloaded xz2 v0.1.7
2742025-02-28T09:16:35.146Z Downloaded utf8_iter v1.0.4
2752025-02-28T09:16:35.146Z Downloaded getrandom v0.2.15
2762025-02-28T09:16:35.148Z Downloaded wyz v0.5.1
2772025-02-28T09:16:35.151Z Downloaded headers v0.4.0
2782025-02-28T09:16:35.157Z Downloaded dirs-next v2.0.0
2792025-02-28T09:16:35.160Z Downloaded digest v0.10.7
2802025-02-28T09:16:35.160Z Downloaded parse-size v1.1.0
2812025-02-28T09:16:35.163Z Downloaded rustls-native-certs v0.7.3
2822025-02-28T09:16:35.166Z Downloaded crypto-common v0.1.6
2832025-02-28T09:16:35.166Z Downloaded cpufeatures v0.2.14
2842025-02-28T09:16:35.169Z Downloaded precomputed-hash v0.1.1
2852025-02-28T09:16:35.169Z Downloaded oso v0.27.3
2862025-02-28T09:16:35.171Z Downloaded hickory-client v0.24.4
2872025-02-28T09:16:35.175Z Downloaded target-lexicon v0.13.2
2882025-02-28T09:16:35.177Z Downloaded idna_adapter v1.2.0
2892025-02-28T09:16:35.180Z Downloaded spin v0.9.8
2902025-02-28T09:16:35.182Z Downloaded thread_local v1.1.8
2912025-02-28T09:16:35.182Z Downloaded thiserror v2.0.11
2922025-02-28T09:16:35.188Z Downloaded pin-project v1.1.6
2932025-02-28T09:16:35.200Z Downloaded lru-cache v0.1.2
2942025-02-28T09:16:35.202Z Downloaded linear-map v1.2.0
2952025-02-28T09:16:35.205Z Downloaded kv-log-macro v1.0.7
2962025-02-28T09:16:35.205Z Downloaded yoke v0.7.4
2972025-02-28T09:16:35.207Z Downloaded yasna v0.5.2
2982025-02-28T09:16:35.210Z Downloaded ena v0.14.3
2992025-02-28T09:16:35.213Z Downloaded cookie_store v0.21.1
3002025-02-28T09:16:35.215Z Downloaded vergen v8.3.2
3012025-02-28T09:16:35.218Z Downloaded time-core v0.1.2
3022025-02-28T09:16:35.218Z Downloaded subtle v2.6.1
3032025-02-28T09:16:35.221Z Downloaded slog-bunyan v2.5.0
3042025-02-28T09:16:35.221Z Downloaded packed_struct v0.10.1
3052025-02-28T09:16:35.223Z Downloaded polyval v0.6.2
3062025-02-28T09:16:35.226Z Downloaded signal-hook v0.3.17
3072025-02-28T09:16:35.228Z Downloaded parse-display-derive v0.10.0
3082025-02-28T09:16:35.231Z Downloaded ppv-lite86 v0.2.20
3092025-02-28T09:16:35.231Z Downloaded progenitor v0.9.1
3102025-02-28T09:16:35.233Z Downloaded progenitor v0.8.0
3112025-02-28T09:16:35.233Z Downloaded cc v1.2.15
3122025-02-28T09:16:35.238Z Downloaded diesel_table_macro_syntax v0.2.0
3132025-02-28T09:16:35.240Z Downloaded base64 v0.22.1
3142025-02-28T09:16:35.243Z Downloaded macaddr v1.0.1
3152025-02-28T09:16:35.246Z Downloaded quick-error v1.2.3
3162025-02-28T09:16:35.249Z Downloaded static_assertions v1.1.0
3172025-02-28T09:16:35.249Z Downloaded stable_deref_trait v1.2.0
3182025-02-28T09:16:35.249Z Downloaded slog-json v2.6.1
3192025-02-28T09:16:35.252Z Downloaded once_cell v1.20.3
3202025-02-28T09:16:35.254Z Downloaded downcast v0.11.0
3212025-02-28T09:16:35.257Z Downloaded doc-comment v0.3.3
3222025-02-28T09:16:35.257Z Downloaded darling_macro v0.20.10
3232025-02-28T09:16:35.259Z Downloaded heapless v0.8.0
3242025-02-28T09:16:35.262Z Downloaded slog-async v2.8.0
3252025-02-28T09:16:35.266Z Downloaded semver v0.1.20
3262025-02-28T09:16:35.266Z Downloaded secrecy v0.8.0
3272025-02-28T09:16:35.269Z Downloaded rustls-pemfile v1.0.4
3282025-02-28T09:16:35.269Z Downloaded tiny-keccak v2.0.2
3292025-02-28T09:16:35.272Z Downloaded crossbeam-utils v0.8.20
3302025-02-28T09:16:35.274Z Downloaded nu-ansi-term v0.50.1
3312025-02-28T09:16:35.277Z Downloaded pest_generator v2.7.14
3322025-02-28T09:16:35.281Z Downloaded typify v0.3.0
3332025-02-28T09:16:35.284Z Downloaded plotters-backend v0.3.7
3342025-02-28T09:16:35.284Z Downloaded icu_provider v1.5.0
3352025-02-28T09:16:35.287Z Downloaded unicode-linebreak v0.1.5
3362025-02-28T09:16:35.290Z Downloaded icu_locid_transform_data v1.5.0
3372025-02-28T09:16:35.292Z Downloaded pest_derive v2.7.14
3382025-02-28T09:16:35.292Z Downloaded textwrap v0.16.1
3392025-02-28T09:16:35.295Z Downloaded tar v0.4.44
3402025-02-28T09:16:35.298Z Downloaded number_prefix v0.4.0
3412025-02-28T09:16:35.301Z Downloaded proc-macro-error-attr2 v2.0.0
3422025-02-28T09:16:35.301Z Downloaded progenitor-client v0.8.0
3432025-02-28T09:16:35.304Z Downloaded which v4.4.2
3442025-02-28T09:16:35.304Z Downloaded colorchoice v1.0.2
3452025-02-28T09:16:35.307Z Downloaded chrono-tz-build v0.4.0
3462025-02-28T09:16:35.307Z Downloaded rustc_version v0.4.1
3472025-02-28T09:16:35.310Z Downloaded impl-trait-for-tuples v0.2.2
3482025-02-28T09:16:35.312Z Downloaded daft v0.1.1
3492025-02-28T09:16:35.315Z Downloaded rand_seeder v0.3.0
3502025-02-28T09:16:35.315Z Downloaded hashbrown v0.13.2
3512025-02-28T09:16:35.320Z Downloaded linked-hash-map v0.5.6
3522025-02-28T09:16:35.323Z Downloaded dof v0.3.0
3532025-02-28T09:16:35.323Z Downloaded http v1.2.0
3542025-02-28T09:16:35.327Z Downloaded is_terminal_polyfill v1.70.1
3552025-02-28T09:16:35.330Z Downloaded unicase v2.7.0
3562025-02-28T09:16:35.330Z Downloaded tokio-tungstenite v0.23.1
3572025-02-28T09:16:35.333Z Downloaded nibble_vec v0.1.0
3582025-02-28T09:16:35.336Z Downloaded managed v0.8.0
3592025-02-28T09:16:35.336Z Downloaded tokio-stream v0.1.17
3602025-02-28T09:16:35.340Z Downloaded typify v0.2.0
3612025-02-28T09:16:35.344Z Downloaded whoami v1.5.2
3622025-02-28T09:16:35.347Z Downloaded value-bag v1.9.0
3632025-02-28T09:16:35.350Z Downloaded num_enum_derive v0.5.11
3642025-02-28T09:16:35.352Z Downloaded num_cpus v1.16.0
3652025-02-28T09:16:35.356Z Downloaded zone v0.1.8
3662025-02-28T09:16:35.356Z Downloaded target-triple v0.1.3
3672025-02-28T09:16:35.359Z Downloaded oorandom v11.1.4
3682025-02-28T09:16:35.359Z Downloaded tungstenite v0.24.0
3692025-02-28T09:16:35.362Z Downloaded piper v0.2.4
3702025-02-28T09:16:35.365Z Downloaded phf_codegen v0.11.2
3712025-02-28T09:16:35.365Z Downloaded colored v2.2.0
3722025-02-28T09:16:35.368Z Downloaded clap_derive v4.5.28
3732025-02-28T09:16:35.374Z Downloaded zerofrom v0.1.4
3742025-02-28T09:16:35.374Z Downloaded document-features v0.2.10
3752025-02-28T09:16:35.374Z Downloaded flate2 v1.1.0
3762025-02-28T09:16:35.378Z Downloaded io-lifetimes v1.0.11
3772025-02-28T09:16:35.381Z Downloaded typenum v1.17.0
3782025-02-28T09:16:35.384Z Downloaded crypto-bigint v0.5.5
3792025-02-28T09:16:35.390Z Downloaded ciborium-io v0.2.2
3802025-02-28T09:16:35.393Z Downloaded smawk v0.3.2
3812025-02-28T09:16:35.397Z Downloaded tokio-macros v2.5.0
3822025-02-28T09:16:35.397Z Downloaded tabled_derive v0.7.0
3832025-02-28T09:16:35.397Z Downloaded smf v0.2.3
3842025-02-28T09:16:35.400Z Downloaded serde v1.0.218
3852025-02-28T09:16:35.403Z Downloaded smallvec v0.6.14
3862025-02-28T09:16:35.403Z Downloaded resolv-conf v0.7.0
3872025-02-28T09:16:35.405Z Downloaded mockall v0.13.1
3882025-02-28T09:16:35.408Z Downloaded slog-stdlog v4.1.1
3892025-02-28T09:16:35.408Z Downloaded siphasher v0.3.11
3902025-02-28T09:16:35.411Z Downloaded scrypt v0.11.0
3912025-02-28T09:16:35.411Z Downloaded num-bigint v0.4.6
3922025-02-28T09:16:35.417Z Downloaded newtype_derive v0.1.6
3932025-02-28T09:16:35.419Z Downloaded miniz_oxide v0.8.5
3942025-02-28T09:16:35.422Z Downloaded untrusted v0.7.1
3952025-02-28T09:16:35.424Z Downloaded toml_datetime v0.6.8
3962025-02-28T09:16:35.424Z Downloaded hashbrown v0.14.5
3972025-02-28T09:16:35.430Z Downloaded progenitor-client v0.9.1
3982025-02-28T09:16:35.433Z Downloaded plotters-svg v0.3.7
3992025-02-28T09:16:35.433Z Downloaded aes-gcm v0.10.3
4002025-02-28T09:16:35.436Z Downloaded crc v3.2.1
4012025-02-28T09:16:35.438Z Downloaded tokio-tungstenite v0.24.0
4022025-02-28T09:16:35.441Z Downloaded newline-converter v0.3.0
4032025-02-28T09:16:35.443Z Downloaded x509-cert v0.2.5
4042025-02-28T09:16:35.448Z Downloaded subprocess v0.2.9
4052025-02-28T09:16:35.451Z Downloaded is-terminal v0.4.13
4062025-02-28T09:16:35.455Z Downloaded ipnetwork v0.21.1
4072025-02-28T09:16:35.458Z Downloaded serde_with_macros v3.11.0
4082025-02-28T09:16:35.458Z Downloaded swrite v0.1.0
4092025-02-28T09:16:35.461Z Downloaded unicode-ident v1.0.14
4102025-02-28T09:16:35.463Z Downloaded unicode-bidi v0.3.17
4112025-02-28T09:16:35.466Z Downloaded quinn v0.11.5
4122025-02-28T09:16:35.469Z Downloaded pkcs1 v0.7.5
4132025-02-28T09:16:35.471Z Downloaded usdt-attr-macro v0.5.0
4142025-02-28T09:16:35.474Z Downloaded pin-project-lite v0.2.14
4152025-02-28T09:16:35.477Z Downloaded toolchain_find v0.4.0
4162025-02-28T09:16:35.479Z Downloaded vte v0.11.1
4172025-02-28T09:16:35.482Z Downloaded guppy v0.17.17
4182025-02-28T09:16:35.487Z Downloaded psl-types v2.0.11
4192025-02-28T09:16:35.490Z Downloaded rustyline v14.0.0
4202025-02-28T09:16:35.494Z Downloaded peg v0.8.4
4212025-02-28T09:16:35.498Z Downloaded pbkdf2 v0.12.2
4222025-02-28T09:16:35.500Z Downloaded dtrace-parser v0.2.0
4232025-02-28T09:16:35.503Z Downloaded rstest v0.23.0
4242025-02-28T09:16:35.507Z Downloaded der_derive v0.7.3
4252025-02-28T09:16:35.510Z Downloaded md5 v0.7.0
4262025-02-28T09:16:35.512Z Downloaded topological-sort v0.2.2
4272025-02-28T09:16:35.512Z Downloaded unicode-xid v0.2.6
4282025-02-28T09:16:35.515Z Downloaded csv-core v0.1.11
4292025-02-28T09:16:35.517Z Downloaded num-conv v0.1.0
4302025-02-28T09:16:35.517Z Downloaded threadpool v1.8.1
4312025-02-28T09:16:35.517Z Downloaded termtree v0.5.1
4322025-02-28T09:16:35.520Z Downloaded shlex v1.3.0
4332025-02-28T09:16:35.523Z Downloaded ipnet v2.11.0
4342025-02-28T09:16:35.523Z Downloaded iana-time-zone v0.1.61
4352025-02-28T09:16:35.525Z Downloaded smallvec v1.14.0
4362025-02-28T09:16:35.529Z Downloaded peg-runtime v0.8.3
4372025-02-28T09:16:35.531Z Downloaded tokio-rustls v0.26.0
4382025-02-28T09:16:35.532Z Downloaded usdt-impl v0.5.0
4392025-02-28T09:16:35.534Z Downloaded ssh-key v0.6.6
4402025-02-28T09:16:35.540Z Downloaded ciborium v0.2.2
4412025-02-28T09:16:35.543Z Downloaded wait-timeout v0.2.0
4422025-02-28T09:16:35.545Z Downloaded prettyplease v0.2.29
4432025-02-28T09:16:35.549Z Downloaded zeroize_derive v1.4.2
4442025-02-28T09:16:35.551Z Downloaded sqlparser_derive v0.2.2
4452025-02-28T09:16:35.551Z Downloaded zopfli v0.8.1
4462025-02-28T09:16:35.554Z Downloaded crc-catalog v2.4.0
4472025-02-28T09:16:35.556Z Downloaded peg-macros v0.8.4
4482025-02-28T09:16:35.559Z Downloaded dsl_auto_type v0.1.2
4492025-02-28T09:16:35.559Z Downloaded display-error-chain v0.2.2
4502025-02-28T09:16:35.561Z Downloaded zeroize v1.8.1
4512025-02-28T09:16:35.562Z Downloaded zerofrom-derive v0.1.4
4522025-02-28T09:16:35.564Z Downloaded termtree v0.4.1
4532025-02-28T09:16:35.564Z Downloaded parking_lot v0.11.2
4542025-02-28T09:16:35.567Z Downloaded memmap v0.7.0
4552025-02-28T09:16:35.569Z Downloaded indoc v1.0.9
4562025-02-28T09:16:35.572Z Downloaded write16 v1.0.0
4572025-02-28T09:16:35.574Z Downloaded try-lock v0.2.5
4582025-02-28T09:16:35.574Z Downloaded indent_write v2.2.0
4592025-02-28T09:16:35.577Z Downloaded icu_locid v1.5.0
4602025-02-28T09:16:35.580Z Downloaded rand_distr v0.4.3
4612025-02-28T09:16:35.583Z Downloaded crossbeam-channel v0.5.13
4622025-02-28T09:16:35.588Z Downloaded pem v3.0.5
4632025-02-28T09:16:35.591Z Downloaded toml v0.7.8
4642025-02-28T09:16:35.593Z Downloaded unsafe-libyaml v0.2.11
4652025-02-28T09:16:35.597Z Downloaded radium v0.7.0
4662025-02-28T09:16:35.600Z Downloaded predicates v3.1.3
4672025-02-28T09:16:35.602Z Downloaded parking_lot v0.12.3
4682025-02-28T09:16:35.605Z Downloaded r2d2 v0.8.10
4692025-02-28T09:16:35.607Z Downloaded ssh-encoding v0.2.0
4702025-02-28T09:16:35.612Z Downloaded serde_path_to_error v0.1.16
4712025-02-28T09:16:35.614Z Downloaded typed-path v0.9.3
4722025-02-28T09:16:35.617Z Downloaded tinystr v0.7.6
4732025-02-28T09:16:35.620Z Downloaded scroll v0.12.0
4742025-02-28T09:16:35.622Z Downloaded icu_locid_transform v1.5.0
4752025-02-28T09:16:35.625Z Downloaded diesel_derives v2.2.3
4762025-02-28T09:16:35.629Z Downloaded want v0.3.1
4772025-02-28T09:16:35.631Z Downloaded crossterm v0.28.1
4782025-02-28T09:16:35.637Z Downloaded ctr v0.9.2
4792025-02-28T09:16:35.639Z Downloaded p256 v0.13.2
4802025-02-28T09:16:35.643Z Downloaded aws-lc-rs v1.12.4
4812025-02-28T09:16:35.653Z Downloaded debug-ignore v1.0.5
4822025-02-28T09:16:35.655Z Downloaded num-integer v0.1.46
4832025-02-28T09:16:35.658Z Downloaded num v0.4.3
4842025-02-28T09:16:35.658Z Downloaded predicates-core v1.0.8
4852025-02-28T09:16:35.661Z Downloaded num-derive v0.4.2
4862025-02-28T09:16:35.661Z Downloaded rayon-core v1.12.1
4872025-02-28T09:16:35.665Z Downloaded crc-any v2.5.0
4882025-02-28T09:16:35.668Z Downloaded tinytemplate v1.2.1
4892025-02-28T09:16:35.671Z Downloaded mime v0.3.17
4902025-02-28T09:16:35.673Z Downloaded openssl-macros v0.1.1
4912025-02-28T09:16:35.674Z Downloaded relative-path v1.9.3
4922025-02-28T09:16:35.676Z Downloaded icu_collections v1.5.0
4932025-02-28T09:16:35.680Z Downloaded rfc6979 v0.4.0
4942025-02-28T09:16:35.683Z Downloaded rand_xorshift v0.3.0
4952025-02-28T09:16:35.683Z Downloaded similar v2.6.0
4962025-02-28T09:16:35.688Z Downloaded pretty-hex v0.4.1
4972025-02-28T09:16:35.690Z Downloaded idna v1.0.3
4982025-02-28T09:16:35.693Z Downloaded unicode-truncate v1.1.0
4992025-02-28T09:16:35.696Z Downloaded num-complex v0.4.6
5002025-02-28T09:16:35.699Z Downloaded serde_yaml v0.9.34+deprecated
5012025-02-28T09:16:35.702Z Downloaded usdt-macro v0.5.0
5022025-02-28T09:16:35.705Z Downloaded papergrid v0.11.0
5032025-02-28T09:16:35.707Z Downloaded ed25519 v2.2.3
5042025-02-28T09:16:35.710Z Downloaded zone v0.3.0
5052025-02-28T09:16:35.713Z Downloaded is_ci v1.2.0
5062025-02-28T09:16:35.713Z Downloaded toml_edit v0.19.15
5072025-02-28T09:16:35.729Z Downloaded libefi-sys v0.1.0
5082025-02-28T09:16:35.732Z Downloaded indoc v2.0.5
5092025-02-28T09:16:35.735Z Downloaded postgres-types v0.2.9
5102025-02-28T09:16:35.738Z Downloaded keccak v0.1.5
5112025-02-28T09:16:35.738Z Downloaded snafu-derive v0.8.5
5122025-02-28T09:16:35.740Z Downloaded p521 v0.13.3
5132025-02-28T09:16:35.743Z Downloaded des v0.8.1
5142025-02-28T09:16:35.746Z Downloaded time v0.3.36
5152025-02-28T09:16:35.752Z Downloaded endian-type v0.1.2
5162025-02-28T09:16:35.755Z Downloaded tower-layer v0.3.3
5172025-02-28T09:16:35.755Z Downloaded tinyvec_macros v0.1.1
5182025-02-28T09:16:35.755Z Downloaded serde_tokenstream v0.2.2
5192025-02-28T09:16:35.757Z Downloaded serde_spanned v0.6.8
5202025-02-28T09:16:35.758Z Downloaded zerocopy v0.6.6
5212025-02-28T09:16:35.761Z Downloaded slog-scope v4.4.0
5222025-02-28T09:16:35.763Z Downloaded bitvec v1.0.1
5232025-02-28T09:16:35.778Z Downloaded pbkdf2 v0.11.0
5242025-02-28T09:16:35.781Z Downloaded instant v0.1.13
5252025-02-28T09:16:35.783Z Downloaded instability v0.3.2
5262025-02-28T09:16:35.783Z Downloaded inout v0.1.3
5272025-02-28T09:16:35.783Z Downloaded defmt-parser v0.3.4
5282025-02-28T09:16:35.786Z Downloaded defmt-macros v0.3.9
5292025-02-28T09:16:35.789Z Downloaded num-traits v0.2.19
5302025-02-28T09:16:35.792Z Downloaded convert_case v0.4.0
5312025-02-28T09:16:35.794Z Downloaded zone_cfg_derive v0.1.2
5322025-02-28T09:16:35.794Z Downloaded itoa v1.0.11
5332025-02-28T09:16:35.797Z Downloaded lock_api v0.4.12
5342025-02-28T09:16:35.797Z Downloaded ron v0.7.1
5352025-02-28T09:16:35.802Z Downloaded synstructure v0.13.1
5362025-02-28T09:16:35.805Z Downloaded scheduled-thread-pool v0.2.7
5372025-02-28T09:16:35.805Z Downloaded owo-colors v4.2.0
5382025-02-28T09:16:35.808Z Downloaded uuid v1.15.1
5392025-02-28T09:16:35.811Z Downloaded indexmap v2.7.1
5402025-02-28T09:16:35.815Z Downloaded pretty-hex v0.2.1
5412025-02-28T09:16:35.818Z Downloaded icu_normalizer_data v1.5.0
5422025-02-28T09:16:35.821Z Downloaded socket2 v0.5.8
5432025-02-28T09:16:35.823Z Downloaded termios v0.3.3
5442025-02-28T09:16:35.823Z Downloaded tokio-native-tls v0.3.1
5452025-02-28T09:16:35.826Z Downloaded terminal_size v0.4.0
5462025-02-28T09:16:35.829Z Downloaded parking v2.2.1
5472025-02-28T09:16:35.829Z Downloaded rand_chacha v0.9.0
5482025-02-28T09:16:35.831Z Downloaded twox-hash v2.1.0
5492025-02-28T09:16:35.834Z Downloaded hyper-rustls v0.27.3
5502025-02-28T09:16:35.836Z Downloaded structmeta-derive v0.3.0
5512025-02-28T09:16:35.836Z Downloaded take_mut v0.2.2
5522025-02-28T09:16:35.839Z Downloaded git2 v0.19.0
5532025-02-28T09:16:35.845Z Downloaded pathdiff v0.2.3
5542025-02-28T09:16:35.848Z Downloaded utf16_iter v1.0.5
5552025-02-28T09:16:35.848Z Downloaded itertools v0.12.1
5562025-02-28T09:16:35.855Z Downloaded embedded-io v0.6.1
5572025-02-28T09:16:35.857Z Downloaded postcard v1.0.10
5582025-02-28T09:16:35.860Z Downloaded zone_cfg_derive v0.3.0
5592025-02-28T09:16:35.860Z Downloaded universal-hash v0.5.1
5602025-02-28T09:16:35.862Z Downloaded memchr v2.7.4
5612025-02-28T09:16:35.866Z Downloaded nanorand v0.7.0
5622025-02-28T09:16:35.869Z Downloaded rust-argon2 v2.1.0
5632025-02-28T09:16:35.871Z Downloaded winnow v0.6.20
5642025-02-28T09:16:35.880Z Downloaded supports-color v3.0.2
5652025-02-28T09:16:35.882Z Downloaded string_cache v0.8.7
5662025-02-28T09:16:35.885Z Downloaded scopeguard v1.2.0
5672025-02-28T09:16:35.885Z Downloaded const_format v0.2.34
5682025-02-28T09:16:35.888Z Downloaded parse-display v0.10.0
5692025-02-28T09:16:35.891Z Downloaded litemap v0.7.3
5702025-02-28T09:16:35.893Z Downloaded tracing-attributes v0.1.27
5712025-02-28T09:16:35.896Z Downloaded pest_meta v2.7.14
5722025-02-28T09:16:35.898Z Downloaded winnow v0.5.40
5732025-02-28T09:16:35.905Z Downloaded paste v1.0.15
5742025-02-28T09:16:35.909Z Downloaded parking_lot_core v0.8.6
5752025-02-28T09:16:35.912Z Downloaded multer v3.1.0
5762025-02-28T09:16:35.915Z Downloaded zip v0.6.6
5772025-02-28T09:16:35.917Z Downloaded log v0.4.22
5782025-02-28T09:16:35.920Z Downloaded tinyvec v1.8.0
5792025-02-28T09:16:35.923Z Downloaded samael v0.0.18
5802025-02-28T09:16:35.929Z Downloaded defmt v0.3.8
5812025-02-28T09:16:35.932Z Downloaded concurrent-queue v2.5.0
5822025-02-28T09:16:35.938Z Downloaded curve25519-dalek-derive v0.1.1
5832025-02-28T09:16:35.941Z Downloaded constant_time_eq v0.3.1
5842025-02-28T09:16:35.941Z Downloaded lazy_static v1.5.0
5852025-02-28T09:16:35.941Z Downloaded embedded-io v0.4.0
5862025-02-28T09:16:35.941Z Downloaded plain v0.2.3
5872025-02-28T09:16:35.944Z Downloaded pkg-config v0.3.31
5882025-02-28T09:16:35.944Z Downloaded data-encoding v2.6.0
5892025-02-28T09:16:35.944Z Downloaded dyn-clone v1.0.18
5902025-02-28T09:16:35.947Z Downloaded memoffset v0.9.1
5912025-02-28T09:16:35.947Z Downloaded md-5 v0.10.6
5922025-02-28T09:16:35.950Z Downloaded deranged v0.3.11
5932025-02-28T09:16:35.953Z Downloaded strsim v0.11.1
5942025-02-28T09:16:35.953Z Downloaded serde_with v3.11.0
5952025-02-28T09:16:35.960Z Downloaded salsa20 v0.10.2
5962025-02-28T09:16:35.963Z Downloaded lazycell v1.3.0
5972025-02-28T09:16:35.963Z Downloaded openssl-sys v0.9.106
5982025-02-28T09:16:35.967Z Downloaded multimap v0.10.0
5992025-02-28T09:16:35.970Z Downloaded password-hash v0.4.2
6002025-02-28T09:16:35.973Z Downloaded rpassword v7.3.1
6012025-02-28T09:16:35.973Z Downloaded cipher v0.4.4
6022025-02-28T09:16:35.973Z Downloaded criterion v0.5.1
6032025-02-28T09:16:35.980Z Downloaded ciborium-ll v0.2.2
6042025-02-28T09:16:35.983Z Downloaded schemars_derive v0.8.22
6052025-02-28T09:16:35.986Z Downloaded schemars v0.8.22
6062025-02-28T09:16:35.996Z Downloaded postgres-protocol v0.6.8
6072025-02-28T09:16:35.999Z Downloaded unicode-properties v0.1.3
6082025-02-28T09:16:35.999Z Downloaded target-spec v3.4.2
6092025-02-28T09:16:36.002Z Downloaded rand v0.8.5
6102025-02-28T09:16:36.005Z Downloaded mime_guess v2.0.5
6112025-02-28T09:16:36.008Z Downloaded rustc-demangle v0.1.24
6122025-02-28T09:16:36.008Z Downloaded libsw v3.4.0
6132025-02-28T09:16:36.011Z Downloaded tungstenite v0.23.0
6142025-02-28T09:16:36.013Z Downloaded snafu v0.8.5
6152025-02-28T09:16:36.018Z Downloaded clap v4.5.31
6162025-02-28T09:16:36.027Z Downloaded cookie v0.18.1
6172025-02-28T09:16:36.029Z Downloaded const-oid v0.9.6
6182025-02-28T09:16:36.032Z Downloaded console v0.15.10
6192025-02-28T09:16:36.035Z Downloaded litrs v0.4.1
6202025-02-28T09:16:36.038Z Downloaded derive_builder v0.20.2
6212025-02-28T09:16:36.041Z Downloaded papergrid v0.14.0
6222025-02-28T09:16:36.046Z Downloaded url v2.5.3
6232025-02-28T09:16:36.049Z Downloaded steno v0.4.1
6242025-02-28T09:16:36.054Z Downloaded clang-sys v1.8.1
6252025-02-28T09:16:36.057Z Downloaded num-bigint-dig v0.8.4
6262025-02-28T09:16:36.068Z Downloaded zerovec v0.10.4
6272025-02-28T09:16:36.071Z Downloaded rayon v1.10.0
6282025-02-28T09:16:36.076Z Downloaded regex v1.11.1
6292025-02-28T09:16:36.089Z Downloaded russh-keys v0.45.0
6302025-02-28T09:16:36.092Z Downloaded ron v0.8.1
6312025-02-28T09:16:36.096Z Downloaded unicode_categories v0.1.1
6322025-02-28T09:16:36.099Z Downloaded winnow v0.7.3
6332025-02-28T09:16:36.108Z Downloaded elliptic-curve v0.13.8
6342025-02-28T09:16:36.111Z Downloaded rand v0.9.0
6352025-02-28T09:16:36.115Z Downloaded proptest v1.6.0
6362025-02-28T09:16:36.124Z Downloaded tough v0.19.0
6372025-02-28T09:16:36.133Z Downloaded unicode-segmentation v1.12.0
6382025-02-28T09:16:36.136Z Downloaded tower v0.5.2
6392025-02-28T09:16:36.145Z Downloaded unicode-normalization v0.1.24
6402025-02-28T09:16:36.149Z Downloaded webpki-roots v0.26.6
6412025-02-28T09:16:36.153Z Downloaded object v0.30.4
6422025-02-28T09:16:36.162Z Downloaded icu_properties_data v1.5.0
6432025-02-28T09:16:36.173Z Downloaded itertools v0.14.0
6442025-02-28T09:16:36.179Z Downloaded gimli v0.31.1
6452025-02-28T09:16:36.188Z Downloaded hyper v1.6.0
6462025-02-28T09:16:36.194Z Downloaded plotters v0.3.7
6472025-02-28T09:16:36.203Z Downloaded portable-atomic v1.9.0
6482025-02-28T09:16:36.209Z Downloaded salty v0.3.0
6492025-02-28T09:16:36.216Z Downloaded syn v1.0.109
6502025-02-28T09:16:36.228Z Downloaded libxml v0.3.3
6512025-02-28T09:16:36.233Z Downloaded reqwest v0.12.12
6522025-02-28T09:16:36.241Z Downloaded sqlparser v0.45.0
6532025-02-28T09:16:36.247Z Downloaded rustls v0.21.12
6542025-02-28T09:16:36.257Z Downloaded p384 v0.13.0
6552025-02-28T09:16:36.263Z Downloaded clap_builder v4.5.31
6562025-02-28T09:16:36.270Z Downloaded lalrpop v0.19.12
6572025-02-28T09:16:36.282Z Downloaded rustls-webpki v0.101.7
6582025-02-28T09:16:36.295Z Downloaded radix_trie v0.2.1
6592025-02-28T09:16:36.300Z Downloaded syn v2.0.98
6602025-02-28T09:16:36.312Z Downloaded nix v0.28.0
6612025-02-28T09:16:36.323Z Downloaded unicode-width v0.2.0
6622025-02-28T09:16:36.328Z Downloaded chrono-tz v0.10.1
6632025-02-28T09:16:36.335Z Downloaded petname v2.0.2
6642025-02-28T09:16:36.340Z Downloaded tabled v0.18.0
6652025-02-28T09:16:36.357Z Downloaded diesel v2.2.7
6662025-02-28T09:16:36.374Z Downloaded rustix v0.38.37
6672025-02-28T09:16:36.395Z Downloaded openssl v0.10.71
6682025-02-28T09:16:36.403Z Downloaded smoltcp v0.11.0
6692025-02-28T09:16:36.415Z Downloaded openapiv3 v2.0.0
6702025-02-28T09:16:36.427Z Downloaded typify-impl v0.3.0
6712025-02-28T09:16:36.440Z Downloaded nix v0.29.0
6722025-02-28T09:16:36.450Z Downloaded curve25519-dalek v4.1.3
6732025-02-28T09:16:36.459Z Downloaded typify-impl v0.2.0
6742025-02-28T09:16:36.472Z Downloaded unicode-width v0.1.14
6752025-02-28T09:16:36.478Z Downloaded bzip2-sys v0.1.11+1.0.8
6762025-02-28T09:16:36.490Z Downloaded regress v0.10.1
6772025-02-28T09:16:36.497Z Downloaded rustix v0.37.28
6782025-02-28T09:16:36.515Z Downloaded object v0.36.5
6792025-02-28T09:16:36.526Z Downloaded regex-automata v0.4.8
6802025-02-28T09:16:36.542Z Downloaded regress v0.9.1
6812025-02-28T09:16:36.550Z Downloaded sled v0.34.7
6822025-02-28T09:16:36.560Z Downloaded zerocopy-derive v0.6.6
6832025-02-28T09:16:36.569Z Downloaded petgraph v0.6.5
6842025-02-28T09:16:36.585Z Downloaded tabled v0.15.0
6852025-02-28T09:16:36.600Z Downloaded polar-core v0.27.3
6862025-02-28T09:16:36.608Z Downloaded regex-syntax v0.8.5
6872025-02-28T09:16:36.617Z Downloaded ratatui v0.29.0
6882025-02-28T09:16:36.636Z Downloaded dropshot v0.16.0
6892025-02-28T09:16:36.656Z Downloaded rustls v0.23.19
6902025-02-28T09:16:36.667Z Downloaded lzma-sys v0.1.20
6912025-02-28T09:16:36.695Z Downloaded rustls v0.22.4
6922025-02-28T09:16:36.707Z Downloaded hickory-proto v0.24.4
6932025-02-28T09:16:36.722Z Downloaded smoltcp v0.9.1
6942025-02-28T09:16:36.732Z Downloaded petgraph v0.7.1
6952025-02-28T09:16:36.751Z Downloaded regex-syntax v0.6.29
6962025-02-28T09:16:36.757Z Downloaded libz-sys v1.1.20
6972025-02-28T09:16:36.777Z Downloaded chrono v0.4.40
6982025-02-28T09:16:36.784Z Downloaded nix v0.27.1
6992025-02-28T09:16:36.794Z Downloaded tokio v1.43.0
7002025-02-28T09:16:36.830Z Downloaded libc v0.2.170
7012025-02-28T09:16:36.860Z Downloaded csv v1.3.1
7022025-02-28T09:16:36.879Z Downloaded dropshot v0.12.0
7032025-02-28T09:16:36.897Z Downloaded bstr v1.10.0
7042025-02-28T09:16:36.907Z Downloaded zerocopy v0.8.10
7052025-02-28T09:16:36.930Z Downloaded sha3 v0.10.8
7062025-02-28T09:16:36.934Z Downloaded zip v2.1.3
7072025-02-28T09:16:36.938Z Downloaded derive-where v1.2.7
7082025-02-28T09:16:36.941Z Downloaded zerocopy v0.7.35
7092025-02-28T09:16:36.956Z Downloaded der v0.7.9
7102025-02-28T09:16:36.960Z Downloaded vcpkg v0.2.15
7112025-02-28T09:16:36.996Z Downloaded pkcs8 v0.10.2
7122025-02-28T09:16:36.999Z Downloaded const_format_proc_macros v0.2.34
7132025-02-28T09:16:37.002Z Downloaded rustls-pki-types v1.10.0
7142025-02-28T09:16:37.004Z Downloaded quick-xml v0.37.2
7152025-02-28T09:16:37.009Z Downloaded serde_urlencoded v0.7.1
7162025-02-28T09:16:37.011Z Downloaded pretty_assertions v1.4.1
7172025-02-28T09:16:37.014Z Downloaded pkcs5 v0.7.1
7182025-02-28T09:16:37.017Z Downloaded qorb v0.2.1
7192025-02-28T09:16:37.020Z Downloaded password-hash v0.5.0
7202025-02-28T09:16:37.022Z Downloaded rand_chacha v0.3.1
7212025-02-28T09:16:37.025Z Downloaded jobserver v0.1.32
7222025-02-28T09:16:37.025Z Downloaded slog v2.7.0
7232025-02-28T09:16:37.028Z Downloaded quinn-proto v0.11.8
7242025-02-28T09:16:37.038Z Downloaded bindgen v0.71.1
7252025-02-28T09:16:37.042Z Downloaded itertools v0.13.0
7262025-02-28T09:16:37.048Z Downloaded encoding_rs v0.8.34
7272025-02-28T09:16:37.069Z Downloaded httpmock v0.8.0-alpha.1
7282025-02-28T09:16:37.086Z Downloaded maplit v1.0.2
7292025-02-28T09:16:37.088Z Downloaded slab v0.4.9
7302025-02-28T09:16:37.089Z Downloaded sha2 v0.10.8
7312025-02-28T09:16:37.091Z Downloaded sha1 v0.10.6
7322025-02-28T09:16:37.091Z Downloaded hyper-rustls v0.26.0
7332025-02-28T09:16:37.094Z Downloaded uzers v0.12.1
7342025-02-28T09:16:37.097Z Downloaded utf8parse v0.2.2
7352025-02-28T09:16:37.097Z Downloaded rustls-webpki v0.102.8
7362025-02-28T09:16:37.113Z Downloaded shell-words v1.1.0
7372025-02-28T09:16:37.116Z Downloaded ring v0.17.11
7382025-02-28T09:16:37.155Z Downloaded phf v0.11.2
7392025-02-28T09:16:37.162Z Downloaded serde_json v1.0.139
7402025-02-28T09:16:37.175Z Downloaded rustfmt-wrapper v0.2.1
7412025-02-28T09:16:37.175Z Downloaded hyper-staticfile v0.10.1
7422025-02-28T09:16:37.175Z Downloaded tokio-postgres v0.7.13
7432025-02-28T09:16:37.183Z Downloaded stringprep v0.1.5
7442025-02-28T09:16:37.183Z Downloaded oxnet v0.1.1
7452025-02-28T09:16:37.183Z Downloaded tls_codec_derive v0.4.1
7462025-02-28T09:16:37.183Z Downloaded native-tls v0.2.12
7472025-02-28T09:16:37.184Z Downloaded tungstenite v0.21.0
7482025-02-28T09:16:37.184Z Downloaded tracing-core v0.1.32
7492025-02-28T09:16:37.188Z Downloaded waitgroup v0.1.2
7502025-02-28T09:16:37.188Z Downloaded vte_generate_state_changes v0.1.2
7512025-02-28T09:16:37.188Z Downloaded structmeta v0.3.0
7522025-02-28T09:16:37.188Z Downloaded utf-8 v0.7.6
7532025-02-28T09:16:37.188Z Downloaded usdt v0.5.0
7542025-02-28T09:16:37.188Z Downloaded hyper-tls v0.6.0
7552025-02-28T09:16:37.188Z Downloaded ecdsa v0.16.9
7562025-02-28T09:16:37.191Z Downloaded datatest-stable v0.2.9
7572025-02-28T09:16:37.192Z Downloaded walkdir v2.5.0
7582025-02-28T09:16:37.192Z Downloaded diff v0.1.13
7592025-02-28T09:16:37.195Z Downloaded derive_builder_core v0.20.2
7602025-02-28T09:16:37.198Z Downloaded publicsuffix v2.3.0
7612025-02-28T09:16:37.201Z Downloaded mio v1.0.2
7622025-02-28T09:16:37.204Z Downloaded toml_edit v0.22.24
7632025-02-28T09:16:37.223Z Downloaded bindgen v0.69.5
7642025-02-28T09:16:37.230Z Downloaded async-std v1.13.0
7652025-02-28T09:16:37.247Z Downloaded tls_codec v0.4.1
7662025-02-28T09:16:37.250Z Downloaded trybuild v1.0.103
7672025-02-28T09:16:37.253Z Downloaded pest v2.7.14
7682025-02-28T09:16:37.257Z Downloaded progenitor-impl v0.9.1
7692025-02-28T09:16:37.260Z Downloaded progenitor-impl v0.8.0
7702025-02-28T09:16:37.263Z Downloaded indicatif v0.17.11
7712025-02-28T09:16:37.266Z Downloaded polling v3.7.3
7722025-02-28T09:16:37.268Z Downloaded libm v0.2.8
7732025-02-28T09:16:37.275Z Downloaded tabled_derive v0.10.0
7742025-02-28T09:16:37.278Z Downloaded tui-tree-widget v0.23.0
7752025-02-28T09:16:37.278Z Downloaded libgit2-sys v0.17.0+1.8.1
7762025-02-28T09:16:37.335Z Downloaded indexmap v1.9.3
7772025-02-28T09:16:37.347Z Downloaded icu_normalizer v1.5.0
7782025-02-28T09:16:37.347Z Downloaded tokio-util v0.7.13
7792025-02-28T09:16:37.358Z Downloaded lockfree-object-pool v0.1.6
7802025-02-28T09:16:37.359Z Downloaded lalrpop-util v0.19.12
7812025-02-28T09:16:37.359Z Downloaded dunce v1.0.5
7822025-02-28T09:16:37.359Z Downloaded dirs-sys-next v0.1.2
7832025-02-28T09:16:37.359Z Downloaded difflib v0.4.0
7842025-02-28T09:16:37.359Z Downloaded crossbeam-deque v0.8.5
7852025-02-28T09:16:37.359Z Downloaded progenitor-macro v0.8.0
7862025-02-28T09:16:37.359Z Downloaded poly1305 v0.8.0
7872025-02-28T09:16:37.359Z Downloaded zerovec-derive v0.10.3
7882025-02-28T09:16:37.359Z Downloaded blake3 v1.5.4
7892025-02-28T09:16:37.365Z Downloaded tabwriter v1.4.0
7902025-02-28T09:16:37.365Z Downloaded serde_regex v1.1.0
7912025-02-28T09:16:37.365Z Downloaded serde_plain v1.0.2
7922025-02-28T09:16:37.371Z Downloaded sec1 v0.7.3
7932025-02-28T09:16:37.371Z Downloaded crossbeam-epoch v0.9.18
7942025-02-28T09:16:37.371Z Downloaded zerocopy-derive v0.8.10
7952025-02-28T09:16:37.380Z Downloaded reedline v0.38.0
7962025-02-28T09:16:37.423Z Downloaded parse-zoneinfo v0.3.1
7972025-02-28T09:16:37.423Z Downloaded aho-corasick v1.1.3
7982025-02-28T09:16:37.431Z Downloaded ssh-cipher v0.2.0
7992025-02-28T09:16:37.431Z Downloaded serde_repr v0.1.19
8002025-02-28T09:16:37.431Z Downloaded same-file v1.0.6
8012025-02-28T09:16:37.431Z Downloaded crc32fast v1.4.2
8022025-02-28T09:16:37.431Z Downloaded progenitor-macro v0.9.1
8032025-02-28T09:16:37.431Z Downloaded rsa v0.9.6
8042025-02-28T09:16:37.431Z Downloaded goblin v0.8.2
8052025-02-28T09:16:37.432Z Downloaded itertools v0.10.5
8062025-02-28T09:16:37.432Z Downloaded tokio-rustls v0.25.0
8072025-02-28T09:16:37.432Z Downloaded tokio-rustls v0.24.1
8082025-02-28T09:16:37.432Z Downloaded libtest-mimic v0.7.3
8092025-02-28T09:16:37.432Z Downloaded h2 v0.4.6
8102025-02-28T09:16:37.432Z Downloaded toml v0.8.20
8112025-02-28T09:16:37.432Z Downloaded hkdf v0.12.4
8122025-02-28T09:16:37.433Z Downloaded strip-ansi-escapes v0.2.0
8132025-02-28T09:16:37.433Z Downloaded sqlformat v0.2.6
8142025-02-28T09:16:37.439Z Downloaded spki v0.7.3
8152025-02-28T09:16:37.439Z Downloaded rustc_version v0.1.7
8162025-02-28T09:16:37.439Z Downloaded rustc-hash v2.1.1
8172025-02-28T09:16:37.439Z Downloaded sct v0.7.1
8182025-02-28T09:16:37.439Z Downloaded rustc-hash v1.1.0
8192025-02-28T09:16:37.439Z Downloaded futures-util v0.3.31
8202025-02-28T09:16:37.450Z Downloaded zerocopy-derive v0.7.35
8212025-02-28T09:16:37.461Z Downloaded icu_properties v1.5.1
8222025-02-28T09:16:37.462Z Downloaded nom v7.1.3
8232025-02-28T09:16:37.472Z Downloaded hashbrown v0.15.1
8242025-02-28T09:16:37.472Z Downloaded russh v0.45.0
8252025-02-28T09:16:37.472Z Downloaded darling_core v0.20.10
8262025-02-28T09:16:37.492Z Downloaded compact_str v0.8.0
8272025-02-28T09:16:37.492Z Downloaded minimal-lexical v0.2.1
8282025-02-28T09:16:37.493Z Downloaded newtype-uuid v1.2.1
8292025-02-28T09:16:37.493Z Downloaded maybe-uninit v2.0.0
8302025-02-28T09:16:37.493Z Downloaded omicron-zone-package v0.12.0
8312025-02-28T09:16:37.493Z Downloaded mockall_derive v0.13.1
8322025-02-28T09:16:37.499Z Downloaded memmap2 v0.9.5
8332025-02-28T09:16:37.499Z Downloaded aes v0.8.4
8342025-02-28T09:16:37.500Z Downloaded scroll_derive v0.12.0
8352025-02-28T09:16:37.500Z Downloaded libsw-core v0.3.1
8362025-02-28T09:16:37.500Z Downloaded diesel-dtrace v0.4.2
8372025-02-28T09:16:37.500Z Downloaded slog-term v2.9.1
8382025-02-28T09:16:37.500Z Downloaded internet-checksum v0.2.1
8392025-02-28T09:16:37.500Z Downloaded enum-as-inner v0.6.1
8402025-02-28T09:16:37.500Z Downloaded either v1.14.0
8412025-02-28T09:16:37.516Z Downloaded dropshot_endpoint v0.16.0
8422025-02-28T09:16:37.525Z Downloaded ed25519-dalek v2.1.1
8432025-02-28T09:16:37.525Z Downloaded match_cfg v0.1.0
8442025-02-28T09:16:37.525Z Downloaded untrusted v0.9.0
8452025-02-28T09:16:37.526Z Downloaded terminal_size v0.2.6
8462025-02-28T09:16:37.526Z Downloaded termcolor v1.4.1
8472025-02-28T09:16:37.526Z Downloaded proc-macro-error2 v2.0.1
8482025-02-28T09:16:37.526Z Downloaded rcgen v0.12.1
8492025-02-28T09:16:37.537Z Downloaded displaydoc v0.2.5
8502025-02-28T09:16:37.537Z Downloaded darling v0.20.10
8512025-02-28T09:16:37.537Z Downloaded daft-derive v0.1.1
8522025-02-28T09:16:37.538Z Downloaded num_enum v0.5.11
8532025-02-28T09:16:37.552Z Downloaded yansi v1.0.1
8542025-02-28T09:16:37.552Z Downloaded tracing v0.1.40
8552025-02-28T09:16:37.552Z Downloaded proc-macro2 v1.0.93
8562025-02-28T09:16:37.558Z Downloaded hyper-util v0.1.10
8572025-02-28T09:16:37.558Z Downloaded dropshot_endpoint v0.12.0
8582025-02-28T09:16:37.558Z Downloaded tempfile v3.13.0
8592025-02-28T09:16:37.558Z Downloaded strum_macros v0.26.4
8602025-02-28T09:16:37.558Z Downloaded lru v0.12.5
8612025-02-28T09:16:37.558Z Downloaded strum_macros v0.25.3
8622025-02-28T09:16:37.558Z Downloaded tokio-tungstenite v0.21.0
8632025-02-28T09:16:37.566Z Downloaded time-macros v0.2.18
8642025-02-28T09:16:37.567Z Downloaded libloading v0.8.5
8652025-02-28T09:16:37.567Z Downloaded hickory-server v0.24.4
8662025-02-28T09:16:37.572Z Downloaded pin-utils v0.1.0
8672025-02-28T09:16:37.572Z Downloaded term v0.7.0
8682025-02-28T09:16:37.572Z Downloaded criterion-plot v0.5.0
8692025-02-28T09:16:37.611Z Downloaded semver v1.0.25
8702025-02-28T09:16:37.611Z Downloaded rustls-pemfile v2.2.0
8712025-02-28T09:16:37.611Z Downloaded ucd-trie v0.1.7
8722025-02-28T09:16:37.611Z Downloaded base64 v0.21.7
8732025-02-28T09:16:37.611Z Downloaded serde_derive v1.0.218
8742025-02-28T09:16:37.612Z Downloaded rstest_macros v0.23.0
8752025-02-28T09:16:37.612Z Downloaded derive_more v0.99.19
8762025-02-28T09:16:37.612Z Downloaded expectorate v1.1.0
8772025-02-28T09:16:37.612Z Downloaded hashbrown v0.12.3
8782025-02-28T09:16:37.612Z Downloaded bytes v1.10.0
8792025-02-28T09:16:37.612Z Downloaded slog-envlogger v2.2.0
8802025-02-28T09:16:37.612Z Downloaded slog-dtrace v0.3.0
8812025-02-28T09:16:37.637Z Downloaded similar-asserts v1.6.1
8822025-02-28T09:16:37.637Z Downloaded kstat-rs v0.2.4
8832025-02-28T09:16:37.637Z Downloaded test-strategy v0.4.0
8842025-02-28T09:16:37.638Z Downloaded percent-encoding v2.3.1
8852025-02-28T09:16:37.638Z Downloaded ryu v1.0.18
8862025-02-28T09:16:37.638Z Downloaded backtrace v0.3.74
8872025-02-28T09:16:37.638Z Downloaded vsss-rs v3.3.4
8882025-02-28T09:16:37.672Z Downloaded hickory-resolver v0.24.4
8892025-02-28T09:16:37.672Z Downloaded heapless v0.7.17
8902025-02-28T09:16:37.672Z Downloaded bumpalo v3.16.0
8912025-02-28T09:16:37.672Z Downloaded openssl-probe v0.1.5
8922025-02-28T09:16:37.672Z Downloaded serde_derive_internals v0.29.1
8932025-02-28T09:16:37.672Z Downloaded cobs v0.2.3
8942025-02-28T09:16:37.672Z Downloaded cmake v0.1.51
8952025-02-28T09:16:37.672Z Downloaded clap_lex v0.7.4
8962025-02-28T09:16:37.673Z Downloaded xattr v1.3.1
8972025-02-28T09:16:37.673Z Downloaded writeable v0.5.5
8982025-02-28T09:16:37.673Z Downloaded rtoolbox v0.0.2
8992025-02-28T09:16:37.673Z Downloaded rand_core v0.9.2
9002025-02-28T09:16:37.673Z Downloaded blake2 v0.10.6
9012025-02-28T09:16:37.673Z Downloaded base64 v0.13.1
9022025-02-28T09:16:37.687Z Downloaded flume v0.11.1
9032025-02-28T09:16:37.687Z Downloaded typify-macro v0.3.0
9042025-02-28T09:16:37.687Z Downloaded typify-macro v0.2.0
9052025-02-28T09:16:37.687Z Downloaded primeorder v0.13.6
9062025-02-28T09:16:37.687Z Downloaded proc-macro-error v1.0.4
9072025-02-28T09:16:37.687Z Downloaded new_debug_unreachable v1.0.6
9082025-02-28T09:16:37.687Z Downloaded version_check v0.9.5
9092025-02-28T09:16:37.687Z Downloaded half v2.4.1
9102025-02-28T09:16:37.687Z Downloaded thiserror-impl-no-std v2.0.2
9112025-02-28T09:16:37.687Z Downloaded thiserror-impl v2.0.11
9122025-02-28T09:16:37.687Z Downloaded thiserror-impl v1.0.69
9132025-02-28T09:16:37.687Z Downloaded thiserror v1.0.69
9142025-02-28T09:16:37.688Z Downloaded parking_lot_core v0.9.10
9152025-02-28T09:16:37.688Z Downloaded futures v0.3.31
9162025-02-28T09:16:37.688Z Downloaded icu_provider_macros v1.5.0
9172025-02-28T09:16:37.688Z Downloaded derive_builder_macro v0.20.2
9182025-02-28T09:16:37.688Z Downloaded path-tree v0.8.1
9192025-02-28T09:16:37.688Z Downloaded blake2b_simd v1.0.2
9202025-02-28T09:16:37.688Z Downloaded serde-hex v0.1.0
9212025-02-28T09:16:37.688Z Downloaded num-rational v0.4.2
9222025-02-28T09:16:37.703Z Downloaded async-io v2.3.4
9232025-02-28T09:16:37.703Z Downloaded fancy-regex v0.13.0
9242025-02-28T09:16:37.703Z Downloaded signal-hook-registry v1.4.2
9252025-02-28T09:16:37.703Z Downloaded arc-swap v1.7.1
9262025-02-28T09:16:37.703Z Downloaded fatfs v0.3.6
9272025-02-28T09:16:37.703Z Downloaded proc-macro-crate v1.3.1
9282025-02-28T09:16:37.704Z Downloaded predicates-tree v1.0.11
9292025-02-28T09:16:37.704Z Downloaded camino v1.1.9
9302025-02-28T09:16:37.735Z Downloaded powerfmt v0.2.0
9312025-02-28T09:16:37.736Z Downloaded highway v1.3.0
9322025-02-28T09:16:37.736Z Downloaded allocator-api2 v0.2.18
9332025-02-28T09:16:37.736Z Downloaded futures-channel v0.3.31
9342025-02-28T09:16:37.736Z Downloaded fs_extra v1.3.0
9352025-02-28T09:16:37.736Z Downloaded phf_shared v0.11.2
9362025-02-28T09:16:37.736Z Downloaded phf_generator v0.11.2
9372025-02-28T09:16:37.736Z Downloaded bitflags v2.6.0
9382025-02-28T09:16:37.737Z Downloaded async-task v4.7.1
9392025-02-28T09:16:37.737Z Downloaded pem-rfc7468 v0.7.0
9402025-02-28T09:16:37.737Z Downloaded ahash v0.8.11
9412025-02-28T09:16:37.737Z Downloaded httparse v1.9.5
9422025-02-28T09:16:37.737Z Downloaded fixedbitset v0.5.7
9432025-02-28T09:16:37.737Z Downloaded bzip2 v0.4.4
9442025-02-28T09:16:37.784Z Downloaded cargo_metadata v0.18.1
9452025-02-28T09:16:37.784Z Downloaded foreign-types-macros v0.2.3
9462025-02-28T09:16:37.785Z Downloaded foldhash v0.1.3
9472025-02-28T09:16:37.785Z Downloaded env_filter v0.1.2
9482025-02-28T09:16:37.785Z Downloaded hubpack v0.1.2
9492025-02-28T09:16:37.785Z Downloaded event-listener v5.3.1
9502025-02-28T09:16:37.785Z Downloaded bit-vec v0.8.0
9512025-02-28T09:16:37.786Z Downloaded bcs v0.1.6
9522025-02-28T09:16:37.786Z Downloaded async-executor v1.13.1
9532025-02-28T09:16:37.786Z Downloaded ascii-canvas v3.0.0
9542025-02-28T09:16:37.786Z Downloaded float-cmp v0.10.0
9552025-02-28T09:16:37.786Z Downloaded env_logger v0.11.5
9562025-02-28T09:16:37.786Z Downloaded cfg-if v1.0.0
9572025-02-28T09:16:37.786Z Downloaded cexpr v0.6.0
9582025-02-28T09:16:37.787Z Downloaded block-padding v0.3.3
9592025-02-28T09:16:37.787Z Downloaded async-stream v0.3.6
9602025-02-28T09:16:37.787Z Downloaded futures-core v0.3.31
9612025-02-28T09:16:37.787Z Downloaded autocfg v1.4.0
9622025-02-28T09:16:37.787Z Downloaded anes v0.1.6
9632025-02-28T09:16:37.788Z Downloaded camino-tempfile v1.1.1
9642025-02-28T09:16:37.788Z Downloaded buf-list v1.0.3
9652025-02-28T09:16:37.788Z Downloaded bitfield-struct v0.6.2
9662025-02-28T09:16:37.788Z Downloaded base64ct v1.6.0
9672025-02-28T09:16:37.788Z Downloaded approx v0.5.1
9682025-02-28T09:16:37.788Z Downloaded fragile v2.0.0
9692025-02-28T09:16:37.788Z Downloaded group v0.13.0
9702025-02-28T09:16:37.788Z Downloaded glob v0.3.2
9712025-02-28T09:16:37.788Z Downloaded futures-io v0.3.31
9722025-02-28T09:16:37.788Z Downloaded fixedbitset v0.4.2
9732025-02-28T09:16:37.789Z Downloaded ff v0.13.0
9742025-02-28T09:16:37.789Z Downloaded async-bb8-diesel v0.2.1
9752025-02-28T09:16:37.789Z Downloaded anstyle v1.0.10
9762025-02-28T09:16:37.789Z Downloaded bcrypt-pbkdf v0.10.0
9772025-02-28T09:16:37.789Z Downloaded async-lock v3.4.0
9782025-02-28T09:16:37.789Z Downloaded futures-task v0.3.31
9792025-02-28T09:16:37.789Z Downloaded byteorder v1.5.0
9802025-02-28T09:16:37.789Z Downloaded bit-vec v0.6.3
9812025-02-28T09:16:37.789Z Downloaded bytecount v0.6.8
9822025-02-28T09:16:37.812Z Downloaded bb8 v0.8.5
9832025-02-28T09:16:37.812Z Downloaded base16ct v0.2.0
9842025-02-28T09:16:37.812Z Downloaded atomic-waker v1.1.2
9852025-02-28T09:16:37.812Z Downloaded generic-array v0.14.7
9862025-02-28T09:16:37.812Z Downloaded float-ord v0.3.2
9872025-02-28T09:16:37.812Z Downloaded filetime v0.2.25
9882025-02-28T09:16:37.813Z Downloaded async-recursion v1.1.1
9892025-02-28T09:16:37.813Z Downloaded http-body v1.0.1
9902025-02-28T09:16:37.813Z Downloaded bit-set v0.5.3
9912025-02-28T09:16:37.813Z Downloaded array-init v0.0.4
9922025-02-28T09:16:37.813Z Downloaded arrayref v0.3.9
9932025-02-28T09:16:37.813Z Downloaded bit-set v0.8.0
9942025-02-28T09:16:37.813Z Downloaded async-channel v1.9.0
9952025-02-28T09:16:37.813Z Downloaded assert-json-diff v2.0.2
9962025-02-28T09:16:37.813Z Downloaded errno v0.3.9
9972025-02-28T09:16:37.982Z Downloaded aws-lc-sys v0.26.0
9982025-02-28T09:16:38.465Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9992025-02-28T09:16:40.952Zpkg list: illegal option -- F
10002025-02-28T09:16:40.952ZUsage:
10012025-02-28T09:16:40.959Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10022025-02-28T09:16:40.959Z [pkg_fmri_pattern ...]
10032025-02-28T09:16:41.836Zpkg list: illegal option -- F
10042025-02-28T09:16:41.837ZUsage:
10052025-02-28T09:16:41.840Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10062025-02-28T09:16:41.840Z [pkg_fmri_pattern ...]
10072025-02-28T09:16:50.212Z Startup: Refreshing catalog 'helios-dev' ... Done
10082025-02-28T09:16:54.657Z Startup: Caching catalogs ... Done
10092025-02-28T09:17:07.888ZPlanning: Solver setup ... Done (12.252s)
10102025-02-28T09:17:07.999ZPlanning: Running solver ... Done (0.153s)
10112025-02-28T09:17:08.210ZPlanning: Finding local manifests ... Done (0.072s)
10122025-02-28T09:17:08.247ZPlanning: Fetching manifests: 0/7 0% complete
10132025-02-28T09:17:09.722ZPlanning: Fetching manifests: 7/7 100% complete
10142025-02-28T09:17:09.953ZPlanning: Package planning ... Done (0.230s)
10152025-02-28T09:17:10.013ZPlanning: Merging actions ... Done (0.057s)
10162025-02-28T09:17:10.379ZPlanning: Checking for conflicting actions ... Done (0.370s)
10172025-02-28T09:17:13.181ZPlanning: Consolidating action changes ... Done (2.801s)
10182025-02-28T09:17:13.579ZPlanning: Evaluating mediators ... Done (0.399s)
10192025-02-28T09:17:13.695ZPlanning: Planning completed in 18.94 seconds
10202025-02-28T09:17:13.710Z Packages to install: 4
10212025-02-28T09:17:13.710Z Packages to update: 3
10222025-02-28T09:17:13.714Z Mediators to change: 2
10232025-02-28T09:17:13.714Z Services to change: 1
10242025-02-28T09:17:13.714Z Estimated space available: 155.37 GB
10252025-02-28T09:17:13.714ZEstimated space to be consumed: 1.66 GB
10262025-02-28T09:17:13.714Z Create boot environment: No
10272025-02-28T09:17:13.714ZCreate backup boot environment: Yes
10282025-02-28T09:17:13.714Z Rebuild boot archive: No
10292025-02-28T09:17:13.714Z
10302025-02-28T09:17:13.714ZChanged mediators:
10312025-02-28T09:17:13.714Z mediator clang:
10322025-02-28T09:17:13.714Z version: None -> 15 (system default)
10332025-02-28T09:17:13.714Z
10342025-02-28T09:17:13.714Z mediator llvm:
10352025-02-28T09:17:13.714Z version: 14 (system default) -> 15 (system default)
10362025-02-28T09:17:13.714Z
10372025-02-28T09:17:13.714ZChanged packages:
10382025-02-28T09:17:13.714Zhelios-dev
10392025-02-28T09:17:13.714Z developer/build-essential
10402025-02-28T09:17:13.715Z None -> 11-2.0
10412025-02-28T09:17:13.715Z library/libxmlsec1
10422025-02-28T09:17:13.715Z None -> 1.2.35-2.0
10432025-02-28T09:17:13.715Z ooce/developer/clang-15
10442025-02-28T09:17:13.715Z None -> 15.0.7-2.0
10452025-02-28T09:17:13.715Z ooce/developer/llvm-15
10462025-02-28T09:17:13.715Z None -> 15.0.7-2.0
10472025-02-28T09:17:13.715Z package/pkg
10482025-02-28T09:17:13.715Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10492025-02-28T09:17:13.715Z system/library/g++-runtime
10502025-02-28T09:17:13.715Z 13-2.0 -> 14-2.0
10512025-02-28T09:17:13.715Z system/library/gcc-runtime
10522025-02-28T09:17:13.715Z 13-2.0 -> 14-2.0
10532025-02-28T09:17:13.715Z
10542025-02-28T09:17:13.715ZServices:
10552025-02-28T09:17:13.715Z restart_fmri:
10562025-02-28T09:17:13.715Z svc:/system/update-man-index:default
10572025-02-28T09:17:13.715Z
10582025-02-28T09:17:13.715ZEditable files to change:
10592025-02-28T09:17:13.715Z Update:
10602025-02-28T09:17:13.715Z usr/share/lib/pkg/web/config.shtml
10612025-02-28T09:17:13.882Z
10622025-02-28T09:17:13.882ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10632025-02-28T09:17:18.887ZDownload: 442/4301 items 16.6/225.4MB 7% complete (3.5M/s)
10642025-02-28T09:17:23.893ZDownload: 815/4301 items 18.4/225.4MB 8% complete (1.9M/s)
10652025-02-28T09:17:28.893ZDownload: 1136/4301 items 50.8/225.4MB 22% complete (3.4M/s)
10662025-02-28T09:17:35.412ZDownload: 1191/4301 items 83.2/225.4MB 36% complete (6.5M/s)
10672025-02-28T09:17:42.201ZDownload: 1192/4301 items 83.2/225.4MB 36% complete
10682025-02-28T09:17:47.202ZDownload: 1616/4301 items 117.8/225.4MB 52% complete (7.3M/s)
10692025-02-28T09:17:52.238ZDownload: 2219/4301 items 119.2/225.4MB 52% complete (3.8M/s)
10702025-02-28T09:17:57.477ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (3.5M/s)
10712025-02-28T09:18:02.478ZDownload: 3078/4301 items 121.2/225.4MB 53% complete (200k/s)
10722025-02-28T09:18:07.481ZDownload: 4010/4301 items 218.7/225.4MB 97% complete (10.0M/s)
10732025-02-28T09:18:15.588ZDownload: 4300/4301 items 225.3/225.4MB 99% complete (10.3M/s)
10742025-02-28T09:18:15.595ZDownload: Completed 225.42 MB in 61.71 seconds (3.6M/s)
10752025-02-28T09:18:17.842Z Actions: 1/5122 actions (Removing old actions)
10762025-02-28T09:18:17.859Z Actions: 194/5122 actions (Installing new actions)
10772025-02-28T09:18:22.819Z Actions: 4267/5122 actions (Updating modified actions)
10782025-02-28T09:18:23.194Z Actions: Completed 5122 actions in 5.35 seconds.
10792025-02-28T09:18:23.611Z Done (0.409s)
10802025-02-28T09:18:23.614Z Done (0.001s)
10812025-02-28T09:18:24.231Z Done (0.619s)
10822025-02-28T09:18:29.220Z Done (4.748s)
10832025-02-28T09:18:29.400Z Done (0.111s)
10842025-02-28T09:18:29.402Z Done (0.000s)
10852025-02-28T09:18:29.582Z Done (0.000s)
10862025-02-28T09:18:30.294ZPlanning: Evaluating mediator changes ... Done
10872025-02-28T09:18:30.454ZPlanning: Checking for conflicting actions ... Done
10882025-02-28T09:18:30.457ZPlanning: Consolidating action changes ... Done
10892025-02-28T09:18:30.724ZPlanning: Evaluating mediators ... Done
10902025-02-28T09:18:30.728ZPlanning: Planning completed in 0.43 seconds
10912025-02-28T09:18:30.765Z Mediators to change: 2
10922025-02-28T09:18:30.765Z Create boot environment: No
10932025-02-28T09:18:30.769ZCreate backup boot environment: No
10942025-02-28T09:18:30.845Z Done
10952025-02-28T09:18:30.845Z Done
10962025-02-28T09:18:31.267Z Done
10972025-02-28T09:18:34.839Z Done
10982025-02-28T09:18:34.928Z Done
10992025-02-28T09:18:34.931Z Done
11002025-02-28T09:18:35.134Z Done
11012025-02-28T09:18:35.741ZPlanning: Evaluating mediator changes ... Done
11022025-02-28T09:18:35.745ZPlanning: Merging actions ... Done
11032025-02-28T09:18:35.926ZPlanning: Checking for conflicting actions ... Done
11042025-02-28T09:18:35.929ZPlanning: Consolidating action changes ... Done
11052025-02-28T09:18:36.189ZPlanning: Evaluating mediators ... Done
11062025-02-28T09:18:36.243ZPlanning: Planning completed in 0.74 seconds
11072025-02-28T09:18:36.284Z Packages to change: 1
11082025-02-28T09:18:36.284Z Mediators to change: 1
11092025-02-28T09:18:36.288Z Services to change: 1
11102025-02-28T09:18:36.288Z Create boot environment: No
11112025-02-28T09:18:36.288ZCreate backup boot environment: Yes
11122025-02-28T09:18:38.763Z Actions: 1/6 actions (Updating modified actions)
11132025-02-28T09:18:38.766Z Actions: Completed 6 actions in 0.00 seconds.
11142025-02-28T09:18:38.766Z Done
11152025-02-28T09:18:38.766Z Done
11162025-02-28T09:18:38.890Z Done
11172025-02-28T09:18:42.540Z Done
11182025-02-28T09:18:42.629Z Done
11192025-02-28T09:18:42.632Z Done
11202025-02-28T09:18:42.765Z Done
11212025-02-28T09:18:43.207ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11222025-02-28T09:18:43.207Zclang system 15 system
11232025-02-28T09:18:43.207Zcsh system system illumos
11242025-02-28T09:18:43.207Zctags system system illumos
11252025-02-28T09:18:43.207Zgcc vendor 12 vendor
11262025-02-28T09:18:43.207Zgcc system 10 system
11272025-02-28T09:18:43.207Zgcc system 7 system
11282025-02-28T09:18:43.207Zgo system 1.20 system
11292025-02-28T09:18:43.207Zgo system 1.19 system
11302025-02-28T09:18:43.208Zllvm system 15 system
11312025-02-28T09:18:43.208Zllvm system 14 system
11322025-02-28T09:18:43.208Zmariadb system 10.6 system
11332025-02-28T09:18:43.208Zmta vendor vendor dma
11342025-02-28T09:18:43.208Zopenjdk system 17 system
11352025-02-28T09:18:43.208Zopenjdk system 11 system
11362025-02-28T09:18:43.208Zopenjdk system 1.8 system
11372025-02-28T09:18:43.208Zopenssl vendor 3 vendor
11382025-02-28T09:18:43.208Zperl system 5.36 system
11392025-02-28T09:18:43.208Zpostgresql system 15 system
11402025-02-28T09:18:43.208Zpostgresql system 13 system
11412025-02-28T09:18:43.208Zpython vendor 3 vendor
11422025-02-28T09:18:43.208Zpython system 2 system
11432025-02-28T09:18:43.208Zpython3 system 3.11 system
11442025-02-28T09:18:43.208Zruby system 3.0 system
11452025-02-28T09:18:43.208Zwords vendor vendor american-english
11462025-02-28T09:18:43.208Zwords system system australian-english
11472025-02-28T09:18:43.208Zwords system system british-english
11482025-02-28T09:18:43.208Zwords system system canadian-english
11492025-02-28T09:18:43.208Zwords system system french
11502025-02-28T09:18:43.208Zwords system system italian
11512025-02-28T09:18:43.208Zwords system system ngerman
11522025-02-28T09:18:43.208Zwords system system ogerman
11532025-02-28T09:18:43.208Zwords system system spanish
11542025-02-28T09:18:43.539ZPUBLISHER TYPE STATUS P LOCATION
11552025-02-28T09:18:43.539Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11562025-02-28T09:18:46.586ZFMRI IFO
11572025-02-28T09:18:46.586Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11582025-02-28T09:18:46.586Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11592025-02-28T09:18:46.586Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11602025-02-28T09:18:46.586Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11612025-02-28T09:18:46.586Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11622025-02-28T09:18:46.586Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11632025-02-28T09:18:46.586Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11642025-02-28T09:18:46.586Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11652025-02-28T09:18:46.586Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11662025-02-28T09:18:46.586Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11672025-02-28T09:18:46.586Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11682025-02-28T09:18:46.586Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11692025-02-28T09:18:46.587Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11702025-02-28T09:18:46.587Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11712025-02-28T09:18:46.587Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11722025-02-28T09:18:47.694Z Downloading crates ...
11732025-02-28T09:18:47.770Z Downloaded cargo_toml v0.21.0
11742025-02-28T09:18:47.918Z Compiling proc-macro2 v1.0.93
11752025-02-28T09:18:47.921Z Compiling unicode-ident v1.0.14
11762025-02-28T09:18:47.921Z Compiling serde v1.0.218
11772025-02-28T09:18:47.921Z Compiling libc v0.2.170
11782025-02-28T09:18:47.921Z Compiling version_check v0.9.5
11792025-02-28T09:18:47.921Z Compiling memchr v2.7.4
11802025-02-28T09:18:47.921Z Compiling thiserror v1.0.69
11812025-02-28T09:18:47.941Z Compiling ucd-trie v0.1.7
11822025-02-28T09:18:48.204Z Compiling ryu v1.0.18
11832025-02-28T09:18:48.484Z Compiling itoa v1.0.11
11842025-02-28T09:18:48.509Z Compiling once_cell v1.20.3
11852025-02-28T09:18:48.660Z Compiling byteorder v1.5.0
11862025-02-28T09:18:48.791Z Compiling rustix v0.38.37
11872025-02-28T09:18:48.987Z Compiling serde_json v1.0.139
11882025-02-28T09:18:49.331Z Compiling bitflags v2.6.0
11892025-02-28T09:18:49.345Z Compiling proc-macro-error-attr v1.0.4
11902025-02-28T09:18:49.459Z Compiling usdt-impl v0.5.0
11912025-02-28T09:18:49.560Z Compiling io-lifetimes v1.0.11
11922025-02-28T09:18:49.645Z Compiling syn v1.0.109
11932025-02-28T09:18:49.681Z Compiling proc-macro-error v1.0.4
11942025-02-28T09:18:49.720Z Compiling camino v1.1.9
11952025-02-28T09:18:49.929Z Compiling rustix v0.37.28
11962025-02-28T09:18:49.977Z Compiling plain v0.2.3
11972025-02-28T09:18:50.142Z Compiling hashbrown v0.15.1
11982025-02-28T09:18:50.269Z Compiling log v0.4.22
11992025-02-28T09:18:50.282Z Compiling equivalent v1.0.1
12002025-02-28T09:18:50.398Z Compiling quote v1.0.38
12012025-02-28T09:18:50.497Z Compiling errno v0.3.9
12022025-02-28T09:18:50.510Z Compiling thread-id v4.2.2
12032025-02-28T09:18:50.557Z Compiling utf8parse v0.2.2
12042025-02-28T09:18:50.721Z Compiling anstyle-parse v0.2.5
12052025-02-28T09:18:50.815Z Compiling syn v2.0.98
12062025-02-28T09:18:50.997Z Compiling pretty-hex v0.4.1
12072025-02-28T09:18:51.043Z Compiling autocfg v1.4.0
12082025-02-28T09:18:51.222Z Compiling indexmap v2.7.1
12092025-02-28T09:18:51.255Z Compiling semver v1.0.25
12102025-02-28T09:18:51.269Z Compiling bitflags v1.3.2
12112025-02-28T09:18:51.373Z Compiling is_terminal_polyfill v1.70.1
12122025-02-28T09:18:51.510Z Compiling colorchoice v1.0.2
12132025-02-28T09:18:51.670Z Compiling unicode-width v0.1.14
12142025-02-28T09:18:51.715Z Compiling winnow v0.7.3
12152025-02-28T09:18:51.958Z Compiling anstyle v1.0.10
12162025-02-28T09:18:51.999Z Compiling thiserror v2.0.11
12172025-02-28T09:18:52.201Z Compiling anstyle-query v1.1.1
12182025-02-28T09:18:52.359Z Compiling anstream v0.6.15
12192025-02-28T09:18:52.362Z Compiling fs-err v2.11.0
12202025-02-28T09:18:52.667Z Compiling terminal_size v0.4.0
12212025-02-28T09:18:53.012Z Compiling clap_lex v0.7.4
12222025-02-28T09:18:53.057Z Compiling heck v0.5.0
12232025-02-28T09:18:53.123Z Compiling fnv v1.0.7
12242025-02-28T09:18:53.264Z Compiling bytecount v0.6.8
12252025-02-28T09:18:53.279Z Compiling fastrand v2.1.1
12262025-02-28T09:18:53.452Z Compiling heck v0.4.1
12272025-02-28T09:18:53.485Z Compiling strsim v0.11.1
12282025-02-28T09:18:53.520Z Compiling anyhow v1.0.96
12292025-02-28T09:18:53.825Z Compiling cfg-if v1.0.0
12302025-02-28T09:18:53.934Z Compiling clap_builder v4.5.31
12312025-02-28T09:18:54.216Z Compiling tempfile v3.13.0
12322025-02-28T09:18:54.265Z Compiling terminal_size v0.2.6
12332025-02-28T09:18:54.350Z Compiling papergrid v0.11.0
12342025-02-28T09:18:54.513Z Compiling memmap v0.7.0
12352025-02-28T09:18:54.605Z Compiling smawk v0.3.2
12362025-02-28T09:18:54.814Z Compiling unicode-linebreak v0.1.5
12372025-02-28T09:18:55.186Z Compiling swrite v0.1.0
12382025-02-28T09:18:55.286Z Compiling textwrap v0.16.1
12392025-02-28T09:18:55.746Z Compiling tabled_derive v0.7.0
12402025-02-28T09:18:57.040Z Compiling tabled v0.15.0
12412025-02-28T09:18:57.616Z Compiling serde_derive v1.0.218
12422025-02-28T09:18:57.616Z Compiling thiserror-impl v1.0.69
12432025-02-28T09:18:57.619Z Compiling zerocopy-derive v0.7.35
12442025-02-28T09:18:57.619Z Compiling scroll_derive v0.12.0
12452025-02-28T09:18:57.619Z Compiling thiserror-impl v2.0.11
12462025-02-28T09:18:57.927Z Compiling clap_derive v4.5.28
12472025-02-28T09:18:59.013Z Compiling scroll v0.12.0
12482025-02-28T09:18:59.569Z Compiling goblin v0.8.2
12492025-02-28T09:18:59.630Z Compiling zerocopy v0.7.35
12502025-02-28T09:19:00.672Z Compiling pest v2.7.14
12512025-02-28T09:19:01.993Z Compiling clap v4.5.31
12522025-02-28T09:19:02.885Z Compiling pest_meta v2.7.14
12532025-02-28T09:19:03.810Z Compiling pest_generator v2.7.14
12542025-02-28T09:19:05.191Z Compiling pest_derive v2.7.14
12552025-02-28T09:19:05.800Z Compiling dtrace-parser v0.2.0
12562025-02-28T09:19:06.609Z Compiling serde_spanned v0.6.8
12572025-02-28T09:19:06.610Z Compiling toml_datetime v0.6.8
12582025-02-28T09:19:06.613Z Compiling cargo-platform v0.1.8
12592025-02-28T09:19:06.908Z Compiling serde_tokenstream v0.2.2
12602025-02-28T09:19:06.940Z Compiling toml_edit v0.22.24
12612025-02-28T09:19:07.063Z Compiling macaddr v1.0.1
12622025-02-28T09:19:07.180Z Compiling camino-tempfile v1.1.1
12632025-02-28T09:19:08.028Z Compiling dof v0.3.0
12642025-02-28T09:19:08.028Z Compiling cargo_metadata v0.19.1
12652025-02-28T09:19:09.580Z Compiling usdt-attr-macro v0.5.0
12662025-02-28T09:19:09.583Z Compiling usdt-macro v0.5.0
12672025-02-28T09:19:09.784Z Compiling toml v0.8.20
12682025-02-28T09:19:10.689Z Compiling usdt v0.5.0
12692025-02-28T09:19:10.723Z Compiling cargo_toml v0.21.0
12702025-02-28T09:19:13.349Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12712025-02-28T09:19:16.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.39s
12722025-02-28T09:19:16.609Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12732025-02-28T09:19:17.516Z Compiling serde v1.0.218
12742025-02-28T09:19:17.518Z Compiling value-bag v1.9.0
12752025-02-28T09:19:17.518Z Compiling lock_api v0.4.12
12762025-02-28T09:19:17.518Z Compiling scopeguard v1.2.0
12772025-02-28T09:19:17.519Z Compiling typenum v1.17.0
12782025-02-28T09:19:17.650Z Compiling generic-array v0.14.7
12792025-02-28T09:19:17.653Z Compiling syn v2.0.98
12802025-02-28T09:19:17.656Z Compiling getrandom v0.2.15
12812025-02-28T09:19:17.915Z Compiling shlex v1.3.0
12822025-02-28T09:19:18.075Z Compiling rand_core v0.6.4
12832025-02-28T09:19:18.195Z Compiling subtle v2.6.1
12842025-02-28T09:19:18.238Z Compiling log v0.4.22
12852025-02-28T09:19:18.282Z Compiling jobserver v0.1.32
12862025-02-28T09:19:18.351Z Compiling smallvec v1.14.0
12872025-02-28T09:19:18.547Z Compiling const-oid v0.9.6
12882025-02-28T09:19:18.573Z Compiling pin-project-lite v0.2.14
12892025-02-28T09:19:18.603Z Compiling rustix v0.38.37
12902025-02-28T09:19:18.719Z Compiling cc v1.2.15
12912025-02-28T09:19:18.739Z Compiling parking_lot_core v0.9.10
12922025-02-28T09:19:18.982Z Compiling futures-core v0.3.31
12932025-02-28T09:19:19.041Z Compiling spin v0.9.8
12942025-02-28T09:19:19.222Z Compiling signal-hook-registry v1.4.2
12952025-02-28T09:19:19.390Z Compiling mio v1.0.2
12962025-02-28T09:19:19.409Z Compiling aho-corasick v1.1.3
12972025-02-28T09:19:19.746Z Compiling parking_lot v0.12.3
12982025-02-28T09:19:19.920Z Compiling cpufeatures v0.2.14
12992025-02-28T09:19:20.021Z Compiling stable_deref_trait v1.2.0
13002025-02-28T09:19:20.037Z Compiling futures-sink v0.3.31
13012025-02-28T09:19:20.145Z Compiling regex-syntax v0.8.5
13022025-02-28T09:19:20.212Z Compiling either v1.14.0
13032025-02-28T09:19:20.449Z Compiling socket2 v0.5.8
13042025-02-28T09:19:20.532Z Compiling slab v0.4.9
13052025-02-28T09:19:20.549Z Compiling glob v0.3.2
13062025-02-28T09:19:20.625Z Compiling prettyplease v0.2.29
13072025-02-28T09:19:21.004Z Compiling lazy_static v1.5.0
13082025-02-28T09:19:21.144Z Compiling minimal-lexical v0.2.1
13092025-02-28T09:19:21.300Z Compiling serde_json v1.0.139
13102025-02-28T09:19:21.327Z Compiling futures-channel v0.3.31
13112025-02-28T09:19:21.380Z Compiling clang-sys v1.8.1
13122025-02-28T09:19:21.646Z Compiling nom v7.1.3
13132025-02-28T09:19:21.665Z Compiling libloading v0.8.5
13142025-02-28T09:19:21.729Z Compiling bindgen v0.69.5
13152025-02-28T09:19:22.034Z Compiling futures-io v0.3.31
13162025-02-28T09:19:22.116Z Compiling home v0.5.9
13172025-02-28T09:19:22.315Z Compiling futures-task v0.3.31
13182025-02-28T09:19:22.338Z Compiling pin-utils v0.1.0
13192025-02-28T09:19:22.482Z Compiling itertools v0.12.1
13202025-02-28T09:19:22.583Z Compiling lazycell v1.3.0
13212025-02-28T09:19:22.606Z Compiling allocator-api2 v0.2.18
13222025-02-28T09:19:22.796Z Compiling libm v0.2.8
13232025-02-28T09:19:23.148Z Compiling rustc-hash v1.1.0
13242025-02-28T09:19:23.319Z Compiling foldhash v0.1.3
13252025-02-28T09:19:23.393Z Compiling cmake v0.1.51
13262025-02-28T09:19:23.613Z Compiling hashbrown v0.15.1
13272025-02-28T09:19:23.859Z Compiling regex-automata v0.4.8
13282025-02-28T09:19:24.247Z Compiling num-traits v0.2.19
13292025-02-28T09:19:24.570Z Compiling pkg-config v0.3.31
13302025-02-28T09:19:24.843Z Compiling synstructure v0.13.1
13312025-02-28T09:19:25.362Z Compiling cexpr v0.6.0
13322025-02-28T09:19:25.799Z Compiling dunce v1.0.5
13332025-02-28T09:19:25.945Z Compiling fs_extra v1.3.0
13342025-02-28T09:19:26.328Z Compiling litemap v0.7.3
13352025-02-28T09:19:26.480Z Compiling writeable v0.5.5
13362025-02-28T09:19:26.714Z Compiling getrandom v0.3.1
13372025-02-28T09:19:26.962Z Compiling ring v0.17.11
13382025-02-28T09:19:27.019Z Compiling paste v1.0.15
13392025-02-28T09:19:27.475Z Compiling base64ct v1.6.0
13402025-02-28T09:19:27.839Z Compiling httparse v1.9.5
13412025-02-28T09:19:28.060Z Compiling pem-rfc7468 v0.7.0
13422025-02-28T09:19:28.079Z Compiling flagset v0.4.6
13432025-02-28T09:19:28.295Z Compiling aws-lc-rs v1.12.4
13442025-02-28T09:19:28.465Z Compiling icu_locid_transform_data v1.5.0
13452025-02-28T09:19:28.676Z Compiling tracing-core v0.1.32
13462025-02-28T09:19:28.718Z Compiling percent-encoding v2.3.1
13472025-02-28T09:19:29.053Z Compiling rustls-pki-types v1.10.0
13482025-02-28T09:19:29.094Z Compiling crossbeam-utils v0.8.20
13492025-02-28T09:19:29.644Z Compiling regex v1.11.1
13502025-02-28T09:19:29.708Z Compiling icu_properties_data v1.5.0
13512025-02-28T09:19:29.839Z Compiling serde_derive v1.0.218
13522025-02-28T09:19:29.941Z Compiling zeroize_derive v1.4.2
13532025-02-28T09:19:29.958Z Compiling zerocopy-derive v0.7.35
13542025-02-28T09:19:30.482Z Compiling tokio-macros v2.5.0
13552025-02-28T09:19:30.564Z Compiling zerofrom-derive v0.1.4
13562025-02-28T09:19:31.254Z Compiling zeroize v1.8.1
13572025-02-28T09:19:31.779Z Compiling zerocopy v0.7.35
13582025-02-28T09:19:31.849Z Compiling yoke-derive v0.7.4
13592025-02-28T09:19:32.651Z Compiling crypto-common v0.1.6
13602025-02-28T09:19:32.759Z Compiling block-buffer v0.10.4
13612025-02-28T09:19:32.922Z Compiling zerovec-derive v0.10.3
13622025-02-28T09:19:33.053Z Compiling digest v0.10.7
13632025-02-28T09:19:33.095Z Compiling thiserror-impl v1.0.69
13642025-02-28T09:19:33.495Z Compiling futures-macro v0.3.31
13652025-02-28T09:19:33.861Z Compiling zerofrom v0.1.4
13662025-02-28T09:19:34.091Z Compiling hmac v0.12.1
13672025-02-28T09:19:34.112Z Compiling displaydoc v0.2.5
13682025-02-28T09:19:34.344Z Compiling block-padding v0.3.3
13692025-02-28T09:19:34.464Z Compiling yoke v0.7.4
13702025-02-28T09:19:34.566Z Compiling inout v0.1.3
13712025-02-28T09:19:34.835Z Compiling ppv-lite86 v0.2.20
13722025-02-28T09:19:34.839Z Compiling cipher v0.4.4
13732025-02-28T09:19:35.289Z Compiling futures-util v0.3.31
13742025-02-28T09:19:35.330Z Compiling zerovec v0.10.4
13752025-02-28T09:19:35.333Z Compiling sha2 v0.10.8
13762025-02-28T09:19:35.568Z Compiling icu_provider_macros v1.5.0
13772025-02-28T09:19:35.589Z Compiling der_derive v0.7.3
13782025-02-28T09:19:35.911Z Compiling thiserror v1.0.69
13792025-02-28T09:19:36.059Z Compiling tracing-attributes v0.1.27
13802025-02-28T09:19:36.486Z Compiling pest v2.7.14
13812025-02-28T09:19:37.276Z Compiling tinystr v0.7.6
13822025-02-28T09:19:37.678Z Compiling icu_locid v1.5.0
13832025-02-28T09:19:37.817Z Compiling der v0.7.9
13842025-02-28T09:19:38.836Z Compiling icu_provider v1.5.0
13852025-02-28T09:19:39.022Z Compiling icu_collections v1.5.0
13862025-02-28T09:19:39.399Z Compiling tracing v0.1.40
13872025-02-28T09:19:39.558Z Compiling icu_locid_transform v1.5.0
13882025-02-28T09:19:39.791Z Compiling spki v0.7.3
13892025-02-28T09:19:39.892Z Compiling salsa20 v0.10.2
13902025-02-28T09:19:40.137Z Compiling pbkdf2 v0.12.2
13912025-02-28T09:19:40.158Z Compiling untrusted v0.9.0
13922025-02-28T09:19:40.215Z Compiling powerfmt v0.2.0
13932025-02-28T09:19:40.318Z Compiling untrusted v0.7.1
13942025-02-28T09:19:40.338Z Compiling icu_normalizer_data v1.5.0
13952025-02-28T09:19:40.358Z Compiling utf8_iter v1.0.4
13962025-02-28T09:19:40.444Z Compiling utf16_iter v1.0.5
13972025-02-28T09:19:40.488Z Compiling time-core v0.1.2
13982025-02-28T09:19:40.526Z Compiling vcpkg v0.2.15
13992025-02-28T09:19:40.595Z Compiling write16 v1.0.0
14002025-02-28T09:19:40.613Z Compiling num-conv v0.1.0
14012025-02-28T09:19:40.650Z Compiling deranged v0.3.11
14022025-02-28T09:19:40.688Z Compiling scrypt v0.11.0
14032025-02-28T09:19:40.735Z Compiling icu_properties v1.5.1
14042025-02-28T09:19:40.889Z Compiling time-macros v0.2.18
14052025-02-28T09:19:41.194Z Compiling pest_meta v2.7.14
14062025-02-28T09:19:41.786Z Compiling cbc v0.1.2
14072025-02-28T09:19:42.043Z Compiling aes v0.8.4
14082025-02-28T09:19:42.113Z Compiling bitflags v2.6.0
14092025-02-28T09:19:42.285Z Compiling bytes v1.10.0
14102025-02-28T09:19:43.764Z Compiling tokio v1.43.0
14112025-02-28T09:19:43.957Z Compiling semver v1.0.25
14122025-02-28T09:19:44.674Z Compiling indexmap v2.7.1
14132025-02-28T09:19:44.811Z Compiling http v1.2.0
14142025-02-28T09:19:44.984Z Compiling icu_normalizer v1.5.0
14152025-02-28T09:19:45.287Z Compiling rustc_version v0.4.1
14162025-02-28T09:19:45.367Z Compiling openssl-sys v0.9.106
14172025-02-28T09:19:45.444Z Compiling scroll_derive v0.12.0
14182025-02-28T09:19:45.986Z Compiling num_threads v0.1.7
14192025-02-28T09:19:46.132Z Compiling tinyvec_macros v0.1.1
14202025-02-28T09:19:46.241Z Compiling which v4.4.2
14212025-02-28T09:19:46.427Z Compiling atomic-waker v1.1.2
14222025-02-28T09:19:46.797Z Compiling tinyvec v1.8.0
14232025-02-28T09:19:46.867Z Compiling http-body v1.0.1
14242025-02-28T09:19:46.870Z Compiling time v0.3.36
14252025-02-28T09:19:46.904Z Compiling scroll v0.12.0
14262025-02-28T09:19:47.070Z Compiling idna_adapter v1.2.0
14272025-02-28T09:19:47.125Z Compiling pkcs5 v0.7.1
14282025-02-28T09:19:47.267Z Compiling pest_generator v2.7.14
14292025-02-28T09:19:47.295Z Compiling rand_chacha v0.3.1
14302025-02-28T09:19:47.421Z Compiling form_urlencoded v1.2.1
14312025-02-28T09:19:47.736Z Compiling slog v2.7.0
14322025-02-28T09:19:48.229Z Compiling zerocopy v0.8.10
14332025-02-28T09:19:48.250Z Compiling try-lock v0.2.5
14342025-02-28T09:19:48.316Z Compiling goblin v0.8.2
14352025-02-28T09:19:48.428Z Compiling want v0.3.1
14362025-02-28T09:19:48.799Z Compiling rand v0.8.5
14372025-02-28T09:19:49.103Z Compiling pkcs8 v0.10.2
14382025-02-28T09:19:49.133Z Compiling pest_derive v2.7.14
14392025-02-28T09:19:49.689Z Compiling idna v1.0.3
14402025-02-28T09:19:49.779Z Compiling uuid v1.15.1
14412025-02-28T09:19:49.907Z Compiling zerocopy-derive v0.8.10
14422025-02-28T09:19:50.843Z Compiling iana-time-zone v0.1.61
14432025-02-28T09:19:51.232Z Compiling tower-service v0.3.3
14442025-02-28T09:19:51.251Z Compiling httpdate v1.0.3
14452025-02-28T09:19:51.375Z Compiling chrono v0.4.40
14462025-02-28T09:19:51.392Z Compiling dtrace-parser v0.2.0
14472025-02-28T09:19:51.690Z Compiling serde_spanned v0.6.8
14482025-02-28T09:19:51.949Z Compiling tokio-util v0.7.13
14492025-02-28T09:19:52.147Z Compiling toml_datetime v0.6.8
14502025-02-28T09:19:52.612Z Compiling serde_tokenstream v0.2.2
14512025-02-28T09:19:53.218Z Compiling h2 v0.4.6
14522025-02-28T09:19:53.222Z Compiling base64 v0.22.1
14532025-02-28T09:19:53.261Z Compiling rustversion v1.0.17
14542025-02-28T09:19:53.931Z Compiling openssl v0.10.71
14552025-02-28T09:19:53.966Z Compiling adler2 v2.0.0
14562025-02-28T09:19:54.205Z Compiling dof v0.3.0
14572025-02-28T09:19:54.366Z Compiling match_cfg v0.1.0
14582025-02-28T09:19:54.479Z Compiling foreign-types-shared v0.1.1
14592025-02-28T09:19:54.613Z Compiling foreign-types v0.3.2
14602025-02-28T09:19:54.690Z Compiling hostname v0.3.1
14612025-02-28T09:19:54.750Z Compiling miniz_oxide v0.8.5
14622025-02-28T09:19:54.994Z Compiling usdt-impl v0.5.0
14632025-02-28T09:19:55.683Z Compiling rand_core v0.9.2
14642025-02-28T09:19:55.987Z Compiling url v2.5.3
14652025-02-28T09:19:56.271Z Compiling async-trait v0.1.86
14662025-02-28T09:19:56.354Z Compiling openssl-macros v0.1.1
14672025-02-28T09:19:56.892Z Compiling serde_derive_internals v0.29.1
14682025-02-28T09:19:57.133Z Compiling dirs-sys-next v0.1.2
14692025-02-28T09:19:57.400Z Compiling syn v1.0.109
14702025-02-28T09:19:57.493Z Compiling native-tls v0.2.12
14712025-02-28T09:19:57.679Z Compiling siphasher v0.3.11
14722025-02-28T09:19:57.732Z Compiling data-encoding v2.6.0
14732025-02-28T09:19:57.854Z Compiling schemars v0.8.22
14742025-02-28T09:19:58.050Z Compiling rustls v0.22.4
14752025-02-28T09:19:58.069Z Compiling rustls v0.23.19
14762025-02-28T09:19:58.373Z Compiling dirs-next v2.0.0
14772025-02-28T09:19:58.410Z Compiling rand_chacha v0.9.0
14782025-02-28T09:19:58.631Z Compiling unicode-normalization v0.1.24
14792025-02-28T09:19:59.193Z Compiling schemars_derive v0.8.22
14802025-02-28T09:19:59.690Z Compiling http-body-util v0.1.2
14812025-02-28T09:19:59.728Z Compiling crossbeam-epoch v0.9.18
14822025-02-28T09:19:59.833Z Compiling heapless v0.7.17
14832025-02-28T09:20:00.185Z Compiling signature v2.2.0
14842025-02-28T09:20:00.285Z Compiling hyper v1.6.0
14852025-02-28T09:20:00.399Z Compiling sha1 v0.10.6
14862025-02-28T09:20:00.489Z Compiling bzip2-sys v0.1.11+1.0.8
14872025-02-28T09:20:00.514Z Compiling thread_local v1.1.8
14882025-02-28T09:20:00.817Z Compiling cookie v0.18.1
14892025-02-28T09:20:01.002Z Compiling encoding_rs v0.8.34
14902025-02-28T09:20:01.005Z Compiling multer v3.1.0
14912025-02-28T09:20:01.151Z Compiling openssl-probe v0.1.5
14922025-02-28T09:20:01.329Z Compiling gimli v0.31.1
14932025-02-28T09:20:01.447Z Compiling ipnet v2.11.0
14942025-02-28T09:20:02.133Z Compiling dyn-clone v1.0.18
14952025-02-28T09:20:02.367Z Compiling mime v0.3.17
14962025-02-28T09:20:02.538Z Compiling unicode-properties v0.1.3
14972025-02-28T09:20:02.958Z Compiling hyper-util v0.1.10
14982025-02-28T09:20:03.007Z Compiling slog-async v2.8.0
14992025-02-28T09:20:03.092Z Compiling signal-hook v0.3.17
15002025-02-28T09:20:03.404Z Compiling rayon-core v1.12.1
15012025-02-28T09:20:03.535Z Compiling unicode-bidi v0.3.17
15022025-02-28T09:20:03.752Z Compiling toml_edit v0.22.24
15032025-02-28T09:20:04.800Z Compiling stringprep v0.1.5
15042025-02-28T09:20:05.867Z Compiling addr2line v0.24.2
15052025-02-28T09:20:06.060Z Compiling crossbeam-deque v0.8.5
15062025-02-28T09:20:06.228Z Compiling rand v0.9.0
15072025-02-28T09:20:06.248Z Compiling term v0.7.0
15082025-02-28T09:20:06.607Z Compiling usdt-attr-macro v0.5.0
15092025-02-28T09:20:06.979Z Compiling usdt-macro v0.5.0
15102025-02-28T09:20:07.526Z Compiling slog-json v2.6.1
15112025-02-28T09:20:07.958Z Compiling serde_urlencoded v0.7.1
15122025-02-28T09:20:08.072Z Compiling crossbeam-channel v0.5.13
15132025-02-28T09:20:08.188Z Compiling curve25519-dalek v4.1.3
15142025-02-28T09:20:08.208Z Compiling enum-as-inner v0.6.1
15152025-02-28T09:20:08.466Z Compiling futures-executor v0.3.31
15162025-02-28T09:20:08.491Z Compiling md-5 v0.10.6
15172025-02-28T09:20:08.789Z Compiling async-stream-impl v0.3.6
15182025-02-28T09:20:08.912Z Compiling rustls-pemfile v2.2.0
15192025-02-28T09:20:08.970Z Compiling num-integer v0.1.46
15202025-02-28T09:20:09.077Z Compiling hash32 v0.2.1
15212025-02-28T09:20:09.223Z Compiling ff v0.13.0
15222025-02-28T09:20:09.295Z Compiling is-terminal v0.4.13
15232025-02-28T09:20:09.442Z Compiling memoffset v0.9.1
15242025-02-28T09:20:09.445Z Compiling object v0.36.5
15252025-02-28T09:20:09.476Z Compiling dropshot v0.12.0
15262025-02-28T09:20:09.684Z Compiling rustc-demangle v0.1.24
15272025-02-28T09:20:09.791Z Compiling linked-hash-map v0.5.6
15282025-02-28T09:20:09.794Z Compiling fallible-iterator v0.2.0
15292025-02-28T09:20:10.035Z Compiling cfg_aliases v0.2.1
15302025-02-28T09:20:10.155Z Compiling litrs v0.4.1
15312025-02-28T09:20:10.175Z Compiling smoltcp v0.9.1
15322025-02-28T09:20:10.511Z Compiling portable-atomic v1.9.0
15332025-02-28T09:20:10.590Z Compiling utf-8 v0.7.6
15342025-02-28T09:20:10.834Z Compiling take_mut v0.2.2
15352025-02-28T09:20:10.918Z Compiling psl-types v2.0.11
15362025-02-28T09:20:11.018Z Compiling num-bigint-dig v0.8.4
15372025-02-28T09:20:11.143Z Compiling base16ct v0.2.0
15382025-02-28T09:20:11.248Z Compiling quick-error v1.2.3
15392025-02-28T09:20:11.278Z Compiling anyhow v1.0.96
15402025-02-28T09:20:11.410Z Compiling resolv-conf v0.7.0
15412025-02-28T09:20:11.431Z Compiling sec1 v0.7.3
15422025-02-28T09:20:11.494Z Compiling document-features v0.2.10
15432025-02-28T09:20:11.558Z Compiling publicsuffix v2.3.0
15442025-02-28T09:20:12.037Z Compiling tungstenite v0.24.0
15452025-02-28T09:20:12.117Z Compiling postgres-protocol v0.6.8
15462025-02-28T09:20:12.356Z Compiling nix v0.29.0
15472025-02-28T09:20:12.673Z Compiling lru-cache v0.1.2
15482025-02-28T09:20:12.905Z Compiling async-stream v0.3.6
15492025-02-28T09:20:13.186Z Compiling num-iter v0.1.45
15502025-02-28T09:20:13.207Z Compiling group v0.13.0
15512025-02-28T09:20:13.271Z Compiling slog-term v2.9.1
15522025-02-28T09:20:13.459Z Compiling usdt v0.5.0
15532025-02-28T09:20:13.556Z Compiling hickory-proto v0.24.4
15542025-02-28T09:20:14.065Z Compiling futures v0.3.31
15552025-02-28T09:20:14.173Z Compiling slog-bunyan v2.5.0
15562025-02-28T09:20:14.198Z Compiling toml v0.8.20
15572025-02-28T09:20:15.481Z Compiling camino v1.1.9
15582025-02-28T09:20:15.542Z Compiling tokio-native-tls v0.3.1
15592025-02-28T09:20:15.843Z Compiling phf_shared v0.11.2
15602025-02-28T09:20:15.994Z Compiling dropshot_endpoint v0.12.0
15612025-02-28T09:20:16.225Z Compiling backtrace v0.3.74
15622025-02-28T09:20:16.359Z Compiling waitgroup v0.1.2
15632025-02-28T09:20:16.592Z Compiling terminal_size v0.4.0
15642025-02-28T09:20:16.595Z Compiling openapiv3 v2.0.0
15652025-02-28T09:20:16.634Z Compiling serde_path_to_error v0.1.16
15662025-02-28T09:20:16.842Z Compiling hkdf v0.12.4
15672025-02-28T09:20:17.138Z Compiling crypto-bigint v0.5.5
15682025-02-28T09:20:17.485Z Compiling zerocopy-derive v0.6.6
15692025-02-28T09:20:18.630Z Compiling hubpack_derive v0.1.1
15702025-02-28T09:20:19.134Z Compiling curve25519-dalek-derive v0.1.1
15712025-02-28T09:20:19.504Z Compiling webpki-roots v0.26.6
15722025-02-28T09:20:19.567Z Compiling sync_wrapper v1.0.1
15732025-02-28T09:20:19.740Z Compiling hostname v0.4.0
15742025-02-28T09:20:19.743Z Compiling crc32fast v1.4.2
15752025-02-28T09:20:19.970Z Compiling fs-err v2.11.0
15762025-02-28T09:20:20.116Z Compiling ahash v0.8.11
15772025-02-28T09:20:20.270Z Compiling tower-layer v0.3.3
15782025-02-28T09:20:20.307Z Compiling winnow v0.5.40
15792025-02-28T09:20:20.493Z Compiling newtype-uuid v1.2.1
15802025-02-28T09:20:20.532Z Compiling debug-ignore v1.0.5
15812025-02-28T09:20:20.570Z Compiling managed v0.8.0
15822025-02-28T09:20:20.708Z Compiling unicode-width v0.2.0
15832025-02-28T09:20:20.739Z Compiling clap_builder v4.5.31
15842025-02-28T09:20:20.820Z Compiling tower v0.5.2
15852025-02-28T09:20:21.257Z Compiling console v0.15.10
15862025-02-28T09:20:22.692Z Compiling strum_macros v0.25.3
15872025-02-28T09:20:22.893Z Compiling elliptic-curve v0.13.8
15882025-02-28T09:20:23.050Z Compiling flate2 v1.1.0
15892025-02-28T09:20:23.318Z Compiling hubpack v0.1.2
15902025-02-28T09:20:23.745Z Compiling toml_edit v0.19.15
15912025-02-28T09:20:23.768Z Compiling zerocopy v0.6.6
15922025-02-28T09:20:23.840Z Compiling hickory-resolver v0.24.4
15932025-02-28T09:20:24.525Z Compiling phf v0.11.2
15942025-02-28T09:20:24.718Z Compiling signal-hook-mio v0.2.4
15952025-02-28T09:20:24.826Z Compiling hyper-tls v0.6.0
15962025-02-28T09:20:24.894Z Compiling rayon v1.10.0
15972025-02-28T09:20:25.218Z Compiling cookie_store v0.21.1
15982025-02-28T09:20:26.325Z Compiling bzip2 v0.4.4
15992025-02-28T09:20:26.766Z Compiling tokio-tungstenite v0.24.0
16002025-02-28T09:20:27.449Z Compiling postgres-types v0.2.9
16012025-02-28T09:20:28.757Z Compiling ed25519 v2.2.3
16022025-02-28T09:20:29.318Z Compiling phf_shared v0.10.0
16032025-02-28T09:20:29.566Z Compiling tokio-stream v0.1.17
16042025-02-28T09:20:29.717Z Compiling pkcs1 v0.7.5
16052025-02-28T09:20:29.901Z Compiling serde-big-array v0.5.1
16062025-02-28T09:20:29.976Z Compiling clap_derive v4.5.28
16072025-02-28T09:20:30.163Z Compiling rfc6979 v0.4.0
16082025-02-28T09:20:30.375Z Compiling serde_repr v0.1.19
16092025-02-28T09:20:30.517Z Compiling derive-where v1.2.7
16102025-02-28T09:20:30.617Z Compiling bstr v1.10.0
16112025-02-28T09:20:30.617Z Compiling float-cmp v0.10.0
16122025-02-28T09:20:30.725Z Compiling normalize-line-endings v0.3.0
16132025-02-28T09:20:30.876Z Compiling static_assertions v1.1.0
16142025-02-28T09:20:30.901Z Compiling unicode-segmentation v1.12.0
16152025-02-28T09:20:30.996Z Compiling difflib v0.4.0
16162025-02-28T09:20:31.524Z Compiling new_debug_unreachable v1.0.6
16172025-02-28T09:20:31.639Z Compiling fixedbitset v0.4.2
16182025-02-28T09:20:31.796Z Compiling predicates-core v1.0.8
16192025-02-28T09:20:32.075Z Compiling precomputed-hash v0.1.1
16202025-02-28T09:20:32.123Z Compiling number_prefix v0.4.0
16212025-02-28T09:20:32.169Z Compiling bit-vec v0.6.3
16222025-02-28T09:20:32.201Z Compiling whoami v1.5.2
16232025-02-28T09:20:32.311Z Compiling indicatif v0.17.11
16242025-02-28T09:20:32.359Z Compiling string_cache v0.8.7
16252025-02-28T09:20:32.566Z Compiling tokio-postgres v0.7.13
16262025-02-28T09:20:32.801Z Compiling bit-set v0.5.3
16272025-02-28T09:20:32.822Z Compiling predicates v3.1.3
16282025-02-28T09:20:33.098Z Compiling petgraph v0.6.5
16292025-02-28T09:20:33.687Z Compiling similar v2.6.0
16302025-02-28T09:20:34.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16312025-02-28T09:20:34.428Z Compiling ecdsa v0.16.9
16322025-02-28T09:20:34.543Z Compiling clap v4.5.31
16332025-02-28T09:20:34.679Z Compiling rsa v0.9.6
16342025-02-28T09:20:35.257Z Compiling ed25519-dalek v2.1.1
16352025-02-28T09:20:36.591Z Compiling toml v0.7.8
16362025-02-28T09:20:36.773Z Compiling zip v0.6.6
16372025-02-28T09:20:37.757Z Compiling crossterm v0.28.1
16382025-02-28T09:20:38.588Z Compiling hex v0.4.3
16392025-02-28T09:20:38.733Z Compiling x509-cert v0.2.5
16402025-02-28T09:20:38.972Z Compiling itertools v0.10.5
16412025-02-28T09:20:39.196Z Compiling peg-runtime v0.8.3
16422025-02-28T09:20:39.773Z Compiling unicode-xid v0.2.6
16432025-02-28T09:20:39.984Z Compiling lalrpop-util v0.19.12
16442025-02-28T09:20:40.364Z Compiling strum_macros v0.26.4
16452025-02-28T09:20:40.799Z Compiling xattr v1.3.1
16462025-02-28T09:20:40.844Z Compiling filetime v0.2.25
16472025-02-28T09:20:41.082Z Compiling tar v0.4.44
16482025-02-28T09:20:44.992Z Compiling strum v0.26.3
16492025-02-28T09:20:47.679Z Compiling aws-lc-sys v0.26.0
16502025-02-28T09:21:20.809Z Compiling rustls-webpki v0.102.8
16512025-02-28T09:21:24.104Z Compiling tokio-rustls v0.25.0
16522025-02-28T09:21:25.807Z Compiling tokio-rustls v0.26.0
16532025-02-28T09:21:26.144Z Compiling hyper-rustls v0.27.3
16542025-02-28T09:21:26.488Z Compiling reqwest v0.12.12
16552025-02-28T09:21:27.829Z Compiling qorb v0.2.1
16562025-02-28T09:21:30.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16572025-02-28T09:21:31.117Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16582025-02-28T09:21:35.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
16592025-02-28T09:21:35.741Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16602025-02-28T09:21:35.788ZFeb 28 09:21:34.674 INFO Starting download, target: Console
16612025-02-28T09:21:35.788ZFeb 28 09:21:34.675 INFO Starting download, target: DendriteOpenapi
16622025-02-28T09:21:35.788ZFeb 28 09:21:34.675 INFO Starting download, target: Clickhouse
16632025-02-28T09:21:35.788ZFeb 28 09:21:34.675 INFO Starting download, target: Cockroach
16642025-02-28T09:21:35.788ZFeb 28 09:21:34.675 INFO Starting download, target: DendriteStub
16652025-02-28T09:21:35.788ZFeb 28 09:21:34.675 INFO Starting download, target: MaghemiteMgd
16662025-02-28T09:21:35.788ZFeb 28 09:21:34.675 INFO Starting download, target: TransceiverControl
16672025-02-28T09:21:35.793ZFeb 28 09:21:34.676 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16682025-02-28T09:21:35.793ZFeb 28 09:21:34.676 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16692025-02-28T09:21:35.793ZFeb 28 09:21:34.676 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16702025-02-28T09:21:35.793ZFeb 28 09:21:34.676 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16712025-02-28T09:21:35.793ZFeb 28 09:21:34.676 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16722025-02-28T09:21:35.793ZFeb 28 09:21:34.676 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16732025-02-28T09:21:35.793ZFeb 28 09:21:34.676 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16742025-02-28T09:21:35.965ZFeb 28 09:21:34.851 INFO Download complete, target: DendriteOpenapi
16752025-02-28T09:21:36.185ZFeb 28 09:21:35.066 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16762025-02-28T09:21:36.272ZFeb 28 09:21:35.142 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16772025-02-28T09:21:36.626ZFeb 28 09:21:35.485 INFO Download complete, target: Console
16782025-02-28T09:21:36.650ZFeb 28 09:21:35.516 INFO Download complete, target: TransceiverControl
16792025-02-28T09:21:36.694ZFeb 28 09:21:35.580 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16802025-02-28T09:21:36.750ZFeb 28 09:21:35.634 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16812025-02-28T09:21:37.511ZFeb 28 09:21:36.367 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16822025-02-28T09:21:37.512ZFeb 28 09:21:36.367 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16832025-02-28T09:21:37.943ZFeb 28 09:21:36.827 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16842025-02-28T09:21:39.331ZFeb 28 09:21:38.218 INFO Download complete, target: DendriteStub
16852025-02-28T09:21:39.400ZFeb 28 09:21:38.287 INFO Download complete, target: MaghemiteMgd
16862025-02-28T09:21:44.051ZFeb 28 09:21:42.937 INFO Checking that binary works, target: Cockroach
16872025-02-28T09:21:44.220ZFeb 28 09:21:43.107 INFO Download complete, target: Cockroach
16882025-02-28T09:21:48.686ZFeb 28 09:21:47.572 INFO Checking that binary works, target: Clickhouse
16892025-02-28T09:21:49.271ZFeb 28 09:21:48.157 INFO Download complete, target: Clickhouse
16902025-02-28T09:21:49.278ZAll prerequisites installed successfully
16912025-02-28T09:21:49.281Z
16922025-02-28T09:21:49.281Zreal 5:10.825945185
16932025-02-28T09:21:49.281Zuser 15:51.813036470
16942025-02-28T09:21:49.281Zsys 2:07.152850683
16952025-02-28T09:21:49.281Ztrap 0.550643225
16962025-02-28T09:21:49.281Ztflt 5.132499195
16972025-02-28T09:21:49.281Zdflt 4.234302299
16982025-02-28T09:21:49.281Zkflt 0.034338037
16992025-02-28T09:21:49.281Zlock 27:17.306680574
17002025-02-28T09:21:49.281Zslp 58:35.922761471
17012025-02-28T09:21:49.281Zlat 57.664814613
17022025-02-28T09:21:49.281Zstop 2:26.412060459
17032025-02-28T09:21:49.281Z+ source ./tools/include/force-git-over-https.sh
17042025-02-28T09:21:49.281Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17052025-02-28T09:21:49.281Z++ (( i = 0 ))
17062025-02-28T09:21:49.281Z++ (( i < 5 ))
17072025-02-28T09:21:49.281Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17082025-02-28T09:21:49.284Z++ (( i++ ))
17092025-02-28T09:21:49.284Z++ (( i < 5 ))
17102025-02-28T09:21:49.284Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17112025-02-28T09:21:49.287Z++ (( i++ ))
17122025-02-28T09:21:49.287Z++ (( i < 5 ))
17132025-02-28T09:21:49.287Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17142025-02-28T09:21:49.290Z++ (( i++ ))
17152025-02-28T09:21:49.290Z++ (( i < 5 ))
17162025-02-28T09:21:49.290Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17172025-02-28T09:21:49.293Z++ (( i++ ))
17182025-02-28T09:21:49.293Z++ (( i < 5 ))
17192025-02-28T09:21:49.293Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17202025-02-28T09:21:49.296Z++ (( i++ ))
17212025-02-28T09:21:49.296Z++ (( i < 5 ))
17222025-02-28T09:21:49.299Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17232025-02-28T09:21:49.299Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17242025-02-28T09:21:49.299Z+ rc=0
17252025-02-28T09:21:49.299Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17262025-02-28T09:22:23.010Z+ case $rc in
17272025-02-28T09:22:23.010Z+ pfexec zfs create -p rpool/images/build/host
17282025-02-28T09:22:23.253Z+ pfexec zfs create -p rpool/images/build/recovery
17292025-02-28T09:22:23.333Z+ cargo xtask releng --output-dir /work
17302025-02-28T09:22:23.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17312025-02-28T09:22:23.925Z Running `target/debug/xtask releng --output-dir /work`
17322025-02-28T09:22:24.876Z Compiling proc-macro2 v1.0.93
17332025-02-28T09:22:24.876Z Compiling unicode-ident v1.0.14
17342025-02-28T09:22:24.879Z Compiling libc v0.2.170
17352025-02-28T09:22:24.879Z Compiling serde v1.0.218
17362025-02-28T09:22:24.879Z Compiling autocfg v1.4.0
17372025-02-28T09:22:24.879Z Compiling version_check v0.9.5
17382025-02-28T09:22:24.879Z Compiling cfg-if v1.0.0
17392025-02-28T09:22:25.131Z Compiling memchr v2.7.4
17402025-02-28T09:22:25.193Z Compiling typenum v1.17.0
17412025-02-28T09:22:25.193Z Compiling shlex v1.3.0
17422025-02-28T09:22:25.763Z Compiling generic-array v0.14.7
17432025-02-28T09:22:25.785Z Compiling value-bag v1.9.0
17442025-02-28T09:22:25.874Z Compiling lock_api v0.4.12
17452025-02-28T09:22:26.061Z Compiling scopeguard v1.2.0
17462025-02-28T09:22:26.213Z Compiling log v0.4.22
17472025-02-28T09:22:26.296Z Compiling parking_lot_core v0.9.10
17482025-02-28T09:22:26.384Z Compiling rustix v0.38.37
17492025-02-28T09:22:26.711Z Compiling serde_json v1.0.139
17502025-02-28T09:22:26.876Z Compiling libm v0.2.8
17512025-02-28T09:22:26.952Z Compiling quote v1.0.38
17522025-02-28T09:22:26.993Z Compiling jobserver v0.1.32
17532025-02-28T09:22:27.061Z Compiling getrandom v0.2.15
17542025-02-28T09:22:27.235Z Compiling num-traits v0.2.19
17552025-02-28T09:22:27.368Z Compiling syn v2.0.98
17562025-02-28T09:22:27.424Z Compiling cc v1.2.15
17572025-02-28T09:22:27.445Z Compiling once_cell v1.20.3
17582025-02-28T09:22:27.472Z Compiling slab v0.4.9
17592025-02-28T09:22:27.580Z Compiling semver v1.0.25
17602025-02-28T09:22:27.689Z Compiling itoa v1.0.11
17612025-02-28T09:22:27.807Z Compiling aho-corasick v1.1.3
17622025-02-28T09:22:27.829Z Compiling thiserror v1.0.69
17632025-02-28T09:22:27.919Z Compiling regex-syntax v0.8.5
17642025-02-28T09:22:28.385Z Compiling spin v0.9.8
17652025-02-28T09:22:28.427Z Compiling byteorder v1.5.0
17662025-02-28T09:22:28.842Z Compiling errno v0.3.9
17672025-02-28T09:22:28.971Z Compiling getrandom v0.3.1
17682025-02-28T09:22:29.017Z Compiling either v1.14.0
17692025-02-28T09:22:29.148Z Compiling glob v0.3.2
17702025-02-28T09:22:29.403Z Compiling rand_core v0.6.4
17712025-02-28T09:22:29.435Z Compiling subtle v2.6.1
17722025-02-28T09:22:29.842Z Compiling prettyplease v0.2.29
17732025-02-28T09:22:29.895Z Compiling lazy_static v1.5.0
17742025-02-28T09:22:29.948Z Compiling clang-sys v1.8.1
17752025-02-28T09:22:30.069Z Compiling minimal-lexical v0.2.1
17762025-02-28T09:22:30.479Z Compiling libloading v0.8.5
17772025-02-28T09:22:30.621Z Compiling nom v7.1.3
17782025-02-28T09:22:30.719Z Compiling bindgen v0.69.5
17792025-02-28T09:22:30.853Z Compiling smallvec v1.14.0
17802025-02-28T09:22:30.887Z Compiling home v0.5.9
17812025-02-28T09:22:31.347Z Compiling itertools v0.12.1
17822025-02-28T09:22:31.700Z Compiling rustc-hash v1.1.0
17832025-02-28T09:22:31.822Z Compiling regex-automata v0.4.8
17842025-02-28T09:22:31.884Z Compiling lazycell v1.3.0
17852025-02-28T09:22:32.502Z Compiling cmake v0.1.51
17862025-02-28T09:22:33.326Z Compiling fs_extra v1.3.0
17872025-02-28T09:22:33.354Z Compiling pkg-config v0.3.31
17882025-02-28T09:22:33.860Z Compiling cexpr v0.6.0
17892025-02-28T09:22:34.050Z Compiling dunce v1.0.5
17902025-02-28T09:22:34.094Z Compiling ring v0.17.11
17912025-02-28T09:22:34.210Z Compiling paste v1.0.15
17922025-02-28T09:22:34.763Z Compiling synstructure v0.13.1
17932025-02-28T09:22:34.992Z Compiling ryu v1.0.18
17942025-02-28T09:22:35.146Z Compiling heck v0.5.0
17952025-02-28T09:22:35.361Z Compiling pin-project-lite v0.2.14
17962025-02-28T09:22:35.566Z Compiling aws-lc-rs v1.12.4
17972025-02-28T09:22:35.609Z Compiling httparse v1.9.5
17982025-02-28T09:22:36.147Z Compiling const-oid v0.9.6
17992025-02-28T09:22:36.370Z Compiling futures-core v0.3.31
18002025-02-28T09:22:36.427Z Compiling allocator-api2 v0.2.18
18012025-02-28T09:22:37.303Z Compiling signal-hook-registry v1.4.2
18022025-02-28T09:22:37.645Z Compiling regex v1.11.1
18032025-02-28T09:22:38.220Z Compiling parking_lot v0.12.3
18042025-02-28T09:22:38.384Z Compiling mio v1.0.2
18052025-02-28T09:22:38.633Z Compiling num-conv v0.1.0
18062025-02-28T09:22:38.831Z Compiling time-core v0.1.2
18072025-02-28T09:22:38.942Z Compiling serde_derive v1.0.218
18082025-02-28T09:22:39.039Z Compiling zeroize_derive v1.4.2
18092025-02-28T09:22:39.107Z Compiling zerocopy-derive v0.7.35
18102025-02-28T09:22:39.802Z Compiling tokio-macros v2.5.0
18112025-02-28T09:22:40.116Z Compiling thiserror-impl v1.0.69
18122025-02-28T09:22:40.428Z Compiling zerofrom-derive v0.1.4
18132025-02-28T09:22:40.544Z Compiling zeroize v1.8.1
18142025-02-28T09:22:41.074Z Compiling yoke-derive v0.7.4
18152025-02-28T09:22:41.194Z Compiling futures-macro v0.3.31
18162025-02-28T09:22:41.252Z Compiling zerovec-derive v0.10.3
18172025-02-28T09:22:41.337Z Compiling displaydoc v0.2.5
18182025-02-28T09:22:41.633Z Compiling zerocopy v0.7.35
18192025-02-28T09:22:43.041Z Compiling icu_provider_macros v1.5.0
18202025-02-28T09:22:43.565Z Compiling tracing-attributes v0.1.27
18212025-02-28T09:22:43.669Z Compiling der_derive v0.7.3
18222025-02-28T09:22:43.762Z Compiling time-macros v0.2.18
18232025-02-28T09:22:44.158Z Compiling crypto-common v0.1.6
18242025-02-28T09:22:44.292Z Compiling block-buffer v0.10.4
18252025-02-28T09:22:44.688Z Compiling digest v0.10.7
18262025-02-28T09:22:44.778Z Compiling crossbeam-utils v0.8.20
18272025-02-28T09:22:45.045Z Compiling vcpkg v0.2.15
18282025-02-28T09:22:45.102Z Compiling schemars v0.8.22
18292025-02-28T09:22:45.301Z Compiling serde_derive_internals v0.29.1
18302025-02-28T09:22:45.425Z Compiling socket2 v0.5.8
18312025-02-28T09:22:46.479Z Compiling openssl-sys v0.9.106
18322025-02-28T09:22:47.344Z Compiling schemars_derive v0.8.22
18332025-02-28T09:22:47.605Z Compiling futures-sink v0.3.31
18342025-02-28T09:22:47.628Z Compiling fnv v1.0.7
18352025-02-28T09:22:48.814Z Compiling ahash v0.8.11
18362025-02-28T09:22:48.931Z Compiling stable_deref_trait v1.2.0
18372025-02-28T09:22:49.251Z Compiling cpufeatures v0.2.14
18382025-02-28T09:22:49.303Z Compiling foldhash v0.1.3
18392025-02-28T09:22:49.394Z Compiling equivalent v1.0.1
18402025-02-28T09:22:49.715Z Compiling hashbrown v0.15.1
18412025-02-28T09:22:50.158Z Compiling slog v2.7.0
18422025-02-28T09:22:50.203Z Compiling futures-channel v0.3.31
18432025-02-28T09:22:50.254Z Compiling zerofrom v0.1.4
18442025-02-28T09:22:50.684Z Compiling futures-task v0.3.31
18452025-02-28T09:22:50.774Z Compiling futures-io v0.3.31
18462025-02-28T09:22:50.811Z Compiling pin-utils v0.1.0
18472025-02-28T09:22:50.956Z Compiling yoke v0.7.4
18482025-02-28T09:22:51.091Z Compiling futures-util v0.3.31
18492025-02-28T09:22:51.180Z Compiling openssl v0.10.71
18502025-02-28T09:22:51.424Z Compiling zerovec v0.10.4
18512025-02-28T09:22:51.666Z Compiling scroll_derive v0.12.0
18522025-02-28T09:22:51.711Z Compiling ucd-trie v0.1.7
18532025-02-28T09:22:52.146Z Compiling bitflags v2.6.0
18542025-02-28T09:22:52.255Z Compiling bytes v1.10.0
18552025-02-28T09:22:53.721Z Compiling tokio v1.43.0
18562025-02-28T09:22:54.720Z Compiling indexmap v2.7.1
18572025-02-28T09:22:55.648Z Compiling serde_tokenstream v0.2.2
18582025-02-28T09:22:56.290Z Compiling http v1.2.0
18592025-02-28T09:22:56.706Z Compiling which v4.4.2
18602025-02-28T09:22:57.611Z Compiling rustc_version v0.4.1
18612025-02-28T09:22:58.460Z Compiling uuid v1.15.1
18622025-02-28T09:22:58.575Z Compiling pest v2.7.14
18632025-02-28T09:23:00.554Z Compiling hmac v0.12.1
18642025-02-28T09:23:00.813Z Compiling openssl-macros v0.1.1
18652025-02-28T09:23:01.628Z Compiling zerocopy v0.8.10
18662025-02-28T09:23:01.729Z Compiling native-tls v0.2.12
18672025-02-28T09:23:02.125Z Compiling iana-time-zone v0.1.61
18682025-02-28T09:23:02.193Z Compiling rustls v0.23.19
18692025-02-28T09:23:02.494Z Compiling chrono v0.4.40
18702025-02-28T09:23:02.522Z Compiling pest_meta v2.7.14
18712025-02-28T09:23:02.580Z Compiling tinystr v0.7.6
18722025-02-28T09:23:02.623Z Compiling block-padding v0.3.3
18732025-02-28T09:23:02.884Z Compiling litemap v0.7.3
18742025-02-28T09:23:02.977Z Compiling writeable v0.5.5
18752025-02-28T09:23:03.034Z Compiling inout v0.1.3
18762025-02-28T09:23:03.530Z Compiling icu_locid v1.5.0
18772025-02-28T09:23:03.859Z Compiling ppv-lite86 v0.2.20
18782025-02-28T09:23:04.259Z Compiling pest_generator v2.7.14
18792025-02-28T09:23:04.802Z Compiling zerocopy-derive v0.8.10
18802025-02-28T09:23:06.370Z Compiling cookie v0.18.1
18812025-02-28T09:23:07.657Z Compiling pest_derive v2.7.14
18822025-02-28T09:23:07.661Z Compiling icu_provider v1.5.0
18832025-02-28T09:23:08.602Z Compiling cipher v0.4.4
18842025-02-28T09:23:09.161Z Compiling sha2 v0.10.8
18852025-02-28T09:23:10.063Z Compiling async-trait v0.1.86
18862025-02-28T09:23:10.196Z Compiling tracing-core v0.1.32
18872025-02-28T09:23:10.290Z Compiling usdt-impl v0.5.0
18882025-02-28T09:23:10.516Z Compiling aws-lc-sys v0.26.0
18892025-02-28T09:23:10.700Z Compiling percent-encoding v2.3.1
18902025-02-28T09:23:11.264Z Compiling rustls-pki-types v1.10.0
18912025-02-28T09:23:11.796Z Compiling base64ct v1.6.0
18922025-02-28T09:23:12.314Z Compiling dyn-clone v1.0.18
18932025-02-28T09:23:12.333Z Compiling icu_locid_transform_data v1.5.0
18942025-02-28T09:23:12.450Z Compiling icu_locid_transform v1.5.0
18952025-02-28T09:23:12.580Z Compiling pem-rfc7468 v0.7.0
18962025-02-28T09:23:13.218Z Compiling tracing v0.1.40
18972025-02-28T09:23:15.471Z Compiling tokio-util v0.7.13
18982025-02-28T09:23:15.826Z Compiling icu_collections v1.5.0
18992025-02-28T09:23:16.720Z Compiling scroll v0.12.0
19002025-02-28T09:23:18.763Z Compiling icu_properties_data v1.5.0
19012025-02-28T09:23:18.791Z Compiling flagset v0.4.6
19022025-02-28T09:23:18.809Z Compiling camino v1.1.9
19032025-02-28T09:23:18.992Z Compiling plain v0.2.3
19042025-02-28T09:23:19.014Z Compiling syn v1.0.109
19052025-02-28T09:23:19.159Z Compiling untrusted v0.9.0
19062025-02-28T09:23:19.354Z Compiling untrusted v0.7.1
19072025-02-28T09:23:19.408Z Compiling powerfmt v0.2.0
19082025-02-28T09:23:19.601Z Compiling goblin v0.8.2
19092025-02-28T09:23:19.882Z Compiling deranged v0.3.11
19102025-02-28T09:23:21.649Z Compiling icu_properties v1.5.1
19112025-02-28T09:23:21.765Z Compiling der v0.7.9
19122025-02-28T09:23:25.675Z Compiling atomic-waker v1.1.2
19132025-02-28T09:23:26.289Z Compiling write16 v1.0.0
19142025-02-28T09:23:26.491Z Compiling utf16_iter v1.0.5
19152025-02-28T09:23:26.772Z Compiling pretty-hex v0.4.1
19162025-02-28T09:23:27.062Z Compiling icu_normalizer_data v1.5.0
19172025-02-28T09:23:27.330Z Compiling rustls v0.22.4
19182025-02-28T09:23:27.461Z Compiling rayon-core v1.12.1
19192025-02-28T09:23:27.779Z Compiling num_threads v0.1.7
19202025-02-28T09:23:27.970Z Compiling litrs v0.4.1
19212025-02-28T09:23:28.082Z Compiling utf8_iter v1.0.4
19222025-02-28T09:23:28.188Z Compiling time v0.3.36
19232025-02-28T09:23:28.429Z Compiling icu_normalizer v1.5.0
19242025-02-28T09:23:28.490Z Compiling dof v0.3.0
19252025-02-28T09:23:29.151Z Compiling document-features v0.2.10
19262025-02-28T09:23:30.551Z Compiling spki v0.7.3
19272025-02-28T09:23:31.195Z Compiling form_urlencoded v1.2.1
19282025-02-28T09:23:31.887Z Compiling salsa20 v0.10.2
19292025-02-28T09:23:31.925Z Compiling dtrace-parser v0.2.0
19302025-02-28T09:23:33.255Z Compiling pbkdf2 v0.12.2
19312025-02-28T09:23:33.478Z Compiling http-body v1.0.1
19322025-02-28T09:23:33.571Z Compiling bzip2-sys v0.1.11+1.0.8
19332025-02-28T09:23:33.615Z Compiling thread-id v4.2.2
19342025-02-28T09:23:34.742Z Compiling try-lock v0.2.5
19352025-02-28T09:23:34.947Z Compiling want v0.3.1
19362025-02-28T09:23:36.995Z Compiling scrypt v0.11.0
19372025-02-28T09:23:37.526Z Compiling idna_adapter v1.2.0
19382025-02-28T09:23:37.941Z Compiling h2 v0.4.6
19392025-02-28T09:23:37.986Z Compiling cbc v0.1.2
19402025-02-28T09:23:38.010Z Compiling aes v0.8.4
19412025-02-28T09:23:38.999Z Compiling multer v3.1.0
19422025-02-28T09:23:39.174Z Compiling slog-async v2.8.0
19432025-02-28T09:23:39.298Z Compiling httpdate v1.0.3
19442025-02-28T09:23:39.362Z Compiling base64 v0.22.1
19452025-02-28T09:23:39.722Z Compiling tinyvec_macros v0.1.1
19462025-02-28T09:23:40.436Z Compiling tower-service v0.3.3
19472025-02-28T09:23:40.691Z Compiling tinyvec v1.8.0
19482025-02-28T09:23:41.366Z Compiling pkcs5 v0.7.1
19492025-02-28T09:23:42.864Z Compiling idna v1.0.3
19502025-02-28T09:23:46.026Z Compiling rand_chacha v0.3.1
19512025-02-28T09:23:47.030Z Compiling heapless v0.7.17
19522025-02-28T09:23:47.573Z Compiling hyper v1.6.0
19532025-02-28T09:23:48.712Z Compiling zerocopy-derive v0.6.6
19542025-02-28T09:23:49.577Z Compiling num-bigint-dig v0.8.4
19552025-02-28T09:23:50.038Z Compiling anyhow v1.0.96
19562025-02-28T09:23:50.596Z Compiling signal-hook v0.3.17
19572025-02-28T09:23:51.014Z Compiling hyper-util v0.1.10
19582025-02-28T09:23:53.279Z Compiling rand v0.8.5
19592025-02-28T09:23:55.334Z Compiling pkcs8 v0.10.2
19602025-02-28T09:23:56.117Z Compiling usdt-attr-macro v0.5.0
19612025-02-28T09:23:56.523Z Compiling usdt-macro v0.5.0
19622025-02-28T09:23:57.428Z Compiling async-stream-impl v0.3.6
19632025-02-28T09:23:57.841Z Compiling strsim v0.11.1
19642025-02-28T09:23:57.919Z Compiling foreign-types-shared v0.1.1
19652025-02-28T09:23:58.081Z Compiling rustversion v1.0.17
19662025-02-28T09:23:58.491Z Compiling foreign-types v0.3.2
19672025-02-28T09:23:59.529Z Compiling url v2.5.3
19682025-02-28T09:23:59.831Z Compiling http-body-util v0.1.2
19692025-02-28T09:24:01.744Z Compiling curve25519-dalek v4.1.3
19702025-02-28T09:24:02.285Z Compiling openapiv3 v2.0.0
19712025-02-28T09:24:02.414Z Compiling toml_datetime v0.6.8
19722025-02-28T09:24:03.151Z Compiling serde_spanned v0.6.8
19732025-02-28T09:24:03.581Z Compiling enum-as-inner v0.6.1
19742025-02-28T09:24:04.828Z Compiling memoffset v0.9.1
19752025-02-28T09:24:05.301Z Compiling dropshot v0.12.0
19762025-02-28T09:24:05.405Z Compiling encoding_rs v0.8.34
19772025-02-28T09:24:06.070Z Compiling smoltcp v0.9.1
19782025-02-28T09:24:06.725Z Compiling adler2 v2.0.0
19792025-02-28T09:24:06.858Z Compiling portable-atomic v1.9.0
19802025-02-28T09:24:06.980Z Compiling match_cfg v0.1.0
19812025-02-28T09:24:07.006Z Compiling newtype-uuid v1.2.1
19822025-02-28T09:24:07.097Z Compiling mime v0.3.17
19832025-02-28T09:24:07.432Z Compiling hostname v0.3.1
19842025-02-28T09:24:07.651Z Compiling miniz_oxide v0.8.5
19852025-02-28T09:24:09.644Z Compiling rand_core v0.9.2
19862025-02-28T09:24:20.610Z Compiling serde_urlencoded v0.7.1
19872025-02-28T09:24:20.638Z Compiling rustls-pemfile v2.2.0
19882025-02-28T09:24:21.259Z Compiling clap_derive v4.5.28
19892025-02-28T09:24:21.296Z Compiling dirs-sys-next v0.1.2
19902025-02-28T09:24:21.864Z Compiling cfg_aliases v0.2.1
19912025-02-28T09:24:22.021Z Compiling data-encoding v2.6.0
19922025-02-28T09:24:23.535Z Compiling openssl-probe v0.1.5
19932025-02-28T09:24:24.093Z Compiling siphasher v0.3.11
19942025-02-28T09:24:24.552Z Compiling ipnet v2.11.0
19952025-02-28T09:24:27.402Z Compiling nix v0.29.0
19962025-02-28T09:24:27.646Z Compiling dirs-next v2.0.0
19972025-02-28T09:24:28.612Z Compiling rand_chacha v0.9.0
19982025-02-28T09:24:29.605Z Compiling hubpack_derive v0.1.1
19992025-02-28T09:24:29.632Z Compiling unicode-normalization v0.1.24
20002025-02-28T09:24:30.497Z Compiling crossbeam-epoch v0.9.18
20012025-02-28T09:24:30.959Z Compiling dropshot_endpoint v0.12.0
20022025-02-28T09:24:31.294Z Compiling sha1 v0.10.6
20032025-02-28T09:24:31.787Z Compiling signature v2.2.0
20042025-02-28T09:24:32.054Z Compiling curve25519-dalek-derive v0.1.1
20052025-02-28T09:24:32.263Z Compiling rustls-webpki v0.102.8
20062025-02-28T09:24:32.864Z Compiling thread_local v1.1.8
20072025-02-28T09:24:33.393Z Compiling fs-err v2.11.0
20082025-02-28T09:24:34.044Z Compiling unicode-bidi v0.3.17
20092025-02-28T09:24:35.277Z Compiling winnow v0.7.3
20102025-02-28T09:24:35.443Z Compiling unicode-properties v0.1.3
20112025-02-28T09:24:35.655Z Compiling anstyle v1.0.10
20122025-02-28T09:24:35.958Z Compiling gimli v0.31.1
20132025-02-28T09:24:36.171Z Compiling utf8parse v0.2.2
20142025-02-28T09:24:36.276Z Compiling psl-types v2.0.11
20152025-02-28T09:24:36.459Z Compiling anstyle-parse v0.2.5
20162025-02-28T09:24:36.524Z Compiling publicsuffix v2.3.0
20172025-02-28T09:24:36.927Z Compiling stringprep v0.1.5
20182025-02-28T09:24:37.949Z Compiling crossbeam-deque v0.8.5
20192025-02-28T09:24:39.213Z Compiling toml_edit v0.22.24
20202025-02-28T09:24:41.069Z Compiling addr2line v0.24.2
20212025-02-28T09:24:41.232Z Compiling rand v0.9.0
20222025-02-28T09:24:41.774Z Compiling term v0.7.0
20232025-02-28T09:24:42.618Z Compiling tokio-native-tls v0.3.1
20242025-02-28T09:24:42.869Z Compiling slog-json v2.6.1
20252025-02-28T09:24:43.370Z Compiling crossbeam-channel v0.5.13
20262025-02-28T09:24:44.803Z Compiling webpki-roots v0.26.6
20272025-02-28T09:24:45.023Z Compiling futures-executor v0.3.31
20282025-02-28T09:24:45.060Z Compiling num-integer v0.1.46
20292025-02-28T09:24:45.082Z Compiling md-5 v0.10.6
20302025-02-28T09:24:45.344Z Compiling sync_wrapper v1.0.1
20312025-02-28T09:24:45.482Z Compiling ff v0.13.0
20322025-02-28T09:24:45.536Z Compiling hash32 v0.2.1
20332025-02-28T09:24:45.647Z Compiling memmap v0.7.0
20342025-02-28T09:24:45.718Z Compiling is-terminal v0.4.13
20352025-02-28T09:24:45.740Z Compiling object v0.36.5
20362025-02-28T09:24:45.873Z Compiling linked-hash-map v0.5.6
20372025-02-28T09:24:45.938Z Compiling fallible-iterator v0.2.0
20382025-02-28T09:24:46.112Z Compiling anstyle-query v1.1.1
20392025-02-28T09:24:46.212Z Compiling heck v0.4.1
20402025-02-28T09:24:46.281Z Compiling quick-error v1.2.3
20412025-02-28T09:24:46.454Z Compiling rustc-demangle v0.1.24
20422025-02-28T09:24:46.587Z Compiling utf-8 v0.7.6
20432025-02-28T09:24:46.648Z Compiling take_mut v0.2.2
20442025-02-28T09:24:46.838Z Compiling colorchoice v1.0.2
20452025-02-28T09:24:46.886Z Compiling tower-layer v0.3.3
20462025-02-28T09:24:47.036Z Compiling base16ct v0.2.0
20472025-02-28T09:24:47.278Z Compiling is_terminal_polyfill v1.70.1
20482025-02-28T09:24:47.300Z Compiling sec1 v0.7.3
20492025-02-28T09:24:47.336Z Compiling tower v0.5.2
20502025-02-28T09:24:47.432Z Compiling anstream v0.6.15
20512025-02-28T09:24:48.017Z Compiling tungstenite v0.24.0
20522025-02-28T09:24:48.273Z Compiling postgres-protocol v0.6.8
20532025-02-28T09:24:48.763Z Compiling strum_macros v0.25.3
20542025-02-28T09:24:49.394Z Compiling resolv-conf v0.7.0
20552025-02-28T09:24:49.473Z Compiling lru-cache v0.1.2
20562025-02-28T09:24:49.816Z Compiling usdt v0.5.0
20572025-02-28T09:24:50.010Z Compiling slog-term v2.9.1
20582025-02-28T09:24:50.259Z Compiling group v0.13.0
20592025-02-28T09:24:50.579Z Compiling num-iter v0.1.45
20602025-02-28T09:24:50.785Z Compiling futures v0.3.31
20612025-02-28T09:24:51.186Z Compiling tokio-rustls v0.26.0
20622025-02-28T09:24:51.874Z Compiling slog-bunyan v2.5.0
20632025-02-28T09:24:52.095Z Compiling toml v0.8.20
20642025-02-28T09:24:52.619Z Compiling backtrace v0.3.74
20652025-02-28T09:24:52.824Z Compiling hyper-tls v0.6.0
20662025-02-28T09:24:52.923Z Compiling tokio-rustls v0.25.0
20672025-02-28T09:24:52.945Z Compiling cookie_store v0.21.1
20682025-02-28T09:24:53.390Z Compiling hickory-proto v0.24.4
20692025-02-28T09:24:53.415Z Compiling phf_shared v0.11.2
20702025-02-28T09:24:53.760Z Compiling async-stream v0.3.6
20712025-02-28T09:24:53.838Z Compiling waitgroup v0.1.2
20722025-02-28T09:24:54.059Z Compiling hashbrown v0.14.5
20732025-02-28T09:24:54.257Z Compiling hkdf v0.12.4
20742025-02-28T09:24:54.320Z Compiling terminal_size v0.4.0
20752025-02-28T09:24:54.537Z Compiling serde_path_to_error v0.1.16
20762025-02-28T09:24:55.121Z Compiling crypto-bigint v0.5.5
20772025-02-28T09:24:55.144Z Compiling derive-where v1.2.7
20782025-02-28T09:24:55.315Z Compiling serde_repr v0.1.19
20792025-02-28T09:24:55.450Z Compiling hostname v0.4.0
20802025-02-28T09:24:55.674Z Compiling crc32fast v1.4.2
20812025-02-28T09:24:56.330Z Compiling clap_lex v0.7.4
20822025-02-28T09:24:56.741Z Compiling managed v0.8.0
20832025-02-28T09:24:56.896Z Compiling debug-ignore v1.0.5
20842025-02-28T09:24:57.074Z Compiling unicode-width v0.2.0
20852025-02-28T09:24:57.558Z Compiling bitflags v1.3.2
20862025-02-28T09:24:57.675Z Compiling winnow v0.5.40
20872025-02-28T09:24:57.944Z Compiling elliptic-curve v0.13.8
20882025-02-28T09:24:58.787Z Compiling console v0.15.10
20892025-02-28T09:24:59.511Z Compiling hickory-resolver v0.24.4
20902025-02-28T09:25:01.116Z Compiling toml_edit v0.19.15
20912025-02-28T09:25:01.459Z Compiling clap_builder v4.5.31
20922025-02-28T09:25:02.464Z Compiling flate2 v1.1.0
20932025-02-28T09:25:03.332Z Compiling regress v0.10.1
20942025-02-28T09:25:07.550Z Compiling hyper-rustls v0.27.3
20952025-02-28T09:25:08.288Z Compiling phf v0.11.2
20962025-02-28T09:25:08.697Z Compiling signal-hook-mio v0.2.4
20972025-02-28T09:25:08.885Z Compiling rayon v1.10.0
20982025-02-28T09:25:09.539Z Compiling bzip2 v0.4.4
20992025-02-28T09:25:09.818Z Compiling tokio-tungstenite v0.24.0
21002025-02-28T09:25:09.894Z Compiling postgres-types v0.2.9
21012025-02-28T09:25:10.388Z Compiling ed25519 v2.2.3
21022025-02-28T09:25:10.503Z Compiling hubpack v0.1.2
21032025-02-28T09:25:10.651Z Compiling phf_shared v0.10.0
21042025-02-28T09:25:10.927Z Compiling pkcs1 v0.7.5
21052025-02-28T09:25:11.019Z Compiling zerocopy v0.6.6
21062025-02-28T09:25:11.047Z Compiling tokio-stream v0.1.17
21072025-02-28T09:25:11.859Z Compiling rfc6979 v0.4.0
21082025-02-28T09:25:12.072Z Compiling serde-big-array v0.5.1
21092025-02-28T09:25:12.075Z Compiling float-cmp v0.10.0
21102025-02-28T09:25:12.328Z Compiling bstr v1.10.0
21112025-02-28T09:25:12.574Z Compiling bit-vec v0.6.3
21122025-02-28T09:25:12.912Z Compiling precomputed-hash v0.1.1
21132025-02-28T09:25:13.003Z Compiling normalize-line-endings v0.3.0
21142025-02-28T09:25:13.166Z Compiling unicode-segmentation v1.12.0
21152025-02-28T09:25:13.512Z Compiling difflib v0.4.0
21162025-02-28T09:25:13.678Z Compiling whoami v1.5.2
21172025-02-28T09:25:13.842Z Compiling new_debug_unreachable v1.0.6
21182025-02-28T09:25:13.971Z Compiling predicates-core v1.0.8
21192025-02-28T09:25:14.079Z Compiling number_prefix v0.4.0
21202025-02-28T09:25:14.339Z Compiling static_assertions v1.1.0
21212025-02-28T09:25:14.449Z Compiling fixedbitset v0.4.2
21222025-02-28T09:25:14.472Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21232025-02-28T09:25:14.868Z Compiling petgraph v0.6.5
21242025-02-28T09:25:17.676Z Compiling indicatif v0.17.11
21252025-02-28T09:25:17.912Z Compiling predicates v3.1.3
21262025-02-28T09:25:18.851Z Compiling tokio-postgres v0.7.13
21272025-02-28T09:25:19.316Z Compiling similar v2.6.0
21282025-02-28T09:25:19.489Z Compiling string_cache v0.8.7
21292025-02-28T09:25:19.907Z Compiling bit-set v0.5.3
21302025-02-28T09:25:20.444Z Compiling ecdsa v0.16.9
21312025-02-28T09:25:20.512Z Compiling qorb v0.2.1
21322025-02-28T09:25:21.113Z Compiling rsa v0.9.6
21332025-02-28T09:25:21.292Z Compiling ed25519-dalek v2.1.1
21342025-02-28T09:25:22.580Z Compiling reqwest v0.12.12
21352025-02-28T09:25:22.644Z Compiling zip v0.6.6
21362025-02-28T09:25:23.586Z Compiling crossterm v0.28.1
21372025-02-28T09:25:24.681Z Compiling typify-impl v0.2.0
21382025-02-28T09:25:25.567Z Compiling clap v4.5.31
21392025-02-28T09:25:25.613Z Compiling toml v0.7.8
21402025-02-28T09:25:27.465Z Compiling x509-cert v0.2.5
21412025-02-28T09:25:28.571Z Compiling hex v0.4.3
21422025-02-28T09:25:31.629Z Compiling itertools v0.10.5
21432025-02-28T09:25:31.910Z Compiling lalrpop-util v0.19.12
21442025-02-28T09:25:33.166Z Compiling unicode-xid v0.2.6
21452025-02-28T09:25:34.454Z Compiling peg-runtime v0.8.3
21462025-02-28T09:25:35.681Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21472025-02-28T09:25:36.029Z Compiling typify-macro v0.2.0
21482025-02-28T09:26:05.451Z Compiling radium v0.7.0
21492025-02-28T09:26:12.747Z Compiling tap v1.0.1
21502025-02-28T09:26:13.094Z Compiling ident_case v1.0.1
21512025-02-28T09:26:14.032Z Compiling thiserror v2.0.11
21522025-02-28T09:26:14.196Z Compiling maybe-uninit v2.0.0
21532025-02-28T09:26:17.157Z Compiling darling_core v0.20.10
21542025-02-28T09:26:17.870Z Compiling wyz v0.5.1
21552025-02-28T09:26:25.244Z Compiling typify v0.2.0
21562025-02-28T09:26:27.144Z Compiling thiserror-impl v2.0.11
21572025-02-28T09:26:28.926Z Compiling funty v2.0.0
21582025-02-28T09:26:29.315Z Compiling packed_struct v0.10.1
21592025-02-28T09:26:30.692Z Compiling unsafe-libyaml v0.2.11
21602025-02-28T09:26:32.113Z Compiling serde_yaml v0.9.34+deprecated
21612025-02-28T09:26:36.222Z Compiling bitvec v1.0.1
21622025-02-28T09:26:43.159Z Compiling progenitor-impl v0.8.0
21632025-02-28T09:26:44.082Z Compiling darling_macro v0.20.10
21642025-02-28T09:26:48.429Z Compiling ipnetwork v0.21.1
21652025-02-28T09:26:48.470Z Compiling packed_struct_codegen v0.10.1
21662025-02-28T09:26:48.827Z Compiling structmeta-derive v0.3.0
21672025-02-28T09:26:48.982Z Compiling indexmap v1.9.3
21682025-02-28T09:26:49.349Z Compiling nodrop v0.1.14
21692025-02-28T09:26:49.978Z Compiling crc-catalog v2.4.0
21702025-02-28T09:26:50.201Z Compiling fastrand v2.1.1
21712025-02-28T09:26:50.974Z Compiling tempfile v3.13.0
21722025-02-28T09:26:51.304Z Compiling structmeta v0.3.0
21732025-02-28T09:26:51.848Z Compiling crc v3.2.1
21742025-02-28T09:26:51.977Z Compiling array-init v0.0.4
21752025-02-28T09:26:52.129Z Compiling progenitor-macro v0.8.0
21762025-02-28T09:26:52.651Z Compiling oxnet v0.1.1
21772025-02-28T09:26:53.051Z Compiling smallvec v0.6.14
21782025-02-28T09:26:53.569Z Compiling darling v0.20.10
21792025-02-28T09:26:53.756Z Compiling progenitor-client v0.8.0
21802025-02-28T09:26:53.950Z Compiling xattr v1.3.1
21812025-02-28T09:26:54.302Z Compiling pin-project-internal v1.1.6
21822025-02-28T09:26:54.636Z Compiling daft-derive v0.1.1
21832025-02-28T09:26:55.116Z Compiling filetime v0.2.25
21842025-02-28T09:26:55.494Z Compiling dropshot v0.16.0
21852025-02-28T09:26:55.857Z Compiling base64 v0.21.7
21862025-02-28T09:26:56.082Z Compiling bitfield v0.14.0
21872025-02-28T09:26:56.400Z Compiling termcolor v1.4.1
21882025-02-28T09:26:56.421Z Compiling hashbrown v0.12.3
21892025-02-28T09:26:56.736Z Compiling same-file v1.0.6
21902025-02-28T09:26:57.032Z Compiling walkdir v2.5.0
21912025-02-28T09:26:57.071Z Compiling env_logger v0.10.2
21922025-02-28T09:26:57.457Z Compiling pin-project v1.1.6
21932025-02-28T09:26:57.677Z Compiling ron v0.8.1
21942025-02-28T09:26:58.613Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21952025-02-28T09:26:58.753Z Compiling daft v0.1.1
21962025-02-28T09:26:59.364Z Compiling tar v0.4.44
21972025-02-28T09:27:00.238Z Compiling serde_with_macros v3.11.0
21982025-02-28T09:27:02.571Z Compiling progenitor v0.8.0
21992025-02-28T09:27:02.600Z Compiling serde-hex v0.1.0
22002025-02-28T09:27:02.848Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012025-02-28T09:27:03.207Z Compiling parse-display-derive v0.10.0
22022025-02-28T09:27:03.625Z Compiling strum_macros v0.26.4
22032025-02-28T09:27:05.357Z Compiling hashbrown v0.13.2
22042025-02-28T09:27:06.654Z Compiling dropshot_endpoint v0.16.0
22052025-02-28T09:27:06.770Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062025-02-28T09:27:07.519Z Compiling snafu-derive v0.8.5
22072025-02-28T09:27:07.662Z Compiling blake3 v1.5.4
22082025-02-28T09:27:07.876Z Compiling instant v0.1.13
22092025-02-28T09:27:08.073Z Compiling zip v2.1.3
22102025-02-28T09:27:08.266Z Compiling buf-list v1.0.3
22112025-02-28T09:27:08.423Z Compiling lockfree-object-pool v0.1.6
22122025-02-28T09:27:08.753Z Compiling simd-adler32 v0.3.7
22132025-02-28T09:27:08.846Z Compiling crc-any v2.5.0
22142025-02-28T09:27:09.817Z Compiling bumpalo v3.16.0
22152025-02-28T09:27:10.395Z Compiling zopfli v0.8.1
22162025-02-28T09:27:10.852Z Compiling backoff v0.4.0
22172025-02-28T09:27:11.129Z Compiling strum v0.26.3
22182025-02-28T09:27:11.247Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192025-02-28T09:27:11.343Z Compiling parse-display v0.10.0
22202025-02-28T09:27:11.484Z Compiling object v0.30.4
22212025-02-28T09:27:11.872Z Compiling snafu v0.8.5
22222025-02-28T09:27:13.130Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22232025-02-28T09:27:13.207Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22242025-02-28T09:27:14.626Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22252025-02-28T09:27:14.742Z Compiling serde_with v3.11.0
22262025-02-28T09:27:18.751Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22272025-02-28T09:27:19.501Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22282025-02-28T09:27:20.129Z Compiling camino-tempfile v1.1.1
22292025-02-28T09:27:20.275Z Compiling globset v0.4.15
22302025-02-28T09:27:20.955Z Compiling regress v0.9.1
22312025-02-28T09:27:23.905Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22322025-02-28T09:27:24.124Z Compiling progenitor-client v0.9.1
22332025-02-28T09:27:25.072Z Compiling olpc-cjson v0.1.4
22342025-02-28T09:27:25.393Z Compiling pem v3.0.5
22352025-02-28T09:27:26.460Z Compiling serde_plain v1.0.2
22362025-02-28T09:27:26.862Z Compiling cargo-platform v0.1.8
22372025-02-28T09:27:27.038Z Compiling macaddr v1.0.1
22382025-02-28T09:27:27.662Z Compiling async-recursion v1.1.1
22392025-02-28T09:27:27.925Z Compiling memmap2 v0.9.5
22402025-02-28T09:27:28.493Z Compiling constant_time_eq v0.3.1
22412025-02-28T09:27:28.702Z Compiling typed-path v0.9.3
22422025-02-28T09:27:28.791Z Compiling path-slash v0.1.5
22432025-02-28T09:27:29.002Z Compiling arrayvec v0.7.6
22442025-02-28T09:27:29.062Z Compiling arrayref v0.3.9
22452025-02-28T09:27:29.194Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22462025-02-28T09:27:29.623Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22472025-02-28T09:27:31.063Z Compiling cargo_metadata v0.19.1
22482025-02-28T09:27:31.748Z Compiling tough v0.19.0
22492025-02-28T09:27:32.952Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22502025-02-28T09:27:33.416Z Compiling itertools v0.14.0
22512025-02-28T09:27:35.132Z Compiling parse-size v1.1.0
22522025-02-28T09:27:35.473Z Compiling topological-sort v0.2.2
22532025-02-28T09:27:35.791Z Compiling omicron-zone-package v0.12.0
22542025-02-28T09:27:35.842Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22552025-02-28T09:27:36.959Z Compiling shell-words v1.1.0
22562025-02-28T09:27:44.084Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22572025-02-28T09:27:54.456Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22582025-02-28T09:28:08.464Z Finished `release` profile [optimized] target(s) in 5m 44s
22592025-02-28T09:28:08.651Z Running `target/release/omicron-releng --output-dir /work`
22602025-02-28T09:28:08.706ZFeb 28 09:28:07.586 DEBG changing working directory to /work/oxidecomputer/omicron
22612025-02-28T09:28:08.822ZFeb 28 09:28:07.699 DEBG running: git rev-parse HEAD
22622025-02-28T09:28:08.826ZFeb 28 09:28:07.707 DEBG process exited with exit status: 0 (7.304826ms)
22632025-02-28T09:28:08.828ZFeb 28 09:28:07.707 INFO version: 13.0.0-0.ci+git9a67a231393
22642025-02-28T09:28:08.868ZFeb 28 09:28:07.748 INFO cloning helios to /work/oxidecomputer/helios
22652025-02-28T09:28:08.868ZFeb 28 09:28:07.748 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22662025-02-28T09:28:08.874ZCloning into '/work/oxidecomputer/helios'...
22672025-02-28T09:28:09.383ZFeb 28 09:28:08.263 DEBG process exited with exit status: 0 (514.654203ms)
22682025-02-28T09:28:09.383ZFeb 28 09:28:08.263 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22692025-02-28T09:28:10.307ZFeb 28 09:28:09.187 DEBG process exited with exit status: 0 (924.019928ms)
22702025-02-28T09:28:10.307ZFeb 28 09:28:09.187 DEBG running: zfs list rpool/images/build/host
22712025-02-28T09:28:10.313ZNAME USED AVAIL REFER MOUNTPOINT
22722025-02-28T09:28:10.314Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22732025-02-28T09:28:10.316ZFeb 28 09:28:09.195 DEBG process exited with exit status: 0 (7.363026ms)
22742025-02-28T09:28:10.317ZFeb 28 09:28:09.195 DEBG running: zfs list rpool/images/build/recovery
22752025-02-28T09:28:10.320ZNAME USED AVAIL REFER MOUNTPOINT
22762025-02-28T09:28:10.320Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22772025-02-28T09:28:10.322ZFeb 28 09:28:09.201 DEBG process exited with exit status: 0 (6.341285ms)
22782025-02-28T09:28:10.323ZFeb 28 09:28:09.201 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22792025-02-28T09:28:10.329Z# branch.oid 873badbd0b076bec558c882d9d377855dcb48038
22802025-02-28T09:28:10.329Z# branch.head master
22812025-02-28T09:28:10.329Z# branch.upstream origin/master
22822025-02-28T09:28:10.329Z# branch.ab +0 -0
22832025-02-28T09:28:10.331ZFeb 28 09:28:09.210 DEBG process exited with exit status: 0 (8.319316ms)
22842025-02-28T09:28:10.331ZFeb 28 09:28:09.210 INFO [hubris-production] running task
22852025-02-28T09:28:10.331ZFeb 28 09:28:09.210 INFO [hubris-staging] running task
22862025-02-28T09:28:10.331ZFeb 28 09:28:09.211 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22872025-02-28T09:28:10.334ZFeb 28 09:28:09.215 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
22882025-02-28T09:28:10.404Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22892025-02-28T09:28:10.845Z[ omicron-package] Blocking waiting for file lock on package cache
22902025-02-28T09:28:11.377Z[ omicron-package] Blocking waiting for file lock on package cache
22912025-02-28T09:28:12.392ZFeb 28 09:28:11.273 INFO [hubris-production] task succeeded (2.062307916s)
22922025-02-28T09:28:12.541Z[ omicron-package] Compiling ring v0.17.11
22932025-02-28T09:28:12.552Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22942025-02-28T09:28:12.742Z[ omicron-package] Compiling itertools v0.13.0
22952025-02-28T09:28:12.745Z[ omicron-package] Compiling heapless v0.8.0
22962025-02-28T09:28:12.748Z[ omicron-package] Compiling hash32 v0.3.1
22972025-02-28T09:28:12.748Z[ omicron-package] Compiling smoltcp v0.11.0
22982025-02-28T09:28:12.748Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22992025-02-28T09:28:14.169Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23002025-02-28T09:28:14.286Z[ omicron-package] Compiling num_enum_derive v0.5.11
23012025-02-28T09:28:15.220Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23022025-02-28T09:28:15.260Z[ omicron-package] Compiling cobs v0.2.3
23032025-02-28T09:28:15.605Z[ omicron-package] Compiling proc-macro-error v1.0.4
23042025-02-28T09:28:16.609Z[ omicron-package] Compiling postcard v1.0.10
23052025-02-28T09:28:16.668Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23062025-02-28T09:28:16.671Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23072025-02-28T09:28:17.594Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23082025-02-28T09:28:17.942Z[ omicron-package] Compiling unicode-width v0.1.14
23092025-02-28T09:28:18.244Z[ omicron-package] Compiling num_enum v0.5.11
23102025-02-28T09:28:18.361Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23112025-02-28T09:28:18.974Z[ omicron-package] Compiling tabwriter v1.4.0
23122025-02-28T09:28:19.142Z[ omicron-package] Compiling foreign-types v0.5.0
23132025-02-28T09:28:19.401Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23142025-02-28T09:28:19.845Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152025-02-28T09:28:20.297Z[ omicron-package] Compiling rustls v0.23.19
23162025-02-28T09:28:20.362Z[ omicron-package] Compiling rustls v0.22.4
23172025-02-28T09:28:20.451Z[ omicron-package] Compiling cstr-argument v0.1.2
23182025-02-28T09:28:20.454Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23192025-02-28T09:28:21.083Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23202025-02-28T09:28:21.275Z[ omicron-package] Compiling pretty-hex v0.2.1
23212025-02-28T09:28:21.853Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23222025-02-28T09:28:21.946Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232025-02-28T09:28:22.062Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23242025-02-28T09:28:22.471Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252025-02-28T09:28:22.722Z[ omicron-package] Compiling colored v2.2.0
23262025-02-28T09:28:22.842Z[ omicron-package] Compiling winnow v0.6.20
23272025-02-28T09:28:23.437Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23282025-02-28T09:28:24.193Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23292025-02-28T09:28:24.613Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23302025-02-28T09:28:25.203Z[ omicron-package] Compiling rustls-webpki v0.102.8
23312025-02-28T09:28:25.431Z[ omicron-package] Compiling sigpipe v0.1.3
23322025-02-28T09:28:25.655Z[ omicron-package] Compiling num-derive v0.4.2
23332025-02-28T09:28:26.511Z[ omicron-package] Compiling libefi-sys v0.1.0
23342025-02-28T09:28:26.912Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23352025-02-28T09:28:28.089Z[ omicron-package] Compiling zone v0.3.0
23362025-02-28T09:28:29.036Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23372025-02-28T09:28:29.596Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
23382025-02-28T09:28:29.844Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23392025-02-28T09:28:30.322Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23402025-02-28T09:28:30.586Z[ omicron-package] Compiling smf v0.2.3
23412025-02-28T09:28:31.599Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23422025-02-28T09:28:32.305Z[ omicron-package] Compiling bitfield-struct v0.6.2
23432025-02-28T09:28:33.402Z[ omicron-package] Compiling tokio-rustls v0.25.0
23442025-02-28T09:28:34.067Z[ omicron-package] Compiling dropshot v0.12.0
23452025-02-28T09:28:34.366Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23462025-02-28T09:28:34.541Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472025-02-28T09:28:34.593Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23482025-02-28T09:28:35.446Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492025-02-28T09:28:35.673Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502025-02-28T09:28:37.370Z[ omicron-package] Compiling tokio-rustls v0.26.0
23512025-02-28T09:28:37.960Z[ omicron-package] Compiling hyper-rustls v0.27.3
23522025-02-28T09:28:38.077Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23532025-02-28T09:28:38.120Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542025-02-28T09:28:38.720Z[ omicron-package] Compiling reqwest v0.12.12
23552025-02-28T09:28:41.259Z[ omicron-package] Compiling qorb v0.2.1
23562025-02-28T09:28:42.005ZFeb 28 09:28:40.884 INFO [hubris-staging] task succeeded (31.673983607s)
23572025-02-28T09:28:42.369Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23582025-02-28T09:28:43.204Z[ omicron-package] Compiling gethostname v0.5.0
23592025-02-28T09:28:43.749Z[ omicron-package] Compiling indent_write v2.2.0
23602025-02-28T09:28:47.365Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23612025-02-28T09:28:47.774Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23622025-02-28T09:28:49.530Z[ omicron-package] Compiling dropshot v0.16.0
23632025-02-28T09:28:55.386Z[ helios-setup] Feb 28 09:28:54.265 INFO helios repository root is: /work/oxidecomputer/helios
23642025-02-28T09:28:55.389Z[ helios-setup] Feb 28 09:28:54.267 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
23652025-02-28T09:28:55.389Z[ helios-setup] Feb 28 09:28:54.267 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23662025-02-28T09:28:55.393Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23672025-02-28T09:28:56.442Z[ omicron-package] Compiling progenitor-client v0.8.0
23682025-02-28T09:28:56.629Z[ omicron-package] Compiling progenitor-client v0.9.1
23692025-02-28T09:28:57.382Z[ omicron-package] Compiling progenitor v0.8.0
23702025-02-28T09:28:57.648Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23712025-02-28T09:28:57.679Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23722025-02-28T09:29:05.622Z[ helios-setup] Feb 28 09:29:04.502 INFO clone ok!, project: amd-firmware
23732025-02-28T09:29:05.625Z[ helios-setup] Feb 28 09:29:04.502 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
23742025-02-28T09:29:05.625Z[ helios-setup] Feb 28 09:29:04.502 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23752025-02-28T09:29:05.628Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23762025-02-28T09:29:06.515Z[ helios-setup] Feb 28 09:29:05.394 INFO clone ok!, project: phbl
23772025-02-28T09:29:06.518Z[ helios-setup] Feb 28 09:29:05.395 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
23782025-02-28T09:29:06.518Z[ helios-setup] Feb 28 09:29:05.395 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23792025-02-28T09:29:06.521Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23802025-02-28T09:29:07.361Z[ helios-setup] Feb 28 09:29:06.240 INFO clone ok!, project: image-builder
23812025-02-28T09:29:07.364Z[ helios-setup] Feb 28 09:29:06.241 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
23822025-02-28T09:29:07.364Z[ helios-setup] Feb 28 09:29:06.241 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
23832025-02-28T09:29:07.367Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23842025-02-28T09:29:08.829Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23852025-02-28T09:29:08.849Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23862025-02-28T09:29:10.506Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872025-02-28T09:29:13.856Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882025-02-28T09:29:18.191Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23892025-02-28T09:29:18.207Z[ helios-setup] Feb 28 09:29:17.086 INFO clone ok!, project: amd-host-image-builder
23902025-02-28T09:29:18.209Z[ helios-setup] Feb 28 09:29:17.086 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23912025-02-28T09:29:18.210Z[ helios-setup] Feb 28 09:29:17.086 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23922025-02-28T09:29:18.210Z[ helios-setup] Feb 28 09:29:17.086 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
23932025-02-28T09:29:18.210Z[ helios-setup] Feb 28 09:29:17.086 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23942025-02-28T09:29:18.212Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23952025-02-28T09:29:18.966Z[ helios-setup] Feb 28 09:29:17.846 INFO clone ok!, project: pinprick
23962025-02-28T09:29:18.969Z[ helios-setup] Feb 28 09:29:17.846 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
23972025-02-28T09:29:18.969Z[ helios-setup] Feb 28 09:29:17.846 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23982025-02-28T09:29:18.972Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23992025-02-28T09:29:20.019Z[ helios-setup] Feb 28 09:29:18.898 INFO clone ok!, project: chelsio-t6-roms
24002025-02-28T09:29:20.021Z[ helios-setup] Feb 28 09:29:18.898 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
24012025-02-28T09:29:20.021Z[ helios-setup] Feb 28 09:29:18.898 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24022025-02-28T09:29:20.024Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24032025-02-28T09:29:21.053Z[ helios-setup] Feb 28 09:29:19.932 INFO clone ok!, project: pilot
24042025-02-28T09:29:21.055Z[ helios-setup] Feb 28 09:29:19.932 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
24052025-02-28T09:29:21.056Z[ helios-setup] Feb 28 09:29:19.932 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
24062025-02-28T09:29:21.056Z[ helios-setup] Feb 28 09:29:19.932 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24072025-02-28T09:29:21.059Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
24082025-02-28T09:29:21.616Z[ helios-setup] Feb 28 09:29:20.495 INFO clone ok!, project: bootserver
24092025-02-28T09:29:21.619Z[ helios-setup] Feb 28 09:29:20.495 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24102025-02-28T09:29:21.961Z[ helios-setup] Feb 28 09:29:20.840 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24112025-02-28T09:29:22.267Z[ helios-setup] Feb 28 09:29:21.147 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24122025-02-28T09:29:22.271Z[ helios-setup] Feb 28 09:29:21.147 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24132025-02-28T09:29:22.568Z[ helios-setup] Feb 28 09:29:21.447 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24142025-02-28T09:29:22.871Z[ helios-setup] Feb 28 09:29:21.750 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24152025-02-28T09:29:22.874Z[ helios-setup] Feb 28 09:29:21.750 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24162025-02-28T09:29:23.172Z[ helios-setup] Feb 28 09:29:22.051 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24172025-02-28T09:29:23.499Z[ helios-setup] Feb 28 09:29:22.378 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24182025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24192025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24202025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO ok!
24212025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24222025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24232025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO ok!
24242025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24252025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24262025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO ok!
24272025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24282025-02-28T09:29:23.502Z[ helios-setup] Feb 28 09:29:22.378 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24292025-02-28T09:29:23.636Z[ helios-setup] Feb 28 09:29:22.515 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24302025-02-28T09:29:23.908Z[ helios-setup] Feb 28 09:29:22.786 INFO E| From https://github.com/jclulow/rust-jmclib
24312025-02-28T09:29:23.908Z[ helios-setup] Feb 28 09:29:22.786 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24322025-02-28T09:29:23.919Z[ helios-setup] Feb 28 09:29:22.798 INFO E| Updating crates.io index
24332025-02-28T09:29:24.088Z[ helios-setup] Feb 28 09:29:22.968 INFO E| Downloading crates ...
24342025-02-28T09:29:24.178Z[ helios-setup] Feb 28 09:29:23.057 INFO E| Downloaded block-buffer v0.9.0
24352025-02-28T09:29:24.187Z[ helios-setup] Feb 28 09:29:23.066 INFO E| Downloaded errno v0.3.1
24362025-02-28T09:29:24.191Z[ helios-setup] Feb 28 09:29:23.068 INFO E| Downloaded opaque-debug v0.3.0
24372025-02-28T09:29:24.191Z[ helios-setup] Feb 28 09:29:23.069 INFO E| Downloaded itoa v1.0.9
24382025-02-28T09:29:24.194Z[ helios-setup] Feb 28 09:29:23.072 INFO E| Downloaded once_cell v1.18.0
24392025-02-28T09:29:24.197Z[ helios-setup] Feb 28 09:29:23.075 INFO E| Downloaded getrandom v0.2.10
24402025-02-28T09:29:24.203Z[ helios-setup] Feb 28 09:29:23.082 INFO E| Downloaded glob v0.3.1
24412025-02-28T09:29:24.208Z[ helios-setup] Feb 28 09:29:23.087 INFO E| Downloaded libdevinfo-sys v1.0.0
24422025-02-28T09:29:24.211Z[ helios-setup] Feb 28 09:29:23.088 INFO E| Downloaded bitflags v2.3.3
24432025-02-28T09:29:24.214Z[ helios-setup] Feb 28 09:29:23.091 INFO E| Downloaded sha-1 v0.9.8
24442025-02-28T09:29:24.217Z[ helios-setup] Feb 28 09:29:23.095 INFO E| Downloaded fastrand v2.0.0
24452025-02-28T09:29:24.217Z[ helios-setup] Feb 28 09:29:23.096 INFO E| Downloaded digest v0.9.0
24462025-02-28T09:29:24.220Z[ helios-setup] Feb 28 09:29:23.097 INFO E| Downloaded md-5 v0.9.1
24472025-02-28T09:29:24.220Z[ helios-setup] Feb 28 09:29:23.099 INFO E| Downloaded cpufeatures v0.2.9
24482025-02-28T09:29:24.223Z[ helios-setup] Feb 28 09:29:23.102 INFO E| Downloaded walkdir v2.3.3
24492025-02-28T09:29:24.231Z[ helios-setup] Feb 28 09:29:23.110 INFO E| Downloaded uuid v0.8.2
24502025-02-28T09:29:24.234Z[ helios-setup] Feb 28 09:29:23.113 INFO E| Downloaded unicode-width v0.1.10
24512025-02-28T09:29:24.237Z[ helios-setup] Feb 28 09:29:23.114 INFO E| Downloaded tempfile v3.7.0
24522025-02-28T09:29:24.240Z[ helios-setup] Feb 28 09:29:23.116 INFO E| Downloaded serde_derive v1.0.193
24532025-02-28T09:29:24.240Z[ helios-setup] Feb 28 09:29:23.119 INFO E| Downloaded typenum v1.16.0
24542025-02-28T09:29:24.243Z[ helios-setup] Feb 28 09:29:23.122 INFO E| Downloaded unicode-ident v1.0.11
24552025-02-28T09:29:24.245Z[ helios-setup] Feb 28 09:29:23.124 INFO E| Downloaded serde v1.0.193
24562025-02-28T09:29:24.249Z[ helios-setup] Feb 28 09:29:23.128 INFO E| Downloaded anyhow v1.0.72
24572025-02-28T09:29:24.252Z[ helios-setup] Feb 28 09:29:23.131 INFO E| Downloaded toml v0.5.11
24582025-02-28T09:29:24.255Z[ helios-setup] Feb 28 09:29:23.134 INFO E| Downloaded ryu v1.0.15
24592025-02-28T09:29:24.258Z[ helios-setup] Feb 28 09:29:23.137 INFO E| Downloaded quote v1.0.31
24602025-02-28T09:29:24.261Z[ helios-setup] Feb 28 09:29:23.139 INFO E| Downloaded proc-macro2 v1.0.66
24612025-02-28T09:29:24.263Z[ helios-setup] Feb 28 09:29:23.142 INFO E| Downloaded serde_json v1.0.103
24622025-02-28T09:29:24.282Z[ helios-setup] Feb 28 09:29:23.161 INFO E| Downloaded syn v2.0.32
24632025-02-28T09:29:24.292Z[ helios-setup] Feb 28 09:29:23.171 INFO E| Downloaded rustix v0.38.4
24642025-02-28T09:29:24.320Z[ helios-setup] Feb 28 09:29:23.199 INFO E| Downloaded libc v0.2.147
24652025-02-28T09:29:24.403Z[ helios-setup] Feb 28 09:29:23.282 INFO E| Compiling libc v0.2.147
24662025-02-28T09:29:24.403Z[ helios-setup] Feb 28 09:29:23.282 INFO E| Compiling proc-macro2 v1.0.66
24672025-02-28T09:29:24.403Z[ helios-setup] Feb 28 09:29:23.282 INFO E| Compiling unicode-ident v1.0.11
24682025-02-28T09:29:24.403Z[ helios-setup] Feb 28 09:29:23.282 INFO E| Compiling cfg-if v1.0.0
24692025-02-28T09:29:24.407Z[ helios-setup] Feb 28 09:29:23.282 INFO E| Compiling typenum v1.16.0
24702025-02-28T09:29:24.407Z[ helios-setup] Feb 28 09:29:23.282 INFO E| Compiling version_check v0.9.4
24712025-02-28T09:29:24.407Z[ helios-setup] Feb 28 09:29:23.283 INFO E| Compiling serde v1.0.193
24722025-02-28T09:29:24.407Z[ helios-setup] Feb 28 09:29:23.283 INFO E| Compiling num-conv v0.1.0
24732025-02-28T09:29:24.499Z[ helios-setup] Feb 28 09:29:23.378 INFO E| Compiling rustix v0.38.4
24742025-02-28T09:29:24.599Z[ helios-setup] Feb 28 09:29:23.477 INFO E| Compiling time-core v0.1.2
24752025-02-28T09:29:24.767Z[ helios-setup] Feb 28 09:29:23.646 INFO E| Compiling powerfmt v0.2.0
24762025-02-28T09:29:24.881Z[ helios-setup] Feb 28 09:29:23.760 INFO E| Compiling slog v2.7.0
24772025-02-28T09:29:24.999Z[ helios-setup] Feb 28 09:29:23.878 INFO E| Compiling generic-array v0.14.7
24782025-02-28T09:29:25.050Z[ helios-setup] Feb 28 09:29:23.928 INFO E| Compiling itoa v1.0.9
24792025-02-28T09:29:25.188Z[ helios-setup] Feb 28 09:29:24.067 INFO E| Compiling deranged v0.3.11
24802025-02-28T09:29:25.312Z[ helios-setup] Feb 28 09:29:24.188 INFO E| Compiling time-macros v0.2.18
24812025-02-28T09:29:25.446Z[ helios-setup] Feb 28 09:29:24.326 INFO E| Compiling once_cell v1.18.0
24822025-02-28T09:29:25.457Z[ helios-setup] Feb 28 09:29:24.337 INFO E| Compiling bitflags v2.3.3
24832025-02-28T09:29:25.559Z[ helios-setup] Feb 28 09:29:24.438 INFO E| Compiling num_threads v0.1.6
24842025-02-28T09:29:25.903Z[ helios-setup] Feb 28 09:29:24.782 INFO E| Compiling thread_local v1.1.7
24852025-02-28T09:29:25.947Z[ helios-setup] Feb 28 09:29:24.826 INFO E| Compiling fastrand v2.0.0
24862025-02-28T09:29:26.579Z[ helios-setup] Feb 28 09:29:25.458 INFO E| Compiling quote v1.0.31
24872025-02-28T09:29:26.684Z[ helios-setup] Feb 28 09:29:25.563 INFO E| Compiling dirs-sys-next v0.1.2
24882025-02-28T09:29:26.761Z[ helios-setup] Feb 28 09:29:25.640 INFO E| Compiling errno v0.3.1
24892025-02-28T09:29:26.930Z[ helios-setup] Feb 28 09:29:25.809 INFO E| Compiling atty v0.2.14
24902025-02-28T09:29:27.062Z[ helios-setup] Feb 28 09:29:25.941 INFO E| Compiling dirs-next v2.0.0
24912025-02-28T09:29:27.317Z[ helios-setup] Feb 28 09:29:26.196 INFO E| Compiling syn v2.0.32
24922025-02-28T09:29:27.326Z[ helios-setup] Feb 28 09:29:26.205 INFO E| Compiling term v0.7.0
24932025-02-28T09:29:27.428Z[ helios-setup] Feb 28 09:29:26.307 INFO E| Compiling anyhow v1.0.72
24942025-02-28T09:29:27.648Z[ helios-setup] Feb 28 09:29:26.527 INFO E| Compiling serde_json v1.0.103
24952025-02-28T09:29:27.878Z[ helios-setup] Feb 28 09:29:26.758 INFO E| Compiling opaque-debug v0.3.0
24962025-02-28T09:29:27.970Z[ helios-setup] Feb 28 09:29:26.849 INFO E| Compiling getrandom v0.2.10
24972025-02-28T09:29:28.667Z[ helios-setup] Feb 28 09:29:27.546 INFO E| Compiling block-buffer v0.9.0
24982025-02-28T09:29:28.708Z[ helios-setup] Feb 28 09:29:27.587 INFO E| Compiling digest v0.9.0
24992025-02-28T09:29:29.031Z[ helios-setup] Feb 28 09:29:27.910 INFO E| Compiling unicode-width v0.1.10
25002025-02-28T09:29:29.053Z[ helios-setup] Feb 28 09:29:27.932 INFO E| Compiling ryu v1.0.15
25012025-02-28T09:29:29.269Z[ helios-setup] Feb 28 09:29:28.148 INFO E| Compiling cpufeatures v0.2.9
25022025-02-28T09:29:29.319Z[ helios-setup] Feb 28 09:29:28.184 INFO E| Compiling same-file v1.0.6
25032025-02-28T09:29:29.393Z[ helios-setup] Feb 28 09:29:28.272 INFO E| Compiling time v0.3.36
25042025-02-28T09:29:29.414Z[ helios-setup] Feb 28 09:29:28.293 INFO E| Compiling sha-1 v0.9.8
25052025-02-28T09:29:29.567Z[ helios-setup] Feb 28 09:29:28.446 INFO E| Compiling walkdir v2.3.3
25062025-02-28T09:29:29.633Z[ helios-setup] Feb 28 09:29:28.512 INFO E| Compiling getopts v0.2.21
25072025-02-28T09:29:29.754Z[ helios-setup] Feb 28 09:29:28.633 INFO E| Compiling tempfile v3.7.0
25082025-02-28T09:29:30.150Z[ helios-setup] Feb 28 09:29:29.029 INFO E| Compiling md-5 v0.9.1
25092025-02-28T09:29:30.245Z[ helios-setup] Feb 28 09:29:29.124 INFO E| Compiling glob v0.3.1
25102025-02-28T09:29:30.421Z[ helios-setup] Feb 28 09:29:29.300 INFO E| Compiling libdevinfo-sys v1.0.0
25112025-02-28T09:29:32.033Z[ helios-setup] Feb 28 09:29:30.912 INFO E| Compiling slog-term v2.9.0
25122025-02-28T09:29:33.162Z[ helios-setup] Feb 28 09:29:32.040 INFO E| Compiling serde_derive v1.0.193
25132025-02-28T09:29:33.841Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25142025-02-28T09:29:34.605Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25152025-02-28T09:29:38.476Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25162025-02-28T09:29:44.011Z[ helios-setup] Feb 28 09:29:42.890 INFO E| Compiling toml v0.5.11
25172025-02-28T09:29:44.011Z[ helios-setup] Feb 28 09:29:42.890 INFO E| Compiling uuid v0.8.2
25182025-02-28T09:29:45.220Z[ helios-setup] Feb 28 09:29:44.099 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25192025-02-28T09:29:45.776Z[ helios-setup] Feb 28 09:29:44.655 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25202025-02-28T09:29:53.446Z[ helios-setup] Feb 28 09:29:52.325 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.89s
25212025-02-28T09:29:53.469Z[ helios-setup] Feb 28 09:29:52.348 INFO building project "image-builder" ok (29 seconds)
25222025-02-28T09:29:53.470Z[ helios-setup] Feb 28 09:29:52.348 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25232025-02-28T09:29:53.472Z[ helios-setup] Feb 28 09:29:52.348 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25242025-02-28T09:29:53.476Z[ helios-setup] Feb 28 09:29:52.355 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25252025-02-28T09:29:53.643Z[ helios-setup] Feb 28 09:29:52.521 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25262025-02-28T09:29:53.643Z[ helios-setup] Feb 28 09:29:52.521 INFO E| info: downloading component 'cargo'
25272025-02-28T09:29:54.511Z[ helios-setup] Feb 28 09:29:53.389 INFO E| info: downloading component 'clippy'
25282025-02-28T09:29:54.772Z[ helios-setup] Feb 28 09:29:53.651 INFO E| info: downloading component 'rust-docs'
25292025-02-28T09:29:55.049Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 44s
25302025-02-28T09:29:55.305Z[ omicron-package]
25312025-02-28T09:29:55.305Z[ omicron-package] real 1:44.919900186
25322025-02-28T09:29:55.308Z[ omicron-package] user 8:58.623536400
25332025-02-28T09:29:55.308Z[ omicron-package] sys 30.177922826
25342025-02-28T09:29:55.308Z[ omicron-package] trap 0.942337584
25352025-02-28T09:29:55.308Z[ omicron-package] tflt 0.707563727
25362025-02-28T09:29:55.308Z[ omicron-package] dflt 0.871279603
25372025-02-28T09:29:55.308Z[ omicron-package] kflt 0.000077317
25382025-02-28T09:29:55.308Z[ omicron-package] lock 19:08.318089906
25392025-02-28T09:29:55.308Z[ omicron-package] slp 30:33.893958451
25402025-02-28T09:29:55.308Z[ omicron-package] lat 2:58.302092694
25412025-02-28T09:29:55.308Z[ omicron-package] stop 1:10.177785308
25422025-02-28T09:29:55.308ZFeb 28 09:29:54.185 INFO [omicron-package] process exited with exit status: 0 (104.970046183s)
25432025-02-28T09:29:55.308ZFeb 28 09:29:54.185 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
25442025-02-28T09:29:55.385ZFeb 28 09:29:54.264 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
25452025-02-28T09:29:55.397Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25462025-02-28T09:29:55.400Z[ recovery-target] Created new build target 'recovery' and set it as active
25472025-02-28T09:29:55.402ZFeb 28 09:29:54.280 INFO [recovery-target] process exited with exit status: 0 (94.41641ms)
25482025-02-28T09:29:55.405Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25492025-02-28T09:29:55.408Z[ host-target] Created new build target 'host' and set it as active
25502025-02-28T09:29:55.408ZFeb 28 09:29:54.286 INFO [host-target] process exited with exit status: 0 (22.665707ms)
25512025-02-28T09:29:55.408ZFeb 28 09:29:54.286 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25522025-02-28T09:29:55.424Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25532025-02-28T09:29:55.848Z[ helios-setup] Feb 28 09:29:54.727 INFO E| info: downloading component 'rust-src'
25542025-02-28T09:29:56.037Z[ helios-setup] Feb 28 09:29:54.915 INFO E| info: downloading component 'rust-std'
25552025-02-28T09:29:56.698Z[ host-package] Compiling ring v0.17.11
25562025-02-28T09:29:56.885Z[ host-package] Compiling thiserror v2.0.11
25572025-02-28T09:29:56.904Z[ host-package] Compiling typify-impl v0.3.0
25582025-02-28T09:29:56.920Z[ host-package] Compiling convert_case v0.4.0
25592025-02-28T09:29:56.923Z[ host-package] Compiling newline-converter v0.3.0
25602025-02-28T09:29:56.923Z[ host-package] Compiling password-hash v0.5.0
25612025-02-28T09:29:56.923Z[ host-package] Compiling blake2 v0.10.6
25622025-02-28T09:29:57.099Z[ host-package] Compiling expectorate v1.1.0
25632025-02-28T09:29:57.372Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642025-02-28T09:29:57.612Z[ host-package] Compiling derive_more v0.99.19
25652025-02-28T09:29:57.810Z[ helios-setup] Feb 28 09:29:56.689 INFO E| info: downloading component 'rustc'
25662025-02-28T09:29:58.013Z[ host-package] Compiling argon2 v0.5.3
25672025-02-28T09:29:58.122Z[ host-package] Compiling atomicwrites v0.4.4
25682025-02-28T09:29:58.692Z[ host-package] Compiling cancel-safe-futures v0.1.5
25692025-02-28T09:29:59.114Z[ host-package] Compiling owo-colors v4.2.0
25702025-02-28T09:29:59.215Z[ host-package] Compiling num-rational v0.4.2
25712025-02-28T09:29:59.778Z[ host-package] Compiling libsw-core v0.3.1
25722025-02-28T09:30:00.121Z[ host-package] Compiling num-complex v0.4.6
25732025-02-28T09:30:00.489Z[ host-package] Compiling libsw v3.4.0
25742025-02-28T09:30:01.345Z[ host-package] Compiling num v0.4.3
25752025-02-28T09:30:01.507Z[ host-package] Compiling swrite v0.1.0
25762025-02-28T09:30:01.679Z[ host-package] Compiling linear-map v1.2.0
25772025-02-28T09:30:02.083Z[ host-package] Compiling rustls v0.23.19
25782025-02-28T09:30:02.118Z[ host-package] Compiling rustls v0.22.4
25792025-02-28T09:30:02.153Z[ host-package] Compiling float-ord v0.3.2
25802025-02-28T09:30:02.177Z[ host-package] Compiling highway v1.3.0
25812025-02-28T09:30:02.344Z[ helios-setup] Feb 28 09:30:01.223 INFO E| info: downloading component 'rustfmt'
25822025-02-28T09:30:02.362Z[ host-package] Compiling tungstenite v0.21.0
25832025-02-28T09:30:02.579Z[ helios-setup] Feb 28 09:30:01.458 INFO E| info: installing component 'cargo'
25842025-02-28T09:30:03.313Z[ host-package] Compiling semver v0.1.20
25852025-02-28T09:30:03.502Z[ host-package] Compiling ipnetwork v0.21.1
25862025-02-28T09:30:03.796Z[ host-package] Compiling rustc_version v0.1.7
25872025-02-28T09:30:03.906Z[ helios-setup] Feb 28 09:30:02.784 INFO E| info: installing component 'clippy'
25882025-02-28T09:30:03.941Z[ host-package] Compiling tokio-tungstenite v0.21.0
25892025-02-28T09:30:04.214Z[ host-package] Compiling newtype_derive v0.1.6
25902025-02-28T09:30:04.285Z[ host-package] Compiling oxnet v0.1.1
25912025-02-28T09:30:04.351Z[ helios-setup] Feb 28 09:30:03.229 INFO E| info: installing component 'rust-docs'
25922025-02-28T09:30:04.620Z[ host-package] Compiling rustls-webpki v0.102.8
25932025-02-28T09:30:04.735Z[ host-package] Compiling humantime v2.1.0
25942025-02-28T09:30:05.274Z[ host-package] Compiling daft v0.1.1
25952025-02-28T09:30:06.410Z[ host-package] Compiling dropshot v0.16.0
25962025-02-28T09:30:06.504Z[ host-package] Compiling instant v0.1.13
25972025-02-28T09:30:06.553Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25982025-02-28T09:30:06.732Z[ host-package] Compiling backoff v0.4.0
25992025-02-28T09:30:07.168Z[ host-package] Compiling steno v0.4.1
26002025-02-28T09:30:07.240Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
26012025-02-28T09:30:07.699Z[ host-package] Compiling parse-display v0.10.0
26022025-02-28T09:30:08.172Z[ host-package] Compiling typify-macro v0.3.0
26032025-02-28T09:30:08.392Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26042025-02-28T09:30:08.558Z[ helios-setup] Feb 28 09:30:07.437 INFO E| info: installing component 'rust-src'
26052025-02-28T09:30:08.635Z[ host-package] Compiling strum v0.26.3
26062025-02-28T09:30:08.864Z[ host-package] Compiling serde_with v3.11.0
26072025-02-28T09:30:09.156Z[ helios-setup] Feb 28 09:30:08.034 INFO E| info: installing component 'rust-std'
26082025-02-28T09:30:11.523Z[ helios-setup] Feb 28 09:30:10.402 INFO E| info: installing component 'rustc'
26092025-02-28T09:30:12.042Z[ host-package] Compiling tokio-rustls v0.25.0
26102025-02-28T09:30:12.768Z[ host-package] Compiling dropshot v0.12.0
26112025-02-28T09:30:12.952Z[ host-package] Compiling typify v0.3.0
26122025-02-28T09:30:13.161Z[ host-package] Compiling progenitor-impl v0.9.1
26132025-02-28T09:30:14.701Z[ host-package] Compiling tokio-rustls v0.26.0
26142025-02-28T09:30:15.244Z[ host-package] Compiling hyper-rustls v0.27.3
26152025-02-28T09:30:15.861Z[ host-package] Compiling reqwest v0.12.12
26162025-02-28T09:30:17.795Z[ helios-setup] Feb 28 09:30:16.673 INFO E| info: installing component 'rustfmt'
26172025-02-28T09:30:18.574Z[ helios-setup] Feb 28 09:30:17.452 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26182025-02-28T09:30:19.269Z[ host-package] Compiling qorb v0.2.1
26192025-02-28T09:30:19.429Z[ helios-setup] Feb 28 09:30:18.307 INFO E| From https://github.com/oxidecomputer/amd-apcb
26202025-02-28T09:30:19.430Z[ helios-setup] Feb 28 09:30:18.308 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
26212025-02-28T09:30:19.430Z[ helios-setup] Feb 28 09:30:18.308 INFO E| * [new tag] v0.4.5 -> v0.4.5
26222025-02-28T09:30:19.460Z[ helios-setup] Feb 28 09:30:18.339 INFO E| * [new tag] v0.1.3 -> v0.1.3
26232025-02-28T09:30:19.460Z[ helios-setup] Feb 28 09:30:18.339 INFO E| * [new tag] v0.1.4 -> v0.1.4
26242025-02-28T09:30:19.463Z[ helios-setup] Feb 28 09:30:18.339 INFO E| * [new tag] v0.1.5 -> v0.1.5
26252025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.339 INFO E| * [new tag] v0.2.0 -> v0.2.0
26262025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.339 INFO E| * [new tag] v0.3.0 -> v0.3.0
26272025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.339 INFO E| * [new tag] v0.3.1 -> v0.3.1
26282025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.339 INFO E| * [new tag] v0.3.2 -> v0.3.2
26292025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.339 INFO E| * [new tag] v0.3.3 -> v0.3.3
26302025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.340 INFO E| * [new tag] v0.4.0 -> v0.4.0
26312025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.340 INFO E| * [new tag] v0.4.1 -> v0.4.1
26322025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.340 INFO E| * [new tag] v0.4.2 -> v0.4.2
26332025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.340 INFO E| * [new tag] v0.4.3 -> v0.4.3
26342025-02-28T09:30:19.464Z[ helios-setup] Feb 28 09:30:18.340 INFO E| * [new tag] v0.4.4 -> v0.4.4
26352025-02-28T09:30:19.514Z[ helios-setup] Feb 28 09:30:18.392 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26362025-02-28T09:30:20.462Z[ helios-setup] Feb 28 09:30:19.340 INFO E| From https://github.com/oxidecomputer/amd-efs
26372025-02-28T09:30:20.462Z[ helios-setup] Feb 28 09:30:19.340 INFO E| * [new branch] empty -> origin/empty
26382025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.340 INFO E| * [new branch] issue-99 -> origin/issue-99
26392025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.340 INFO E| * [new branch] main -> origin/main
26402025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.340 INFO E| * [new branch] review -> origin/review
26412025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.341 INFO E| * [new ref] -> origin/HEAD
26422025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.341 INFO E| * [new tag] v0.2.0 -> v0.2.0
26432025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.341 INFO E| * [new tag] v0.2.1 -> v0.2.1
26442025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.341 INFO E| * [new tag] v0.2.2 -> v0.2.2
26452025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.341 INFO E| * [new tag] v0.2.3 -> v0.2.3
26462025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.342 INFO E| * [new tag] v0.2.4 -> v0.2.4
26472025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.342 INFO E| * [new tag] v0.2.5 -> v0.2.5
26482025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.342 INFO E| * [new tag] v0.2.6 -> v0.2.6
26492025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.342 INFO E| * [new tag] v0.2.7 -> v0.2.7
26502025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.342 INFO E| * [new tag] v0.3.0 -> v0.3.0
26512025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.342 INFO E| * [new tag] v0.3.1 -> v0.3.1
26522025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.342 INFO E| * [new tag] v0.4.0 -> v0.4.0
26532025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.343 INFO E| * [new tag] v0.4.1 -> v0.4.1
26542025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.343 INFO E| * [new tag] v0.4.2 -> v0.4.2
26552025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.343 INFO E| * [new tag] v0.4.3 -> v0.4.3
26562025-02-28T09:30:20.465Z[ helios-setup] Feb 28 09:30:19.343 INFO E| * [new tag] v0.4.4 -> v0.4.4
26572025-02-28T09:30:20.489Z[ helios-setup] Feb 28 09:30:19.367 INFO E| Updating crates.io index
26582025-02-28T09:30:21.049Z[ helios-setup] Feb 28 09:30:19.927 INFO E| Downloading crates ...
26592025-02-28T09:30:21.199Z[ helios-setup] Feb 28 09:30:20.077 INFO E| Downloaded parse_int v0.6.0
26602025-02-28T09:30:21.201Z[ helios-setup] Feb 28 09:30:20.079 INFO E| Downloaded memoffset v0.5.6
26612025-02-28T09:30:21.204Z[ helios-setup] Feb 28 09:30:20.081 INFO E| Downloaded unic-char-range v0.9.0
26622025-02-28T09:30:21.206Z[ helios-setup] Feb 28 09:30:20.083 INFO E| Downloaded unic-char-property v0.9.0
26632025-02-28T09:30:21.209Z[ helios-setup] Feb 28 09:30:20.085 INFO E| Downloaded scroll_derive v0.10.5
26642025-02-28T09:30:21.209Z[ helios-setup] Feb 28 09:30:20.087 INFO E| Downloaded cfg-if v0.1.10
26652025-02-28T09:30:21.212Z[ helios-setup] Feb 28 09:30:20.088 INFO E| Downloaded bytesize v1.3.0
26662025-02-28T09:30:21.223Z[ helios-setup] Feb 28 09:30:20.090 INFO E| Downloaded unic-ucd-version v0.9.0
26672025-02-28T09:30:21.223Z[ helios-setup] Feb 28 09:30:20.092 INFO E| Downloaded autocfg v1.4.0
26682025-02-28T09:30:21.223Z[ helios-setup] Feb 28 09:30:20.095 INFO E| Downloaded atty v0.2.14
26692025-02-28T09:30:21.223Z[ helios-setup] Feb 28 09:30:20.097 INFO E| Downloaded ansi_term v0.12.1
26702025-02-28T09:30:21.223Z[ helios-setup] Feb 28 09:30:20.100 INFO E| Downloaded unic-common v0.9.0
26712025-02-28T09:30:21.226Z[ helios-setup] Feb 28 09:30:20.102 INFO E| Downloaded strum v0.23.0
26722025-02-28T09:30:21.226Z[ helios-setup] Feb 28 09:30:20.103 INFO E| Downloaded proc-macro-crate v0.1.5
26732025-02-28T09:30:21.226Z[ helios-setup] Feb 28 09:30:20.104 INFO E| Downloaded cpufeatures v0.2.16
26742025-02-28T09:30:21.229Z[ helios-setup] Feb 28 09:30:20.107 INFO E| Downloaded num-derive v0.4.2
26752025-02-28T09:30:21.231Z[ helios-setup] Feb 28 09:30:20.110 INFO E| Downloaded plain v0.2.3
26762025-02-28T09:30:21.243Z[ helios-setup] Feb 28 09:30:20.111 INFO E| Downloaded fletcher v0.1.0
26772025-02-28T09:30:21.243Z[ helios-setup] Feb 28 09:30:20.113 INFO E| Downloaded bitflags v1.3.2
26782025-02-28T09:30:21.243Z[ helios-setup] Feb 28 09:30:20.118 INFO E| Downloaded json5 v0.4.1
26792025-02-28T09:30:21.243Z[ helios-setup] Feb 28 09:30:20.120 INFO E| Downloaded itoa v1.0.14
26802025-02-28T09:30:21.246Z[ helios-setup] Feb 28 09:30:20.123 INFO E| Downloaded generic-array v0.14.7
26812025-02-28T09:30:21.248Z[ helios-setup] Feb 28 09:30:20.125 INFO E| Downloaded paste v1.0.15
26822025-02-28T09:30:21.251Z[ helios-setup] Feb 28 09:30:20.130 INFO E| Downloaded semver v0.9.0
26832025-02-28T09:30:21.254Z[ helios-setup] Feb 28 09:30:20.133 INFO E| Downloaded textwrap v0.11.0
26842025-02-28T09:30:21.257Z[ helios-setup] Feb 28 09:30:20.136 INFO E| Downloaded thiserror-impl v2.0.11
26852025-02-28T09:30:21.260Z[ helios-setup] Feb 28 09:30:20.138 INFO E| Downloaded strsim v0.8.0
26862025-02-28T09:30:21.262Z[ helios-setup] Feb 28 09:30:20.139 INFO E| Downloaded semver-parser v0.7.0
26872025-02-28T09:30:21.265Z[ helios-setup] Feb 28 09:30:20.141 INFO E| Downloaded thiserror-impl v1.0.69
26882025-02-28T09:30:21.267Z[ helios-setup] Feb 28 09:30:20.143 INFO E| Downloaded rustversion v1.0.19
26892025-02-28T09:30:21.270Z[ helios-setup] Feb 28 09:30:20.147 INFO E| Downloaded rustc_version v0.2.3
26902025-02-28T09:30:21.272Z[ helios-setup] Feb 28 09:30:20.149 INFO E| Downloaded lazy_static v1.5.0
26912025-02-28T09:30:21.275Z[ helios-setup] Feb 28 09:30:20.151 INFO E| Downloaded strum_macros v0.23.1
26922025-02-28T09:30:21.278Z[ helios-setup] Feb 28 09:30:20.154 INFO E| Downloaded heck v0.3.3
26932025-02-28T09:30:21.278Z[ helios-setup] Feb 28 09:30:20.156 INFO E| Downloaded structopt-derive v0.4.18
26942025-02-28T09:30:21.280Z[ helios-setup] Feb 28 09:30:20.158 INFO E| Downloaded static_assertions v1.1.0
26952025-02-28T09:30:21.283Z[ helios-setup] Feb 28 09:30:20.161 INFO E| Downloaded thiserror v1.0.69
26962025-02-28T09:30:21.291Z[ helios-setup] Feb 28 09:30:20.169 INFO E| Downloaded modular-bitfield-impl v0.11.2
26972025-02-28T09:30:21.293Z[ helios-setup] Feb 28 09:30:20.171 INFO E| Downloaded schemars_derive v0.8.21
26982025-02-28T09:30:21.296Z[ helios-setup] Feb 28 09:30:20.172 INFO E| Downloaded proc-macro-error-attr v1.0.4
26992025-02-28T09:30:21.296Z[ helios-setup] Feb 28 09:30:20.174 INFO E| Downloaded serde_derive_internals v0.29.1
27002025-02-28T09:30:21.300Z[ helios-setup] Feb 28 09:30:20.178 INFO E| Downloaded thiserror v2.0.11
27012025-02-28T09:30:21.309Z[ helios-setup] Feb 28 09:30:20.187 INFO E| Downloaded vec_map v0.8.2
27022025-02-28T09:30:21.311Z[ helios-setup] Feb 28 09:30:20.188 INFO E| Downloaded unic-ucd-ident v0.9.0
27032025-02-28T09:30:21.314Z[ helios-setup] Feb 28 09:30:20.191 INFO E| Downloaded quote v1.0.38
27042025-02-28T09:30:21.316Z[ helios-setup] Feb 28 09:30:20.195 INFO E| Downloaded pre-proc-macro v0.2.1
27052025-02-28T09:30:21.319Z[ helios-setup] Feb 28 09:30:20.197 INFO E| Downloaded once_cell v1.20.2
27062025-02-28T09:30:21.323Z[ helios-setup] Feb 28 09:30:20.202 INFO E| Downloaded version_check v0.9.5
27072025-02-28T09:30:21.326Z[ helios-setup] Feb 28 09:30:20.204 INFO E| Downloaded typenum v1.17.0
27082025-02-28T09:30:21.329Z[ helios-setup] Feb 28 09:30:20.208 INFO E| Downloaded pest_meta v2.7.15
27092025-02-28T09:30:21.332Z[ helios-setup] Feb 28 09:30:20.211 INFO E| Downloaded ryu v1.0.18
27102025-02-28T09:30:21.336Z[ helios-setup] Feb 28 09:30:20.215 INFO E| Downloaded num-traits v0.2.19
27112025-02-28T09:30:21.340Z[ helios-setup] Feb 28 09:30:20.219 INFO E| Downloaded unicode-ident v1.0.14
27122025-02-28T09:30:21.344Z[ helios-setup] Feb 28 09:30:20.222 INFO E| Downloaded ucd-trie v0.1.7
27132025-02-28T09:30:21.346Z[ helios-setup] Feb 28 09:30:20.224 INFO E| Downloaded structopt v0.3.26
27142025-02-28T09:30:21.354Z[ helios-setup] Feb 28 09:30:20.233 INFO E| Downloaded zerocopy v0.6.6
27152025-02-28T09:30:21.364Z[ helios-setup] Feb 28 09:30:20.242 INFO E| Downloaded toml v0.5.11
27162025-02-28T09:30:21.364Z[ helios-setup] Feb 28 09:30:20.242 INFO E| Downloaded serde_derive v1.0.217
27172025-02-28T09:30:21.366Z[ helios-setup] Feb 28 09:30:20.242 INFO E| Downloaded serde v1.0.217
27182025-02-28T09:30:21.376Z[ helios-setup] Feb 28 09:30:20.255 INFO E| Downloaded memchr v2.7.4
27192025-02-28T09:30:21.383Z[ helios-setup] Feb 28 09:30:20.261 INFO E| Downloaded unicode-segmentation v1.12.0
27202025-02-28T09:30:21.388Z[ helios-setup] Feb 28 09:30:20.266 INFO E| Downloaded schemars v0.8.21
27212025-02-28T09:30:21.402Z[ helios-setup] Feb 28 09:30:20.280 INFO E| Downloaded pest v2.7.15
27222025-02-28T09:30:21.413Z[ helios-setup] Feb 28 09:30:20.287 INFO E| Downloaded proc-macro2 v1.0.93
27232025-02-28T09:30:21.416Z[ helios-setup] Feb 28 09:30:20.295 INFO E| Downloaded serde_json v1.0.135
27242025-02-28T09:30:21.426Z[ helios-setup] Feb 28 09:30:20.304 INFO E| Downloaded goblin v0.4.3
27252025-02-28T09:30:21.433Z[ helios-setup] Feb 28 09:30:20.311 INFO E| Downloaded clap v2.34.0
27262025-02-28T09:30:21.441Z[ helios-setup] Feb 28 09:30:20.320 INFO E| Downloaded pest_derive v2.7.15
27272025-02-28T09:30:21.444Z[ helios-setup] Feb 28 09:30:20.323 INFO E| Downloaded log v0.4.22
27282025-02-28T09:30:21.447Z[ helios-setup] Feb 28 09:30:20.326 INFO E| Downloaded syn v1.0.109
27292025-02-28T09:30:21.460Z[ helios-setup] Feb 28 09:30:20.339 INFO E| Downloaded unicode-width v0.1.14
27302025-02-28T09:30:21.469Z[ helios-setup] Feb 28 09:30:20.347 INFO E| Downloaded syn v2.0.96
27312025-02-28T09:30:21.483Z[ helios-setup] Feb 28 09:30:20.361 INFO E| Downloaded modular-bitfield v0.11.2
27322025-02-28T09:30:21.495Z[ helios-setup] Feb 28 09:30:20.373 INFO E| Downloaded zerocopy-derive v0.6.6
27332025-02-28T09:30:21.506Z[ helios-setup] Feb 28 09:30:20.385 INFO E| Downloaded sha2 v0.10.8
27342025-02-28T09:30:21.509Z[ helios-setup] Feb 28 09:30:20.387 INFO E| Downloaded libc v0.2.169
27352025-02-28T09:30:21.547Z[ helios-setup] Feb 28 09:30:20.425 INFO E| Downloaded scroll v0.10.2
27362025-02-28T09:30:21.550Z[ helios-setup] Feb 28 09:30:20.428 INFO E| Downloaded proc-macro-error v1.0.4
27372025-02-28T09:30:21.556Z[ helios-setup] Feb 28 09:30:20.433 INFO E| Downloaded pre v0.2.1
27382025-02-28T09:30:21.556Z[ helios-setup] Feb 28 09:30:20.434 INFO E| Downloaded pest_generator v2.7.15
27392025-02-28T09:30:21.559Z[ helios-setup] Feb 28 09:30:20.436 INFO E| Downloaded four-cc v0.3.0
27402025-02-28T09:30:21.562Z[ helios-setup] Feb 28 09:30:20.438 INFO E| Downloaded digest v0.10.7
27412025-02-28T09:30:21.585Z[ helios-setup] Feb 28 09:30:20.440 INFO E| Downloaded dyn-clone v1.0.17
27422025-02-28T09:30:21.585Z[ helios-setup] Feb 28 09:30:20.443 INFO E| Downloaded crypto-common v0.1.6
27432025-02-28T09:30:21.585Z[ helios-setup] Feb 28 09:30:20.445 INFO E| Downloaded cfg-if v1.0.0
27442025-02-28T09:30:21.585Z[ helios-setup] Feb 28 09:30:20.446 INFO E| Downloaded byteorder v1.5.0
27452025-02-28T09:30:21.585Z[ helios-setup] Feb 28 09:30:20.449 INFO E| Downloaded block-buffer v0.10.4
27462025-02-28T09:30:21.693Z[ helios-setup] Feb 28 09:30:20.571 INFO E| Compiling proc-macro2 v1.0.93
27472025-02-28T09:30:21.693Z[ helios-setup] Feb 28 09:30:20.571 INFO E| Compiling unicode-ident v1.0.14
27482025-02-28T09:30:21.693Z[ helios-setup] Feb 28 09:30:20.571 INFO E| Compiling syn v1.0.109
27492025-02-28T09:30:21.696Z[ helios-setup] Feb 28 09:30:20.571 INFO E| Compiling version_check v0.9.5
27502025-02-28T09:30:21.696Z[ helios-setup] Feb 28 09:30:20.572 INFO E| Compiling memchr v2.7.4
27512025-02-28T09:30:21.696Z[ helios-setup] Feb 28 09:30:20.572 INFO E| Compiling autocfg v1.4.0
27522025-02-28T09:30:21.696Z[ helios-setup] Feb 28 09:30:20.572 INFO E| Compiling semver-parser v0.7.0
27532025-02-28T09:30:21.696Z[ helios-setup] Feb 28 09:30:20.572 INFO E| Compiling serde v1.0.217
27542025-02-28T09:30:22.969Z[ helios-setup] Feb 28 09:30:21.820 INFO E| Compiling semver v0.9.0
27552025-02-28T09:30:23.522Z[ helios-setup] Feb 28 09:30:22.400 INFO E| Compiling proc-macro-error-attr v1.0.4
27562025-02-28T09:30:23.551Z[ helios-setup] Feb 28 09:30:22.428 INFO E| Compiling proc-macro-error v1.0.4
27572025-02-28T09:30:23.750Z[ helios-setup] Feb 28 09:30:22.627 INFO E| Compiling rustc_version v0.2.3
27582025-02-28T09:30:24.153Z[ helios-setup] Feb 28 09:30:23.031 INFO E| Compiling serde_json v1.0.135
27592025-02-28T09:30:24.216Z[ helios-setup] Feb 28 09:30:23.093 INFO E| Compiling thiserror v2.0.11
27602025-02-28T09:30:24.487Z[ helios-setup] Feb 28 09:30:23.365 INFO E| Compiling num-traits v0.2.19
27612025-02-28T09:30:24.861Z[ helios-setup] Feb 28 09:30:23.738 INFO E| Compiling ryu v1.0.18
27622025-02-28T09:30:24.906Z[ helios-setup] Feb 28 09:30:23.783 INFO E| Compiling unicode-segmentation v1.12.0
27632025-02-28T09:30:25.489Z[ helios-setup] Feb 28 09:30:24.367 INFO E| Compiling quote v1.0.38
27642025-02-28T09:30:25.517Z[ helios-setup] Feb 28 09:30:24.395 INFO E| Compiling schemars v0.8.21
27652025-02-28T09:30:25.585Z[ helios-setup] Feb 28 09:30:24.462 INFO E| Compiling itoa v1.0.14
27662025-02-28T09:30:25.956Z[ host-package] Compiling progenitor-macro v0.9.1
27672025-02-28T09:30:26.105Z[ host-package] Compiling progenitor-client v0.9.1
27682025-02-28T09:30:26.324Z[ helios-setup] Feb 28 09:30:25.202 INFO E| Compiling pre-proc-macro v0.2.1
27692025-02-28T09:30:26.343Z[ helios-setup] Feb 28 09:30:25.221 INFO E| Compiling memoffset v0.5.6
27702025-02-28T09:30:26.681Z[ helios-setup] Feb 28 09:30:25.559 INFO E| Compiling syn v2.0.96
27712025-02-28T09:30:26.859Z[ helios-setup] Feb 28 09:30:25.737 INFO E| Compiling heck v0.3.3
27722025-02-28T09:30:27.192Z[ host-package] Compiling progenitor-client v0.8.0
27732025-02-28T09:30:27.217Z[ helios-setup] Feb 28 09:30:26.090 INFO E| Compiling dyn-clone v1.0.17
27742025-02-28T09:30:27.335Z[ helios-setup] Feb 28 09:30:26.213 INFO E| Compiling libc v0.2.169
27752025-02-28T09:30:27.338Z[ helios-setup] Feb 28 09:30:26.213 INFO E| Compiling rustversion v1.0.19
27762025-02-28T09:30:27.385Z[ helios-setup] Feb 28 09:30:26.263 INFO E| Compiling paste v1.0.15
27772025-02-28T09:30:27.716Z[ helios-setup] Feb 28 09:30:26.593 INFO E| Compiling thiserror v1.0.69
27782025-02-28T09:30:28.237Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27792025-02-28T09:30:28.237Z[ host-package] Compiling progenitor v0.8.0
27802025-02-28T09:30:28.690Z[ helios-setup] Feb 28 09:30:27.568 INFO E| Compiling lazy_static v1.5.0
27812025-02-28T09:30:28.849Z[ helios-setup] Feb 28 09:30:27.726 INFO E| Compiling ucd-trie v0.1.7
27822025-02-28T09:30:28.891Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
27832025-02-28T09:30:29.282Z[ helios-setup] Feb 28 09:30:28.160 INFO E| Compiling pre v0.2.1
27842025-02-28T09:30:29.412Z[ helios-setup] Feb 28 09:30:28.290 INFO E| Compiling once_cell v1.20.2
27852025-02-28T09:30:29.478Z[ helios-setup] Feb 28 09:30:28.356 INFO E| Compiling cfg-if v0.1.10
27862025-02-28T09:30:29.622Z[ helios-setup] Feb 28 09:30:28.500 INFO E| Compiling static_assertions v1.1.0
27872025-02-28T09:30:29.753Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27882025-02-28T09:30:29.777Z[ helios-setup] Feb 28 09:30:28.654 INFO E| Compiling byteorder v1.5.0
27892025-02-28T09:30:30.647Z[ helios-setup] Feb 28 09:30:29.525 INFO E| Compiling unicode-width v0.1.14
27902025-02-28T09:30:31.276Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27912025-02-28T09:30:31.674Z[ helios-setup] Feb 28 09:30:30.552 INFO E| Compiling textwrap v0.11.0
27922025-02-28T09:30:32.403Z[ helios-setup] Feb 28 09:30:31.280 INFO E| Compiling atty v0.2.14
27932025-02-28T09:30:32.615Z[ helios-setup] Feb 28 09:30:31.492 INFO E| Compiling ansi_term v0.12.1
27942025-02-28T09:30:32.844Z[ helios-setup] Feb 28 09:30:31.721 INFO E| Compiling vec_map v0.8.2
27952025-02-28T09:30:32.953Z[ helios-setup] Feb 28 09:30:31.830 INFO E| Compiling unic-char-range v0.9.0
27962025-02-28T09:30:33.240Z[ helios-setup] Feb 28 09:30:32.118 INFO E| Compiling unic-common v0.9.0
27972025-02-28T09:30:33.506Z[ helios-setup] Feb 28 09:30:32.383 INFO E| Compiling parse_int v0.6.0
27982025-02-28T09:30:33.586Z[ helios-setup] Feb 28 09:30:32.463 INFO E| Compiling strsim v0.8.0
27992025-02-28T09:30:33.722Z[ helios-setup] Feb 28 09:30:32.600 INFO E| Compiling bitflags v1.3.2
28002025-02-28T09:30:33.792Z[ helios-setup] Feb 28 09:30:32.670 INFO E| Compiling strum v0.23.0
28012025-02-28T09:30:33.835Z[ helios-setup] Feb 28 09:30:32.712 INFO E| Compiling fletcher v0.1.0
28022025-02-28T09:30:33.888Z[ helios-setup] Feb 28 09:30:32.765 INFO E| Compiling clap v2.34.0
28032025-02-28T09:30:33.966Z[ helios-setup] Feb 28 09:30:32.844 INFO E| Compiling unic-ucd-version v0.9.0
28042025-02-28T09:30:34.072Z[ helios-setup] Feb 28 09:30:32.950 INFO E| Compiling unic-char-property v0.9.0
28052025-02-28T09:30:34.157Z[ helios-setup] Feb 28 09:30:33.035 INFO E| Compiling plain v0.2.3
28062025-02-28T09:30:34.184Z[ helios-setup] Feb 28 09:30:33.061 INFO E| Compiling log v0.4.22
28072025-02-28T09:30:34.344Z[ helios-setup] Feb 28 09:30:33.222 INFO E| Compiling unic-ucd-ident v0.9.0
28082025-02-28T09:30:34.694Z[ helios-setup] Feb 28 09:30:33.572 INFO E| Compiling bytesize v1.3.0
28092025-02-28T09:30:35.764Z[ helios-setup] Feb 28 09:30:34.642 INFO E| Compiling serde_derive_internals v0.29.1
28102025-02-28T09:30:36.815Z[ helios-setup] Feb 28 09:30:35.692 INFO E| Compiling toml v0.5.11
28112025-02-28T09:30:40.037Z[ helios-setup] Feb 28 09:30:38.915 INFO E| Compiling proc-macro-crate v0.1.5
28122025-02-28T09:30:41.893Z[ helios-setup] Feb 28 09:30:40.770 INFO E| Compiling serde_derive v1.0.217
28132025-02-28T09:30:41.893Z[ helios-setup] Feb 28 09:30:40.770 INFO E| Compiling thiserror-impl v2.0.11
28142025-02-28T09:30:41.951Z[ helios-setup] Feb 28 09:30:40.829 INFO E| Compiling schemars_derive v0.8.21
28152025-02-28T09:30:42.255Z[ helios-setup] Feb 28 09:30:41.133 INFO E| Compiling thiserror-impl v1.0.69
28162025-02-28T09:30:42.990Z[ helios-setup] Feb 28 09:30:41.868 INFO E| Compiling zerocopy-derive v0.6.6
28172025-02-28T09:30:46.243Z[ helios-setup] Feb 28 09:30:45.120 INFO E| Compiling num-derive v0.4.2
28182025-02-28T09:30:46.831Z[ helios-setup] Feb 28 09:30:45.708 INFO E| Compiling zerocopy v0.6.6
28192025-02-28T09:30:48.275Z[ helios-setup] Feb 28 09:30:47.153 INFO E| Compiling pest v2.7.15
28202025-02-28T09:30:50.228Z[ helios-setup] Feb 28 09:30:49.105 INFO E| Compiling modular-bitfield-impl v0.11.2
28212025-02-28T09:30:51.153Z[ helios-setup] Feb 28 09:30:50.031 INFO E| Compiling scroll_derive v0.10.5
28222025-02-28T09:30:51.224Z[ helios-setup] Feb 28 09:30:50.102 INFO E| Compiling strum_macros v0.23.1
28232025-02-28T09:30:51.649Z[ helios-setup] Feb 28 09:30:50.527 INFO E| Compiling structopt-derive v0.4.18
28242025-02-28T09:30:53.533Z[ helios-setup] Feb 28 09:30:52.411 INFO E| Compiling pest_meta v2.7.15
28252025-02-28T09:30:54.472Z[ helios-setup] Feb 28 09:30:53.349 INFO E| Compiling scroll v0.10.2
28262025-02-28T09:30:55.589Z[ helios-setup] Feb 28 09:30:54.467 INFO E| Compiling modular-bitfield v0.11.2
28272025-02-28T09:30:55.934Z[ helios-setup] Feb 28 09:30:54.812 INFO E| Compiling pest_generator v2.7.15
28282025-02-28T09:30:56.039Z[ helios-setup] Feb 28 09:30:54.916 INFO E| Compiling goblin v0.4.3
28292025-02-28T09:30:57.955Z[ helios-setup] Feb 28 09:30:56.832 INFO E| Compiling structopt v0.3.26
28302025-02-28T09:31:01.365Z[ helios-setup] Feb 28 09:31:00.242 INFO E| Compiling pest_derive v2.7.15
28312025-02-28T09:31:05.184Z[ helios-setup] Feb 28 09:31:04.061 INFO E| Compiling json5 v0.4.1
28322025-02-28T09:31:11.133Z[ helios-setup] Feb 28 09:31:10.010 INFO E| Compiling four-cc v0.3.0
28332025-02-28T09:31:11.141Z[ helios-setup] Feb 28 09:31:10.018 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28342025-02-28T09:31:11.417Z[ helios-setup] Feb 28 09:31:10.294 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
28352025-02-28T09:31:14.988Z[ host-package] Compiling progenitor v0.9.1
28362025-02-28T09:31:15.744Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28372025-02-28T09:31:19.695Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28382025-02-28T09:31:20.499Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28392025-02-28T09:31:21.606Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28402025-02-28T09:31:27.815Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28412025-02-28T09:31:30.018Z[ host-package] Compiling regress v0.9.1
28422025-02-28T09:31:32.077Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28432025-02-28T09:31:32.340Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28442025-02-28T09:31:34.811Z[ host-package] Compiling macaddr v1.0.1
28452025-02-28T09:31:35.470Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28462025-02-28T09:31:35.547Z[ host-package] Compiling slog-dtrace v0.3.0
28472025-02-28T09:31:36.487Z[ host-package] Compiling prettyplease v0.2.29
28482025-02-28T09:31:37.168Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28492025-02-28T09:31:38.394Z[ host-package] Compiling half v2.4.1
28502025-02-28T09:31:38.472Z[ host-package] Compiling ciborium-io v0.2.2
28512025-02-28T09:31:38.646Z[ host-package] Compiling bytecount v0.6.8
28522025-02-28T09:31:38.695Z[ host-package] Compiling display-error-chain v0.2.2
28532025-02-28T09:31:39.026Z[ host-package] Compiling ciborium-ll v0.2.2
28542025-02-28T09:31:39.145Z[ host-package] Compiling const_format_proc_macros v0.2.34
28552025-02-28T09:31:39.215Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28562025-02-28T09:31:39.668Z[ host-package] Compiling ciborium v0.2.2
28572025-02-28T09:31:41.274Z[ host-package] Compiling keccak v0.1.5
28582025-02-28T09:31:41.372Z[ host-package] Compiling same-file v1.0.6
28592025-02-28T09:31:41.657Z[ host-package] Compiling crunchy v0.2.2
28602025-02-28T09:31:42.057Z[ host-package] Compiling maplit v1.0.2
28612025-02-28T09:31:42.259Z[ host-package] Compiling fastrand v2.1.1
28622025-02-28T09:31:42.366Z[ host-package] Compiling sha3 v0.10.8
28632025-02-28T09:31:42.641Z[ host-package] Compiling walkdir v2.5.0
28642025-02-28T09:31:42.829Z[ host-package] Compiling tempfile v3.13.0
28652025-02-28T09:31:43.341Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28662025-02-28T09:31:43.395Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28672025-02-28T09:31:43.705Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28682025-02-28T09:31:51.637Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28692025-02-28T09:31:52.368Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28702025-02-28T09:31:54.382Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28712025-02-28T09:31:54.462Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28722025-02-28T09:31:55.318Z[ helios-setup] Feb 28 09:31:54.194 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28732025-02-28T09:32:00.628Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28742025-02-28T09:32:02.754Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28752025-02-28T09:32:03.402Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28762025-02-28T09:32:11.720Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28772025-02-28T09:32:12.335Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28782025-02-28T09:32:12.729Z[ host-package] Compiling const_format v0.2.34
28792025-02-28T09:32:12.828Z[ helios-setup] Feb 28 09:32:11.704 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28802025-02-28T09:32:14.034Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28812025-02-28T09:32:14.328Z[ host-package] Compiling tiny-keccak v2.0.2
28822025-02-28T09:32:15.047Z[ host-package] Compiling blake3 v1.5.4
28832025-02-28T09:32:15.922Z[ host-package] Compiling dsl_auto_type v0.1.2
28842025-02-28T09:32:17.260Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28852025-02-28T09:32:18.343Z[ host-package] Compiling xattr v1.3.1
28862025-02-28T09:32:18.733Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
28872025-02-28T09:32:18.848Z[ host-package] Compiling memmap2 v0.9.5
28882025-02-28T09:32:18.921Z[ host-package] Compiling filetime v0.2.25
28892025-02-28T09:32:19.192Z[ host-package] Compiling arrayvec v0.7.6
28902025-02-28T09:32:19.285Z[ host-package] Compiling arrayref v0.3.9
28912025-02-28T09:32:19.346Z[ host-package] Compiling constant_time_eq v0.3.1
28922025-02-28T09:32:19.476Z[ host-package] Compiling diesel_derives v2.2.3
28932025-02-28T09:32:19.564Z[ host-package] Compiling tar v0.4.44
28942025-02-28T09:32:19.678Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28952025-02-28T09:32:20.205Z[ host-package] Compiling r2d2 v0.8.10
28962025-02-28T09:32:20.957Z[ host-package] Compiling camino-tempfile v1.1.1
28972025-02-28T09:32:20.957Z[ host-package] Compiling toolchain_find v0.4.0
28982025-02-28T09:32:21.187Z[ host-package] Compiling phf_generator v0.11.2
28992025-02-28T09:32:21.456Z[ host-package] Compiling ascii-canvas v3.0.0
29002025-02-28T09:32:21.487Z[ host-package] Compiling secrecy v0.8.0
29012025-02-28T09:32:21.511Z[ host-package] Compiling ena v0.14.3
29022025-02-28T09:32:21.575Z[ host-package] Compiling diff v0.1.13
29032025-02-28T09:32:21.820Z[ host-package] Compiling regex-syntax v0.6.29
29042025-02-28T09:32:21.954Z[ host-package] Compiling bindgen v0.71.1
29052025-02-28T09:32:22.029Z[ host-package] Compiling topological-sort v0.2.2
29062025-02-28T09:32:22.172Z[ host-package] Compiling phf_codegen v0.11.2
29072025-02-28T09:32:22.312Z[ host-package] Compiling omicron-zone-package v0.12.0
29082025-02-28T09:32:22.475Z[ host-package] Compiling rustfmt-wrapper v0.2.1
29092025-02-28T09:32:22.601Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29102025-02-28T09:32:23.452Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29112025-02-28T09:32:23.753Z[ host-package] Compiling universal-hash v0.5.1
29122025-02-28T09:32:23.795Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29132025-02-28T09:32:24.070Z[ host-package] Compiling parse-zoneinfo v0.3.1
29142025-02-28T09:32:25.063Z[ host-package] Compiling opaque-debug v0.3.1
29152025-02-28T09:32:25.221Z[ host-package] Compiling ref-cast v1.0.23
29162025-02-28T09:32:25.546Z[ host-package] Compiling rustc-hash v2.1.1
29172025-02-28T09:32:25.780Z[ host-package] Compiling lalrpop v0.19.12
29182025-02-28T09:32:26.551Z[ host-package] Compiling thiserror-no-std v2.0.2
29192025-02-28T09:32:26.744Z[ host-package] Compiling poly1305 v0.8.0
29202025-02-28T09:32:27.343Z[ host-package] Compiling chrono-tz-build v0.4.0
29212025-02-28T09:32:27.550Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29222025-02-28T09:32:28.493Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29232025-02-28T09:32:28.702Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29242025-02-28T09:32:28.970Z[ host-package] Compiling derive_builder_core v0.20.2
29252025-02-28T09:32:29.121Z[ host-package] Compiling chacha20 v0.9.1
29262025-02-28T09:32:29.873Z[ host-package] Compiling headers-core v0.3.0
29272025-02-28T09:32:30.093Z[ host-package] Compiling aead v0.5.2
29282025-02-28T09:32:30.664Z[ host-package] Compiling libxml v0.3.3
29292025-02-28T09:32:31.147Z[ host-package] Compiling ref-cast-impl v1.0.23
29302025-02-28T09:32:31.269Z[ host-package] Compiling vte_generate_state_changes v0.1.2
29312025-02-28T09:32:31.367Z[ host-package] Compiling diesel v2.2.7
29322025-02-28T09:32:31.976Z[ host-package] Compiling arc-swap v1.7.1
29332025-02-28T09:32:32.444Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29342025-02-28T09:32:33.046Z[ host-package] Compiling slog-scope v4.4.0
29352025-02-28T09:32:33.711Z[ host-package] Compiling vte v0.11.1
29362025-02-28T09:32:34.141Z[ host-package] Compiling derive_builder_macro v0.20.2
29372025-02-28T09:32:35.302Z[ host-package] Compiling chacha20poly1305 v0.10.1
29382025-02-28T09:32:35.376Z[ host-package] Compiling headers v0.4.0
29392025-02-28T09:32:36.074Z[ host-package] Compiling chrono-tz v0.10.1
29402025-02-28T09:32:36.959Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29412025-02-28T09:32:39.450Z[ host-package] Compiling vsss-rs v3.3.4
29422025-02-28T09:32:40.492Z[ host-package] Compiling samael v0.0.18
29432025-02-28T09:32:41.064Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29442025-02-28T09:32:42.914Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29452025-02-28T09:32:45.281Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29462025-02-28T09:32:45.526Z[ host-package] Compiling strum_macros v0.24.3
29472025-02-28T09:32:46.093Z[ host-package] Compiling unicase v2.7.0
29482025-02-28T09:32:46.560Z[ host-package] Compiling indoc v1.0.9
29492025-02-28T09:32:51.788Z[ host-package] Compiling polar-core v0.27.3
29502025-02-28T09:32:54.832Z[ host-package] Compiling derive_builder v0.20.2
29512025-02-28T09:32:55.112Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29522025-02-28T09:32:55.252Z[ helios-setup] Feb 28 09:32:54.127 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 36s
29532025-02-28T09:32:55.347Z[ helios-setup] Feb 28 09:32:54.223 INFO building project "amd-host-image-builder" ok (181 seconds)
29542025-02-28T09:32:55.348Z[ helios-setup] Feb 28 09:32:54.223 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29552025-02-28T09:32:55.348Z[ helios-setup] Feb 28 09:32:54.223 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29562025-02-28T09:32:55.606Z[ helios-setup] Feb 28 09:32:54.481 INFO E| Downloading crates ...
29572025-02-28T09:32:55.787Z[ helios-setup] Feb 28 09:32:54.663 INFO E| Downloaded miniz_oxide v0.7.2
29582025-02-28T09:32:55.849Z[ helios-setup] Feb 28 09:32:54.725 INFO E| Compiling adler v1.0.2
29592025-02-28T09:32:56.040Z[ helios-setup] Feb 28 09:32:54.916 INFO E| Compiling miniz_oxide v0.7.2
29602025-02-28T09:32:56.376Z[ host-package] Compiling slog-stdlog v4.1.1
29612025-02-28T09:32:58.237Z[ host-package] Compiling papergrid v0.11.0
29622025-02-28T09:32:58.651Z[ helios-setup] Feb 28 09:32:57.527 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
29632025-02-28T09:32:59.692Z[ helios-setup] Feb 28 09:32:58.568 INFO E| Finished `release` profile [optimized] target(s) in 4.24s
29642025-02-28T09:32:59.703Z[ helios-setup] Feb 28 09:32:58.579 INFO building project "pinprick" ok (4 seconds)
29652025-02-28T09:32:59.703Z[ helios-setup] Feb 28 09:32:58.579 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29662025-02-28T09:32:59.703Z[ helios-setup] Feb 28 09:32:58.579 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29672025-02-28T09:32:59.983Z[ helios-setup] Feb 28 09:32:58.858 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29682025-02-28T09:33:00.978Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29692025-02-28T09:33:00.985Z[ helios-setup] Feb 28 09:32:59.860 INFO E| From https://github.com/oxidecomputer/progenitor
29702025-02-28T09:33:00.985Z[ helios-setup] Feb 28 09:32:59.861 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29712025-02-28T09:33:01.105Z[ helios-setup] Feb 28 09:32:59.981 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29722025-02-28T09:33:01.421Z[ host-package] Compiling tabled_derive v0.7.0
29732025-02-28T09:33:01.510Z[ helios-setup] Feb 28 09:33:00.386 INFO E| From https://github.com/jclulow/hiercmd
29742025-02-28T09:33:01.510Z[ helios-setup] Feb 28 09:33:00.386 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29752025-02-28T09:33:01.531Z[ helios-setup] Feb 28 09:33:00.406 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29762025-02-28T09:33:01.920Z[ helios-setup] Feb 28 09:33:00.795 INFO E| From https://github.com/jclulow/network-interface
29772025-02-28T09:33:01.920Z[ helios-setup] Feb 28 09:33:00.795 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29782025-02-28T09:33:01.955Z[ helios-setup] Feb 28 09:33:00.830 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29792025-02-28T09:33:02.382Z[ helios-setup] Feb 28 09:33:01.257 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29802025-02-28T09:33:02.382Z[ helios-setup] Feb 28 09:33:01.257 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29812025-02-28T09:33:02.418Z[ helios-setup] Feb 28 09:33:01.292 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29822025-02-28T09:33:03.209Z[ helios-setup] Feb 28 09:33:02.084 INFO E| From https://github.com/oxidecomputer/facade
29832025-02-28T09:33:03.209Z[ helios-setup] Feb 28 09:33:02.084 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29842025-02-28T09:33:03.258Z[ helios-setup] Feb 28 09:33:02.133 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29852025-02-28T09:33:03.546Z[ host-package] Compiling fd-lock v4.0.2
29862025-02-28T09:33:03.805Z[ host-package] Compiling peg-macros v0.8.4
29872025-02-28T09:33:04.099Z[ helios-setup] Feb 28 09:33:02.974 INFO E| From https://github.com/oxidecomputer/dropshot
29882025-02-28T09:33:04.099Z[ helios-setup] Feb 28 09:33:02.974 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29892025-02-28T09:33:04.144Z[ helios-setup] Feb 28 09:33:03.019 INFO E| Updating crates.io index
29902025-02-28T09:33:04.274Z[ helios-setup] Feb 28 09:33:03.149 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29912025-02-28T09:33:05.027Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922025-02-28T09:33:05.199Z[ helios-setup] Feb 28 09:33:04.075 INFO E| From https://github.com/oxidecomputer/typify
29932025-02-28T09:33:05.200Z[ helios-setup] Feb 28 09:33:04.075 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29942025-02-28T09:33:05.565Z[ helios-setup] Feb 28 09:33:04.440 INFO E| Downloading crates ...
29952025-02-28T09:33:05.708Z[ helios-setup] Feb 28 09:33:04.583 INFO E| Downloaded async-stream-impl v0.3.5
29962025-02-28T09:33:05.715Z[ helios-setup] Feb 28 09:33:04.590 INFO E| Downloaded const-random-macro v0.1.15
29972025-02-28T09:33:05.718Z[ helios-setup] Feb 28 09:33:04.592 INFO E| Downloaded const-random v0.1.15
29982025-02-28T09:33:05.724Z[ helios-setup] Feb 28 09:33:04.599 INFO E| Downloaded concolor-override v1.0.0
29992025-02-28T09:33:05.769Z[ helios-setup] Feb 28 09:33:04.644 INFO E| Downloaded autocfg v1.1.0
30002025-02-28T09:33:05.772Z[ helios-setup] Feb 28 09:33:04.647 INFO E| Downloaded async-stream v0.3.5
30012025-02-28T09:33:05.775Z[ helios-setup] Feb 28 09:33:04.651 INFO E| Downloaded toolchain_find v0.2.0
30022025-02-28T09:33:05.778Z[ helios-setup] Feb 28 09:33:04.653 INFO E| Downloaded anstream v0.2.6
30032025-02-28T09:33:05.781Z[ helios-setup] Feb 28 09:33:04.657 INFO E| Downloaded project-root v0.2.2
30042025-02-28T09:33:05.784Z[ helios-setup] Feb 28 09:33:04.658 INFO E| Downloaded anstyle v0.3.5
30052025-02-28T09:33:05.787Z[ helios-setup] Feb 28 09:33:04.661 INFO E| Downloaded want v0.3.0
30062025-02-28T09:33:05.789Z[ helios-setup] Feb 28 09:33:04.663 INFO E| Downloaded dyn-clone v1.0.11
30072025-02-28T09:33:05.792Z[ helios-setup] Feb 28 09:33:04.666 INFO E| Downloaded tower-service v0.3.2
30082025-02-28T09:33:05.792Z[ helios-setup] Feb 28 09:33:04.667 INFO E| Downloaded form_urlencoded v1.1.0
30092025-02-28T09:33:05.795Z[ helios-setup] Feb 28 09:33:04.669 INFO E| Downloaded clap_lex v0.4.1
30102025-02-28T09:33:05.798Z[ helios-setup] Feb 28 09:33:04.671 INFO E| Downloaded try-lock v0.2.4
30112025-02-28T09:33:05.798Z[ helios-setup] Feb 28 09:33:04.672 INFO E| Downloaded num_enum_derive v0.5.7
30122025-02-28T09:33:05.836Z[ helios-setup] Feb 28 09:33:04.711 INFO E| Downloaded smawk v0.3.1
30132025-02-28T09:33:05.836Z[ helios-setup] Feb 28 09:33:04.711 INFO E| Downloaded slab v0.4.7
30142025-02-28T09:33:05.836Z[ helios-setup] Feb 28 09:33:04.711 INFO E| Downloaded signal-hook-registry v1.4.0
30152025-02-28T09:33:05.836Z[ helios-setup] Feb 28 09:33:04.711 INFO E| Downloaded serde_spanned v0.6.1
30162025-02-28T09:33:05.839Z[ helios-setup] Feb 28 09:33:04.713 INFO E| Downloaded slog-async v2.7.0
30172025-02-28T09:33:05.842Z[ helios-setup] Feb 28 09:33:04.717 INFO E| Downloaded thiserror v1.0.38
30182025-02-28T09:33:05.848Z[ helios-setup] Feb 28 09:33:04.723 INFO E| Downloaded tokio-macros v2.0.0
30192025-02-28T09:33:05.850Z[ helios-setup] Feb 28 09:33:04.725 INFO E| Downloaded jobserver v0.1.26
30202025-02-28T09:33:05.853Z[ helios-setup] Feb 28 09:33:04.727 INFO E| Downloaded thiserror-impl v1.0.38
30212025-02-28T09:33:05.856Z[ helios-setup] Feb 28 09:33:04.729 INFO E| Downloaded paste v1.0.12
30222025-02-28T09:33:05.860Z[ helios-setup] Feb 28 09:33:04.736 INFO E| Downloaded proc-macro-crate v1.2.1
30232025-02-28T09:33:05.865Z[ helios-setup] Feb 28 09:33:04.738 INFO E| Downloaded rustls-pemfile v1.0.2
30242025-02-28T09:33:05.868Z[ helios-setup] Feb 28 09:33:04.742 INFO E| Downloaded semver-parser v0.10.2
30252025-02-28T09:33:05.873Z[ helios-setup] Feb 28 09:33:04.745 INFO E| Downloaded scopeguard v1.1.0
30262025-02-28T09:33:05.875Z[ helios-setup] Feb 28 09:33:04.747 INFO E| Downloaded bincode v1.3.3
30272025-02-28T09:33:05.878Z[ helios-setup] Feb 28 09:33:04.752 INFO E| Downloaded utf8parse v0.2.1
30282025-02-28T09:33:05.878Z[ helios-setup] Feb 28 09:33:04.753 INFO E| Downloaded clap_derive v4.2.0
30292025-02-28T09:33:05.882Z[ helios-setup] Feb 28 09:33:04.757 INFO E| Downloaded schemars_derive v0.8.12
30302025-02-28T09:33:05.885Z[ helios-setup] Feb 28 09:33:04.760 INFO E| Downloaded strsim v0.10.0
30312025-02-28T09:33:05.888Z[ helios-setup] Feb 28 09:33:04.763 INFO E| Downloaded getrandom v0.2.8
30322025-02-28T09:33:05.918Z[ helios-setup] Feb 28 09:33:04.793 INFO E| Downloaded toml_datetime v0.6.1
30332025-02-28T09:33:05.920Z[ helios-setup] Feb 28 09:33:04.795 INFO E| Downloaded tokio-tungstenite v0.18.0
30342025-02-28T09:33:05.923Z[ helios-setup] Feb 28 09:33:04.798 INFO E| Downloaded tokio-rustls v0.24.0
30352025-02-28T09:33:05.926Z[ helios-setup] Feb 28 09:33:04.801 INFO E| Downloaded semver v0.11.0
30362025-02-28T09:33:05.929Z[ helios-setup] Feb 28 09:33:04.805 INFO E| Downloaded futures-channel v0.3.28
30372025-02-28T09:33:05.932Z[ helios-setup] Feb 28 09:33:04.808 INFO E| Downloaded sct v0.7.0
30382025-02-28T09:33:05.938Z[ helios-setup] Feb 28 09:33:04.813 INFO E| Downloaded cargo-lock v8.0.3
30392025-02-28T09:33:05.942Z[ helios-setup] Feb 28 09:33:04.817 INFO E| Downloaded anyhow v1.0.68
30402025-02-28T09:33:05.949Z[ helios-setup] Feb 28 09:33:04.824 INFO E| Downloaded semver v1.0.17
30412025-02-28T09:33:05.952Z[ helios-setup] Feb 28 09:33:04.828 INFO E| Downloaded serde_derive_internals v0.26.0
30422025-02-28T09:33:05.955Z[ helios-setup] Feb 28 09:33:04.831 INFO E| Downloaded toml v0.7.3
30432025-02-28T09:33:05.961Z[ helios-setup] Feb 28 09:33:04.836 INFO E| Downloaded schemars v0.8.12
30442025-02-28T09:33:05.984Z[ helios-setup] Feb 28 09:33:04.859 INFO E| Downloaded unicode-ident v1.0.8
30452025-02-28T09:33:05.988Z[ helios-setup] Feb 28 09:33:04.863 INFO E| Downloaded textwrap v0.16.0
30462025-02-28T09:33:05.991Z[ helios-setup] Feb 28 09:33:04.867 INFO E| Downloaded socket2 v0.4.9
30472025-02-28T09:33:05.994Z[ helios-setup] Feb 28 09:33:04.870 INFO E| Downloaded unicode-bidi v0.3.13
30482025-02-28T09:33:05.999Z[ helios-setup] Feb 28 09:33:04.874 INFO E| Downloaded tungstenite v0.18.0
30492025-02-28T09:33:06.004Z[ helios-setup] Feb 28 09:33:04.879 INFO E| Downloaded uuid v1.3.0
30502025-02-28T09:33:06.010Z[ helios-setup] Feb 28 09:33:04.886 INFO E| Downloaded unsafe-libyaml v0.2.8
30512025-02-28T09:33:06.016Z[ helios-setup] Feb 28 09:33:04.892 INFO E| Downloaded rustls-webpki v0.100.1
30522025-02-28T09:33:06.026Z[ helios-setup] Feb 28 09:33:04.902 INFO E| Downloaded tokio-util v0.7.7
30532025-02-28T09:33:06.037Z[ helios-setup] Feb 28 09:33:04.912 INFO E| Downloaded serde v1.0.204
30542025-02-28T09:33:06.042Z[ helios-setup] Feb 28 09:33:04.917 INFO E| Downloaded unicode-normalization v0.1.22
30552025-02-28T09:33:06.048Z[ helios-setup] Feb 28 09:33:04.923 INFO E| Downloaded memchr v2.5.0
30562025-02-28T09:33:06.054Z[ helios-setup] Feb 28 09:33:04.929 INFO E| Downloaded toml_edit v0.19.8
30572025-02-28T09:33:06.082Z[ helios-setup] Feb 28 09:33:04.957 INFO E| Downloaded winnow v0.4.1
30582025-02-28T09:33:06.094Z[ helios-setup] Feb 28 09:33:04.969 INFO E| Downloaded mio v0.8.5
30592025-02-28T09:33:06.102Z[ helios-setup] Feb 28 09:33:04.977 INFO E| Downloaded pest v2.5.7
30602025-02-28T09:33:06.115Z[ helios-setup] Feb 28 09:33:04.990 INFO E| Downloaded aho-corasick v0.7.20
30612025-02-28T09:33:06.121Z[ helios-setup] Feb 28 09:33:04.996 INFO E| Downloaded http v0.2.9
30622025-02-28T09:33:06.127Z[ helios-setup] Feb 28 09:33:05.003 INFO E| Downloaded syn v1.0.107
30632025-02-28T09:33:06.150Z[ helios-setup] Feb 28 09:33:05.018 INFO E| Downloaded regress v0.5.0
30642025-02-28T09:33:06.153Z[ helios-setup] Feb 28 09:33:05.027 INFO E| Downloaded syn v2.0.72
30652025-02-28T09:33:06.170Z[ helios-setup] Feb 28 09:33:05.043 INFO E| Downloaded reqwest v0.11.16
30662025-02-28T09:33:06.183Z[ helios-setup] Feb 28 09:33:05.054 INFO E| Downloaded h2 v0.3.16
30672025-02-28T09:33:06.190Z[ helios-setup] Feb 28 09:33:05.065 INFO E| Downloaded clap_builder v4.2.1
30682025-02-28T09:33:06.201Z[ helios-setup] Feb 28 09:33:05.076 INFO E| Downloaded rayon v1.6.1
30692025-02-28T09:33:06.215Z[ helios-setup] Feb 28 09:33:05.090 INFO E| Downloaded hyper v0.14.25
30702025-02-28T09:33:06.227Z[ helios-setup] Feb 28 09:33:05.103 INFO E| Downloaded rhai v1.14.0
30712025-02-28T09:33:06.246Z[ helios-setup] Feb 28 09:33:05.121 INFO E| Downloaded regex v1.7.3
30722025-02-28T09:33:06.280Z[ helios-setup] Feb 28 09:33:05.155 INFO E| Downloaded git2 v0.16.1
30732025-02-28T09:33:06.287Z[ host-package] Compiling oso-derive v0.27.3
30742025-02-28T09:33:06.292Z[ helios-setup] Feb 28 09:33:05.168 INFO E| Downloaded rustls v0.21.0
30752025-02-28T09:33:06.311Z[ helios-setup] Feb 28 09:33:05.186 INFO E| Downloaded idna v0.3.0
30762025-02-28T09:33:06.323Z[ helios-setup] Feb 28 09:33:05.198 INFO E| Downloaded rustix v0.37.3
30772025-02-28T09:33:06.351Z[ helios-setup] Feb 28 09:33:05.226 INFO E| Downloaded chrono v0.4.24
30782025-02-28T09:33:06.363Z[ helios-setup] Feb 28 09:33:05.238 INFO E| Downloaded futures-util v0.3.28
30792025-02-28T09:33:06.381Z[ helios-setup] Feb 28 09:33:05.256 INFO E| Downloaded openapiv3 v1.0.2
30802025-02-28T09:33:06.402Z[ helios-setup] Feb 28 09:33:05.278 INFO E| Downloaded crossbeam-channel v0.5.6
30812025-02-28T09:33:06.411Z[ helios-setup] Feb 28 09:33:05.286 INFO E| Downloaded cc v1.0.78
30822025-02-28T09:33:06.415Z[ helios-setup] Feb 28 09:33:05.290 INFO E| Downloaded base64 v0.21.0
30832025-02-28T09:33:06.421Z[ helios-setup] Feb 28 09:33:05.296 INFO E| Downloaded unicode-linebreak v0.1.4
30842025-02-28T09:33:06.424Z[ helios-setup] Feb 28 09:33:05.299 INFO E| Downloaded rayon-core v1.10.2
30852025-02-28T09:33:06.435Z[ helios-setup] Feb 28 09:33:05.310 INFO E| Downloaded tracing v0.1.37
30862025-02-28T09:33:06.441Z[ helios-setup] Feb 28 09:33:05.317 INFO E| Downloaded url v2.3.1
30872025-02-28T09:33:06.448Z[ helios-setup] Feb 28 09:33:05.322 INFO E| Downloaded tracing-core v0.1.30
30882025-02-28T09:33:06.451Z[ helios-setup] Feb 28 09:33:05.327 INFO E| Downloaded futures v0.3.28
30892025-02-28T09:33:06.462Z[ helios-setup] Feb 28 09:33:05.338 INFO E| Downloaded serde_yaml v0.9.21
30902025-02-28T09:33:06.468Z[ helios-setup] Feb 28 09:33:05.343 INFO E| Downloaded tokio v1.27.0
30912025-02-28T09:33:06.515Z[ helios-setup] Feb 28 09:33:05.390 INFO E| Downloaded serde_json v1.0.95
30922025-02-28T09:33:06.601Z[ helios-setup] Feb 28 09:33:05.402 INFO E| Downloaded serde_derive v1.0.204
30932025-02-28T09:33:06.601Z[ helios-setup] Feb 28 09:33:05.406 INFO E| Downloaded clap v4.2.1
30942025-02-28T09:33:06.604Z[ helios-setup] Feb 28 09:33:05.420 INFO E| Downloaded bytes v1.4.0
30952025-02-28T09:33:06.605Z[ helios-setup] Feb 28 09:33:05.426 INFO E| Downloaded ahash v0.8.3
30962025-02-28T09:33:06.605Z[ helios-setup] Feb 28 09:33:05.430 INFO E| Downloaded proc-macro2 v1.0.86
30972025-02-28T09:33:06.605Z[ helios-setup] Feb 28 09:33:05.434 INFO E| Downloaded flate2 v1.0.25
30982025-02-28T09:33:06.605Z[ helios-setup] Feb 28 09:33:05.443 INFO E| Downloaded libc v0.2.139
30992025-02-28T09:33:06.607Z[ helios-setup] Feb 28 09:33:05.480 INFO E| Downloaded ryu v1.0.13
31002025-02-28T09:33:06.610Z[ helios-setup] Feb 28 09:33:05.485 INFO E| Downloaded ucd-trie v0.1.5
31012025-02-28T09:33:06.613Z[ helios-setup] Feb 28 09:33:05.487 INFO E| Downloaded miniz_oxide v0.6.2
31022025-02-28T09:33:06.619Z[ helios-setup] Feb 28 09:33:05.491 INFO E| Downloaded quote v1.0.36
31032025-02-28T09:33:06.619Z[ helios-setup] Feb 28 09:33:05.494 INFO E| Downloaded num-traits v0.2.15
31042025-02-28T09:33:06.622Z[ helios-setup] Feb 28 09:33:05.497 INFO E| Downloaded io-lifetimes v1.0.10
31052025-02-28T09:33:06.625Z[ helios-setup] Feb 28 09:33:05.501 INFO E| Downloaded crossbeam-utils v0.8.14
31062025-02-28T09:33:06.630Z[ helios-setup] Feb 28 09:33:05.506 INFO E| Downloaded tinyvec v1.6.0
31072025-02-28T09:33:06.642Z[ helios-setup] Feb 28 09:33:05.518 INFO E| Downloaded parking_lot v0.12.1
31082025-02-28T09:33:06.642Z[ helios-setup] Feb 28 09:33:05.518 INFO E| Downloaded crossbeam-epoch v0.9.13
31092025-02-28T09:33:06.646Z[ helios-setup] Feb 28 09:33:05.522 INFO E| Downloaded rhai_codegen v1.5.0
31102025-02-28T09:33:06.660Z[ helios-setup] Feb 28 09:33:05.535 INFO E| Downloaded pin-project-lite v0.2.9
31112025-02-28T09:33:06.666Z[ helios-setup] Feb 28 09:33:05.541 INFO E| Downloaded time v0.1.45
31122025-02-28T09:33:06.669Z[ helios-setup] Feb 28 09:33:05.544 INFO E| Downloaded tempfile v3.5.0
31132025-02-28T09:33:06.672Z[ helios-setup] Feb 28 09:33:05.547 INFO E| Downloaded smallvec v1.10.0
31142025-02-28T09:33:06.680Z[ helios-setup] Feb 28 09:33:05.550 INFO E| Downloaded serde_tokenstream v0.2.0
31152025-02-28T09:33:06.680Z[ helios-setup] Feb 28 09:33:05.555 INFO E| Downloaded parking_lot_core v0.9.6
31162025-02-28T09:33:06.683Z[ helios-setup] Feb 28 09:33:05.558 INFO E| Downloaded once_cell v1.17.0
31172025-02-28T09:33:06.686Z[ helios-setup] Feb 28 09:33:05.562 INFO E| Downloaded log v0.4.17
31182025-02-28T09:33:06.690Z[ helios-setup] Feb 28 09:33:05.565 INFO E| Downloaded lock_api v0.4.9
31192025-02-28T09:33:06.703Z[ helios-setup] Feb 28 09:33:05.578 INFO E| Downloaded ipnet v2.7.2
31202025-02-28T09:33:06.705Z[ helios-setup] Feb 28 09:33:05.581 INFO E| Downloaded httparse v1.8.0
31212025-02-28T09:33:06.708Z[ helios-setup] Feb 28 09:33:05.584 INFO E| Downloaded futures-executor v0.3.28
31222025-02-28T09:33:06.711Z[ helios-setup] Feb 28 09:33:05.586 INFO E| Downloaded futures-core v0.3.28
31232025-02-28T09:33:06.714Z[ helios-setup] Feb 28 09:33:05.587 INFO E| Downloaded smartstring v1.0.1
31242025-02-28T09:33:06.718Z[ helios-setup] Feb 28 09:33:05.590 INFO E| Downloaded sha2 v0.10.6
31252025-02-28T09:33:06.721Z[ helios-setup] Feb 28 09:33:05.593 INFO E| Downloaded rustfmt-wrapper v0.2.0
31262025-02-28T09:33:06.721Z[ helios-setup] Feb 28 09:33:05.595 INFO E| Downloaded futures-sink v0.3.28
31272025-02-28T09:33:06.721Z[ helios-setup] Feb 28 09:33:05.596 INFO E| Downloaded camino v1.1.4
31282025-02-28T09:33:06.724Z[ helios-setup] Feb 28 09:33:05.599 INFO E| Downloaded async-trait v0.1.68
31292025-02-28T09:33:06.731Z[ helios-setup] Feb 28 09:33:05.607 INFO E| Downloaded anstyle-parse v0.1.1
31302025-02-28T09:33:06.735Z[ helios-setup] Feb 28 09:33:05.611 INFO E| Downloaded ahash v0.7.6
31312025-02-28T09:33:06.740Z[ helios-setup] Feb 28 09:33:05.615 INFO E| Downloaded ppv-lite86 v0.2.17
31322025-02-28T09:33:06.742Z[ helios-setup] Feb 28 09:33:05.617 INFO E| Downloaded pkg-config v0.3.26
31332025-02-28T09:33:06.745Z[ helios-setup] Feb 28 09:33:05.620 INFO E| Downloaded percent-encoding v2.2.0
31342025-02-28T09:33:06.748Z[ helios-setup] Feb 28 09:33:05.621 INFO E| Downloaded num-integer v0.1.45
31352025-02-28T09:33:06.751Z[ helios-setup] Feb 28 09:33:05.624 INFO E| Downloaded is-terminal v0.4.7
31362025-02-28T09:33:06.751Z[ helios-setup] Feb 28 09:33:05.625 INFO E| Downloaded home v0.5.4
31372025-02-28T09:33:06.769Z[ helios-setup] Feb 28 09:33:05.644 INFO E| Downloaded num_enum v0.5.7
31382025-02-28T09:33:06.774Z[ helios-setup] Feb 28 09:33:05.650 INFO E| Downloaded memoffset v0.7.1
31392025-02-28T09:33:06.777Z[ helios-setup] Feb 28 09:33:05.651 INFO E| Downloaded futures-task v0.3.28
31402025-02-28T09:33:06.777Z[ helios-setup] Feb 28 09:33:05.653 INFO E| Downloaded either v1.8.0
31412025-02-28T09:33:06.780Z[ helios-setup] Feb 28 09:33:05.655 INFO E| Downloaded concolor-query v0.3.3
31422025-02-28T09:33:06.783Z[ helios-setup] Feb 28 09:33:05.656 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31432025-02-28T09:33:06.785Z[ helios-setup] Feb 28 09:33:05.659 INFO E| Downloaded itoa v1.0.6
31442025-02-28T09:33:06.788Z[ helios-setup] Feb 28 09:33:05.661 INFO E| Downloaded spin v0.5.2
31452025-02-28T09:33:06.790Z[ helios-setup] Feb 28 09:33:05.663 INFO E| Downloaded slog-bunyan v2.4.0
31462025-02-28T09:33:06.791Z[ helios-setup] Feb 28 09:33:05.665 INFO E| Downloaded serde_path_to_error v0.1.11
31472025-02-28T09:33:06.793Z[ helios-setup] Feb 28 09:33:05.668 INFO E| Downloaded num_cpus v1.15.0
31482025-02-28T09:33:06.798Z[ helios-setup] Feb 28 09:33:05.673 INFO E| Downloaded sha1 v0.10.5
31492025-02-28T09:33:06.802Z[ helios-setup] Feb 28 09:33:05.678 INFO E| Downloaded lazy_static v1.4.0
31502025-02-28T09:33:06.805Z[ helios-setup] Feb 28 09:33:05.680 INFO E| Downloaded iana-time-zone v0.1.56
31512025-02-28T09:33:06.811Z[ helios-setup] Feb 28 09:33:05.687 INFO E| Downloaded httpdate v1.0.2
31522025-02-28T09:33:06.814Z[ helios-setup] Feb 28 09:33:05.689 INFO E| Downloaded encoding_rs v0.8.32
31532025-02-28T09:33:06.851Z[ helios-setup] Feb 28 09:33:05.726 INFO E| Downloaded generic-array v0.14.6
31542025-02-28T09:33:06.853Z[ helios-setup] Feb 28 09:33:05.728 INFO E| Downloaded futures-macro v0.3.28
31552025-02-28T09:33:06.856Z[ helios-setup] Feb 28 09:33:05.730 INFO E| Downloaded futures-io v0.3.28
31562025-02-28T09:33:06.856Z[ helios-setup] Feb 28 09:33:05.731 INFO E| Downloaded digest v0.10.6
31572025-02-28T09:33:06.871Z[ helios-setup] Feb 28 09:33:05.746 INFO E| Downloaded crossbeam-deque v0.8.2
31582025-02-28T09:33:06.874Z[ helios-setup] Feb 28 09:33:05.748 INFO E| Downloaded cpufeatures v0.2.5
31592025-02-28T09:33:06.877Z[ helios-setup] Feb 28 09:33:05.751 INFO E| Downloaded fastrand v1.9.0
31602025-02-28T09:33:06.881Z[ helios-setup] Feb 28 09:33:05.753 INFO E| Downloaded built v0.6.0
31612025-02-28T09:33:06.881Z[ helios-setup] Feb 28 09:33:05.755 INFO E| Downloaded byteorder v1.4.3
31622025-02-28T09:33:06.883Z[ helios-setup] Feb 28 09:33:05.757 INFO E| Downloaded block-buffer v0.10.3
31632025-02-28T09:33:06.883Z[ helios-setup] Feb 28 09:33:05.758 INFO E| Downloaded http-body v0.4.5
31642025-02-28T09:33:06.937Z[ helios-setup] Feb 28 09:33:05.811 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31652025-02-28T09:33:07.049Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
31662025-02-28T09:33:07.072Z[ helios-setup] Feb 28 09:33:05.948 INFO E| Downloaded libz-sys v1.1.8
31672025-02-28T09:33:07.341Z[ helios-setup] Feb 28 09:33:06.216 INFO E| Downloaded ring v0.16.20
31682025-02-28T09:33:07.538Z[ host-package] Compiling quick-xml v0.37.2
31692025-02-28T09:33:07.934Z[ helios-setup] Feb 28 09:33:06.809 INFO E| Compiling proc-macro2 v1.0.86
31702025-02-28T09:33:07.936Z[ helios-setup] Feb 28 09:33:06.809 INFO E| Compiling libc v0.2.139
31712025-02-28T09:33:07.936Z[ helios-setup] Feb 28 09:33:06.809 INFO E| Compiling unicode-ident v1.0.8
31722025-02-28T09:33:07.936Z[ helios-setup] Feb 28 09:33:06.809 INFO E| Compiling autocfg v1.1.0
31732025-02-28T09:33:07.936Z[ helios-setup] Feb 28 09:33:06.809 INFO E| Compiling cfg-if v1.0.0
31742025-02-28T09:33:07.937Z[ helios-setup] Feb 28 09:33:06.810 INFO E| Compiling version_check v0.9.4
31752025-02-28T09:33:07.937Z[ helios-setup] Feb 28 09:33:06.810 INFO E| Compiling serde v1.0.204
31762025-02-28T09:33:07.937Z[ helios-setup] Feb 28 09:33:06.810 INFO E| Compiling syn v1.0.107
31772025-02-28T09:33:08.332Z[ helios-setup] Feb 28 09:33:07.207 INFO E| Compiling memchr v2.5.0
31782025-02-28T09:33:08.968Z[ helios-setup] Feb 28 09:33:07.832 INFO E| Compiling once_cell v1.17.0
31792025-02-28T09:33:09.518Z[ helios-setup] Feb 28 09:33:08.393 INFO E| Compiling log v0.4.17
31802025-02-28T09:33:09.778Z[ helios-setup] Feb 28 09:33:08.653 INFO E| Compiling thiserror v1.0.38
31812025-02-28T09:33:10.327Z[ helios-setup] Feb 28 09:33:09.203 INFO E| Compiling itoa v1.0.6
31822025-02-28T09:33:10.507Z[ helios-setup] Feb 28 09:33:09.382 INFO E| Compiling serde_json v1.0.95
31832025-02-28T09:33:11.760Z[ helios-setup] Feb 28 09:33:10.636 INFO E| Compiling getrandom v0.2.8
31842025-02-28T09:33:11.772Z[ helios-setup] Feb 28 09:33:10.648 INFO E| Compiling pin-project-lite v0.2.9
31852025-02-28T09:33:12.021Z[ helios-setup] Feb 28 09:33:10.896 INFO E| Compiling scopeguard v1.1.0
31862025-02-28T09:33:12.164Z[ helios-setup] Feb 28 09:33:11.039 INFO E| Compiling indexmap v1.9.3
31872025-02-28T09:33:12.393Z[ helios-setup] Feb 28 09:33:11.268 INFO E| Compiling quote v1.0.36
31882025-02-28T09:33:12.434Z[ helios-setup] Feb 28 09:33:11.309 INFO E| Compiling futures-core v0.3.28
31892025-02-28T09:33:12.612Z[ helios-setup] Feb 28 09:33:11.487 INFO E| Compiling jobserver v0.1.26
31902025-02-28T09:33:12.959Z[ helios-setup] Feb 28 09:33:11.835 INFO E| Compiling bytes v1.4.0
31912025-02-28T09:33:13.138Z[ helios-setup] Feb 28 09:33:12.013 INFO E| Compiling syn v2.0.72
31922025-02-28T09:33:13.400Z[ helios-setup] Feb 28 09:33:12.275 INFO E| Compiling num-integer v0.1.45
31932025-02-28T09:33:13.545Z[ helios-setup] Feb 28 09:33:12.421 INFO E| Compiling cc v1.0.78
31942025-02-28T09:33:13.684Z[ helios-setup] Feb 28 09:33:12.559 INFO E| Compiling ryu v1.0.13
31952025-02-28T09:33:15.048Z[ helios-setup] Feb 28 09:33:13.924 INFO E| Compiling lock_api v0.4.9
31962025-02-28T09:33:15.102Z[ helios-setup] Feb 28 09:33:13.976 INFO E| Compiling parking_lot_core v0.9.6
31972025-02-28T09:33:15.636Z[ helios-setup] Feb 28 09:33:14.511 INFO E| Compiling bitflags v1.3.2
31982025-02-28T09:33:15.788Z[ host-package] Compiling diesel-dtrace v0.4.2
31992025-02-28T09:33:15.847Z[ helios-setup] Feb 28 09:33:14.722 INFO E| Compiling typenum v1.16.0
32002025-02-28T09:33:16.525Z[ helios-setup] Feb 28 09:33:15.397 INFO E| Compiling num_cpus v1.15.0
32012025-02-28T09:33:16.590Z[ helios-setup] Feb 28 09:33:15.465 INFO E| Compiling generic-array v0.14.6
32022025-02-28T09:33:16.617Z[ host-package] Compiling nu-ansi-term v0.50.1
32032025-02-28T09:33:16.621Z[ helios-setup] Feb 28 09:33:15.496 INFO E| Compiling slab v0.4.7
32042025-02-28T09:33:16.672Z[ helios-setup] Feb 28 09:33:15.547 INFO E| Compiling futures-channel v0.3.28
32052025-02-28T09:33:16.973Z[ helios-setup] Feb 28 09:33:15.849 INFO E| Compiling futures-sink v0.3.28
32062025-02-28T09:33:17.060Z[ host-package] Compiling peg v0.8.4
32072025-02-28T09:33:17.193Z[ helios-setup] Feb 28 09:33:16.069 INFO E| Compiling futures-task v0.3.28
32082025-02-28T09:33:17.359Z[ host-package] Compiling tabled v0.15.0
32092025-02-28T09:33:17.698Z[ helios-setup] Feb 28 09:33:16.574 INFO E| Compiling tokio v1.27.0
32102025-02-28T09:33:17.916Z[ helios-setup] Feb 28 09:33:16.791 INFO E| Compiling futures-util v0.3.28
32112025-02-28T09:33:18.796Z[ helios-setup] Feb 28 09:33:17.672 INFO E| Compiling mio v0.8.5
32122025-02-28T09:33:18.920Z[ host-package] Compiling reedline v0.38.0
32132025-02-28T09:33:18.935Z[ helios-setup] Feb 28 09:33:17.810 INFO E| Compiling signal-hook-registry v1.4.0
32142025-02-28T09:33:19.275Z[ helios-setup] Feb 28 09:33:18.150 INFO E| Compiling socket2 v0.4.9
32152025-02-28T09:33:19.331Z[ helios-setup] Feb 28 09:33:18.206 INFO E| Compiling pin-utils v0.1.0
32162025-02-28T09:33:19.748Z[ helios-setup] Feb 28 09:33:18.623 INFO E| Compiling schemars v0.8.12
32172025-02-28T09:33:19.813Z[ helios-setup] Feb 28 09:33:18.688 INFO E| Compiling futures-io v0.3.28
32182025-02-28T09:33:20.619Z[ helios-setup] Feb 28 09:33:19.494 INFO E| Compiling ahash v0.7.6
32192025-02-28T09:33:20.917Z[ helios-setup] Feb 28 09:33:19.792 INFO E| Compiling num-traits v0.2.15
32202025-02-28T09:33:21.799Z[ helios-setup] Feb 28 09:33:20.672 INFO E| Compiling crunchy v0.2.2
32212025-02-28T09:33:21.901Z[ helios-setup] Feb 28 09:33:20.775 INFO E| Compiling io-lifetimes v1.0.10
32222025-02-28T09:33:22.394Z[ helios-setup] Feb 28 09:33:21.269 INFO E| Compiling ahash v0.8.3
32232025-02-28T09:33:23.258Z[ helios-setup] Feb 28 09:33:22.133 INFO E| Compiling rustix v0.37.3
32242025-02-28T09:33:23.767Z[ helios-setup] Feb 28 09:33:22.642 INFO E| Compiling slog v2.7.0
32252025-02-28T09:33:24.156Z[ helios-setup] Feb 28 09:33:23.031 INFO E| Compiling block-buffer v0.10.3
32262025-02-28T09:33:24.274Z[ helios-setup] Feb 28 09:33:23.150 INFO E| Compiling crypto-common v0.1.6
32272025-02-28T09:33:24.326Z[ helios-setup] Feb 28 09:33:23.201 INFO E| Compiling crossbeam-utils v0.8.14
32282025-02-28T09:33:24.477Z[ helios-setup] Feb 28 09:33:23.352 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32292025-02-28T09:33:24.785Z[ helios-setup] Feb 28 09:33:23.659 INFO E| Compiling serde_derive_internals v0.26.0
32302025-02-28T09:33:24.939Z[ helios-setup] Feb 28 09:33:23.814 INFO E| Compiling hashbrown v0.12.3
32312025-02-28T09:33:25.088Z[ helios-setup] Feb 28 09:33:23.962 INFO E| Compiling tiny-keccak v2.0.2
32322025-02-28T09:33:25.599Z[ helios-setup] Feb 28 09:33:24.474 INFO E| Compiling digest v0.10.6
32332025-02-28T09:33:27.319Z[ helios-setup] Feb 28 09:33:26.194 INFO E| Compiling errno v0.3.1
32342025-02-28T09:33:27.496Z[ helios-setup] Feb 28 09:33:26.371 INFO E| Compiling cpufeatures v0.2.5
32352025-02-28T09:33:27.723Z[ helios-setup] Feb 28 09:33:26.598 INFO E| Compiling pkg-config v0.3.26
32362025-02-28T09:33:27.822Z[ helios-setup] Feb 28 09:33:26.697 INFO E| Compiling anyhow v1.0.68
32372025-02-28T09:33:28.020Z[ helios-setup] Feb 28 09:33:26.895 INFO E| Compiling unicode-width v0.1.10
32382025-02-28T09:33:28.579Z[ helios-setup] Feb 28 09:33:27.453 INFO E| Compiling fnv v1.0.7
32392025-02-28T09:33:29.041Z[ helios-setup] Feb 28 09:33:27.906 INFO E| Compiling http v0.2.9
32402025-02-28T09:33:31.605Z[ helios-setup] Feb 28 09:33:30.479 INFO E| Compiling thiserror-impl v1.0.38
32412025-02-28T09:33:31.670Z[ helios-setup] Feb 28 09:33:30.545 INFO E| Compiling schemars_derive v0.8.12
32422025-02-28T09:33:33.091Z[ helios-setup] Feb 28 09:33:31.966 INFO E| Compiling aho-corasick v0.7.20
32432025-02-28T09:33:33.476Z[ helios-setup] Feb 28 09:33:32.303 INFO E| Compiling serde_derive v1.0.204
32442025-02-28T09:33:33.996Z[ helios-setup] Feb 28 09:33:32.871 INFO E| Compiling futures-macro v0.3.28
32452025-02-28T09:33:34.332Z[ helios-setup] Feb 28 09:33:33.206 INFO E| Compiling tokio-macros v2.0.0
32462025-02-28T09:33:35.257Z[ helios-setup] Feb 28 09:33:34.132 INFO E| Compiling heck v0.4.1
32472025-02-28T09:33:36.222Z[ helios-setup] Feb 28 09:33:35.097 INFO E| Compiling tinyvec_macros v0.1.1
32482025-02-28T09:33:37.239Z[ helios-setup] Feb 28 09:33:36.114 INFO E| Compiling percent-encoding v2.2.0
32492025-02-28T09:33:37.242Z[ helios-setup] Feb 28 09:33:36.114 INFO E| Compiling httparse v1.8.0
32502025-02-28T09:33:37.471Z[ helios-setup] Feb 28 09:33:36.346 INFO E| Compiling regex-syntax v0.6.29
32512025-02-28T09:33:37.590Z[ helios-setup] Feb 28 09:33:36.464 INFO E| Compiling tinyvec v1.6.0
32522025-02-28T09:33:37.637Z[ helios-setup] Feb 28 09:33:36.512 INFO E| Compiling form_urlencoded v1.1.0
32532025-02-28T09:33:38.349Z[ helios-setup] Feb 28 09:33:37.224 INFO E| Compiling const-random-macro v0.1.15
32542025-02-28T09:33:38.380Z[ helios-setup] Feb 28 09:33:37.254 INFO E| Compiling hashbrown v0.13.2
32552025-02-28T09:33:39.934Z[ helios-setup] Feb 28 09:33:38.808 INFO E| Compiling chrono v0.4.24
32562025-02-28T09:33:40.761Z[ helios-setup] Feb 28 09:33:39.636 INFO E| Compiling libz-sys v1.1.8
32572025-02-28T09:33:40.788Z[ host-package] Compiling oso v0.27.3
32582025-02-28T09:33:41.393Z[ helios-setup] Feb 28 09:33:40.268 INFO E| Compiling getopts v0.2.21
32592025-02-28T09:33:42.825Z[ helios-setup] Feb 28 09:33:41.699 INFO E| Compiling memoffset v0.7.1
32602025-02-28T09:33:43.301Z[ helios-setup] Feb 28 09:33:42.176 INFO E| Compiling time-core v0.1.2
32612025-02-28T09:33:43.487Z[ helios-setup] Feb 28 09:33:42.361 INFO E| Compiling powerfmt v0.2.0
32622025-02-28T09:33:43.545Z[ helios-setup] Feb 28 09:33:42.420 INFO E| Compiling num-conv v0.1.0
32632025-02-28T09:33:43.655Z[ helios-setup] Feb 28 09:33:42.530 INFO E| Compiling dyn-clone v1.0.11
32642025-02-28T09:33:43.957Z[ helios-setup] Feb 28 09:33:42.832 INFO E| Compiling uuid v1.3.0
32652025-02-28T09:33:44.261Z[ helios-setup] Feb 28 09:33:43.135 INFO E| Compiling regex v1.7.3
32662025-02-28T09:33:44.321Z[ helios-setup] Feb 28 09:33:43.195 INFO E| Compiling time-macros v0.2.18
32672025-02-28T09:33:44.638Z[ helios-setup] Feb 28 09:33:43.512 INFO E| Compiling deranged v0.3.11
32682025-02-28T09:33:45.856Z[ helios-setup] Feb 28 09:33:44.731 INFO E| Compiling unicode-normalization v0.1.22
32692025-02-28T09:33:45.914Z[ helios-setup] Feb 28 09:33:44.789 INFO E| Compiling regress v0.5.0
32702025-02-28T09:33:48.953Z[ helios-setup] Feb 28 09:33:47.827 INFO E| Compiling const-random v0.1.15
32712025-02-28T09:33:49.637Z[ helios-setup] Feb 28 09:33:48.511 INFO E| Compiling tracing-core v0.1.30
32722025-02-28T09:33:51.227Z[ helios-setup] Feb 28 09:33:50.102 INFO E| Compiling crossbeam-epoch v0.9.13
32732025-02-28T09:33:51.273Z[ helios-setup] Feb 28 09:33:50.148 INFO E| Compiling unicode-bidi v0.3.13
32742025-02-28T09:33:53.462Z[ helios-setup] Feb 28 09:33:52.336 INFO E| Compiling num_threads v0.1.6
32752025-02-28T09:33:53.749Z[ helios-setup] Feb 28 09:33:52.624 INFO E| Compiling ucd-trie v0.1.5
32762025-02-28T09:33:53.884Z[ helios-setup] Feb 28 09:33:52.759 INFO E| Compiling time v0.3.36
32772025-02-28T09:33:54.338Z[ helios-setup] Feb 28 09:33:53.213 INFO E| Compiling pest v2.5.7
32782025-02-28T09:33:54.874Z[ host-package] Compiling slog-envlogger v2.2.0
32792025-02-28T09:33:55.086Z[ helios-setup] Feb 28 09:33:53.960 INFO E| Compiling idna v0.3.0
32802025-02-28T09:33:57.608Z[ helios-setup] Feb 28 09:33:56.482 INFO E| Compiling tracing v0.1.37
32812025-02-28T09:34:00.164Z[ helios-setup] Feb 28 09:33:59.038 INFO E| Compiling smallvec v1.10.0
32822025-02-28T09:34:00.259Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32832025-02-28T09:34:00.342Z[ helios-setup] Feb 28 09:33:59.217 INFO E| Compiling toml v0.5.11
32842025-02-28T09:34:02.267Z[ helios-setup] Feb 28 09:34:01.139 INFO E| Compiling parking_lot v0.12.1
32852025-02-28T09:34:04.315Z[ helios-setup] Feb 28 09:34:03.189 INFO E| Compiling serde_tokenstream v0.2.0
32862025-02-28T09:34:05.269Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32872025-02-28T09:34:05.512Z[ helios-setup] Feb 28 09:34:04.386 INFO E| Compiling crossbeam-channel v0.5.6
32882025-02-28T09:34:05.926Z[ helios-setup] Feb 28 09:34:04.800 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32892025-02-28T09:34:07.104Z[ helios-setup] Feb 28 09:34:05.979 INFO E| Compiling dirs-sys-next v0.1.2
32902025-02-28T09:34:08.278Z[ helios-setup] Feb 28 09:34:07.152 INFO E| Compiling time v0.1.45
32912025-02-28T09:34:08.734Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32922025-02-28T09:34:09.408Z[ helios-setup] Feb 28 09:34:08.282 INFO E| Compiling crc32fast v1.3.2
32932025-02-28T09:34:09.516Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32942025-02-28T09:34:11.022Z[ helios-setup] Feb 28 09:34:09.896 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32952025-02-28T09:34:11.255Z[ helios-setup] Feb 28 09:34:10.129 INFO E| Compiling iana-time-zone v0.1.56
32962025-02-28T09:34:11.793Z[ helios-setup] Feb 28 09:34:10.667 INFO E| Compiling semver v1.0.17
32972025-02-28T09:34:13.319Z[ host-package] Compiling bb8 v0.8.5
32982025-02-28T09:34:13.363Z[ helios-setup] Feb 28 09:34:12.237 INFO E| Compiling dirs-next v2.0.0
32992025-02-28T09:34:14.033Z[ helios-setup] Feb 28 09:34:12.907 INFO E| Compiling proc-macro-crate v1.2.1
33002025-02-28T09:34:14.273Z[ helios-setup] Feb 28 09:34:13.148 INFO E| Compiling semver-parser v0.10.2
33012025-02-28T09:34:14.772Z[ host-package] Compiling bcs v0.1.6
33022025-02-28T09:34:15.636Z[ helios-setup] Feb 28 09:34:14.510 INFO E| Compiling url v2.3.1
33032025-02-28T09:34:16.699Z[ host-package] Compiling fxhash v0.2.1
33042025-02-28T09:34:17.429Z[ host-package] Compiling libz-sys v1.1.20
33052025-02-28T09:34:18.089Z[ helios-setup] Feb 28 09:34:16.963 INFO E| Compiling futures-executor v0.3.28
33062025-02-28T09:34:19.286Z[ host-package] Compiling termtree v0.5.1
33072025-02-28T09:34:19.870Z[ helios-setup] Feb 28 09:34:18.744 INFO E| Compiling thread_local v1.1.7
33082025-02-28T09:34:20.088Z[ helios-setup] Feb 28 09:34:18.962 INFO E| Compiling same-file v1.0.6
33092025-02-28T09:34:20.140Z[ helios-setup] Feb 28 09:34:19.014 INFO E| Compiling try-lock v0.2.4
33102025-02-28T09:34:20.707Z[ host-package] Compiling async-bb8-diesel v0.2.1
33112025-02-28T09:34:20.976Z[ helios-setup] Feb 28 09:34:19.850 INFO E| Compiling tokio-util v0.7.7
33122025-02-28T09:34:21.071Z[ helios-setup] Feb 28 09:34:19.945 INFO E| Compiling rayon-core v1.10.2
33132025-02-28T09:34:21.502Z[ helios-setup] Feb 28 09:34:20.376 INFO E| Compiling adler v1.0.2
33142025-02-28T09:34:22.185Z[ helios-setup] Feb 28 09:34:21.059 INFO E| Compiling miniz_oxide v0.6.2
33152025-02-28T09:34:22.274Z[ helios-setup] Feb 28 09:34:21.148 INFO E| Compiling want v0.3.0
33162025-02-28T09:34:23.285Z[ helios-setup] Feb 28 09:34:22.159 INFO E| Compiling h2 v0.3.16
33172025-02-28T09:34:24.861Z[ helios-setup] Feb 28 09:34:23.735 INFO E| Compiling walkdir v2.3.3
33182025-02-28T09:34:24.919Z[ helios-setup] Feb 28 09:34:23.793 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33192025-02-28T09:34:26.280Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33202025-02-28T09:34:26.349Z[ helios-setup] Feb 28 09:34:25.223 INFO E| Compiling futures v0.3.28
33212025-02-28T09:34:28.061Z[ helios-setup] Feb 28 09:34:26.935 INFO E| Compiling semver v0.11.0
33222025-02-28T09:34:28.288Z[ host-package] Compiling kstat-rs v0.2.4
33232025-02-28T09:34:28.311Z[ helios-setup] Feb 28 09:34:27.184 INFO E| Compiling num_enum_derive v0.5.7
33242025-02-28T09:34:28.536Z[ helios-setup] Feb 28 09:34:27.410 INFO E| Compiling crossbeam-deque v0.8.2
33252025-02-28T09:34:29.271Z[ helios-setup] Feb 28 09:34:28.145 INFO E| Compiling term v0.7.0
33262025-02-28T09:34:29.800Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33272025-02-28T09:34:30.532Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33282025-02-28T09:34:31.499Z[ host-package] Compiling proc-macro-error2 v2.0.1
33292025-02-28T09:34:32.511Z[ helios-setup] Feb 28 09:34:31.384 INFO E| Compiling http-body v0.4.5
33302025-02-28T09:34:33.855Z[ helios-setup] Feb 28 09:34:32.728 INFO E| Compiling sha2 v0.10.6
33312025-02-28T09:34:34.014Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322025-02-28T09:34:34.412Z[ helios-setup] Feb 28 09:34:33.285 INFO E| Compiling ring v0.16.20
33332025-02-28T09:34:36.882Z[ helios-setup] Feb 28 09:34:35.756 INFO E| Compiling rand_core v0.6.4
33342025-02-28T09:34:37.890Z[ helios-setup] Feb 28 09:34:36.763 INFO E| Compiling atty v0.2.14
33352025-02-28T09:34:38.286Z[ helios-setup] Feb 28 09:34:37.158 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33362025-02-28T09:34:38.397Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
33372025-02-28T09:34:38.400Z[ helios-setup] Feb 28 09:34:37.273 INFO E| Compiling lazy_static v1.4.0
33382025-02-28T09:34:39.172Z[ helios-setup] Feb 28 09:34:38.044 INFO E| Compiling utf8parse v0.2.1
33392025-02-28T09:34:39.287Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33402025-02-28T09:34:39.940Z[ helios-setup] Feb 28 09:34:38.813 INFO E| Compiling home v0.5.4
33412025-02-28T09:34:40.073Z[ helios-setup] Feb 28 09:34:38.947 INFO E| Compiling fastrand v1.9.0
33422025-02-28T09:34:40.355Z[ helios-setup] Feb 28 09:34:39.229 INFO E| Compiling tower-service v0.3.2
33432025-02-28T09:34:40.517Z[ helios-setup] Feb 28 09:34:39.390 INFO E| Compiling base64 v0.21.0
33442025-02-28T09:34:40.624Z[ helios-setup] Feb 28 09:34:39.498 INFO E| Compiling httpdate v1.0.2
33452025-02-28T09:34:41.004Z[ helios-setup] Feb 28 09:34:39.877 INFO E| Compiling ppv-lite86 v0.2.17
33462025-02-28T09:34:41.282Z[ host-package] Compiling nanorand v0.7.0
33472025-02-28T09:34:42.277Z[ helios-setup] Feb 28 09:34:41.150 INFO E| Compiling hyper v0.14.25
33482025-02-28T09:34:42.868Z[ helios-setup] Feb 28 09:34:41.741 INFO E| Compiling rand_chacha v0.3.1
33492025-02-28T09:34:43.214Z[ helios-setup] Feb 28 09:34:42.087 INFO E| Compiling tempfile v3.5.0
33502025-02-28T09:34:43.371Z[ host-package] Compiling parking_lot_core v0.8.6
33512025-02-28T09:34:44.051Z[ helios-setup] Feb 28 09:34:42.924 INFO E| Compiling toolchain_find v0.2.0
33522025-02-28T09:34:44.549Z[ host-package] Compiling flume v0.11.1
33532025-02-28T09:34:45.120Z[ helios-setup] Feb 28 09:34:43.994 INFO E| Compiling anstyle-parse v0.1.1
33542025-02-28T09:34:46.103Z[ helios-setup] Feb 28 09:34:44.977 INFO E| Compiling slog-term v2.9.0
33552025-02-28T09:34:51.871Z[ helios-setup] Feb 28 09:34:50.745 INFO E| Compiling num_enum v0.5.7
33562025-02-28T09:34:52.382Z[ helios-setup] Feb 28 09:34:51.256 INFO E| Compiling flate2 v1.0.25
33572025-02-28T09:34:54.669Z[ host-package] Compiling mime_guess v2.0.5
33582025-02-28T09:34:54.980Z[ helios-setup] Feb 28 09:34:53.853 INFO E| Compiling cargo-lock v8.0.3
33592025-02-28T09:34:57.011Z[ host-package] Compiling tabled_derive v0.10.0
33602025-02-28T09:35:02.242Z[ helios-setup] Feb 28 09:35:01.116 INFO E| Compiling serde_urlencoded v0.7.1
33612025-02-28T09:35:03.358Z[ helios-setup] Feb 28 09:35:02.231 INFO E| Compiling is-terminal v0.4.7
33622025-02-28T09:35:03.396Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632025-02-28T09:35:03.761Z[ helios-setup] Feb 28 09:35:02.634 INFO E| Compiling sha1 v0.10.5
33642025-02-28T09:35:06.988Z[ helios-setup] Feb 28 09:35:05.861 INFO E| Compiling either v1.8.0
33652025-02-28T09:35:07.390Z[ helios-setup] Feb 28 09:35:06.263 INFO E| Compiling concolor-query v0.3.3
33662025-02-28T09:35:08.026Z[ helios-setup] Feb 28 09:35:06.899 INFO E| Compiling concolor-override v1.0.0
33672025-02-28T09:35:08.136Z[ helios-setup] Feb 28 09:35:07.009 INFO E| Compiling anstyle v0.3.5
33682025-02-28T09:35:08.244Z[ helios-setup] Feb 28 09:35:07.117 INFO E| Compiling rayon v1.6.1
33692025-02-28T09:35:09.354Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702025-02-28T09:35:09.357Z[ helios-setup] Feb 28 09:35:08.207 INFO E| Compiling anstream v0.2.6
33712025-02-28T09:35:09.789Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33722025-02-28T09:35:11.814Z[ helios-setup] Feb 28 09:35:10.687 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33732025-02-28T09:35:12.087Z[ helios-setup] Feb 28 09:35:10.961 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33742025-02-28T09:35:13.279Z[ helios-setup] Feb 28 09:35:12.152 INFO E| Compiling rustfmt-wrapper v0.2.0
33752025-02-28T09:35:14.518Z[ helios-setup] Feb 28 09:35:13.391 INFO E| Compiling rand v0.8.5
33762025-02-28T09:35:14.556Z[ helios-setup] Feb 28 09:35:13.429 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33772025-02-28T09:35:14.688Z[ helios-setup] Feb 28 09:35:13.561 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33782025-02-28T09:35:15.122Z[ helios-setup] Feb 28 09:35:13.995 INFO E| Compiling openapiv3 v1.0.2
33792025-02-28T09:35:16.257Z[ helios-setup] Feb 28 09:35:15.130 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33802025-02-28T09:35:18.341Z[ host-package] Compiling papergrid v0.14.0
33812025-02-28T09:35:18.562Z[ helios-setup] Feb 28 09:35:17.435 INFO E| Compiling encoding_rs v0.8.32
33822025-02-28T09:35:19.592Z[ helios-setup] Feb 28 09:35:18.465 INFO E| Compiling spin v0.5.2
33832025-02-28T09:35:20.286Z[ helios-setup] Feb 28 09:35:19.159 INFO E| Compiling strsim v0.10.0
33842025-02-28T09:35:21.443Z[ helios-setup] Feb 28 09:35:20.316 INFO E| Compiling project-root v0.2.2
33852025-02-28T09:35:22.237Z[ helios-setup] Feb 28 09:35:21.110 INFO E| Compiling mime v0.3.17
33862025-02-28T09:35:23.132Z[ helios-setup] Feb 28 09:35:22.006 INFO E| Compiling ipnet v2.7.2
33872025-02-28T09:35:23.573Z[ helios-setup] Feb 28 09:35:22.446 INFO E| Compiling untrusted v0.7.1
33882025-02-28T09:35:24.273Z[ helios-setup] Feb 28 09:35:23.146 INFO E| Compiling unsafe-libyaml v0.2.8
33892025-02-28T09:35:24.391Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33902025-02-28T09:35:24.397Z[ helios-setup] Feb 28 09:35:23.270 INFO E| Compiling base64 v0.13.1
33912025-02-28T09:35:25.747Z[ helios-setup] Feb 28 09:35:24.620 INFO E| Compiling utf-8 v0.7.6
33922025-02-28T09:35:26.662Z[ helios-setup] Feb 28 09:35:25.535 INFO E| Compiling clap_lex v0.4.1
33932025-02-28T09:35:27.028Z[ helios-setup] Feb 28 09:35:25.900 INFO E| Compiling byteorder v1.4.3
33942025-02-28T09:35:27.750Z[ helios-setup] Feb 28 09:35:26.623 INFO E| Compiling clap_builder v4.2.1
33952025-02-28T09:35:28.077Z[ helios-setup] Feb 28 09:35:26.950 INFO E| Compiling serde_yaml v0.9.21
33962025-02-28T09:35:28.227Z[ helios-setup] Feb 28 09:35:27.100 INFO E| Compiling tungstenite v0.18.0
33972025-02-28T09:35:28.529Z[ helios-setup] Feb 28 09:35:27.400 INFO E| Compiling reqwest v0.11.16
33982025-02-28T09:35:31.076Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33992025-02-28T09:35:32.070Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
34002025-02-28T09:35:34.681Z[ helios-setup] Feb 28 09:35:33.554 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34012025-02-28T09:35:38.640Z[ helios-setup] Feb 28 09:35:37.513 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34022025-02-28T09:35:42.284Z[ helios-setup] Feb 28 09:35:41.156 INFO E| Compiling clap_derive v4.2.0
34032025-02-28T09:35:42.741Z[ host-package] Compiling tabled v0.18.0
34042025-02-28T09:35:44.399Z[ helios-setup] Feb 28 09:35:43.272 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34052025-02-28T09:35:47.026Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34062025-02-28T09:35:50.848Z[ helios-setup] Feb 28 09:35:49.720 INFO E| Compiling clap v4.2.1
34072025-02-28T09:35:51.067Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34082025-02-28T09:35:52.956Z[ host-package] Compiling itertools v0.13.0
34092025-02-28T09:35:59.194Z[ host-package] Compiling vergen v8.3.2
34102025-02-28T09:36:00.314Z[ host-package] Compiling castaway v0.2.3
34112025-02-28T09:36:01.005Z[ host-package] Compiling nibble_vec v0.1.0
34122025-02-28T09:36:01.097Z[ host-package] Compiling cargo-platform v0.1.8
34132025-02-28T09:36:01.558Z[ host-package] Compiling atty v0.2.14
34142025-02-28T09:36:02.197Z[ host-package] Compiling salty v0.3.0
34152025-02-28T09:36:02.307Z[ host-package] Compiling http-range v0.1.5
34162025-02-28T09:36:03.400Z[ host-package] Compiling endian-type v0.1.2
34172025-02-28T09:36:03.479Z[ host-package] Compiling io-lifetimes v1.0.11
34182025-02-28T09:36:03.783Z[ host-package] Compiling tough v0.19.0
34192025-02-28T09:36:03.937Z[ host-package] Compiling radix_trie v0.2.1
34202025-02-28T09:36:05.869Z[ host-package] Compiling cargo_metadata v0.18.1
34212025-02-28T09:36:05.968Z[ host-package] Compiling compact_str v0.8.0
34222025-02-28T09:36:06.146Z[ host-package] Compiling unicode-truncate v1.1.0
34232025-02-28T09:36:07.008Z[ host-package] Compiling git2 v0.19.0
34242025-02-28T09:36:08.353Z[ helios-setup] Feb 28 09:36:07.225 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34252025-02-28T09:36:09.992Z[ helios-setup] Feb 28 09:36:08.864 INFO E| Compiling tokio-tungstenite v0.18.0
34262025-02-28T09:36:11.216Z[ helios-setup] Feb 28 09:36:10.088 INFO E| Compiling smartstring v1.0.1
34272025-02-28T09:36:11.345Z[ helios-setup] Feb 28 09:36:10.217 INFO E| Compiling rustls v0.21.0
34282025-02-28T09:36:11.610Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34292025-02-28T09:36:12.627Z[ helios-setup] Feb 28 09:36:11.500 INFO E| Compiling sct v0.7.0
34302025-02-28T09:36:13.490Z[ helios-setup] Feb 28 09:36:12.363 INFO E| Compiling rustls-webpki v0.100.1
34312025-02-28T09:36:13.600Z[ helios-setup] Feb 28 09:36:12.472 INFO E| Compiling serde_spanned v0.6.1
34322025-02-28T09:36:14.259Z[ helios-setup] Feb 28 09:36:13.131 INFO E| Compiling toml_datetime v0.6.1
34332025-02-28T09:36:15.621Z[ helios-setup] Feb 28 09:36:14.493 INFO E| Compiling winnow v0.4.1
34342025-02-28T09:36:17.440Z[ helios-setup] Feb 28 09:36:16.312 INFO E| Compiling paste v1.0.12
34352025-02-28T09:36:18.653Z[ helios-setup] Feb 28 09:36:17.526 INFO E| Compiling static_assertions v1.1.0
34362025-02-28T09:36:19.266Z[ helios-setup] Feb 28 09:36:18.138 INFO E| Compiling camino v1.1.4
34372025-02-28T09:36:20.875Z[ helios-setup] Feb 28 09:36:19.747 INFO E| Compiling async-trait v0.1.68
34382025-02-28T09:36:21.163Z[ helios-setup] Feb 28 09:36:20.035 INFO E| Compiling match_cfg v0.1.0
34392025-02-28T09:36:21.574Z[ helios-setup] Feb 28 09:36:20.446 INFO E| Compiling slog-async v2.7.0
34402025-02-28T09:36:21.709Z[ host-package] Compiling parking_lot v0.11.2
34412025-02-28T09:36:22.630Z[ helios-setup] Feb 28 09:36:21.502 INFO E| Compiling toml_edit v0.19.8
34422025-02-28T09:36:23.007Z[ helios-setup] Feb 28 09:36:21.879 INFO E| Compiling hostname v0.3.1
34432025-02-28T09:36:23.636Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34442025-02-28T09:36:23.892Z[ helios-setup] Feb 28 09:36:22.763 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34452025-02-28T09:36:25.263Z[ helios-setup] Feb 28 09:36:24.135 INFO E| Compiling slog-json v2.6.1
34462025-02-28T09:36:25.689Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
34472025-02-28T09:36:26.399Z[ helios-setup] Feb 28 09:36:25.271 INFO E| Compiling bincode v1.3.3
34482025-02-28T09:36:26.863Z[ host-package] Compiling lru v0.12.5
34492025-02-28T09:36:27.766Z[ host-package] Compiling rand_seeder v0.3.0
34502025-02-28T09:36:28.529Z[ helios-setup] Feb 28 09:36:27.401 INFO E| Compiling unicode-linebreak v0.1.4
34512025-02-28T09:36:28.951Z[ host-package] Compiling lzma-sys v0.1.20
34522025-02-28T09:36:31.115Z[ host-package] Compiling instability v0.3.2
34532025-02-28T09:36:32.383Z[ host-package] Compiling rustls v0.21.12
34542025-02-28T09:36:33.415Z[ helios-setup] Feb 28 09:36:32.287 INFO E| Compiling async-stream-impl v0.3.5
34552025-02-28T09:36:33.436Z[ host-package] Compiling cassowary v0.3.0
34562025-02-28T09:36:33.941Z[ host-package] Compiling indoc v2.0.5
34572025-02-28T09:36:34.453Z[ host-package] Compiling rustix v0.37.28
34582025-02-28T09:36:35.963Z[ helios-setup] Feb 28 09:36:34.835 INFO E| Compiling rhai_codegen v1.5.0
34592025-02-28T09:36:36.194Z[ host-package] Compiling ratatui v0.29.0
34602025-02-28T09:36:36.394Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34612025-02-28T09:36:37.091Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34622025-02-28T09:36:37.985Z[ host-package] Compiling hyper-staticfile v0.10.1
34632025-02-28T09:36:38.372Z[ helios-setup] Feb 28 09:36:37.244 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34642025-02-28T09:36:38.957Z[ host-package] Compiling sled v0.34.7
34652025-02-28T09:36:39.038Z[ helios-setup] Feb 28 09:36:37.910 INFO E| Compiling take_mut v0.2.2
34662025-02-28T09:36:39.723Z[ helios-setup] Feb 28 09:36:38.595 INFO E| Compiling async-stream v0.3.5
34672025-02-28T09:36:40.994Z[ helios-setup] Feb 28 09:36:39.866 INFO E| Compiling tokio-rustls v0.24.0
34682025-02-28T09:36:41.749Z[ helios-setup] Feb 28 09:36:40.620 INFO E| Compiling rhai v1.14.0
34692025-02-28T09:36:42.181Z[ helios-setup] Feb 28 09:36:41.052 INFO E| Compiling toml v0.7.3
34702025-02-28T09:36:42.555Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34712025-02-28T09:36:43.879Z[ host-package] Compiling hickory-client v0.24.4
34722025-02-28T09:36:45.028Z[ helios-setup] Feb 28 09:36:43.899 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34732025-02-28T09:36:53.413Z[ helios-setup] Feb 28 09:36:52.284 INFO E| Compiling slog-bunyan v2.4.0
34742025-02-28T09:36:56.625Z[ helios-setup] Feb 28 09:36:55.496 INFO E| Compiling rustls-pemfile v1.0.2
34752025-02-28T09:36:57.652Z[ helios-setup] Feb 28 09:36:56.524 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34762025-02-28T09:36:58.078Z[ helios-setup] Feb 28 09:36:56.950 INFO E| Compiling serde_path_to_error v0.1.11
34772025-02-28T09:37:00.526Z[ helios-setup] Feb 28 09:36:59.398 INFO E| Compiling terminal_size v0.2.6
34782025-02-28T09:37:00.980Z[ helios-setup] Feb 28 09:36:59.851 INFO E| Compiling smawk v0.3.1
34792025-02-28T09:37:01.451Z[ helios-setup] Feb 28 09:37:00.322 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
34802025-02-28T09:37:01.547Z[ helios-setup] Feb 28 09:37:00.418 INFO E| Compiling textwrap v0.16.0
34812025-02-28T09:37:10.508Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34822025-02-28T09:37:11.291Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34832025-02-28T09:37:16.997Z[ helios-setup] Feb 28 09:37:15.868 INFO E| Compiling git2 v0.16.1
34842025-02-28T09:37:17.007Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34852025-02-28T09:37:20.718Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
34862025-02-28T09:37:20.986Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34872025-02-28T09:37:21.902Z[ host-package] Compiling sct v0.7.1
34882025-02-28T09:37:23.288Z[ host-package] Compiling rustls-webpki v0.101.7
34892025-02-28T09:37:23.803Z[ host-package] Compiling hickory-server v0.24.4
34902025-02-28T09:37:24.775Z[ helios-setup] Feb 28 09:37:23.646 INFO E| Compiling built v0.6.0
34912025-02-28T09:37:26.060Z[ helios-setup] Feb 28 09:37:24.931 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34922025-02-28T09:37:27.706Z[ helios-setup] Feb 28 09:37:26.577 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34932025-02-28T09:37:28.349Z[ host-package] Compiling primeorder v0.13.6
34942025-02-28T09:37:28.392Z[ helios-setup] Feb 28 09:37:27.262 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34952025-02-28T09:37:29.121Z[ host-package] Compiling heck v0.3.3
34962025-02-28T09:37:29.656Z[ host-package] Compiling env_filter v0.1.2
34972025-02-28T09:37:31.571Z[ host-package] Compiling csv-core v0.1.11
34982025-02-28T09:37:33.180Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34992025-02-28T09:37:34.136Z[ host-package] Compiling csv v1.3.1
35002025-02-28T09:37:37.067Z[ host-package] Compiling env_logger v0.11.5
35012025-02-28T09:37:37.951Z[ host-package] Compiling zone_cfg_derive v0.1.2
35022025-02-28T09:37:39.841Z[ host-package] Compiling p384 v0.13.0
35032025-02-28T09:37:40.284Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35042025-02-28T09:37:43.160Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35052025-02-28T09:37:44.440Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35062025-02-28T09:37:46.459Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35072025-02-28T09:37:46.840Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35082025-02-28T09:37:47.449Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35092025-02-28T09:37:47.815Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35102025-02-28T09:37:47.873Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35112025-02-28T09:37:48.202Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35122025-02-28T09:37:48.301Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35132025-02-28T09:37:48.630Z[ host-package] Compiling nix v0.27.1
35142025-02-28T09:37:48.702Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35152025-02-28T09:37:49.580Z[ host-package] Compiling tungstenite v0.23.0
35162025-02-28T09:37:51.559Z[ host-package] Compiling base64 v0.13.1
35172025-02-28T09:37:52.537Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
35182025-02-28T09:37:53.039Z[ host-package] Compiling ron v0.7.1
35192025-02-28T09:37:54.268Z[ host-package] Compiling tokio-tungstenite v0.23.1
35202025-02-28T09:37:55.527Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35212025-02-28T09:37:58.680Z[ host-package] Compiling xz2 v0.1.7
35222025-02-28T09:37:59.317Z[ host-package] Compiling terminal_size v0.2.6
35232025-02-28T09:37:59.596Z[ host-package] Compiling tokio-rustls v0.24.1
35242025-02-28T09:38:00.128Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35252025-02-28T09:38:00.510Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35262025-02-28T09:38:01.496Z[ helios-setup] Feb 28 09:38:00.367 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
35272025-02-28T09:38:05.636Z[ helios-setup] Feb 28 09:38:04.506 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
35282025-02-28T09:38:06.142Z[ host-package] Compiling zone v0.1.8
35292025-02-28T09:38:08.187Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35302025-02-28T09:38:09.417Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35312025-02-28T09:38:12.516Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35322025-02-28T09:38:12.791Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35332025-02-28T09:38:13.965Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35342025-02-28T09:38:15.401Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35352025-02-28T09:38:19.801Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35362025-02-28T09:38:23.247Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35372025-02-28T09:38:23.600Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35382025-02-28T09:38:29.901Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35392025-02-28T09:38:30.756Z[ host-package] Compiling rustls-pemfile v1.0.4
35402025-02-28T09:38:31.628Z[ host-package] Compiling signal-hook-tokio v0.3.1
35412025-02-28T09:38:32.273Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35422025-02-28T09:38:32.369Z[ host-package] Compiling twox-hash v2.1.0
35432025-02-28T09:38:32.372Z[ host-package] Compiling yasna v0.5.2
35442025-02-28T09:38:34.566Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
35452025-02-28T09:38:35.564Z[ host-package] Compiling unicode-linebreak v0.1.5
35462025-02-28T09:38:37.293Z[ host-package] Compiling glob v0.3.2
35472025-02-28T09:38:39.139Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35482025-02-28T09:38:41.059Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35492025-02-28T09:38:41.232Z[ host-package] Compiling smawk v0.3.2
35502025-02-28T09:38:41.554Z[ host-package] Compiling is_ci v1.2.0
35512025-02-28T09:38:41.630Z[ host-package] Compiling textwrap v0.16.1
35522025-02-28T09:38:41.957Z[ host-package] Compiling supports-color v3.0.2
35532025-02-28T09:38:43.181Z[ helios-setup] Feb 28 09:38:42.051 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35542025-02-28T09:38:45.432Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35552025-02-28T09:38:45.581Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
35562025-02-28T09:38:45.625Z[ host-package] Compiling rcgen v0.12.1
35572025-02-28T09:38:46.812Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35582025-02-28T09:38:53.174Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35592025-02-28T09:38:59.394Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35602025-02-28T09:38:59.959Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35612025-02-28T09:39:00.905Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35622025-02-28T09:39:20.406Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35632025-02-28T09:39:34.749Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35642025-02-28T09:39:39.077Z[ helios-setup] Feb 28 09:39:37.945 INFO E| Finished `release` profile [optimized] target(s) in 6m 39s
35652025-02-28T09:39:39.197Z[ helios-setup] Feb 28 09:39:38.066 INFO building project "pilot" ok (399 seconds)
35662025-02-28T09:39:39.200Z[ helios-setup] Feb 28 09:39:38.066 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35672025-02-28T09:39:39.200Z[ helios-setup] Feb 28 09:39:38.066 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35682025-02-28T09:39:39.467Z[ helios-setup] Feb 28 09:39:38.335 INFO E| Downloading crates ...
35692025-02-28T09:39:39.586Z[ helios-setup] Feb 28 09:39:38.454 INFO E| Downloaded typenum v1.15.0
35702025-02-28T09:39:39.590Z[ helios-setup] Feb 28 09:39:38.459 INFO E| Downloaded sha2 v0.10.5
35712025-02-28T09:39:39.594Z[ helios-setup] Feb 28 09:39:38.463 INFO E| Downloaded digest v0.10.3
35722025-02-28T09:39:39.597Z[ helios-setup] Feb 28 09:39:38.466 INFO E| Downloaded anyhow v1.0.62
35732025-02-28T09:39:39.603Z[ helios-setup] Feb 28 09:39:38.472 INFO E| Downloaded bytes v1.2.1
35742025-02-28T09:39:39.741Z[ helios-setup] Feb 28 09:39:38.609 INFO E| Compiling typenum v1.15.0
35752025-02-28T09:39:39.741Z[ helios-setup] Feb 28 09:39:38.609 INFO E| Compiling version_check v0.9.4
35762025-02-28T09:39:39.744Z[ helios-setup] Feb 28 09:39:38.609 INFO E| Compiling cfg-if v1.0.0
35772025-02-28T09:39:39.744Z[ helios-setup] Feb 28 09:39:38.609 INFO E| Compiling crc32fast v1.3.2
35782025-02-28T09:39:39.744Z[ helios-setup] Feb 28 09:39:38.610 INFO E| Compiling adler v1.0.2
35792025-02-28T09:39:39.744Z[ helios-setup] Feb 28 09:39:38.610 INFO E| Compiling anyhow v1.0.62
35802025-02-28T09:39:39.744Z[ helios-setup] Feb 28 09:39:38.610 INFO E| Compiling unicode-width v0.1.10
35812025-02-28T09:39:39.744Z[ helios-setup] Feb 28 09:39:38.610 INFO E| Compiling cpufeatures v0.2.5
35822025-02-28T09:39:40.204Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35832025-02-28T09:39:40.439Z[ helios-setup] Feb 28 09:39:39.308 INFO E| Compiling bitflags v1.3.2
35842025-02-28T09:39:40.470Z[ helios-setup] Feb 28 09:39:39.339 INFO E| Compiling generic-array v0.14.6
35852025-02-28T09:39:40.597Z[ helios-setup] Feb 28 09:39:39.465 INFO E| Compiling miniz_oxide v0.6.2
35862025-02-28T09:39:40.634Z[ helios-setup] Feb 28 09:39:39.503 INFO E| Compiling getopts v0.2.21
35872025-02-28T09:39:40.728Z[ helios-setup] Feb 28 09:39:39.597 INFO E| Compiling bytes v1.2.1
35882025-02-28T09:39:42.088Z[ helios-setup] Feb 28 09:39:40.956 INFO E| Compiling flate2 v1.0.25
35892025-02-28T09:39:45.913Z[ helios-setup] Feb 28 09:39:44.782 INFO E| Compiling block-buffer v0.10.3
35902025-02-28T09:39:45.914Z[ helios-setup] Feb 28 09:39:44.782 INFO E| Compiling crypto-common v0.1.6
35912025-02-28T09:39:46.156Z[ helios-setup] Feb 28 09:39:45.024 INFO E| Compiling digest v0.10.3
35922025-02-28T09:39:46.567Z[ helios-setup] Feb 28 09:39:45.435 INFO E| Compiling sha2 v0.10.5
35932025-02-28T09:39:47.219Z[ helios-setup] Feb 28 09:39:46.088 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35942025-02-28T09:39:48.289Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35952025-02-28T09:39:52.200Z[ helios-setup] Feb 28 09:39:51.068 INFO E| Finished `release` profile [optimized] target(s) in 12.90s
35962025-02-28T09:39:52.216Z[ helios-setup] Feb 28 09:39:51.085 INFO building project "bootserver" ok (13 seconds)
35972025-02-28T09:39:52.219Z[ helios-setup] rm -f helios-build
35982025-02-28T09:39:52.223Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35992025-02-28T09:39:52.225Z[ helios-setup]
36002025-02-28T09:39:52.228Z[ helios-setup] Setup complete! ./helios-build is now available.
36012025-02-28T09:39:52.230Z[ helios-setup]
36022025-02-28T09:39:52.230Z[ helios-setup]
36032025-02-28T09:39:52.230Z[ helios-setup] real 11:41.881828642
36042025-02-28T09:39:52.230Z[ helios-setup] user 28:35.761259646
36052025-02-28T09:39:52.231Z[ helios-setup] sys 2:47.519118954
36062025-02-28T09:39:52.231Z[ helios-setup] trap 1.836209385
36072025-02-28T09:39:52.231Z[ helios-setup] tflt 5.279288588
36082025-02-28T09:39:52.231Z[ helios-setup] dflt 22.486342558
36092025-02-28T09:39:52.231Z[ helios-setup] kflt 0.000201955
36102025-02-28T09:39:52.231Z[ helios-setup] lock 1:59:01.898893133
36112025-02-28T09:39:52.231Z[ helios-setup] slp 3:33:38.417002420
36122025-02-28T09:39:52.231Z[ helios-setup] lat 32:03.102160948
36132025-02-28T09:39:52.231Z[ helios-setup] stop 5:07.583071186
36142025-02-28T09:39:52.233ZFeb 28 09:39:51.099 INFO [helios-setup] process exited with exit status: 0 (701.888037437s)
36152025-02-28T09:39:52.233ZFeb 28 09:39:51.099 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
36162025-02-28T09:39:52.259Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
36172025-02-28T09:39:53.377Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
36182025-02-28T09:39:53.377Z[ phbl-toolchain] info: downloading component 'cargo'
36192025-02-28T09:39:53.913Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36202025-02-28T09:39:55.556Z[ phbl-toolchain] info: downloading component 'clippy'
36212025-02-28T09:39:55.886Z[ phbl-toolchain] info: downloading component 'llvm-tools'
36222025-02-28T09:40:00.491Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36232025-02-28T09:40:00.618Z[ phbl-toolchain] info: downloading component 'miri'
36242025-02-28T09:40:00.800Z[ phbl-toolchain] info: downloading component 'rust-docs'
36252025-02-28T09:40:01.077Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36262025-02-28T09:40:01.366Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36272025-02-28T09:40:01.575Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36282025-02-28T09:40:02.266Z[ phbl-toolchain] info: downloading component 'rust-src'
36292025-02-28T09:40:02.474Z[ phbl-toolchain] info: downloading component 'rust-std'
36302025-02-28T09:40:04.288Z[ phbl-toolchain] info: downloading component 'rustc'
36312025-02-28T09:40:09.281Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
36322025-02-28T09:40:11.717Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36332025-02-28T09:40:12.352Z[ phbl-toolchain] info: downloading component 'rustfmt'
36342025-02-28T09:40:12.600Z[ phbl-toolchain] info: installing component 'cargo'
36352025-02-28T09:40:13.438Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36362025-02-28T09:40:13.827Z[ host-package] Compiling fatfs v0.3.6
36372025-02-28T09:40:13.884Z[ phbl-toolchain] info: installing component 'clippy'
36382025-02-28T09:40:14.550Z[ phbl-toolchain] info: installing component 'llvm-tools'
36392025-02-28T09:40:14.705Z[ host-package] Compiling subprocess v0.2.9
36402025-02-28T09:40:16.218Z[ host-package] Compiling rtoolbox v0.0.2
36412025-02-28T09:40:16.748Z[ host-package] Compiling assert_matches v1.5.0
36422025-02-28T09:40:16.900Z[ host-package] Compiling rpassword v7.3.1
36432025-02-28T09:40:17.467Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36442025-02-28T09:40:19.880Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36452025-02-28T09:40:20.447Z[ phbl-toolchain] info: installing component 'miri'
36462025-02-28T09:40:20.757Z[ phbl-toolchain] info: installing component 'rust-docs'
36472025-02-28T09:40:21.089Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36482025-02-28T09:40:26.666Z[ phbl-toolchain] info: installing component 'rust-src'
36492025-02-28T09:40:26.781Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36502025-02-28T09:40:27.772Z[ phbl-toolchain] info: installing component 'rust-std'
36512025-02-28T09:40:29.250Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36522025-02-28T09:40:30.158Z[ phbl-toolchain] info: installing component 'rustc'
36532025-02-28T09:40:34.780Z[ host-package] Compiling tui-tree-widget v0.23.0
36542025-02-28T09:40:35.409Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36552025-02-28T09:40:39.087Z[ phbl-toolchain] info: installing component 'rustfmt'
36562025-02-28T09:40:39.838Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36572025-02-28T09:40:39.841ZFeb 28 09:40:38.709 INFO [phbl-toolchain] process exited with exit status: 0 (47.609299369s)
36582025-02-28T09:40:48.807Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36592025-02-28T09:40:49.189Z[ host-package] Compiling uzers v0.12.1
36602025-02-28T09:40:51.842Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36612025-02-28T09:40:52.235Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36622025-02-28T09:40:54.215Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36632025-02-28T09:41:06.635Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36642025-02-28T09:41:17.340Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36652025-02-28T09:41:22.008Z[ host-package] Compiling multimap v0.10.0
36662025-02-28T09:43:38.174Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36672025-02-28T09:51:14.138Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 18s
36682025-02-28T09:52:26.100ZFeb 28 09:52:24.956 INFO [host-package] process exited with exit status: 0 (1350.669543918s)
36692025-02-28T09:52:26.101ZFeb 28 09:52:24.956 INFO [host-stamp] running task
36702025-02-28T09:52:26.104ZFeb 28 09:52:24.957 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36712025-02-28T09:52:26.111ZFeb 28 09:52:24.966 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+git9a67a231393
36722025-02-28T09:52:26.121ZFeb 28 09:52:24.977 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+git9a67a231393
36732025-02-28T09:52:26.129Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36742025-02-28T09:52:26.132Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36752025-02-28T09:52:26.132ZFeb 28 09:52:24.987 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+git9a67a231393
36762025-02-28T09:52:26.140Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36772025-02-28T09:52:26.144Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36782025-02-28T09:52:26.144ZFeb 28 09:52:25.000 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+git9a67a231393
36792025-02-28T09:52:26.157Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36802025-02-28T09:52:26.160ZFeb 28 09:52:25.013 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+git9a67a231393
36812025-02-28T09:52:26.169Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36822025-02-28T09:52:26.172ZFeb 28 09:52:25.025 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+git9a67a231393
36832025-02-28T09:52:26.183Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36842025-02-28T09:52:26.186Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36852025-02-28T09:52:26.186ZFeb 28 09:52:25.040 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+git9a67a231393
36862025-02-28T09:52:26.201Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36872025-02-28T09:52:26.201ZFeb 28 09:52:25.057 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+git9a67a231393
36882025-02-28T09:52:26.217Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36892025-02-28T09:52:26.220Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36902025-02-28T09:52:26.220ZFeb 28 09:52:25.076 INFO [stamp-overlay] process exited with exit status: 0 (109.196181ms)
36912025-02-28T09:52:26.220ZFeb 28 09:52:25.076 INFO [stamp-oxlog] process exited with exit status: 0 (75.593466ms)
36922025-02-28T09:52:26.223ZFeb 28 09:52:25.077 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.874978ms)
36932025-02-28T09:52:26.232Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36942025-02-28T09:52:26.342Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36952025-02-28T09:52:26.345ZFeb 28 09:52:25.202 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (144.549368ms)
36962025-02-28T09:52:26.423Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36972025-02-28T09:52:26.426ZFeb 28 09:52:25.283 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (269.437921ms)
36982025-02-28T09:52:26.565Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36992025-02-28T09:52:26.569ZFeb 28 09:52:25.426 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (448.897885ms)
37002025-02-28T09:52:27.349Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
37012025-02-28T09:52:27.352ZFeb 28 09:52:26.208 INFO [stamp-propolis-server] process exited with exit status: 0 (1.221080699s)
37022025-02-28T09:52:27.434Z[recovery-package] Compiling newtype-uuid v1.2.1
37032025-02-28T09:52:27.976Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
37042025-02-28T09:52:28.304Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37052025-02-28T09:52:28.304Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37062025-02-28T09:52:28.307Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
37072025-02-28T09:52:28.345Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
37082025-02-28T09:52:28.972Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37092025-02-28T09:52:36.830Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37102025-02-28T09:52:36.833ZFeb 28 09:52:35.689 INFO [stamp-switch-asic] process exited with exit status: 0 (10.663679115s)
37112025-02-28T09:52:36.836ZFeb 28 09:52:35.689 INFO [host-stamp] task succeeded (10.733026167s)
37122025-02-28T09:52:36.836ZFeb 28 09:52:35.689 INFO [host-proto] running task
37132025-02-28T09:52:37.303ZFeb 28 09:52:36.160 INFO [host-proto] task succeeded (470.37133ms)
37142025-02-28T09:52:37.304ZFeb 28 09:52:36.160 INFO [host-profile] running task
37152025-02-28T09:52:37.306ZFeb 28 09:52:36.160 INFO [host-profile] task succeeded (271.02µs)
37162025-02-28T09:52:37.307ZFeb 28 09:52:36.160 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/.tmpmn8qfF/proto/host/root -N 'ci 9a67a23/${os_short_commit} 2025-02-28 09:28' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37172025-02-28T09:52:37.324Z[ host-image] Feb 28 09:52:36.180 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37182025-02-28T09:52:37.324Z[ host-image] Feb 28 09:52:36.180 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37192025-02-28T09:52:37.340Z[ host-image] Feb 28 09:52:36.196 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpmn8qfF/proto/host/root"
37202025-02-28T09:52:37.340Z[ host-image] Feb 28 09:52:36.196 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37212025-02-28T09:52:37.342Z[ host-image] Feb 28 09:52:36.196 INFO image builder template: ramdisk-01-os...
37222025-02-28T09:52:37.343Z[ host-image] Feb 28 09:52:36.196 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/.tmpmn8qfF/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
37232025-02-28T09:52:37.343Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37242025-02-28T09:52:37.343Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37252025-02-28T09:52:37.345Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37262025-02-28T09:52:37.345Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37272025-02-28T09:52:37.362Z[ host-image] Feb 28 09:52:36.218 INFO O| Feb 28 09:52:36.218 INFO CREATE DATASET: rpool/images/build/host/output
37282025-02-28T09:52:37.734Z[ host-image] Feb 28 09:52:36.590 INFO O| Feb 28 09:52:36.575 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37292025-02-28T09:52:37.754Z[ host-image] Feb 28 09:52:36.610 INFO O| Feb 28 09:52:36.608 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37302025-02-28T09:52:38.138Z[ host-image] Feb 28 09:52:36.994 INFO O| Feb 28 09:52:36.983 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37312025-02-28T09:52:38.218Z[ host-image] Feb 28 09:52:37.074 INFO O| Feb 28 09:52:37.073 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37322025-02-28T09:52:38.218Z[ host-image] Feb 28 09:52:37.074 INFO O| Feb 28 09:52:37.073 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37332025-02-28T09:52:38.221Z[ host-image] Feb 28 09:52:37.074 INFO O| Feb 28 09:52:37.073 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37342025-02-28T09:52:38.221Z[ host-image] Feb 28 09:52:37.074 INFO O| Feb 28 09:52:37.073 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37352025-02-28T09:52:38.235Z[ host-image] Feb 28 09:52:37.090 INFO O| Feb 28 09:52:37.090 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37362025-02-28T09:52:38.498Z[ host-image] Feb 28 09:52:37.353 INFO O| Feb 28 09:52:37.353 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37372025-02-28T09:52:38.517Z[ host-image] Feb 28 09:52:37.372 INFO O| Feb 28 09:52:37.372 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37382025-02-28T09:52:39.297Z[ host-image] Feb 28 09:52:38.153 INFO O| Feb 28 09:52:38.153 INFO O| Caching catalogs ... Done
37392025-02-28T09:52:39.541Z[ host-image] Feb 28 09:52:38.397 INFO O| Feb 28 09:52:38.397 INFO STEP 0 (pkg_image_create) COMPLETE
37402025-02-28T09:52:39.541Z[ host-image] Feb 28 09:52:38.397 INFO O| Feb 28 09:52:38.397 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37412025-02-28T09:52:39.541Z[ host-image] Feb 28 09:52:38.397 INFO O| Feb 28 09:52:38.397 INFO skip step because feature "repo_redist" is not enabled
37422025-02-28T09:52:39.545Z[ host-image] Feb 28 09:52:38.397 INFO O| Feb 28 09:52:38.397 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37432025-02-28T09:52:39.561Z[ host-image] Feb 28 09:52:38.417 INFO O| Feb 28 09:52:38.417 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"]
37442025-02-28T09:52:40.192Z[ host-image] Feb 28 09:52:39.048 INFO O| Feb 28 09:52:39.047 INFO STEP 2 (pkg_set_publisher) COMPLETE
37452025-02-28T09:52:40.192Z[ host-image] Feb 28 09:52:39.048 INFO O| Feb 28 09:52:39.048 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37462025-02-28T09:52:40.209Z[ host-image] Feb 28 09:52:39.065 INFO O| Feb 28 09:52:39.065 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"]
37472025-02-28T09:52:40.866Z[ host-image] Feb 28 09:52:39.721 INFO O| Feb 28 09:52:39.721 INFO STEP 3 (pkg_set_publisher) COMPLETE
37482025-02-28T09:52:40.866Z[ host-image] Feb 28 09:52:39.721 INFO O| Feb 28 09:52:39.721 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37492025-02-28T09:52:40.868Z[ host-image] Feb 28 09:52:39.721 INFO O| Feb 28 09:52:39.721 INFO skip step because feature "repo_redist" is not enabled
37502025-02-28T09:52:40.868Z[ host-image] Feb 28 09:52:39.721 INFO O| Feb 28 09:52:39.721 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37512025-02-28T09:52:41.459Z[ host-image] Feb 28 09:52:40.315 INFO O| Feb 28 09:52:40.315 INFO variant opensolaris.zone is already global
37522025-02-28T09:52:41.459Z[ host-image] Feb 28 09:52:40.315 INFO O| Feb 28 09:52:40.315 INFO STEP 5 (pkg_change_variant) COMPLETE
37532025-02-28T09:52:41.462Z[ host-image] Feb 28 09:52:40.315 INFO O| Feb 28 09:52:40.315 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37542025-02-28T09:52:42.073Z[ host-image] Feb 28 09:52:40.928 INFO O| Feb 28 09:52:40.928 INFO variant opensolaris.imagetype is full; changing to partial
37552025-02-28T09:52:42.073Z[ host-image] Feb 28 09:52:40.928 INFO O| Feb 28 09:52:40.928 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37562025-02-28T09:52:42.621Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37572025-02-28T09:52:42.729Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37582025-02-28T09:52:45.503Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37592025-02-28T09:52:47.817Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37602025-02-28T09:52:49.302Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37612025-02-28T09:52:51.778Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37622025-02-28T09:52:54.024Z[ host-image] Feb 28 09:52:52.879 INFO O| Feb 28 09:52:52.879 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37632025-02-28T09:52:54.050Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37642025-02-28T09:53:00.190Z[ host-image] Feb 28 09:52:59.045 INFO O| Feb 28 09:52:59.045 INFO O| Startup: Caching catalogs ... Done
37652025-02-28T09:53:00.270Z[ host-image] Feb 28 09:52:59.125 INFO O| Feb 28 09:52:59.125 INFO O| Planning: Planning completed in 0.00 seconds
37662025-02-28T09:53:00.273Z[ host-image] Feb 28 09:52:59.126 INFO O| Feb 28 09:52:59.126 INFO O| Planning: Consolidating action changes ... Done
37672025-02-28T09:53:00.273Z[ host-image] Feb 28 09:52:59.126 INFO O| Feb 28 09:52:59.126 INFO O| Planning: Evaluating mediators ... Done
37682025-02-28T09:53:00.273Z[ host-image] Feb 28 09:52:59.126 INFO O| Feb 28 09:52:59.126 INFO O| Planning: Planning completed in 0.00 seconds
37692025-02-28T09:53:00.273Z[ host-image] Feb 28 09:52:59.126 INFO O| Feb 28 09:52:59.126 INFO O| Variants/Facets to change: 1
37702025-02-28T09:53:00.290Z[ host-image] Feb 28 09:52:59.145 INFO O| Feb 28 09:52:59.145 INFO O| Done
37712025-02-28T09:53:00.290Z[ host-image] Feb 28 09:52:59.145 INFO O| Feb 28 09:52:59.145 INFO O| Done
37722025-02-28T09:53:00.853Z[ host-image] Feb 28 09:52:59.709 INFO O| Feb 28 09:52:59.709 INFO O| Done
37732025-02-28T09:53:00.902Z[ host-image] Feb 28 09:52:59.758 INFO O| Feb 28 09:52:59.757 INFO O| Done
37742025-02-28T09:53:00.905Z[ host-image] Feb 28 09:52:59.759 INFO O| Feb 28 09:52:59.759 INFO O| Done
37752025-02-28T09:53:00.905Z[ host-image] Feb 28 09:52:59.759 INFO O| Feb 28 09:52:59.759 INFO O| Done
37762025-02-28T09:53:00.905Z[ host-image] Feb 28 09:52:59.760 INFO O| Feb 28 09:52:59.760 INFO O| Done
37772025-02-28T09:53:01.349Z[ host-image] Feb 28 09:53:00.204 INFO O| Feb 28 09:53:00.204 INFO STEP 6 (pkg_change_variant) COMPLETE
37782025-02-28T09:53:01.349Z[ host-image] Feb 28 09:53:00.204 INFO O| Feb 28 09:53:00.204 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37792025-02-28T09:53:01.352Z[ host-image] Feb 28 09:53:00.204 INFO O| Feb 28 09:53:00.204 INFO skip step because feature "debug_variant" is not enabled
37802025-02-28T09:53:01.352Z[ host-image] Feb 28 09:53:00.204 INFO O| Feb 28 09:53:00.204 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37812025-02-28T09:53:01.773Z[ host-image] Feb 28 09:53:00.628 INFO O| Feb 28 09:53:00.628 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37822025-02-28T09:53:02.691Z[ host-image] Feb 28 09:53:01.547 INFO O| Feb 28 09:53:01.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37832025-02-28T09:53:02.694Z[ host-image] Feb 28 09:53:01.548 INFO O| Feb 28 09:53:01.548 INFO O| Planning: Planning completed in 0.00 seconds
37842025-02-28T09:53:02.694Z[ host-image] Feb 28 09:53:01.549 INFO O| Feb 28 09:53:01.549 INFO O| Planning: Consolidating action changes ... Done
37852025-02-28T09:53:02.694Z[ host-image] Feb 28 09:53:01.549 INFO O| Feb 28 09:53:01.549 INFO O| Planning: Evaluating mediators ... Done
37862025-02-28T09:53:02.696Z[ host-image] Feb 28 09:53:01.550 INFO O| Feb 28 09:53:01.550 INFO O| Planning: Planning completed in 0.00 seconds
37872025-02-28T09:53:02.697Z[ host-image] Feb 28 09:53:01.550 INFO O| Feb 28 09:53:01.550 INFO O| Variants/Facets to change: 1
37882025-02-28T09:53:02.782Z[ host-image] Feb 28 09:53:01.638 INFO O| Feb 28 09:53:01.638 INFO O| Done
37892025-02-28T09:53:02.782Z[ host-image] Feb 28 09:53:01.638 INFO O| Feb 28 09:53:01.638 INFO O| Done
37902025-02-28T09:53:03.609Z[ host-image] Feb 28 09:53:02.464 INFO O| Feb 28 09:53:02.464 INFO O| Done
37912025-02-28T09:53:03.700Z[ host-image] Feb 28 09:53:02.556 INFO O| Feb 28 09:53:02.555 INFO O| Done
37922025-02-28T09:53:03.703Z[ host-image] Feb 28 09:53:02.557 INFO O| Feb 28 09:53:02.557 INFO O| Done
37932025-02-28T09:53:03.703Z[ host-image] Feb 28 09:53:02.557 INFO O| Feb 28 09:53:02.557 INFO O| Done
37942025-02-28T09:53:03.706Z[ host-image] Feb 28 09:53:02.559 INFO O| Feb 28 09:53:02.559 INFO O| Done
37952025-02-28T09:53:03.818Z[ host-image] Feb 28 09:53:02.673 INFO O| Feb 28 09:53:02.673 INFO STEP 8 (pkg_change_facet) COMPLETE
37962025-02-28T09:53:03.821Z[ host-image] Feb 28 09:53:02.673 INFO O| Feb 28 09:53:02.673 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37972025-02-28T09:53:03.821Z[ host-image] Feb 28 09:53:02.673 INFO O| Feb 28 09:53:02.673 INFO skip step because feature "recovery" is not enabled
37982025-02-28T09:53:03.821Z[ host-image] Feb 28 09:53:02.673 INFO O| Feb 28 09:53:02.673 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37992025-02-28T09:53:03.821Z[ host-image] Feb 28 09:53:02.673 INFO O| Feb 28 09:53:02.673 INFO skip step because feature "recovery" is not enabled
38002025-02-28T09:53:03.821Z[ host-image] Feb 28 09:53:02.673 INFO O| Feb 28 09:53:02.673 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38012025-02-28T09:53:03.841Z[ host-image] Feb 28 09:53:02.696 INFO O| Feb 28 09:53:02.696 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"]
38022025-02-28T09:53:04.875Z[ host-image] Feb 28 09:53:03.730 INFO O| Feb 28 09:53:03.730 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38032025-02-28T09:53:12.687Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.29s
38042025-02-28T09:53:14.183ZFeb 28 09:53:13.038 INFO [recovery-package] process exited with exit status: 0 (48.08140633s)
38052025-02-28T09:53:14.183ZFeb 28 09:53:13.038 INFO [recovery-stamp] running task
38062025-02-28T09:53:14.186ZFeb 28 09:53:13.038 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
38072025-02-28T09:53:14.186ZFeb 28 09:53:13.038 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+git9a67a231393
38082025-02-28T09:53:14.201ZFeb 28 09:53:13.056 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git9a67a231393
38092025-02-28T09:53:14.211Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
38102025-02-28T09:53:14.223Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
38112025-02-28T09:53:14.308Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
38122025-02-28T09:53:14.311ZFeb 28 09:53:13.167 INFO [stamp-installinator] process exited with exit status: 0 (110.713132ms)
38132025-02-28T09:53:14.314Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
38142025-02-28T09:53:14.317ZFeb 28 09:53:13.171 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (132.825669ms)
38152025-02-28T09:53:14.317ZFeb 28 09:53:13.171 INFO [recovery-stamp] task succeeded (133.1986ms)
38162025-02-28T09:53:14.317ZFeb 28 09:53:13.172 INFO [recovery-proto] running task
38172025-02-28T09:53:14.317ZFeb 28 09:53:13.172 INFO [tuf-stamp] running task
38182025-02-28T09:53:14.319ZFeb 28 09:53:13.173 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+git9a67a231393
38192025-02-28T09:53:14.332ZFeb 28 09:53:13.188 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+git9a67a231393
38202025-02-28T09:53:14.346Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38212025-02-28T09:53:14.348ZFeb 28 09:53:13.201 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+git9a67a231393
38222025-02-28T09:53:14.365Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38232025-02-28T09:53:14.367ZFeb 28 09:53:13.221 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+git9a67a231393
38242025-02-28T09:53:14.377Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38252025-02-28T09:53:14.381ZFeb 28 09:53:13.236 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+git9a67a231393
38262025-02-28T09:53:14.398Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38272025-02-28T09:53:14.398ZFeb 28 09:53:13.252 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+git9a67a231393
38282025-02-28T09:53:14.464Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38292025-02-28T09:53:14.467Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38302025-02-28T09:53:14.467ZFeb 28 09:53:13.319 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+git9a67a231393
38312025-02-28T09:53:14.506Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38322025-02-28T09:53:14.506ZFeb 28 09:53:13.361 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+git9a67a231393
38332025-02-28T09:53:14.509ZFeb 28 09:53:13.362 INFO [recovery-proto] task succeeded (189.975602ms)
38342025-02-28T09:53:14.519ZFeb 28 09:53:13.375 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/.tmpmn8qfF/proto/recovery/root -N 'recovery 9a67a23/${os_short_commit} 2025-02-28 09:28' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38352025-02-28T09:53:14.547Z[ recovery-image] Feb 28 09:53:13.400 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38362025-02-28T09:53:14.547Z[ recovery-image] Feb 28 09:53:13.401 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38372025-02-28T09:53:14.550ZFeb 28 09:53:13.403 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+git9a67a231393
38382025-02-28T09:53:14.603Z[ recovery-image] Feb 28 09:53:13.417 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpmn8qfF/proto/recovery/root"
38392025-02-28T09:53:14.606Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38402025-02-28T09:53:14.606Z[ recovery-image] Feb 28 09:53:13.417 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38412025-02-28T09:53:14.606Z[ recovery-image] Feb 28 09:53:13.417 INFO image builder template: ramdisk-01-os...
38422025-02-28T09:53:14.606Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38432025-02-28T09:53:14.606ZFeb 28 09:53:13.460 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+git9a67a231393
38442025-02-28T09:53:14.619Z[ recovery-image] Feb 28 09:53:13.418 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/.tmpmn8qfF/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
38452025-02-28T09:53:14.619Z[ recovery-image] Feb 28 09:53:13.448 INFO O| Feb 28 09:53:13.447 INFO CREATE DATASET: rpool/images/build/recovery/output
38462025-02-28T09:53:14.625Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38472025-02-28T09:53:14.627ZFeb 28 09:53:13.480 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+git9a67a231393
38482025-02-28T09:53:14.735Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38492025-02-28T09:53:14.735Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38502025-02-28T09:53:14.738ZFeb 28 09:53:13.591 INFO [stamp-probe] process exited with exit status: 0 (402.92689ms)
38512025-02-28T09:53:14.875Z[ recovery-image] Feb 28 09:53:13.731 INFO O| Feb 28 09:53:13.703 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38522025-02-28T09:53:14.875Z[ recovery-image] Feb 28 09:53:13.731 INFO O| Feb 28 09:53:13.710 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38532025-02-28T09:53:15.205Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38542025-02-28T09:53:15.238ZFeb 28 09:53:14.094 INFO [stamp-ntp] process exited with exit status: 0 (857.522779ms)
38552025-02-28T09:53:15.299Z[ recovery-image] Feb 28 09:53:14.154 INFO O| Feb 28 09:53:14.154 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38562025-02-28T09:53:15.409Z[ recovery-image] Feb 28 09:53:14.260 INFO O| Feb 28 09:53:14.260 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38572025-02-28T09:53:15.412Z[ recovery-image] Feb 28 09:53:14.260 INFO O| Feb 28 09:53:14.260 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38582025-02-28T09:53:15.412Z[ recovery-image] Feb 28 09:53:14.261 INFO O| Feb 28 09:53:14.261 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38592025-02-28T09:53:15.412Z[ recovery-image] Feb 28 09:53:14.261 INFO O| Feb 28 09:53:14.261 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38602025-02-28T09:53:15.419Z[ recovery-image] Feb 28 09:53:14.273 INFO O| Feb 28 09:53:14.272 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38612025-02-28T09:53:15.432Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
38622025-02-28T09:53:15.493Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38632025-02-28T09:53:15.847Z[ recovery-image] Feb 28 09:53:14.702 INFO O| Feb 28 09:53:14.702 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38642025-02-28T09:53:15.955Z[ recovery-image] Feb 28 09:53:14.810 INFO O| Feb 28 09:53:14.810 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38652025-02-28T09:53:16.015Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38662025-02-28T09:53:16.064ZFeb 28 09:53:14.919 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.71816999s)
38672025-02-28T09:53:16.693Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38682025-02-28T09:53:16.697Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38692025-02-28T09:53:16.728ZFeb 28 09:53:15.583 INFO [stamp-internal-dns] process exited with exit status: 0 (2.362555381s)
38702025-02-28T09:53:16.776ZFeb 28 09:53:15.631 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.378633192s)
38712025-02-28T09:53:16.937Z[ recovery-image] Feb 28 09:53:15.793 INFO O| Feb 28 09:53:15.792 INFO O| Caching catalogs ... Done
38722025-02-28T09:53:17.021Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38732025-02-28T09:53:17.060Z[ recovery-image] Feb 28 09:53:15.914 INFO O| Feb 28 09:53:15.914 INFO STEP 0 (pkg_image_create) COMPLETE
38742025-02-28T09:53:17.060Z[ recovery-image] Feb 28 09:53:15.914 INFO O| Feb 28 09:53:15.914 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38752025-02-28T09:53:17.060Z[ recovery-image] Feb 28 09:53:15.914 INFO O| Feb 28 09:53:15.914 INFO skip step because feature "repo_redist" is not enabled
38762025-02-28T09:53:17.060Z[ recovery-image] Feb 28 09:53:15.914 INFO O| Feb 28 09:53:15.914 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38772025-02-28T09:53:17.064ZFeb 28 09:53:15.920 INFO [stamp-external-dns] process exited with exit status: 0 (2.460566943s)
38782025-02-28T09:53:17.074Z[ recovery-image] Feb 28 09:53:15.930 INFO O| Feb 28 09:53:15.930 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"]
38792025-02-28T09:53:17.336Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38802025-02-28T09:53:17.341ZFeb 28 09:53:16.196 INFO [stamp-oximeter] process exited with exit status: 0 (2.834910622s)
38812025-02-28T09:53:17.560Z[ recovery-image] Feb 28 09:53:16.415 INFO O| Feb 28 09:53:16.415 INFO STEP 2 (pkg_set_publisher) COMPLETE
38822025-02-28T09:53:17.560Z[ recovery-image] Feb 28 09:53:16.415 INFO O| Feb 28 09:53:16.415 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38832025-02-28T09:53:17.576Z[ recovery-image] Feb 28 09:53:16.431 INFO O| Feb 28 09:53:16.431 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"]
38842025-02-28T09:53:18.058Z[ recovery-image] Feb 28 09:53:16.913 INFO O| Feb 28 09:53:16.913 INFO STEP 3 (pkg_set_publisher) COMPLETE
38852025-02-28T09:53:18.058Z[ recovery-image] Feb 28 09:53:16.913 INFO O| Feb 28 09:53:16.913 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38862025-02-28T09:53:18.058Z[ recovery-image] Feb 28 09:53:16.913 INFO O| Feb 28 09:53:16.913 INFO skip step because feature "repo_redist" is not enabled
38872025-02-28T09:53:18.060Z[ recovery-image] Feb 28 09:53:16.913 INFO O| Feb 28 09:53:16.913 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38882025-02-28T09:53:18.498Z[ recovery-image] Feb 28 09:53:17.353 INFO O| Feb 28 09:53:17.353 INFO variant opensolaris.zone is already global
38892025-02-28T09:53:18.498Z[ recovery-image] Feb 28 09:53:17.353 INFO O| Feb 28 09:53:17.353 INFO STEP 5 (pkg_change_variant) COMPLETE
38902025-02-28T09:53:18.498Z[ recovery-image] Feb 28 09:53:17.353 INFO O| Feb 28 09:53:17.353 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38912025-02-28T09:53:18.993Z[ recovery-image] Feb 28 09:53:17.848 INFO O| Feb 28 09:53:17.848 INFO variant opensolaris.imagetype is full; changing to partial
38922025-02-28T09:53:18.993Z[ recovery-image] Feb 28 09:53:17.848 INFO O| Feb 28 09:53:17.848 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38932025-02-28T09:53:19.449Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38942025-02-28T09:53:19.454ZFeb 28 09:53:18.309 INFO [stamp-nexus] process exited with exit status: 0 (4.828589118s)
38952025-02-28T09:53:19.761Z[verify-libraries] Compiling ring v0.17.11
38962025-02-28T09:53:20.067Z[verify-libraries] Compiling home v0.5.9
38972025-02-28T09:53:20.070Z[verify-libraries] Compiling cfg_aliases v0.1.1
38982025-02-28T09:53:20.073Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38992025-02-28T09:53:20.073Z[verify-libraries] Compiling sqlparser_derive v0.2.2
39002025-02-28T09:53:20.073Z[verify-libraries] Compiling unicode_categories v0.1.1
39012025-02-28T09:53:20.076Z[verify-libraries] Compiling polyval v0.6.2
39022025-02-28T09:53:20.278Z[verify-libraries] Compiling nix v0.28.0
39032025-02-28T09:53:20.409Z[verify-libraries] Compiling ctr v0.9.2
39042025-02-28T09:53:20.948Z[verify-libraries] Compiling sqlformat v0.2.6
39052025-02-28T09:53:21.093Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
39062025-02-28T09:53:21.104ZFeb 28 09:53:19.959 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.640618008s)
39072025-02-28T09:53:21.123Z[verify-libraries] Compiling ghash v0.5.1
39082025-02-28T09:53:21.309Z[verify-libraries] Compiling ssh-encoding v0.2.0
39092025-02-28T09:53:21.605Z[verify-libraries] Compiling sqlparser v0.45.0
39102025-02-28T09:53:21.696Z[verify-libraries] Compiling aes-gcm v0.10.3
39112025-02-28T09:53:21.880Z[verify-libraries] Compiling blowfish v0.9.1
39122025-02-28T09:53:22.154Z[verify-libraries] Compiling ssh-cipher v0.2.0
39132025-02-28T09:53:22.604Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
39142025-02-28T09:53:22.927Z[verify-libraries] Compiling password-hash v0.4.2
39152025-02-28T09:53:23.491Z[verify-libraries] Compiling ssh-key v0.6.6
39162025-02-28T09:53:25.715Z[verify-libraries] Compiling rustyline v14.0.0
39172025-02-28T09:53:26.986Z[verify-libraries] Compiling rustls v0.23.19
39182025-02-28T09:53:27.025Z[verify-libraries] Compiling rustls v0.22.4
39192025-02-28T09:53:27.101Z[verify-libraries] Compiling pbkdf2 v0.11.0
39202025-02-28T09:53:27.870Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
39212025-02-28T09:53:27.884Z[verify-libraries] Compiling p521 v0.13.3
39222025-02-28T09:53:27.920ZFeb 28 09:53:26.775 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.596391229s)
39232025-02-28T09:53:28.884Z[verify-libraries] Compiling p256 v0.13.2
39242025-02-28T09:53:29.618Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39252025-02-28T09:53:29.655ZFeb 28 09:53:28.510 INFO [stamp-clickhouse] process exited with exit status: 0 (15.107373515s)
39262025-02-28T09:53:29.655ZFeb 28 09:53:28.510 INFO [tuf-stamp] task succeeded (15.338367127s)
39272025-02-28T09:53:31.666Z[verify-libraries] Compiling rustls-webpki v0.102.8
39282025-02-28T09:53:32.291Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39292025-02-28T09:53:32.793Z[verify-libraries] Compiling md5 v0.7.0
39302025-02-28T09:53:34.458Z[ recovery-image] Feb 28 09:53:33.311 INFO O| Feb 28 09:53:33.311 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39312025-02-28T09:53:36.317Z[verify-libraries] Compiling russh-keys v0.45.0
39322025-02-28T09:53:40.960Z[verify-libraries] Compiling tokio-rustls v0.25.0
39332025-02-28T09:53:41.476Z[verify-libraries] Compiling dropshot v0.12.0
39342025-02-28T09:53:41.847Z[verify-libraries] Compiling tokio-rustls v0.26.0
39352025-02-28T09:53:42.510Z[verify-libraries] Compiling hyper-rustls v0.27.3
39362025-02-28T09:53:43.457Z[verify-libraries] Compiling reqwest v0.12.12
39372025-02-28T09:53:44.086Z[ recovery-image] Feb 28 09:53:42.941 INFO O| Feb 28 09:53:42.940 INFO O| Startup: Caching catalogs ... Done
39382025-02-28T09:53:44.233Z[ recovery-image] Feb 28 09:53:43.088 INFO O| Feb 28 09:53:43.088 INFO O| Planning: Planning completed in 0.00 seconds
39392025-02-28T09:53:44.236Z[ recovery-image] Feb 28 09:53:43.089 INFO O| Feb 28 09:53:43.089 INFO O| Planning: Consolidating action changes ... Done
39402025-02-28T09:53:44.236Z[ recovery-image] Feb 28 09:53:43.089 INFO O| Feb 28 09:53:43.089 INFO O| Planning: Evaluating mediators ... Done
39412025-02-28T09:53:44.237Z[ recovery-image] Feb 28 09:53:43.090 INFO O| Feb 28 09:53:43.090 INFO O| Planning: Planning completed in 0.00 seconds
39422025-02-28T09:53:44.237Z[ recovery-image] Feb 28 09:53:43.090 INFO O| Feb 28 09:53:43.090 INFO O| Variants/Facets to change: 1
39432025-02-28T09:53:44.288Z[ recovery-image] Feb 28 09:53:43.142 INFO O| Feb 28 09:53:43.142 INFO O| Done
39442025-02-28T09:53:44.288Z[ recovery-image] Feb 28 09:53:43.143 INFO O| Feb 28 09:53:43.142 INFO O| Done
39452025-02-28T09:53:45.553Z[ recovery-image] Feb 28 09:53:44.407 INFO O| Feb 28 09:53:44.407 INFO O| Done
39462025-02-28T09:53:45.646Z[ recovery-image] Feb 28 09:53:44.500 INFO O| Feb 28 09:53:44.500 INFO O| Done
39472025-02-28T09:53:45.648Z[ recovery-image] Feb 28 09:53:44.502 INFO O| Feb 28 09:53:44.502 INFO O| Done
39482025-02-28T09:53:45.648Z[ recovery-image] Feb 28 09:53:44.502 INFO O| Feb 28 09:53:44.502 INFO O| Done
39492025-02-28T09:53:45.651Z[ recovery-image] Feb 28 09:53:44.504 INFO O| Feb 28 09:53:44.504 INFO O| Done
39502025-02-28T09:53:46.449Z[ recovery-image] Feb 28 09:53:45.303 INFO O| Feb 28 09:53:45.303 INFO STEP 6 (pkg_change_variant) COMPLETE
39512025-02-28T09:53:46.449Z[ recovery-image] Feb 28 09:53:45.303 INFO O| Feb 28 09:53:45.303 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39522025-02-28T09:53:46.452Z[ recovery-image] Feb 28 09:53:45.303 INFO O| Feb 28 09:53:45.303 INFO skip step because feature "debug_variant" is not enabled
39532025-02-28T09:53:46.452Z[ recovery-image] Feb 28 09:53:45.303 INFO O| Feb 28 09:53:45.303 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39542025-02-28T09:53:47.110Z[ recovery-image] Feb 28 09:53:45.965 INFO O| Feb 28 09:53:45.965 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39552025-02-28T09:53:48.257Z[verify-libraries] Compiling qorb v0.2.1
39562025-02-28T09:53:48.316Z[ recovery-image] Feb 28 09:53:47.168 INFO O| Feb 28 09:53:47.168 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39572025-02-28T09:53:48.316Z[ recovery-image] Feb 28 09:53:47.168 INFO O| Feb 28 09:53:47.168 INFO O| Planning: Planning completed in 0.00 seconds
39582025-02-28T09:53:48.316Z[ recovery-image] Feb 28 09:53:47.168 INFO O| Feb 28 09:53:47.168 INFO O| Planning: Consolidating action changes ... Done
39592025-02-28T09:53:48.319Z[ recovery-image] Feb 28 09:53:47.168 INFO O| Feb 28 09:53:47.168 INFO O| Planning: Evaluating mediators ... Done
39602025-02-28T09:53:48.320Z[ recovery-image] Feb 28 09:53:47.168 INFO O| Feb 28 09:53:47.168 INFO O| Planning: Planning completed in 0.00 seconds
39612025-02-28T09:53:48.320Z[ recovery-image] Feb 28 09:53:47.168 INFO O| Feb 28 09:53:47.168 INFO O| Variants/Facets to change: 1
39622025-02-28T09:53:48.397Z[ recovery-image] Feb 28 09:53:47.251 INFO O| Feb 28 09:53:47.251 INFO O| Done
39632025-02-28T09:53:48.397Z[ recovery-image] Feb 28 09:53:47.251 INFO O| Feb 28 09:53:47.251 INFO O| Done
39642025-02-28T09:53:48.502Z[verify-libraries] Compiling progenitor-client v0.9.1
39652025-02-28T09:53:49.326Z[ recovery-image] Feb 28 09:53:48.180 INFO O| Feb 28 09:53:48.180 INFO O| Done
39662025-02-28T09:53:49.331Z[verify-libraries] Compiling progenitor-client v0.8.0
39672025-02-28T09:53:49.416Z[ recovery-image] Feb 28 09:53:48.271 INFO O| Feb 28 09:53:48.271 INFO O| Done
39682025-02-28T09:53:49.419Z[ recovery-image] Feb 28 09:53:48.272 INFO O| Feb 28 09:53:48.272 INFO O| Done
39692025-02-28T09:53:49.419Z[ recovery-image] Feb 28 09:53:48.272 INFO O| Feb 28 09:53:48.272 INFO O| Done
39702025-02-28T09:53:49.419Z[ recovery-image] Feb 28 09:53:48.274 INFO O| Feb 28 09:53:48.274 INFO O| Done
39712025-02-28T09:53:49.550Z[ recovery-image] Feb 28 09:53:48.405 INFO O| Feb 28 09:53:48.405 INFO STEP 8 (pkg_change_facet) COMPLETE
39722025-02-28T09:53:49.550Z[ recovery-image] Feb 28 09:53:48.405 INFO O| Feb 28 09:53:48.405 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39732025-02-28T09:53:49.948Z[verify-libraries] Compiling progenitor v0.8.0
39742025-02-28T09:53:50.200Z[ recovery-image] Feb 28 09:53:49.055 INFO O| Feb 28 09:53:49.055 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39752025-02-28T09:53:50.264Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
39762025-02-28T09:53:51.431Z[ recovery-image] Feb 28 09:53:50.286 INFO O| Feb 28 09:53:50.286 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39772025-02-28T09:53:51.434Z[ recovery-image] Feb 28 09:53:50.288 INFO O| Feb 28 09:53:50.288 INFO O| Planning: Planning completed in 0.00 seconds
39782025-02-28T09:53:51.435Z[ recovery-image] Feb 28 09:53:50.289 INFO O| Feb 28 09:53:50.289 INFO O| Planning: Consolidating action changes ... Done
39792025-02-28T09:53:51.435Z[ recovery-image] Feb 28 09:53:50.289 INFO O| Feb 28 09:53:50.289 INFO O| Planning: Evaluating mediators ... Done
39802025-02-28T09:53:51.437Z[ recovery-image] Feb 28 09:53:50.290 INFO O| Feb 28 09:53:50.290 INFO O| Planning: Planning completed in 0.00 seconds
39812025-02-28T09:53:51.437Z[ recovery-image] Feb 28 09:53:50.290 INFO O| Feb 28 09:53:50.290 INFO O| Variants/Facets to change: 1
39822025-02-28T09:53:51.536Z[ recovery-image] Feb 28 09:53:50.391 INFO O| Feb 28 09:53:50.391 INFO O| Done
39832025-02-28T09:53:51.536Z[ recovery-image] Feb 28 09:53:50.391 INFO O| Feb 28 09:53:50.391 INFO O| Done
39842025-02-28T09:53:51.589Z[verify-libraries] Compiling dropshot v0.16.0
39852025-02-28T09:53:52.489Z[ recovery-image] Feb 28 09:53:51.343 INFO O| Feb 28 09:53:51.343 INFO O| Done
39862025-02-28T09:53:52.576Z[ recovery-image] Feb 28 09:53:51.431 INFO O| Feb 28 09:53:51.430 INFO O| Done
39872025-02-28T09:53:52.579Z[ recovery-image] Feb 28 09:53:51.432 INFO O| Feb 28 09:53:51.431 INFO O| Done
39882025-02-28T09:53:52.579Z[ recovery-image] Feb 28 09:53:51.432 INFO O| Feb 28 09:53:51.432 INFO O| Done
39892025-02-28T09:53:52.582Z[ recovery-image] Feb 28 09:53:51.434 INFO O| Feb 28 09:53:51.434 INFO O| Done
39902025-02-28T09:53:52.686Z[ recovery-image] Feb 28 09:53:51.541 INFO O| Feb 28 09:53:51.541 INFO STEP 9 (pkg_change_facet) COMPLETE
39912025-02-28T09:53:52.686Z[ recovery-image] Feb 28 09:53:51.541 INFO O| Feb 28 09:53:51.541 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39922025-02-28T09:53:53.374Z[ recovery-image] Feb 28 09:53:52.229 INFO O| Feb 28 09:53:52.229 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39932025-02-28T09:53:54.555Z[ recovery-image] Feb 28 09:53:53.409 INFO O| Feb 28 09:53:53.409 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39942025-02-28T09:53:54.558Z[ recovery-image] Feb 28 09:53:53.412 INFO O| Feb 28 09:53:53.412 INFO O| Planning: Planning completed in 0.00 seconds
39952025-02-28T09:53:54.558Z[ recovery-image] Feb 28 09:53:53.413 INFO O| Feb 28 09:53:53.413 INFO O| Planning: Consolidating action changes ... Done
39962025-02-28T09:53:54.561Z[ recovery-image] Feb 28 09:53:53.413 INFO O| Feb 28 09:53:53.413 INFO O| Planning: Evaluating mediators ... Done
39972025-02-28T09:53:54.561Z[ recovery-image] Feb 28 09:53:53.414 INFO O| Feb 28 09:53:53.414 INFO O| Planning: Planning completed in 0.00 seconds
39982025-02-28T09:53:54.561Z[ recovery-image] Feb 28 09:53:53.415 INFO O| Feb 28 09:53:53.415 INFO O| Variants/Facets to change: 1
39992025-02-28T09:53:54.817Z[ recovery-image] Feb 28 09:53:53.671 INFO O| Feb 28 09:53:53.671 INFO O| Done
40002025-02-28T09:53:54.817Z[ recovery-image] Feb 28 09:53:53.672 INFO O| Feb 28 09:53:53.671 INFO O| Done
40012025-02-28T09:53:55.096Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40022025-02-28T09:53:55.742Z[ recovery-image] Feb 28 09:53:54.596 INFO O| Feb 28 09:53:54.596 INFO O| Done
40032025-02-28T09:53:55.845Z[ recovery-image] Feb 28 09:53:54.700 INFO O| Feb 28 09:53:54.700 INFO O| Done
40042025-02-28T09:53:55.848Z[ recovery-image] Feb 28 09:53:54.701 INFO O| Feb 28 09:53:54.701 INFO O| Done
40052025-02-28T09:53:55.849Z[ recovery-image] Feb 28 09:53:54.701 INFO O| Feb 28 09:53:54.701 INFO O| Done
40062025-02-28T09:53:55.849Z[ recovery-image] Feb 28 09:53:54.703 INFO O| Feb 28 09:53:54.703 INFO O| Done
40072025-02-28T09:53:55.942Z[ recovery-image] Feb 28 09:53:54.796 INFO O| Feb 28 09:53:54.796 INFO STEP 10 (pkg_change_facet) COMPLETE
40082025-02-28T09:53:55.942Z[ recovery-image] Feb 28 09:53:54.796 INFO O| Feb 28 09:53:54.796 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40092025-02-28T09:53:55.962Z[ recovery-image] Feb 28 09:53:54.816 INFO O| Feb 28 09:53:54.816 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
40102025-02-28T09:53:57.240Z[ recovery-image] Feb 28 09:53:56.094 INFO O| Feb 28 09:53:56.094 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40112025-02-28T09:53:59.045Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40122025-02-28T09:54:10.484Z[ host-image] Feb 28 09:54:09.338 INFO O| Feb 28 09:54:09.338 INFO O| Planning: Solver setup ... Done
40132025-02-28T09:54:24.805Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40142025-02-28T09:54:27.970Z[verify-libraries] Compiling progenitor v0.9.1
40152025-02-28T09:54:28.297Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40162025-02-28T09:54:31.138Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40172025-02-28T09:54:31.496Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40182025-02-28T09:54:32.214Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40192025-02-28T09:54:32.329Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40202025-02-28T09:54:38.535Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40212025-02-28T09:54:41.707Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40222025-02-28T09:54:41.821Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40232025-02-28T09:54:48.940Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40242025-02-28T09:54:51.396Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40252025-02-28T09:54:51.901Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40262025-02-28T09:54:53.366Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40272025-02-28T09:54:57.944Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40282025-02-28T09:55:01.295Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40292025-02-28T09:55:04.723Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40302025-02-28T09:55:10.571Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40312025-02-28T09:55:11.433Z[ recovery-image] Feb 28 09:55:10.286 INFO O| Feb 28 09:55:10.285 INFO O| Planning: Solver setup ... Done
40322025-02-28T09:55:11.615Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40332025-02-28T09:55:12.028Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40342025-02-28T09:55:13.531Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40352025-02-28T09:55:14.315Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40362025-02-28T09:55:15.414Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40372025-02-28T09:55:19.498Z[verify-libraries] Compiling omicron-zone-package v0.12.0
40382025-02-28T09:55:20.847Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40392025-02-28T09:55:21.447Z[verify-libraries] Compiling rcgen v0.12.1
40402025-02-28T09:55:21.828Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40412025-02-28T09:55:22.342Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40422025-02-28T09:55:25.830Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40432025-02-28T09:55:27.666Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40442025-02-28T09:55:33.623Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40452025-02-28T09:55:34.645Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40462025-02-28T09:55:36.946Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40472025-02-28T09:55:39.013Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40482025-02-28T09:55:39.606Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
40492025-02-28T09:55:40.931Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40502025-02-28T09:55:46.152Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40512025-02-28T09:55:47.631Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40522025-02-28T09:55:47.985Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40532025-02-28T09:55:49.484Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40542025-02-28T09:55:51.582Z[ host-image] Feb 28 09:55:50.434 INFO O| Feb 28 09:55:50.434 INFO O| Planning: Running solver ... Done
40552025-02-28T09:55:51.795Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40562025-02-28T09:55:52.245Z[ host-image] Feb 28 09:55:51.097 INFO O| Feb 28 09:55:51.097 INFO O| Planning: Finding local manifests ... Done
40572025-02-28T09:55:52.263Z[ host-image] Feb 28 09:55:51.116 INFO O| Feb 28 09:55:51.116 INFO O| Planning: Fetching manifests: 0/124 0% complete
40582025-02-28T09:55:52.417Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40592025-02-28T09:55:56.167Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40602025-02-28T09:55:57.003Z[ host-image] Feb 28 09:55:55.856 INFO O| Feb 28 09:55:55.855 INFO O| Planning: Fetching manifests: 124/124 100% complete
40612025-02-28T09:55:58.101Z[ host-image] Feb 28 09:55:56.954 INFO O| Feb 28 09:55:56.954 INFO O| Planning: Package planning ... Done
40622025-02-28T09:55:59.888Z[ host-image] Feb 28 09:55:58.740 INFO O| Feb 28 09:55:58.740 INFO O| Planning: Merging actions ... Done
40632025-02-28T09:56:00.435Z[ host-image] Feb 28 09:55:59.288 INFO O| Feb 28 09:55:59.288 INFO O| Planning: Checking for conflicting actions ... Done
40642025-02-28T09:56:00.801Z[ host-image] Feb 28 09:55:59.653 INFO O| Feb 28 09:55:59.653 INFO O| Planning: Consolidating action changes ... Done
40652025-02-28T09:56:01.309Z[ host-image] Feb 28 09:56:00.160 INFO O| Feb 28 09:56:00.160 INFO O| Planning: Evaluating mediators ... Done
40662025-02-28T09:56:02.676Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40672025-02-28T09:56:04.772Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40682025-02-28T09:56:08.151Z[ host-image] Feb 28 09:56:07.003 INFO O| Feb 28 09:56:07.003 INFO O| Planning: Planning completed in 183.27 seconds
40692025-02-28T09:56:08.158Z[ host-image] Feb 28 09:56:07.011 INFO O| Feb 28 09:56:07.011 INFO O| Packages to install: 124
40702025-02-28T09:56:08.161Z[ host-image] Feb 28 09:56:07.011 INFO O| Feb 28 09:56:07.011 INFO O| Mediators to change: 4
40712025-02-28T09:56:08.161Z[ host-image] Feb 28 09:56:07.011 INFO O| Feb 28 09:56:07.011 INFO O| Services to change: 6
40722025-02-28T09:56:08.282Z[ host-image] Feb 28 09:56:07.135 INFO O| Feb 28 09:56:07.135 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40732025-02-28T09:56:08.327Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40742025-02-28T09:56:13.283Z[ host-image] Feb 28 09:56:12.136 INFO O| Feb 28 09:56:12.136 INFO O| Download: 1069/22863 items 5.9/199.8MB 2% complete (1.2M/s)
40752025-02-28T09:56:18.540Z[ host-image] Feb 28 09:56:17.392 INFO O| Feb 28 09:56:17.392 INFO O| Download: 1792/22863 items 12.8/199.8MB 6% complete (1.2M/s)
40762025-02-28T09:56:21.747Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40772025-02-28T09:56:23.541Z[ host-image] Feb 28 09:56:22.393 INFO O| Feb 28 09:56:22.393 INFO O| Download: 2205/22863 items 24.2/199.8MB 12% complete (1.8M/s)
40782025-02-28T09:56:28.552Z[ host-image] Feb 28 09:56:27.402 INFO O| Feb 28 09:56:27.402 INFO O| Download: 3230/22863 items 34.0/199.8MB 17% complete (2.1M/s)
40792025-02-28T09:56:31.085Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40802025-02-28T09:56:33.291Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40812025-02-28T09:56:33.670Z[ host-image] Feb 28 09:56:32.521 INFO O| Feb 28 09:56:32.521 INFO O| Download: 4537/22863 items 41.8/199.8MB 20% complete (1.8M/s)
40822025-02-28T09:56:33.674Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40832025-02-28T09:56:33.912Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40842025-02-28T09:56:35.597Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40852025-02-28T09:56:35.619Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40862025-02-28T09:56:36.139Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
40872025-02-28T09:56:37.386Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40882025-02-28T09:56:38.120Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40892025-02-28T09:56:38.687Z[ host-image] Feb 28 09:56:37.538 INFO O| Feb 28 09:56:37.538 INFO O| Download: 5269/22863 items 46.2/199.8MB 23% complete (1.2M/s)
40902025-02-28T09:56:39.010Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40912025-02-28T09:56:40.756Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40922025-02-28T09:56:41.345Z[verify-libraries] Compiling tough v0.19.0
40932025-02-28T09:56:43.703Z[ host-image] Feb 28 09:56:42.555 INFO O| Feb 28 09:56:42.555 INFO O| Download: 6645/22863 items 46.9/199.8MB 23% complete (530k/s)
40942025-02-28T09:56:44.910Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40952025-02-28T09:56:48.763Z[ host-image] Feb 28 09:56:47.614 INFO O| Feb 28 09:56:47.614 INFO O| Download: 7365/22863 items 57.5/199.8MB 28% complete (1.1M/s)
40962025-02-28T09:56:49.481Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40972025-02-28T09:56:50.942Z[ recovery-image] Feb 28 09:56:49.794 INFO O| Feb 28 09:56:49.793 INFO O| Planning: Running solver ... Done
40982025-02-28T09:56:51.557Z[ recovery-image] Feb 28 09:56:50.408 INFO O| Feb 28 09:56:50.408 INFO O| Planning: Finding local manifests ... Done
40992025-02-28T09:56:51.575Z[ recovery-image] Feb 28 09:56:50.426 INFO O| Feb 28 09:56:50.426 INFO O| Planning: Fetching manifests: 0/124 0% complete
41002025-02-28T09:56:53.899Z[ host-image] Feb 28 09:56:52.750 INFO O| Feb 28 09:56:52.750 INFO O| Download: 8214/22863 items 61.0/199.8MB 30% complete (1.4M/s)
41012025-02-28T09:56:56.600Z[ recovery-image] Feb 28 09:56:55.452 INFO O| Feb 28 09:56:55.452 INFO O| Planning: Fetching manifests: 124/124 100% complete
41022025-02-28T09:56:57.521Z[ recovery-image] Feb 28 09:56:56.372 INFO O| Feb 28 09:56:56.372 INFO O| Planning: Package planning ... Done
41032025-02-28T09:56:58.441Z[ recovery-image] Feb 28 09:56:57.293 INFO O| Feb 28 09:56:57.293 INFO O| Planning: Merging actions ... Done
41042025-02-28T09:56:58.661Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41052025-02-28T09:56:58.920Z[ host-image] Feb 28 09:56:57.772 INFO O| Feb 28 09:56:57.772 INFO O| Download: 9200/22863 items 75.6/199.8MB 37% complete (1.8M/s)
41062025-02-28T09:56:58.933Z[ recovery-image] Feb 28 09:56:57.784 INFO O| Feb 28 09:56:57.784 INFO O| Planning: Checking for conflicting actions ... Done
41072025-02-28T09:56:59.088Z[ recovery-image] Feb 28 09:56:57.939 INFO O| Feb 28 09:56:57.939 INFO O| Planning: Consolidating action changes ... Done
41082025-02-28T09:56:59.457Z[ recovery-image] Feb 28 09:56:58.309 INFO O| Feb 28 09:56:58.309 INFO O| Planning: Evaluating mediators ... Done
41092025-02-28T09:57:02.673Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41102025-02-28T09:57:03.716Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41112025-02-28T09:57:03.920Z[ host-image] Feb 28 09:57:02.772 INFO O| Feb 28 09:57:02.772 INFO O| Download: 10291/22863 items 86.7/199.8MB 43% complete (2.5M/s)
41122025-02-28T09:57:05.697Z[ recovery-image] Feb 28 09:57:04.549 INFO O| Feb 28 09:57:04.549 INFO O| Planning: Planning completed in 188.45 seconds
41132025-02-28T09:57:05.706Z[ recovery-image] Feb 28 09:57:04.557 INFO O| Feb 28 09:57:04.557 INFO O| Packages to install: 124
41142025-02-28T09:57:05.709Z[ recovery-image] Feb 28 09:57:04.557 INFO O| Feb 28 09:57:04.557 INFO O| Mediators to change: 4
41152025-02-28T09:57:05.709Z[ recovery-image] Feb 28 09:57:04.557 INFO O| Feb 28 09:57:04.557 INFO O| Services to change: 5
41162025-02-28T09:57:05.789Z[ recovery-image] Feb 28 09:57:04.641 INFO O| Feb 28 09:57:04.641 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
41172025-02-28T09:57:06.767Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41182025-02-28T09:57:06.793Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41192025-02-28T09:57:08.930Z[ host-image] Feb 28 09:57:07.782 INFO O| Feb 28 09:57:07.781 INFO O| Download: 11068/22863 items 91.1/199.8MB 45% complete (1.6M/s)
41202025-02-28T09:57:10.789Z[ recovery-image] Feb 28 09:57:09.641 INFO O| Feb 28 09:57:09.641 INFO O| Download: 1026/15934 items 7.9/176.5MB 4% complete (1.6M/s)
41212025-02-28T09:57:11.754Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41222025-02-28T09:57:13.931Z[ host-image] Feb 28 09:57:12.782 INFO O| Feb 28 09:57:12.782 INFO O| Download: 11634/22863 items 96.5/199.8MB 48% complete (1.0M/s)
41232025-02-28T09:57:14.457Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41242025-02-28T09:57:14.574Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41252025-02-28T09:57:14.928Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41262025-02-28T09:57:15.885Z[ recovery-image] Feb 28 09:57:14.736 INFO O| Feb 28 09:57:14.736 INFO O| Download: 1230/15934 items 17.2/176.5MB 9% complete (1.7M/s)
41272025-02-28T09:57:17.328Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
41282025-02-28T09:57:17.911Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
41292025-02-28T09:57:18.968Z[ host-image] Feb 28 09:57:17.819 INFO O| Feb 28 09:57:17.819 INFO O| Download: 12245/22863 items 108.7/199.8MB 54% complete (1.8M/s)
41302025-02-28T09:57:20.905Z[ recovery-image] Feb 28 09:57:19.756 INFO O| Feb 28 09:57:19.756 INFO O| Download: 1874/15934 items 28.5/176.5MB 16% complete (2.0M/s)
41312025-02-28T09:57:21.214Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41322025-02-28T09:57:22.788Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41332025-02-28T09:57:23.091Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41342025-02-28T09:57:23.654Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41352025-02-28T09:57:23.982Z[ host-image] Feb 28 09:57:22.833 INFO O| Feb 28 09:57:22.832 INFO O| Download: 12985/22863 items 109.9/199.8MB 55% complete (1.4M/s)
41362025-02-28T09:57:25.958Z[ recovery-image] Feb 28 09:57:24.810 INFO O| Feb 28 09:57:24.809 INFO O| Download: 2717/15934 items 33.1/176.5MB 18% complete (1.6M/s)
41372025-02-28T09:57:29.082Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41382025-02-28T09:57:29.101Z[ host-image] Feb 28 09:57:27.952 INFO O| Feb 28 09:57:27.952 INFO O| Download: 13963/22863 items 110.4/199.8MB 55% complete (177k/s)
41392025-02-28T09:57:30.692Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41402025-02-28T09:57:31.271Z[ recovery-image] Feb 28 09:57:30.122 INFO O| Feb 28 09:57:30.122 INFO O| Download: 3705/15934 items 39.7/176.5MB 22% complete (1.1M/s)
41412025-02-28T09:57:34.144Z[ host-image] Feb 28 09:57:32.995 INFO O| Feb 28 09:57:32.995 INFO O| Download: 14454/22863 items 111.6/199.8MB 55% complete (143k/s)
41422025-02-28T09:57:34.641Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41432025-02-28T09:57:36.271Z[ recovery-image] Feb 28 09:57:35.122 INFO O| Feb 28 09:57:35.122 INFO O| Download: 4460/15934 items 42.9/176.5MB 24% complete (970k/s)
41442025-02-28T09:57:39.407Z[ host-image] Feb 28 09:57:38.258 INFO O| Feb 28 09:57:38.258 INFO O| Download: 14590/22863 items 116.8/199.8MB 58% complete (636k/s)
41452025-02-28T09:57:41.243Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41462025-02-28T09:57:41.275Z[ recovery-image] Feb 28 09:57:40.124 INFO O| Feb 28 09:57:40.124 INFO O| Download: 5696/15934 items 43.7/176.5MB 24% complete (415k/s)
41472025-02-28T09:57:41.679Z[verify-libraries] Compiling sct v0.7.1
41482025-02-28T09:57:42.180Z[verify-libraries] Compiling rustls-webpki v0.101.7
41492025-02-28T09:57:44.410Z[ host-image] Feb 28 09:57:43.258 INFO O| Feb 28 09:57:43.258 INFO O| Download: 15557/22863 items 123.9/199.8MB 62% complete (1.2M/s)
41502025-02-28T09:57:44.883Z[verify-libraries] Compiling rustls v0.21.12
41512025-02-28T09:57:46.288Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41522025-02-28T09:57:46.292Z[ recovery-image] Feb 28 09:57:45.139 INFO O| Feb 28 09:57:45.139 INFO O| Download: 5824/15934 items 47.0/176.5MB 26% complete (397k/s)
41532025-02-28T09:57:48.533Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41542025-02-28T09:57:49.549Z[ host-image] Feb 28 09:57:48.400 INFO O| Feb 28 09:57:48.400 INFO O| Download: 15995/22863 items 130.6/199.8MB 65% complete (1.4M/s)
41552025-02-28T09:57:51.613Z[ recovery-image] Feb 28 09:57:50.464 INFO O| Feb 28 09:57:50.464 INFO O| Download: 6186/15934 items 58.2/176.5MB 32% complete (1.3M/s)
41562025-02-28T09:57:54.564Z[ host-image] Feb 28 09:57:53.413 INFO O| Feb 28 09:57:53.413 INFO O| Download: 16965/22863 items 141.9/199.8MB 71% complete (1.8M/s)
41572025-02-28T09:57:56.635Z[ recovery-image] Feb 28 09:57:55.486 INFO O| Feb 28 09:57:55.486 INFO O| Download: 7084/15934 items 70.9/176.5MB 40% complete (1.8M/s)
41582025-02-28T09:57:59.568Z[ host-image] Feb 28 09:57:58.418 INFO O| Feb 28 09:57:58.418 INFO O| Download: 17776/22863 items 147.1/199.8MB 73% complete (1.6M/s)
41592025-02-28T09:58:01.718Z[ recovery-image] Feb 28 09:58:00.568 INFO O| Feb 28 09:58:00.568 INFO O| Download: 7936/15934 items 75.9/176.5MB 42% complete (1.8M/s)
41602025-02-28T09:58:04.597Z[ host-image] Feb 28 09:58:03.448 INFO O| Feb 28 09:58:03.447 INFO O| Download: 18721/22863 items 164.9/199.8MB 82% complete (2.3M/s)
41612025-02-28T09:58:06.729Z[ recovery-image] Feb 28 09:58:05.579 INFO O| Feb 28 09:58:05.579 INFO O| Download: 8246/15934 items 79.9/176.5MB 45% complete (947k/s)
41622025-02-28T09:58:09.610Z[ host-image] Feb 28 09:58:08.460 INFO O| Feb 28 09:58:08.460 INFO O| Download: 19703/22863 items 169.2/199.8MB 84% complete (2.2M/s)
41632025-02-28T09:58:11.752Z[ recovery-image] Feb 28 09:58:10.602 INFO O| Feb 28 09:58:10.602 INFO O| Download: 8847/15934 items 87.1/176.5MB 49% complete (995k/s)
41642025-02-28T09:58:12.195Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41652025-02-28T09:58:14.706Z[ host-image] Feb 28 09:58:13.556 INFO O| Feb 28 09:58:13.556 INFO O| Download: 20707/22863 items 172.6/199.8MB 86% complete (825k/s)
41662025-02-28T09:58:15.663Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41672025-02-28T09:58:16.765Z[ recovery-image] Feb 28 09:58:15.616 INFO O| Feb 28 09:58:15.615 INFO O| Download: 9390/15934 items 93.0/176.5MB 52% complete (1.3M/s)
41682025-02-28T09:58:20.707Z[ host-image] Feb 28 09:58:19.558 INFO O| Feb 28 09:58:19.557 INFO O| Download: 20885/22863 items 174.1/199.8MB 87% complete (581k/s)
41692025-02-28T09:58:21.825Z[ recovery-image] Feb 28 09:58:20.675 INFO O| Feb 28 09:58:20.675 INFO O| Download: 10169/15934 items 93.4/176.5MB 52% complete (831k/s)
41702025-02-28T09:58:22.670Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41712025-02-28T09:58:22.715Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41722025-02-28T09:58:25.708Z[ host-image] Feb 28 09:58:24.558 INFO O| Feb 28 09:58:24.558 INFO O| Download: 21667/22863 items 183.6/199.8MB 91% complete (1.1M/s)
41732025-02-28T09:58:27.093Z[ recovery-image] Feb 28 09:58:25.943 INFO O| Feb 28 09:58:25.943 INFO O| Download: 11006/15934 items 94.2/176.5MB 53% complete (107k/s)
41742025-02-28T09:58:29.498Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41752025-02-28T09:58:30.924Z[ host-image] Feb 28 09:58:29.775 INFO O| Feb 28 09:58:29.775 INFO O| Download: 22118/22863 items 192.6/199.8MB 96% complete (2.0M/s)
41762025-02-28T09:58:32.340Z[ recovery-image] Feb 28 09:58:31.189 INFO O| Feb 28 09:58:31.189 INFO O| Download: 11491/15934 items 107.3/176.5MB 60% complete (1.4M/s)
41772025-02-28T09:58:33.203Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41782025-02-28T09:58:33.607Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41792025-02-28T09:58:33.977Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41802025-02-28T09:58:34.467Z[verify-libraries] Compiling tokio-rustls v0.24.1
41812025-02-28T09:58:35.021Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41822025-02-28T09:58:35.720Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41832025-02-28T09:58:35.929Z[ host-image] Feb 28 09:58:34.778 INFO O| Feb 28 09:58:34.778 INFO O| Download: 22640/22863 items 199.5/199.8MB 99% complete (1.6M/s)
41842025-02-28T09:58:37.332Z[ host-image] Feb 28 09:58:36.182 INFO O| Feb 28 09:58:36.182 INFO O| Download: Completed 199.77 MB in 149.05 seconds (1.3M/s)
41852025-02-28T09:58:37.339Z[ recovery-image] Feb 28 09:58:36.189 INFO O| Feb 28 09:58:36.189 INFO O| Download: 11816/15934 items 122.3/176.5MB 69% complete (2.7M/s)
41862025-02-28T09:58:38.576Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41872025-02-28T09:58:38.724Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41882025-02-28T09:58:38.789Z[ host-image] Feb 28 09:58:37.639 INFO O| Feb 28 09:58:37.638 INFO O| Actions: 1/49570 actions (Installing new actions)
41892025-02-28T09:58:38.933Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41902025-02-28T09:58:39.335Z[verify-libraries] Compiling num-bigint v0.4.6
41912025-02-28T09:58:42.341Z[ recovery-image] Feb 28 09:58:41.191 INFO O| Feb 28 09:58:41.191 INFO O| Download: 12659/15934 items 142.2/176.5MB 80% complete (3.5M/s)
41922025-02-28T09:58:42.660Z[verify-libraries] Compiling des v0.8.1
41932025-02-28T09:58:43.314Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41942025-02-28T09:58:43.790Z[ host-image] Feb 28 09:58:42.639 INFO O| Feb 28 09:58:42.639 INFO O| Actions: 9287/49570 actions (Installing new actions)
41952025-02-28T09:58:44.068Z[verify-libraries] Compiling hex-literal v0.4.1
41962025-02-28T09:58:44.247Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41972025-02-28T09:58:44.309Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
41982025-02-28T09:58:44.420Z[verify-libraries] Compiling russh v0.45.0
41992025-02-28T09:58:47.342Z[ recovery-image] Feb 28 09:58:46.192 INFO O| Feb 28 09:58:46.192 INFO O| Download: 13749/15934 items 147.4/176.5MB 83% complete (2.6M/s)
42002025-02-28T09:58:48.790Z[ host-image] Feb 28 09:58:47.639 INFO O| Feb 28 09:58:47.639 INFO O| Actions: 15182/49570 actions (Installing new actions)
42012025-02-28T09:58:49.120Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42022025-02-28T09:58:52.646Z[ recovery-image] Feb 28 09:58:51.495 INFO O| Feb 28 09:58:51.495 INFO O| Download: 14760/15934 items 151.1/176.5MB 85% complete (889k/s)
42032025-02-28T09:58:53.796Z[ host-image] Feb 28 09:58:52.646 INFO O| Feb 28 09:58:52.646 INFO O| Actions: 22992/49570 actions (Installing new actions)
42042025-02-28T09:58:54.668Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
42052025-02-28T09:58:57.212Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42062025-02-28T09:58:57.351Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42072025-02-28T09:58:57.670Z[ recovery-image] Feb 28 09:58:56.519 INFO O| Feb 28 09:58:56.519 INFO O| Download: 15530/15934 items 165.6/176.5MB 93% complete (1.8M/s)
42082025-02-28T09:58:58.801Z[ host-image] Feb 28 09:58:57.650 INFO O| Feb 28 09:58:57.650 INFO O| Actions: 49087/49570 actions (Installing new actions)
42092025-02-28T09:58:59.604Z[ host-image] Feb 28 09:58:58.454 INFO O| Feb 28 09:58:58.453 INFO O| Actions: Completed 49570 actions in 20.81 seconds.
42102025-02-28T09:59:00.560Z[ host-image] Feb 28 09:58:59.410 INFO O| Feb 28 09:58:59.410 INFO O| Done
42112025-02-28T09:59:00.560Z[ host-image] Feb 28 09:58:59.410 INFO O| Feb 28 09:58:59.410 INFO O| Done
42122025-02-28T09:59:02.396Z[ host-image] Feb 28 09:59:01.245 INFO O| Feb 28 09:59:01.245 INFO O| Done
42132025-02-28T09:59:02.674Z[ recovery-image] Feb 28 09:59:01.524 INFO O| Feb 28 09:59:01.524 INFO O| Download: 15904/15934 items 175.3/176.5MB 99% complete (2.4M/s)
42142025-02-28T09:59:03.168Z[ recovery-image] Feb 28 09:59:02.018 INFO O| Feb 28 09:59:02.018 INFO O| Download: Completed 176.48 MB in 117.38 seconds (1.5M/s)
42152025-02-28T09:59:04.431Z[ recovery-image] Feb 28 09:59:03.280 INFO O| Feb 28 09:59:03.280 INFO O| Actions: 1/25107 actions (Installing new actions)
42162025-02-28T09:59:05.295Z[ host-image] Feb 28 09:59:04.145 INFO O| Feb 28 09:59:04.144 INFO O| Done
42172025-02-28T09:59:05.358Z[ host-image] Feb 28 09:59:04.208 INFO O| Feb 28 09:59:04.207 INFO O| Done
42182025-02-28T09:59:06.401Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42192025-02-28T09:59:09.437Z[ recovery-image] Feb 28 09:59:08.287 INFO O| Feb 28 09:59:08.287 INFO O| Actions: 8863/25107 actions (Installing new actions)
42202025-02-28T09:59:10.783Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42212025-02-28T09:59:11.900Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42222025-02-28T09:59:13.868Z[ host-image] Feb 28 09:59:12.718 INFO O| Feb 28 09:59:12.718 INFO O| Done
42232025-02-28T09:59:14.438Z[ recovery-image] Feb 28 09:59:13.287 INFO O| Feb 28 09:59:13.287 INFO O| Actions: 14708/25107 actions (Installing new actions)
42242025-02-28T09:59:14.905Z[ host-image] Feb 28 09:59:13.754 INFO O| Feb 28 09:59:13.754 INFO O| Done
42252025-02-28T09:59:15.795Z[ host-image] Feb 28 09:59:14.644 INFO O| Feb 28 09:59:14.644 INFO STEP 11 (pkg_install) COMPLETE
42262025-02-28T09:59:15.795Z[ host-image] Feb 28 09:59:14.644 INFO O| Feb 28 09:59:14.644 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42272025-02-28T09:59:15.825Z[ host-image] Feb 28 09:59:14.675 INFO O| Feb 28 09:59:14.674 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"]
42282025-02-28T09:59:19.491Z[ recovery-image] Feb 28 09:59:18.341 INFO O| Feb 28 09:59:18.341 INFO O| Actions: 23213/25107 actions (Installing new actions)
42292025-02-28T09:59:19.674Z[ host-image] Feb 28 09:59:18.521 INFO O| Feb 28 09:59:18.521 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42302025-02-28T09:59:21.255Z[ recovery-image] Feb 28 09:59:20.104 INFO O| Feb 28 09:59:20.104 INFO O| Actions: Completed 25107 actions in 16.82 seconds.
42312025-02-28T09:59:21.995Z[ recovery-image] Feb 28 09:59:20.844 INFO O| Feb 28 09:59:20.844 INFO O| Done
42322025-02-28T09:59:21.999Z[ recovery-image] Feb 28 09:59:20.845 INFO O| Feb 28 09:59:20.844 INFO O| Done
42332025-02-28T09:59:23.739Z[ recovery-image] Feb 28 09:59:22.588 INFO O| Feb 28 09:59:22.588 INFO O| Done
42342025-02-28T09:59:24.489Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42352025-02-28T09:59:25.531Z[ host-image] Feb 28 09:59:24.380 INFO O| Feb 28 09:59:24.380 INFO O| Planning: Solver setup ... Done
42362025-02-28T09:59:25.539Z[ host-image] Feb 28 09:59:24.388 INFO O| Feb 28 09:59:24.388 INFO O| Planning: Running solver ... Done
42372025-02-28T09:59:25.702Z[ host-image] Feb 28 09:59:24.551 INFO O| Feb 28 09:59:24.551 INFO O| Planning: Finding local manifests ... Done
42382025-02-28T09:59:25.706Z[ host-image] Feb 28 09:59:24.554 INFO O| Feb 28 09:59:24.554 INFO O| Planning: Fetching manifests: 0/5 0% complete
42392025-02-28T09:59:25.925Z[ recovery-image] Feb 28 09:59:24.774 INFO O| Feb 28 09:59:24.774 INFO O| Done
42402025-02-28T09:59:25.948Z[ recovery-image] Feb 28 09:59:24.797 INFO O| Feb 28 09:59:24.797 INFO O| Done
42412025-02-28T09:59:26.080Z[ host-image] Feb 28 09:59:24.929 INFO O| Feb 28 09:59:24.928 INFO O| Planning: Fetching manifests: 5/5 100% complete
42422025-02-28T09:59:26.121Z[ host-image] Feb 28 09:59:24.970 INFO O| Feb 28 09:59:24.970 INFO O| Planning: Package planning ... Done
42432025-02-28T09:59:26.132Z[ host-image] Feb 28 09:59:24.981 INFO O| Feb 28 09:59:24.981 INFO O| Planning: Merging actions ... Done
42442025-02-28T09:59:26.368Z[ host-image] Feb 28 09:59:25.218 INFO O| Feb 28 09:59:25.217 INFO O| Planning: Checking for conflicting actions ... Done
42452025-02-28T09:59:26.371Z[ host-image] Feb 28 09:59:25.220 INFO O| Feb 28 09:59:25.220 INFO O| Planning: Consolidating action changes ... Done
42462025-02-28T09:59:26.787Z[ host-image] Feb 28 09:59:25.635 INFO O| Feb 28 09:59:25.635 INFO O| Planning: Evaluating mediators ... Done
42472025-02-28T09:59:26.791Z[ host-image] Feb 28 09:59:25.638 INFO O| Feb 28 09:59:25.638 INFO O| Planning: Planning completed in 7.12 seconds
42482025-02-28T09:59:26.795Z[ host-image] Feb 28 09:59:25.641 INFO O| Feb 28 09:59:25.641 INFO O| Packages to install: 5
42492025-02-28T09:59:26.795Z[ host-image] Feb 28 09:59:25.641 INFO O| Feb 28 09:59:25.641 INFO O| Services to change: 2
42502025-02-28T09:59:26.814Z[ host-image] Feb 28 09:59:25.663 INFO O| Feb 28 09:59:25.663 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
42512025-02-28T09:59:27.985Z[ host-image] Feb 28 09:59:26.834 INFO O| Feb 28 09:59:26.834 INFO O| Download: Completed 1.46 MB in 1.17 seconds (1.2M/s)
42522025-02-28T09:59:28.079Z[ host-image] Feb 28 09:59:26.928 INFO O| Feb 28 09:59:26.928 INFO O| Actions: 1/306 actions (Installing new actions)
42532025-02-28T09:59:28.265Z[ host-image] Feb 28 09:59:27.114 INFO O| Feb 28 09:59:27.114 INFO O| Actions: Completed 306 actions in 0.19 seconds.
42542025-02-28T09:59:28.936Z[ host-image] Feb 28 09:59:27.785 INFO O| Feb 28 09:59:27.785 INFO O| Done
42552025-02-28T09:59:28.936Z[ host-image] Feb 28 09:59:27.785 INFO O| Feb 28 09:59:27.785 INFO O| Done
42562025-02-28T09:59:30.466Z[ host-image] Feb 28 09:59:29.316 INFO O| Feb 28 09:59:29.316 INFO O| Done
42572025-02-28T09:59:30.955Z[ recovery-image] Feb 28 09:59:29.804 INFO O| Feb 28 09:59:29.804 INFO O| Done
42582025-02-28T09:59:31.630Z[ recovery-image] Feb 28 09:59:30.479 INFO O| Feb 28 09:59:30.479 INFO O| Done
42592025-02-28T09:59:32.273Z[ recovery-image] Feb 28 09:59:31.122 INFO O| Feb 28 09:59:31.122 INFO STEP 11 (pkg_install) COMPLETE
42602025-02-28T09:59:32.274Z[ recovery-image] Feb 28 09:59:31.122 INFO O| Feb 28 09:59:31.122 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42612025-02-28T09:59:32.276Z[ recovery-image] Feb 28 09:59:31.122 INFO O| Feb 28 09:59:31.122 INFO skip step because feature "recovery" is enabled
42622025-02-28T09:59:32.277Z[ recovery-image] Feb 28 09:59:31.122 INFO O| Feb 28 09:59:31.122 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42632025-02-28T09:59:32.277Z[ recovery-image] Feb 28 09:59:31.122 INFO O| Feb 28 09:59:31.122 INFO skip step because feature "omicron1" is not enabled
42642025-02-28T09:59:32.277Z[ recovery-image] Feb 28 09:59:31.122 INFO O| Feb 28 09:59:31.122 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42652025-02-28T09:59:32.296Z[ recovery-image] Feb 28 09:59:31.144 INFO O| Feb 28 09:59:31.144 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42662025-02-28T09:59:33.235Z[ host-image] Feb 28 09:59:32.084 INFO O| Feb 28 09:59:32.084 INFO O| Done
42672025-02-28T09:59:33.308Z[ host-image] Feb 28 09:59:32.157 INFO O| Feb 28 09:59:32.157 INFO O| Done
42682025-02-28T09:59:33.312Z[ host-image] Feb 28 09:59:32.157 INFO O| Feb 28 09:59:32.157 INFO O| Done
42692025-02-28T09:59:33.344Z[ host-image] Feb 28 09:59:32.193 INFO O| Feb 28 09:59:32.193 INFO O| Done
42702025-02-28T09:59:33.476Z[ recovery-image] Feb 28 09:59:32.325 INFO O| Feb 28 09:59:32.325 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42712025-02-28T09:59:33.563Z[ host-image] Feb 28 09:59:32.412 INFO O| Feb 28 09:59:32.412 INFO STEP 12 (pkg_install) COMPLETE
42722025-02-28T09:59:33.563Z[ host-image] Feb 28 09:59:32.412 INFO O| Feb 28 09:59:32.412 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42732025-02-28T09:59:33.586Z[ host-image] Feb 28 09:59:32.435 INFO O| Feb 28 09:59:32.435 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42742025-02-28T09:59:34.680Z[ host-image] Feb 28 09:59:33.528 INFO O| Feb 28 09:59:33.528 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42752025-02-28T09:59:38.104Z[ recovery-image] Feb 28 09:59:36.952 INFO O| Feb 28 09:59:36.952 INFO O| Planning: Solver setup ... Done
42762025-02-28T09:59:38.110Z[ recovery-image] Feb 28 09:59:36.959 INFO O| Feb 28 09:59:36.959 INFO O| Planning: Running solver ... Done
42772025-02-28T09:59:38.226Z[ recovery-image] Feb 28 09:59:37.074 INFO O| Feb 28 09:59:37.074 INFO O| Planning: Finding local manifests ... Done
42782025-02-28T09:59:38.228Z[ recovery-image] Feb 28 09:59:37.075 INFO O| Feb 28 09:59:37.075 INFO O| Planning: Fetching manifests: 0/1 0% complete
42792025-02-28T09:59:38.426Z[ recovery-image] Feb 28 09:59:37.275 INFO O| Feb 28 09:59:37.275 INFO O| Planning: Fetching manifests: 1/1 100% complete
42802025-02-28T09:59:38.477Z[ recovery-image] Feb 28 09:59:37.325 INFO O| Feb 28 09:59:37.325 INFO O| Planning: Package planning ... Done
42812025-02-28T09:59:38.479Z[ recovery-image] Feb 28 09:59:37.326 INFO O| Feb 28 09:59:37.326 INFO O| Planning: Merging actions ... Done
42822025-02-28T09:59:38.555Z[ recovery-image] Feb 28 09:59:37.404 INFO O| Feb 28 09:59:37.404 INFO O| Planning: Checking for conflicting actions ... Done
42832025-02-28T09:59:38.558Z[ recovery-image] Feb 28 09:59:37.404 INFO O| Feb 28 09:59:37.404 INFO O| Planning: Consolidating action changes ... Done
42842025-02-28T09:59:38.846Z[ recovery-image] Feb 28 09:59:37.694 INFO O| Feb 28 09:59:37.694 INFO O| Planning: Evaluating mediators ... Done
42852025-02-28T09:59:38.848Z[ recovery-image] Feb 28 09:59:37.695 INFO O| Feb 28 09:59:37.695 INFO O| Planning: Planning completed in 5.37 seconds
42862025-02-28T09:59:38.849Z[ recovery-image] Feb 28 09:59:37.697 INFO O| Feb 28 09:59:37.697 INFO O| Packages to install: 1
42872025-02-28T09:59:38.867Z[ recovery-image] Feb 28 09:59:37.716 INFO O| Feb 28 09:59:37.716 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
42882025-02-28T09:59:39.219Z[ host-image] Feb 28 09:59:38.068 INFO O| Feb 28 09:59:38.068 INFO O| Planning: Solver setup ... Done
42892025-02-28T09:59:39.226Z[ host-image] Feb 28 09:59:38.075 INFO O| Feb 28 09:59:38.075 INFO O| Planning: Running solver ... Done
42902025-02-28T09:59:39.329Z[ host-image] Feb 28 09:59:38.178 INFO O| Feb 28 09:59:38.178 INFO O| Planning: Finding local manifests ... Done
42912025-02-28T09:59:39.332Z[ host-image] Feb 28 09:59:38.181 INFO O| Feb 28 09:59:38.181 INFO O| Planning: Fetching manifests: 0/6 0% complete
42922025-02-28T09:59:39.367Z[ recovery-image] Feb 28 09:59:38.216 INFO O| Feb 28 09:59:38.216 INFO O| Download: Completed 10.27 MB in 0.50 seconds (20.6M/s)
42932025-02-28T09:59:39.464Z[ recovery-image] Feb 28 09:59:38.313 INFO O| Feb 28 09:59:38.313 INFO O| Actions: 1/22 actions (Installing new actions)
42942025-02-28T09:59:39.754Z[ host-image] Feb 28 09:59:38.602 INFO O| Feb 28 09:59:38.602 INFO O| Planning: Fetching manifests: 6/6 100% complete
42952025-02-28T09:59:39.829Z[ host-image] Feb 28 09:59:38.678 INFO O| Feb 28 09:59:38.677 INFO O| Planning: Package planning ... Done
42962025-02-28T09:59:39.866Z[ host-image] Feb 28 09:59:38.713 INFO O| Feb 28 09:59:38.713 INFO O| Planning: Merging actions ... Done
42972025-02-28T09:59:39.910Z[ recovery-image] Feb 28 09:59:38.758 INFO O| Feb 28 09:59:38.758 INFO O| Actions: Completed 22 actions in 0.45 seconds.
42982025-02-28T09:59:40.032Z[ host-image] Feb 28 09:59:38.881 INFO O| Feb 28 09:59:38.881 INFO O| Planning: Checking for conflicting actions ... Done
42992025-02-28T09:59:40.039Z[ host-image] Feb 28 09:59:38.888 INFO O| Feb 28 09:59:38.888 INFO O| Planning: Consolidating action changes ... Done
43002025-02-28T09:59:40.519Z[ host-image] Feb 28 09:59:39.368 INFO O| Feb 28 09:59:39.368 INFO O| Planning: Evaluating mediators ... Done
43012025-02-28T09:59:40.525Z[ host-image] Feb 28 09:59:39.374 INFO O| Feb 28 09:59:39.374 INFO O| Planning: Planning completed in 5.85 seconds
43022025-02-28T09:59:40.530Z[ host-image] Feb 28 09:59:39.378 INFO O| Feb 28 09:59:39.378 INFO O| Packages to install: 6
43032025-02-28T09:59:40.530Z[ host-image] Feb 28 09:59:39.378 INFO O| Feb 28 09:59:39.378 INFO O| Mediators to change: 1
43042025-02-28T09:59:40.532Z[ host-image] Feb 28 09:59:39.378 INFO O| Feb 28 09:59:39.378 INFO O| Services to change: 1
43052025-02-28T09:59:40.559Z[ host-image] Feb 28 09:59:39.408 INFO O| Feb 28 09:59:39.407 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43062025-02-28T09:59:40.616Z[ recovery-image] Feb 28 09:59:39.465 INFO O| Feb 28 09:59:39.465 INFO O| Done
43072025-02-28T09:59:40.616Z[ recovery-image] Feb 28 09:59:39.465 INFO O| Feb 28 09:59:39.465 INFO O| Done
43082025-02-28T09:59:41.570Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43092025-02-28T09:59:42.082Z[ recovery-image] Feb 28 09:59:40.931 INFO O| Feb 28 09:59:40.930 INFO O| Done
43102025-02-28T09:59:43.874Z[ recovery-image] Feb 28 09:59:42.723 INFO O| Feb 28 09:59:42.723 INFO O| Done
43112025-02-28T09:59:43.899Z[ recovery-image] Feb 28 09:59:42.748 INFO O| Feb 28 09:59:42.748 INFO O| Done
43122025-02-28T09:59:43.902Z[ recovery-image] Feb 28 09:59:42.748 INFO O| Feb 28 09:59:42.748 INFO O| Done
43132025-02-28T09:59:43.917Z[ recovery-image] Feb 28 09:59:42.766 INFO O| Feb 28 09:59:42.766 INFO O| Done
43142025-02-28T09:59:44.082Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO STEP 14 (pkg_install) COMPLETE
43152025-02-28T09:59:44.082Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43162025-02-28T09:59:44.084Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO skip step because feature "mfg" is not enabled
43172025-02-28T09:59:44.084Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43182025-02-28T09:59:44.084Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO skip step because feature "compliance" is not enabled
43192025-02-28T09:59:44.084Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43202025-02-28T09:59:44.084Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO skip step because feature "stress" is not enabled
43212025-02-28T09:59:44.084Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43222025-02-28T09:59:44.085Z[ recovery-image] Feb 28 09:59:42.930 INFO O| Feb 28 09:59:42.930 INFO skip step because feature "nfs" is not enabled
43232025-02-28T09:59:44.085Z[ recovery-image] Feb 28 09:59:42.931 INFO O| Feb 28 09:59:42.930 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43242025-02-28T09:59:44.085Z[ recovery-image] Feb 28 09:59:42.931 INFO O| Feb 28 09:59:42.931 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43252025-02-28T09:59:44.208Z[ recovery-image] Feb 28 09:59:43.057 INFO O| Feb 28 09:59:43.057 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
43262025-02-28T09:59:44.408Z[ recovery-image] Feb 28 09:59:43.254 INFO O| Feb 28 09:59:43.254 INFO completed processing gimlet/ramdisk-01-os
43272025-02-28T09:59:44.410Z[ recovery-image] Feb 28 09:59:43.258 INFO image builder template: ramdisk-02-trim...
43282025-02-28T09:59:44.410Z[ recovery-image] Feb 28 09:59:43.258 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/.tmpmn8qfF/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
43292025-02-28T09:59:44.455Z[ recovery-image] Feb 28 09:59:43.304 INFO O| Feb 28 09:59:43.304 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43302025-02-28T09:59:44.487Z[ recovery-image] Feb 28 09:59:43.335 INFO O| Feb 28 09:59:43.335 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43312025-02-28T09:59:44.665Z[ recovery-image] Feb 28 09:59:43.513 INFO O| Feb 28 09:59:43.513 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
43322025-02-28T09:59:44.804Z[ recovery-image] Feb 28 09:59:43.652 INFO O| Feb 28 09:59:43.652 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43332025-02-28T09:59:44.807Z[ recovery-image] Feb 28 09:59:43.652 INFO O| Feb 28 09:59:43.652 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43342025-02-28T09:59:44.816Z[ recovery-image] Feb 28 09:59:43.665 INFO O| Feb 28 09:59:43.665 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43352025-02-28T09:59:44.825Z[ recovery-image] Feb 28 09:59:43.674 INFO O| Feb 28 09:59:43.674 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43362025-02-28T09:59:44.852Z[ recovery-image] Feb 28 09:59:43.700 INFO O| Feb 28 09:59:43.700 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43372025-02-28T09:59:45.282Z[ recovery-image] Feb 28 09:59:44.131 INFO O| Feb 28 09:59:44.131 INFO rolled back to input snapshot; work may begin
43382025-02-28T09:59:45.282Z[ recovery-image] Feb 28 09:59:44.131 INFO O| Feb 28 09:59:44.131 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43392025-02-28T09:59:45.292Z[ recovery-image] Feb 28 09:59:44.140 INFO O| Feb 28 09:59:44.140 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43402025-02-28T09:59:45.312Z[ recovery-image] Feb 28 09:59:44.161 INFO O| Feb 28 09:59:44.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
43412025-02-28T09:59:45.456Z[ recovery-image] Feb 28 09:59:44.305 INFO O| Feb 28 09:59:44.304 INFO STEP 0 (remove_files) COMPLETE
43422025-02-28T09:59:45.456Z[ recovery-image] Feb 28 09:59:44.305 INFO O| Feb 28 09:59:44.305 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432025-02-28T09:59:45.476Z[ recovery-image] Feb 28 09:59:44.325 INFO O| Feb 28 09:59:44.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43442025-02-28T09:59:45.480Z[ recovery-image] Feb 28 09:59:44.328 INFO O| Feb 28 09:59:44.327 INFO STEP 1 (remove_files) COMPLETE
43452025-02-28T09:59:45.480Z[ recovery-image] Feb 28 09:59:44.328 INFO O| Feb 28 09:59:44.328 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43462025-02-28T09:59:45.499Z[ recovery-image] Feb 28 09:59:44.348 INFO O| Feb 28 09:59:44.348 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43472025-02-28T09:59:45.551Z[ recovery-image] Feb 28 09:59:44.400 INFO O| Feb 28 09:59:44.399 INFO STEP 2 (remove_files) COMPLETE
43482025-02-28T09:59:45.554Z[ recovery-image] Feb 28 09:59:44.400 INFO O| Feb 28 09:59:44.400 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43492025-02-28T09:59:45.565Z[ host-image] Feb 28 09:59:44.414 INFO O| Feb 28 09:59:44.414 INFO O| Download: 1102/1140 items 6.5/8.4MB 77% complete (1.1M/s)
43502025-02-28T09:59:45.590Z[ recovery-image] Feb 28 09:59:44.439 INFO O| Feb 28 09:59:44.439 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43512025-02-28T09:59:45.594Z[ recovery-image] Feb 28 09:59:44.443 INFO O| Feb 28 09:59:44.443 INFO STEP 3 (remove_files) COMPLETE
43522025-02-28T09:59:45.594Z[ recovery-image] Feb 28 09:59:44.443 INFO O| Feb 28 09:59:44.443 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43532025-02-28T09:59:45.644Z[ recovery-image] Feb 28 09:59:44.492 INFO O| Feb 28 09:59:44.492 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43542025-02-28T09:59:45.651Z[ recovery-image] Feb 28 09:59:44.499 INFO O| Feb 28 09:59:44.499 INFO STEP 4 (remove_files) COMPLETE
43552025-02-28T09:59:45.651Z[ recovery-image] Feb 28 09:59:44.499 INFO O| Feb 28 09:59:44.499 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43562025-02-28T09:59:45.703Z[ recovery-image] Feb 28 09:59:44.551 INFO O| Feb 28 09:59:44.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43572025-02-28T09:59:45.703Z[ recovery-image] Feb 28 09:59:44.551 INFO O| Feb 28 09:59:44.551 INFO STEP 5 (remove_files) COMPLETE
43582025-02-28T09:59:45.706Z[ recovery-image] Feb 28 09:59:44.552 INFO O| Feb 28 09:59:44.551 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43592025-02-28T09:59:45.724Z[ recovery-image] Feb 28 09:59:44.572 INFO O| Feb 28 09:59:44.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43602025-02-28T09:59:45.744Z[ recovery-image] Feb 28 09:59:44.593 INFO O| Feb 28 09:59:44.593 INFO STEP 6 (remove_files) COMPLETE
43612025-02-28T09:59:45.744Z[ recovery-image] Feb 28 09:59:44.593 INFO O| Feb 28 09:59:44.593 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43622025-02-28T09:59:45.747Z[ recovery-image] Feb 28 09:59:44.593 INFO O| Feb 28 09:59:44.593 INFO skip step because feature "recovery" is enabled
43632025-02-28T09:59:45.747Z[ recovery-image] Feb 28 09:59:44.593 INFO O| Feb 28 09:59:44.593 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642025-02-28T09:59:45.747Z[ recovery-image] Feb 28 09:59:44.593 INFO O| Feb 28 09:59:44.593 INFO skip step because feature "recovery" is enabled
43652025-02-28T09:59:45.747Z[ recovery-image] Feb 28 09:59:44.593 INFO O| Feb 28 09:59:44.593 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662025-02-28T09:59:45.748Z[ recovery-image] Feb 28 09:59:44.593 INFO O| Feb 28 09:59:44.593 INFO skip step because feature "recovery" is enabled
43672025-02-28T09:59:45.748Z[ recovery-image] Feb 28 09:59:44.593 INFO O| Feb 28 09:59:44.593 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43682025-02-28T09:59:45.765Z[ recovery-image] Feb 28 09:59:44.614 INFO O| Feb 28 09:59:44.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43692025-02-28T09:59:45.771Z[ recovery-image] Feb 28 09:59:44.620 INFO O| Feb 28 09:59:44.620 INFO STEP 10 (remove_files) COMPLETE
43702025-02-28T09:59:45.771Z[ recovery-image] Feb 28 09:59:44.620 INFO O| Feb 28 09:59:44.620 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43712025-02-28T09:59:45.838Z[ recovery-image] Feb 28 09:59:44.686 INFO O| Feb 28 09:59:44.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43722025-02-28T09:59:45.841Z[ recovery-image] Feb 28 09:59:44.687 INFO O| Feb 28 09:59:44.687 INFO STEP 11 (remove_files) COMPLETE
43732025-02-28T09:59:45.841Z[ recovery-image] Feb 28 09:59:44.687 INFO O| Feb 28 09:59:44.687 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43742025-02-28T09:59:45.959Z[ recovery-image] Feb 28 09:59:44.807 INFO O| Feb 28 09:59:44.807 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43752025-02-28T09:59:45.963Z[ recovery-image] Feb 28 09:59:44.810 INFO O| Feb 28 09:59:44.810 INFO STEP 12 (remove_files) COMPLETE
43762025-02-28T09:59:45.963Z[ recovery-image] Feb 28 09:59:44.810 INFO O| Feb 28 09:59:44.810 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43772025-02-28T09:59:46.162Z[ host-image] Feb 28 09:59:45.011 INFO O| Feb 28 09:59:45.010 INFO O| Download: Completed 8.42 MB in 5.60 seconds (1.5M/s)
43782025-02-28T09:59:46.217Z[ recovery-image] Feb 28 09:59:45.066 INFO O| Feb 28 09:59:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43792025-02-28T09:59:46.222Z[ recovery-image] Feb 28 09:59:45.071 INFO O| Feb 28 09:59:45.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43802025-02-28T09:59:46.225Z[ recovery-image] Feb 28 09:59:45.072 INFO O| Feb 28 09:59:45.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43812025-02-28T09:59:46.243Z[ recovery-image] Feb 28 09:59:45.092 INFO O| Feb 28 09:59:45.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43822025-02-28T09:59:46.380Z[ host-image] Feb 28 09:59:45.228 INFO O| Feb 28 09:59:45.228 INFO O| Actions: 1/1361 actions (Installing new actions)
43832025-02-28T09:59:46.498Z[ recovery-image] Feb 28 09:59:45.346 INFO O| Feb 28 09:59:45.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43842025-02-28T09:59:46.501Z[ recovery-image] Feb 28 09:59:45.348 INFO O| Feb 28 09:59:45.348 INFO STEP 13 (remove_files) COMPLETE
43852025-02-28T09:59:46.501Z[ recovery-image] Feb 28 09:59:45.348 INFO O| Feb 28 09:59:45.348 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43862025-02-28T09:59:46.521Z[ recovery-image] Feb 28 09:59:45.370 INFO O| Feb 28 09:59:45.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43872025-02-28T09:59:46.524Z[ recovery-image] Feb 28 09:59:45.372 INFO O| Feb 28 09:59:45.372 INFO STEP 14 (remove_files) COMPLETE
43882025-02-28T09:59:46.524Z[ recovery-image] Feb 28 09:59:45.372 INFO O| Feb 28 09:59:45.372 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43892025-02-28T09:59:46.545Z[ recovery-image] Feb 28 09:59:45.394 INFO O| Feb 28 09:59:45.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43902025-02-28T09:59:46.557Z[ recovery-image] Feb 28 09:59:45.406 INFO O| Feb 28 09:59:45.405 INFO STEP 15 (remove_files) COMPLETE
43912025-02-28T09:59:46.557Z[ recovery-image] Feb 28 09:59:45.406 INFO O| Feb 28 09:59:45.406 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43922025-02-28T09:59:46.578Z[ recovery-image] Feb 28 09:59:45.427 INFO O| Feb 28 09:59:45.427 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43932025-02-28T09:59:46.582Z[ recovery-image] Feb 28 09:59:45.428 INFO O| Feb 28 09:59:45.428 INFO STEP 16 (remove_files) COMPLETE
43942025-02-28T09:59:46.582Z[ recovery-image] Feb 28 09:59:45.428 INFO O| Feb 28 09:59:45.428 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43952025-02-28T09:59:46.599Z[ recovery-image] Feb 28 09:59:45.448 INFO O| Feb 28 09:59:45.447 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43962025-02-28T09:59:46.603Z[ recovery-image] Feb 28 09:59:45.450 INFO O| Feb 28 09:59:45.450 INFO STEP 17 (remove_files) COMPLETE
43972025-02-28T09:59:46.603Z[ recovery-image] Feb 28 09:59:45.450 INFO O| Feb 28 09:59:45.450 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43982025-02-28T09:59:46.637Z[ recovery-image] Feb 28 09:59:45.485 INFO O| Feb 28 09:59:45.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43992025-02-28T09:59:46.639Z[ recovery-image] Feb 28 09:59:45.485 INFO O| Feb 28 09:59:45.485 INFO STEP 18 (remove_files) COMPLETE
44002025-02-28T09:59:46.640Z[ recovery-image] Feb 28 09:59:45.486 INFO O| Feb 28 09:59:45.486 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44012025-02-28T09:59:46.659Z[ recovery-image] Feb 28 09:59:45.508 INFO O| Feb 28 09:59:45.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
44022025-02-28T09:59:46.660Z[ recovery-image] Feb 28 09:59:45.508 INFO O| Feb 28 09:59:45.508 INFO STEP 19 (remove_files) COMPLETE
44032025-02-28T09:59:46.662Z[ recovery-image] Feb 28 09:59:45.509 INFO O| Feb 28 09:59:45.508 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44042025-02-28T09:59:46.680Z[ recovery-image] Feb 28 09:59:45.529 INFO O| Feb 28 09:59:45.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
44052025-02-28T09:59:46.683Z[ recovery-image] Feb 28 09:59:45.529 INFO O| Feb 28 09:59:45.529 INFO STEP 20 (remove_files) COMPLETE
44062025-02-28T09:59:46.683Z[ recovery-image] Feb 28 09:59:45.530 INFO O| Feb 28 09:59:45.529 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44072025-02-28T09:59:46.701Z[ recovery-image] Feb 28 09:59:45.550 INFO O| Feb 28 09:59:45.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
44082025-02-28T09:59:46.704Z[ recovery-image] Feb 28 09:59:45.550 INFO O| Feb 28 09:59:45.550 INFO STEP 21 (remove_files) COMPLETE
44092025-02-28T09:59:46.704Z[ recovery-image] Feb 28 09:59:45.550 INFO O| Feb 28 09:59:45.550 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44102025-02-28T09:59:46.740Z[ recovery-image] Feb 28 09:59:45.589 INFO O| Feb 28 09:59:45.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
44112025-02-28T09:59:46.740Z[ recovery-image] Feb 28 09:59:45.589 INFO O| Feb 28 09:59:45.589 INFO STEP 22 (remove_files) COMPLETE
44122025-02-28T09:59:46.744Z[ recovery-image] Feb 28 09:59:45.589 INFO O| Feb 28 09:59:45.589 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44132025-02-28T09:59:46.762Z[ recovery-image] Feb 28 09:59:45.610 INFO O| Feb 28 09:59:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
44142025-02-28T09:59:46.764Z[ recovery-image] Feb 28 09:59:45.611 INFO O| Feb 28 09:59:45.610 INFO STEP 23 (remove_files) COMPLETE
44152025-02-28T09:59:46.764Z[ recovery-image] Feb 28 09:59:45.611 INFO O| Feb 28 09:59:45.611 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44162025-02-28T09:59:46.783Z[ recovery-image] Feb 28 09:59:45.632 INFO O| Feb 28 09:59:45.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
44172025-02-28T09:59:46.786Z[ recovery-image] Feb 28 09:59:45.632 INFO O| Feb 28 09:59:45.632 INFO STEP 24 (remove_files) COMPLETE
44182025-02-28T09:59:46.786Z[ recovery-image] Feb 28 09:59:45.632 INFO O| Feb 28 09:59:45.632 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44192025-02-28T09:59:46.803Z[ recovery-image] Feb 28 09:59:45.652 INFO O| Feb 28 09:59:45.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
44202025-02-28T09:59:46.806Z[ recovery-image] Feb 28 09:59:45.652 INFO O| Feb 28 09:59:45.652 INFO STEP 25 (remove_files) COMPLETE
44212025-02-28T09:59:46.806Z[ recovery-image] Feb 28 09:59:45.653 INFO O| Feb 28 09:59:45.653 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44222025-02-28T09:59:46.824Z[ recovery-image] Feb 28 09:59:45.672 INFO O| Feb 28 09:59:45.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
44232025-02-28T09:59:46.826Z[ recovery-image] Feb 28 09:59:45.673 INFO O| Feb 28 09:59:45.673 INFO STEP 26 (remove_files) COMPLETE
44242025-02-28T09:59:46.826Z[ recovery-image] Feb 28 09:59:45.673 INFO O| Feb 28 09:59:45.673 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44252025-02-28T09:59:46.846Z[ recovery-image] Feb 28 09:59:45.695 INFO O| Feb 28 09:59:45.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
44262025-02-28T09:59:46.846Z[ recovery-image] Feb 28 09:59:45.695 INFO O| Feb 28 09:59:45.695 INFO STEP 27 (remove_files) COMPLETE
44272025-02-28T09:59:46.846Z[ recovery-image] Feb 28 09:59:45.695 INFO O| Feb 28 09:59:45.695 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-02-28T09:59:46.882Z[ recovery-image] Feb 28 09:59:45.731 INFO O| Feb 28 09:59:45.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
44292025-02-28T09:59:46.882Z[ recovery-image] Feb 28 09:59:45.731 INFO O| Feb 28 09:59:45.731 INFO STEP 28 (remove_files) COMPLETE
44302025-02-28T09:59:46.883Z[ recovery-image] Feb 28 09:59:45.731 INFO O| Feb 28 09:59:45.731 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44312025-02-28T09:59:46.947Z[ recovery-image] Feb 28 09:59:45.796 INFO O| Feb 28 09:59:45.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
44322025-02-28T09:59:46.947Z[ recovery-image] Feb 28 09:59:45.796 INFO O| Feb 28 09:59:45.796 INFO STEP 29 (remove_files) COMPLETE
44332025-02-28T09:59:46.947Z[ recovery-image] Feb 28 09:59:45.796 INFO O| Feb 28 09:59:45.796 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44342025-02-28T09:59:47.010Z[ recovery-image] Feb 28 09:59:45.858 INFO O| Feb 28 09:59:45.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
44352025-02-28T09:59:47.010Z[ recovery-image] Feb 28 09:59:45.858 INFO O| Feb 28 09:59:45.858 INFO STEP 30 (remove_files) COMPLETE
44362025-02-28T09:59:47.010Z[ recovery-image] Feb 28 09:59:45.859 INFO O| Feb 28 09:59:45.858 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44372025-02-28T09:59:47.032Z[ recovery-image] Feb 28 09:59:45.880 INFO O| Feb 28 09:59:45.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
44382025-02-28T09:59:47.032Z[ recovery-image] Feb 28 09:59:45.880 INFO O| Feb 28 09:59:45.880 INFO STEP 31 (remove_files) COMPLETE
44392025-02-28T09:59:47.032Z[ recovery-image] Feb 28 09:59:45.880 INFO O| Feb 28 09:59:45.880 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44402025-02-28T09:59:47.052Z[ recovery-image] Feb 28 09:59:45.900 INFO O| Feb 28 09:59:45.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
44412025-02-28T09:59:47.052Z[ recovery-image] Feb 28 09:59:45.901 INFO O| Feb 28 09:59:45.901 INFO STEP 32 (remove_files) COMPLETE
44422025-02-28T09:59:47.055Z[ recovery-image] Feb 28 09:59:45.901 INFO O| Feb 28 09:59:45.901 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44432025-02-28T09:59:47.076Z[ recovery-image] Feb 28 09:59:45.925 INFO O| Feb 28 09:59:45.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
44442025-02-28T09:59:47.079Z[ recovery-image] Feb 28 09:59:45.925 INFO O| Feb 28 09:59:45.925 INFO STEP 33 (remove_files) COMPLETE
44452025-02-28T09:59:47.079Z[ recovery-image] Feb 28 09:59:45.925 INFO O| Feb 28 09:59:45.925 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44462025-02-28T09:59:47.099Z[ recovery-image] Feb 28 09:59:45.948 INFO O| Feb 28 09:59:45.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44472025-02-28T09:59:47.102Z[ recovery-image] Feb 28 09:59:45.948 INFO O| Feb 28 09:59:45.948 INFO STEP 34 (remove_files) COMPLETE
44482025-02-28T09:59:47.102Z[ recovery-image] Feb 28 09:59:45.948 INFO O| Feb 28 09:59:45.948 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44492025-02-28T09:59:47.122Z[ recovery-image] Feb 28 09:59:45.970 INFO O| Feb 28 09:59:45.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44502025-02-28T09:59:47.125Z[ recovery-image] Feb 28 09:59:45.971 INFO O| Feb 28 09:59:45.971 INFO STEP 35 (remove_files) COMPLETE
44512025-02-28T09:59:47.125Z[ recovery-image] Feb 28 09:59:45.971 INFO O| Feb 28 09:59:45.971 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44522025-02-28T09:59:47.145Z[ recovery-image] Feb 28 09:59:45.993 INFO O| Feb 28 09:59:45.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44532025-02-28T09:59:47.147Z[ recovery-image] Feb 28 09:59:45.994 INFO O| Feb 28 09:59:45.993 INFO STEP 36 (remove_files) COMPLETE
44542025-02-28T09:59:47.148Z[ recovery-image] Feb 28 09:59:45.994 INFO O| Feb 28 09:59:45.994 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44552025-02-28T09:59:47.170Z[ recovery-image] Feb 28 09:59:46.019 INFO O| Feb 28 09:59:46.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44562025-02-28T09:59:47.173Z[ recovery-image] Feb 28 09:59:46.019 INFO O| Feb 28 09:59:46.019 INFO STEP 37 (remove_files) COMPLETE
44572025-02-28T09:59:47.173Z[ recovery-image] Feb 28 09:59:46.019 INFO O| Feb 28 09:59:46.019 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44582025-02-28T09:59:47.193Z[ recovery-image] Feb 28 09:59:46.042 INFO O| Feb 28 09:59:46.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44592025-02-28T09:59:47.197Z[ recovery-image] Feb 28 09:59:46.042 INFO O| Feb 28 09:59:46.042 INFO STEP 38 (remove_files) COMPLETE
44602025-02-28T09:59:47.197Z[ recovery-image] Feb 28 09:59:46.042 INFO O| Feb 28 09:59:46.042 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44612025-02-28T09:59:47.215Z[ recovery-image] Feb 28 09:59:46.064 INFO O| Feb 28 09:59:46.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44622025-02-28T09:59:47.215Z[ recovery-image] Feb 28 09:59:46.064 INFO O| Feb 28 09:59:46.064 INFO STEP 39 (remove_files) COMPLETE
44632025-02-28T09:59:47.218Z[ recovery-image] Feb 28 09:59:46.064 INFO O| Feb 28 09:59:46.064 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44642025-02-28T09:59:47.237Z[ recovery-image] Feb 28 09:59:46.086 INFO O| Feb 28 09:59:46.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44652025-02-28T09:59:47.237Z[ recovery-image] Feb 28 09:59:46.086 INFO O| Feb 28 09:59:46.086 INFO STEP 40 (remove_files) COMPLETE
44662025-02-28T09:59:47.240Z[ recovery-image] Feb 28 09:59:46.086 INFO O| Feb 28 09:59:46.086 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44672025-02-28T09:59:47.258Z[ recovery-image] Feb 28 09:59:46.106 INFO O| Feb 28 09:59:46.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44682025-02-28T09:59:47.258Z[ recovery-image] Feb 28 09:59:46.107 INFO O| Feb 28 09:59:46.107 INFO STEP 41 (remove_files) COMPLETE
44692025-02-28T09:59:47.261Z[ recovery-image] Feb 28 09:59:46.107 INFO O| Feb 28 09:59:46.107 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44702025-02-28T09:59:47.284Z[ recovery-image] Feb 28 09:59:46.133 INFO O| Feb 28 09:59:46.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
44712025-02-28T09:59:47.284Z[ recovery-image] Feb 28 09:59:46.133 INFO O| Feb 28 09:59:46.133 INFO STEP 42 (remove_files) COMPLETE
44722025-02-28T09:59:47.284Z[ recovery-image] Feb 28 09:59:46.133 INFO O| Feb 28 09:59:46.133 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44732025-02-28T09:59:47.310Z[ recovery-image] Feb 28 09:59:46.159 INFO O| Feb 28 09:59:46.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44742025-02-28T09:59:47.310Z[ recovery-image] Feb 28 09:59:46.159 INFO O| Feb 28 09:59:46.159 INFO STEP 43 (remove_files) COMPLETE
44752025-02-28T09:59:47.310Z[ recovery-image] Feb 28 09:59:46.159 INFO O| Feb 28 09:59:46.159 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44762025-02-28T09:59:47.349Z[ recovery-image] Feb 28 09:59:46.198 INFO O| Feb 28 09:59:46.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44772025-02-28T09:59:47.350Z[ recovery-image] Feb 28 09:59:46.198 INFO O| Feb 28 09:59:46.198 INFO STEP 44 (remove_files) COMPLETE
44782025-02-28T09:59:47.352Z[ recovery-image] Feb 28 09:59:46.198 INFO O| Feb 28 09:59:46.198 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44792025-02-28T09:59:47.420Z[ recovery-image] Feb 28 09:59:46.269 INFO O| Feb 28 09:59:46.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44802025-02-28T09:59:47.420Z[ recovery-image] Feb 28 09:59:46.269 INFO O| Feb 28 09:59:46.269 INFO STEP 45 (remove_files) COMPLETE
44812025-02-28T09:59:47.420Z[ recovery-image] Feb 28 09:59:46.269 INFO O| Feb 28 09:59:46.269 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44822025-02-28T09:59:47.442Z[ recovery-image] Feb 28 09:59:46.290 INFO O| Feb 28 09:59:46.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44832025-02-28T09:59:47.442Z[ recovery-image] Feb 28 09:59:46.290 INFO O| Feb 28 09:59:46.290 INFO STEP 46 (remove_files) COMPLETE
44842025-02-28T09:59:47.442Z[ recovery-image] Feb 28 09:59:46.290 INFO O| Feb 28 09:59:46.290 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44852025-02-28T09:59:47.479Z[ recovery-image] Feb 28 09:59:46.327 INFO O| Feb 28 09:59:46.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44862025-02-28T09:59:47.479Z[ recovery-image] Feb 28 09:59:46.327 INFO O| Feb 28 09:59:46.327 INFO STEP 47 (remove_files) COMPLETE
44872025-02-28T09:59:47.479Z[ recovery-image] Feb 28 09:59:46.327 INFO O| Feb 28 09:59:46.327 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44882025-02-28T09:59:47.527Z[ recovery-image] Feb 28 09:59:46.376 INFO O| Feb 28 09:59:46.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44892025-02-28T09:59:47.527Z[ recovery-image] Feb 28 09:59:46.376 INFO O| Feb 28 09:59:46.376 INFO STEP 48 (remove_files) COMPLETE
44902025-02-28T09:59:47.527Z[ recovery-image] Feb 28 09:59:46.376 INFO O| Feb 28 09:59:46.376 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44912025-02-28T09:59:47.548Z[ recovery-image] Feb 28 09:59:46.396 INFO O| Feb 28 09:59:46.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44922025-02-28T09:59:47.548Z[ recovery-image] Feb 28 09:59:46.396 INFO O| Feb 28 09:59:46.396 INFO STEP 49 (remove_files) COMPLETE
44932025-02-28T09:59:47.548Z[ recovery-image] Feb 28 09:59:46.396 INFO O| Feb 28 09:59:46.396 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44942025-02-28T09:59:47.587Z[ recovery-image] Feb 28 09:59:46.435 INFO O| Feb 28 09:59:46.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44952025-02-28T09:59:47.587Z[ recovery-image] Feb 28 09:59:46.435 INFO O| Feb 28 09:59:46.435 INFO STEP 50 (remove_files) COMPLETE
44962025-02-28T09:59:47.589Z[ recovery-image] Feb 28 09:59:46.435 INFO O| Feb 28 09:59:46.435 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44972025-02-28T09:59:47.666Z[ host-image] Feb 28 09:59:46.514 INFO O| Feb 28 09:59:46.514 INFO O| Actions: Completed 1361 actions in 1.29 seconds.
44982025-02-28T09:59:47.712Z[ recovery-image] Feb 28 09:59:46.560 INFO O| Feb 28 09:59:46.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44992025-02-28T09:59:47.712Z[ recovery-image] Feb 28 09:59:46.560 INFO O| Feb 28 09:59:46.560 INFO STEP 51 (remove_files) COMPLETE
45002025-02-28T09:59:47.712Z[ recovery-image] Feb 28 09:59:46.560 INFO O| Feb 28 09:59:46.560 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45012025-02-28T09:59:47.736Z[ recovery-image] Feb 28 09:59:46.585 INFO O| Feb 28 09:59:46.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
45022025-02-28T09:59:47.737Z[ recovery-image] Feb 28 09:59:46.585 INFO O| Feb 28 09:59:46.585 INFO STEP 52 (remove_files) COMPLETE
45032025-02-28T09:59:47.737Z[ recovery-image] Feb 28 09:59:46.585 INFO O| Feb 28 09:59:46.585 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45042025-02-28T09:59:47.756Z[ recovery-image] Feb 28 09:59:46.604 INFO O| Feb 28 09:59:46.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
45052025-02-28T09:59:47.756Z[ recovery-image] Feb 28 09:59:46.604 INFO O| Feb 28 09:59:46.604 INFO STEP 53 (remove_files) COMPLETE
45062025-02-28T09:59:47.763Z[ recovery-image] Feb 28 09:59:46.604 INFO O| Feb 28 09:59:46.604 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45072025-02-28T09:59:47.825Z[ recovery-image] Feb 28 09:59:46.674 INFO O| Feb 28 09:59:46.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
45082025-02-28T09:59:47.825Z[ recovery-image] Feb 28 09:59:46.674 INFO O| Feb 28 09:59:46.674 INFO STEP 54 (remove_files) COMPLETE
45092025-02-28T09:59:47.828Z[ recovery-image] Feb 28 09:59:46.674 INFO O| Feb 28 09:59:46.674 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45102025-02-28T09:59:47.847Z[ recovery-image] Feb 28 09:59:46.695 INFO O| Feb 28 09:59:46.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
45112025-02-28T09:59:47.847Z[ recovery-image] Feb 28 09:59:46.695 INFO O| Feb 28 09:59:46.695 INFO STEP 55 (remove_files) COMPLETE
45122025-02-28T09:59:47.849Z[ recovery-image] Feb 28 09:59:46.695 INFO O| Feb 28 09:59:46.695 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45132025-02-28T09:59:47.885Z[ recovery-image] Feb 28 09:59:46.734 INFO O| Feb 28 09:59:46.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
45142025-02-28T09:59:47.885Z[ recovery-image] Feb 28 09:59:46.734 INFO O| Feb 28 09:59:46.734 INFO STEP 56 (remove_files) COMPLETE
45152025-02-28T09:59:47.888Z[ recovery-image] Feb 28 09:59:46.734 INFO O| Feb 28 09:59:46.734 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45162025-02-28T09:59:47.907Z[ recovery-image] Feb 28 09:59:46.755 INFO O| Feb 28 09:59:46.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
45172025-02-28T09:59:47.907Z[ recovery-image] Feb 28 09:59:46.755 INFO O| Feb 28 09:59:46.755 INFO STEP 57 (remove_files) COMPLETE
45182025-02-28T09:59:47.909Z[ recovery-image] Feb 28 09:59:46.756 INFO O| Feb 28 09:59:46.755 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45192025-02-28T09:59:47.947Z[ recovery-image] Feb 28 09:59:46.796 INFO O| Feb 28 09:59:46.795 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
45202025-02-28T09:59:47.949Z[ recovery-image] Feb 28 09:59:46.796 INFO O| Feb 28 09:59:46.796 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
45212025-02-28T09:59:47.949Z[ recovery-image] Feb 28 09:59:46.796 INFO O| Feb 28 09:59:46.796 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45222025-02-28T09:59:47.949Z[ recovery-image] Feb 28 09:59:46.796 INFO O| Feb 28 09:59:46.796 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45232025-02-28T09:59:47.949Z[ recovery-image] Feb 28 09:59:46.796 INFO O| Feb 28 09:59:46.796 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45242025-02-28T09:59:47.949Z[ recovery-image] Feb 28 09:59:46.796 INFO O| Feb 28 09:59:46.796 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45252025-02-28T09:59:47.949Z[ recovery-image] Feb 28 09:59:46.796 INFO O| Feb 28 09:59:46.796 INFO ok!
45262025-02-28T09:59:47.949Z[ recovery-image] Feb 28 09:59:46.797 INFO O| Feb 28 09:59:46.796 INFO STEP 58 (ensure_file) COMPLETE
45272025-02-28T09:59:47.949Z[ recovery-image] Feb 28 09:59:46.797 INFO O| Feb 28 09:59:46.797 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45282025-02-28T09:59:47.970Z[ recovery-image] Feb 28 09:59:46.818 INFO O| Feb 28 09:59:46.818 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
45292025-02-28T09:59:47.972Z[ recovery-image] Feb 28 09:59:46.819 INFO O| Feb 28 09:59:46.819 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
45302025-02-28T09:59:47.972Z[ recovery-image] Feb 28 09:59:46.819 INFO O| Feb 28 09:59:46.819 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45312025-02-28T09:59:47.972Z[ recovery-image] Feb 28 09:59:46.819 INFO O| Feb 28 09:59:46.819 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45322025-02-28T09:59:47.973Z[ recovery-image] Feb 28 09:59:46.819 INFO O| Feb 28 09:59:46.819 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45332025-02-28T09:59:47.973Z[ recovery-image] Feb 28 09:59:46.819 INFO O| Feb 28 09:59:46.819 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45342025-02-28T09:59:47.973Z[ recovery-image] Feb 28 09:59:46.819 INFO O| Feb 28 09:59:46.819 INFO ok!
45352025-02-28T09:59:47.973Z[ recovery-image] Feb 28 09:59:46.819 INFO O| Feb 28 09:59:46.819 INFO STEP 59 (ensure_file) COMPLETE
45362025-02-28T09:59:47.973Z[ recovery-image] Feb 28 09:59:46.820 INFO O| Feb 28 09:59:46.820 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45372025-02-28T09:59:48.009Z[ recovery-image] Feb 28 09:59:46.858 INFO O| Feb 28 09:59:46.858 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
45382025-02-28T09:59:48.009Z[ recovery-image] Feb 28 09:59:46.858 INFO O| Feb 28 09:59:46.858 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
45392025-02-28T09:59:48.011Z[ recovery-image] Feb 28 09:59:46.858 INFO O| Feb 28 09:59:46.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
45402025-02-28T09:59:48.011Z[ recovery-image] Feb 28 09:59:46.858 INFO O| Feb 28 09:59:46.858 INFO ok!
45412025-02-28T09:59:48.011Z[ recovery-image] Feb 28 09:59:46.858 INFO O| Feb 28 09:59:46.858 INFO STEP 60 (ensure_file) COMPLETE
45422025-02-28T09:59:48.011Z[ recovery-image] Feb 28 09:59:46.858 INFO O| Feb 28 09:59:46.858 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45432025-02-28T09:59:48.031Z[ recovery-image] Feb 28 09:59:46.880 INFO O| Feb 28 09:59:46.879 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45442025-02-28T09:59:48.031Z[ recovery-image] Feb 28 09:59:46.880 INFO O| Feb 28 09:59:46.880 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45452025-02-28T09:59:48.034Z[ recovery-image] Feb 28 09:59:46.880 INFO O| Feb 28 09:59:46.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45462025-02-28T09:59:48.034Z[ recovery-image] Feb 28 09:59:46.880 INFO O| Feb 28 09:59:46.880 INFO ok!
45472025-02-28T09:59:48.034Z[ recovery-image] Feb 28 09:59:46.880 INFO O| Feb 28 09:59:46.880 INFO STEP 61 (ensure_file) COMPLETE
45482025-02-28T09:59:48.034Z[ recovery-image] Feb 28 09:59:46.880 INFO O| Feb 28 09:59:46.880 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45492025-02-28T09:59:48.097Z[ recovery-image] Feb 28 09:59:46.945 INFO O| Feb 28 09:59:46.945 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45502025-02-28T09:59:48.097Z[ recovery-image] Feb 28 09:59:46.946 INFO O| Feb 28 09:59:46.945 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45512025-02-28T09:59:48.097Z[ recovery-image] Feb 28 09:59:46.946 INFO O| Feb 28 09:59:46.946 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45522025-02-28T09:59:48.100Z[ recovery-image] Feb 28 09:59:46.946 INFO O| Feb 28 09:59:46.946 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45532025-02-28T09:59:48.101Z[ recovery-image] Feb 28 09:59:46.946 INFO O| Feb 28 09:59:46.946 INFO ok!
45542025-02-28T09:59:48.101Z[ recovery-image] Feb 28 09:59:46.946 INFO O| Feb 28 09:59:46.946 INFO STEP 62 (ensure_file) COMPLETE
45552025-02-28T09:59:48.101Z[ recovery-image] Feb 28 09:59:46.946 INFO O| Feb 28 09:59:46.946 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45562025-02-28T09:59:48.121Z[ recovery-image] Feb 28 09:59:46.969 INFO O| Feb 28 09:59:46.969 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45572025-02-28T09:59:48.121Z[ recovery-image] Feb 28 09:59:46.969 INFO O| Feb 28 09:59:46.969 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45582025-02-28T09:59:48.121Z[ recovery-image] Feb 28 09:59:46.970 INFO O| Feb 28 09:59:46.969 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45592025-02-28T09:59:48.121Z[ recovery-image] Feb 28 09:59:46.970 INFO O| Feb 28 09:59:46.970 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45602025-02-28T09:59:48.123Z[ recovery-image] Feb 28 09:59:46.970 INFO O| Feb 28 09:59:46.970 INFO ok!
45612025-02-28T09:59:48.123Z[ recovery-image] Feb 28 09:59:46.970 INFO O| Feb 28 09:59:46.970 INFO STEP 63 (ensure_file) COMPLETE
45622025-02-28T09:59:48.123Z[ recovery-image] Feb 28 09:59:46.970 INFO O| Feb 28 09:59:46.970 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45632025-02-28T09:59:48.224Z[ recovery-image] Feb 28 09:59:47.072 INFO O| Feb 28 09:59:47.072 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45642025-02-28T09:59:48.224Z[ recovery-image] Feb 28 09:59:47.072 INFO O| Feb 28 09:59:47.072 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45652025-02-28T09:59:48.226Z[ recovery-image] Feb 28 09:59:47.072 INFO O| Feb 28 09:59:47.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45662025-02-28T09:59:48.226Z[ recovery-image] Feb 28 09:59:47.072 INFO O| Feb 28 09:59:47.072 INFO ok!
45672025-02-28T09:59:48.226Z[ recovery-image] Feb 28 09:59:47.073 INFO O| Feb 28 09:59:47.073 INFO STEP 64 (assemble_files) COMPLETE
45682025-02-28T09:59:48.226Z[ recovery-image] Feb 28 09:59:47.073 INFO O| Feb 28 09:59:47.073 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45692025-02-28T09:59:48.262Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
45702025-02-28T09:59:48.262Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
45712025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45722025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45732025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO ok!
45742025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO STEP 65 (ensure_file) COMPLETE
45752025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45762025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO skip step because feature "omicron1" is not enabled
45772025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45782025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO skip step because feature "omicron1" is not enabled
45792025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45802025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO skip step because feature "omicron1" is not enabled
45812025-02-28T09:59:48.265Z[ recovery-image] Feb 28 09:59:47.111 INFO O| Feb 28 09:59:47.111 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45822025-02-28T09:59:48.297Z[ host-image] Feb 28 09:59:47.146 INFO O| Feb 28 09:59:47.146 INFO O| Done
45832025-02-28T09:59:48.297Z[ host-image] Feb 28 09:59:47.146 INFO O| Feb 28 09:59:47.146 INFO O| Done
45842025-02-28T09:59:48.322Z[ recovery-image] Feb 28 09:59:47.171 INFO O| Feb 28 09:59:47.171 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45852025-02-28T09:59:48.323Z[ recovery-image] Feb 28 09:59:47.171 INFO O| Feb 28 09:59:47.171 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45862025-02-28T09:59:49.836Z[ host-image] Feb 28 09:59:48.684 INFO O| Feb 28 09:59:48.684 INFO O| Done
45872025-02-28T09:59:51.118Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
45882025-02-28T09:59:51.389Z[ recovery-image] Feb 28 09:59:50.238 INFO O| Feb 28 09:59:50.237 INFO STEP 69 (pack_tar) COMPLETE
45892025-02-28T09:59:51.389Z[ recovery-image] Feb 28 09:59:50.238 INFO O| Feb 28 09:59:50.238 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45902025-02-28T09:59:51.391Z[ recovery-image] Feb 28 09:59:50.238 INFO O| Feb 28 09:59:50.238 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45912025-02-28T09:59:51.622Z[ recovery-image] Feb 28 09:59:50.471 INFO O| Feb 28 09:59:50.471 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45922025-02-28T09:59:51.760Z[ recovery-image] Feb 28 09:59:50.608 INFO O| Feb 28 09:59:50.608 INFO completed processing gimlet/ramdisk-02-trim
45932025-02-28T09:59:51.763Z[ recovery-image] Feb 28 09:59:50.612 INFO image builder template: ramdisk-03-recovery-trim...
45942025-02-28T09:59:51.766Z[ recovery-image] Feb 28 09:59:50.612 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/.tmpmn8qfF/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
45952025-02-28T09:59:51.966Z[ recovery-image] Feb 28 09:59:50.815 INFO O| Feb 28 09:59:50.815 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45962025-02-28T09:59:51.974Z[ recovery-image] Feb 28 09:59:50.823 INFO O| Feb 28 09:59:50.823 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45972025-02-28T09:59:52.183Z[ recovery-image] Feb 28 09:59:51.031 INFO O| Feb 28 09:59:51.031 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
45982025-02-28T09:59:52.297Z[ recovery-image] Feb 28 09:59:51.146 INFO O| Feb 28 09:59:51.145 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45992025-02-28T09:59:52.300Z[ recovery-image] Feb 28 09:59:51.146 INFO O| Feb 28 09:59:51.146 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
46002025-02-28T09:59:52.313Z[ recovery-image] Feb 28 09:59:51.161 INFO O| Feb 28 09:59:51.161 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
46012025-02-28T09:59:52.322Z[ recovery-image] Feb 28 09:59:51.171 INFO O| Feb 28 09:59:51.171 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
46022025-02-28T09:59:52.351Z[ recovery-image] Feb 28 09:59:51.199 INFO O| Feb 28 09:59:51.199 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
46032025-02-28T09:59:53.016Z[ recovery-image] Feb 28 09:59:51.864 INFO O| Feb 28 09:59:51.864 INFO rolled back to input snapshot; work may begin
46042025-02-28T09:59:53.016Z[ recovery-image] Feb 28 09:59:51.864 INFO O| Feb 28 09:59:51.864 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
46052025-02-28T09:59:53.019Z[ host-image] Feb 28 09:59:51.868 INFO O| Feb 28 09:59:51.868 INFO O| Done
46062025-02-28T09:59:53.036Z[ recovery-image] Feb 28 09:59:51.885 INFO O| Feb 28 09:59:51.885 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072025-02-28T09:59:53.058Z[ recovery-image] Feb 28 09:59:51.907 INFO O| Feb 28 09:59:51.906 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
46082025-02-28T09:59:53.070Z[ host-image] Feb 28 09:59:51.916 INFO O| Feb 28 09:59:51.916 INFO O| Done
46092025-02-28T09:59:53.073Z[ host-image] Feb 28 09:59:51.916 INFO O| Feb 28 09:59:51.916 INFO O| Done
46102025-02-28T09:59:53.109Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46112025-02-28T09:59:53.122Z[ host-image] Feb 28 09:59:51.970 INFO O| Feb 28 09:59:51.970 INFO O| Done
46122025-02-28T09:59:53.130Z[ recovery-image] Feb 28 09:59:51.976 INFO O| Feb 28 09:59:51.976 INFO STEP 0 (remove_files) COMPLETE
46132025-02-28T09:59:53.130Z[ recovery-image] Feb 28 09:59:51.976 INFO O| Feb 28 09:59:51.976 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142025-02-28T09:59:53.185Z[ recovery-image] Feb 28 09:59:52.033 INFO O| Feb 28 09:59:52.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
46152025-02-28T09:59:53.326Z[ host-image] Feb 28 09:59:52.175 INFO O| Feb 28 09:59:52.175 INFO STEP 13 (pkg_install) COMPLETE
46162025-02-28T09:59:53.326Z[ host-image] Feb 28 09:59:52.175 INFO O| Feb 28 09:59:52.175 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
46172025-02-28T09:59:53.346Z[ host-image] Feb 28 09:59:52.194 INFO O| Feb 28 09:59:52.194 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
46182025-02-28T09:59:53.348Z[ recovery-image] Feb 28 09:59:52.197 INFO O| Feb 28 09:59:52.197 INFO STEP 1 (remove_files) COMPLETE
46192025-02-28T09:59:53.348Z[ recovery-image] Feb 28 09:59:52.197 INFO O| Feb 28 09:59:52.197 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202025-02-28T09:59:53.384Z[ recovery-image] Feb 28 09:59:52.232 INFO O| Feb 28 09:59:52.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
46212025-02-28T09:59:53.425Z[ recovery-image] Feb 28 09:59:52.274 INFO O| Feb 28 09:59:52.273 INFO STEP 2 (remove_files) COMPLETE
46222025-02-28T09:59:53.428Z[ recovery-image] Feb 28 09:59:52.274 INFO O| Feb 28 09:59:52.274 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232025-02-28T09:59:53.447Z[ recovery-image] Feb 28 09:59:52.296 INFO O| Feb 28 09:59:52.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
46242025-02-28T09:59:53.639Z[ recovery-image] Feb 28 09:59:52.487 INFO O| Feb 28 09:59:52.487 INFO STEP 3 (remove_files) COMPLETE
46252025-02-28T09:59:53.639Z[ recovery-image] Feb 28 09:59:52.488 INFO O| Feb 28 09:59:52.488 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262025-02-28T09:59:53.661Z[ recovery-image] Feb 28 09:59:52.510 INFO O| Feb 28 09:59:52.509 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
46272025-02-28T09:59:53.859Z[ recovery-image] Feb 28 09:59:52.707 INFO O| Feb 28 09:59:52.707 INFO STEP 4 (remove_files) COMPLETE
46282025-02-28T09:59:53.861Z[ recovery-image] Feb 28 09:59:52.707 INFO O| Feb 28 09:59:52.707 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292025-02-28T09:59:53.887Z[ recovery-image] Feb 28 09:59:52.736 INFO O| Feb 28 09:59:52.736 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
46302025-02-28T09:59:53.928Z[ recovery-image] Feb 28 09:59:52.776 INFO O| Feb 28 09:59:52.776 INFO STEP 5 (remove_files) COMPLETE
46312025-02-28T09:59:53.929Z[ recovery-image] Feb 28 09:59:52.776 INFO O| Feb 28 09:59:52.776 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322025-02-28T09:59:53.991Z[ recovery-image] Feb 28 09:59:52.840 INFO O| Feb 28 09:59:52.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
46332025-02-28T09:59:54.029Z[ recovery-image] Feb 28 09:59:52.877 INFO O| Feb 28 09:59:52.877 INFO STEP 6 (remove_files) COMPLETE
46342025-02-28T09:59:54.030Z[ recovery-image] Feb 28 09:59:52.877 INFO O| Feb 28 09:59:52.877 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352025-02-28T09:59:54.098Z[ recovery-image] Feb 28 09:59:52.947 INFO O| Feb 28 09:59:52.947 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
46362025-02-28T09:59:54.251Z[ recovery-image] Feb 28 09:59:53.099 INFO O| Feb 28 09:59:53.099 INFO STEP 7 (remove_files) COMPLETE
46372025-02-28T09:59:54.251Z[ recovery-image] Feb 28 09:59:53.099 INFO O| Feb 28 09:59:53.099 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382025-02-28T09:59:54.285Z[ recovery-image] Feb 28 09:59:53.134 INFO O| Feb 28 09:59:53.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
46392025-02-28T09:59:54.288Z[ recovery-image] Feb 28 09:59:53.135 INFO O| Feb 28 09:59:53.135 INFO STEP 8 (remove_files) COMPLETE
46402025-02-28T09:59:54.288Z[ recovery-image] Feb 28 09:59:53.135 INFO O| Feb 28 09:59:53.135 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412025-02-28T09:59:54.312Z[ recovery-image] Feb 28 09:59:53.160 INFO O| Feb 28 09:59:53.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46422025-02-28T09:59:54.314Z[ recovery-image] Feb 28 09:59:53.162 INFO O| Feb 28 09:59:53.162 INFO STEP 9 (remove_files) COMPLETE
46432025-02-28T09:59:54.314Z[ recovery-image] Feb 28 09:59:53.162 INFO O| Feb 28 09:59:53.162 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442025-02-28T09:59:54.399Z[ recovery-image] Feb 28 09:59:53.247 INFO O| Feb 28 09:59:53.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46452025-02-28T09:59:55.299Z[ recovery-image] Feb 28 09:59:54.147 INFO O| Feb 28 09:59:54.147 INFO STEP 10 (remove_files) COMPLETE
46462025-02-28T09:59:55.299Z[ recovery-image] Feb 28 09:59:54.147 INFO O| Feb 28 09:59:54.147 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472025-02-28T09:59:55.328Z[ recovery-image] Feb 28 09:59:54.176 INFO O| Feb 28 09:59:54.176 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46482025-02-28T09:59:55.332Z[ recovery-image] Feb 28 09:59:54.180 INFO O| Feb 28 09:59:54.180 INFO STEP 11 (remove_files) COMPLETE
46492025-02-28T09:59:55.332Z[ recovery-image] Feb 28 09:59:54.180 INFO O| Feb 28 09:59:54.180 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502025-02-28T09:59:55.363Z[ recovery-image] Feb 28 09:59:54.210 INFO O| Feb 28 09:59:54.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46512025-02-28T09:59:55.386Z[ recovery-image] Feb 28 09:59:54.234 INFO O| Feb 28 09:59:54.234 INFO STEP 12 (remove_files) COMPLETE
46522025-02-28T09:59:55.386Z[ recovery-image] Feb 28 09:59:54.234 INFO O| Feb 28 09:59:54.234 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532025-02-28T09:59:55.472Z[ recovery-image] Feb 28 09:59:54.320 INFO O| Feb 28 09:59:54.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46542025-02-28T09:59:55.475Z[ recovery-image] Feb 28 09:59:54.321 INFO O| Feb 28 09:59:54.321 INFO STEP 13 (remove_files) COMPLETE
46552025-02-28T09:59:55.475Z[ recovery-image] Feb 28 09:59:54.321 INFO O| Feb 28 09:59:54.321 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-02-28T09:59:55.534Z[ recovery-image] Feb 28 09:59:54.382 INFO O| Feb 28 09:59:54.382 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46572025-02-28T09:59:55.545Z[ recovery-image] Feb 28 09:59:54.393 INFO O| Feb 28 09:59:54.393 INFO STEP 14 (remove_files) COMPLETE
46582025-02-28T09:59:55.545Z[ recovery-image] Feb 28 09:59:54.393 INFO O| Feb 28 09:59:54.393 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-02-28T09:59:55.597Z[ recovery-image] Feb 28 09:59:54.446 INFO O| Feb 28 09:59:54.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46602025-02-28T09:59:55.687Z[ host-image] Feb 28 09:59:54.536 INFO O| Feb 28 09:59:54.536 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46612025-02-28T09:59:55.807Z[ recovery-image] Feb 28 09:59:54.656 INFO O| Feb 28 09:59:54.656 INFO STEP 15 (remove_files) COMPLETE
46622025-02-28T09:59:55.808Z[ recovery-image] Feb 28 09:59:54.656 INFO O| Feb 28 09:59:54.656 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-02-28T09:59:55.863Z[ recovery-image] Feb 28 09:59:54.712 INFO O| Feb 28 09:59:54.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46642025-02-28T09:59:55.926Z[ recovery-image] Feb 28 09:59:54.774 INFO O| Feb 28 09:59:54.774 INFO STEP 16 (remove_files) COMPLETE
46652025-02-28T09:59:55.928Z[ recovery-image] Feb 28 09:59:54.774 INFO O| Feb 28 09:59:54.774 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-02-28T09:59:55.951Z[ recovery-image] Feb 28 09:59:54.800 INFO O| Feb 28 09:59:54.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46672025-02-28T09:59:55.958Z[ recovery-image] Feb 28 09:59:54.807 INFO O| Feb 28 09:59:54.807 INFO STEP 17 (remove_files) COMPLETE
46682025-02-28T09:59:55.958Z[ recovery-image] Feb 28 09:59:54.807 INFO O| Feb 28 09:59:54.807 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-02-28T09:59:55.984Z[ recovery-image] Feb 28 09:59:54.833 INFO O| Feb 28 09:59:54.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46702025-02-28T09:59:56.300Z[ recovery-image] Feb 28 09:59:55.149 INFO O| Feb 28 09:59:55.149 INFO STEP 18 (remove_files) COMPLETE
46712025-02-28T09:59:56.300Z[ recovery-image] Feb 28 09:59:55.149 INFO O| Feb 28 09:59:55.149 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-02-28T09:59:56.328Z[ recovery-image] Feb 28 09:59:55.176 INFO O| Feb 28 09:59:55.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
46732025-02-28T09:59:56.331Z[ recovery-image] Feb 28 09:59:55.178 INFO O| Feb 28 09:59:55.178 INFO STEP 19 (remove_files) COMPLETE
46742025-02-28T09:59:56.332Z[ recovery-image] Feb 28 09:59:55.178 INFO O| Feb 28 09:59:55.178 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-02-28T09:59:56.368Z[ recovery-image] Feb 28 09:59:55.217 INFO O| Feb 28 09:59:55.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
46762025-02-28T09:59:56.371Z[ recovery-image] Feb 28 09:59:55.217 INFO O| Feb 28 09:59:55.217 INFO STEP 20 (remove_files) COMPLETE
46772025-02-28T09:59:56.371Z[ recovery-image] Feb 28 09:59:55.217 INFO O| Feb 28 09:59:55.217 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-02-28T09:59:56.391Z[ recovery-image] Feb 28 09:59:55.239 INFO O| Feb 28 09:59:55.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
46792025-02-28T09:59:56.397Z[ recovery-image] Feb 28 09:59:55.246 INFO O| Feb 28 09:59:55.245 INFO STEP 21 (remove_files) COMPLETE
46802025-02-28T09:59:56.397Z[ recovery-image] Feb 28 09:59:55.246 INFO O| Feb 28 09:59:55.245 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-02-28T09:59:56.417Z[ recovery-image] Feb 28 09:59:55.266 INFO O| Feb 28 09:59:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
46822025-02-28T09:59:56.420Z[ recovery-image] Feb 28 09:59:55.266 INFO O| Feb 28 09:59:55.266 INFO STEP 22 (remove_files) COMPLETE
46832025-02-28T09:59:56.420Z[ recovery-image] Feb 28 09:59:55.266 INFO O| Feb 28 09:59:55.266 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-02-28T09:59:56.487Z[ recovery-image] Feb 28 09:59:55.336 INFO O| Feb 28 09:59:55.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
46852025-02-28T09:59:56.503Z[ recovery-image] Feb 28 09:59:55.352 INFO O| Feb 28 09:59:55.352 INFO STEP 23 (remove_files) COMPLETE
46862025-02-28T09:59:56.506Z[ recovery-image] Feb 28 09:59:55.352 INFO O| Feb 28 09:59:55.352 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-02-28T09:59:56.545Z[ recovery-image] Feb 28 09:59:55.394 INFO O| Feb 28 09:59:55.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46882025-02-28T09:59:56.548Z[ recovery-image] Feb 28 09:59:55.394 INFO O| Feb 28 09:59:55.394 INFO STEP 24 (remove_files) COMPLETE
46892025-02-28T09:59:56.548Z[ recovery-image] Feb 28 09:59:55.394 INFO O| Feb 28 09:59:55.394 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-02-28T09:59:56.569Z[ recovery-image] Feb 28 09:59:55.418 INFO O| Feb 28 09:59:55.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46912025-02-28T09:59:56.572Z[ recovery-image] Feb 28 09:59:55.418 INFO O| Feb 28 09:59:55.418 INFO STEP 25 (remove_files) COMPLETE
46922025-02-28T09:59:56.572Z[ recovery-image] Feb 28 09:59:55.418 INFO O| Feb 28 09:59:55.418 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-02-28T09:59:56.611Z[ recovery-image] Feb 28 09:59:55.459 INFO O| Feb 28 09:59:55.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46942025-02-28T09:59:56.611Z[ recovery-image] Feb 28 09:59:55.459 INFO O| Feb 28 09:59:55.459 INFO STEP 26 (remove_files) COMPLETE
46952025-02-28T09:59:56.611Z[ recovery-image] Feb 28 09:59:55.459 INFO O| Feb 28 09:59:55.459 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-02-28T09:59:56.668Z[ recovery-image] Feb 28 09:59:55.517 INFO O| Feb 28 09:59:55.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46972025-02-28T09:59:56.679Z[ recovery-image] Feb 28 09:59:55.527 INFO O| Feb 28 09:59:55.527 INFO STEP 27 (remove_files) COMPLETE
46982025-02-28T09:59:56.679Z[ recovery-image] Feb 28 09:59:55.527 INFO O| Feb 28 09:59:55.527 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-02-28T09:59:56.715Z[ recovery-image] Feb 28 09:59:55.563 INFO O| Feb 28 09:59:55.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
47002025-02-28T09:59:56.715Z[ recovery-image] Feb 28 09:59:55.564 INFO O| Feb 28 09:59:55.564 INFO STEP 28 (remove_files) COMPLETE
47012025-02-28T09:59:56.715Z[ recovery-image] Feb 28 09:59:55.564 INFO O| Feb 28 09:59:55.564 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-02-28T09:59:56.776Z[ recovery-image] Feb 28 09:59:55.624 INFO O| Feb 28 09:59:55.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
47032025-02-28T09:59:56.779Z[ recovery-image] Feb 28 09:59:55.625 INFO O| Feb 28 09:59:55.625 INFO STEP 29 (remove_files) COMPLETE
47042025-02-28T09:59:56.779Z[ recovery-image] Feb 28 09:59:55.625 INFO O| Feb 28 09:59:55.625 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-02-28T09:59:56.798Z[ recovery-image] Feb 28 09:59:55.645 INFO O| Feb 28 09:59:55.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
47062025-02-28T09:59:56.798Z[ recovery-image] Feb 28 09:59:55.645 INFO O| Feb 28 09:59:55.645 INFO STEP 30 (remove_files) COMPLETE
47072025-02-28T09:59:56.798Z[ recovery-image] Feb 28 09:59:55.645 INFO O| Feb 28 09:59:55.645 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-02-28T09:59:56.818Z[ recovery-image] Feb 28 09:59:55.666 INFO O| Feb 28 09:59:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
47092025-02-28T09:59:56.822Z[ recovery-image] Feb 28 09:59:55.670 INFO O| Feb 28 09:59:55.670 INFO STEP 31 (remove_files) COMPLETE
47102025-02-28T09:59:56.822Z[ recovery-image] Feb 28 09:59:55.670 INFO O| Feb 28 09:59:55.670 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-02-28T09:59:56.857Z[ recovery-image] Feb 28 09:59:55.705 INFO O| Feb 28 09:59:55.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
47122025-02-28T09:59:56.857Z[ recovery-image] Feb 28 09:59:55.705 INFO O| Feb 28 09:59:55.705 INFO STEP 32 (remove_files) COMPLETE
47132025-02-28T09:59:56.857Z[ recovery-image] Feb 28 09:59:55.705 INFO O| Feb 28 09:59:55.705 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-02-28T09:59:56.898Z[ recovery-image] Feb 28 09:59:55.746 INFO O| Feb 28 09:59:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
47152025-02-28T09:59:56.898Z[ recovery-image] Feb 28 09:59:55.746 INFO O| Feb 28 09:59:55.746 INFO STEP 33 (remove_files) COMPLETE
47162025-02-28T09:59:56.898Z[ recovery-image] Feb 28 09:59:55.746 INFO O| Feb 28 09:59:55.746 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-02-28T09:59:56.919Z[ recovery-image] Feb 28 09:59:55.767 INFO O| Feb 28 09:59:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
47182025-02-28T09:59:56.919Z[ recovery-image] Feb 28 09:59:55.768 INFO O| Feb 28 09:59:55.768 INFO STEP 34 (remove_files) COMPLETE
47192025-02-28T09:59:56.919Z[ recovery-image] Feb 28 09:59:55.768 INFO O| Feb 28 09:59:55.768 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-02-28T09:59:56.955Z[ recovery-image] Feb 28 09:59:55.804 INFO O| Feb 28 09:59:55.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
47212025-02-28T09:59:56.958Z[ recovery-image] Feb 28 09:59:55.804 INFO O| Feb 28 09:59:55.804 INFO STEP 35 (remove_files) COMPLETE
47222025-02-28T09:59:56.958Z[ recovery-image] Feb 28 09:59:55.804 INFO O| Feb 28 09:59:55.804 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-02-28T09:59:56.977Z[ recovery-image] Feb 28 09:59:55.825 INFO O| Feb 28 09:59:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
47242025-02-28T09:59:56.977Z[ recovery-image] Feb 28 09:59:55.825 INFO O| Feb 28 09:59:55.825 INFO STEP 36 (remove_files) COMPLETE
47252025-02-28T09:59:56.977Z[ recovery-image] Feb 28 09:59:55.825 INFO O| Feb 28 09:59:55.825 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-02-28T09:59:56.996Z[ recovery-image] Feb 28 09:59:55.845 INFO O| Feb 28 09:59:55.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
47272025-02-28T09:59:56.997Z[ recovery-image] Feb 28 09:59:55.845 INFO O| Feb 28 09:59:55.845 INFO STEP 37 (remove_files) COMPLETE
47282025-02-28T09:59:56.997Z[ recovery-image] Feb 28 09:59:55.845 INFO O| Feb 28 09:59:55.845 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-02-28T09:59:57.028Z[ recovery-image] Feb 28 09:59:55.876 INFO O| Feb 28 09:59:55.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
47302025-02-28T09:59:57.028Z[ recovery-image] Feb 28 09:59:55.876 INFO O| Feb 28 09:59:55.876 INFO STEP 38 (remove_files) COMPLETE
47312025-02-28T09:59:57.031Z[ recovery-image] Feb 28 09:59:55.876 INFO O| Feb 28 09:59:55.876 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-02-28T09:59:57.068Z[ recovery-image] Feb 28 09:59:55.916 INFO O| Feb 28 09:59:55.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
47332025-02-28T09:59:57.071Z[ recovery-image] Feb 28 09:59:55.917 INFO O| Feb 28 09:59:55.916 INFO STEP 39 (remove_files) COMPLETE
47342025-02-28T09:59:57.071Z[ recovery-image] Feb 28 09:59:55.917 INFO O| Feb 28 09:59:55.917 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-02-28T09:59:57.091Z[ recovery-image] Feb 28 09:59:55.939 INFO O| Feb 28 09:59:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
47362025-02-28T09:59:57.091Z[ recovery-image] Feb 28 09:59:55.939 INFO O| Feb 28 09:59:55.939 INFO STEP 40 (remove_files) COMPLETE
47372025-02-28T09:59:57.091Z[ recovery-image] Feb 28 09:59:55.939 INFO O| Feb 28 09:59:55.939 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-02-28T09:59:57.114Z[ recovery-image] Feb 28 09:59:55.962 INFO O| Feb 28 09:59:55.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47392025-02-28T09:59:57.114Z[ recovery-image] Feb 28 09:59:55.962 INFO O| Feb 28 09:59:55.962 INFO STEP 41 (remove_files) COMPLETE
47402025-02-28T09:59:57.116Z[ recovery-image] Feb 28 09:59:55.962 INFO O| Feb 28 09:59:55.962 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-02-28T09:59:57.134Z[ recovery-image] Feb 28 09:59:55.982 INFO O| Feb 28 09:59:55.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47422025-02-28T09:59:57.134Z[ recovery-image] Feb 28 09:59:55.982 INFO O| Feb 28 09:59:55.982 INFO STEP 42 (remove_files) COMPLETE
47432025-02-28T09:59:57.134Z[ recovery-image] Feb 28 09:59:55.982 INFO O| Feb 28 09:59:55.982 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-02-28T09:59:57.165Z[ recovery-image] Feb 28 09:59:56.013 INFO O| Feb 28 09:59:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47452025-02-28T09:59:57.165Z[ recovery-image] Feb 28 09:59:56.013 INFO O| Feb 28 09:59:56.013 INFO STEP 43 (remove_files) COMPLETE
47462025-02-28T09:59:57.165Z[ recovery-image] Feb 28 09:59:56.013 INFO O| Feb 28 09:59:56.013 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-02-28T09:59:57.199Z[ recovery-image] Feb 28 09:59:56.047 INFO O| Feb 28 09:59:56.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47482025-02-28T09:59:57.199Z[ recovery-image] Feb 28 09:59:56.047 INFO O| Feb 28 09:59:56.047 INFO STEP 44 (remove_files) COMPLETE
47492025-02-28T09:59:57.199Z[ recovery-image] Feb 28 09:59:56.047 INFO O| Feb 28 09:59:56.047 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-02-28T09:59:57.207Z[verify-libraries] Compiling petname v2.0.2
47512025-02-28T09:59:57.222Z[ recovery-image] Feb 28 09:59:56.070 INFO O| Feb 28 09:59:56.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47522025-02-28T09:59:57.246Z[ recovery-image] Feb 28 09:59:56.095 INFO O| Feb 28 09:59:56.095 INFO STEP 45 (remove_files) COMPLETE
47532025-02-28T09:59:57.246Z[ recovery-image] Feb 28 09:59:56.095 INFO O| Feb 28 09:59:56.095 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542025-02-28T09:59:57.312Z[ recovery-image] Feb 28 09:59:56.160 INFO O| Feb 28 09:59:56.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47552025-02-28T09:59:57.313Z[ recovery-image] Feb 28 09:59:56.160 INFO O| Feb 28 09:59:56.160 INFO STEP 46 (remove_files) COMPLETE
47562025-02-28T09:59:57.314Z[ recovery-image] Feb 28 09:59:56.160 INFO O| Feb 28 09:59:56.160 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572025-02-28T09:59:57.354Z[ recovery-image] Feb 28 09:59:56.202 INFO O| Feb 28 09:59:56.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47582025-02-28T09:59:57.354Z[ recovery-image] Feb 28 09:59:56.202 INFO O| Feb 28 09:59:56.202 INFO STEP 47 (remove_files) COMPLETE
47592025-02-28T09:59:57.356Z[ recovery-image] Feb 28 09:59:56.202 INFO O| Feb 28 09:59:56.202 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602025-02-28T09:59:57.378Z[ recovery-image] Feb 28 09:59:56.226 INFO O| Feb 28 09:59:56.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47612025-02-28T09:59:57.381Z[ recovery-image] Feb 28 09:59:56.226 INFO O| Feb 28 09:59:56.226 INFO STEP 48 (remove_files) COMPLETE
47622025-02-28T09:59:57.381Z[ recovery-image] Feb 28 09:59:56.226 INFO O| Feb 28 09:59:56.226 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632025-02-28T09:59:57.458Z[ recovery-image] Feb 28 09:59:56.306 INFO O| Feb 28 09:59:56.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47642025-02-28T09:59:57.458Z[ recovery-image] Feb 28 09:59:56.306 INFO O| Feb 28 09:59:56.306 INFO STEP 49 (remove_files) COMPLETE
47652025-02-28T09:59:57.460Z[ recovery-image] Feb 28 09:59:56.307 INFO O| Feb 28 09:59:56.306 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662025-02-28T09:59:57.481Z[ recovery-image] Feb 28 09:59:56.330 INFO O| Feb 28 09:59:56.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47672025-02-28T09:59:57.507Z[ recovery-image] Feb 28 09:59:56.355 INFO O| Feb 28 09:59:56.355 INFO STEP 50 (remove_files) COMPLETE
47682025-02-28T09:59:57.507Z[ recovery-image] Feb 28 09:59:56.355 INFO O| Feb 28 09:59:56.355 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692025-02-28T09:59:57.540Z[ recovery-image] Feb 28 09:59:56.389 INFO O| Feb 28 09:59:56.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47702025-02-28T09:59:57.540Z[ recovery-image] Feb 28 09:59:56.389 INFO O| Feb 28 09:59:56.389 INFO STEP 51 (remove_files) COMPLETE
47712025-02-28T09:59:57.540Z[ recovery-image] Feb 28 09:59:56.389 INFO O| Feb 28 09:59:56.389 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722025-02-28T09:59:57.563Z[ recovery-image] Feb 28 09:59:56.411 INFO O| Feb 28 09:59:56.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47732025-02-28T09:59:57.566Z[ recovery-image] Feb 28 09:59:56.412 INFO O| Feb 28 09:59:56.411 INFO STEP 52 (remove_files) COMPLETE
47742025-02-28T09:59:57.566Z[ recovery-image] Feb 28 09:59:56.412 INFO O| Feb 28 09:59:56.412 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752025-02-28T09:59:57.584Z[ recovery-image] Feb 28 09:59:56.432 INFO O| Feb 28 09:59:56.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
47762025-02-28T09:59:57.584Z[ recovery-image] Feb 28 09:59:56.432 INFO O| Feb 28 09:59:56.432 INFO STEP 53 (remove_files) COMPLETE
47772025-02-28T09:59:57.586Z[ recovery-image] Feb 28 09:59:56.432 INFO O| Feb 28 09:59:56.432 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782025-02-28T09:59:57.605Z[ recovery-image] Feb 28 09:59:56.453 INFO O| Feb 28 09:59:56.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
47792025-02-28T09:59:57.605Z[ recovery-image] Feb 28 09:59:56.454 INFO O| Feb 28 09:59:56.454 INFO STEP 54 (remove_files) COMPLETE
47802025-02-28T09:59:57.605Z[ recovery-image] Feb 28 09:59:56.454 INFO O| Feb 28 09:59:56.454 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812025-02-28T09:59:57.701Z[ recovery-image] Feb 28 09:59:56.549 INFO O| Feb 28 09:59:56.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
47822025-02-28T09:59:57.701Z[ recovery-image] Feb 28 09:59:56.549 INFO O| Feb 28 09:59:56.549 INFO STEP 55 (remove_files) COMPLETE
47832025-02-28T09:59:57.701Z[ recovery-image] Feb 28 09:59:56.549 INFO O| Feb 28 09:59:56.549 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842025-02-28T09:59:57.755Z[ recovery-image] Feb 28 09:59:56.602 INFO O| Feb 28 09:59:56.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
47852025-02-28T09:59:57.755Z[ recovery-image] Feb 28 09:59:56.603 INFO O| Feb 28 09:59:56.603 INFO STEP 56 (remove_files) COMPLETE
47862025-02-28T09:59:57.755Z[ recovery-image] Feb 28 09:59:56.603 INFO O| Feb 28 09:59:56.603 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872025-02-28T09:59:57.850Z[ recovery-image] Feb 28 09:59:56.699 INFO O| Feb 28 09:59:56.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47882025-02-28T09:59:57.854Z[ recovery-image] Feb 28 09:59:56.699 INFO O| Feb 28 09:59:56.699 INFO STEP 57 (remove_files) COMPLETE
47892025-02-28T09:59:57.854Z[ recovery-image] Feb 28 09:59:56.699 INFO O| Feb 28 09:59:56.699 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902025-02-28T09:59:57.917Z[ recovery-image] Feb 28 09:59:56.766 INFO O| Feb 28 09:59:56.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47912025-02-28T09:59:57.920Z[ recovery-image] Feb 28 09:59:56.766 INFO O| Feb 28 09:59:56.766 INFO STEP 58 (remove_files) COMPLETE
47922025-02-28T09:59:57.920Z[ recovery-image] Feb 28 09:59:56.766 INFO O| Feb 28 09:59:56.766 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932025-02-28T09:59:57.991Z[ recovery-image] Feb 28 09:59:56.839 INFO O| Feb 28 09:59:56.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47942025-02-28T09:59:57.992Z[ recovery-image] Feb 28 09:59:56.839 INFO O| Feb 28 09:59:56.839 INFO STEP 59 (remove_files) COMPLETE
47952025-02-28T09:59:57.992Z[ recovery-image] Feb 28 09:59:56.839 INFO O| Feb 28 09:59:56.839 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962025-02-28T09:59:58.030Z[ recovery-image] Feb 28 09:59:56.879 INFO O| Feb 28 09:59:56.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47972025-02-28T09:59:58.031Z[ recovery-image] Feb 28 09:59:56.879 INFO O| Feb 28 09:59:56.879 INFO STEP 60 (remove_files) COMPLETE
47982025-02-28T09:59:58.031Z[ recovery-image] Feb 28 09:59:56.879 INFO O| Feb 28 09:59:56.879 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992025-02-28T09:59:58.053Z[ recovery-image] Feb 28 09:59:56.901 INFO O| Feb 28 09:59:56.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
48002025-02-28T09:59:58.053Z[ recovery-image] Feb 28 09:59:56.901 INFO O| Feb 28 09:59:56.901 INFO STEP 61 (remove_files) COMPLETE
48012025-02-28T09:59:58.056Z[ recovery-image] Feb 28 09:59:56.901 INFO O| Feb 28 09:59:56.901 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022025-02-28T09:59:58.075Z[ recovery-image] Feb 28 09:59:56.924 INFO O| Feb 28 09:59:56.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
48032025-02-28T09:59:58.075Z[ recovery-image] Feb 28 09:59:56.924 INFO O| Feb 28 09:59:56.924 INFO STEP 62 (remove_files) COMPLETE
48042025-02-28T09:59:58.075Z[ recovery-image] Feb 28 09:59:56.924 INFO O| Feb 28 09:59:56.924 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052025-02-28T09:59:58.123Z[ recovery-image] Feb 28 09:59:56.971 INFO O| Feb 28 09:59:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
48062025-02-28T09:59:58.123Z[ recovery-image] Feb 28 09:59:56.972 INFO O| Feb 28 09:59:56.971 INFO STEP 63 (remove_files) COMPLETE
48072025-02-28T09:59:58.123Z[ recovery-image] Feb 28 09:59:56.972 INFO O| Feb 28 09:59:56.972 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082025-02-28T09:59:58.215Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48092025-02-28T09:59:58.235Z[ recovery-image] Feb 28 09:59:57.084 INFO O| Feb 28 09:59:57.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
48102025-02-28T09:59:58.235Z[ recovery-image] Feb 28 09:59:57.084 INFO O| Feb 28 09:59:57.084 INFO STEP 64 (remove_files) COMPLETE
48112025-02-28T09:59:58.235Z[ recovery-image] Feb 28 09:59:57.084 INFO O| Feb 28 09:59:57.084 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-28T09:59:58.265Z[ recovery-image] Feb 28 09:59:57.114 INFO O| Feb 28 09:59:57.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
48132025-02-28T09:59:58.268Z[ recovery-image] Feb 28 09:59:57.114 INFO O| Feb 28 09:59:57.114 INFO STEP 65 (remove_files) COMPLETE
48142025-02-28T09:59:58.268Z[ recovery-image] Feb 28 09:59:57.114 INFO O| Feb 28 09:59:57.114 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-28T09:59:58.287Z[ recovery-image] Feb 28 09:59:57.136 INFO O| Feb 28 09:59:57.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
48162025-02-28T09:59:58.287Z[ recovery-image] Feb 28 09:59:57.136 INFO O| Feb 28 09:59:57.136 INFO STEP 66 (remove_files) COMPLETE
48172025-02-28T09:59:58.290Z[ recovery-image] Feb 28 09:59:57.136 INFO O| Feb 28 09:59:57.136 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-28T09:59:58.313Z[ recovery-image] Feb 28 09:59:57.161 INFO O| Feb 28 09:59:57.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
48192025-02-28T09:59:58.313Z[ recovery-image] Feb 28 09:59:57.161 INFO O| Feb 28 09:59:57.161 INFO STEP 67 (remove_files) COMPLETE
48202025-02-28T09:59:58.316Z[ recovery-image] Feb 28 09:59:57.161 INFO O| Feb 28 09:59:57.161 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-28T09:59:58.333Z[ recovery-image] Feb 28 09:59:57.181 INFO O| Feb 28 09:59:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
48222025-02-28T09:59:58.336Z[ recovery-image] Feb 28 09:59:57.182 INFO O| Feb 28 09:59:57.182 INFO STEP 68 (remove_files) COMPLETE
48232025-02-28T09:59:58.336Z[ recovery-image] Feb 28 09:59:57.182 INFO O| Feb 28 09:59:57.182 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-28T09:59:58.371Z[ recovery-image] Feb 28 09:59:57.219 INFO O| Feb 28 09:59:57.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
48252025-02-28T09:59:58.374Z[ recovery-image] Feb 28 09:59:57.220 INFO O| Feb 28 09:59:57.220 INFO STEP 69 (remove_files) COMPLETE
48262025-02-28T09:59:58.374Z[ recovery-image] Feb 28 09:59:57.220 INFO O| Feb 28 09:59:57.220 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-02-28T09:59:58.404Z[ recovery-image] Feb 28 09:59:57.252 INFO O| Feb 28 09:59:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
48282025-02-28T09:59:58.404Z[ recovery-image] Feb 28 09:59:57.252 INFO O| Feb 28 09:59:57.252 INFO STEP 70 (remove_files) COMPLETE
48292025-02-28T09:59:58.404Z[ recovery-image] Feb 28 09:59:57.252 INFO O| Feb 28 09:59:57.252 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-02-28T09:59:58.434Z[ recovery-image] Feb 28 09:59:57.278 INFO O| Feb 28 09:59:57.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
48312025-02-28T09:59:58.434Z[ recovery-image] Feb 28 09:59:57.278 INFO O| Feb 28 09:59:57.278 INFO STEP 71 (remove_files) COMPLETE
48322025-02-28T09:59:58.434Z[ recovery-image] Feb 28 09:59:57.278 INFO O| Feb 28 09:59:57.278 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-02-28T09:59:58.451Z[ recovery-image] Feb 28 09:59:57.299 INFO O| Feb 28 09:59:57.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
48342025-02-28T09:59:58.451Z[ recovery-image] Feb 28 09:59:57.300 INFO O| Feb 28 09:59:57.300 INFO STEP 72 (remove_files) COMPLETE
48352025-02-28T09:59:58.454Z[ recovery-image] Feb 28 09:59:57.300 INFO O| Feb 28 09:59:57.300 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-02-28T09:59:58.529Z[ recovery-image] Feb 28 09:59:57.378 INFO O| Feb 28 09:59:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
48372025-02-28T09:59:58.532Z[ recovery-image] Feb 28 09:59:57.378 INFO O| Feb 28 09:59:57.378 INFO STEP 73 (remove_files) COMPLETE
48382025-02-28T09:59:58.532Z[ recovery-image] Feb 28 09:59:57.378 INFO O| Feb 28 09:59:57.378 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-02-28T09:59:58.554Z[ recovery-image] Feb 28 09:59:57.403 INFO O| Feb 28 09:59:57.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
48402025-02-28T09:59:58.557Z[ recovery-image] Feb 28 09:59:57.403 INFO O| Feb 28 09:59:57.403 INFO STEP 74 (remove_files) COMPLETE
48412025-02-28T09:59:58.563Z[ recovery-image] Feb 28 09:59:57.403 INFO O| Feb 28 09:59:57.403 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-02-28T09:59:58.566Z[verify-libraries] Compiling internet-checksum v0.2.1
48432025-02-28T09:59:58.594Z[ recovery-image] Feb 28 09:59:57.439 INFO O| Feb 28 09:59:57.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48442025-02-28T09:59:58.594Z[ recovery-image] Feb 28 09:59:57.439 INFO O| Feb 28 09:59:57.439 INFO STEP 75 (remove_files) COMPLETE
48452025-02-28T09:59:58.594Z[ recovery-image] Feb 28 09:59:57.439 INFO O| Feb 28 09:59:57.439 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-02-28T09:59:58.612Z[ recovery-image] Feb 28 09:59:57.460 INFO O| Feb 28 09:59:57.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48472025-02-28T09:59:58.612Z[ recovery-image] Feb 28 09:59:57.460 INFO O| Feb 28 09:59:57.460 INFO STEP 76 (remove_files) COMPLETE
48482025-02-28T09:59:58.615Z[ recovery-image] Feb 28 09:59:57.460 INFO O| Feb 28 09:59:57.460 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-02-28T09:59:58.635Z[ recovery-image] Feb 28 09:59:57.483 INFO O| Feb 28 09:59:57.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48502025-02-28T09:59:58.635Z[ recovery-image] Feb 28 09:59:57.483 INFO O| Feb 28 09:59:57.483 INFO STEP 77 (remove_files) COMPLETE
48512025-02-28T09:59:58.635Z[ recovery-image] Feb 28 09:59:57.483 INFO O| Feb 28 09:59:57.483 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-02-28T09:59:58.671Z[ recovery-image] Feb 28 09:59:57.520 INFO O| Feb 28 09:59:57.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48532025-02-28T09:59:58.674Z[ recovery-image] Feb 28 09:59:57.520 INFO O| Feb 28 09:59:57.520 INFO STEP 78 (remove_files) COMPLETE
48542025-02-28T09:59:58.674Z[ recovery-image] Feb 28 09:59:57.520 INFO O| Feb 28 09:59:57.520 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-02-28T09:59:58.696Z[ recovery-image] Feb 28 09:59:57.544 INFO O| Feb 28 09:59:57.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48562025-02-28T09:59:58.698Z[ recovery-image] Feb 28 09:59:57.544 INFO O| Feb 28 09:59:57.544 INFO STEP 79 (remove_files) COMPLETE
48572025-02-28T09:59:58.698Z[ recovery-image] Feb 28 09:59:57.545 INFO O| Feb 28 09:59:57.545 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-02-28T09:59:58.723Z[ recovery-image] Feb 28 09:59:57.572 INFO O| Feb 28 09:59:57.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48592025-02-28T09:59:58.723Z[ recovery-image] Feb 28 09:59:57.572 INFO O| Feb 28 09:59:57.572 INFO STEP 80 (remove_files) COMPLETE
48602025-02-28T09:59:58.726Z[ recovery-image] Feb 28 09:59:57.572 INFO O| Feb 28 09:59:57.572 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-02-28T09:59:58.744Z[ recovery-image] Feb 28 09:59:57.592 INFO O| Feb 28 09:59:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48622025-02-28T09:59:58.744Z[ recovery-image] Feb 28 09:59:57.592 INFO O| Feb 28 09:59:57.592 INFO STEP 81 (remove_files) COMPLETE
48632025-02-28T09:59:58.747Z[ recovery-image] Feb 28 09:59:57.592 INFO O| Feb 28 09:59:57.592 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-02-28T09:59:58.779Z[ recovery-image] Feb 28 09:59:57.627 INFO O| Feb 28 09:59:57.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48652025-02-28T09:59:58.779Z[ recovery-image] Feb 28 09:59:57.627 INFO O| Feb 28 09:59:57.627 INFO STEP 82 (remove_files) COMPLETE
48662025-02-28T09:59:58.779Z[ recovery-image] Feb 28 09:59:57.627 INFO O| Feb 28 09:59:57.627 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-02-28T09:59:58.813Z[ recovery-image] Feb 28 09:59:57.661 INFO O| Feb 28 09:59:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48682025-02-28T09:59:58.813Z[ recovery-image] Feb 28 09:59:57.661 INFO O| Feb 28 09:59:57.661 INFO STEP 83 (remove_files) COMPLETE
48692025-02-28T09:59:58.813Z[ recovery-image] Feb 28 09:59:57.661 INFO O| Feb 28 09:59:57.661 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-02-28T09:59:58.835Z[ recovery-image] Feb 28 09:59:57.683 INFO O| Feb 28 09:59:57.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48712025-02-28T09:59:58.835Z[ recovery-image] Feb 28 09:59:57.683 INFO O| Feb 28 09:59:57.683 INFO STEP 84 (remove_files) COMPLETE
48722025-02-28T09:59:58.835Z[ recovery-image] Feb 28 09:59:57.683 INFO O| Feb 28 09:59:57.683 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-02-28T09:59:58.878Z[ recovery-image] Feb 28 09:59:57.727 INFO O| Feb 28 09:59:57.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48742025-02-28T09:59:58.878Z[ recovery-image] Feb 28 09:59:57.727 INFO O| Feb 28 09:59:57.727 INFO STEP 85 (remove_files) COMPLETE
48752025-02-28T09:59:58.878Z[ recovery-image] Feb 28 09:59:57.727 INFO O| Feb 28 09:59:57.727 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-02-28T09:59:58.899Z[ recovery-image] Feb 28 09:59:57.748 INFO O| Feb 28 09:59:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
48772025-02-28T09:59:58.902Z[ recovery-image] Feb 28 09:59:57.748 INFO O| Feb 28 09:59:57.748 INFO STEP 86 (remove_files) COMPLETE
48782025-02-28T09:59:58.902Z[ recovery-image] Feb 28 09:59:57.748 INFO O| Feb 28 09:59:57.748 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-02-28T09:59:58.931Z[ recovery-image] Feb 28 09:59:57.778 INFO O| Feb 28 09:59:57.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
48802025-02-28T09:59:58.931Z[ recovery-image] Feb 28 09:59:57.778 INFO O| Feb 28 09:59:57.778 INFO STEP 87 (remove_files) COMPLETE
48812025-02-28T09:59:58.931Z[ recovery-image] Feb 28 09:59:57.778 INFO O| Feb 28 09:59:57.778 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-02-28T09:59:58.951Z[ recovery-image] Feb 28 09:59:57.799 INFO O| Feb 28 09:59:57.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
48832025-02-28T09:59:58.951Z[ recovery-image] Feb 28 09:59:57.799 INFO O| Feb 28 09:59:57.799 INFO STEP 88 (remove_files) COMPLETE
48842025-02-28T09:59:58.951Z[ recovery-image] Feb 28 09:59:57.799 INFO O| Feb 28 09:59:57.799 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-02-28T09:59:59.010Z[ recovery-image] Feb 28 09:59:57.858 INFO O| Feb 28 09:59:57.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
48862025-02-28T09:59:59.013Z[ recovery-image] Feb 28 09:59:57.858 INFO O| Feb 28 09:59:57.858 INFO STEP 89 (remove_files) COMPLETE
48872025-02-28T09:59:59.013Z[ recovery-image] Feb 28 09:59:57.858 INFO O| Feb 28 09:59:57.858 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-02-28T09:59:59.046Z[ recovery-image] Feb 28 09:59:57.895 INFO O| Feb 28 09:59:57.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
48892025-02-28T09:59:59.050Z[ recovery-image] Feb 28 09:59:57.895 INFO O| Feb 28 09:59:57.895 INFO STEP 90 (remove_files) COMPLETE
48902025-02-28T09:59:59.050Z[ recovery-image] Feb 28 09:59:57.895 INFO O| Feb 28 09:59:57.895 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-02-28T09:59:59.068Z[ recovery-image] Feb 28 09:59:57.916 INFO O| Feb 28 09:59:57.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48922025-02-28T09:59:59.071Z[ recovery-image] Feb 28 09:59:57.916 INFO O| Feb 28 09:59:57.916 INFO STEP 91 (remove_files) COMPLETE
48932025-02-28T09:59:59.071Z[ recovery-image] Feb 28 09:59:57.917 INFO O| Feb 28 09:59:57.917 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-02-28T09:59:59.092Z[ recovery-image] Feb 28 09:59:57.939 INFO O| Feb 28 09:59:57.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48952025-02-28T09:59:59.095Z[ recovery-image] Feb 28 09:59:57.939 INFO O| Feb 28 09:59:57.939 INFO STEP 92 (remove_files) COMPLETE
48962025-02-28T09:59:59.095Z[ recovery-image] Feb 28 09:59:57.939 INFO O| Feb 28 09:59:57.939 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-02-28T09:59:59.118Z[ recovery-image] Feb 28 09:59:57.966 INFO O| Feb 28 09:59:57.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48982025-02-28T09:59:59.121Z[ recovery-image] Feb 28 09:59:57.966 INFO O| Feb 28 09:59:57.966 INFO STEP 93 (remove_files) COMPLETE
48992025-02-28T09:59:59.121Z[ recovery-image] Feb 28 09:59:57.967 INFO O| Feb 28 09:59:57.966 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-02-28T09:59:59.167Z[ recovery-image] Feb 28 09:59:58.016 INFO O| Feb 28 09:59:58.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
49012025-02-28T09:59:59.170Z[ recovery-image] Feb 28 09:59:58.016 INFO O| Feb 28 09:59:58.016 INFO STEP 94 (remove_files) COMPLETE
49022025-02-28T09:59:59.170Z[ recovery-image] Feb 28 09:59:58.016 INFO O| Feb 28 09:59:58.016 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-02-28T09:59:59.189Z[ recovery-image] Feb 28 09:59:58.038 INFO O| Feb 28 09:59:58.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
49042025-02-28T09:59:59.208Z[ recovery-image] Feb 28 09:59:58.057 INFO O| Feb 28 09:59:58.057 INFO STEP 95 (remove_files) COMPLETE
49052025-02-28T09:59:59.208Z[ recovery-image] Feb 28 09:59:58.057 INFO O| Feb 28 09:59:58.057 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-02-28T09:59:59.231Z[ recovery-image] Feb 28 09:59:58.079 INFO O| Feb 28 09:59:58.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
49072025-02-28T09:59:59.234Z[ recovery-image] Feb 28 09:59:58.080 INFO O| Feb 28 09:59:58.080 INFO STEP 96 (remove_files) COMPLETE
49082025-02-28T09:59:59.234Z[ recovery-image] Feb 28 09:59:58.080 INFO O| Feb 28 09:59:58.080 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-02-28T09:59:59.252Z[ recovery-image] Feb 28 09:59:58.101 INFO O| Feb 28 09:59:58.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
49102025-02-28T09:59:59.264Z[ recovery-image] Feb 28 09:59:58.113 INFO O| Feb 28 09:59:58.113 INFO STEP 97 (remove_files) COMPLETE
49112025-02-28T09:59:59.264Z[ recovery-image] Feb 28 09:59:58.113 INFO O| Feb 28 09:59:58.113 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-02-28T09:59:59.298Z[ recovery-image] Feb 28 09:59:58.146 INFO O| Feb 28 09:59:58.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
49132025-02-28T09:59:59.298Z[ recovery-image] Feb 28 09:59:58.146 INFO O| Feb 28 09:59:58.146 INFO STEP 98 (remove_files) COMPLETE
49142025-02-28T09:59:59.301Z[ recovery-image] Feb 28 09:59:58.146 INFO O| Feb 28 09:59:58.146 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-02-28T09:59:59.331Z[ recovery-image] Feb 28 09:59:58.179 INFO O| Feb 28 09:59:58.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
49162025-02-28T09:59:59.331Z[ recovery-image] Feb 28 09:59:58.179 INFO O| Feb 28 09:59:58.179 INFO STEP 99 (remove_files) COMPLETE
49172025-02-28T09:59:59.331Z[ recovery-image] Feb 28 09:59:58.179 INFO O| Feb 28 09:59:58.179 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-02-28T09:59:59.368Z[ recovery-image] Feb 28 09:59:58.217 INFO O| Feb 28 09:59:58.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
49192025-02-28T09:59:59.369Z[ recovery-image] Feb 28 09:59:58.217 INFO O| Feb 28 09:59:58.217 INFO STEP 100 (remove_files) COMPLETE
49202025-02-28T09:59:59.369Z[ recovery-image] Feb 28 09:59:58.217 INFO O| Feb 28 09:59:58.217 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-02-28T09:59:59.408Z[ recovery-image] Feb 28 09:59:58.256 INFO O| Feb 28 09:59:58.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
49222025-02-28T09:59:59.408Z[ recovery-image] Feb 28 09:59:58.257 INFO O| Feb 28 09:59:58.257 INFO STEP 101 (remove_files) COMPLETE
49232025-02-28T09:59:59.411Z[ recovery-image] Feb 28 09:59:58.257 INFO O| Feb 28 09:59:58.257 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-02-28T09:59:59.431Z[ recovery-image] Feb 28 09:59:58.279 INFO O| Feb 28 09:59:58.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
49252025-02-28T09:59:59.434Z[ recovery-image] Feb 28 09:59:58.280 INFO O| Feb 28 09:59:58.280 INFO STEP 102 (remove_files) COMPLETE
49262025-02-28T09:59:59.434Z[ recovery-image] Feb 28 09:59:58.280 INFO O| Feb 28 09:59:58.280 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-02-28T09:59:59.466Z[ recovery-image] Feb 28 09:59:58.314 INFO O| Feb 28 09:59:58.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
49282025-02-28T09:59:59.468Z[ recovery-image] Feb 28 09:59:58.315 INFO O| Feb 28 09:59:58.314 INFO STEP 103 (remove_files) COMPLETE
49292025-02-28T09:59:59.468Z[ recovery-image] Feb 28 09:59:58.315 INFO O| Feb 28 09:59:58.314 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-02-28T09:59:59.512Z[ recovery-image] Feb 28 09:59:58.360 INFO O| Feb 28 09:59:58.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
49312025-02-28T09:59:59.512Z[ recovery-image] Feb 28 09:59:58.360 INFO O| Feb 28 09:59:58.360 INFO STEP 104 (remove_files) COMPLETE
49322025-02-28T09:59:59.515Z[ recovery-image] Feb 28 09:59:58.360 INFO O| Feb 28 09:59:58.360 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-02-28T09:59:59.535Z[ recovery-image] Feb 28 09:59:58.383 INFO O| Feb 28 09:59:58.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
49342025-02-28T09:59:59.535Z[ recovery-image] Feb 28 09:59:58.383 INFO O| Feb 28 09:59:58.383 INFO STEP 105 (remove_files) COMPLETE
49352025-02-28T09:59:59.535Z[ recovery-image] Feb 28 09:59:58.383 INFO O| Feb 28 09:59:58.383 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-02-28T09:59:59.557Z[ recovery-image] Feb 28 09:59:58.405 INFO O| Feb 28 09:59:58.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
49372025-02-28T09:59:59.557Z[ recovery-image] Feb 28 09:59:58.405 INFO O| Feb 28 09:59:58.405 INFO STEP 106 (remove_files) COMPLETE
49382025-02-28T09:59:59.560Z[ recovery-image] Feb 28 09:59:58.405 INFO O| Feb 28 09:59:58.405 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-02-28T09:59:59.579Z[ recovery-image] Feb 28 09:59:58.427 INFO O| Feb 28 09:59:58.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
49402025-02-28T09:59:59.579Z[ recovery-image] Feb 28 09:59:58.427 INFO O| Feb 28 09:59:58.427 INFO STEP 107 (remove_files) COMPLETE
49412025-02-28T09:59:59.579Z[ recovery-image] Feb 28 09:59:58.427 INFO O| Feb 28 09:59:58.427 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-02-28T09:59:59.601Z[ recovery-image] Feb 28 09:59:58.449 INFO O| Feb 28 09:59:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49432025-02-28T09:59:59.601Z[ recovery-image] Feb 28 09:59:58.449 INFO O| Feb 28 09:59:58.449 INFO STEP 108 (remove_files) COMPLETE
49442025-02-28T09:59:59.601Z[ recovery-image] Feb 28 09:59:58.449 INFO O| Feb 28 09:59:58.449 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-02-28T09:59:59.646Z[ recovery-image] Feb 28 09:59:58.495 INFO O| Feb 28 09:59:58.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49462025-02-28T09:59:59.649Z[ recovery-image] Feb 28 09:59:58.495 INFO O| Feb 28 09:59:58.495 INFO STEP 109 (remove_files) COMPLETE
49472025-02-28T09:59:59.649Z[ recovery-image] Feb 28 09:59:58.495 INFO O| Feb 28 09:59:58.495 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-02-28T09:59:59.674Z[ recovery-image] Feb 28 09:59:58.523 INFO O| Feb 28 09:59:58.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49492025-02-28T09:59:59.674Z[ recovery-image] Feb 28 09:59:58.523 INFO O| Feb 28 09:59:58.523 INFO STEP 110 (remove_files) COMPLETE
49502025-02-28T09:59:59.677Z[ recovery-image] Feb 28 09:59:58.523 INFO O| Feb 28 09:59:58.523 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-02-28T09:59:59.726Z[ recovery-image] Feb 28 09:59:58.574 INFO O| Feb 28 09:59:58.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49522025-02-28T09:59:59.726Z[ recovery-image] Feb 28 09:59:58.574 INFO O| Feb 28 09:59:58.574 INFO STEP 111 (remove_files) COMPLETE
49532025-02-28T09:59:59.729Z[ recovery-image] Feb 28 09:59:58.574 INFO O| Feb 28 09:59:58.574 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-02-28T09:59:59.755Z[ recovery-image] Feb 28 09:59:58.603 INFO O| Feb 28 09:59:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49552025-02-28T09:59:59.755Z[ recovery-image] Feb 28 09:59:58.603 INFO O| Feb 28 09:59:58.603 INFO STEP 112 (remove_files) COMPLETE
49562025-02-28T09:59:59.758Z[ recovery-image] Feb 28 09:59:58.603 INFO O| Feb 28 09:59:58.603 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-02-28T09:59:59.812Z[ recovery-image] Feb 28 09:59:58.660 INFO O| Feb 28 09:59:58.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49582025-02-28T09:59:59.815Z[ recovery-image] Feb 28 09:59:58.661 INFO O| Feb 28 09:59:58.661 INFO STEP 113 (remove_files) COMPLETE
49592025-02-28T09:59:59.815Z[ recovery-image] Feb 28 09:59:58.661 INFO O| Feb 28 09:59:58.661 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-02-28T09:59:59.833Z[ recovery-image] Feb 28 09:59:58.681 INFO O| Feb 28 09:59:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49612025-02-28T09:59:59.836Z[ recovery-image] Feb 28 09:59:58.681 INFO O| Feb 28 09:59:58.681 INFO STEP 114 (remove_files) COMPLETE
49622025-02-28T09:59:59.836Z[ recovery-image] Feb 28 09:59:58.681 INFO O| Feb 28 09:59:58.681 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-02-28T09:59:59.874Z[ recovery-image] Feb 28 09:59:58.723 INFO O| Feb 28 09:59:58.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49642025-02-28T09:59:59.874Z[ recovery-image] Feb 28 09:59:58.723 INFO O| Feb 28 09:59:58.723 INFO STEP 115 (remove_files) COMPLETE
49652025-02-28T09:59:59.874Z[ recovery-image] Feb 28 09:59:58.723 INFO O| Feb 28 09:59:58.723 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-02-28T09:59:59.912Z[ recovery-image] Feb 28 09:59:58.761 INFO O| Feb 28 09:59:58.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
49672025-02-28T09:59:59.912Z[ recovery-image] Feb 28 09:59:58.761 INFO O| Feb 28 09:59:58.761 INFO STEP 116 (remove_files) COMPLETE
49682025-02-28T09:59:59.915Z[ recovery-image] Feb 28 09:59:58.761 INFO O| Feb 28 09:59:58.761 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-02-28T09:59:59.935Z[ recovery-image] Feb 28 09:59:58.784 INFO O| Feb 28 09:59:58.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
49702025-02-28T09:59:59.936Z[ recovery-image] Feb 28 09:59:58.784 INFO O| Feb 28 09:59:58.784 INFO STEP 117 (remove_files) COMPLETE
49712025-02-28T09:59:59.936Z[ recovery-image] Feb 28 09:59:58.784 INFO O| Feb 28 09:59:58.784 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-02-28T09:59:59.957Z[ recovery-image] Feb 28 09:59:58.805 INFO O| Feb 28 09:59:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
49732025-02-28T09:59:59.957Z[ recovery-image] Feb 28 09:59:58.805 INFO O| Feb 28 09:59:58.805 INFO STEP 118 (remove_files) COMPLETE
49742025-02-28T09:59:59.957Z[ recovery-image] Feb 28 09:59:58.805 INFO O| Feb 28 09:59:58.805 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-02-28T09:59:59.977Z[ recovery-image] Feb 28 09:59:58.825 INFO O| Feb 28 09:59:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
49762025-02-28T09:59:59.977Z[ recovery-image] Feb 28 09:59:58.825 INFO O| Feb 28 09:59:58.825 INFO STEP 119 (remove_files) COMPLETE
49772025-02-28T09:59:59.977Z[ recovery-image] Feb 28 09:59:58.825 INFO O| Feb 28 09:59:58.825 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-02-28T10:00:00.014Z[ recovery-image] Feb 28 09:59:58.862 INFO O| Feb 28 09:59:58.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
49792025-02-28T10:00:00.014Z[ recovery-image] Feb 28 09:59:58.862 INFO O| Feb 28 09:59:58.862 INFO STEP 120 (remove_files) COMPLETE
49802025-02-28T10:00:00.016Z[ recovery-image] Feb 28 09:59:58.862 INFO O| Feb 28 09:59:58.862 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-02-28T10:00:00.050Z[ recovery-image] Feb 28 09:59:58.898 INFO O| Feb 28 09:59:58.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
49822025-02-28T10:00:00.072Z[ recovery-image] Feb 28 09:59:58.921 INFO O| Feb 28 09:59:58.921 INFO STEP 121 (remove_files) COMPLETE
49832025-02-28T10:00:00.072Z[ recovery-image] Feb 28 09:59:58.921 INFO O| Feb 28 09:59:58.921 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-02-28T10:00:00.126Z[ recovery-image] Feb 28 09:59:58.975 INFO O| Feb 28 09:59:58.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
49852025-02-28T10:00:00.126Z[ recovery-image] Feb 28 09:59:58.975 INFO O| Feb 28 09:59:58.975 INFO STEP 122 (remove_files) COMPLETE
49862025-02-28T10:00:00.126Z[ recovery-image] Feb 28 09:59:58.975 INFO O| Feb 28 09:59:58.975 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-02-28T10:00:00.167Z[ host-image] Feb 28 09:59:59.016 INFO O| Feb 28 09:59:59.016 INFO O| Planning: Solver setup ... Done
49882025-02-28T10:00:00.174Z[ host-image] Feb 28 09:59:59.023 INFO O| Feb 28 09:59:59.023 INFO O| Planning: Running solver ... Done
49892025-02-28T10:00:00.187Z[ recovery-image] Feb 28 09:59:59.036 INFO O| Feb 28 09:59:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
49902025-02-28T10:00:00.187Z[ recovery-image] Feb 28 09:59:59.036 INFO O| Feb 28 09:59:59.036 INFO STEP 123 (remove_files) COMPLETE
49912025-02-28T10:00:00.190Z[ recovery-image] Feb 28 09:59:59.036 INFO O| Feb 28 09:59:59.036 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-02-28T10:00:00.208Z[ recovery-image] Feb 28 09:59:59.056 INFO O| Feb 28 09:59:59.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49932025-02-28T10:00:00.208Z[ recovery-image] Feb 28 09:59:59.056 INFO O| Feb 28 09:59:59.056 INFO STEP 124 (remove_files) COMPLETE
49942025-02-28T10:00:00.208Z[ recovery-image] Feb 28 09:59:59.056 INFO O| Feb 28 09:59:59.056 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-02-28T10:00:00.249Z[ recovery-image] Feb 28 09:59:59.097 INFO O| Feb 28 09:59:59.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49962025-02-28T10:00:00.249Z[ recovery-image] Feb 28 09:59:59.097 INFO O| Feb 28 09:59:59.097 INFO STEP 125 (remove_files) COMPLETE
49972025-02-28T10:00:00.249Z[ recovery-image] Feb 28 09:59:59.097 INFO O| Feb 28 09:59:59.097 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-02-28T10:00:00.282Z[ recovery-image] Feb 28 09:59:59.129 INFO O| Feb 28 09:59:59.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
49992025-02-28T10:00:00.282Z[ recovery-image] Feb 28 09:59:59.129 INFO O| Feb 28 09:59:59.129 INFO STEP 126 (remove_files) COMPLETE
50002025-02-28T10:00:00.282Z[ recovery-image] Feb 28 09:59:59.129 INFO O| Feb 28 09:59:59.129 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-02-28T10:00:00.300Z[ recovery-image] Feb 28 09:59:59.148 INFO O| Feb 28 09:59:59.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
50022025-02-28T10:00:00.300Z[ recovery-image] Feb 28 09:59:59.148 INFO O| Feb 28 09:59:59.148 INFO STEP 127 (remove_files) COMPLETE
50032025-02-28T10:00:00.303Z[ recovery-image] Feb 28 09:59:59.148 INFO O| Feb 28 09:59:59.148 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-02-28T10:00:00.318Z[ host-image] Feb 28 09:59:59.166 INFO O| Feb 28 09:59:59.166 INFO O| Planning: Finding local manifests ... Done
50052025-02-28T10:00:00.321Z[ host-image] Feb 28 09:59:59.167 INFO O| Feb 28 09:59:59.167 INFO O| Planning: Fetching manifests: 0/1 0% complete
50062025-02-28T10:00:00.339Z[ recovery-image] Feb 28 09:59:59.187 INFO O| Feb 28 09:59:59.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
50072025-02-28T10:00:00.339Z[ recovery-image] Feb 28 09:59:59.187 INFO O| Feb 28 09:59:59.187 INFO STEP 128 (remove_files) COMPLETE
50082025-02-28T10:00:00.339Z[ recovery-image] Feb 28 09:59:59.187 INFO O| Feb 28 09:59:59.187 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-02-28T10:00:00.404Z[ recovery-image] Feb 28 09:59:59.252 INFO O| Feb 28 09:59:59.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
50102025-02-28T10:00:00.404Z[ recovery-image] Feb 28 09:59:59.252 INFO O| Feb 28 09:59:59.252 INFO STEP 129 (remove_files) COMPLETE
50112025-02-28T10:00:00.407Z[ recovery-image] Feb 28 09:59:59.252 INFO O| Feb 28 09:59:59.252 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-02-28T10:00:00.426Z[ recovery-image] Feb 28 09:59:59.275 INFO O| Feb 28 09:59:59.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
50132025-02-28T10:00:00.426Z[ recovery-image] Feb 28 09:59:59.275 INFO O| Feb 28 09:59:59.275 INFO STEP 130 (remove_files) COMPLETE
50142025-02-28T10:00:00.426Z[ recovery-image] Feb 28 09:59:59.275 INFO O| Feb 28 09:59:59.275 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-02-28T10:00:00.449Z[ recovery-image] Feb 28 09:59:59.297 INFO O| Feb 28 09:59:59.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
50162025-02-28T10:00:00.449Z[ recovery-image] Feb 28 09:59:59.297 INFO O| Feb 28 09:59:59.297 INFO STEP 131 (remove_files) COMPLETE
50172025-02-28T10:00:00.449Z[ recovery-image] Feb 28 09:59:59.297 INFO O| Feb 28 09:59:59.297 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-02-28T10:00:00.471Z[ recovery-image] Feb 28 09:59:59.320 INFO O| Feb 28 09:59:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
50192025-02-28T10:00:00.471Z[ recovery-image] Feb 28 09:59:59.320 INFO O| Feb 28 09:59:59.320 INFO STEP 132 (remove_files) COMPLETE
50202025-02-28T10:00:00.474Z[ recovery-image] Feb 28 09:59:59.320 INFO O| Feb 28 09:59:59.320 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-02-28T10:00:00.493Z[ recovery-image] Feb 28 09:59:59.342 INFO O| Feb 28 09:59:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
50222025-02-28T10:00:00.493Z[ recovery-image] Feb 28 09:59:59.342 INFO O| Feb 28 09:59:59.342 INFO STEP 133 (remove_files) COMPLETE
50232025-02-28T10:00:00.494Z[ recovery-image] Feb 28 09:59:59.342 INFO O| Feb 28 09:59:59.342 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-02-28T10:00:00.516Z[ recovery-image] Feb 28 09:59:59.364 INFO O| Feb 28 09:59:59.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
50252025-02-28T10:00:00.516Z[ recovery-image] Feb 28 09:59:59.364 INFO O| Feb 28 09:59:59.364 INFO STEP 134 (remove_files) COMPLETE
50262025-02-28T10:00:00.519Z[ recovery-image] Feb 28 09:59:59.364 INFO O| Feb 28 09:59:59.364 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-02-28T10:00:00.519Z[ host-image] Feb 28 09:59:59.365 INFO O| Feb 28 09:59:59.365 INFO O| Planning: Fetching manifests: 1/1 100% complete
50282025-02-28T10:00:00.574Z[ recovery-image] Feb 28 09:59:59.422 INFO O| Feb 28 09:59:59.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
50292025-02-28T10:00:00.574Z[ recovery-image] Feb 28 09:59:59.422 INFO O| Feb 28 09:59:59.422 INFO STEP 135 (remove_files) COMPLETE
50302025-02-28T10:00:00.574Z[ recovery-image] Feb 28 09:59:59.423 INFO O| Feb 28 09:59:59.422 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-02-28T10:00:00.582Z[ host-image] Feb 28 09:59:59.431 INFO O| Feb 28 09:59:59.431 INFO O| Planning: Package planning ... Done
50322025-02-28T10:00:00.585Z[ host-image] Feb 28 09:59:59.432 INFO O| Feb 28 09:59:59.432 INFO O| Planning: Merging actions ... Done
50332025-02-28T10:00:00.633Z[ recovery-image] Feb 28 09:59:59.482 INFO O| Feb 28 09:59:59.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
50342025-02-28T10:00:00.636Z[ recovery-image] Feb 28 09:59:59.482 INFO O| Feb 28 09:59:59.482 INFO STEP 136 (remove_files) COMPLETE
50352025-02-28T10:00:00.636Z[ recovery-image] Feb 28 09:59:59.482 INFO O| Feb 28 09:59:59.482 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-28T10:00:00.655Z[ recovery-image] Feb 28 09:59:59.504 INFO O| Feb 28 09:59:59.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
50372025-02-28T10:00:00.658Z[ recovery-image] Feb 28 09:59:59.504 INFO O| Feb 28 09:59:59.504 INFO STEP 137 (remove_files) COMPLETE
50382025-02-28T10:00:00.658Z[ recovery-image] Feb 28 09:59:59.504 INFO O| Feb 28 09:59:59.504 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-28T10:00:00.677Z[ recovery-image] Feb 28 09:59:59.526 INFO O| Feb 28 09:59:59.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
50402025-02-28T10:00:00.680Z[ recovery-image] Feb 28 09:59:59.526 INFO O| Feb 28 09:59:59.526 INFO STEP 138 (remove_files) COMPLETE
50412025-02-28T10:00:00.680Z[ recovery-image] Feb 28 09:59:59.526 INFO O| Feb 28 09:59:59.526 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-28T10:00:00.698Z[ recovery-image] Feb 28 09:59:59.546 INFO O| Feb 28 09:59:59.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
50432025-02-28T10:00:00.701Z[ recovery-image] Feb 28 09:59:59.546 INFO O| Feb 28 09:59:59.546 INFO STEP 139 (remove_files) COMPLETE
50442025-02-28T10:00:00.701Z[ recovery-image] Feb 28 09:59:59.547 INFO O| Feb 28 09:59:59.547 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-02-28T10:00:00.717Z[ recovery-image] Feb 28 09:59:59.565 INFO O| Feb 28 09:59:59.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50462025-02-28T10:00:00.721Z[ recovery-image] Feb 28 09:59:59.566 INFO O| Feb 28 09:59:59.566 INFO STEP 140 (remove_files) COMPLETE
50472025-02-28T10:00:00.721Z[ recovery-image] Feb 28 09:59:59.566 INFO O| Feb 28 09:59:59.566 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-02-28T10:00:00.723Z[ host-image] Feb 28 09:59:59.571 INFO O| Feb 28 09:59:59.571 INFO O| Planning: Checking for conflicting actions ... Done
50492025-02-28T10:00:00.723Z[ host-image] Feb 28 09:59:59.571 INFO O| Feb 28 09:59:59.571 INFO O| Planning: Consolidating action changes ... Done
50502025-02-28T10:00:00.749Z[ recovery-image] Feb 28 09:59:59.597 INFO O| Feb 28 09:59:59.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50512025-02-28T10:00:00.752Z[ recovery-image] Feb 28 09:59:59.597 INFO O| Feb 28 09:59:59.597 INFO STEP 141 (remove_files) COMPLETE
50522025-02-28T10:00:00.752Z[ recovery-image] Feb 28 09:59:59.597 INFO O| Feb 28 09:59:59.597 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-02-28T10:00:00.814Z[ recovery-image] Feb 28 09:59:59.663 INFO O| Feb 28 09:59:59.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50542025-02-28T10:00:00.815Z[ recovery-image] Feb 28 09:59:59.663 INFO O| Feb 28 09:59:59.663 INFO STEP 142 (remove_files) COMPLETE
50552025-02-28T10:00:00.817Z[ recovery-image] Feb 28 09:59:59.663 INFO O| Feb 28 09:59:59.663 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-02-28T10:00:00.835Z[ recovery-image] Feb 28 09:59:59.684 INFO O| Feb 28 09:59:59.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50572025-02-28T10:00:00.835Z[ recovery-image] Feb 28 09:59:59.684 INFO O| Feb 28 09:59:59.684 INFO STEP 143 (remove_files) COMPLETE
50582025-02-28T10:00:00.835Z[ recovery-image] Feb 28 09:59:59.684 INFO O| Feb 28 09:59:59.684 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-02-28T10:00:00.854Z[ recovery-image] Feb 28 09:59:59.702 INFO O| Feb 28 09:59:59.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50602025-02-28T10:00:00.854Z[ recovery-image] Feb 28 09:59:59.702 INFO O| Feb 28 09:59:59.702 INFO STEP 144 (remove_files) COMPLETE
50612025-02-28T10:00:00.854Z[ recovery-image] Feb 28 09:59:59.702 INFO O| Feb 28 09:59:59.702 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-02-28T10:00:00.906Z[ recovery-image] Feb 28 09:59:59.754 INFO O| Feb 28 09:59:59.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50632025-02-28T10:00:00.906Z[ recovery-image] Feb 28 09:59:59.754 INFO O| Feb 28 09:59:59.754 INFO STEP 145 (remove_files) COMPLETE
50642025-02-28T10:00:00.909Z[ recovery-image] Feb 28 09:59:59.754 INFO O| Feb 28 09:59:59.754 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-02-28T10:00:00.965Z[ recovery-image] Feb 28 09:59:59.813 INFO O| Feb 28 09:59:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50662025-02-28T10:00:00.965Z[ recovery-image] Feb 28 09:59:59.813 INFO O| Feb 28 09:59:59.813 INFO STEP 146 (remove_files) COMPLETE
50672025-02-28T10:00:00.965Z[ recovery-image] Feb 28 09:59:59.813 INFO O| Feb 28 09:59:59.813 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-02-28T10:00:00.992Z[ recovery-image] Feb 28 09:59:59.840 INFO O| Feb 28 09:59:59.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50692025-02-28T10:00:01.013Z[ recovery-image] Feb 28 09:59:59.861 INFO O| Feb 28 09:59:59.861 INFO STEP 147 (remove_files) COMPLETE
50702025-02-28T10:00:01.013Z[ recovery-image] Feb 28 09:59:59.861 INFO O| Feb 28 09:59:59.861 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-02-28T10:00:01.052Z[ recovery-image] Feb 28 09:59:59.901 INFO O| Feb 28 09:59:59.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
50722025-02-28T10:00:01.068Z[ host-image] Feb 28 09:59:59.917 INFO O| Feb 28 09:59:59.916 INFO O| Planning: Evaluating mediators ... Done
50732025-02-28T10:00:01.070Z[ host-image] Feb 28 09:59:59.917 INFO O| Feb 28 09:59:59.917 INFO O| Planning: Planning completed in 5.38 seconds
50742025-02-28T10:00:01.070Z[ host-image] Feb 28 09:59:59.919 INFO O| Feb 28 09:59:59.919 INFO O| Packages to install: 1
50752025-02-28T10:00:01.076Z[ recovery-image] Feb 28 09:59:59.925 INFO O| Feb 28 09:59:59.925 INFO STEP 148 (remove_files) COMPLETE
50762025-02-28T10:00:01.078Z[ recovery-image] Feb 28 09:59:59.925 INFO O| Feb 28 09:59:59.925 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-28T10:00:01.089Z[ host-image] Feb 28 09:59:59.937 INFO O| Feb 28 09:59:59.937 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
50782025-02-28T10:00:01.101Z[ recovery-image] Feb 28 09:59:59.949 INFO O| Feb 28 09:59:59.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
50792025-02-28T10:00:01.104Z[ recovery-image] Feb 28 09:59:59.949 INFO O| Feb 28 09:59:59.949 INFO STEP 149 (remove_files) COMPLETE
50802025-02-28T10:00:01.104Z[ recovery-image] Feb 28 09:59:59.949 INFO O| Feb 28 09:59:59.949 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-02-28T10:00:01.130Z[ recovery-image] Feb 28 09:59:59.978 INFO O| Feb 28 09:59:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
50822025-02-28T10:00:01.130Z[ recovery-image] Feb 28 09:59:59.978 INFO O| Feb 28 09:59:59.978 INFO STEP 150 (remove_files) COMPLETE
50832025-02-28T10:00:01.130Z[ recovery-image] Feb 28 09:59:59.979 INFO O| Feb 28 09:59:59.978 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-02-28T10:00:01.169Z[ recovery-image] Feb 28 10:00:00.017 INFO O| Feb 28 10:00:00.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
50852025-02-28T10:00:01.169Z[ recovery-image] Feb 28 10:00:00.017 INFO O| Feb 28 10:00:00.017 INFO STEP 151 (remove_files) COMPLETE
50862025-02-28T10:00:01.169Z[ recovery-image] Feb 28 10:00:00.017 INFO O| Feb 28 10:00:00.017 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-02-28T10:00:01.199Z[ recovery-image] Feb 28 10:00:00.046 INFO O| Feb 28 10:00:00.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
50882025-02-28T10:00:01.199Z[ recovery-image] Feb 28 10:00:00.046 INFO O| Feb 28 10:00:00.046 INFO STEP 152 (remove_files) COMPLETE
50892025-02-28T10:00:01.199Z[ recovery-image] Feb 28 10:00:00.046 INFO O| Feb 28 10:00:00.046 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-02-28T10:00:01.226Z[ recovery-image] Feb 28 10:00:00.073 INFO O| Feb 28 10:00:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
50912025-02-28T10:00:01.226Z[ recovery-image] Feb 28 10:00:00.073 INFO O| Feb 28 10:00:00.073 INFO STEP 153 (remove_files) COMPLETE
50922025-02-28T10:00:01.226Z[ recovery-image] Feb 28 10:00:00.073 INFO O| Feb 28 10:00:00.073 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-02-28T10:00:01.254Z[ recovery-image] Feb 28 10:00:00.103 INFO O| Feb 28 10:00:00.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
50942025-02-28T10:00:01.254Z[ recovery-image] Feb 28 10:00:00.103 INFO O| Feb 28 10:00:00.103 INFO STEP 154 (remove_files) COMPLETE
50952025-02-28T10:00:01.254Z[ recovery-image] Feb 28 10:00:00.103 INFO O| Feb 28 10:00:00.103 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-02-28T10:00:01.284Z[ recovery-image] Feb 28 10:00:00.133 INFO O| Feb 28 10:00:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
50972025-02-28T10:00:01.284Z[ recovery-image] Feb 28 10:00:00.133 INFO O| Feb 28 10:00:00.133 INFO STEP 155 (remove_files) COMPLETE
50982025-02-28T10:00:01.284Z[ recovery-image] Feb 28 10:00:00.133 INFO O| Feb 28 10:00:00.133 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-02-28T10:00:01.324Z[ recovery-image] Feb 28 10:00:00.172 INFO O| Feb 28 10:00:00.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
51002025-02-28T10:00:01.324Z[ recovery-image] Feb 28 10:00:00.172 INFO O| Feb 28 10:00:00.172 INFO STEP 156 (remove_files) COMPLETE
51012025-02-28T10:00:01.326Z[ recovery-image] Feb 28 10:00:00.172 INFO O| Feb 28 10:00:00.172 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-02-28T10:00:01.363Z[ recovery-image] Feb 28 10:00:00.211 INFO O| Feb 28 10:00:00.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
51032025-02-28T10:00:01.363Z[ recovery-image] Feb 28 10:00:00.211 INFO O| Feb 28 10:00:00.211 INFO STEP 157 (remove_files) COMPLETE
51042025-02-28T10:00:01.365Z[ recovery-image] Feb 28 10:00:00.211 INFO O| Feb 28 10:00:00.211 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-02-28T10:00:01.466Z[ recovery-image] Feb 28 10:00:00.314 INFO O| Feb 28 10:00:00.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
51062025-02-28T10:00:01.466Z[ recovery-image] Feb 28 10:00:00.314 INFO O| Feb 28 10:00:00.314 INFO STEP 158 (remove_files) COMPLETE
51072025-02-28T10:00:01.466Z[ recovery-image] Feb 28 10:00:00.314 INFO O| Feb 28 10:00:00.314 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-02-28T10:00:01.485Z[ recovery-image] Feb 28 10:00:00.334 INFO O| Feb 28 10:00:00.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
51092025-02-28T10:00:01.485Z[ recovery-image] Feb 28 10:00:00.334 INFO O| Feb 28 10:00:00.334 INFO STEP 159 (remove_files) COMPLETE
51102025-02-28T10:00:01.485Z[ recovery-image] Feb 28 10:00:00.334 INFO O| Feb 28 10:00:00.334 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-02-28T10:00:01.507Z[ recovery-image] Feb 28 10:00:00.355 INFO O| Feb 28 10:00:00.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
51122025-02-28T10:00:01.507Z[ recovery-image] Feb 28 10:00:00.355 INFO O| Feb 28 10:00:00.355 INFO STEP 160 (remove_files) COMPLETE
51132025-02-28T10:00:01.507Z[ recovery-image] Feb 28 10:00:00.355 INFO O| Feb 28 10:00:00.355 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-28T10:00:01.526Z[ recovery-image] Feb 28 10:00:00.375 INFO O| Feb 28 10:00:00.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
51152025-02-28T10:00:01.526Z[ recovery-image] Feb 28 10:00:00.375 INFO O| Feb 28 10:00:00.375 INFO STEP 161 (remove_files) COMPLETE
51162025-02-28T10:00:01.532Z[ recovery-image] Feb 28 10:00:00.375 INFO O| Feb 28 10:00:00.375 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-28T10:00:01.547Z[ recovery-image] Feb 28 10:00:00.394 INFO O| Feb 28 10:00:00.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
51182025-02-28T10:00:01.559Z[ recovery-image] Feb 28 10:00:00.407 INFO O| Feb 28 10:00:00.407 INFO STEP 162 (remove_files) COMPLETE
51192025-02-28T10:00:01.559Z[ recovery-image] Feb 28 10:00:00.407 INFO O| Feb 28 10:00:00.407 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-28T10:00:01.629Z[ recovery-image] Feb 28 10:00:00.478 INFO O| Feb 28 10:00:00.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
51212025-02-28T10:00:01.629Z[ recovery-image] Feb 28 10:00:00.478 INFO O| Feb 28 10:00:00.478 INFO STEP 163 (remove_files) COMPLETE
51222025-02-28T10:00:01.629Z[ recovery-image] Feb 28 10:00:00.478 INFO O| Feb 28 10:00:00.478 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-28T10:00:01.650Z[ recovery-image] Feb 28 10:00:00.498 INFO O| Feb 28 10:00:00.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
51242025-02-28T10:00:01.650Z[ recovery-image] Feb 28 10:00:00.498 INFO O| Feb 28 10:00:00.498 INFO STEP 164 (remove_files) COMPLETE
51252025-02-28T10:00:01.650Z[ recovery-image] Feb 28 10:00:00.498 INFO O| Feb 28 10:00:00.498 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-28T10:00:01.665Z[ host-image] Feb 28 10:00:00.514 INFO O| Feb 28 10:00:00.513 INFO O| Download: Completed 10.27 MB in 0.58 seconds (17.8M/s)
51272025-02-28T10:00:01.668Z[ recovery-image] Feb 28 10:00:00.516 INFO O| Feb 28 10:00:00.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
51282025-02-28T10:00:01.673Z[ recovery-image] Feb 28 10:00:00.517 INFO O| Feb 28 10:00:00.516 INFO STEP 165 (remove_files) COMPLETE
51292025-02-28T10:00:01.673Z[ recovery-image] Feb 28 10:00:00.517 INFO O| Feb 28 10:00:00.517 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-02-28T10:00:01.687Z[ recovery-image] Feb 28 10:00:00.536 INFO O| Feb 28 10:00:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
51312025-02-28T10:00:01.687Z[ recovery-image] Feb 28 10:00:00.536 INFO O| Feb 28 10:00:00.536 INFO STEP 166 (remove_files) COMPLETE
51322025-02-28T10:00:01.687Z[ recovery-image] Feb 28 10:00:00.536 INFO O| Feb 28 10:00:00.536 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-02-28T10:00:01.730Z[ recovery-image] Feb 28 10:00:00.579 INFO O| Feb 28 10:00:00.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
51342025-02-28T10:00:01.731Z[ recovery-image] Feb 28 10:00:00.579 INFO O| Feb 28 10:00:00.579 INFO STEP 167 (remove_files) COMPLETE
51352025-02-28T10:00:01.733Z[ recovery-image] Feb 28 10:00:00.579 INFO O| Feb 28 10:00:00.579 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-02-28T10:00:01.776Z[ recovery-image] Feb 28 10:00:00.624 INFO O| Feb 28 10:00:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
51372025-02-28T10:00:01.801Z[ recovery-image] Feb 28 10:00:00.650 INFO O| Feb 28 10:00:00.650 INFO STEP 168 (remove_files) COMPLETE
51382025-02-28T10:00:01.802Z[ recovery-image] Feb 28 10:00:00.650 INFO O| Feb 28 10:00:00.650 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-02-28T10:00:01.816Z[ host-image] Feb 28 10:00:00.665 INFO O| Feb 28 10:00:00.665 INFO O| Actions: 1/22 actions (Installing new actions)
51402025-02-28T10:00:01.870Z[ recovery-image] Feb 28 10:00:00.719 INFO O| Feb 28 10:00:00.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
51412025-02-28T10:00:01.870Z[ recovery-image] Feb 28 10:00:00.719 INFO O| Feb 28 10:00:00.719 INFO STEP 169 (remove_files) COMPLETE
51422025-02-28T10:00:01.870Z[ recovery-image] Feb 28 10:00:00.719 INFO O| Feb 28 10:00:00.719 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-02-28T10:00:01.888Z[ recovery-image] Feb 28 10:00:00.736 INFO O| Feb 28 10:00:00.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
51442025-02-28T10:00:01.888Z[ recovery-image] Feb 28 10:00:00.736 INFO O| Feb 28 10:00:00.736 INFO STEP 170 (remove_files) COMPLETE
51452025-02-28T10:00:01.890Z[ recovery-image] Feb 28 10:00:00.736 INFO O| Feb 28 10:00:00.736 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-02-28T10:00:01.922Z[ recovery-image] Feb 28 10:00:00.770 INFO O| Feb 28 10:00:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
51472025-02-28T10:00:01.922Z[ recovery-image] Feb 28 10:00:00.770 INFO O| Feb 28 10:00:00.770 INFO STEP 171 (remove_files) COMPLETE
51482025-02-28T10:00:01.924Z[ recovery-image] Feb 28 10:00:00.770 INFO O| Feb 28 10:00:00.770 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-02-28T10:00:01.948Z[ recovery-image] Feb 28 10:00:00.796 INFO O| Feb 28 10:00:00.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
51502025-02-28T10:00:01.948Z[ recovery-image] Feb 28 10:00:00.796 INFO O| Feb 28 10:00:00.796 INFO STEP 172 (remove_files) COMPLETE
51512025-02-28T10:00:01.948Z[ recovery-image] Feb 28 10:00:00.796 INFO O| Feb 28 10:00:00.796 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-02-28T10:00:01.969Z[ recovery-image] Feb 28 10:00:00.818 INFO O| Feb 28 10:00:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51532025-02-28T10:00:01.969Z[ recovery-image] Feb 28 10:00:00.818 INFO O| Feb 28 10:00:00.818 INFO STEP 173 (remove_files) COMPLETE
51542025-02-28T10:00:01.972Z[ recovery-image] Feb 28 10:00:00.818 INFO O| Feb 28 10:00:00.818 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-02-28T10:00:01.989Z[ recovery-image] Feb 28 10:00:00.837 INFO O| Feb 28 10:00:00.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51562025-02-28T10:00:01.989Z[ recovery-image] Feb 28 10:00:00.837 INFO O| Feb 28 10:00:00.837 INFO STEP 174 (remove_files) COMPLETE
51572025-02-28T10:00:01.989Z[ recovery-image] Feb 28 10:00:00.837 INFO O| Feb 28 10:00:00.837 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-02-28T10:00:02.021Z[ recovery-image] Feb 28 10:00:00.869 INFO O| Feb 28 10:00:00.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51592025-02-28T10:00:02.021Z[ recovery-image] Feb 28 10:00:00.869 INFO O| Feb 28 10:00:00.869 INFO STEP 175 (remove_files) COMPLETE
51602025-02-28T10:00:02.023Z[ recovery-image] Feb 28 10:00:00.869 INFO O| Feb 28 10:00:00.869 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-02-28T10:00:02.050Z[ recovery-image] Feb 28 10:00:00.898 INFO O| Feb 28 10:00:00.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51622025-02-28T10:00:02.050Z[ recovery-image] Feb 28 10:00:00.898 INFO O| Feb 28 10:00:00.898 INFO STEP 176 (remove_files) COMPLETE
51632025-02-28T10:00:02.050Z[ recovery-image] Feb 28 10:00:00.898 INFO O| Feb 28 10:00:00.898 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-28T10:00:02.097Z[ recovery-image] Feb 28 10:00:00.945 INFO O| Feb 28 10:00:00.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51652025-02-28T10:00:02.097Z[ recovery-image] Feb 28 10:00:00.945 INFO O| Feb 28 10:00:00.945 INFO STEP 177 (remove_files) COMPLETE
51662025-02-28T10:00:02.097Z[ recovery-image] Feb 28 10:00:00.945 INFO O| Feb 28 10:00:00.945 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-28T10:00:02.121Z[ recovery-image] Feb 28 10:00:00.969 INFO O| Feb 28 10:00:00.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51682025-02-28T10:00:02.121Z[ recovery-image] Feb 28 10:00:00.969 INFO O| Feb 28 10:00:00.969 INFO STEP 178 (remove_files) COMPLETE
51692025-02-28T10:00:02.124Z[ recovery-image] Feb 28 10:00:00.969 INFO O| Feb 28 10:00:00.969 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-28T10:00:02.143Z[ recovery-image] Feb 28 10:00:00.991 INFO O| Feb 28 10:00:00.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51712025-02-28T10:00:02.143Z[ recovery-image] Feb 28 10:00:00.991 INFO O| Feb 28 10:00:00.991 INFO STEP 179 (remove_files) COMPLETE
51722025-02-28T10:00:02.143Z[ recovery-image] Feb 28 10:00:00.991 INFO O| Feb 28 10:00:00.991 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-28T10:00:02.162Z[ recovery-image] Feb 28 10:00:01.011 INFO O| Feb 28 10:00:01.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
51742025-02-28T10:00:02.162Z[ recovery-image] Feb 28 10:00:01.011 INFO O| Feb 28 10:00:01.011 INFO STEP 180 (remove_files) COMPLETE
51752025-02-28T10:00:02.165Z[ recovery-image] Feb 28 10:00:01.011 INFO O| Feb 28 10:00:01.011 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-28T10:00:02.180Z[ recovery-image] Feb 28 10:00:01.029 INFO O| Feb 28 10:00:01.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
51772025-02-28T10:00:02.180Z[ recovery-image] Feb 28 10:00:01.029 INFO O| Feb 28 10:00:01.029 INFO STEP 181 (remove_files) COMPLETE
51782025-02-28T10:00:02.180Z[ recovery-image] Feb 28 10:00:01.029 INFO O| Feb 28 10:00:01.029 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-28T10:00:02.217Z[ host-image] Feb 28 10:00:01.065 INFO O| Feb 28 10:00:01.065 INFO O| Actions: Completed 22 actions in 0.40 seconds.
51802025-02-28T10:00:02.227Z[ recovery-image] Feb 28 10:00:01.075 INFO O| Feb 28 10:00:01.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
51812025-02-28T10:00:02.234Z[ recovery-image] Feb 28 10:00:01.082 INFO O| Feb 28 10:00:01.082 INFO STEP 182 (remove_files) COMPLETE
51822025-02-28T10:00:02.236Z[ recovery-image] Feb 28 10:00:01.082 INFO O| Feb 28 10:00:01.082 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-02-28T10:00:02.277Z[ recovery-image] Feb 28 10:00:01.125 INFO O| Feb 28 10:00:01.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
51842025-02-28T10:00:02.277Z[ recovery-image] Feb 28 10:00:01.125 INFO O| Feb 28 10:00:01.125 INFO STEP 183 (remove_files) COMPLETE
51852025-02-28T10:00:02.277Z[ recovery-image] Feb 28 10:00:01.125 INFO O| Feb 28 10:00:01.125 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-02-28T10:00:02.297Z[ recovery-image] Feb 28 10:00:01.146 INFO O| Feb 28 10:00:01.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
51872025-02-28T10:00:02.297Z[ recovery-image] Feb 28 10:00:01.146 INFO O| Feb 28 10:00:01.146 INFO STEP 184 (remove_files) COMPLETE
51882025-02-28T10:00:02.300Z[ recovery-image] Feb 28 10:00:01.146 INFO O| Feb 28 10:00:01.146 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-02-28T10:00:02.317Z[ recovery-image] Feb 28 10:00:01.166 INFO O| Feb 28 10:00:01.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
51902025-02-28T10:00:02.317Z[ recovery-image] Feb 28 10:00:01.166 INFO O| Feb 28 10:00:01.166 INFO STEP 185 (remove_files) COMPLETE
51912025-02-28T10:00:02.320Z[ recovery-image] Feb 28 10:00:01.166 INFO O| Feb 28 10:00:01.166 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-02-28T10:00:02.362Z[ recovery-image] Feb 28 10:00:01.210 INFO O| Feb 28 10:00:01.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
51932025-02-28T10:00:02.362Z[ recovery-image] Feb 28 10:00:01.210 INFO O| Feb 28 10:00:01.210 INFO STEP 186 (remove_files) COMPLETE
51942025-02-28T10:00:02.362Z[ recovery-image] Feb 28 10:00:01.210 INFO O| Feb 28 10:00:01.210 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-02-28T10:00:02.422Z[ recovery-image] Feb 28 10:00:01.271 INFO O| Feb 28 10:00:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
51962025-02-28T10:00:02.423Z[ recovery-image] Feb 28 10:00:01.271 INFO O| Feb 28 10:00:01.271 INFO STEP 187 (remove_files) COMPLETE
51972025-02-28T10:00:02.423Z[ recovery-image] Feb 28 10:00:01.271 INFO O| Feb 28 10:00:01.271 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-02-28T10:00:02.466Z[ recovery-image] Feb 28 10:00:01.315 INFO O| Feb 28 10:00:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
51992025-02-28T10:00:02.469Z[ recovery-image] Feb 28 10:00:01.315 INFO O| Feb 28 10:00:01.315 INFO STEP 188 (remove_files) COMPLETE
52002025-02-28T10:00:02.469Z[ recovery-image] Feb 28 10:00:01.315 INFO O| Feb 28 10:00:01.315 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-02-28T10:00:02.510Z[ recovery-image] Feb 28 10:00:01.359 INFO O| Feb 28 10:00:01.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
52022025-02-28T10:00:02.511Z[ recovery-image] Feb 28 10:00:01.359 INFO O| Feb 28 10:00:01.359 INFO STEP 189 (remove_files) COMPLETE
52032025-02-28T10:00:02.514Z[ recovery-image] Feb 28 10:00:01.359 INFO O| Feb 28 10:00:01.359 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-02-28T10:00:02.530Z[ recovery-image] Feb 28 10:00:01.379 INFO O| Feb 28 10:00:01.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
52052025-02-28T10:00:02.531Z[ recovery-image] Feb 28 10:00:01.379 INFO O| Feb 28 10:00:01.379 INFO STEP 190 (remove_files) COMPLETE
52062025-02-28T10:00:02.531Z[ recovery-image] Feb 28 10:00:01.379 INFO O| Feb 28 10:00:01.379 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-02-28T10:00:02.563Z[ recovery-image] Feb 28 10:00:01.411 INFO O| Feb 28 10:00:01.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
52082025-02-28T10:00:02.563Z[ recovery-image] Feb 28 10:00:01.411 INFO O| Feb 28 10:00:01.411 INFO STEP 191 (remove_files) COMPLETE
52092025-02-28T10:00:02.566Z[ recovery-image] Feb 28 10:00:01.411 INFO O| Feb 28 10:00:01.411 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-02-28T10:00:02.589Z[ recovery-image] Feb 28 10:00:01.437 INFO O| Feb 28 10:00:01.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
52112025-02-28T10:00:02.589Z[ recovery-image] Feb 28 10:00:01.437 INFO O| Feb 28 10:00:01.437 INFO STEP 192 (remove_files) COMPLETE
52122025-02-28T10:00:02.589Z[ recovery-image] Feb 28 10:00:01.437 INFO O| Feb 28 10:00:01.437 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-02-28T10:00:02.612Z[ recovery-image] Feb 28 10:00:01.460 INFO O| Feb 28 10:00:01.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
52142025-02-28T10:00:02.614Z[ recovery-image] Feb 28 10:00:01.461 INFO O| Feb 28 10:00:01.461 INFO STEP 193 (remove_files) COMPLETE
52152025-02-28T10:00:02.614Z[ recovery-image] Feb 28 10:00:01.461 INFO O| Feb 28 10:00:01.461 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-02-28T10:00:02.654Z[ recovery-image] Feb 28 10:00:01.502 INFO O| Feb 28 10:00:01.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
52172025-02-28T10:00:02.654Z[ recovery-image] Feb 28 10:00:01.502 INFO O| Feb 28 10:00:01.502 INFO STEP 194 (remove_files) COMPLETE
52182025-02-28T10:00:02.654Z[ recovery-image] Feb 28 10:00:01.502 INFO O| Feb 28 10:00:01.502 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-02-28T10:00:02.673Z[ recovery-image] Feb 28 10:00:01.522 INFO O| Feb 28 10:00:01.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
52202025-02-28T10:00:02.673Z[ recovery-image] Feb 28 10:00:01.522 INFO O| Feb 28 10:00:01.522 INFO STEP 195 (remove_files) COMPLETE
52212025-02-28T10:00:02.673Z[ recovery-image] Feb 28 10:00:01.522 INFO O| Feb 28 10:00:01.522 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-02-28T10:00:02.708Z[ recovery-image] Feb 28 10:00:01.557 INFO O| Feb 28 10:00:01.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
52232025-02-28T10:00:02.711Z[ recovery-image] Feb 28 10:00:01.557 INFO O| Feb 28 10:00:01.557 INFO STEP 196 (remove_files) COMPLETE
52242025-02-28T10:00:02.711Z[ recovery-image] Feb 28 10:00:01.557 INFO O| Feb 28 10:00:01.557 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-02-28T10:00:02.729Z[ recovery-image] Feb 28 10:00:01.577 INFO O| Feb 28 10:00:01.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
52262025-02-28T10:00:02.732Z[ recovery-image] Feb 28 10:00:01.578 INFO O| Feb 28 10:00:01.578 INFO STEP 197 (remove_files) COMPLETE
52272025-02-28T10:00:02.732Z[ recovery-image] Feb 28 10:00:01.578 INFO O| Feb 28 10:00:01.578 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-02-28T10:00:02.764Z[ recovery-image] Feb 28 10:00:01.612 INFO O| Feb 28 10:00:01.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
52292025-02-28T10:00:02.764Z[ recovery-image] Feb 28 10:00:01.612 INFO O| Feb 28 10:00:01.612 INFO STEP 198 (remove_files) COMPLETE
52302025-02-28T10:00:02.767Z[ recovery-image] Feb 28 10:00:01.613 INFO O| Feb 28 10:00:01.612 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-02-28T10:00:02.832Z[ recovery-image] Feb 28 10:00:01.680 INFO O| Feb 28 10:00:01.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
52322025-02-28T10:00:02.835Z[ recovery-image] Feb 28 10:00:01.680 INFO O| Feb 28 10:00:01.680 INFO STEP 199 (remove_files) COMPLETE
52332025-02-28T10:00:02.835Z[ recovery-image] Feb 28 10:00:01.681 INFO O| Feb 28 10:00:01.680 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-02-28T10:00:02.889Z[ recovery-image] Feb 28 10:00:01.738 INFO O| Feb 28 10:00:01.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
52352025-02-28T10:00:02.892Z[ recovery-image] Feb 28 10:00:01.738 INFO O| Feb 28 10:00:01.738 INFO STEP 200 (remove_files) COMPLETE
52362025-02-28T10:00:02.892Z[ recovery-image] Feb 28 10:00:01.738 INFO O| Feb 28 10:00:01.738 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-02-28T10:00:02.924Z[ host-image] Feb 28 10:00:01.772 INFO O| Feb 28 10:00:01.772 INFO O| Done
52382025-02-28T10:00:02.924Z[ host-image] Feb 28 10:00:01.772 INFO O| Feb 28 10:00:01.772 INFO O| Done
52392025-02-28T10:00:02.929Z[ recovery-image] Feb 28 10:00:01.778 INFO O| Feb 28 10:00:01.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
52402025-02-28T10:00:02.932Z[ recovery-image] Feb 28 10:00:01.778 INFO O| Feb 28 10:00:01.778 INFO STEP 201 (remove_files) COMPLETE
52412025-02-28T10:00:02.932Z[ recovery-image] Feb 28 10:00:01.778 INFO O| Feb 28 10:00:01.778 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-28T10:00:02.950Z[ recovery-image] Feb 28 10:00:01.798 INFO O| Feb 28 10:00:01.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
52432025-02-28T10:00:02.950Z[ recovery-image] Feb 28 10:00:01.798 INFO O| Feb 28 10:00:01.798 INFO STEP 202 (remove_files) COMPLETE
52442025-02-28T10:00:02.953Z[ recovery-image] Feb 28 10:00:01.799 INFO O| Feb 28 10:00:01.799 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-28T10:00:02.978Z[ recovery-image] Feb 28 10:00:01.827 INFO O| Feb 28 10:00:01.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
52462025-02-28T10:00:02.981Z[ recovery-image] Feb 28 10:00:01.827 INFO O| Feb 28 10:00:01.827 INFO STEP 203 (remove_files) COMPLETE
52472025-02-28T10:00:02.981Z[ recovery-image] Feb 28 10:00:01.827 INFO O| Feb 28 10:00:01.827 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-28T10:00:02.999Z[ recovery-image] Feb 28 10:00:01.847 INFO O| Feb 28 10:00:01.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
52492025-02-28T10:00:03.002Z[ recovery-image] Feb 28 10:00:01.847 INFO O| Feb 28 10:00:01.847 INFO STEP 204 (remove_files) COMPLETE
52502025-02-28T10:00:03.002Z[ recovery-image] Feb 28 10:00:01.847 INFO O| Feb 28 10:00:01.847 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-28T10:00:03.034Z[ recovery-image] Feb 28 10:00:01.883 INFO O| Feb 28 10:00:01.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52522025-02-28T10:00:03.034Z[ recovery-image] Feb 28 10:00:01.883 INFO O| Feb 28 10:00:01.883 INFO STEP 205 (remove_files) COMPLETE
52532025-02-28T10:00:03.034Z[ recovery-image] Feb 28 10:00:01.883 INFO O| Feb 28 10:00:01.883 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-28T10:00:03.057Z[ recovery-image] Feb 28 10:00:01.905 INFO O| Feb 28 10:00:01.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52552025-02-28T10:00:03.057Z[ recovery-image] Feb 28 10:00:01.906 INFO O| Feb 28 10:00:01.905 INFO STEP 206 (remove_files) COMPLETE
52562025-02-28T10:00:03.057Z[ recovery-image] Feb 28 10:00:01.906 INFO O| Feb 28 10:00:01.905 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-28T10:00:03.079Z[ recovery-image] Feb 28 10:00:01.926 INFO O| Feb 28 10:00:01.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52582025-02-28T10:00:03.079Z[ recovery-image] Feb 28 10:00:01.926 INFO O| Feb 28 10:00:01.926 INFO STEP 207 (remove_files) COMPLETE
52592025-02-28T10:00:03.082Z[ recovery-image] Feb 28 10:00:01.926 INFO O| Feb 28 10:00:01.926 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-28T10:00:03.116Z[ recovery-image] Feb 28 10:00:01.965 INFO O| Feb 28 10:00:01.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52612025-02-28T10:00:03.116Z[ recovery-image] Feb 28 10:00:01.965 INFO O| Feb 28 10:00:01.965 INFO STEP 208 (remove_files) COMPLETE
52622025-02-28T10:00:03.119Z[ recovery-image] Feb 28 10:00:01.965 INFO O| Feb 28 10:00:01.965 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-28T10:00:03.139Z[ recovery-image] Feb 28 10:00:01.987 INFO O| Feb 28 10:00:01.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52642025-02-28T10:00:03.139Z[ recovery-image] Feb 28 10:00:01.987 INFO O| Feb 28 10:00:01.987 INFO STEP 209 (remove_files) COMPLETE
52652025-02-28T10:00:03.139Z[ recovery-image] Feb 28 10:00:01.988 INFO O| Feb 28 10:00:01.987 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-28T10:00:03.175Z[ recovery-image] Feb 28 10:00:02.024 INFO O| Feb 28 10:00:02.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52672025-02-28T10:00:03.175Z[ recovery-image] Feb 28 10:00:02.024 INFO O| Feb 28 10:00:02.024 INFO STEP 210 (remove_files) COMPLETE
52682025-02-28T10:00:03.175Z[ recovery-image] Feb 28 10:00:02.024 INFO O| Feb 28 10:00:02.024 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-28T10:00:03.199Z[ recovery-image] Feb 28 10:00:02.046 INFO O| Feb 28 10:00:02.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52702025-02-28T10:00:03.199Z[ recovery-image] Feb 28 10:00:02.046 INFO O| Feb 28 10:00:02.046 INFO STEP 211 (remove_files) COMPLETE
52712025-02-28T10:00:03.199Z[ recovery-image] Feb 28 10:00:02.046 INFO O| Feb 28 10:00:02.046 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-28T10:00:03.233Z[ recovery-image] Feb 28 10:00:02.081 INFO O| Feb 28 10:00:02.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52732025-02-28T10:00:03.233Z[ recovery-image] Feb 28 10:00:02.081 INFO O| Feb 28 10:00:02.081 INFO STEP 212 (remove_files) COMPLETE
52742025-02-28T10:00:03.236Z[ recovery-image] Feb 28 10:00:02.081 INFO O| Feb 28 10:00:02.081 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-28T10:00:03.256Z[ recovery-image] Feb 28 10:00:02.104 INFO O| Feb 28 10:00:02.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
52762025-02-28T10:00:03.256Z[ recovery-image] Feb 28 10:00:02.104 INFO O| Feb 28 10:00:02.104 INFO STEP 213 (remove_files) COMPLETE
52772025-02-28T10:00:03.256Z[ recovery-image] Feb 28 10:00:02.104 INFO O| Feb 28 10:00:02.104 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-28T10:00:03.277Z[ recovery-image] Feb 28 10:00:02.125 INFO O| Feb 28 10:00:02.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
52792025-02-28T10:00:03.277Z[ recovery-image] Feb 28 10:00:02.125 INFO O| Feb 28 10:00:02.125 INFO STEP 214 (remove_files) COMPLETE
52802025-02-28T10:00:03.277Z[ recovery-image] Feb 28 10:00:02.125 INFO O| Feb 28 10:00:02.125 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-28T10:00:03.301Z[ recovery-image] Feb 28 10:00:02.149 INFO O| Feb 28 10:00:02.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
52822025-02-28T10:00:03.301Z[ recovery-image] Feb 28 10:00:02.149 INFO O| Feb 28 10:00:02.149 INFO STEP 215 (remove_files) COMPLETE
52832025-02-28T10:00:03.301Z[ recovery-image] Feb 28 10:00:02.149 INFO O| Feb 28 10:00:02.149 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-28T10:00:03.341Z[ recovery-image] Feb 28 10:00:02.190 INFO O| Feb 28 10:00:02.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
52852025-02-28T10:00:03.342Z[ recovery-image] Feb 28 10:00:02.190 INFO O| Feb 28 10:00:02.190 INFO STEP 216 (remove_files) COMPLETE
52862025-02-28T10:00:03.342Z[ recovery-image] Feb 28 10:00:02.190 INFO O| Feb 28 10:00:02.190 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-28T10:00:03.364Z[ recovery-image] Feb 28 10:00:02.212 INFO O| Feb 28 10:00:02.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
52882025-02-28T10:00:03.364Z[ recovery-image] Feb 28 10:00:02.212 INFO O| Feb 28 10:00:02.212 INFO STEP 217 (remove_files) COMPLETE
52892025-02-28T10:00:03.364Z[ recovery-image] Feb 28 10:00:02.212 INFO O| Feb 28 10:00:02.212 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-28T10:00:03.385Z[ recovery-image] Feb 28 10:00:02.233 INFO O| Feb 28 10:00:02.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
52912025-02-28T10:00:03.385Z[ recovery-image] Feb 28 10:00:02.234 INFO O| Feb 28 10:00:02.234 INFO STEP 218 (remove_files) COMPLETE
52922025-02-28T10:00:03.385Z[ recovery-image] Feb 28 10:00:02.234 INFO O| Feb 28 10:00:02.234 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-28T10:00:03.424Z[ recovery-image] Feb 28 10:00:02.272 INFO O| Feb 28 10:00:02.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
52942025-02-28T10:00:03.424Z[ recovery-image] Feb 28 10:00:02.272 INFO O| Feb 28 10:00:02.272 INFO STEP 219 (remove_files) COMPLETE
52952025-02-28T10:00:03.427Z[ recovery-image] Feb 28 10:00:02.273 INFO O| Feb 28 10:00:02.272 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-02-28T10:00:03.459Z[ recovery-image] Feb 28 10:00:02.307 INFO O| Feb 28 10:00:02.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
52972025-02-28T10:00:03.462Z[ recovery-image] Feb 28 10:00:02.307 INFO O| Feb 28 10:00:02.307 INFO STEP 220 (remove_files) COMPLETE
52982025-02-28T10:00:03.462Z[ recovery-image] Feb 28 10:00:02.307 INFO O| Feb 28 10:00:02.307 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-28T10:00:03.477Z[ recovery-image] Feb 28 10:00:02.325 INFO O| Feb 28 10:00:02.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
53002025-02-28T10:00:03.480Z[ recovery-image] Feb 28 10:00:02.326 INFO O| Feb 28 10:00:02.326 INFO STEP 221 (remove_files) COMPLETE
53012025-02-28T10:00:03.480Z[ recovery-image] Feb 28 10:00:02.326 INFO O| Feb 28 10:00:02.326 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-28T10:00:03.496Z[ recovery-image] Feb 28 10:00:02.344 INFO O| Feb 28 10:00:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
53032025-02-28T10:00:03.496Z[ recovery-image] Feb 28 10:00:02.344 INFO O| Feb 28 10:00:02.344 INFO STEP 222 (remove_files) COMPLETE
53042025-02-28T10:00:03.496Z[ recovery-image] Feb 28 10:00:02.344 INFO O| Feb 28 10:00:02.344 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-28T10:00:03.514Z[ recovery-image] Feb 28 10:00:02.362 INFO O| Feb 28 10:00:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
53062025-02-28T10:00:03.514Z[ recovery-image] Feb 28 10:00:02.362 INFO O| Feb 28 10:00:02.362 INFO STEP 223 (remove_files) COMPLETE
53072025-02-28T10:00:03.514Z[ recovery-image] Feb 28 10:00:02.362 INFO O| Feb 28 10:00:02.362 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-28T10:00:03.533Z[ recovery-image] Feb 28 10:00:02.381 INFO O| Feb 28 10:00:02.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
53092025-02-28T10:00:03.533Z[ recovery-image] Feb 28 10:00:02.381 INFO O| Feb 28 10:00:02.381 INFO STEP 224 (remove_files) COMPLETE
53102025-02-28T10:00:03.533Z[ recovery-image] Feb 28 10:00:02.381 INFO O| Feb 28 10:00:02.381 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-02-28T10:00:03.552Z[ recovery-image] Feb 28 10:00:02.400 INFO O| Feb 28 10:00:02.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
53122025-02-28T10:00:03.553Z[ recovery-image] Feb 28 10:00:02.400 INFO O| Feb 28 10:00:02.400 INFO STEP 225 (remove_files) COMPLETE
53132025-02-28T10:00:03.553Z[ recovery-image] Feb 28 10:00:02.400 INFO O| Feb 28 10:00:02.400 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-02-28T10:00:03.572Z[ recovery-image] Feb 28 10:00:02.420 INFO O| Feb 28 10:00:02.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
53152025-02-28T10:00:03.572Z[ recovery-image] Feb 28 10:00:02.421 INFO O| Feb 28 10:00:02.420 INFO STEP 226 (remove_files) COMPLETE
53162025-02-28T10:00:03.575Z[ recovery-image] Feb 28 10:00:02.421 INFO O| Feb 28 10:00:02.421 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-02-28T10:00:03.594Z[ recovery-image] Feb 28 10:00:02.442 INFO O| Feb 28 10:00:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
53182025-02-28T10:00:03.596Z[ recovery-image] Feb 28 10:00:02.442 INFO O| Feb 28 10:00:02.442 INFO STEP 227 (remove_files) COMPLETE
53192025-02-28T10:00:03.596Z[ recovery-image] Feb 28 10:00:02.442 INFO O| Feb 28 10:00:02.442 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-02-28T10:00:03.613Z[ recovery-image] Feb 28 10:00:02.461 INFO O| Feb 28 10:00:02.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
53212025-02-28T10:00:03.616Z[ recovery-image] Feb 28 10:00:02.461 INFO O| Feb 28 10:00:02.461 INFO STEP 228 (remove_files) COMPLETE
53222025-02-28T10:00:03.616Z[ recovery-image] Feb 28 10:00:02.462 INFO O| Feb 28 10:00:02.461 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-02-28T10:00:03.648Z[ recovery-image] Feb 28 10:00:02.496 INFO O| Feb 28 10:00:02.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
53242025-02-28T10:00:03.648Z[ recovery-image] Feb 28 10:00:02.496 INFO O| Feb 28 10:00:02.496 INFO STEP 229 (remove_files) COMPLETE
53252025-02-28T10:00:03.648Z[ recovery-image] Feb 28 10:00:02.496 INFO O| Feb 28 10:00:02.496 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-02-28T10:00:03.670Z[ recovery-image] Feb 28 10:00:02.518 INFO O| Feb 28 10:00:02.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
53272025-02-28T10:00:03.670Z[ recovery-image] Feb 28 10:00:02.518 INFO O| Feb 28 10:00:02.518 INFO STEP 230 (remove_files) COMPLETE
53282025-02-28T10:00:03.670Z[ recovery-image] Feb 28 10:00:02.518 INFO O| Feb 28 10:00:02.518 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-02-28T10:00:03.707Z[ recovery-image] Feb 28 10:00:02.556 INFO O| Feb 28 10:00:02.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
53302025-02-28T10:00:03.708Z[ recovery-image] Feb 28 10:00:02.556 INFO O| Feb 28 10:00:02.556 INFO STEP 231 (remove_files) COMPLETE
53312025-02-28T10:00:03.708Z[ recovery-image] Feb 28 10:00:02.556 INFO O| Feb 28 10:00:02.556 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-02-28T10:00:03.731Z[ recovery-image] Feb 28 10:00:02.580 INFO O| Feb 28 10:00:02.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
53332025-02-28T10:00:03.731Z[ recovery-image] Feb 28 10:00:02.580 INFO O| Feb 28 10:00:02.580 INFO STEP 232 (remove_files) COMPLETE
53342025-02-28T10:00:03.731Z[ recovery-image] Feb 28 10:00:02.580 INFO O| Feb 28 10:00:02.580 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-02-28T10:00:03.754Z[ recovery-image] Feb 28 10:00:02.602 INFO O| Feb 28 10:00:02.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
53362025-02-28T10:00:03.754Z[ recovery-image] Feb 28 10:00:02.602 INFO O| Feb 28 10:00:02.602 INFO STEP 233 (remove_files) COMPLETE
53372025-02-28T10:00:03.754Z[ recovery-image] Feb 28 10:00:02.602 INFO O| Feb 28 10:00:02.602 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-02-28T10:00:03.784Z[ recovery-image] Feb 28 10:00:02.632 INFO O| Feb 28 10:00:02.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
53392025-02-28T10:00:03.784Z[ recovery-image] Feb 28 10:00:02.632 INFO O| Feb 28 10:00:02.632 INFO STEP 234 (remove_files) COMPLETE
53402025-02-28T10:00:03.787Z[ recovery-image] Feb 28 10:00:02.632 INFO O| Feb 28 10:00:02.632 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-28T10:00:03.809Z[ recovery-image] Feb 28 10:00:02.657 INFO O| Feb 28 10:00:02.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
53422025-02-28T10:00:03.809Z[ recovery-image] Feb 28 10:00:02.657 INFO O| Feb 28 10:00:02.657 INFO STEP 235 (remove_files) COMPLETE
53432025-02-28T10:00:03.809Z[ recovery-image] Feb 28 10:00:02.657 INFO O| Feb 28 10:00:02.657 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-28T10:00:03.846Z[ recovery-image] Feb 28 10:00:02.694 INFO O| Feb 28 10:00:02.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
53452025-02-28T10:00:03.846Z[ recovery-image] Feb 28 10:00:02.694 INFO O| Feb 28 10:00:02.694 INFO STEP 236 (remove_files) COMPLETE
53462025-02-28T10:00:03.849Z[ recovery-image] Feb 28 10:00:02.694 INFO O| Feb 28 10:00:02.694 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-28T10:00:03.868Z[ recovery-image] Feb 28 10:00:02.716 INFO O| Feb 28 10:00:02.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
53482025-02-28T10:00:03.868Z[ recovery-image] Feb 28 10:00:02.716 INFO O| Feb 28 10:00:02.716 INFO STEP 237 (remove_files) COMPLETE
53492025-02-28T10:00:03.868Z[ recovery-image] Feb 28 10:00:02.716 INFO O| Feb 28 10:00:02.716 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-28T10:00:03.905Z[ recovery-image] Feb 28 10:00:02.752 INFO O| Feb 28 10:00:02.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53512025-02-28T10:00:03.905Z[ recovery-image] Feb 28 10:00:02.752 INFO O| Feb 28 10:00:02.752 INFO STEP 238 (remove_files) COMPLETE
53522025-02-28T10:00:03.905Z[ recovery-image] Feb 28 10:00:02.752 INFO O| Feb 28 10:00:02.752 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-28T10:00:03.937Z[ recovery-image] Feb 28 10:00:02.785 INFO O| Feb 28 10:00:02.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53542025-02-28T10:00:03.938Z[ recovery-image] Feb 28 10:00:02.785 INFO O| Feb 28 10:00:02.785 INFO STEP 239 (remove_files) COMPLETE
53552025-02-28T10:00:03.938Z[ recovery-image] Feb 28 10:00:02.785 INFO O| Feb 28 10:00:02.785 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-28T10:00:03.974Z[ recovery-image] Feb 28 10:00:02.821 INFO O| Feb 28 10:00:02.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53572025-02-28T10:00:03.974Z[ recovery-image] Feb 28 10:00:02.821 INFO O| Feb 28 10:00:02.821 INFO STEP 240 (remove_files) COMPLETE
53582025-02-28T10:00:03.974Z[ recovery-image] Feb 28 10:00:02.821 INFO O| Feb 28 10:00:02.821 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-28T10:00:03.994Z[ recovery-image] Feb 28 10:00:02.842 INFO O| Feb 28 10:00:02.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53602025-02-28T10:00:03.994Z[ recovery-image] Feb 28 10:00:02.842 INFO O| Feb 28 10:00:02.842 INFO STEP 241 (remove_files) COMPLETE
53612025-02-28T10:00:03.996Z[ recovery-image] Feb 28 10:00:02.842 INFO O| Feb 28 10:00:02.842 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-28T10:00:04.117Z[ recovery-image] Feb 28 10:00:02.965 INFO O| Feb 28 10:00:02.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53632025-02-28T10:00:04.117Z[ recovery-image] Feb 28 10:00:02.965 INFO O| Feb 28 10:00:02.965 INFO STEP 242 (remove_files) COMPLETE
53642025-02-28T10:00:04.120Z[ recovery-image] Feb 28 10:00:02.965 INFO O| Feb 28 10:00:02.965 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-28T10:00:04.173Z[ recovery-image] Feb 28 10:00:03.021 INFO O| Feb 28 10:00:03.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53662025-02-28T10:00:04.173Z[ recovery-image] Feb 28 10:00:03.021 INFO O| Feb 28 10:00:03.021 INFO STEP 243 (remove_files) COMPLETE
53672025-02-28T10:00:04.173Z[ recovery-image] Feb 28 10:00:03.021 INFO O| Feb 28 10:00:03.021 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-02-28T10:00:04.230Z[ recovery-image] Feb 28 10:00:03.078 INFO O| Feb 28 10:00:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53692025-02-28T10:00:04.230Z[ recovery-image] Feb 28 10:00:03.078 INFO O| Feb 28 10:00:03.078 INFO STEP 244 (remove_files) COMPLETE
53702025-02-28T10:00:04.233Z[ recovery-image] Feb 28 10:00:03.078 INFO O| Feb 28 10:00:03.078 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-02-28T10:00:04.252Z[ recovery-image] Feb 28 10:00:03.100 INFO O| Feb 28 10:00:03.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53722025-02-28T10:00:04.252Z[ recovery-image] Feb 28 10:00:03.100 INFO O| Feb 28 10:00:03.100 INFO STEP 245 (remove_files) COMPLETE
53732025-02-28T10:00:04.255Z[ recovery-image] Feb 28 10:00:03.100 INFO O| Feb 28 10:00:03.100 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-02-28T10:00:04.280Z[ recovery-image] Feb 28 10:00:03.129 INFO O| Feb 28 10:00:03.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
53752025-02-28T10:00:04.280Z[ recovery-image] Feb 28 10:00:03.129 INFO O| Feb 28 10:00:03.129 INFO STEP 246 (remove_files) COMPLETE
53762025-02-28T10:00:04.280Z[ recovery-image] Feb 28 10:00:03.129 INFO O| Feb 28 10:00:03.129 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-02-28T10:00:04.291Z[ host-image] Feb 28 10:00:03.139 INFO O| Feb 28 10:00:03.139 INFO O| Done
53782025-02-28T10:00:04.302Z[ recovery-image] Feb 28 10:00:03.150 INFO O| Feb 28 10:00:03.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
53792025-02-28T10:00:04.306Z[ recovery-image] Feb 28 10:00:03.150 INFO O| Feb 28 10:00:03.150 INFO STEP 247 (remove_files) COMPLETE
53802025-02-28T10:00:04.306Z[ recovery-image] Feb 28 10:00:03.150 INFO O| Feb 28 10:00:03.150 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-02-28T10:00:04.342Z[ recovery-image] Feb 28 10:00:03.189 INFO O| Feb 28 10:00:03.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
53822025-02-28T10:00:04.342Z[ recovery-image] Feb 28 10:00:03.189 INFO O| Feb 28 10:00:03.189 INFO STEP 248 (remove_files) COMPLETE
53832025-02-28T10:00:04.342Z[ recovery-image] Feb 28 10:00:03.189 INFO O| Feb 28 10:00:03.189 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-02-28T10:00:04.392Z[ recovery-image] Feb 28 10:00:03.239 INFO O| Feb 28 10:00:03.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
53852025-02-28T10:00:04.392Z[ recovery-image] Feb 28 10:00:03.239 INFO O| Feb 28 10:00:03.239 INFO STEP 249 (remove_files) COMPLETE
53862025-02-28T10:00:04.395Z[ recovery-image] Feb 28 10:00:03.239 INFO O| Feb 28 10:00:03.239 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-02-28T10:00:04.413Z[ recovery-image] Feb 28 10:00:03.262 INFO O| Feb 28 10:00:03.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
53882025-02-28T10:00:04.413Z[ recovery-image] Feb 28 10:00:03.262 INFO O| Feb 28 10:00:03.262 INFO STEP 250 (remove_files) COMPLETE
53892025-02-28T10:00:04.416Z[ recovery-image] Feb 28 10:00:03.262 INFO O| Feb 28 10:00:03.262 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-02-28T10:00:04.435Z[ recovery-image] Feb 28 10:00:03.283 INFO O| Feb 28 10:00:03.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
53912025-02-28T10:00:04.435Z[ recovery-image] Feb 28 10:00:03.283 INFO O| Feb 28 10:00:03.283 INFO STEP 251 (remove_files) COMPLETE
53922025-02-28T10:00:04.435Z[ recovery-image] Feb 28 10:00:03.283 INFO O| Feb 28 10:00:03.283 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-02-28T10:00:04.456Z[ recovery-image] Feb 28 10:00:03.304 INFO O| Feb 28 10:00:03.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
53942025-02-28T10:00:04.456Z[ recovery-image] Feb 28 10:00:03.304 INFO O| Feb 28 10:00:03.304 INFO STEP 252 (remove_files) COMPLETE
53952025-02-28T10:00:04.459Z[ recovery-image] Feb 28 10:00:03.304 INFO O| Feb 28 10:00:03.304 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-02-28T10:00:04.478Z[ recovery-image] Feb 28 10:00:03.326 INFO O| Feb 28 10:00:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
53972025-02-28T10:00:04.478Z[ recovery-image] Feb 28 10:00:03.327 INFO O| Feb 28 10:00:03.326 INFO STEP 253 (remove_files) COMPLETE
53982025-02-28T10:00:04.478Z[ recovery-image] Feb 28 10:00:03.327 INFO O| Feb 28 10:00:03.327 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-02-28T10:00:04.500Z[ recovery-image] Feb 28 10:00:03.348 INFO O| Feb 28 10:00:03.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
54002025-02-28T10:00:04.500Z[ recovery-image] Feb 28 10:00:03.348 INFO O| Feb 28 10:00:03.348 INFO STEP 254 (remove_files) COMPLETE
54012025-02-28T10:00:04.500Z[ recovery-image] Feb 28 10:00:03.348 INFO O| Feb 28 10:00:03.348 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-02-28T10:00:04.537Z[ recovery-image] Feb 28 10:00:03.386 INFO O| Feb 28 10:00:03.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
54032025-02-28T10:00:04.537Z[ recovery-image] Feb 28 10:00:03.386 INFO O| Feb 28 10:00:03.386 INFO STEP 255 (remove_files) COMPLETE
54042025-02-28T10:00:04.541Z[ recovery-image] Feb 28 10:00:03.386 INFO O| Feb 28 10:00:03.386 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-02-28T10:00:04.576Z[ recovery-image] Feb 28 10:00:03.424 INFO O| Feb 28 10:00:03.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
54062025-02-28T10:00:04.576Z[ recovery-image] Feb 28 10:00:03.425 INFO O| Feb 28 10:00:03.425 INFO STEP 256 (remove_files) COMPLETE
54072025-02-28T10:00:04.576Z[ recovery-image] Feb 28 10:00:03.425 INFO O| Feb 28 10:00:03.425 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-02-28T10:00:04.599Z[ recovery-image] Feb 28 10:00:03.447 INFO O| Feb 28 10:00:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
54092025-02-28T10:00:04.602Z[ recovery-image] Feb 28 10:00:03.447 INFO O| Feb 28 10:00:03.447 INFO STEP 257 (remove_files) COMPLETE
54102025-02-28T10:00:04.602Z[ recovery-image] Feb 28 10:00:03.447 INFO O| Feb 28 10:00:03.447 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-02-28T10:00:04.620Z[ recovery-image] Feb 28 10:00:03.468 INFO O| Feb 28 10:00:03.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
54122025-02-28T10:00:04.620Z[ recovery-image] Feb 28 10:00:03.468 INFO O| Feb 28 10:00:03.468 INFO STEP 258 (remove_files) COMPLETE
54132025-02-28T10:00:04.620Z[ recovery-image] Feb 28 10:00:03.468 INFO O| Feb 28 10:00:03.468 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-02-28T10:00:04.648Z[ recovery-image] Feb 28 10:00:03.496 INFO O| Feb 28 10:00:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
54152025-02-28T10:00:04.648Z[ recovery-image] Feb 28 10:00:03.496 INFO O| Feb 28 10:00:03.496 INFO STEP 259 (remove_files) COMPLETE
54162025-02-28T10:00:04.651Z[ recovery-image] Feb 28 10:00:03.496 INFO O| Feb 28 10:00:03.496 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-02-28T10:00:04.670Z[ recovery-image] Feb 28 10:00:03.517 INFO O| Feb 28 10:00:03.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
54182025-02-28T10:00:04.670Z[ recovery-image] Feb 28 10:00:03.517 INFO O| Feb 28 10:00:03.517 INFO STEP 260 (remove_files) COMPLETE
54192025-02-28T10:00:04.670Z[ recovery-image] Feb 28 10:00:03.517 INFO O| Feb 28 10:00:03.517 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-02-28T10:00:04.690Z[ recovery-image] Feb 28 10:00:03.538 INFO O| Feb 28 10:00:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
54212025-02-28T10:00:04.690Z[ recovery-image] Feb 28 10:00:03.538 INFO O| Feb 28 10:00:03.538 INFO STEP 261 (remove_files) COMPLETE
54222025-02-28T10:00:04.690Z[ recovery-image] Feb 28 10:00:03.538 INFO O| Feb 28 10:00:03.538 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-02-28T10:00:04.728Z[ recovery-image] Feb 28 10:00:03.577 INFO O| Feb 28 10:00:03.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
54242025-02-28T10:00:04.731Z[ recovery-image] Feb 28 10:00:03.577 INFO O| Feb 28 10:00:03.577 INFO STEP 262 (remove_files) COMPLETE
54252025-02-28T10:00:04.732Z[ recovery-image] Feb 28 10:00:03.577 INFO O| Feb 28 10:00:03.577 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-02-28T10:00:04.788Z[ recovery-image] Feb 28 10:00:03.636 INFO O| Feb 28 10:00:03.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
54272025-02-28T10:00:04.791Z[ recovery-image] Feb 28 10:00:03.636 INFO O| Feb 28 10:00:03.636 INFO STEP 263 (remove_files) COMPLETE
54282025-02-28T10:00:04.791Z[ recovery-image] Feb 28 10:00:03.636 INFO O| Feb 28 10:00:03.636 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-02-28T10:00:04.810Z[ recovery-image] Feb 28 10:00:03.658 INFO O| Feb 28 10:00:03.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
54302025-02-28T10:00:04.810Z[ recovery-image] Feb 28 10:00:03.658 INFO O| Feb 28 10:00:03.658 INFO STEP 264 (remove_files) COMPLETE
54312025-02-28T10:00:04.813Z[ recovery-image] Feb 28 10:00:03.658 INFO O| Feb 28 10:00:03.658 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-02-28T10:00:04.832Z[ recovery-image] Feb 28 10:00:03.680 INFO O| Feb 28 10:00:03.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
54332025-02-28T10:00:04.856Z[ recovery-image] Feb 28 10:00:03.705 INFO O| Feb 28 10:00:03.705 INFO STEP 265 (remove_files) COMPLETE
54342025-02-28T10:00:04.857Z[ recovery-image] Feb 28 10:00:03.705 INFO O| Feb 28 10:00:03.705 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-02-28T10:00:04.914Z[ recovery-image] Feb 28 10:00:03.762 INFO O| Feb 28 10:00:03.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
54362025-02-28T10:00:04.917Z[ recovery-image] Feb 28 10:00:03.762 INFO O| Feb 28 10:00:03.762 INFO STEP 266 (remove_files) COMPLETE
54372025-02-28T10:00:04.917Z[ recovery-image] Feb 28 10:00:03.762 INFO O| Feb 28 10:00:03.762 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-02-28T10:00:04.955Z[ recovery-image] Feb 28 10:00:03.804 INFO O| Feb 28 10:00:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
54392025-02-28T10:00:04.956Z[ recovery-image] Feb 28 10:00:03.804 INFO O| Feb 28 10:00:03.804 INFO STEP 267 (remove_files) COMPLETE
54402025-02-28T10:00:04.958Z[ recovery-image] Feb 28 10:00:03.804 INFO O| Feb 28 10:00:03.804 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-02-28T10:00:04.979Z[ recovery-image] Feb 28 10:00:03.827 INFO O| Feb 28 10:00:03.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
54422025-02-28T10:00:04.982Z[ recovery-image] Feb 28 10:00:03.828 INFO O| Feb 28 10:00:03.827 INFO STEP 268 (remove_files) COMPLETE
54432025-02-28T10:00:04.982Z[ recovery-image] Feb 28 10:00:03.828 INFO O| Feb 28 10:00:03.828 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-02-28T10:00:05.004Z[ recovery-image] Feb 28 10:00:03.852 INFO O| Feb 28 10:00:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
54452025-02-28T10:00:05.007Z[ recovery-image] Feb 28 10:00:03.852 INFO O| Feb 28 10:00:03.852 INFO STEP 269 (remove_files) COMPLETE
54462025-02-28T10:00:05.007Z[ recovery-image] Feb 28 10:00:03.853 INFO O| Feb 28 10:00:03.852 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-02-28T10:00:05.026Z[ recovery-image] Feb 28 10:00:03.874 INFO O| Feb 28 10:00:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
54482025-02-28T10:00:05.026Z[ recovery-image] Feb 28 10:00:03.874 INFO O| Feb 28 10:00:03.874 INFO STEP 270 (remove_files) COMPLETE
54492025-02-28T10:00:05.028Z[ recovery-image] Feb 28 10:00:03.874 INFO O| Feb 28 10:00:03.874 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-02-28T10:00:05.048Z[ recovery-image] Feb 28 10:00:03.897 INFO O| Feb 28 10:00:03.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54512025-02-28T10:00:05.051Z[ recovery-image] Feb 28 10:00:03.897 INFO O| Feb 28 10:00:03.897 INFO STEP 271 (remove_files) COMPLETE
54522025-02-28T10:00:05.051Z[ recovery-image] Feb 28 10:00:03.897 INFO O| Feb 28 10:00:03.897 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-02-28T10:00:05.071Z[ recovery-image] Feb 28 10:00:03.919 INFO O| Feb 28 10:00:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54542025-02-28T10:00:05.071Z[ recovery-image] Feb 28 10:00:03.919 INFO O| Feb 28 10:00:03.919 INFO STEP 272 (remove_files) COMPLETE
54552025-02-28T10:00:05.071Z[ recovery-image] Feb 28 10:00:03.919 INFO O| Feb 28 10:00:03.919 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-02-28T10:00:05.093Z[ recovery-image] Feb 28 10:00:03.941 INFO O| Feb 28 10:00:03.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54572025-02-28T10:00:05.093Z[ recovery-image] Feb 28 10:00:03.941 INFO O| Feb 28 10:00:03.941 INFO STEP 273 (remove_files) COMPLETE
54582025-02-28T10:00:05.096Z[ recovery-image] Feb 28 10:00:03.941 INFO O| Feb 28 10:00:03.941 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-02-28T10:00:05.114Z[ recovery-image] Feb 28 10:00:03.963 INFO O| Feb 28 10:00:03.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54602025-02-28T10:00:05.114Z[ recovery-image] Feb 28 10:00:03.963 INFO O| Feb 28 10:00:03.963 INFO STEP 274 (remove_files) COMPLETE
54612025-02-28T10:00:05.114Z[ recovery-image] Feb 28 10:00:03.963 INFO O| Feb 28 10:00:03.963 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-02-28T10:00:05.135Z[ recovery-image] Feb 28 10:00:03.983 INFO O| Feb 28 10:00:03.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54632025-02-28T10:00:05.135Z[ recovery-image] Feb 28 10:00:03.983 INFO O| Feb 28 10:00:03.983 INFO STEP 275 (remove_files) COMPLETE
54642025-02-28T10:00:05.137Z[ recovery-image] Feb 28 10:00:03.983 INFO O| Feb 28 10:00:03.983 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-02-28T10:00:05.169Z[ recovery-image] Feb 28 10:00:04.017 INFO O| Feb 28 10:00:04.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54662025-02-28T10:00:05.172Z[ recovery-image] Feb 28 10:00:04.018 INFO O| Feb 28 10:00:04.018 INFO STEP 276 (remove_files) COMPLETE
54672025-02-28T10:00:05.172Z[ recovery-image] Feb 28 10:00:04.018 INFO O| Feb 28 10:00:04.018 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-02-28T10:00:05.228Z[ recovery-image] Feb 28 10:00:04.076 INFO O| Feb 28 10:00:04.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54692025-02-28T10:00:05.230Z[ recovery-image] Feb 28 10:00:04.076 INFO O| Feb 28 10:00:04.076 INFO STEP 277 (remove_files) COMPLETE
54702025-02-28T10:00:05.231Z[ recovery-image] Feb 28 10:00:04.076 INFO O| Feb 28 10:00:04.076 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-02-28T10:00:05.256Z[ recovery-image] Feb 28 10:00:04.104 INFO O| Feb 28 10:00:04.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54722025-02-28T10:00:05.260Z[ recovery-image] Feb 28 10:00:04.108 INFO O| Feb 28 10:00:04.108 INFO STEP 278 (remove_files) COMPLETE
54732025-02-28T10:00:05.260Z[ recovery-image] Feb 28 10:00:04.108 INFO O| Feb 28 10:00:04.108 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-02-28T10:00:05.308Z[ recovery-image] Feb 28 10:00:04.157 INFO O| Feb 28 10:00:04.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54752025-02-28T10:00:05.308Z[ recovery-image] Feb 28 10:00:04.157 INFO O| Feb 28 10:00:04.157 INFO STEP 279 (remove_files) COMPLETE
54762025-02-28T10:00:05.311Z[ recovery-image] Feb 28 10:00:04.157 INFO O| Feb 28 10:00:04.157 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-02-28T10:00:05.330Z[ recovery-image] Feb 28 10:00:04.179 INFO O| Feb 28 10:00:04.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
54782025-02-28T10:00:05.330Z[ recovery-image] Feb 28 10:00:04.179 INFO O| Feb 28 10:00:04.179 INFO STEP 280 (remove_files) COMPLETE
54792025-02-28T10:00:05.330Z[ recovery-image] Feb 28 10:00:04.179 INFO O| Feb 28 10:00:04.179 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-02-28T10:00:05.454Z[ recovery-image] Feb 28 10:00:04.302 INFO O| Feb 28 10:00:04.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
54812025-02-28T10:00:05.454Z[ recovery-image] Feb 28 10:00:04.302 INFO O| Feb 28 10:00:04.302 INFO STEP 281 (remove_files) COMPLETE
54822025-02-28T10:00:05.454Z[ recovery-image] Feb 28 10:00:04.302 INFO O| Feb 28 10:00:04.302 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-02-28T10:00:05.477Z[ recovery-image] Feb 28 10:00:04.324 INFO O| Feb 28 10:00:04.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
54842025-02-28T10:00:05.477Z[ recovery-image] Feb 28 10:00:04.325 INFO O| Feb 28 10:00:04.325 INFO STEP 282 (remove_files) COMPLETE
54852025-02-28T10:00:05.477Z[ recovery-image] Feb 28 10:00:04.325 INFO O| Feb 28 10:00:04.325 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-02-28T10:00:05.498Z[ recovery-image] Feb 28 10:00:04.347 INFO O| Feb 28 10:00:04.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
54872025-02-28T10:00:05.498Z[ recovery-image] Feb 28 10:00:04.347 INFO O| Feb 28 10:00:04.347 INFO STEP 283 (remove_files) COMPLETE
54882025-02-28T10:00:05.499Z[ recovery-image] Feb 28 10:00:04.347 INFO O| Feb 28 10:00:04.347 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-02-28T10:00:05.520Z[ recovery-image] Feb 28 10:00:04.368 INFO O| Feb 28 10:00:04.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
54902025-02-28T10:00:05.523Z[ recovery-image] Feb 28 10:00:04.368 INFO O| Feb 28 10:00:04.368 INFO STEP 284 (remove_files) COMPLETE
54912025-02-28T10:00:05.523Z[ recovery-image] Feb 28 10:00:04.368 INFO O| Feb 28 10:00:04.368 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-02-28T10:00:05.540Z[ recovery-image] Feb 28 10:00:04.388 INFO O| Feb 28 10:00:04.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
54932025-02-28T10:00:05.545Z[ recovery-image] Feb 28 10:00:04.389 INFO O| Feb 28 10:00:04.388 INFO STEP 285 (remove_files) COMPLETE
54942025-02-28T10:00:05.546Z[ recovery-image] Feb 28 10:00:04.389 INFO O| Feb 28 10:00:04.389 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-02-28T10:00:05.560Z[ recovery-image] Feb 28 10:00:04.408 INFO O| Feb 28 10:00:04.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54962025-02-28T10:00:05.564Z[ recovery-image] Feb 28 10:00:04.408 INFO O| Feb 28 10:00:04.408 INFO STEP 286 (remove_files) COMPLETE
54972025-02-28T10:00:05.564Z[ recovery-image] Feb 28 10:00:04.408 INFO O| Feb 28 10:00:04.408 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-02-28T10:00:05.579Z[ recovery-image] Feb 28 10:00:04.427 INFO O| Feb 28 10:00:04.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54992025-02-28T10:00:05.579Z[ recovery-image] Feb 28 10:00:04.428 INFO O| Feb 28 10:00:04.427 INFO STEP 287 (remove_files) COMPLETE
55002025-02-28T10:00:05.583Z[ recovery-image] Feb 28 10:00:04.428 INFO O| Feb 28 10:00:04.428 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-02-28T10:00:05.598Z[ recovery-image] Feb 28 10:00:04.447 INFO O| Feb 28 10:00:04.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
55022025-02-28T10:00:05.601Z[ recovery-image] Feb 28 10:00:04.447 INFO O| Feb 28 10:00:04.447 INFO STEP 288 (remove_files) COMPLETE
55032025-02-28T10:00:05.601Z[ recovery-image] Feb 28 10:00:04.447 INFO O| Feb 28 10:00:04.447 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-02-28T10:00:05.618Z[ recovery-image] Feb 28 10:00:04.467 INFO O| Feb 28 10:00:04.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
55052025-02-28T10:00:05.621Z[ recovery-image] Feb 28 10:00:04.467 INFO O| Feb 28 10:00:04.467 INFO STEP 289 (remove_files) COMPLETE
55062025-02-28T10:00:05.621Z[ recovery-image] Feb 28 10:00:04.467 INFO O| Feb 28 10:00:04.467 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-02-28T10:00:05.655Z[ recovery-image] Feb 28 10:00:04.504 INFO O| Feb 28 10:00:04.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
55082025-02-28T10:00:05.669Z[ recovery-image] Feb 28 10:00:04.504 INFO O| Feb 28 10:00:04.504 INFO STEP 290 (remove_files) COMPLETE
55092025-02-28T10:00:05.670Z[ recovery-image] Feb 28 10:00:04.504 INFO O| Feb 28 10:00:04.504 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-02-28T10:00:05.696Z[ recovery-image] Feb 28 10:00:04.545 INFO O| Feb 28 10:00:04.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
55112025-02-28T10:00:05.699Z[ recovery-image] Feb 28 10:00:04.545 INFO O| Feb 28 10:00:04.545 INFO STEP 291 (remove_files) COMPLETE
55122025-02-28T10:00:05.699Z[ recovery-image] Feb 28 10:00:04.545 INFO O| Feb 28 10:00:04.545 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-02-28T10:00:05.720Z[ recovery-image] Feb 28 10:00:04.569 INFO O| Feb 28 10:00:04.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
55142025-02-28T10:00:05.723Z[ recovery-image] Feb 28 10:00:04.569 INFO O| Feb 28 10:00:04.569 INFO STEP 292 (remove_files) COMPLETE
55152025-02-28T10:00:05.723Z[ recovery-image] Feb 28 10:00:04.569 INFO O| Feb 28 10:00:04.569 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-02-28T10:00:05.742Z[ recovery-image] Feb 28 10:00:04.591 INFO O| Feb 28 10:00:04.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
55172025-02-28T10:00:05.745Z[ recovery-image] Feb 28 10:00:04.591 INFO O| Feb 28 10:00:04.591 INFO STEP 293 (remove_files) COMPLETE
55182025-02-28T10:00:05.745Z[ recovery-image] Feb 28 10:00:04.591 INFO O| Feb 28 10:00:04.591 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-02-28T10:00:05.764Z[ recovery-image] Feb 28 10:00:04.612 INFO O| Feb 28 10:00:04.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
55202025-02-28T10:00:05.764Z[ recovery-image] Feb 28 10:00:04.612 INFO O| Feb 28 10:00:04.612 INFO STEP 294 (remove_files) COMPLETE
55212025-02-28T10:00:05.767Z[ recovery-image] Feb 28 10:00:04.613 INFO O| Feb 28 10:00:04.612 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-02-28T10:00:05.785Z[ recovery-image] Feb 28 10:00:04.633 INFO O| Feb 28 10:00:04.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
55232025-02-28T10:00:05.788Z[ recovery-image] Feb 28 10:00:04.634 INFO O| Feb 28 10:00:04.634 INFO STEP 295 (remove_files) COMPLETE
55242025-02-28T10:00:05.788Z[ recovery-image] Feb 28 10:00:04.634 INFO O| Feb 28 10:00:04.634 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-02-28T10:00:05.806Z[ recovery-image] Feb 28 10:00:04.654 INFO O| Feb 28 10:00:04.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
55262025-02-28T10:00:05.809Z[ recovery-image] Feb 28 10:00:04.655 INFO O| Feb 28 10:00:04.655 INFO STEP 296 (remove_files) COMPLETE
55272025-02-28T10:00:05.809Z[ recovery-image] Feb 28 10:00:04.655 INFO O| Feb 28 10:00:04.655 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-02-28T10:00:05.828Z[ recovery-image] Feb 28 10:00:04.677 INFO O| Feb 28 10:00:04.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
55292025-02-28T10:00:05.831Z[ recovery-image] Feb 28 10:00:04.677 INFO O| Feb 28 10:00:04.677 INFO STEP 297 (remove_files) COMPLETE
55302025-02-28T10:00:05.831Z[ recovery-image] Feb 28 10:00:04.677 INFO O| Feb 28 10:00:04.677 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-02-28T10:00:05.852Z[ recovery-image] Feb 28 10:00:04.700 INFO O| Feb 28 10:00:04.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
55322025-02-28T10:00:05.854Z[ recovery-image] Feb 28 10:00:04.700 INFO O| Feb 28 10:00:04.700 INFO STEP 298 (remove_files) COMPLETE
55332025-02-28T10:00:05.854Z[ recovery-image] Feb 28 10:00:04.700 INFO O| Feb 28 10:00:04.700 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-02-28T10:00:05.883Z[ recovery-image] Feb 28 10:00:04.731 INFO O| Feb 28 10:00:04.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
55352025-02-28T10:00:05.883Z[ recovery-image] Feb 28 10:00:04.732 INFO O| Feb 28 10:00:04.732 INFO STEP 299 (remove_files) COMPLETE
55362025-02-28T10:00:05.883Z[ recovery-image] Feb 28 10:00:04.732 INFO O| Feb 28 10:00:04.732 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-02-28T10:00:05.922Z[ recovery-image] Feb 28 10:00:04.770 INFO O| Feb 28 10:00:04.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
55382025-02-28T10:00:05.922Z[ recovery-image] Feb 28 10:00:04.770 INFO O| Feb 28 10:00:04.770 INFO STEP 300 (remove_files) COMPLETE
55392025-02-28T10:00:05.925Z[ recovery-image] Feb 28 10:00:04.771 INFO O| Feb 28 10:00:04.770 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-02-28T10:00:05.961Z[ recovery-image] Feb 28 10:00:04.810 INFO O| Feb 28 10:00:04.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
55412025-02-28T10:00:05.964Z[ recovery-image] Feb 28 10:00:04.810 INFO O| Feb 28 10:00:04.810 INFO STEP 301 (remove_files) COMPLETE
55422025-02-28T10:00:05.964Z[ recovery-image] Feb 28 10:00:04.810 INFO O| Feb 28 10:00:04.810 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-02-28T10:00:05.984Z[ recovery-image] Feb 28 10:00:04.833 INFO O| Feb 28 10:00:04.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
55442025-02-28T10:00:05.987Z[ recovery-image] Feb 28 10:00:04.833 INFO O| Feb 28 10:00:04.833 INFO STEP 302 (remove_files) COMPLETE
55452025-02-28T10:00:05.987Z[ recovery-image] Feb 28 10:00:04.833 INFO O| Feb 28 10:00:04.833 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-02-28T10:00:06.028Z[ recovery-image] Feb 28 10:00:04.876 INFO O| Feb 28 10:00:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
55472025-02-28T10:00:06.028Z[ recovery-image] Feb 28 10:00:04.876 INFO O| Feb 28 10:00:04.876 INFO STEP 303 (remove_files) COMPLETE
55482025-02-28T10:00:06.028Z[ recovery-image] Feb 28 10:00:04.876 INFO O| Feb 28 10:00:04.876 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-02-28T10:00:06.052Z[ recovery-image] Feb 28 10:00:04.900 INFO O| Feb 28 10:00:04.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55502025-02-28T10:00:06.052Z[ recovery-image] Feb 28 10:00:04.900 INFO O| Feb 28 10:00:04.900 INFO STEP 304 (remove_files) COMPLETE
55512025-02-28T10:00:06.055Z[ recovery-image] Feb 28 10:00:04.900 INFO O| Feb 28 10:00:04.900 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-02-28T10:00:06.096Z[ recovery-image] Feb 28 10:00:04.931 INFO O| Feb 28 10:00:04.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55532025-02-28T10:00:06.096Z[ recovery-image] Feb 28 10:00:04.931 INFO O| Feb 28 10:00:04.931 INFO STEP 305 (remove_files) COMPLETE
55542025-02-28T10:00:06.096Z[ recovery-image] Feb 28 10:00:04.931 INFO O| Feb 28 10:00:04.931 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552025-02-28T10:00:06.106Z[ recovery-image] Feb 28 10:00:04.955 INFO O| Feb 28 10:00:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55562025-02-28T10:00:06.106Z[ recovery-image] Feb 28 10:00:04.955 INFO O| Feb 28 10:00:04.955 INFO STEP 306 (remove_files) COMPLETE
55572025-02-28T10:00:06.106Z[ recovery-image] Feb 28 10:00:04.955 INFO O| Feb 28 10:00:04.955 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582025-02-28T10:00:06.140Z[ recovery-image] Feb 28 10:00:04.988 INFO O| Feb 28 10:00:04.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55592025-02-28T10:00:06.140Z[ recovery-image] Feb 28 10:00:04.988 INFO O| Feb 28 10:00:04.988 INFO STEP 307 (remove_files) COMPLETE
55602025-02-28T10:00:06.140Z[ recovery-image] Feb 28 10:00:04.988 INFO O| Feb 28 10:00:04.988 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-02-28T10:00:06.166Z[ recovery-image] Feb 28 10:00:05.014 INFO O| Feb 28 10:00:05.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55622025-02-28T10:00:06.166Z[ recovery-image] Feb 28 10:00:05.015 INFO O| Feb 28 10:00:05.015 INFO STEP 308 (remove_files) COMPLETE
55632025-02-28T10:00:06.166Z[ recovery-image] Feb 28 10:00:05.015 INFO O| Feb 28 10:00:05.015 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-02-28T10:00:06.189Z[ recovery-image] Feb 28 10:00:05.037 INFO O| Feb 28 10:00:05.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55652025-02-28T10:00:06.189Z[ recovery-image] Feb 28 10:00:05.038 INFO O| Feb 28 10:00:05.037 INFO STEP 309 (remove_files) COMPLETE
55662025-02-28T10:00:06.189Z[ recovery-image] Feb 28 10:00:05.038 INFO O| Feb 28 10:00:05.038 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672025-02-28T10:00:06.235Z[ recovery-image] Feb 28 10:00:05.084 INFO O| Feb 28 10:00:05.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55682025-02-28T10:00:06.238Z[ recovery-image] Feb 28 10:00:05.084 INFO O| Feb 28 10:00:05.084 INFO STEP 310 (remove_files) COMPLETE
55692025-02-28T10:00:06.238Z[ recovery-image] Feb 28 10:00:05.084 INFO O| Feb 28 10:00:05.084 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-02-28T10:00:06.260Z[ recovery-image] Feb 28 10:00:05.108 INFO O| Feb 28 10:00:05.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55712025-02-28T10:00:06.267Z[ recovery-image] Feb 28 10:00:05.108 INFO O| Feb 28 10:00:05.108 INFO STEP 311 (remove_files) COMPLETE
55722025-02-28T10:00:06.270Z[ recovery-image] Feb 28 10:00:05.108 INFO O| Feb 28 10:00:05.108 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-02-28T10:00:06.292Z[ recovery-image] Feb 28 10:00:05.140 INFO O| Feb 28 10:00:05.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55742025-02-28T10:00:06.292Z[ recovery-image] Feb 28 10:00:05.140 INFO O| Feb 28 10:00:05.140 INFO STEP 312 (remove_files) COMPLETE
55752025-02-28T10:00:06.292Z[ recovery-image] Feb 28 10:00:05.140 INFO O| Feb 28 10:00:05.140 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-02-28T10:00:06.314Z[ recovery-image] Feb 28 10:00:05.162 INFO O| Feb 28 10:00:05.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55772025-02-28T10:00:06.314Z[ recovery-image] Feb 28 10:00:05.162 INFO O| Feb 28 10:00:05.162 INFO STEP 313 (remove_files) COMPLETE
55782025-02-28T10:00:06.317Z[ recovery-image] Feb 28 10:00:05.162 INFO O| Feb 28 10:00:05.162 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-02-28T10:00:06.334Z[ recovery-image] Feb 28 10:00:05.182 INFO O| Feb 28 10:00:05.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55802025-02-28T10:00:06.334Z[ recovery-image] Feb 28 10:00:05.183 INFO O| Feb 28 10:00:05.183 INFO STEP 314 (remove_files) COMPLETE
55812025-02-28T10:00:06.337Z[ recovery-image] Feb 28 10:00:05.183 INFO O| Feb 28 10:00:05.183 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-02-28T10:00:06.373Z[ recovery-image] Feb 28 10:00:05.221 INFO O| Feb 28 10:00:05.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55832025-02-28T10:00:06.373Z[ recovery-image] Feb 28 10:00:05.221 INFO O| Feb 28 10:00:05.221 INFO STEP 315 (remove_files) COMPLETE
55842025-02-28T10:00:06.373Z[ recovery-image] Feb 28 10:00:05.221 INFO O| Feb 28 10:00:05.221 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-02-28T10:00:06.391Z[ recovery-image] Feb 28 10:00:05.240 INFO O| Feb 28 10:00:05.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55862025-02-28T10:00:06.392Z[ recovery-image] Feb 28 10:00:05.240 INFO O| Feb 28 10:00:05.240 INFO STEP 316 (remove_files) COMPLETE
55872025-02-28T10:00:06.392Z[ recovery-image] Feb 28 10:00:05.240 INFO O| Feb 28 10:00:05.240 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-02-28T10:00:06.426Z[ recovery-image] Feb 28 10:00:05.275 INFO O| Feb 28 10:00:05.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55892025-02-28T10:00:06.427Z[ recovery-image] Feb 28 10:00:05.275 INFO O| Feb 28 10:00:05.275 INFO STEP 317 (remove_files) COMPLETE
55902025-02-28T10:00:06.427Z[ recovery-image] Feb 28 10:00:05.275 INFO O| Feb 28 10:00:05.275 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-02-28T10:00:06.446Z[ recovery-image] Feb 28 10:00:05.294 INFO O| Feb 28 10:00:05.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55922025-02-28T10:00:06.449Z[ recovery-image] Feb 28 10:00:05.294 INFO O| Feb 28 10:00:05.294 INFO STEP 318 (remove_files) COMPLETE
55932025-02-28T10:00:06.449Z[ recovery-image] Feb 28 10:00:05.294 INFO O| Feb 28 10:00:05.294 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-02-28T10:00:06.550Z[ recovery-image] Feb 28 10:00:05.399 INFO O| Feb 28 10:00:05.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55952025-02-28T10:00:06.550Z[ recovery-image] Feb 28 10:00:05.399 INFO O| Feb 28 10:00:05.399 INFO STEP 319 (remove_files) COMPLETE
55962025-02-28T10:00:06.550Z[ recovery-image] Feb 28 10:00:05.399 INFO O| Feb 28 10:00:05.399 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-02-28T10:00:06.589Z[ recovery-image] Feb 28 10:00:05.437 INFO O| Feb 28 10:00:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55982025-02-28T10:00:06.591Z[ recovery-image] Feb 28 10:00:05.439 INFO O| Feb 28 10:00:05.439 INFO STEP 320 (remove_files) COMPLETE
55992025-02-28T10:00:06.591Z[ recovery-image] Feb 28 10:00:05.439 INFO O| Feb 28 10:00:05.439 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-02-28T10:00:06.646Z[ recovery-image] Feb 28 10:00:05.495 INFO O| Feb 28 10:00:05.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
56012025-02-28T10:00:06.646Z[ recovery-image] Feb 28 10:00:05.495 INFO O| Feb 28 10:00:05.495 INFO STEP 321 (remove_files) COMPLETE
56022025-02-28T10:00:06.647Z[ recovery-image] Feb 28 10:00:05.495 INFO O| Feb 28 10:00:05.495 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-02-28T10:00:06.682Z[ recovery-image] Feb 28 10:00:05.530 INFO O| Feb 28 10:00:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
56042025-02-28T10:00:06.685Z[ recovery-image] Feb 28 10:00:05.531 INFO O| Feb 28 10:00:05.530 INFO STEP 322 (remove_files) COMPLETE
56052025-02-28T10:00:06.685Z[ recovery-image] Feb 28 10:00:05.531 INFO O| Feb 28 10:00:05.531 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-02-28T10:00:06.706Z[ recovery-image] Feb 28 10:00:05.555 INFO O| Feb 28 10:00:05.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
56072025-02-28T10:00:06.730Z[ recovery-image] Feb 28 10:00:05.579 INFO O| Feb 28 10:00:05.579 INFO STEP 323 (remove_files) COMPLETE
56082025-02-28T10:00:06.731Z[ recovery-image] Feb 28 10:00:05.579 INFO O| Feb 28 10:00:05.579 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-02-28T10:00:06.861Z[ recovery-image] Feb 28 10:00:05.710 INFO O| Feb 28 10:00:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
56102025-02-28T10:00:06.861Z[ recovery-image] Feb 28 10:00:05.710 INFO O| Feb 28 10:00:05.710 INFO STEP 324 (remove_files) COMPLETE
56112025-02-28T10:00:06.862Z[ recovery-image] Feb 28 10:00:05.710 INFO O| Feb 28 10:00:05.710 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-02-28T10:00:06.890Z[ recovery-image] Feb 28 10:00:05.738 INFO O| Feb 28 10:00:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
56132025-02-28T10:00:06.890Z[ recovery-image] Feb 28 10:00:05.738 INFO O| Feb 28 10:00:05.738 INFO STEP 325 (remove_files) COMPLETE
56142025-02-28T10:00:06.896Z[ recovery-image] Feb 28 10:00:05.738 INFO O| Feb 28 10:00:05.738 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-02-28T10:00:06.955Z[ recovery-image] Feb 28 10:00:05.802 INFO O| Feb 28 10:00:05.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
56162025-02-28T10:00:06.955Z[ recovery-image] Feb 28 10:00:05.802 INFO O| Feb 28 10:00:05.802 INFO STEP 326 (remove_files) COMPLETE
56172025-02-28T10:00:06.955Z[ recovery-image] Feb 28 10:00:05.802 INFO O| Feb 28 10:00:05.802 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-02-28T10:00:06.991Z[ recovery-image] Feb 28 10:00:05.838 INFO O| Feb 28 10:00:05.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
56192025-02-28T10:00:06.991Z[ recovery-image] Feb 28 10:00:05.838 INFO O| Feb 28 10:00:05.838 INFO STEP 327 (remove_files) COMPLETE
56202025-02-28T10:00:06.991Z[ recovery-image] Feb 28 10:00:05.838 INFO O| Feb 28 10:00:05.838 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212025-02-28T10:00:07.014Z[ recovery-image] Feb 28 10:00:05.862 INFO O| Feb 28 10:00:05.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
56222025-02-28T10:00:07.014Z[ recovery-image] Feb 28 10:00:05.862 INFO O| Feb 28 10:00:05.862 INFO STEP 328 (remove_files) COMPLETE
56232025-02-28T10:00:07.014Z[ recovery-image] Feb 28 10:00:05.862 INFO O| Feb 28 10:00:05.862 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242025-02-28T10:00:07.046Z[ recovery-image] Feb 28 10:00:05.894 INFO O| Feb 28 10:00:05.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
56252025-02-28T10:00:07.046Z[ recovery-image] Feb 28 10:00:05.894 INFO O| Feb 28 10:00:05.894 INFO STEP 329 (remove_files) COMPLETE
56262025-02-28T10:00:07.046Z[ recovery-image] Feb 28 10:00:05.894 INFO O| Feb 28 10:00:05.894 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-02-28T10:00:07.070Z[ recovery-image] Feb 28 10:00:05.918 INFO O| Feb 28 10:00:05.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
56282025-02-28T10:00:07.070Z[ recovery-image] Feb 28 10:00:05.918 INFO O| Feb 28 10:00:05.918 INFO STEP 330 (remove_files) COMPLETE
56292025-02-28T10:00:07.070Z[ recovery-image] Feb 28 10:00:05.918 INFO O| Feb 28 10:00:05.918 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-02-28T10:00:07.140Z[ recovery-image] Feb 28 10:00:05.989 INFO O| Feb 28 10:00:05.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
56312025-02-28T10:00:07.143Z[ recovery-image] Feb 28 10:00:05.989 INFO O| Feb 28 10:00:05.989 INFO STEP 331 (remove_files) COMPLETE
56322025-02-28T10:00:07.143Z[ recovery-image] Feb 28 10:00:05.989 INFO O| Feb 28 10:00:05.989 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-02-28T10:00:07.166Z[ recovery-image] Feb 28 10:00:06.015 INFO O| Feb 28 10:00:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
56342025-02-28T10:00:07.169Z[ recovery-image] Feb 28 10:00:06.015 INFO O| Feb 28 10:00:06.015 INFO STEP 332 (remove_files) COMPLETE
56352025-02-28T10:00:07.169Z[ recovery-image] Feb 28 10:00:06.015 INFO O| Feb 28 10:00:06.015 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362025-02-28T10:00:07.210Z[ recovery-image] Feb 28 10:00:06.058 INFO O| Feb 28 10:00:06.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
56372025-02-28T10:00:07.210Z[ recovery-image] Feb 28 10:00:06.059 INFO O| Feb 28 10:00:06.059 INFO STEP 333 (remove_files) COMPLETE
56382025-02-28T10:00:07.210Z[ recovery-image] Feb 28 10:00:06.059 INFO O| Feb 28 10:00:06.059 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-02-28T10:00:07.236Z[ recovery-image] Feb 28 10:00:06.085 INFO O| Feb 28 10:00:06.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
56402025-02-28T10:00:07.236Z[ recovery-image] Feb 28 10:00:06.085 INFO O| Feb 28 10:00:06.085 INFO STEP 334 (remove_files) COMPLETE
56412025-02-28T10:00:07.236Z[ recovery-image] Feb 28 10:00:06.085 INFO O| Feb 28 10:00:06.085 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-02-28T10:00:07.262Z[ recovery-image] Feb 28 10:00:06.111 INFO O| Feb 28 10:00:06.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
56432025-02-28T10:00:07.262Z[ recovery-image] Feb 28 10:00:06.111 INFO O| Feb 28 10:00:06.111 INFO STEP 335 (remove_files) COMPLETE
56442025-02-28T10:00:07.262Z[ recovery-image] Feb 28 10:00:06.111 INFO O| Feb 28 10:00:06.111 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-02-28T10:00:07.289Z[ recovery-image] Feb 28 10:00:06.138 INFO O| Feb 28 10:00:06.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
56462025-02-28T10:00:07.290Z[ recovery-image] Feb 28 10:00:06.138 INFO O| Feb 28 10:00:06.138 INFO STEP 336 (remove_files) COMPLETE
56472025-02-28T10:00:07.293Z[ recovery-image] Feb 28 10:00:06.138 INFO O| Feb 28 10:00:06.138 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482025-02-28T10:00:07.321Z[ recovery-image] Feb 28 10:00:06.169 INFO O| Feb 28 10:00:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56492025-02-28T10:00:07.321Z[ recovery-image] Feb 28 10:00:06.169 INFO O| Feb 28 10:00:06.169 INFO STEP 337 (remove_files) COMPLETE
56502025-02-28T10:00:07.321Z[ recovery-image] Feb 28 10:00:06.169 INFO O| Feb 28 10:00:06.169 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512025-02-28T10:00:07.370Z[ recovery-image] Feb 28 10:00:06.218 INFO O| Feb 28 10:00:06.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56522025-02-28T10:00:07.370Z[ recovery-image] Feb 28 10:00:06.218 INFO O| Feb 28 10:00:06.218 INFO STEP 338 (remove_files) COMPLETE
56532025-02-28T10:00:07.370Z[ recovery-image] Feb 28 10:00:06.219 INFO O| Feb 28 10:00:06.218 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542025-02-28T10:00:07.393Z[ recovery-image] Feb 28 10:00:06.241 INFO O| Feb 28 10:00:06.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56552025-02-28T10:00:07.393Z[ recovery-image] Feb 28 10:00:06.241 INFO O| Feb 28 10:00:06.241 INFO STEP 339 (remove_files) COMPLETE
56562025-02-28T10:00:07.393Z[ recovery-image] Feb 28 10:00:06.241 INFO O| Feb 28 10:00:06.241 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572025-02-28T10:00:07.431Z[ recovery-image] Feb 28 10:00:06.279 INFO O| Feb 28 10:00:06.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56582025-02-28T10:00:07.431Z[ recovery-image] Feb 28 10:00:06.279 INFO O| Feb 28 10:00:06.279 INFO STEP 340 (remove_files) COMPLETE
56592025-02-28T10:00:07.431Z[ recovery-image] Feb 28 10:00:06.280 INFO O| Feb 28 10:00:06.279 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602025-02-28T10:00:07.453Z[ recovery-image] Feb 28 10:00:06.302 INFO O| Feb 28 10:00:06.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56612025-02-28T10:00:07.454Z[ recovery-image] Feb 28 10:00:06.302 INFO O| Feb 28 10:00:06.302 INFO STEP 341 (remove_files) COMPLETE
56622025-02-28T10:00:07.454Z[ recovery-image] Feb 28 10:00:06.302 INFO O| Feb 28 10:00:06.302 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632025-02-28T10:00:07.507Z[ host-image] Feb 28 10:00:06.355 INFO O| Feb 28 10:00:06.355 INFO O| Done
56642025-02-28T10:00:07.512Z[ recovery-image] Feb 28 10:00:06.360 INFO O| Feb 28 10:00:06.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56652025-02-28T10:00:07.512Z[ recovery-image] Feb 28 10:00:06.360 INFO O| Feb 28 10:00:06.360 INFO STEP 342 (remove_files) COMPLETE
56662025-02-28T10:00:07.515Z[ recovery-image] Feb 28 10:00:06.360 INFO O| Feb 28 10:00:06.360 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-02-28T10:00:07.566Z[ recovery-image] Feb 28 10:00:06.415 INFO O| Feb 28 10:00:06.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56682025-02-28T10:00:07.566Z[ recovery-image] Feb 28 10:00:06.415 INFO O| Feb 28 10:00:06.415 INFO STEP 343 (remove_files) COMPLETE
56692025-02-28T10:00:07.566Z[ recovery-image] Feb 28 10:00:06.415 INFO O| Feb 28 10:00:06.415 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-02-28T10:00:07.569Z[ host-image] Feb 28 10:00:06.418 INFO O| Feb 28 10:00:06.418 INFO O| Done
56712025-02-28T10:00:07.572Z[ host-image] Feb 28 10:00:06.418 INFO O| Feb 28 10:00:06.418 INFO O| Done
56722025-02-28T10:00:07.589Z[ host-image] Feb 28 10:00:06.438 INFO O| Feb 28 10:00:06.437 INFO O| Done
56732025-02-28T10:00:07.633Z[ recovery-image] Feb 28 10:00:06.482 INFO O| Feb 28 10:00:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56742025-02-28T10:00:07.633Z[ recovery-image] Feb 28 10:00:06.482 INFO O| Feb 28 10:00:06.482 INFO STEP 344 (remove_files) COMPLETE
56752025-02-28T10:00:07.634Z[ recovery-image] Feb 28 10:00:06.482 INFO O| Feb 28 10:00:06.482 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-28T10:00:07.669Z[ recovery-image] Feb 28 10:00:06.518 INFO O| Feb 28 10:00:06.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56772025-02-28T10:00:07.672Z[ recovery-image] Feb 28 10:00:06.518 INFO O| Feb 28 10:00:06.518 INFO STEP 345 (remove_files) COMPLETE
56782025-02-28T10:00:07.672Z[ recovery-image] Feb 28 10:00:06.518 INFO O| Feb 28 10:00:06.518 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-28T10:00:07.695Z[ recovery-image] Feb 28 10:00:06.543 INFO O| Feb 28 10:00:06.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56802025-02-28T10:00:07.695Z[ recovery-image] Feb 28 10:00:06.544 INFO O| Feb 28 10:00:06.544 INFO STEP 346 (remove_files) COMPLETE
56812025-02-28T10:00:07.695Z[ recovery-image] Feb 28 10:00:06.544 INFO O| Feb 28 10:00:06.544 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-28T10:00:07.773Z[ recovery-image] Feb 28 10:00:06.621 INFO O| Feb 28 10:00:06.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56832025-02-28T10:00:07.776Z[ recovery-image] Feb 28 10:00:06.622 INFO O| Feb 28 10:00:06.622 INFO STEP 347 (remove_files) COMPLETE
56842025-02-28T10:00:07.776Z[ recovery-image] Feb 28 10:00:06.622 INFO O| Feb 28 10:00:06.622 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO STEP 14 (pkg_install) COMPLETE
56862025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56872025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO skip step because feature "mfg" is not enabled
56882025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56892025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO skip step because feature "compliance" is not enabled
56902025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56912025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO skip step because feature "stress" is not enabled
56922025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56932025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO skip step because feature "nfs" is not enabled
56942025-02-28T10:00:07.813Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
56952025-02-28T10:00:07.814Z[ host-image] Feb 28 10:00:06.661 INFO O| Feb 28 10:00:06.661 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
56962025-02-28T10:00:07.839Z[ recovery-image] Feb 28 10:00:06.687 INFO O| Feb 28 10:00:06.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
56972025-02-28T10:00:07.839Z[ recovery-image] Feb 28 10:00:06.688 INFO O| Feb 28 10:00:06.688 INFO STEP 348 (remove_files) COMPLETE
56982025-02-28T10:00:07.842Z[ recovery-image] Feb 28 10:00:06.688 INFO O| Feb 28 10:00:06.688 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-02-28T10:00:07.897Z[ recovery-image] Feb 28 10:00:06.746 INFO O| Feb 28 10:00:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
57002025-02-28T10:00:07.897Z[ recovery-image] Feb 28 10:00:06.746 INFO O| Feb 28 10:00:06.746 INFO STEP 349 (remove_files) COMPLETE
57012025-02-28T10:00:07.897Z[ recovery-image] Feb 28 10:00:06.746 INFO O| Feb 28 10:00:06.746 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-02-28T10:00:07.960Z[ host-image] Feb 28 10:00:06.808 INFO O| Feb 28 10:00:06.808 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
57032025-02-28T10:00:07.963Z[ recovery-image] Feb 28 10:00:06.812 INFO O| Feb 28 10:00:06.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
57042025-02-28T10:00:07.966Z[ recovery-image] Feb 28 10:00:06.812 INFO O| Feb 28 10:00:06.812 INFO STEP 350 (remove_files) COMPLETE
57052025-02-28T10:00:07.966Z[ recovery-image] Feb 28 10:00:06.812 INFO O| Feb 28 10:00:06.812 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-28T10:00:07.988Z[ recovery-image] Feb 28 10:00:06.836 INFO O| Feb 28 10:00:06.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
57072025-02-28T10:00:07.988Z[ recovery-image] Feb 28 10:00:06.836 INFO O| Feb 28 10:00:06.836 INFO STEP 351 (remove_files) COMPLETE
57082025-02-28T10:00:07.988Z[ recovery-image] Feb 28 10:00:06.836 INFO O| Feb 28 10:00:06.836 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-28T10:00:08.036Z[ recovery-image] Feb 28 10:00:06.883 INFO O| Feb 28 10:00:06.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
57102025-02-28T10:00:08.036Z[ recovery-image] Feb 28 10:00:06.884 INFO O| Feb 28 10:00:06.884 INFO STEP 352 (remove_files) COMPLETE
57112025-02-28T10:00:08.036Z[ recovery-image] Feb 28 10:00:06.884 INFO O| Feb 28 10:00:06.884 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-28T10:00:08.085Z[ host-image] Feb 28 10:00:06.933 INFO O| Feb 28 10:00:06.933 INFO completed processing gimlet/ramdisk-01-os
57132025-02-28T10:00:08.088Z[ recovery-image] Feb 28 10:00:06.934 INFO O| Feb 28 10:00:06.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
57142025-02-28T10:00:08.088Z[ recovery-image] Feb 28 10:00:06.934 INFO O| Feb 28 10:00:06.934 INFO STEP 353 (remove_files) COMPLETE
57152025-02-28T10:00:08.088Z[ recovery-image] Feb 28 10:00:06.934 INFO O| Feb 28 10:00:06.934 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-02-28T10:00:08.088Z[ host-image] Feb 28 10:00:06.936 INFO omicron1 baseline generation...
57172025-02-28T10:00:08.090Z[ host-image] Feb 28 10:00:06.937 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
57182025-02-28T10:00:08.172Z[ recovery-image] Feb 28 10:00:07.020 INFO O| Feb 28 10:00:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
57192025-02-28T10:00:08.172Z[ recovery-image] Feb 28 10:00:07.020 INFO O| Feb 28 10:00:07.020 INFO STEP 354 (remove_files) COMPLETE
57202025-02-28T10:00:08.172Z[ recovery-image] Feb 28 10:00:07.020 INFO O| Feb 28 10:00:07.020 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-28T10:00:08.205Z[ recovery-image] Feb 28 10:00:07.053 INFO O| Feb 28 10:00:07.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
57222025-02-28T10:00:08.205Z[ recovery-image] Feb 28 10:00:07.053 INFO O| Feb 28 10:00:07.053 INFO STEP 355 (remove_files) COMPLETE
57232025-02-28T10:00:08.205Z[ recovery-image] Feb 28 10:00:07.053 INFO O| Feb 28 10:00:07.053 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-28T10:00:08.226Z[ recovery-image] Feb 28 10:00:07.074 INFO O| Feb 28 10:00:07.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
57252025-02-28T10:00:08.226Z[ recovery-image] Feb 28 10:00:07.074 INFO O| Feb 28 10:00:07.074 INFO STEP 356 (remove_files) COMPLETE
57262025-02-28T10:00:08.226Z[ recovery-image] Feb 28 10:00:07.074 INFO O| Feb 28 10:00:07.074 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-28T10:00:08.246Z[ recovery-image] Feb 28 10:00:07.093 INFO O| Feb 28 10:00:07.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
57282025-02-28T10:00:08.246Z[ recovery-image] Feb 28 10:00:07.094 INFO O| Feb 28 10:00:07.094 INFO STEP 357 (remove_files) COMPLETE
57292025-02-28T10:00:08.246Z[ recovery-image] Feb 28 10:00:07.094 INFO O| Feb 28 10:00:07.094 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-28T10:00:08.280Z[ recovery-image] Feb 28 10:00:07.128 INFO O| Feb 28 10:00:07.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
57312025-02-28T10:00:08.280Z[ recovery-image] Feb 28 10:00:07.128 INFO O| Feb 28 10:00:07.128 INFO STEP 358 (remove_files) COMPLETE
57322025-02-28T10:00:08.280Z[ recovery-image] Feb 28 10:00:07.128 INFO O| Feb 28 10:00:07.128 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-28T10:00:08.302Z[ recovery-image] Feb 28 10:00:07.150 INFO O| Feb 28 10:00:07.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
57342025-02-28T10:00:08.302Z[ recovery-image] Feb 28 10:00:07.150 INFO O| Feb 28 10:00:07.150 INFO STEP 359 (remove_files) COMPLETE
57352025-02-28T10:00:08.305Z[ recovery-image] Feb 28 10:00:07.150 INFO O| Feb 28 10:00:07.150 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-02-28T10:00:08.321Z[ recovery-image] Feb 28 10:00:07.169 INFO O| Feb 28 10:00:07.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
57372025-02-28T10:00:08.321Z[ recovery-image] Feb 28 10:00:07.169 INFO O| Feb 28 10:00:07.169 INFO STEP 360 (remove_files) COMPLETE
57382025-02-28T10:00:08.323Z[ recovery-image] Feb 28 10:00:07.169 INFO O| Feb 28 10:00:07.169 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-02-28T10:00:08.351Z[ recovery-image] Feb 28 10:00:07.199 INFO O| Feb 28 10:00:07.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
57402025-02-28T10:00:08.351Z[ recovery-image] Feb 28 10:00:07.199 INFO O| Feb 28 10:00:07.199 INFO STEP 361 (remove_files) COMPLETE
57412025-02-28T10:00:08.353Z[ recovery-image] Feb 28 10:00:07.199 INFO O| Feb 28 10:00:07.199 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-02-28T10:00:08.411Z[ recovery-image] Feb 28 10:00:07.259 INFO O| Feb 28 10:00:07.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
57432025-02-28T10:00:08.411Z[ recovery-image] Feb 28 10:00:07.259 INFO O| Feb 28 10:00:07.259 INFO STEP 362 (remove_files) COMPLETE
57442025-02-28T10:00:08.414Z[ recovery-image] Feb 28 10:00:07.260 INFO O| Feb 28 10:00:07.259 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-02-28T10:00:08.434Z[ recovery-image] Feb 28 10:00:07.283 INFO O| Feb 28 10:00:07.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
57462025-02-28T10:00:08.435Z[ recovery-image] Feb 28 10:00:07.283 INFO O| Feb 28 10:00:07.283 INFO STEP 363 (remove_files) COMPLETE
57472025-02-28T10:00:08.435Z[ recovery-image] Feb 28 10:00:07.283 INFO O| Feb 28 10:00:07.283 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-02-28T10:00:08.456Z[ recovery-image] Feb 28 10:00:07.304 INFO O| Feb 28 10:00:07.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57492025-02-28T10:00:08.456Z[ recovery-image] Feb 28 10:00:07.304 INFO O| Feb 28 10:00:07.304 INFO STEP 364 (remove_files) COMPLETE
57502025-02-28T10:00:08.456Z[ recovery-image] Feb 28 10:00:07.304 INFO O| Feb 28 10:00:07.304 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-02-28T10:00:08.477Z[ recovery-image] Feb 28 10:00:07.326 INFO O| Feb 28 10:00:07.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57522025-02-28T10:00:08.477Z[ recovery-image] Feb 28 10:00:07.326 INFO O| Feb 28 10:00:07.326 INFO STEP 365 (remove_files) COMPLETE
57532025-02-28T10:00:08.480Z[ recovery-image] Feb 28 10:00:07.326 INFO O| Feb 28 10:00:07.326 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-02-28T10:00:08.499Z[ recovery-image] Feb 28 10:00:07.347 INFO O| Feb 28 10:00:07.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57552025-02-28T10:00:08.500Z[ recovery-image] Feb 28 10:00:07.347 INFO O| Feb 28 10:00:07.347 INFO STEP 366 (remove_files) COMPLETE
57562025-02-28T10:00:08.500Z[ recovery-image] Feb 28 10:00:07.347 INFO O| Feb 28 10:00:07.347 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-02-28T10:00:08.596Z[ recovery-image] Feb 28 10:00:07.444 INFO O| Feb 28 10:00:07.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57582025-02-28T10:00:08.598Z[ recovery-image] Feb 28 10:00:07.444 INFO O| Feb 28 10:00:07.444 INFO STEP 367 (remove_files) COMPLETE
57592025-02-28T10:00:08.598Z[ recovery-image] Feb 28 10:00:07.445 INFO O| Feb 28 10:00:07.445 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-02-28T10:00:08.618Z[ recovery-image] Feb 28 10:00:07.467 INFO O| Feb 28 10:00:07.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57612025-02-28T10:00:08.621Z[ recovery-image] Feb 28 10:00:07.467 INFO O| Feb 28 10:00:07.467 INFO STEP 368 (remove_files) COMPLETE
57622025-02-28T10:00:08.621Z[ recovery-image] Feb 28 10:00:07.467 INFO O| Feb 28 10:00:07.467 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-02-28T10:00:08.639Z[ recovery-image] Feb 28 10:00:07.488 INFO O| Feb 28 10:00:07.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57642025-02-28T10:00:08.642Z[ recovery-image] Feb 28 10:00:07.488 INFO O| Feb 28 10:00:07.488 INFO STEP 369 (remove_files) COMPLETE
57652025-02-28T10:00:08.642Z[ recovery-image] Feb 28 10:00:07.488 INFO O| Feb 28 10:00:07.488 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-02-28T10:00:08.676Z[ recovery-image] Feb 28 10:00:07.524 INFO O| Feb 28 10:00:07.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57672025-02-28T10:00:08.679Z[ recovery-image] Feb 28 10:00:07.524 INFO O| Feb 28 10:00:07.524 INFO STEP 370 (remove_files) COMPLETE
57682025-02-28T10:00:08.679Z[ recovery-image] Feb 28 10:00:07.525 INFO O| Feb 28 10:00:07.524 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-28T10:00:08.743Z[ recovery-image] Feb 28 10:00:07.591 INFO O| Feb 28 10:00:07.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57702025-02-28T10:00:08.743Z[ recovery-image] Feb 28 10:00:07.591 INFO O| Feb 28 10:00:07.591 INFO STEP 371 (remove_files) COMPLETE
57712025-02-28T10:00:08.743Z[ recovery-image] Feb 28 10:00:07.591 INFO O| Feb 28 10:00:07.591 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-28T10:00:08.776Z[ recovery-image] Feb 28 10:00:07.624 INFO O| Feb 28 10:00:07.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57732025-02-28T10:00:08.776Z[ recovery-image] Feb 28 10:00:07.624 INFO O| Feb 28 10:00:07.624 INFO STEP 372 (remove_files) COMPLETE
57742025-02-28T10:00:08.779Z[ recovery-image] Feb 28 10:00:07.624 INFO O| Feb 28 10:00:07.624 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-28T10:00:08.812Z[ recovery-image] Feb 28 10:00:07.660 INFO O| Feb 28 10:00:07.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57762025-02-28T10:00:08.815Z[ recovery-image] Feb 28 10:00:07.660 INFO O| Feb 28 10:00:07.660 INFO STEP 373 (remove_files) COMPLETE
57772025-02-28T10:00:08.815Z[ recovery-image] Feb 28 10:00:07.660 INFO O| Feb 28 10:00:07.660 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-28T10:00:08.839Z[ host-image] Feb 28 10:00:07.687 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
57792025-02-28T10:00:08.857Z[ recovery-image] Feb 28 10:00:07.705 INFO O| Feb 28 10:00:07.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57802025-02-28T10:00:08.859Z[ recovery-image] Feb 28 10:00:07.705 INFO O| Feb 28 10:00:07.705 INFO STEP 374 (remove_files) COMPLETE
57812025-02-28T10:00:08.860Z[ recovery-image] Feb 28 10:00:07.705 INFO O| Feb 28 10:00:07.705 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-02-28T10:00:08.892Z[ recovery-image] Feb 28 10:00:07.741 INFO O| Feb 28 10:00:07.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57832025-02-28T10:00:08.895Z[ recovery-image] Feb 28 10:00:07.741 INFO O| Feb 28 10:00:07.741 INFO STEP 375 (remove_files) COMPLETE
57842025-02-28T10:00:08.895Z[ recovery-image] Feb 28 10:00:07.741 INFO O| Feb 28 10:00:07.741 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-02-28T10:00:08.913Z[ recovery-image] Feb 28 10:00:07.761 INFO O| Feb 28 10:00:07.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57862025-02-28T10:00:08.916Z[ recovery-image] Feb 28 10:00:07.761 INFO O| Feb 28 10:00:07.761 INFO STEP 376 (remove_files) COMPLETE
57872025-02-28T10:00:08.916Z[ recovery-image] Feb 28 10:00:07.762 INFO O| Feb 28 10:00:07.761 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-02-28T10:00:08.933Z[ recovery-image] Feb 28 10:00:07.781 INFO O| Feb 28 10:00:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57892025-02-28T10:00:08.936Z[ recovery-image] Feb 28 10:00:07.781 INFO O| Feb 28 10:00:07.781 INFO STEP 377 (remove_files) COMPLETE
57902025-02-28T10:00:08.936Z[ recovery-image] Feb 28 10:00:07.781 INFO O| Feb 28 10:00:07.781 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-02-28T10:00:08.971Z[ recovery-image] Feb 28 10:00:07.819 INFO O| Feb 28 10:00:07.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57922025-02-28T10:00:08.971Z[ recovery-image] Feb 28 10:00:07.819 INFO O| Feb 28 10:00:07.819 INFO STEP 378 (remove_files) COMPLETE
57932025-02-28T10:00:08.971Z[ recovery-image] Feb 28 10:00:07.819 INFO O| Feb 28 10:00:07.819 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-02-28T10:00:08.993Z[ recovery-image] Feb 28 10:00:07.841 INFO O| Feb 28 10:00:07.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57952025-02-28T10:00:08.996Z[ recovery-image] Feb 28 10:00:07.842 INFO O| Feb 28 10:00:07.841 INFO STEP 379 (remove_files) COMPLETE
57962025-02-28T10:00:08.996Z[ recovery-image] Feb 28 10:00:07.842 INFO O| Feb 28 10:00:07.842 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-02-28T10:00:09.027Z[ recovery-image] Feb 28 10:00:07.876 INFO O| Feb 28 10:00:07.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57982025-02-28T10:00:09.030Z[ recovery-image] Feb 28 10:00:07.876 INFO O| Feb 28 10:00:07.876 INFO STEP 380 (remove_files) COMPLETE
57992025-02-28T10:00:09.030Z[ recovery-image] Feb 28 10:00:07.876 INFO O| Feb 28 10:00:07.876 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-02-28T10:00:09.049Z[ recovery-image] Feb 28 10:00:07.898 INFO O| Feb 28 10:00:07.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
58012025-02-28T10:00:09.052Z[ recovery-image] Feb 28 10:00:07.898 INFO O| Feb 28 10:00:07.898 INFO STEP 381 (remove_files) COMPLETE
58022025-02-28T10:00:09.052Z[ recovery-image] Feb 28 10:00:07.898 INFO O| Feb 28 10:00:07.898 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-02-28T10:00:09.070Z[ recovery-image] Feb 28 10:00:07.919 INFO O| Feb 28 10:00:07.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
58042025-02-28T10:00:09.073Z[ recovery-image] Feb 28 10:00:07.919 INFO O| Feb 28 10:00:07.919 INFO STEP 382 (remove_files) COMPLETE
58052025-02-28T10:00:09.073Z[ recovery-image] Feb 28 10:00:07.919 INFO O| Feb 28 10:00:07.919 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-02-28T10:00:09.165Z[ recovery-image] Feb 28 10:00:08.014 INFO O| Feb 28 10:00:08.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
58072025-02-28T10:00:09.165Z[ recovery-image] Feb 28 10:00:08.014 INFO O| Feb 28 10:00:08.014 INFO STEP 383 (remove_files) COMPLETE
58082025-02-28T10:00:09.166Z[ recovery-image] Feb 28 10:00:08.014 INFO O| Feb 28 10:00:08.014 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-02-28T10:00:09.189Z[ recovery-image] Feb 28 10:00:08.037 INFO O| Feb 28 10:00:08.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
58102025-02-28T10:00:09.189Z[ recovery-image] Feb 28 10:00:08.037 INFO O| Feb 28 10:00:08.037 INFO STEP 384 (remove_files) COMPLETE
58112025-02-28T10:00:09.192Z[ recovery-image] Feb 28 10:00:08.037 INFO O| Feb 28 10:00:08.037 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-02-28T10:00:09.210Z[ recovery-image] Feb 28 10:00:08.059 INFO O| Feb 28 10:00:08.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
58132025-02-28T10:00:09.211Z[ recovery-image] Feb 28 10:00:08.059 INFO O| Feb 28 10:00:08.059 INFO STEP 385 (remove_files) COMPLETE
58142025-02-28T10:00:09.211Z[ recovery-image] Feb 28 10:00:08.059 INFO O| Feb 28 10:00:08.059 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-02-28T10:00:09.231Z[ recovery-image] Feb 28 10:00:08.079 INFO O| Feb 28 10:00:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
58162025-02-28T10:00:09.231Z[ recovery-image] Feb 28 10:00:08.079 INFO O| Feb 28 10:00:08.079 INFO STEP 386 (remove_files) COMPLETE
58172025-02-28T10:00:09.231Z[ recovery-image] Feb 28 10:00:08.079 INFO O| Feb 28 10:00:08.079 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-02-28T10:00:09.264Z[ recovery-image] Feb 28 10:00:08.112 INFO O| Feb 28 10:00:08.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
58192025-02-28T10:00:09.264Z[ recovery-image] Feb 28 10:00:08.112 INFO O| Feb 28 10:00:08.112 INFO STEP 387 (remove_files) COMPLETE
58202025-02-28T10:00:09.264Z[ recovery-image] Feb 28 10:00:08.112 INFO O| Feb 28 10:00:08.112 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-02-28T10:00:09.287Z[ recovery-image] Feb 28 10:00:08.135 INFO O| Feb 28 10:00:08.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
58222025-02-28T10:00:09.287Z[ recovery-image] Feb 28 10:00:08.135 INFO O| Feb 28 10:00:08.135 INFO STEP 388 (remove_files) COMPLETE
58232025-02-28T10:00:09.290Z[ recovery-image] Feb 28 10:00:08.135 INFO O| Feb 28 10:00:08.135 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-02-28T10:00:09.319Z[ recovery-image] Feb 28 10:00:08.167 INFO O| Feb 28 10:00:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
58252025-02-28T10:00:09.319Z[ recovery-image] Feb 28 10:00:08.167 INFO O| Feb 28 10:00:08.167 INFO STEP 389 (remove_files) COMPLETE
58262025-02-28T10:00:09.322Z[ recovery-image] Feb 28 10:00:08.167 INFO O| Feb 28 10:00:08.167 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-02-28T10:00:09.351Z[ recovery-image] Feb 28 10:00:08.199 INFO O| Feb 28 10:00:08.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
58282025-02-28T10:00:09.351Z[ recovery-image] Feb 28 10:00:08.199 INFO O| Feb 28 10:00:08.199 INFO STEP 390 (remove_files) COMPLETE
58292025-02-28T10:00:09.353Z[ recovery-image] Feb 28 10:00:08.199 INFO O| Feb 28 10:00:08.199 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-02-28T10:00:09.372Z[ recovery-image] Feb 28 10:00:08.220 INFO O| Feb 28 10:00:08.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
58312025-02-28T10:00:09.375Z[ recovery-image] Feb 28 10:00:08.220 INFO O| Feb 28 10:00:08.220 INFO STEP 391 (remove_files) COMPLETE
58322025-02-28T10:00:09.375Z[ recovery-image] Feb 28 10:00:08.220 INFO O| Feb 28 10:00:08.220 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-02-28T10:00:09.394Z[ recovery-image] Feb 28 10:00:08.242 INFO O| Feb 28 10:00:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
58342025-02-28T10:00:09.394Z[ recovery-image] Feb 28 10:00:08.242 INFO O| Feb 28 10:00:08.242 INFO STEP 392 (remove_files) COMPLETE
58352025-02-28T10:00:09.394Z[ recovery-image] Feb 28 10:00:08.242 INFO O| Feb 28 10:00:08.242 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-02-28T10:00:09.416Z[ recovery-image] Feb 28 10:00:08.265 INFO O| Feb 28 10:00:08.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
58372025-02-28T10:00:09.416Z[ recovery-image] Feb 28 10:00:08.265 INFO O| Feb 28 10:00:08.265 INFO STEP 393 (remove_files) COMPLETE
58382025-02-28T10:00:09.419Z[ recovery-image] Feb 28 10:00:08.265 INFO O| Feb 28 10:00:08.265 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-02-28T10:00:09.438Z[ recovery-image] Feb 28 10:00:08.286 INFO O| Feb 28 10:00:08.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
58402025-02-28T10:00:09.440Z[ recovery-image] Feb 28 10:00:08.286 INFO O| Feb 28 10:00:08.286 INFO STEP 394 (remove_files) COMPLETE
58412025-02-28T10:00:09.440Z[ recovery-image] Feb 28 10:00:08.286 INFO O| Feb 28 10:00:08.286 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-02-28T10:00:09.474Z[ recovery-image] Feb 28 10:00:08.322 INFO O| Feb 28 10:00:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
58432025-02-28T10:00:09.477Z[ recovery-image] Feb 28 10:00:08.323 INFO O| Feb 28 10:00:08.323 INFO STEP 395 (remove_files) COMPLETE
58442025-02-28T10:00:09.477Z[ recovery-image] Feb 28 10:00:08.323 INFO O| Feb 28 10:00:08.323 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-02-28T10:00:09.496Z[ recovery-image] Feb 28 10:00:08.344 INFO O| Feb 28 10:00:08.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
58462025-02-28T10:00:09.496Z[ recovery-image] Feb 28 10:00:08.345 INFO O| Feb 28 10:00:08.345 INFO STEP 396 (remove_files) COMPLETE
58472025-02-28T10:00:09.496Z[ recovery-image] Feb 28 10:00:08.345 INFO O| Feb 28 10:00:08.345 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-02-28T10:00:09.518Z[ recovery-image] Feb 28 10:00:08.365 INFO O| Feb 28 10:00:08.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
58492025-02-28T10:00:09.518Z[ recovery-image] Feb 28 10:00:08.365 INFO O| Feb 28 10:00:08.365 INFO STEP 397 (remove_files) COMPLETE
58502025-02-28T10:00:09.518Z[ recovery-image] Feb 28 10:00:08.365 INFO O| Feb 28 10:00:08.365 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-02-28T10:00:09.554Z[ recovery-image] Feb 28 10:00:08.402 INFO O| Feb 28 10:00:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58522025-02-28T10:00:09.556Z[ recovery-image] Feb 28 10:00:08.402 INFO O| Feb 28 10:00:08.402 INFO STEP 398 (remove_files) COMPLETE
58532025-02-28T10:00:09.556Z[ recovery-image] Feb 28 10:00:08.402 INFO O| Feb 28 10:00:08.402 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-02-28T10:00:09.635Z[ recovery-image] Feb 28 10:00:08.483 INFO O| Feb 28 10:00:08.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58552025-02-28T10:00:09.635Z[ recovery-image] Feb 28 10:00:08.483 INFO O| Feb 28 10:00:08.483 INFO STEP 399 (remove_files) COMPLETE
58562025-02-28T10:00:09.635Z[ recovery-image] Feb 28 10:00:08.484 INFO O| Feb 28 10:00:08.483 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-02-28T10:00:09.673Z[ recovery-image] Feb 28 10:00:08.521 INFO O| Feb 28 10:00:08.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58582025-02-28T10:00:09.693Z[ recovery-image] Feb 28 10:00:08.541 INFO O| Feb 28 10:00:08.541 INFO STEP 400 (remove_files) COMPLETE
58592025-02-28T10:00:09.693Z[ recovery-image] Feb 28 10:00:08.541 INFO O| Feb 28 10:00:08.541 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-02-28T10:00:09.765Z[ recovery-image] Feb 28 10:00:08.612 INFO O| Feb 28 10:00:08.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58612025-02-28T10:00:09.765Z[ recovery-image] Feb 28 10:00:08.612 INFO O| Feb 28 10:00:08.612 INFO STEP 401 (remove_files) COMPLETE
58622025-02-28T10:00:09.765Z[ recovery-image] Feb 28 10:00:08.612 INFO O| Feb 28 10:00:08.612 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-02-28T10:00:09.802Z[ recovery-image] Feb 28 10:00:08.649 INFO O| Feb 28 10:00:08.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58642025-02-28T10:00:09.802Z[ recovery-image] Feb 28 10:00:08.649 INFO O| Feb 28 10:00:08.649 INFO STEP 402 (remove_files) COMPLETE
58652025-02-28T10:00:09.802Z[ recovery-image] Feb 28 10:00:08.649 INFO O| Feb 28 10:00:08.649 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-02-28T10:00:09.861Z[ recovery-image] Feb 28 10:00:08.709 INFO O| Feb 28 10:00:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58672025-02-28T10:00:09.861Z[ recovery-image] Feb 28 10:00:08.709 INFO O| Feb 28 10:00:08.709 INFO STEP 403 (remove_files) COMPLETE
58682025-02-28T10:00:09.863Z[ recovery-image] Feb 28 10:00:08.709 INFO O| Feb 28 10:00:08.709 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-02-28T10:00:09.885Z[ recovery-image] Feb 28 10:00:08.732 INFO O| Feb 28 10:00:08.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58702025-02-28T10:00:09.885Z[ recovery-image] Feb 28 10:00:08.733 INFO O| Feb 28 10:00:08.733 INFO STEP 404 (remove_files) COMPLETE
58712025-02-28T10:00:09.885Z[ recovery-image] Feb 28 10:00:08.733 INFO O| Feb 28 10:00:08.733 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-02-28T10:00:09.923Z[ recovery-image] Feb 28 10:00:08.771 INFO O| Feb 28 10:00:08.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58732025-02-28T10:00:09.923Z[ recovery-image] Feb 28 10:00:08.771 INFO O| Feb 28 10:00:08.771 INFO STEP 405 (remove_files) COMPLETE
58742025-02-28T10:00:09.923Z[ recovery-image] Feb 28 10:00:08.771 INFO O| Feb 28 10:00:08.771 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-02-28T10:00:09.946Z[ recovery-image] Feb 28 10:00:08.793 INFO O| Feb 28 10:00:08.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58762025-02-28T10:00:09.946Z[ recovery-image] Feb 28 10:00:08.793 INFO O| Feb 28 10:00:08.793 INFO STEP 406 (remove_files) COMPLETE
58772025-02-28T10:00:09.946Z[ recovery-image] Feb 28 10:00:08.793 INFO O| Feb 28 10:00:08.793 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-02-28T10:00:09.967Z[ recovery-image] Feb 28 10:00:08.814 INFO O| Feb 28 10:00:08.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58792025-02-28T10:00:09.967Z[ recovery-image] Feb 28 10:00:08.815 INFO O| Feb 28 10:00:08.815 INFO STEP 407 (remove_files) COMPLETE
58802025-02-28T10:00:09.967Z[ recovery-image] Feb 28 10:00:08.815 INFO O| Feb 28 10:00:08.815 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-02-28T10:00:09.998Z[ recovery-image] Feb 28 10:00:08.846 INFO O| Feb 28 10:00:08.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58822025-02-28T10:00:10.001Z[ recovery-image] Feb 28 10:00:08.847 INFO O| Feb 28 10:00:08.846 INFO STEP 408 (remove_files) COMPLETE
58832025-02-28T10:00:10.001Z[ recovery-image] Feb 28 10:00:08.847 INFO O| Feb 28 10:00:08.847 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-02-28T10:00:10.023Z[ recovery-image] Feb 28 10:00:08.871 INFO O| Feb 28 10:00:08.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58852025-02-28T10:00:10.026Z[ recovery-image] Feb 28 10:00:08.872 INFO O| Feb 28 10:00:08.872 INFO STEP 409 (remove_files) COMPLETE
58862025-02-28T10:00:10.026Z[ recovery-image] Feb 28 10:00:08.872 INFO O| Feb 28 10:00:08.872 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-02-28T10:00:10.046Z[ recovery-image] Feb 28 10:00:08.894 INFO O| Feb 28 10:00:08.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58882025-02-28T10:00:10.049Z[ recovery-image] Feb 28 10:00:08.895 INFO O| Feb 28 10:00:08.895 INFO STEP 410 (remove_files) COMPLETE
58892025-02-28T10:00:10.049Z[ recovery-image] Feb 28 10:00:08.895 INFO O| Feb 28 10:00:08.895 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-02-28T10:00:10.094Z[ recovery-image] Feb 28 10:00:08.942 INFO O| Feb 28 10:00:08.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58912025-02-28T10:00:10.094Z[ recovery-image] Feb 28 10:00:08.943 INFO O| Feb 28 10:00:08.942 INFO STEP 411 (remove_files) COMPLETE
58922025-02-28T10:00:10.099Z[ recovery-image] Feb 28 10:00:08.943 INFO O| Feb 28 10:00:08.943 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-02-28T10:00:10.118Z[ recovery-image] Feb 28 10:00:08.967 INFO O| Feb 28 10:00:08.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58942025-02-28T10:00:10.118Z[ recovery-image] Feb 28 10:00:08.967 INFO O| Feb 28 10:00:08.967 INFO STEP 412 (remove_files) COMPLETE
58952025-02-28T10:00:10.118Z[ recovery-image] Feb 28 10:00:08.967 INFO O| Feb 28 10:00:08.967 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-28T10:00:10.152Z[ recovery-image] Feb 28 10:00:09.000 INFO O| Feb 28 10:00:09.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58972025-02-28T10:00:10.154Z[ recovery-image] Feb 28 10:00:09.000 INFO O| Feb 28 10:00:09.000 INFO STEP 413 (remove_files) COMPLETE
58982025-02-28T10:00:10.154Z[ recovery-image] Feb 28 10:00:09.000 INFO O| Feb 28 10:00:09.000 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-02-28T10:00:10.208Z[ recovery-image] Feb 28 10:00:09.056 INFO O| Feb 28 10:00:09.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
59002025-02-28T10:00:10.208Z[ recovery-image] Feb 28 10:00:09.056 INFO O| Feb 28 10:00:09.056 INFO STEP 414 (remove_files) COMPLETE
59012025-02-28T10:00:10.208Z[ recovery-image] Feb 28 10:00:09.056 INFO O| Feb 28 10:00:09.056 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-02-28T10:00:10.228Z[ recovery-image] Feb 28 10:00:09.076 INFO O| Feb 28 10:00:09.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
59032025-02-28T10:00:10.228Z[ recovery-image] Feb 28 10:00:09.076 INFO O| Feb 28 10:00:09.076 INFO STEP 415 (remove_files) COMPLETE
59042025-02-28T10:00:10.228Z[ recovery-image] Feb 28 10:00:09.076 INFO O| Feb 28 10:00:09.076 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-02-28T10:00:10.259Z[ recovery-image] Feb 28 10:00:09.107 INFO O| Feb 28 10:00:09.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
59062025-02-28T10:00:10.263Z[ recovery-image] Feb 28 10:00:09.108 INFO O| Feb 28 10:00:09.107 INFO STEP 416 (remove_files) COMPLETE
59072025-02-28T10:00:10.263Z[ recovery-image] Feb 28 10:00:09.108 INFO O| Feb 28 10:00:09.107 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-02-28T10:00:10.343Z[ recovery-image] Feb 28 10:00:09.192 INFO O| Feb 28 10:00:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
59092025-02-28T10:00:10.346Z[ recovery-image] Feb 28 10:00:09.192 INFO O| Feb 28 10:00:09.192 INFO STEP 417 (remove_files) COMPLETE
59102025-02-28T10:00:10.346Z[ recovery-image] Feb 28 10:00:09.192 INFO O| Feb 28 10:00:09.192 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-02-28T10:00:10.367Z[ recovery-image] Feb 28 10:00:09.216 INFO O| Feb 28 10:00:09.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
59122025-02-28T10:00:10.370Z[ recovery-image] Feb 28 10:00:09.216 INFO O| Feb 28 10:00:09.216 INFO STEP 418 (remove_files) COMPLETE
59132025-02-28T10:00:10.370Z[ recovery-image] Feb 28 10:00:09.216 INFO O| Feb 28 10:00:09.216 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-02-28T10:00:10.391Z[ recovery-image] Feb 28 10:00:09.240 INFO O| Feb 28 10:00:09.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
59152025-02-28T10:00:10.394Z[ recovery-image] Feb 28 10:00:09.240 INFO O| Feb 28 10:00:09.240 INFO STEP 419 (remove_files) COMPLETE
59162025-02-28T10:00:10.394Z[ recovery-image] Feb 28 10:00:09.240 INFO O| Feb 28 10:00:09.240 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-02-28T10:00:10.427Z[ recovery-image] Feb 28 10:00:09.276 INFO O| Feb 28 10:00:09.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
59182025-02-28T10:00:10.427Z[ recovery-image] Feb 28 10:00:09.276 INFO O| Feb 28 10:00:09.276 INFO STEP 420 (remove_files) COMPLETE
59192025-02-28T10:00:10.427Z[ recovery-image] Feb 28 10:00:09.276 INFO O| Feb 28 10:00:09.276 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-02-28T10:00:10.503Z[ recovery-image] Feb 28 10:00:09.352 INFO O| Feb 28 10:00:09.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
59212025-02-28T10:00:10.503Z[ recovery-image] Feb 28 10:00:09.352 INFO O| Feb 28 10:00:09.352 INFO STEP 421 (remove_files) COMPLETE
59222025-02-28T10:00:10.503Z[ recovery-image] Feb 28 10:00:09.352 INFO O| Feb 28 10:00:09.352 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-02-28T10:00:10.545Z[ recovery-image] Feb 28 10:00:09.394 INFO O| Feb 28 10:00:09.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
59242025-02-28T10:00:10.545Z[ recovery-image] Feb 28 10:00:09.394 INFO O| Feb 28 10:00:09.394 INFO STEP 422 (remove_files) COMPLETE
59252025-02-28T10:00:10.545Z[ recovery-image] Feb 28 10:00:09.394 INFO O| Feb 28 10:00:09.394 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-02-28T10:00:10.571Z[ recovery-image] Feb 28 10:00:09.419 INFO O| Feb 28 10:00:09.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
59272025-02-28T10:00:10.571Z[ recovery-image] Feb 28 10:00:09.419 INFO O| Feb 28 10:00:09.419 INFO STEP 423 (remove_files) COMPLETE
59282025-02-28T10:00:10.573Z[ recovery-image] Feb 28 10:00:09.419 INFO O| Feb 28 10:00:09.419 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-02-28T10:00:10.654Z[ recovery-image] Feb 28 10:00:09.502 INFO O| Feb 28 10:00:09.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
59302025-02-28T10:00:10.657Z[ recovery-image] Feb 28 10:00:09.503 INFO O| Feb 28 10:00:09.503 INFO STEP 424 (remove_files) COMPLETE
59312025-02-28T10:00:10.657Z[ recovery-image] Feb 28 10:00:09.503 INFO O| Feb 28 10:00:09.503 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-02-28T10:00:10.680Z[ recovery-image] Feb 28 10:00:09.528 INFO O| Feb 28 10:00:09.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
59332025-02-28T10:00:10.680Z[ recovery-image] Feb 28 10:00:09.529 INFO O| Feb 28 10:00:09.529 INFO STEP 425 (remove_files) COMPLETE
59342025-02-28T10:00:10.680Z[ recovery-image] Feb 28 10:00:09.529 INFO O| Feb 28 10:00:09.529 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-02-28T10:00:10.706Z[ recovery-image] Feb 28 10:00:09.554 INFO O| Feb 28 10:00:09.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
59362025-02-28T10:00:10.706Z[ recovery-image] Feb 28 10:00:09.555 INFO O| Feb 28 10:00:09.555 INFO STEP 426 (remove_files) COMPLETE
59372025-02-28T10:00:10.709Z[ recovery-image] Feb 28 10:00:09.555 INFO O| Feb 28 10:00:09.555 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-02-28T10:00:10.760Z[ recovery-image] Feb 28 10:00:09.608 INFO O| Feb 28 10:00:09.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
59392025-02-28T10:00:10.760Z[ recovery-image] Feb 28 10:00:09.608 INFO O| Feb 28 10:00:09.608 INFO STEP 427 (remove_files) COMPLETE
59402025-02-28T10:00:10.760Z[ recovery-image] Feb 28 10:00:09.608 INFO O| Feb 28 10:00:09.608 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-02-28T10:00:10.783Z[ recovery-image] Feb 28 10:00:09.631 INFO O| Feb 28 10:00:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
59422025-02-28T10:00:10.783Z[ recovery-image] Feb 28 10:00:09.632 INFO O| Feb 28 10:00:09.631 INFO STEP 428 (remove_files) COMPLETE
59432025-02-28T10:00:10.783Z[ recovery-image] Feb 28 10:00:09.632 INFO O| Feb 28 10:00:09.631 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-02-28T10:00:10.823Z[ recovery-image] Feb 28 10:00:09.670 INFO O| Feb 28 10:00:09.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
59452025-02-28T10:00:10.828Z[ recovery-image] Feb 28 10:00:09.670 INFO O| Feb 28 10:00:09.670 INFO STEP 429 (remove_files) COMPLETE
59462025-02-28T10:00:10.828Z[ recovery-image] Feb 28 10:00:09.670 INFO O| Feb 28 10:00:09.670 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-02-28T10:00:10.862Z[ recovery-image] Feb 28 10:00:09.711 INFO O| Feb 28 10:00:09.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59482025-02-28T10:00:10.863Z[ recovery-image] Feb 28 10:00:09.711 INFO O| Feb 28 10:00:09.711 INFO STEP 430 (remove_files) COMPLETE
59492025-02-28T10:00:10.863Z[ recovery-image] Feb 28 10:00:09.711 INFO O| Feb 28 10:00:09.711 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-28T10:00:10.925Z[ recovery-image] Feb 28 10:00:09.771 INFO O| Feb 28 10:00:09.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59512025-02-28T10:00:10.925Z[ recovery-image] Feb 28 10:00:09.771 INFO O| Feb 28 10:00:09.771 INFO STEP 431 (remove_files) COMPLETE
59522025-02-28T10:00:10.925Z[ recovery-image] Feb 28 10:00:09.771 INFO O| Feb 28 10:00:09.771 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-02-28T10:00:10.965Z[ recovery-image] Feb 28 10:00:09.812 INFO O| Feb 28 10:00:09.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59542025-02-28T10:00:10.965Z[ recovery-image] Feb 28 10:00:09.812 INFO O| Feb 28 10:00:09.812 INFO STEP 432 (remove_files) COMPLETE
59552025-02-28T10:00:10.965Z[ recovery-image] Feb 28 10:00:09.812 INFO O| Feb 28 10:00:09.812 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-02-28T10:00:11.021Z[ recovery-image] Feb 28 10:00:09.869 INFO O| Feb 28 10:00:09.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59572025-02-28T10:00:11.024Z[ recovery-image] Feb 28 10:00:09.869 INFO O| Feb 28 10:00:09.869 INFO STEP 433 (remove_files) COMPLETE
59582025-02-28T10:00:11.024Z[ recovery-image] Feb 28 10:00:09.869 INFO O| Feb 28 10:00:09.869 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-28T10:00:11.046Z[ recovery-image] Feb 28 10:00:09.894 INFO O| Feb 28 10:00:09.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59602025-02-28T10:00:11.046Z[ recovery-image] Feb 28 10:00:09.894 INFO O| Feb 28 10:00:09.894 INFO STEP 434 (remove_files) COMPLETE
59612025-02-28T10:00:11.046Z[ recovery-image] Feb 28 10:00:09.894 INFO O| Feb 28 10:00:09.894 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-28T10:00:11.105Z[ recovery-image] Feb 28 10:00:09.952 INFO O| Feb 28 10:00:09.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59632025-02-28T10:00:11.105Z[ recovery-image] Feb 28 10:00:09.952 INFO O| Feb 28 10:00:09.952 INFO STEP 435 (remove_files) COMPLETE
59642025-02-28T10:00:11.105Z[ recovery-image] Feb 28 10:00:09.952 INFO O| Feb 28 10:00:09.952 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-28T10:00:11.145Z[ recovery-image] Feb 28 10:00:09.992 INFO O| Feb 28 10:00:09.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59662025-02-28T10:00:11.145Z[ recovery-image] Feb 28 10:00:09.992 INFO O| Feb 28 10:00:09.992 INFO STEP 436 (remove_files) COMPLETE
59672025-02-28T10:00:11.145Z[ recovery-image] Feb 28 10:00:09.992 INFO O| Feb 28 10:00:09.992 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-28T10:00:11.169Z[ recovery-image] Feb 28 10:00:10.017 INFO O| Feb 28 10:00:10.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59692025-02-28T10:00:11.180Z[ recovery-image] Feb 28 10:00:10.027 INFO O| Feb 28 10:00:10.027 INFO STEP 437 (remove_files) COMPLETE
59702025-02-28T10:00:11.180Z[ recovery-image] Feb 28 10:00:10.027 INFO O| Feb 28 10:00:10.027 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-02-28T10:00:11.214Z[ recovery-image] Feb 28 10:00:10.063 INFO O| Feb 28 10:00:10.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59722025-02-28T10:00:11.215Z[ recovery-image] Feb 28 10:00:10.063 INFO O| Feb 28 10:00:10.063 INFO STEP 438 (remove_files) COMPLETE
59732025-02-28T10:00:11.215Z[ recovery-image] Feb 28 10:00:10.063 INFO O| Feb 28 10:00:10.063 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-02-28T10:00:11.245Z[ recovery-image] Feb 28 10:00:10.093 INFO O| Feb 28 10:00:10.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59752025-02-28T10:00:11.249Z[ recovery-image] Feb 28 10:00:10.094 INFO O| Feb 28 10:00:10.093 INFO STEP 439 (remove_files) COMPLETE
59762025-02-28T10:00:11.249Z[ recovery-image] Feb 28 10:00:10.094 INFO O| Feb 28 10:00:10.093 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-02-28T10:00:11.304Z[ recovery-image] Feb 28 10:00:10.153 INFO O| Feb 28 10:00:10.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59782025-02-28T10:00:11.308Z[ recovery-image] Feb 28 10:00:10.153 INFO O| Feb 28 10:00:10.153 INFO STEP 440 (remove_files) COMPLETE
59792025-02-28T10:00:11.308Z[ recovery-image] Feb 28 10:00:10.153 INFO O| Feb 28 10:00:10.153 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-02-28T10:00:11.327Z[ recovery-image] Feb 28 10:00:10.175 INFO O| Feb 28 10:00:10.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59812025-02-28T10:00:11.330Z[ recovery-image] Feb 28 10:00:10.175 INFO O| Feb 28 10:00:10.175 INFO STEP 441 (remove_files) COMPLETE
59822025-02-28T10:00:11.330Z[ recovery-image] Feb 28 10:00:10.175 INFO O| Feb 28 10:00:10.175 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-02-28T10:00:11.348Z[ recovery-image] Feb 28 10:00:10.196 INFO O| Feb 28 10:00:10.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59842025-02-28T10:00:11.348Z[ recovery-image] Feb 28 10:00:10.196 INFO O| Feb 28 10:00:10.196 INFO STEP 442 (remove_files) COMPLETE
59852025-02-28T10:00:11.348Z[ recovery-image] Feb 28 10:00:10.196 INFO O| Feb 28 10:00:10.196 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-02-28T10:00:11.369Z[ recovery-image] Feb 28 10:00:10.218 INFO O| Feb 28 10:00:10.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59872025-02-28T10:00:11.369Z[ recovery-image] Feb 28 10:00:10.218 INFO O| Feb 28 10:00:10.218 INFO STEP 443 (remove_files) COMPLETE
59882025-02-28T10:00:11.369Z[ recovery-image] Feb 28 10:00:10.218 INFO O| Feb 28 10:00:10.218 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-02-28T10:00:11.390Z[ recovery-image] Feb 28 10:00:10.238 INFO O| Feb 28 10:00:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59902025-02-28T10:00:11.390Z[ recovery-image] Feb 28 10:00:10.239 INFO O| Feb 28 10:00:10.238 INFO STEP 444 (remove_files) COMPLETE
59912025-02-28T10:00:11.390Z[ recovery-image] Feb 28 10:00:10.239 INFO O| Feb 28 10:00:10.238 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-02-28T10:00:11.411Z[ recovery-image] Feb 28 10:00:10.260 INFO O| Feb 28 10:00:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59932025-02-28T10:00:11.411Z[ recovery-image] Feb 28 10:00:10.260 INFO O| Feb 28 10:00:10.260 INFO STEP 445 (remove_files) COMPLETE
59942025-02-28T10:00:11.411Z[ recovery-image] Feb 28 10:00:10.260 INFO O| Feb 28 10:00:10.260 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-02-28T10:00:11.433Z[ recovery-image] Feb 28 10:00:10.282 INFO O| Feb 28 10:00:10.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59962025-02-28T10:00:11.434Z[ recovery-image] Feb 28 10:00:10.282 INFO O| Feb 28 10:00:10.282 INFO STEP 446 (remove_files) COMPLETE
59972025-02-28T10:00:11.434Z[ recovery-image] Feb 28 10:00:10.282 INFO O| Feb 28 10:00:10.282 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-02-28T10:00:11.455Z[ recovery-image] Feb 28 10:00:10.303 INFO O| Feb 28 10:00:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59992025-02-28T10:00:11.458Z[ recovery-image] Feb 28 10:00:10.303 INFO O| Feb 28 10:00:10.303 INFO STEP 447 (remove_files) COMPLETE
60002025-02-28T10:00:11.458Z[ recovery-image] Feb 28 10:00:10.304 INFO O| Feb 28 10:00:10.303 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-02-28T10:00:11.493Z[ recovery-image] Feb 28 10:00:10.341 INFO O| Feb 28 10:00:10.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
60022025-02-28T10:00:11.494Z[ recovery-image] Feb 28 10:00:10.341 INFO O| Feb 28 10:00:10.341 INFO STEP 448 (remove_files) COMPLETE
60032025-02-28T10:00:11.494Z[ recovery-image] Feb 28 10:00:10.341 INFO O| Feb 28 10:00:10.341 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-02-28T10:00:11.549Z[ recovery-image] Feb 28 10:00:10.397 INFO O| Feb 28 10:00:10.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
60052025-02-28T10:00:11.551Z[ recovery-image] Feb 28 10:00:10.397 INFO O| Feb 28 10:00:10.397 INFO STEP 449 (remove_files) COMPLETE
60062025-02-28T10:00:11.552Z[ recovery-image] Feb 28 10:00:10.397 INFO O| Feb 28 10:00:10.397 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-02-28T10:00:11.585Z[ recovery-image] Feb 28 10:00:10.433 INFO O| Feb 28 10:00:10.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
60082025-02-28T10:00:11.588Z[ recovery-image] Feb 28 10:00:10.433 INFO O| Feb 28 10:00:10.433 INFO STEP 450 (remove_files) COMPLETE
60092025-02-28T10:00:11.588Z[ recovery-image] Feb 28 10:00:10.434 INFO O| Feb 28 10:00:10.434 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-02-28T10:00:11.607Z[ recovery-image] Feb 28 10:00:10.455 INFO O| Feb 28 10:00:10.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
60112025-02-28T10:00:11.610Z[ recovery-image] Feb 28 10:00:10.455 INFO O| Feb 28 10:00:10.455 INFO STEP 451 (remove_files) COMPLETE
60122025-02-28T10:00:11.610Z[ recovery-image] Feb 28 10:00:10.455 INFO O| Feb 28 10:00:10.455 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-02-28T10:00:11.690Z[ recovery-image] Feb 28 10:00:10.538 INFO O| Feb 28 10:00:10.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
60142025-02-28T10:00:11.690Z[ recovery-image] Feb 28 10:00:10.538 INFO O| Feb 28 10:00:10.538 INFO STEP 452 (remove_files) COMPLETE
60152025-02-28T10:00:11.690Z[ recovery-image] Feb 28 10:00:10.538 INFO O| Feb 28 10:00:10.538 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-02-28T10:00:11.713Z[ recovery-image] Feb 28 10:00:10.561 INFO O| Feb 28 10:00:10.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
60172025-02-28T10:00:11.713Z[ recovery-image] Feb 28 10:00:10.562 INFO O| Feb 28 10:00:10.561 INFO STEP 453 (remove_files) COMPLETE
60182025-02-28T10:00:11.713Z[ recovery-image] Feb 28 10:00:10.562 INFO O| Feb 28 10:00:10.561 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-02-28T10:00:11.746Z[ recovery-image] Feb 28 10:00:10.594 INFO O| Feb 28 10:00:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
60202025-02-28T10:00:11.746Z[ recovery-image] Feb 28 10:00:10.594 INFO O| Feb 28 10:00:10.594 INFO STEP 454 (remove_files) COMPLETE
60212025-02-28T10:00:11.746Z[ recovery-image] Feb 28 10:00:10.594 INFO O| Feb 28 10:00:10.594 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-02-28T10:00:11.771Z[ recovery-image] Feb 28 10:00:10.619 INFO O| Feb 28 10:00:10.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
60232025-02-28T10:00:11.771Z[ recovery-image] Feb 28 10:00:10.619 INFO O| Feb 28 10:00:10.619 INFO STEP 455 (remove_files) COMPLETE
60242025-02-28T10:00:11.774Z[ recovery-image] Feb 28 10:00:10.619 INFO O| Feb 28 10:00:10.619 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-02-28T10:00:11.795Z[ recovery-image] Feb 28 10:00:10.643 INFO O| Feb 28 10:00:10.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
60262025-02-28T10:00:11.797Z[ recovery-image] Feb 28 10:00:10.643 INFO O| Feb 28 10:00:10.643 INFO STEP 456 (remove_files) COMPLETE
60272025-02-28T10:00:11.798Z[ recovery-image] Feb 28 10:00:10.643 INFO O| Feb 28 10:00:10.643 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-02-28T10:00:11.914Z[ recovery-image] Feb 28 10:00:10.762 INFO O| Feb 28 10:00:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
60292025-02-28T10:00:11.914Z[ recovery-image] Feb 28 10:00:10.762 INFO O| Feb 28 10:00:10.762 INFO STEP 457 (remove_files) COMPLETE
60302025-02-28T10:00:11.914Z[ recovery-image] Feb 28 10:00:10.762 INFO O| Feb 28 10:00:10.762 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-28T10:00:11.980Z[ recovery-image] Feb 28 10:00:10.828 INFO O| Feb 28 10:00:10.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
60322025-02-28T10:00:11.980Z[ recovery-image] Feb 28 10:00:10.828 INFO O| Feb 28 10:00:10.828 INFO STEP 458 (remove_files) COMPLETE
60332025-02-28T10:00:11.980Z[ recovery-image] Feb 28 10:00:10.828 INFO O| Feb 28 10:00:10.828 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-28T10:00:12.016Z[ recovery-image] Feb 28 10:00:10.864 INFO O| Feb 28 10:00:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60352025-02-28T10:00:12.016Z[ recovery-image] Feb 28 10:00:10.865 INFO O| Feb 28 10:00:10.865 INFO STEP 459 (remove_files) COMPLETE
60362025-02-28T10:00:12.016Z[ recovery-image] Feb 28 10:00:10.865 INFO O| Feb 28 10:00:10.865 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-28T10:00:12.037Z[ recovery-image] Feb 28 10:00:10.885 INFO O| Feb 28 10:00:10.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60382025-02-28T10:00:12.037Z[ recovery-image] Feb 28 10:00:10.885 INFO O| Feb 28 10:00:10.885 INFO STEP 460 (remove_files) COMPLETE
60392025-02-28T10:00:12.039Z[ recovery-image] Feb 28 10:00:10.885 INFO O| Feb 28 10:00:10.885 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-02-28T10:00:12.058Z[ recovery-image] Feb 28 10:00:10.906 INFO O| Feb 28 10:00:10.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60412025-02-28T10:00:12.058Z[ recovery-image] Feb 28 10:00:10.906 INFO O| Feb 28 10:00:10.906 INFO STEP 461 (remove_files) COMPLETE
60422025-02-28T10:00:12.058Z[ recovery-image] Feb 28 10:00:10.906 INFO O| Feb 28 10:00:10.906 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-02-28T10:00:12.081Z[ recovery-image] Feb 28 10:00:10.929 INFO O| Feb 28 10:00:10.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60442025-02-28T10:00:12.081Z[ recovery-image] Feb 28 10:00:10.930 INFO O| Feb 28 10:00:10.930 INFO STEP 462 (remove_files) COMPLETE
60452025-02-28T10:00:12.081Z[ recovery-image] Feb 28 10:00:10.930 INFO O| Feb 28 10:00:10.930 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-02-28T10:00:12.105Z[ recovery-image] Feb 28 10:00:10.954 INFO O| Feb 28 10:00:10.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60472025-02-28T10:00:12.105Z[ recovery-image] Feb 28 10:00:10.954 INFO O| Feb 28 10:00:10.954 INFO STEP 463 (remove_files) COMPLETE
60482025-02-28T10:00:12.105Z[ recovery-image] Feb 28 10:00:10.954 INFO O| Feb 28 10:00:10.954 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-02-28T10:00:12.129Z[ recovery-image] Feb 28 10:00:10.978 INFO O| Feb 28 10:00:10.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60502025-02-28T10:00:12.133Z[ recovery-image] Feb 28 10:00:10.978 INFO O| Feb 28 10:00:10.978 INFO STEP 464 (remove_files) COMPLETE
60512025-02-28T10:00:12.133Z[ recovery-image] Feb 28 10:00:10.978 INFO O| Feb 28 10:00:10.978 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-02-28T10:00:12.154Z[ recovery-image] Feb 28 10:00:11.002 INFO O| Feb 28 10:00:11.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60532025-02-28T10:00:12.154Z[ recovery-image] Feb 28 10:00:11.003 INFO O| Feb 28 10:00:11.003 INFO STEP 465 (remove_files) COMPLETE
60542025-02-28T10:00:12.154Z[ recovery-image] Feb 28 10:00:11.003 INFO O| Feb 28 10:00:11.003 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-02-28T10:00:12.204Z[ recovery-image] Feb 28 10:00:11.025 INFO O| Feb 28 10:00:11.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60562025-02-28T10:00:12.205Z[ recovery-image] Feb 28 10:00:11.025 INFO O| Feb 28 10:00:11.025 INFO STEP 466 (remove_files) COMPLETE
60572025-02-28T10:00:12.205Z[ recovery-image] Feb 28 10:00:11.025 INFO O| Feb 28 10:00:11.025 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-02-28T10:00:12.234Z[ recovery-image] Feb 28 10:00:11.083 INFO O| Feb 28 10:00:11.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60592025-02-28T10:00:12.234Z[ recovery-image] Feb 28 10:00:11.083 INFO O| Feb 28 10:00:11.083 INFO STEP 467 (remove_files) COMPLETE
60602025-02-28T10:00:12.234Z[ recovery-image] Feb 28 10:00:11.083 INFO O| Feb 28 10:00:11.083 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-02-28T10:00:12.288Z[ recovery-image] Feb 28 10:00:11.136 INFO O| Feb 28 10:00:11.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60622025-02-28T10:00:12.290Z[ recovery-image] Feb 28 10:00:11.137 INFO O| Feb 28 10:00:11.137 INFO STEP 468 (remove_files) COMPLETE
60632025-02-28T10:00:12.290Z[ recovery-image] Feb 28 10:00:11.137 INFO O| Feb 28 10:00:11.137 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-28T10:00:12.310Z[ recovery-image] Feb 28 10:00:11.158 INFO O| Feb 28 10:00:11.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60652025-02-28T10:00:12.310Z[ recovery-image] Feb 28 10:00:11.158 INFO O| Feb 28 10:00:11.158 INFO STEP 469 (remove_files) COMPLETE
60662025-02-28T10:00:12.310Z[ recovery-image] Feb 28 10:00:11.158 INFO O| Feb 28 10:00:11.158 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-02-28T10:00:12.330Z[ recovery-image] Feb 28 10:00:11.179 INFO O| Feb 28 10:00:11.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60682025-02-28T10:00:12.332Z[ recovery-image] Feb 28 10:00:11.179 INFO O| Feb 28 10:00:11.179 INFO STEP 470 (remove_files) COMPLETE
60692025-02-28T10:00:12.332Z[ recovery-image] Feb 28 10:00:11.179 INFO O| Feb 28 10:00:11.179 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-02-28T10:00:12.370Z[ recovery-image] Feb 28 10:00:11.218 INFO O| Feb 28 10:00:11.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60712025-02-28T10:00:12.372Z[ recovery-image] Feb 28 10:00:11.219 INFO O| Feb 28 10:00:11.219 INFO STEP 471 (remove_files) COMPLETE
60722025-02-28T10:00:12.372Z[ recovery-image] Feb 28 10:00:11.219 INFO O| Feb 28 10:00:11.219 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-28T10:00:12.392Z[ recovery-image] Feb 28 10:00:11.240 INFO O| Feb 28 10:00:11.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60742025-02-28T10:00:12.392Z[ recovery-image] Feb 28 10:00:11.240 INFO O| Feb 28 10:00:11.240 INFO STEP 472 (remove_files) COMPLETE
60752025-02-28T10:00:12.392Z[ recovery-image] Feb 28 10:00:11.240 INFO O| Feb 28 10:00:11.240 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-28T10:00:12.431Z[ recovery-image] Feb 28 10:00:11.279 INFO O| Feb 28 10:00:11.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60772025-02-28T10:00:12.431Z[ recovery-image] Feb 28 10:00:11.279 INFO O| Feb 28 10:00:11.279 INFO STEP 473 (remove_files) COMPLETE
60782025-02-28T10:00:12.431Z[ recovery-image] Feb 28 10:00:11.279 INFO O| Feb 28 10:00:11.279 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-28T10:00:12.505Z[ recovery-image] Feb 28 10:00:11.353 INFO O| Feb 28 10:00:11.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60802025-02-28T10:00:12.505Z[ recovery-image] Feb 28 10:00:11.353 INFO O| Feb 28 10:00:11.353 INFO STEP 474 (remove_files) COMPLETE
60812025-02-28T10:00:12.505Z[ recovery-image] Feb 28 10:00:11.353 INFO O| Feb 28 10:00:11.353 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-28T10:00:12.538Z[ recovery-image] Feb 28 10:00:11.386 INFO O| Feb 28 10:00:11.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60832025-02-28T10:00:12.538Z[ recovery-image] Feb 28 10:00:11.386 INFO O| Feb 28 10:00:11.386 INFO STEP 475 (remove_files) COMPLETE
60842025-02-28T10:00:12.538Z[ recovery-image] Feb 28 10:00:11.386 INFO O| Feb 28 10:00:11.386 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-28T10:00:12.605Z[ recovery-image] Feb 28 10:00:11.453 INFO O| Feb 28 10:00:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60862025-02-28T10:00:12.607Z[ recovery-image] Feb 28 10:00:11.453 INFO O| Feb 28 10:00:11.453 INFO STEP 476 (remove_files) COMPLETE
60872025-02-28T10:00:12.607Z[ recovery-image] Feb 28 10:00:11.453 INFO O| Feb 28 10:00:11.453 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-28T10:00:12.714Z[ recovery-image] Feb 28 10:00:11.562 INFO O| Feb 28 10:00:11.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60892025-02-28T10:00:12.714Z[ recovery-image] Feb 28 10:00:11.562 INFO O| Feb 28 10:00:11.562 INFO STEP 477 (remove_files) COMPLETE
60902025-02-28T10:00:12.714Z[ recovery-image] Feb 28 10:00:11.562 INFO O| Feb 28 10:00:11.562 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-02-28T10:00:12.773Z[ recovery-image] Feb 28 10:00:11.621 INFO O| Feb 28 10:00:11.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60922025-02-28T10:00:12.784Z[ recovery-image] Feb 28 10:00:11.632 INFO O| Feb 28 10:00:11.632 INFO STEP 478 (remove_files) COMPLETE
60932025-02-28T10:00:12.784Z[ recovery-image] Feb 28 10:00:11.632 INFO O| Feb 28 10:00:11.632 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-02-28T10:00:12.820Z[ recovery-image] Feb 28 10:00:11.667 INFO O| Feb 28 10:00:11.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60952025-02-28T10:00:12.820Z[ recovery-image] Feb 28 10:00:11.667 INFO O| Feb 28 10:00:11.667 INFO STEP 479 (remove_files) COMPLETE
60962025-02-28T10:00:12.820Z[ recovery-image] Feb 28 10:00:11.667 INFO O| Feb 28 10:00:11.667 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-02-28T10:00:12.841Z[ recovery-image] Feb 28 10:00:11.689 INFO O| Feb 28 10:00:11.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60982025-02-28T10:00:12.841Z[ recovery-image] Feb 28 10:00:11.690 INFO O| Feb 28 10:00:11.690 INFO STEP 480 (remove_files) COMPLETE
60992025-02-28T10:00:12.843Z[ recovery-image] Feb 28 10:00:11.690 INFO O| Feb 28 10:00:11.690 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-02-28T10:00:12.863Z[ recovery-image] Feb 28 10:00:11.711 INFO O| Feb 28 10:00:11.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
61012025-02-28T10:00:12.863Z[ recovery-image] Feb 28 10:00:11.711 INFO O| Feb 28 10:00:11.711 INFO STEP 481 (remove_files) COMPLETE
61022025-02-28T10:00:12.863Z[ recovery-image] Feb 28 10:00:11.711 INFO O| Feb 28 10:00:11.711 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-02-28T10:00:12.884Z[ recovery-image] Feb 28 10:00:11.732 INFO O| Feb 28 10:00:11.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
61042025-02-28T10:00:12.910Z[ recovery-image] Feb 28 10:00:11.757 INFO O| Feb 28 10:00:11.757 INFO STEP 482 (remove_files) COMPLETE
61052025-02-28T10:00:12.910Z[ recovery-image] Feb 28 10:00:11.757 INFO O| Feb 28 10:00:11.757 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-02-28T10:00:12.951Z[ recovery-image] Feb 28 10:00:11.799 INFO O| Feb 28 10:00:11.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
61072025-02-28T10:00:12.954Z[ recovery-image] Feb 28 10:00:11.800 INFO O| Feb 28 10:00:11.800 INFO STEP 483 (remove_files) COMPLETE
61082025-02-28T10:00:12.954Z[ recovery-image] Feb 28 10:00:11.800 INFO O| Feb 28 10:00:11.800 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-02-28T10:00:12.981Z[ recovery-image] Feb 28 10:00:11.830 INFO O| Feb 28 10:00:11.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
61102025-02-28T10:00:12.981Z[ recovery-image] Feb 28 10:00:11.830 INFO O| Feb 28 10:00:11.830 INFO STEP 484 (remove_files) COMPLETE
61112025-02-28T10:00:12.981Z[ recovery-image] Feb 28 10:00:11.830 INFO O| Feb 28 10:00:11.830 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-02-28T10:00:13.006Z[ recovery-image] Feb 28 10:00:11.854 INFO O| Feb 28 10:00:11.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
61132025-02-28T10:00:13.006Z[ recovery-image] Feb 28 10:00:11.854 INFO O| Feb 28 10:00:11.854 INFO STEP 485 (remove_files) COMPLETE
61142025-02-28T10:00:13.008Z[ recovery-image] Feb 28 10:00:11.854 INFO O| Feb 28 10:00:11.854 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-02-28T10:00:13.031Z[ recovery-image] Feb 28 10:00:11.879 INFO O| Feb 28 10:00:11.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
61162025-02-28T10:00:13.031Z[ recovery-image] Feb 28 10:00:11.879 INFO O| Feb 28 10:00:11.879 INFO STEP 486 (remove_files) COMPLETE
61172025-02-28T10:00:13.031Z[ recovery-image] Feb 28 10:00:11.879 INFO O| Feb 28 10:00:11.879 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-02-28T10:00:13.069Z[ recovery-image] Feb 28 10:00:11.917 INFO O| Feb 28 10:00:11.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
61192025-02-28T10:00:13.069Z[ recovery-image] Feb 28 10:00:11.917 INFO O| Feb 28 10:00:11.917 INFO STEP 487 (remove_files) COMPLETE
61202025-02-28T10:00:13.069Z[ recovery-image] Feb 28 10:00:11.917 INFO O| Feb 28 10:00:11.917 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-02-28T10:00:13.125Z[ recovery-image] Feb 28 10:00:11.973 INFO O| Feb 28 10:00:11.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
61222025-02-28T10:00:13.125Z[ recovery-image] Feb 28 10:00:11.973 INFO O| Feb 28 10:00:11.973 INFO STEP 488 (remove_files) COMPLETE
61232025-02-28T10:00:13.125Z[ recovery-image] Feb 28 10:00:11.973 INFO O| Feb 28 10:00:11.973 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-02-28T10:00:13.150Z[ recovery-image] Feb 28 10:00:11.998 INFO O| Feb 28 10:00:11.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
61252025-02-28T10:00:13.150Z[ recovery-image] Feb 28 10:00:11.998 INFO O| Feb 28 10:00:11.998 INFO STEP 489 (remove_files) COMPLETE
61262025-02-28T10:00:13.153Z[ recovery-image] Feb 28 10:00:11.998 INFO O| Feb 28 10:00:11.998 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-02-28T10:00:13.176Z[ recovery-image] Feb 28 10:00:12.023 INFO O| Feb 28 10:00:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
61282025-02-28T10:00:13.176Z[ recovery-image] Feb 28 10:00:12.023 INFO O| Feb 28 10:00:12.023 INFO STEP 490 (remove_files) COMPLETE
61292025-02-28T10:00:13.176Z[ recovery-image] Feb 28 10:00:12.023 INFO O| Feb 28 10:00:12.023 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-02-28T10:00:13.199Z[ recovery-image] Feb 28 10:00:12.047 INFO O| Feb 28 10:00:12.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
61312025-02-28T10:00:13.199Z[ recovery-image] Feb 28 10:00:12.047 INFO O| Feb 28 10:00:12.047 INFO STEP 491 (remove_files) COMPLETE
61322025-02-28T10:00:13.199Z[ recovery-image] Feb 28 10:00:12.047 INFO O| Feb 28 10:00:12.047 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-02-28T10:00:13.223Z[ recovery-image] Feb 28 10:00:12.071 INFO O| Feb 28 10:00:12.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
61342025-02-28T10:00:13.223Z[ recovery-image] Feb 28 10:00:12.071 INFO O| Feb 28 10:00:12.071 INFO STEP 492 (remove_files) COMPLETE
61352025-02-28T10:00:13.223Z[ recovery-image] Feb 28 10:00:12.071 INFO O| Feb 28 10:00:12.071 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-02-28T10:00:13.246Z[ recovery-image] Feb 28 10:00:12.094 INFO O| Feb 28 10:00:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
61372025-02-28T10:00:13.246Z[ recovery-image] Feb 28 10:00:12.094 INFO O| Feb 28 10:00:12.094 INFO STEP 493 (remove_files) COMPLETE
61382025-02-28T10:00:13.248Z[ recovery-image] Feb 28 10:00:12.094 INFO O| Feb 28 10:00:12.094 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-02-28T10:00:13.269Z[ recovery-image] Feb 28 10:00:12.118 INFO O| Feb 28 10:00:12.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
61402025-02-28T10:00:13.269Z[ recovery-image] Feb 28 10:00:12.118 INFO O| Feb 28 10:00:12.118 INFO STEP 494 (remove_files) COMPLETE
61412025-02-28T10:00:13.269Z[ recovery-image] Feb 28 10:00:12.118 INFO O| Feb 28 10:00:12.118 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-02-28T10:00:13.292Z[ recovery-image] Feb 28 10:00:12.141 INFO O| Feb 28 10:00:12.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61432025-02-28T10:00:13.292Z[ recovery-image] Feb 28 10:00:12.141 INFO O| Feb 28 10:00:12.141 INFO STEP 495 (remove_files) COMPLETE
61442025-02-28T10:00:13.293Z[ recovery-image] Feb 28 10:00:12.141 INFO O| Feb 28 10:00:12.141 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-02-28T10:00:13.331Z[ recovery-image] Feb 28 10:00:12.179 INFO O| Feb 28 10:00:12.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61462025-02-28T10:00:13.331Z[ recovery-image] Feb 28 10:00:12.179 INFO O| Feb 28 10:00:12.179 INFO STEP 496 (remove_files) COMPLETE
61472025-02-28T10:00:13.331Z[ recovery-image] Feb 28 10:00:12.179 INFO O| Feb 28 10:00:12.179 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-02-28T10:00:13.373Z[ recovery-image] Feb 28 10:00:12.221 INFO O| Feb 28 10:00:12.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61492025-02-28T10:00:13.373Z[ recovery-image] Feb 28 10:00:12.221 INFO O| Feb 28 10:00:12.221 INFO STEP 497 (remove_files) COMPLETE
61502025-02-28T10:00:13.376Z[ recovery-image] Feb 28 10:00:12.221 INFO O| Feb 28 10:00:12.221 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-02-28T10:00:13.400Z[ recovery-image] Feb 28 10:00:12.248 INFO O| Feb 28 10:00:12.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61522025-02-28T10:00:13.402Z[ recovery-image] Feb 28 10:00:12.248 INFO O| Feb 28 10:00:12.248 INFO STEP 498 (remove_files) COMPLETE
61532025-02-28T10:00:13.402Z[ recovery-image] Feb 28 10:00:12.249 INFO O| Feb 28 10:00:12.248 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-02-28T10:00:13.422Z[ recovery-image] Feb 28 10:00:12.270 INFO O| Feb 28 10:00:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61552025-02-28T10:00:13.424Z[ recovery-image] Feb 28 10:00:12.270 INFO O| Feb 28 10:00:12.270 INFO STEP 499 (remove_files) COMPLETE
61562025-02-28T10:00:13.424Z[ recovery-image] Feb 28 10:00:12.270 INFO O| Feb 28 10:00:12.270 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-02-28T10:00:13.449Z[ recovery-image] Feb 28 10:00:12.291 INFO O| Feb 28 10:00:12.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61582025-02-28T10:00:13.449Z[ recovery-image] Feb 28 10:00:12.291 INFO O| Feb 28 10:00:12.291 INFO STEP 500 (remove_files) COMPLETE
61592025-02-28T10:00:13.453Z[ recovery-image] Feb 28 10:00:12.291 INFO O| Feb 28 10:00:12.291 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-02-28T10:00:13.464Z[ recovery-image] Feb 28 10:00:12.312 INFO O| Feb 28 10:00:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61612025-02-28T10:00:13.467Z[ recovery-image] Feb 28 10:00:12.312 INFO O| Feb 28 10:00:12.312 INFO STEP 501 (remove_files) COMPLETE
61622025-02-28T10:00:13.467Z[ recovery-image] Feb 28 10:00:12.312 INFO O| Feb 28 10:00:12.312 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-02-28T10:00:13.485Z[ recovery-image] Feb 28 10:00:12.333 INFO O| Feb 28 10:00:12.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61642025-02-28T10:00:13.487Z[ recovery-image] Feb 28 10:00:12.333 INFO O| Feb 28 10:00:12.333 INFO STEP 502 (remove_files) COMPLETE
61652025-02-28T10:00:13.487Z[ recovery-image] Feb 28 10:00:12.333 INFO O| Feb 28 10:00:12.333 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-02-28T10:00:13.505Z[ recovery-image] Feb 28 10:00:12.353 INFO O| Feb 28 10:00:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61672025-02-28T10:00:13.507Z[ recovery-image] Feb 28 10:00:12.353 INFO O| Feb 28 10:00:12.353 INFO STEP 503 (remove_files) COMPLETE
61682025-02-28T10:00:13.507Z[ recovery-image] Feb 28 10:00:12.353 INFO O| Feb 28 10:00:12.353 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-02-28T10:00:13.525Z[ recovery-image] Feb 28 10:00:12.374 INFO O| Feb 28 10:00:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61702025-02-28T10:00:13.539Z[ recovery-image] Feb 28 10:00:12.388 INFO O| Feb 28 10:00:12.388 INFO STEP 504 (remove_files) COMPLETE
61712025-02-28T10:00:13.540Z[ recovery-image] Feb 28 10:00:12.388 INFO O| Feb 28 10:00:12.388 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-02-28T10:00:13.561Z[ recovery-image] Feb 28 10:00:12.409 INFO O| Feb 28 10:00:12.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61732025-02-28T10:00:13.561Z[ recovery-image] Feb 28 10:00:12.409 INFO O| Feb 28 10:00:12.409 INFO STEP 505 (remove_files) COMPLETE
61742025-02-28T10:00:13.564Z[ recovery-image] Feb 28 10:00:12.409 INFO O| Feb 28 10:00:12.409 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-02-28T10:00:13.586Z[ recovery-image] Feb 28 10:00:12.434 INFO O| Feb 28 10:00:12.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61762025-02-28T10:00:13.588Z[ recovery-image] Feb 28 10:00:12.434 INFO O| Feb 28 10:00:12.434 INFO STEP 506 (remove_files) COMPLETE
61772025-02-28T10:00:13.588Z[ recovery-image] Feb 28 10:00:12.434 INFO O| Feb 28 10:00:12.434 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-02-28T10:00:13.611Z[ recovery-image] Feb 28 10:00:12.459 INFO O| Feb 28 10:00:12.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61792025-02-28T10:00:13.613Z[ recovery-image] Feb 28 10:00:12.459 INFO O| Feb 28 10:00:12.459 INFO STEP 507 (remove_files) COMPLETE
61802025-02-28T10:00:13.614Z[ recovery-image] Feb 28 10:00:12.460 INFO O| Feb 28 10:00:12.459 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-02-28T10:00:13.648Z[ recovery-image] Feb 28 10:00:12.496 INFO O| Feb 28 10:00:12.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61822025-02-28T10:00:13.651Z[ recovery-image] Feb 28 10:00:12.496 INFO O| Feb 28 10:00:12.496 INFO STEP 508 (remove_files) COMPLETE
61832025-02-28T10:00:13.651Z[ recovery-image] Feb 28 10:00:12.497 INFO O| Feb 28 10:00:12.496 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-02-28T10:00:13.671Z[ recovery-image] Feb 28 10:00:12.519 INFO O| Feb 28 10:00:12.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61852025-02-28T10:00:13.675Z[ recovery-image] Feb 28 10:00:12.520 INFO O| Feb 28 10:00:12.520 INFO STEP 509 (remove_files) COMPLETE
61862025-02-28T10:00:13.675Z[ recovery-image] Feb 28 10:00:12.520 INFO O| Feb 28 10:00:12.520 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-02-28T10:00:13.732Z[ recovery-image] Feb 28 10:00:12.580 INFO O| Feb 28 10:00:12.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61882025-02-28T10:00:13.732Z[ recovery-image] Feb 28 10:00:12.580 INFO O| Feb 28 10:00:12.580 INFO STEP 510 (remove_files) COMPLETE
61892025-02-28T10:00:13.732Z[ recovery-image] Feb 28 10:00:12.580 INFO O| Feb 28 10:00:12.580 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-02-28T10:00:13.764Z[ recovery-image] Feb 28 10:00:12.612 INFO O| Feb 28 10:00:12.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61912025-02-28T10:00:13.764Z[ recovery-image] Feb 28 10:00:12.612 INFO O| Feb 28 10:00:12.612 INFO STEP 511 (remove_files) COMPLETE
61922025-02-28T10:00:13.767Z[ recovery-image] Feb 28 10:00:12.612 INFO O| Feb 28 10:00:12.612 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-28T10:00:13.823Z[ recovery-image] Feb 28 10:00:12.672 INFO O| Feb 28 10:00:12.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61942025-02-28T10:00:13.823Z[ recovery-image] Feb 28 10:00:12.672 INFO O| Feb 28 10:00:12.672 INFO STEP 512 (remove_files) COMPLETE
61952025-02-28T10:00:13.826Z[ recovery-image] Feb 28 10:00:12.672 INFO O| Feb 28 10:00:12.672 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-02-28T10:00:13.884Z[ recovery-image] Feb 28 10:00:12.733 INFO O| Feb 28 10:00:12.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61972025-02-28T10:00:13.887Z[ recovery-image] Feb 28 10:00:12.733 INFO O| Feb 28 10:00:12.733 INFO STEP 513 (remove_files) COMPLETE
61982025-02-28T10:00:13.887Z[ recovery-image] Feb 28 10:00:12.733 INFO O| Feb 28 10:00:12.733 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-02-28T10:00:13.921Z[ recovery-image] Feb 28 10:00:12.769 INFO O| Feb 28 10:00:12.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
62002025-02-28T10:00:13.923Z[ recovery-image] Feb 28 10:00:12.770 INFO O| Feb 28 10:00:12.769 INFO STEP 514 (remove_files) COMPLETE
62012025-02-28T10:00:13.923Z[ recovery-image] Feb 28 10:00:12.770 INFO O| Feb 28 10:00:12.769 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-02-28T10:00:13.954Z[ recovery-image] Feb 28 10:00:12.803 INFO O| Feb 28 10:00:12.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
62032025-02-28T10:00:13.955Z[ recovery-image] Feb 28 10:00:12.803 INFO O| Feb 28 10:00:12.803 INFO STEP 515 (remove_files) COMPLETE
62042025-02-28T10:00:13.955Z[ recovery-image] Feb 28 10:00:12.803 INFO O| Feb 28 10:00:12.803 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-02-28T10:00:13.978Z[ recovery-image] Feb 28 10:00:12.827 INFO O| Feb 28 10:00:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
62062025-02-28T10:00:13.978Z[ recovery-image] Feb 28 10:00:12.827 INFO O| Feb 28 10:00:12.827 INFO STEP 516 (remove_files) COMPLETE
62072025-02-28T10:00:13.980Z[ recovery-image] Feb 28 10:00:12.827 INFO O| Feb 28 10:00:12.827 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-02-28T10:00:14.017Z[ recovery-image] Feb 28 10:00:12.865 INFO O| Feb 28 10:00:12.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
62092025-02-28T10:00:14.017Z[ recovery-image] Feb 28 10:00:12.865 INFO O| Feb 28 10:00:12.865 INFO STEP 517 (remove_files) COMPLETE
62102025-02-28T10:00:14.019Z[ recovery-image] Feb 28 10:00:12.865 INFO O| Feb 28 10:00:12.865 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-02-28T10:00:14.040Z[ recovery-image] Feb 28 10:00:12.888 INFO O| Feb 28 10:00:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
62122025-02-28T10:00:14.040Z[ recovery-image] Feb 28 10:00:12.888 INFO O| Feb 28 10:00:12.888 INFO STEP 518 (remove_files) COMPLETE
62132025-02-28T10:00:14.040Z[ recovery-image] Feb 28 10:00:12.888 INFO O| Feb 28 10:00:12.888 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-02-28T10:00:14.064Z[ recovery-image] Feb 28 10:00:12.912 INFO O| Feb 28 10:00:12.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
62152025-02-28T10:00:14.064Z[ recovery-image] Feb 28 10:00:12.912 INFO O| Feb 28 10:00:12.912 INFO STEP 519 (remove_files) COMPLETE
62162025-02-28T10:00:14.064Z[ recovery-image] Feb 28 10:00:12.912 INFO O| Feb 28 10:00:12.912 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-02-28T10:00:14.096Z[ recovery-image] Feb 28 10:00:12.944 INFO O| Feb 28 10:00:12.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
62182025-02-28T10:00:14.096Z[ recovery-image] Feb 28 10:00:12.944 INFO O| Feb 28 10:00:12.944 INFO STEP 520 (remove_files) COMPLETE
62192025-02-28T10:00:14.098Z[ recovery-image] Feb 28 10:00:12.945 INFO O| Feb 28 10:00:12.944 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-02-28T10:00:14.121Z[ recovery-image] Feb 28 10:00:12.969 INFO O| Feb 28 10:00:12.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
62212025-02-28T10:00:14.124Z[ recovery-image] Feb 28 10:00:12.970 INFO O| Feb 28 10:00:12.970 INFO STEP 521 (remove_files) COMPLETE
62222025-02-28T10:00:14.124Z[ recovery-image] Feb 28 10:00:12.970 INFO O| Feb 28 10:00:12.970 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-02-28T10:00:14.157Z[ recovery-image] Feb 28 10:00:13.005 INFO O| Feb 28 10:00:13.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
62242025-02-28T10:00:14.158Z[ recovery-image] Feb 28 10:00:13.005 INFO O| Feb 28 10:00:13.005 INFO STEP 522 (remove_files) COMPLETE
62252025-02-28T10:00:14.158Z[ recovery-image] Feb 28 10:00:13.005 INFO O| Feb 28 10:00:13.005 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-02-28T10:00:14.211Z[ recovery-image] Feb 28 10:00:13.059 INFO O| Feb 28 10:00:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
62272025-02-28T10:00:14.231Z[ recovery-image] Feb 28 10:00:13.078 INFO O| Feb 28 10:00:13.078 INFO STEP 523 (remove_files) COMPLETE
62282025-02-28T10:00:14.231Z[ recovery-image] Feb 28 10:00:13.078 INFO O| Feb 28 10:00:13.078 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-02-28T10:00:14.293Z[ recovery-image] Feb 28 10:00:13.141 INFO O| Feb 28 10:00:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
62302025-02-28T10:00:14.293Z[ recovery-image] Feb 28 10:00:13.141 INFO O| Feb 28 10:00:13.141 INFO STEP 524 (remove_files) COMPLETE
62312025-02-28T10:00:14.293Z[ recovery-image] Feb 28 10:00:13.141 INFO O| Feb 28 10:00:13.141 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-02-28T10:00:14.316Z[ recovery-image] Feb 28 10:00:13.163 INFO O| Feb 28 10:00:13.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
62332025-02-28T10:00:14.316Z[ recovery-image] Feb 28 10:00:13.164 INFO O| Feb 28 10:00:13.164 INFO STEP 525 (remove_files) COMPLETE
62342025-02-28T10:00:14.316Z[ recovery-image] Feb 28 10:00:13.164 INFO O| Feb 28 10:00:13.164 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-02-28T10:00:14.348Z[ recovery-image] Feb 28 10:00:13.196 INFO O| Feb 28 10:00:13.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
62362025-02-28T10:00:14.349Z[ recovery-image] Feb 28 10:00:13.196 INFO O| Feb 28 10:00:13.196 INFO STEP 526 (remove_files) COMPLETE
62372025-02-28T10:00:14.349Z[ recovery-image] Feb 28 10:00:13.196 INFO O| Feb 28 10:00:13.196 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-02-28T10:00:14.371Z[ recovery-image] Feb 28 10:00:13.219 INFO O| Feb 28 10:00:13.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
62392025-02-28T10:00:14.371Z[ recovery-image] Feb 28 10:00:13.219 INFO O| Feb 28 10:00:13.219 INFO STEP 527 (remove_files) COMPLETE
62402025-02-28T10:00:14.374Z[ recovery-image] Feb 28 10:00:13.220 INFO O| Feb 28 10:00:13.219 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-02-28T10:00:14.394Z[ recovery-image] Feb 28 10:00:13.242 INFO O| Feb 28 10:00:13.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62422025-02-28T10:00:14.394Z[ recovery-image] Feb 28 10:00:13.242 INFO O| Feb 28 10:00:13.242 INFO STEP 528 (remove_files) COMPLETE
62432025-02-28T10:00:14.397Z[ recovery-image] Feb 28 10:00:13.242 INFO O| Feb 28 10:00:13.242 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-02-28T10:00:14.440Z[ recovery-image] Feb 28 10:00:13.288 INFO O| Feb 28 10:00:13.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62452025-02-28T10:00:14.440Z[ recovery-image] Feb 28 10:00:13.288 INFO O| Feb 28 10:00:13.288 INFO STEP 529 (remove_files) COMPLETE
62462025-02-28T10:00:14.440Z[ recovery-image] Feb 28 10:00:13.288 INFO O| Feb 28 10:00:13.288 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-02-28T10:00:14.464Z[ recovery-image] Feb 28 10:00:13.312 INFO O| Feb 28 10:00:13.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62482025-02-28T10:00:14.464Z[ recovery-image] Feb 28 10:00:13.312 INFO O| Feb 28 10:00:13.312 INFO STEP 530 (remove_files) COMPLETE
62492025-02-28T10:00:14.467Z[ recovery-image] Feb 28 10:00:13.312 INFO O| Feb 28 10:00:13.312 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-02-28T10:00:14.508Z[ recovery-image] Feb 28 10:00:13.356 INFO O| Feb 28 10:00:13.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62512025-02-28T10:00:14.508Z[ recovery-image] Feb 28 10:00:13.356 INFO O| Feb 28 10:00:13.356 INFO STEP 531 (remove_files) COMPLETE
62522025-02-28T10:00:14.508Z[ recovery-image] Feb 28 10:00:13.356 INFO O| Feb 28 10:00:13.356 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-02-28T10:00:14.531Z[ recovery-image] Feb 28 10:00:13.378 INFO O| Feb 28 10:00:13.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62542025-02-28T10:00:14.532Z[ recovery-image] Feb 28 10:00:13.378 INFO O| Feb 28 10:00:13.378 INFO STEP 532 (remove_files) COMPLETE
62552025-02-28T10:00:14.532Z[ recovery-image] Feb 28 10:00:13.378 INFO O| Feb 28 10:00:13.378 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-02-28T10:00:14.556Z[ recovery-image] Feb 28 10:00:13.400 INFO O| Feb 28 10:00:13.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62572025-02-28T10:00:14.557Z[ recovery-image] Feb 28 10:00:13.400 INFO O| Feb 28 10:00:13.400 INFO STEP 533 (remove_files) COMPLETE
62582025-02-28T10:00:14.557Z[ recovery-image] Feb 28 10:00:13.400 INFO O| Feb 28 10:00:13.400 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-02-28T10:00:14.576Z[ recovery-image] Feb 28 10:00:13.424 INFO O| Feb 28 10:00:13.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62602025-02-28T10:00:14.576Z[ recovery-image] Feb 28 10:00:13.424 INFO O| Feb 28 10:00:13.424 INFO STEP 534 (remove_files) COMPLETE
62612025-02-28T10:00:14.580Z[ recovery-image] Feb 28 10:00:13.424 INFO O| Feb 28 10:00:13.424 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-02-28T10:00:14.612Z[ recovery-image] Feb 28 10:00:13.460 INFO O| Feb 28 10:00:13.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62632025-02-28T10:00:14.615Z[ recovery-image] Feb 28 10:00:13.460 INFO O| Feb 28 10:00:13.460 INFO STEP 535 (remove_files) COMPLETE
62642025-02-28T10:00:14.616Z[ recovery-image] Feb 28 10:00:13.460 INFO O| Feb 28 10:00:13.460 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-02-28T10:00:14.636Z[ recovery-image] Feb 28 10:00:13.484 INFO O| Feb 28 10:00:13.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62662025-02-28T10:00:14.639Z[ recovery-image] Feb 28 10:00:13.484 INFO O| Feb 28 10:00:13.484 INFO STEP 536 (remove_files) COMPLETE
62672025-02-28T10:00:14.639Z[ recovery-image] Feb 28 10:00:13.484 INFO O| Feb 28 10:00:13.484 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-02-28T10:00:14.658Z[ recovery-image] Feb 28 10:00:13.507 INFO O| Feb 28 10:00:13.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62692025-02-28T10:00:14.661Z[ recovery-image] Feb 28 10:00:13.507 INFO O| Feb 28 10:00:13.507 INFO STEP 537 (remove_files) COMPLETE
62702025-02-28T10:00:14.661Z[ recovery-image] Feb 28 10:00:13.507 INFO O| Feb 28 10:00:13.507 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-02-28T10:00:14.691Z[ recovery-image] Feb 28 10:00:13.539 INFO O| Feb 28 10:00:13.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62722025-02-28T10:00:14.694Z[ recovery-image] Feb 28 10:00:13.539 INFO O| Feb 28 10:00:13.539 INFO STEP 538 (remove_files) COMPLETE
62732025-02-28T10:00:14.694Z[ recovery-image] Feb 28 10:00:13.540 INFO O| Feb 28 10:00:13.539 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-02-28T10:00:14.715Z[ recovery-image] Feb 28 10:00:13.563 INFO O| Feb 28 10:00:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62752025-02-28T10:00:14.718Z[ recovery-image] Feb 28 10:00:13.564 INFO O| Feb 28 10:00:13.564 INFO STEP 539 (remove_files) COMPLETE
62762025-02-28T10:00:14.718Z[ recovery-image] Feb 28 10:00:13.564 INFO O| Feb 28 10:00:13.564 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-02-28T10:00:14.752Z[ recovery-image] Feb 28 10:00:13.600 INFO O| Feb 28 10:00:13.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62782025-02-28T10:00:14.755Z[ recovery-image] Feb 28 10:00:13.601 INFO O| Feb 28 10:00:13.601 INFO STEP 540 (remove_files) COMPLETE
62792025-02-28T10:00:14.755Z[ recovery-image] Feb 28 10:00:13.601 INFO O| Feb 28 10:00:13.601 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-02-28T10:00:14.778Z[ recovery-image] Feb 28 10:00:13.626 INFO O| Feb 28 10:00:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62812025-02-28T10:00:14.780Z[ recovery-image] Feb 28 10:00:13.626 INFO O| Feb 28 10:00:13.626 INFO STEP 541 (remove_files) COMPLETE
62822025-02-28T10:00:14.781Z[ recovery-image] Feb 28 10:00:13.626 INFO O| Feb 28 10:00:13.626 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-02-28T10:00:14.803Z[ recovery-image] Feb 28 10:00:13.651 INFO O| Feb 28 10:00:13.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62842025-02-28T10:00:14.806Z[ recovery-image] Feb 28 10:00:13.651 INFO O| Feb 28 10:00:13.651 INFO STEP 542 (remove_files) COMPLETE
62852025-02-28T10:00:14.806Z[ recovery-image] Feb 28 10:00:13.651 INFO O| Feb 28 10:00:13.651 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-02-28T10:00:14.847Z[ recovery-image] Feb 28 10:00:13.695 INFO O| Feb 28 10:00:13.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62872025-02-28T10:00:14.871Z[ recovery-image] Feb 28 10:00:13.720 INFO O| Feb 28 10:00:13.720 INFO STEP 543 (remove_files) COMPLETE
62882025-02-28T10:00:14.872Z[ recovery-image] Feb 28 10:00:13.720 INFO O| Feb 28 10:00:13.720 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-02-28T10:00:14.931Z[ recovery-image] Feb 28 10:00:13.779 INFO O| Feb 28 10:00:13.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62902025-02-28T10:00:14.931Z[ recovery-image] Feb 28 10:00:13.779 INFO O| Feb 28 10:00:13.779 INFO STEP 544 (remove_files) COMPLETE
62912025-02-28T10:00:14.934Z[ recovery-image] Feb 28 10:00:13.779 INFO O| Feb 28 10:00:13.779 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-02-28T10:00:14.966Z[ recovery-image] Feb 28 10:00:13.813 INFO O| Feb 28 10:00:13.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62932025-02-28T10:00:14.969Z[ recovery-image] Feb 28 10:00:13.814 INFO O| Feb 28 10:00:13.814 INFO STEP 545 (remove_files) COMPLETE
62942025-02-28T10:00:14.969Z[ recovery-image] Feb 28 10:00:13.814 INFO O| Feb 28 10:00:13.814 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-02-28T10:00:14.990Z[ recovery-image] Feb 28 10:00:13.838 INFO O| Feb 28 10:00:13.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62962025-02-28T10:00:14.990Z[ recovery-image] Feb 28 10:00:13.838 INFO O| Feb 28 10:00:13.838 INFO STEP 546 (remove_files) COMPLETE
62972025-02-28T10:00:14.991Z[ recovery-image] Feb 28 10:00:13.838 INFO O| Feb 28 10:00:13.838 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-02-28T10:00:15.033Z[ recovery-image] Feb 28 10:00:13.881 INFO O| Feb 28 10:00:13.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62992025-02-28T10:00:15.033Z[ recovery-image] Feb 28 10:00:13.881 INFO O| Feb 28 10:00:13.881 INFO STEP 547 (remove_files) COMPLETE
63002025-02-28T10:00:15.034Z[ recovery-image] Feb 28 10:00:13.881 INFO O| Feb 28 10:00:13.881 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-02-28T10:00:15.058Z[ recovery-image] Feb 28 10:00:13.906 INFO O| Feb 28 10:00:13.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
63022025-02-28T10:00:15.058Z[ recovery-image] Feb 28 10:00:13.906 INFO O| Feb 28 10:00:13.906 INFO STEP 548 (remove_files) COMPLETE
63032025-02-28T10:00:15.058Z[ recovery-image] Feb 28 10:00:13.906 INFO O| Feb 28 10:00:13.906 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-02-28T10:00:15.095Z[ recovery-image] Feb 28 10:00:13.943 INFO O| Feb 28 10:00:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
63052025-02-28T10:00:15.095Z[ recovery-image] Feb 28 10:00:13.944 INFO O| Feb 28 10:00:13.943 INFO STEP 549 (remove_files) COMPLETE
63062025-02-28T10:00:15.098Z[ recovery-image] Feb 28 10:00:13.944 INFO O| Feb 28 10:00:13.944 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-02-28T10:00:15.118Z[ recovery-image] Feb 28 10:00:13.966 INFO O| Feb 28 10:00:13.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
63082025-02-28T10:00:15.118Z[ recovery-image] Feb 28 10:00:13.966 INFO O| Feb 28 10:00:13.966 INFO STEP 550 (remove_files) COMPLETE
63092025-02-28T10:00:15.118Z[ recovery-image] Feb 28 10:00:13.966 INFO O| Feb 28 10:00:13.966 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-02-28T10:00:15.140Z[ recovery-image] Feb 28 10:00:13.989 INFO O| Feb 28 10:00:13.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
63112025-02-28T10:00:15.141Z[ recovery-image] Feb 28 10:00:13.989 INFO O| Feb 28 10:00:13.989 INFO STEP 551 (remove_files) COMPLETE
63122025-02-28T10:00:15.141Z[ recovery-image] Feb 28 10:00:13.989 INFO O| Feb 28 10:00:13.989 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-02-28T10:00:15.163Z[ recovery-image] Feb 28 10:00:14.011 INFO O| Feb 28 10:00:14.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
63142025-02-28T10:00:15.163Z[ recovery-image] Feb 28 10:00:14.012 INFO O| Feb 28 10:00:14.012 INFO STEP 552 (remove_files) COMPLETE
63152025-02-28T10:00:15.166Z[ recovery-image] Feb 28 10:00:14.012 INFO O| Feb 28 10:00:14.012 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-02-28T10:00:15.186Z[ recovery-image] Feb 28 10:00:14.034 INFO O| Feb 28 10:00:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
63172025-02-28T10:00:15.186Z[ recovery-image] Feb 28 10:00:14.034 INFO O| Feb 28 10:00:14.034 INFO STEP 553 (remove_files) COMPLETE
63182025-02-28T10:00:15.189Z[ recovery-image] Feb 28 10:00:14.034 INFO O| Feb 28 10:00:14.034 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-02-28T10:00:15.250Z[ recovery-image] Feb 28 10:00:14.098 INFO O| Feb 28 10:00:14.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
63202025-02-28T10:00:15.250Z[ recovery-image] Feb 28 10:00:14.098 INFO O| Feb 28 10:00:14.098 INFO STEP 554 (remove_files) COMPLETE
63212025-02-28T10:00:15.250Z[ recovery-image] Feb 28 10:00:14.098 INFO O| Feb 28 10:00:14.098 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-02-28T10:00:15.296Z[ recovery-image] Feb 28 10:00:14.145 INFO O| Feb 28 10:00:14.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
63232025-02-28T10:00:15.296Z[ recovery-image] Feb 28 10:00:14.145 INFO O| Feb 28 10:00:14.145 INFO STEP 555 (remove_files) COMPLETE
63242025-02-28T10:00:15.296Z[ recovery-image] Feb 28 10:00:14.145 INFO O| Feb 28 10:00:14.145 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-02-28T10:00:15.317Z[ recovery-image] Feb 28 10:00:14.165 INFO O| Feb 28 10:00:14.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
63262025-02-28T10:00:15.317Z[ recovery-image] Feb 28 10:00:14.166 INFO O| Feb 28 10:00:14.165 INFO STEP 556 (remove_files) COMPLETE
63272025-02-28T10:00:15.320Z[ recovery-image] Feb 28 10:00:14.166 INFO O| Feb 28 10:00:14.166 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-02-28T10:00:15.350Z[ recovery-image] Feb 28 10:00:14.198 INFO O| Feb 28 10:00:14.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63292025-02-28T10:00:15.353Z[ recovery-image] Feb 28 10:00:14.199 INFO O| Feb 28 10:00:14.198 INFO STEP 557 (remove_files) COMPLETE
63302025-02-28T10:00:15.353Z[ recovery-image] Feb 28 10:00:14.199 INFO O| Feb 28 10:00:14.199 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-02-28T10:00:15.372Z[ recovery-image] Feb 28 10:00:14.220 INFO O| Feb 28 10:00:14.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63322025-02-28T10:00:15.396Z[ recovery-image] Feb 28 10:00:14.244 INFO O| Feb 28 10:00:14.244 INFO STEP 558 (remove_files) COMPLETE
63332025-02-28T10:00:15.396Z[ recovery-image] Feb 28 10:00:14.244 INFO O| Feb 28 10:00:14.244 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-02-28T10:00:15.418Z[ recovery-image] Feb 28 10:00:14.266 INFO O| Feb 28 10:00:14.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
63352025-02-28T10:00:15.421Z[ recovery-image] Feb 28 10:00:14.267 INFO O| Feb 28 10:00:14.266 INFO STEP 559 (remove_files) COMPLETE
63362025-02-28T10:00:15.421Z[ recovery-image] Feb 28 10:00:14.267 INFO O| Feb 28 10:00:14.267 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-02-28T10:00:15.450Z[ recovery-image] Feb 28 10:00:14.298 INFO O| Feb 28 10:00:14.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63382025-02-28T10:00:15.450Z[ recovery-image] Feb 28 10:00:14.298 INFO O| Feb 28 10:00:14.298 INFO STEP 560 (remove_files) COMPLETE
63392025-02-28T10:00:15.450Z[ recovery-image] Feb 28 10:00:14.298 INFO O| Feb 28 10:00:14.298 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-02-28T10:00:15.473Z[ recovery-image] Feb 28 10:00:14.321 INFO O| Feb 28 10:00:14.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63412025-02-28T10:00:15.473Z[ recovery-image] Feb 28 10:00:14.321 INFO O| Feb 28 10:00:14.321 INFO STEP 561 (remove_files) COMPLETE
63422025-02-28T10:00:15.473Z[ recovery-image] Feb 28 10:00:14.321 INFO O| Feb 28 10:00:14.321 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-02-28T10:00:15.498Z[ recovery-image] Feb 28 10:00:14.345 INFO O| Feb 28 10:00:14.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63442025-02-28T10:00:15.498Z[ recovery-image] Feb 28 10:00:14.345 INFO O| Feb 28 10:00:14.345 INFO STEP 562 (remove_files) COMPLETE
63452025-02-28T10:00:15.501Z[ recovery-image] Feb 28 10:00:14.345 INFO O| Feb 28 10:00:14.345 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-02-28T10:00:15.532Z[ recovery-image] Feb 28 10:00:14.380 INFO O| Feb 28 10:00:14.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63472025-02-28T10:00:15.532Z[ recovery-image] Feb 28 10:00:14.380 INFO O| Feb 28 10:00:14.380 INFO STEP 563 (remove_files) COMPLETE
63482025-02-28T10:00:15.532Z[ recovery-image] Feb 28 10:00:14.380 INFO O| Feb 28 10:00:14.380 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-02-28T10:00:15.554Z[ recovery-image] Feb 28 10:00:14.402 INFO O| Feb 28 10:00:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63502025-02-28T10:00:15.554Z[ recovery-image] Feb 28 10:00:14.402 INFO O| Feb 28 10:00:14.402 INFO STEP 564 (remove_files) COMPLETE
63512025-02-28T10:00:15.554Z[ recovery-image] Feb 28 10:00:14.402 INFO O| Feb 28 10:00:14.402 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-02-28T10:00:15.576Z[ recovery-image] Feb 28 10:00:14.424 INFO O| Feb 28 10:00:14.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63532025-02-28T10:00:15.576Z[ recovery-image] Feb 28 10:00:14.425 INFO O| Feb 28 10:00:14.424 INFO STEP 565 (remove_files) COMPLETE
63542025-02-28T10:00:15.576Z[ recovery-image] Feb 28 10:00:14.425 INFO O| Feb 28 10:00:14.425 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-02-28T10:00:15.599Z[ recovery-image] Feb 28 10:00:14.447 INFO O| Feb 28 10:00:14.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63562025-02-28T10:00:15.599Z[ recovery-image] Feb 28 10:00:14.447 INFO O| Feb 28 10:00:14.447 INFO STEP 566 (remove_files) COMPLETE
63572025-02-28T10:00:15.599Z[ recovery-image] Feb 28 10:00:14.447 INFO O| Feb 28 10:00:14.447 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-02-28T10:00:15.622Z[ recovery-image] Feb 28 10:00:14.470 INFO O| Feb 28 10:00:14.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63592025-02-28T10:00:15.622Z[ recovery-image] Feb 28 10:00:14.470 INFO O| Feb 28 10:00:14.470 INFO STEP 567 (remove_files) COMPLETE
63602025-02-28T10:00:15.622Z[ recovery-image] Feb 28 10:00:14.470 INFO O| Feb 28 10:00:14.470 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-02-28T10:00:15.645Z[ recovery-image] Feb 28 10:00:14.493 INFO O| Feb 28 10:00:14.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63622025-02-28T10:00:15.645Z[ recovery-image] Feb 28 10:00:14.493 INFO O| Feb 28 10:00:14.493 INFO STEP 568 (remove_files) COMPLETE
63632025-02-28T10:00:15.647Z[ recovery-image] Feb 28 10:00:14.493 INFO O| Feb 28 10:00:14.493 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-02-28T10:00:15.667Z[ recovery-image] Feb 28 10:00:14.515 INFO O| Feb 28 10:00:14.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63652025-02-28T10:00:15.667Z[ recovery-image] Feb 28 10:00:14.515 INFO O| Feb 28 10:00:14.515 INFO STEP 569 (remove_files) COMPLETE
63662025-02-28T10:00:15.667Z[ recovery-image] Feb 28 10:00:14.515 INFO O| Feb 28 10:00:14.515 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-02-28T10:00:15.689Z[ recovery-image] Feb 28 10:00:14.538 INFO O| Feb 28 10:00:14.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63682025-02-28T10:00:15.689Z[ recovery-image] Feb 28 10:00:14.538 INFO O| Feb 28 10:00:14.538 INFO STEP 570 (remove_files) COMPLETE
63692025-02-28T10:00:15.692Z[ recovery-image] Feb 28 10:00:14.538 INFO O| Feb 28 10:00:14.538 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-02-28T10:00:15.872Z[ recovery-image] Feb 28 10:00:14.574 INFO O| Feb 28 10:00:14.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63712025-02-28T10:00:15.873Z[ recovery-image] Feb 28 10:00:14.574 INFO O| Feb 28 10:00:14.574 INFO STEP 571 (remove_files) COMPLETE
63722025-02-28T10:00:15.873Z[ recovery-image] Feb 28 10:00:14.574 INFO O| Feb 28 10:00:14.574 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-02-28T10:00:15.876Z[ recovery-image] Feb 28 10:00:14.610 INFO O| Feb 28 10:00:14.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63742025-02-28T10:00:15.876Z[ recovery-image] Feb 28 10:00:14.610 INFO O| Feb 28 10:00:14.610 INFO STEP 572 (remove_files) COMPLETE
63752025-02-28T10:00:15.876Z[ recovery-image] Feb 28 10:00:14.610 INFO O| Feb 28 10:00:14.610 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-02-28T10:00:15.876Z[ recovery-image] Feb 28 10:00:14.635 INFO O| Feb 28 10:00:14.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63772025-02-28T10:00:15.876Z[ recovery-image] Feb 28 10:00:14.635 INFO O| Feb 28 10:00:14.635 INFO STEP 573 (remove_files) COMPLETE
63782025-02-28T10:00:15.876Z[ recovery-image] Feb 28 10:00:14.635 INFO O| Feb 28 10:00:14.635 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-02-28T10:00:15.901Z[ recovery-image] Feb 28 10:00:14.749 INFO O| Feb 28 10:00:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63802025-02-28T10:00:15.901Z[ recovery-image] Feb 28 10:00:14.749 INFO O| Feb 28 10:00:14.749 INFO STEP 574 (remove_files) COMPLETE
63812025-02-28T10:00:15.901Z[ recovery-image] Feb 28 10:00:14.749 INFO O| Feb 28 10:00:14.749 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-02-28T10:00:15.926Z[ recovery-image] Feb 28 10:00:14.774 INFO O| Feb 28 10:00:14.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63832025-02-28T10:00:15.931Z[ recovery-image] Feb 28 10:00:14.774 INFO O| Feb 28 10:00:14.774 INFO STEP 575 (remove_files) COMPLETE
63842025-02-28T10:00:15.931Z[ recovery-image] Feb 28 10:00:14.775 INFO O| Feb 28 10:00:14.774 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-02-28T10:00:15.958Z[ recovery-image] Feb 28 10:00:14.805 INFO O| Feb 28 10:00:14.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63862025-02-28T10:00:15.958Z[ recovery-image] Feb 28 10:00:14.805 INFO O| Feb 28 10:00:14.805 INFO STEP 576 (remove_files) COMPLETE
63872025-02-28T10:00:15.958Z[ recovery-image] Feb 28 10:00:14.805 INFO O| Feb 28 10:00:14.805 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-02-28T10:00:15.997Z[ recovery-image] Feb 28 10:00:14.845 INFO O| Feb 28 10:00:14.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63892025-02-28T10:00:15.997Z[ recovery-image] Feb 28 10:00:14.845 INFO O| Feb 28 10:00:14.845 INFO STEP 577 (remove_files) COMPLETE
63902025-02-28T10:00:16.002Z[ recovery-image] Feb 28 10:00:14.845 INFO O| Feb 28 10:00:14.845 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-02-28T10:00:16.056Z[ recovery-image] Feb 28 10:00:14.904 INFO O| Feb 28 10:00:14.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63922025-02-28T10:00:16.056Z[ recovery-image] Feb 28 10:00:14.904 INFO O| Feb 28 10:00:14.904 INFO STEP 578 (remove_files) COMPLETE
63932025-02-28T10:00:16.056Z[ recovery-image] Feb 28 10:00:14.904 INFO O| Feb 28 10:00:14.904 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-28T10:00:16.085Z[ recovery-image] Feb 28 10:00:14.932 INFO O| Feb 28 10:00:14.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63952025-02-28T10:00:16.085Z[ recovery-image] Feb 28 10:00:14.932 INFO O| Feb 28 10:00:14.932 INFO STEP 579 (remove_files) COMPLETE
63962025-02-28T10:00:16.088Z[ recovery-image] Feb 28 10:00:14.932 INFO O| Feb 28 10:00:14.932 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-28T10:00:16.109Z[ recovery-image] Feb 28 10:00:14.958 INFO O| Feb 28 10:00:14.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63982025-02-28T10:00:16.112Z[ recovery-image] Feb 28 10:00:14.958 INFO O| Feb 28 10:00:14.958 INFO STEP 580 (remove_files) COMPLETE
63992025-02-28T10:00:16.112Z[ recovery-image] Feb 28 10:00:14.958 INFO O| Feb 28 10:00:14.958 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-02-28T10:00:16.148Z[ recovery-image] Feb 28 10:00:14.995 INFO O| Feb 28 10:00:14.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
64012025-02-28T10:00:16.151Z[ recovery-image] Feb 28 10:00:14.995 INFO O| Feb 28 10:00:14.995 INFO STEP 581 (remove_files) COMPLETE
64022025-02-28T10:00:16.151Z[ recovery-image] Feb 28 10:00:14.996 INFO O| Feb 28 10:00:14.995 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-02-28T10:00:16.170Z[ recovery-image] Feb 28 10:00:15.018 INFO O| Feb 28 10:00:15.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64042025-02-28T10:00:16.172Z[ recovery-image] Feb 28 10:00:15.018 INFO O| Feb 28 10:00:15.018 INFO STEP 582 (remove_files) COMPLETE
64052025-02-28T10:00:16.172Z[ recovery-image] Feb 28 10:00:15.018 INFO O| Feb 28 10:00:15.018 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-02-28T10:00:16.244Z[ recovery-image] Feb 28 10:00:15.070 INFO O| Feb 28 10:00:15.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
64072025-02-28T10:00:16.244Z[ recovery-image] Feb 28 10:00:15.070 INFO O| Feb 28 10:00:15.070 INFO STEP 583 (remove_files) COMPLETE
64082025-02-28T10:00:16.248Z[ recovery-image] Feb 28 10:00:15.070 INFO O| Feb 28 10:00:15.070 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-02-28T10:00:16.248Z[ recovery-image] Feb 28 10:00:15.091 INFO O| Feb 28 10:00:15.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
64102025-02-28T10:00:16.248Z[ recovery-image] Feb 28 10:00:15.092 INFO O| Feb 28 10:00:15.092 INFO STEP 584 (remove_files) COMPLETE
64112025-02-28T10:00:16.248Z[ recovery-image] Feb 28 10:00:15.092 INFO O| Feb 28 10:00:15.092 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-02-28T10:00:16.288Z[ recovery-image] Feb 28 10:00:15.136 INFO O| Feb 28 10:00:15.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
64132025-02-28T10:00:16.291Z[ recovery-image] Feb 28 10:00:15.136 INFO O| Feb 28 10:00:15.136 INFO STEP 585 (remove_files) COMPLETE
64142025-02-28T10:00:16.291Z[ recovery-image] Feb 28 10:00:15.136 INFO O| Feb 28 10:00:15.136 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-02-28T10:00:16.309Z[ recovery-image] Feb 28 10:00:15.158 INFO O| Feb 28 10:00:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
64162025-02-28T10:00:16.309Z[ recovery-image] Feb 28 10:00:15.158 INFO O| Feb 28 10:00:15.158 INFO STEP 586 (remove_files) COMPLETE
64172025-02-28T10:00:16.313Z[ recovery-image] Feb 28 10:00:15.158 INFO O| Feb 28 10:00:15.158 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-02-28T10:00:16.360Z[ recovery-image] Feb 28 10:00:15.208 INFO O| Feb 28 10:00:15.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
64192025-02-28T10:00:16.360Z[ recovery-image] Feb 28 10:00:15.208 INFO O| Feb 28 10:00:15.208 INFO STEP 587 (remove_files) COMPLETE
64202025-02-28T10:00:16.363Z[ recovery-image] Feb 28 10:00:15.208 INFO O| Feb 28 10:00:15.208 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-02-28T10:00:16.386Z[ recovery-image] Feb 28 10:00:15.235 INFO O| Feb 28 10:00:15.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
64222025-02-28T10:00:16.386Z[ recovery-image] Feb 28 10:00:15.235 INFO O| Feb 28 10:00:15.235 INFO STEP 588 (remove_files) COMPLETE
64232025-02-28T10:00:16.386Z[ recovery-image] Feb 28 10:00:15.235 INFO O| Feb 28 10:00:15.235 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-02-28T10:00:16.411Z[ recovery-image] Feb 28 10:00:15.259 INFO O| Feb 28 10:00:15.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
64252025-02-28T10:00:16.411Z[ recovery-image] Feb 28 10:00:15.260 INFO O| Feb 28 10:00:15.260 INFO STEP 589 (remove_files) COMPLETE
64262025-02-28T10:00:16.411Z[ recovery-image] Feb 28 10:00:15.260 INFO O| Feb 28 10:00:15.260 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-02-28T10:00:16.498Z[ recovery-image] Feb 28 10:00:15.346 INFO O| Feb 28 10:00:15.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64282025-02-28T10:00:16.501Z[ recovery-image] Feb 28 10:00:15.347 INFO O| Feb 28 10:00:15.346 INFO STEP 590 (remove_files) COMPLETE
64292025-02-28T10:00:16.501Z[ recovery-image] Feb 28 10:00:15.347 INFO O| Feb 28 10:00:15.346 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-02-28T10:00:16.523Z[ recovery-image] Feb 28 10:00:15.372 INFO O| Feb 28 10:00:15.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
64312025-02-28T10:00:16.523Z[ recovery-image] Feb 28 10:00:15.372 INFO O| Feb 28 10:00:15.372 INFO STEP 591 (remove_files) COMPLETE
64322025-02-28T10:00:16.523Z[ recovery-image] Feb 28 10:00:15.372 INFO O| Feb 28 10:00:15.372 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-02-28T10:00:16.548Z[ recovery-image] Feb 28 10:00:15.396 INFO O| Feb 28 10:00:15.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
64342025-02-28T10:00:16.552Z[ recovery-image] Feb 28 10:00:15.397 INFO O| Feb 28 10:00:15.397 INFO STEP 592 (remove_files) COMPLETE
64352025-02-28T10:00:16.552Z[ recovery-image] Feb 28 10:00:15.397 INFO O| Feb 28 10:00:15.397 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-02-28T10:00:16.587Z[ recovery-image] Feb 28 10:00:15.435 INFO O| Feb 28 10:00:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
64372025-02-28T10:00:16.589Z[ recovery-image] Feb 28 10:00:15.435 INFO O| Feb 28 10:00:15.435 INFO STEP 593 (remove_files) COMPLETE
64382025-02-28T10:00:16.590Z[ recovery-image] Feb 28 10:00:15.435 INFO O| Feb 28 10:00:15.435 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-02-28T10:00:16.617Z[ recovery-image] Feb 28 10:00:15.465 INFO O| Feb 28 10:00:15.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
64402025-02-28T10:00:16.617Z[ recovery-image] Feb 28 10:00:15.465 INFO O| Feb 28 10:00:15.465 INFO STEP 594 (remove_files) COMPLETE
64412025-02-28T10:00:16.617Z[ recovery-image] Feb 28 10:00:15.465 INFO O| Feb 28 10:00:15.465 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-02-28T10:00:16.642Z[ recovery-image] Feb 28 10:00:15.490 INFO O| Feb 28 10:00:15.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64432025-02-28T10:00:16.642Z[ recovery-image] Feb 28 10:00:15.490 INFO O| Feb 28 10:00:15.490 INFO STEP 595 (remove_files) COMPLETE
64442025-02-28T10:00:16.644Z[ recovery-image] Feb 28 10:00:15.490 INFO O| Feb 28 10:00:15.490 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-02-28T10:00:16.680Z[ recovery-image] Feb 28 10:00:15.528 INFO O| Feb 28 10:00:15.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64462025-02-28T10:00:16.682Z[ recovery-image] Feb 28 10:00:15.528 INFO O| Feb 28 10:00:15.528 INFO STEP 596 (remove_files) COMPLETE
64472025-02-28T10:00:16.682Z[ recovery-image] Feb 28 10:00:15.528 INFO O| Feb 28 10:00:15.528 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-02-28T10:00:16.704Z[ recovery-image] Feb 28 10:00:15.553 INFO O| Feb 28 10:00:15.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64492025-02-28T10:00:16.704Z[ recovery-image] Feb 28 10:00:15.553 INFO O| Feb 28 10:00:15.553 INFO STEP 597 (remove_files) COMPLETE
64502025-02-28T10:00:16.705Z[ recovery-image] Feb 28 10:00:15.553 INFO O| Feb 28 10:00:15.553 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-02-28T10:00:16.741Z[ recovery-image] Feb 28 10:00:15.589 INFO O| Feb 28 10:00:15.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64522025-02-28T10:00:16.741Z[ recovery-image] Feb 28 10:00:15.590 INFO O| Feb 28 10:00:15.590 INFO STEP 598 (remove_files) COMPLETE
64532025-02-28T10:00:16.741Z[ recovery-image] Feb 28 10:00:15.590 INFO O| Feb 28 10:00:15.590 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-02-28T10:00:16.767Z[ recovery-image] Feb 28 10:00:15.616 INFO O| Feb 28 10:00:15.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64552025-02-28T10:00:16.770Z[ recovery-image] Feb 28 10:00:15.616 INFO O| Feb 28 10:00:15.616 INFO STEP 599 (remove_files) COMPLETE
64562025-02-28T10:00:16.770Z[ recovery-image] Feb 28 10:00:15.616 INFO O| Feb 28 10:00:15.616 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-02-28T10:00:16.796Z[ recovery-image] Feb 28 10:00:15.644 INFO O| Feb 28 10:00:15.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64582025-02-28T10:00:16.796Z[ recovery-image] Feb 28 10:00:15.644 INFO O| Feb 28 10:00:15.644 INFO STEP 600 (remove_files) COMPLETE
64592025-02-28T10:00:16.798Z[ recovery-image] Feb 28 10:00:15.644 INFO O| Feb 28 10:00:15.644 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-02-28T10:00:16.819Z[ recovery-image] Feb 28 10:00:15.667 INFO O| Feb 28 10:00:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64612025-02-28T10:00:16.819Z[ recovery-image] Feb 28 10:00:15.668 INFO O| Feb 28 10:00:15.668 INFO STEP 601 (remove_files) COMPLETE
64622025-02-28T10:00:16.819Z[ recovery-image] Feb 28 10:00:15.668 INFO O| Feb 28 10:00:15.668 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-02-28T10:00:16.856Z[ recovery-image] Feb 28 10:00:15.704 INFO O| Feb 28 10:00:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64642025-02-28T10:00:16.859Z[ recovery-image] Feb 28 10:00:15.704 INFO O| Feb 28 10:00:15.704 INFO STEP 602 (remove_files) COMPLETE
64652025-02-28T10:00:16.859Z[ recovery-image] Feb 28 10:00:15.704 INFO O| Feb 28 10:00:15.704 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-02-28T10:00:16.915Z[ recovery-image] Feb 28 10:00:15.763 INFO O| Feb 28 10:00:15.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64672025-02-28T10:00:16.918Z[ recovery-image] Feb 28 10:00:15.764 INFO O| Feb 28 10:00:15.764 INFO STEP 603 (remove_files) COMPLETE
64682025-02-28T10:00:16.918Z[ recovery-image] Feb 28 10:00:15.764 INFO O| Feb 28 10:00:15.764 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-02-28T10:00:16.976Z[ recovery-image] Feb 28 10:00:15.824 INFO O| Feb 28 10:00:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64702025-02-28T10:00:16.978Z[ recovery-image] Feb 28 10:00:15.824 INFO O| Feb 28 10:00:15.824 INFO STEP 604 (remove_files) COMPLETE
64712025-02-28T10:00:16.978Z[ recovery-image] Feb 28 10:00:15.824 INFO O| Feb 28 10:00:15.824 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-02-28T10:00:17.003Z[ recovery-image] Feb 28 10:00:15.851 INFO O| Feb 28 10:00:15.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64732025-02-28T10:00:17.006Z[ recovery-image] Feb 28 10:00:15.851 INFO O| Feb 28 10:00:15.851 INFO STEP 605 (remove_files) COMPLETE
64742025-02-28T10:00:17.006Z[ recovery-image] Feb 28 10:00:15.851 INFO O| Feb 28 10:00:15.851 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-02-28T10:00:17.029Z[ recovery-image] Feb 28 10:00:15.878 INFO O| Feb 28 10:00:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64762025-02-28T10:00:17.047Z[ recovery-image] Feb 28 10:00:15.878 INFO O| Feb 28 10:00:15.878 INFO STEP 606 (remove_files) COMPLETE
64772025-02-28T10:00:17.047Z[ recovery-image] Feb 28 10:00:15.878 INFO O| Feb 28 10:00:15.878 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-02-28T10:00:17.055Z[ recovery-image] Feb 28 10:00:15.903 INFO O| Feb 28 10:00:15.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64792025-02-28T10:00:17.058Z[ recovery-image] Feb 28 10:00:15.903 INFO O| Feb 28 10:00:15.903 INFO STEP 607 (remove_files) COMPLETE
64802025-02-28T10:00:17.058Z[ recovery-image] Feb 28 10:00:15.904 INFO O| Feb 28 10:00:15.903 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-02-28T10:00:17.081Z[ recovery-image] Feb 28 10:00:15.929 INFO O| Feb 28 10:00:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64822025-02-28T10:00:17.096Z[ recovery-image] Feb 28 10:00:15.944 INFO O| Feb 28 10:00:15.944 INFO STEP 608 (remove_files) COMPLETE
64832025-02-28T10:00:17.096Z[ recovery-image] Feb 28 10:00:15.944 INFO O| Feb 28 10:00:15.944 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-02-28T10:00:17.122Z[ recovery-image] Feb 28 10:00:15.970 INFO O| Feb 28 10:00:15.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64852025-02-28T10:00:17.125Z[ recovery-image] Feb 28 10:00:15.970 INFO O| Feb 28 10:00:15.970 INFO STEP 609 (remove_files) COMPLETE
64862025-02-28T10:00:17.125Z[ recovery-image] Feb 28 10:00:15.971 INFO O| Feb 28 10:00:15.970 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-02-28T10:00:17.154Z[ recovery-image] Feb 28 10:00:16.002 INFO O| Feb 28 10:00:16.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64882025-02-28T10:00:17.157Z[ recovery-image] Feb 28 10:00:16.002 INFO O| Feb 28 10:00:16.002 INFO STEP 610 (remove_files) COMPLETE
64892025-02-28T10:00:17.157Z[ recovery-image] Feb 28 10:00:16.002 INFO O| Feb 28 10:00:16.002 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-02-28T10:00:17.180Z[ recovery-image] Feb 28 10:00:16.028 INFO O| Feb 28 10:00:16.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64912025-02-28T10:00:17.183Z[ recovery-image] Feb 28 10:00:16.029 INFO O| Feb 28 10:00:16.028 INFO STEP 611 (remove_files) COMPLETE
64922025-02-28T10:00:17.183Z[ recovery-image] Feb 28 10:00:16.029 INFO O| Feb 28 10:00:16.029 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-02-28T10:00:17.206Z[ recovery-image] Feb 28 10:00:16.054 INFO O| Feb 28 10:00:16.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64942025-02-28T10:00:17.209Z[ recovery-image] Feb 28 10:00:16.055 INFO O| Feb 28 10:00:16.055 INFO STEP 612 (remove_files) COMPLETE
64952025-02-28T10:00:17.209Z[ recovery-image] Feb 28 10:00:16.055 INFO O| Feb 28 10:00:16.055 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-02-28T10:00:17.232Z[ recovery-image] Feb 28 10:00:16.080 INFO O| Feb 28 10:00:16.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64972025-02-28T10:00:17.252Z[ recovery-image] Feb 28 10:00:16.100 INFO O| Feb 28 10:00:16.100 INFO STEP 613 (remove_files) COMPLETE
64982025-02-28T10:00:17.252Z[ recovery-image] Feb 28 10:00:16.100 INFO O| Feb 28 10:00:16.100 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-02-28T10:00:17.278Z[ recovery-image] Feb 28 10:00:16.126 INFO O| Feb 28 10:00:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
65002025-02-28T10:00:17.278Z[ recovery-image] Feb 28 10:00:16.126 INFO O| Feb 28 10:00:16.126 INFO STEP 614 (remove_files) COMPLETE
65012025-02-28T10:00:17.281Z[ recovery-image] Feb 28 10:00:16.126 INFO O| Feb 28 10:00:16.126 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-02-28T10:00:17.303Z[ recovery-image] Feb 28 10:00:16.151 INFO O| Feb 28 10:00:16.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
65032025-02-28T10:00:17.303Z[ recovery-image] Feb 28 10:00:16.151 INFO O| Feb 28 10:00:16.151 INFO STEP 615 (remove_files) COMPLETE
65042025-02-28T10:00:17.306Z[ recovery-image] Feb 28 10:00:16.151 INFO O| Feb 28 10:00:16.151 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-02-28T10:00:17.351Z[ recovery-image] Feb 28 10:00:16.199 INFO O| Feb 28 10:00:16.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
65062025-02-28T10:00:17.354Z[ recovery-image] Feb 28 10:00:16.200 INFO O| Feb 28 10:00:16.199 INFO STEP 616 (remove_files) COMPLETE
65072025-02-28T10:00:17.354Z[ recovery-image] Feb 28 10:00:16.200 INFO O| Feb 28 10:00:16.200 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-02-28T10:00:17.378Z[ recovery-image] Feb 28 10:00:16.226 INFO O| Feb 28 10:00:16.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
65092025-02-28T10:00:17.378Z[ recovery-image] Feb 28 10:00:16.226 INFO O| Feb 28 10:00:16.226 INFO STEP 617 (remove_files) COMPLETE
65102025-02-28T10:00:17.378Z[ recovery-image] Feb 28 10:00:16.226 INFO O| Feb 28 10:00:16.226 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-02-28T10:00:17.407Z[ recovery-image] Feb 28 10:00:16.255 INFO O| Feb 28 10:00:16.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
65122025-02-28T10:00:17.410Z[ recovery-image] Feb 28 10:00:16.255 INFO O| Feb 28 10:00:16.255 INFO STEP 618 (remove_files) COMPLETE
65132025-02-28T10:00:17.410Z[ recovery-image] Feb 28 10:00:16.255 INFO O| Feb 28 10:00:16.255 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-02-28T10:00:17.450Z[ recovery-image] Feb 28 10:00:16.298 INFO O| Feb 28 10:00:16.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65152025-02-28T10:00:17.450Z[ recovery-image] Feb 28 10:00:16.298 INFO O| Feb 28 10:00:16.298 INFO STEP 619 (remove_files) COMPLETE
65162025-02-28T10:00:17.450Z[ recovery-image] Feb 28 10:00:16.298 INFO O| Feb 28 10:00:16.298 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-02-28T10:00:17.476Z[ recovery-image] Feb 28 10:00:16.324 INFO O| Feb 28 10:00:16.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65182025-02-28T10:00:17.479Z[ recovery-image] Feb 28 10:00:16.324 INFO O| Feb 28 10:00:16.324 INFO STEP 620 (remove_files) COMPLETE
65192025-02-28T10:00:17.479Z[ recovery-image] Feb 28 10:00:16.324 INFO O| Feb 28 10:00:16.324 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-02-28T10:00:17.501Z[ recovery-image] Feb 28 10:00:16.349 INFO O| Feb 28 10:00:16.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
65212025-02-28T10:00:17.501Z[ recovery-image] Feb 28 10:00:16.349 INFO O| Feb 28 10:00:16.349 INFO STEP 621 (remove_files) COMPLETE
65222025-02-28T10:00:17.501Z[ recovery-image] Feb 28 10:00:16.349 INFO O| Feb 28 10:00:16.349 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-02-28T10:00:17.544Z[ recovery-image] Feb 28 10:00:16.392 INFO O| Feb 28 10:00:16.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
65242025-02-28T10:00:17.547Z[ recovery-image] Feb 28 10:00:16.393 INFO O| Feb 28 10:00:16.393 INFO STEP 622 (remove_files) COMPLETE
65252025-02-28T10:00:17.547Z[ recovery-image] Feb 28 10:00:16.393 INFO O| Feb 28 10:00:16.393 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-02-28T10:00:17.605Z[ recovery-image] Feb 28 10:00:16.453 INFO O| Feb 28 10:00:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
65272025-02-28T10:00:17.608Z[ recovery-image] Feb 28 10:00:16.453 INFO O| Feb 28 10:00:16.453 INFO STEP 623 (remove_files) COMPLETE
65282025-02-28T10:00:17.608Z[ recovery-image] Feb 28 10:00:16.453 INFO O| Feb 28 10:00:16.453 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-02-28T10:00:17.632Z[ recovery-image] Feb 28 10:00:16.480 INFO O| Feb 28 10:00:16.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65302025-02-28T10:00:17.635Z[ recovery-image] Feb 28 10:00:16.480 INFO O| Feb 28 10:00:16.480 INFO STEP 624 (remove_files) COMPLETE
65312025-02-28T10:00:17.635Z[ recovery-image] Feb 28 10:00:16.480 INFO O| Feb 28 10:00:16.480 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-02-28T10:00:17.656Z[ recovery-image] Feb 28 10:00:16.504 INFO O| Feb 28 10:00:16.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65332025-02-28T10:00:17.659Z[ recovery-image] Feb 28 10:00:16.505 INFO O| Feb 28 10:00:16.505 INFO STEP 625 (remove_files) COMPLETE
65342025-02-28T10:00:17.659Z[ recovery-image] Feb 28 10:00:16.505 INFO O| Feb 28 10:00:16.505 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-02-28T10:00:17.691Z[ recovery-image] Feb 28 10:00:16.539 INFO O| Feb 28 10:00:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
65362025-02-28T10:00:17.694Z[ recovery-image] Feb 28 10:00:16.540 INFO O| Feb 28 10:00:16.539 INFO STEP 626 (remove_files) COMPLETE
65372025-02-28T10:00:17.694Z[ recovery-image] Feb 28 10:00:16.540 INFO O| Feb 28 10:00:16.540 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-02-28T10:00:17.715Z[ recovery-image] Feb 28 10:00:16.563 INFO O| Feb 28 10:00:16.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65392025-02-28T10:00:17.718Z[ recovery-image] Feb 28 10:00:16.564 INFO O| Feb 28 10:00:16.564 INFO STEP 627 (remove_files) COMPLETE
65402025-02-28T10:00:17.718Z[ recovery-image] Feb 28 10:00:16.565 INFO O| Feb 28 10:00:16.564 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-02-28T10:00:17.771Z[ recovery-image] Feb 28 10:00:16.619 INFO O| Feb 28 10:00:16.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65422025-02-28T10:00:17.776Z[ recovery-image] Feb 28 10:00:16.620 INFO O| Feb 28 10:00:16.620 INFO STEP 628 (remove_files) COMPLETE
65432025-02-28T10:00:17.776Z[ recovery-image] Feb 28 10:00:16.620 INFO O| Feb 28 10:00:16.620 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-02-28T10:00:17.860Z[ recovery-image] Feb 28 10:00:16.708 INFO O| Feb 28 10:00:16.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65452025-02-28T10:00:17.860Z[ recovery-image] Feb 28 10:00:16.708 INFO O| Feb 28 10:00:16.708 INFO STEP 629 (remove_files) COMPLETE
65462025-02-28T10:00:17.864Z[ recovery-image] Feb 28 10:00:16.708 INFO O| Feb 28 10:00:16.708 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-02-28T10:00:17.883Z[ recovery-image] Feb 28 10:00:16.731 INFO O| Feb 28 10:00:16.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65482025-02-28T10:00:17.883Z[ recovery-image] Feb 28 10:00:16.732 INFO O| Feb 28 10:00:16.731 INFO STEP 630 (remove_files) COMPLETE
65492025-02-28T10:00:17.886Z[ recovery-image] Feb 28 10:00:16.732 INFO O| Feb 28 10:00:16.732 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-02-28T10:00:17.905Z[ recovery-image] Feb 28 10:00:16.753 INFO O| Feb 28 10:00:16.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65512025-02-28T10:00:17.908Z[ recovery-image] Feb 28 10:00:16.753 INFO O| Feb 28 10:00:16.753 INFO STEP 631 (remove_files) COMPLETE
65522025-02-28T10:00:17.908Z[ recovery-image] Feb 28 10:00:16.753 INFO O| Feb 28 10:00:16.753 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-02-28T10:00:17.928Z[ recovery-image] Feb 28 10:00:16.776 INFO O| Feb 28 10:00:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65542025-02-28T10:00:17.928Z[ recovery-image] Feb 28 10:00:16.776 INFO O| Feb 28 10:00:16.776 INFO STEP 632 (remove_files) COMPLETE
65552025-02-28T10:00:17.931Z[ recovery-image] Feb 28 10:00:16.776 INFO O| Feb 28 10:00:16.776 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-02-28T10:00:17.952Z[ recovery-image] Feb 28 10:00:16.800 INFO O| Feb 28 10:00:16.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65572025-02-28T10:00:17.952Z[ recovery-image] Feb 28 10:00:16.800 INFO O| Feb 28 10:00:16.800 INFO STEP 633 (remove_files) COMPLETE
65582025-02-28T10:00:17.953Z[ recovery-image] Feb 28 10:00:16.800 INFO O| Feb 28 10:00:16.800 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-02-28T10:00:17.987Z[ recovery-image] Feb 28 10:00:16.835 INFO O| Feb 28 10:00:16.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65602025-02-28T10:00:17.987Z[ recovery-image] Feb 28 10:00:16.835 INFO O| Feb 28 10:00:16.835 INFO STEP 634 (remove_files) COMPLETE
65612025-02-28T10:00:17.987Z[ recovery-image] Feb 28 10:00:16.835 INFO O| Feb 28 10:00:16.835 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-02-28T10:00:18.016Z[ recovery-image] Feb 28 10:00:16.864 INFO O| Feb 28 10:00:16.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65632025-02-28T10:00:18.018Z[ recovery-image] Feb 28 10:00:16.864 INFO O| Feb 28 10:00:16.864 INFO STEP 635 (remove_files) COMPLETE
65642025-02-28T10:00:18.019Z[ recovery-image] Feb 28 10:00:16.864 INFO O| Feb 28 10:00:16.864 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-02-28T10:00:18.058Z[ recovery-image] Feb 28 10:00:16.906 INFO O| Feb 28 10:00:16.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65662025-02-28T10:00:18.061Z[ recovery-image] Feb 28 10:00:16.906 INFO O| Feb 28 10:00:16.906 INFO STEP 636 (remove_files) COMPLETE
65672025-02-28T10:00:18.061Z[ recovery-image] Feb 28 10:00:16.906 INFO O| Feb 28 10:00:16.906 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-02-28T10:00:18.144Z[ recovery-image] Feb 28 10:00:16.991 INFO O| Feb 28 10:00:16.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65692025-02-28T10:00:18.144Z[ recovery-image] Feb 28 10:00:16.991 INFO O| Feb 28 10:00:16.991 INFO STEP 637 (remove_files) COMPLETE
65702025-02-28T10:00:18.147Z[ recovery-image] Feb 28 10:00:16.991 INFO O| Feb 28 10:00:16.991 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-02-28T10:00:18.181Z[ recovery-image] Feb 28 10:00:17.029 INFO O| Feb 28 10:00:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65722025-02-28T10:00:18.204Z[ recovery-image] Feb 28 10:00:17.051 INFO O| Feb 28 10:00:17.051 INFO STEP 638 (remove_files) COMPLETE
65732025-02-28T10:00:18.205Z[ recovery-image] Feb 28 10:00:17.051 INFO O| Feb 28 10:00:17.051 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-02-28T10:00:18.267Z[ recovery-image] Feb 28 10:00:17.115 INFO O| Feb 28 10:00:17.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65752025-02-28T10:00:18.267Z[ recovery-image] Feb 28 10:00:17.115 INFO O| Feb 28 10:00:17.115 INFO STEP 639 (remove_files) COMPLETE
65762025-02-28T10:00:18.270Z[ recovery-image] Feb 28 10:00:17.115 INFO O| Feb 28 10:00:17.115 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-02-28T10:00:18.291Z[ recovery-image] Feb 28 10:00:17.139 INFO O| Feb 28 10:00:17.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65782025-02-28T10:00:18.291Z[ recovery-image] Feb 28 10:00:17.140 INFO O| Feb 28 10:00:17.140 INFO STEP 640 (remove_files) COMPLETE
65792025-02-28T10:00:18.291Z[ recovery-image] Feb 28 10:00:17.140 INFO O| Feb 28 10:00:17.140 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-02-28T10:00:18.328Z[ recovery-image] Feb 28 10:00:17.176 INFO O| Feb 28 10:00:17.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65812025-02-28T10:00:18.329Z[ recovery-image] Feb 28 10:00:17.176 INFO O| Feb 28 10:00:17.176 INFO STEP 641 (remove_files) COMPLETE
65822025-02-28T10:00:18.331Z[ recovery-image] Feb 28 10:00:17.176 INFO O| Feb 28 10:00:17.176 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-02-28T10:00:18.399Z[ recovery-image] Feb 28 10:00:17.247 INFO O| Feb 28 10:00:17.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65842025-02-28T10:00:18.399Z[ recovery-image] Feb 28 10:00:17.247 INFO O| Feb 28 10:00:17.247 INFO STEP 642 (remove_files) COMPLETE
65852025-02-28T10:00:18.399Z[ recovery-image] Feb 28 10:00:17.247 INFO O| Feb 28 10:00:17.247 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-02-28T10:00:18.425Z[ recovery-image] Feb 28 10:00:17.273 INFO O| Feb 28 10:00:17.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65872025-02-28T10:00:18.425Z[ recovery-image] Feb 28 10:00:17.273 INFO O| Feb 28 10:00:17.273 INFO STEP 643 (remove_files) COMPLETE
65882025-02-28T10:00:18.430Z[ recovery-image] Feb 28 10:00:17.273 INFO O| Feb 28 10:00:17.273 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-02-28T10:00:18.452Z[ recovery-image] Feb 28 10:00:17.299 INFO O| Feb 28 10:00:17.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65902025-02-28T10:00:18.455Z[ recovery-image] Feb 28 10:00:17.299 INFO O| Feb 28 10:00:17.299 INFO STEP 644 (remove_files) COMPLETE
65912025-02-28T10:00:18.455Z[ recovery-image] Feb 28 10:00:17.299 INFO O| Feb 28 10:00:17.299 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-02-28T10:00:18.476Z[ recovery-image] Feb 28 10:00:17.324 INFO O| Feb 28 10:00:17.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65932025-02-28T10:00:18.476Z[ recovery-image] Feb 28 10:00:17.324 INFO O| Feb 28 10:00:17.324 INFO STEP 645 (remove_files) COMPLETE
65942025-02-28T10:00:18.476Z[ recovery-image] Feb 28 10:00:17.324 INFO O| Feb 28 10:00:17.324 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-02-28T10:00:18.515Z[ recovery-image] Feb 28 10:00:17.363 INFO O| Feb 28 10:00:17.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65962025-02-28T10:00:18.532Z[ recovery-image] Feb 28 10:00:17.380 INFO O| Feb 28 10:00:17.380 INFO STEP 646 (remove_files) COMPLETE
65972025-02-28T10:00:18.532Z[ recovery-image] Feb 28 10:00:17.380 INFO O| Feb 28 10:00:17.380 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-02-28T10:00:18.581Z[ recovery-image] Feb 28 10:00:17.429 INFO O| Feb 28 10:00:17.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65992025-02-28T10:00:18.584Z[ recovery-image] Feb 28 10:00:17.430 INFO O| Feb 28 10:00:17.430 INFO STEP 647 (remove_files) COMPLETE
66002025-02-28T10:00:18.584Z[ recovery-image] Feb 28 10:00:17.430 INFO O| Feb 28 10:00:17.430 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-02-28T10:00:18.655Z[ recovery-image] Feb 28 10:00:17.487 INFO O| Feb 28 10:00:17.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66022025-02-28T10:00:18.655Z[ recovery-image] Feb 28 10:00:17.487 INFO O| Feb 28 10:00:17.485 INFO STEP 648 (remove_files) COMPLETE
66032025-02-28T10:00:18.655Z[ recovery-image] Feb 28 10:00:17.487 INFO O| Feb 28 10:00:17.485 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-02-28T10:00:18.662Z[ recovery-image] Feb 28 10:00:17.509 INFO O| Feb 28 10:00:17.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66052025-02-28T10:00:18.662Z[ recovery-image] Feb 28 10:00:17.509 INFO O| Feb 28 10:00:17.509 INFO STEP 649 (remove_files) COMPLETE
66062025-02-28T10:00:18.662Z[ recovery-image] Feb 28 10:00:17.509 INFO O| Feb 28 10:00:17.509 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-02-28T10:00:18.690Z[ recovery-image] Feb 28 10:00:17.538 INFO O| Feb 28 10:00:17.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66082025-02-28T10:00:18.690Z[ recovery-image] Feb 28 10:00:17.538 INFO O| Feb 28 10:00:17.534 INFO STEP 650 (remove_files) COMPLETE
66092025-02-28T10:00:18.693Z[ recovery-image] Feb 28 10:00:17.538 INFO O| Feb 28 10:00:17.534 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-02-28T10:00:19.242Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
66112025-02-28T10:00:19.265Z[ recovery-image] Feb 28 10:00:18.113 INFO O| Feb 28 10:00:18.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66122025-02-28T10:00:19.265Z[ recovery-image] Feb 28 10:00:18.113 INFO O| Feb 28 10:00:18.113 INFO STEP 651 (remove_files) COMPLETE
66132025-02-28T10:00:19.265Z[ recovery-image] Feb 28 10:00:18.113 INFO O| Feb 28 10:00:18.113 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-02-28T10:00:19.287Z[ recovery-image] Feb 28 10:00:18.134 INFO O| Feb 28 10:00:18.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66152025-02-28T10:00:19.287Z[ recovery-image] Feb 28 10:00:18.134 INFO O| Feb 28 10:00:18.134 INFO STEP 652 (remove_files) COMPLETE
66162025-02-28T10:00:19.287Z[ recovery-image] Feb 28 10:00:18.134 INFO O| Feb 28 10:00:18.134 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-02-28T10:00:19.328Z[ recovery-image] Feb 28 10:00:18.169 INFO O| Feb 28 10:00:18.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66182025-02-28T10:00:19.329Z[ recovery-image] Feb 28 10:00:18.169 INFO O| Feb 28 10:00:18.169 INFO STEP 653 (remove_files) COMPLETE
66192025-02-28T10:00:19.329Z[ recovery-image] Feb 28 10:00:18.169 INFO O| Feb 28 10:00:18.169 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-02-28T10:00:19.361Z[ recovery-image] Feb 28 10:00:18.208 INFO O| Feb 28 10:00:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66212025-02-28T10:00:19.361Z[ recovery-image] Feb 28 10:00:18.209 INFO O| Feb 28 10:00:18.209 INFO STEP 654 (remove_files) COMPLETE
66222025-02-28T10:00:19.362Z[ recovery-image] Feb 28 10:00:18.209 INFO O| Feb 28 10:00:18.209 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-02-28T10:00:19.384Z[ recovery-image] Feb 28 10:00:18.232 INFO O| Feb 28 10:00:18.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66242025-02-28T10:00:19.384Z[ recovery-image] Feb 28 10:00:18.232 INFO O| Feb 28 10:00:18.232 INFO STEP 655 (remove_files) COMPLETE
66252025-02-28T10:00:19.386Z[ recovery-image] Feb 28 10:00:18.232 INFO O| Feb 28 10:00:18.232 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-02-28T10:00:19.406Z[ recovery-image] Feb 28 10:00:18.254 INFO O| Feb 28 10:00:18.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66272025-02-28T10:00:19.406Z[ recovery-image] Feb 28 10:00:18.255 INFO O| Feb 28 10:00:18.255 INFO STEP 656 (remove_files) COMPLETE
66282025-02-28T10:00:19.409Z[ recovery-image] Feb 28 10:00:18.255 INFO O| Feb 28 10:00:18.255 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-02-28T10:00:19.430Z[ recovery-image] Feb 28 10:00:18.278 INFO O| Feb 28 10:00:18.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66302025-02-28T10:00:19.430Z[ recovery-image] Feb 28 10:00:18.278 INFO O| Feb 28 10:00:18.278 INFO STEP 657 (remove_files) COMPLETE
66312025-02-28T10:00:19.433Z[ recovery-image] Feb 28 10:00:18.279 INFO O| Feb 28 10:00:18.278 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-02-28T10:00:19.525Z[ recovery-image] Feb 28 10:00:18.373 INFO O| Feb 28 10:00:18.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66332025-02-28T10:00:19.525Z[ recovery-image] Feb 28 10:00:18.373 INFO O| Feb 28 10:00:18.373 INFO STEP 658 (remove_files) COMPLETE
66342025-02-28T10:00:19.528Z[ recovery-image] Feb 28 10:00:18.373 INFO O| Feb 28 10:00:18.373 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-02-28T10:00:19.577Z[ recovery-image] Feb 28 10:00:18.426 INFO O| Feb 28 10:00:18.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66362025-02-28T10:00:19.578Z[ recovery-image] Feb 28 10:00:18.426 INFO O| Feb 28 10:00:18.426 INFO STEP 659 (remove_files) COMPLETE
66372025-02-28T10:00:19.578Z[ recovery-image] Feb 28 10:00:18.426 INFO O| Feb 28 10:00:18.426 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-02-28T10:00:19.617Z[ recovery-image] Feb 28 10:00:18.465 INFO O| Feb 28 10:00:18.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66392025-02-28T10:00:19.617Z[ recovery-image] Feb 28 10:00:18.465 INFO O| Feb 28 10:00:18.465 INFO STEP 660 (remove_files) COMPLETE
66402025-02-28T10:00:19.617Z[ recovery-image] Feb 28 10:00:18.465 INFO O| Feb 28 10:00:18.465 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-02-28T10:00:19.640Z[ recovery-image] Feb 28 10:00:18.488 INFO O| Feb 28 10:00:18.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66422025-02-28T10:00:19.640Z[ recovery-image] Feb 28 10:00:18.488 INFO O| Feb 28 10:00:18.488 INFO STEP 661 (remove_files) COMPLETE
66432025-02-28T10:00:19.640Z[ recovery-image] Feb 28 10:00:18.488 INFO O| Feb 28 10:00:18.488 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-02-28T10:00:19.676Z[ recovery-image] Feb 28 10:00:18.524 INFO O| Feb 28 10:00:18.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66452025-02-28T10:00:19.676Z[ recovery-image] Feb 28 10:00:18.524 INFO O| Feb 28 10:00:18.524 INFO STEP 662 (remove_files) COMPLETE
66462025-02-28T10:00:19.679Z[ recovery-image] Feb 28 10:00:18.524 INFO O| Feb 28 10:00:18.524 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-02-28T10:00:19.752Z[ recovery-image] Feb 28 10:00:18.600 INFO O| Feb 28 10:00:18.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66482025-02-28T10:00:19.755Z[ recovery-image] Feb 28 10:00:18.600 INFO O| Feb 28 10:00:18.600 INFO STEP 663 (remove_files) COMPLETE
66492025-02-28T10:00:19.755Z[ recovery-image] Feb 28 10:00:18.600 INFO O| Feb 28 10:00:18.600 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-02-28T10:00:19.804Z[ recovery-image] Feb 28 10:00:18.652 INFO O| Feb 28 10:00:18.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66512025-02-28T10:00:19.804Z[ recovery-image] Feb 28 10:00:18.652 INFO O| Feb 28 10:00:18.652 INFO STEP 664 (remove_files) COMPLETE
66522025-02-28T10:00:19.807Z[ recovery-image] Feb 28 10:00:18.653 INFO O| Feb 28 10:00:18.652 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-02-28T10:00:19.846Z[ recovery-image] Feb 28 10:00:18.694 INFO O| Feb 28 10:00:18.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66542025-02-28T10:00:19.849Z[ recovery-image] Feb 28 10:00:18.694 INFO O| Feb 28 10:00:18.694 INFO STEP 665 (remove_files) COMPLETE
66552025-02-28T10:00:19.849Z[ recovery-image] Feb 28 10:00:18.694 INFO O| Feb 28 10:00:18.694 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-02-28T10:00:19.884Z[ recovery-image] Feb 28 10:00:18.732 INFO O| Feb 28 10:00:18.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66572025-02-28T10:00:19.884Z[ recovery-image] Feb 28 10:00:18.732 INFO O| Feb 28 10:00:18.732 INFO STEP 666 (remove_files) COMPLETE
66582025-02-28T10:00:19.884Z[ recovery-image] Feb 28 10:00:18.732 INFO O| Feb 28 10:00:18.732 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-02-28T10:00:19.909Z[ recovery-image] Feb 28 10:00:18.758 INFO O| Feb 28 10:00:18.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66602025-02-28T10:00:19.910Z[ recovery-image] Feb 28 10:00:18.758 INFO O| Feb 28 10:00:18.758 INFO STEP 667 (remove_files) COMPLETE
66612025-02-28T10:00:19.912Z[ recovery-image] Feb 28 10:00:18.758 INFO O| Feb 28 10:00:18.758 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-02-28T10:00:19.947Z[ recovery-image] Feb 28 10:00:18.784 INFO O| Feb 28 10:00:18.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66632025-02-28T10:00:19.947Z[ recovery-image] Feb 28 10:00:18.784 INFO O| Feb 28 10:00:18.784 INFO STEP 668 (remove_files) COMPLETE
66642025-02-28T10:00:19.950Z[ recovery-image] Feb 28 10:00:18.784 INFO O| Feb 28 10:00:18.784 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-02-28T10:00:19.974Z[ recovery-image] Feb 28 10:00:18.821 INFO O| Feb 28 10:00:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66662025-02-28T10:00:19.974Z[ recovery-image] Feb 28 10:00:18.821 INFO O| Feb 28 10:00:18.821 INFO STEP 669 (remove_files) COMPLETE
66672025-02-28T10:00:19.974Z[ recovery-image] Feb 28 10:00:18.821 INFO O| Feb 28 10:00:18.821 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-02-28T10:00:20.038Z[ recovery-image] Feb 28 10:00:18.886 INFO O| Feb 28 10:00:18.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66692025-02-28T10:00:20.049Z[ recovery-image] Feb 28 10:00:18.896 INFO O| Feb 28 10:00:18.896 INFO STEP 670 (remove_files) COMPLETE
66702025-02-28T10:00:20.049Z[ recovery-image] Feb 28 10:00:18.896 INFO O| Feb 28 10:00:18.896 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-02-28T10:00:20.086Z[ recovery-image] Feb 28 10:00:18.934 INFO O| Feb 28 10:00:18.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66722025-02-28T10:00:20.089Z[ recovery-image] Feb 28 10:00:18.934 INFO O| Feb 28 10:00:18.934 INFO STEP 671 (remove_files) COMPLETE
66732025-02-28T10:00:20.089Z[ recovery-image] Feb 28 10:00:18.934 INFO O| Feb 28 10:00:18.934 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-02-28T10:00:20.121Z[ recovery-image] Feb 28 10:00:18.969 INFO O| Feb 28 10:00:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66752025-02-28T10:00:20.124Z[ recovery-image] Feb 28 10:00:18.969 INFO O| Feb 28 10:00:18.969 INFO STEP 672 (remove_files) COMPLETE
66762025-02-28T10:00:20.124Z[ recovery-image] Feb 28 10:00:18.970 INFO O| Feb 28 10:00:18.969 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-02-28T10:00:20.144Z[ recovery-image] Feb 28 10:00:18.993 INFO O| Feb 28 10:00:18.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66782025-02-28T10:00:20.145Z[ recovery-image] Feb 28 10:00:18.993 INFO O| Feb 28 10:00:18.993 INFO STEP 673 (remove_files) COMPLETE
66792025-02-28T10:00:20.148Z[ recovery-image] Feb 28 10:00:18.993 INFO O| Feb 28 10:00:18.993 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-02-28T10:00:20.184Z[ recovery-image] Feb 28 10:00:19.032 INFO O| Feb 28 10:00:19.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66812025-02-28T10:00:20.184Z[ recovery-image] Feb 28 10:00:19.032 INFO O| Feb 28 10:00:19.032 INFO STEP 674 (remove_files) COMPLETE
66822025-02-28T10:00:20.186Z[ recovery-image] Feb 28 10:00:19.032 INFO O| Feb 28 10:00:19.032 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-02-28T10:00:20.231Z[ recovery-image] Feb 28 10:00:19.079 INFO O| Feb 28 10:00:19.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66842025-02-28T10:00:20.235Z[ recovery-image] Feb 28 10:00:19.080 INFO O| Feb 28 10:00:19.080 INFO STEP 675 (remove_files) COMPLETE
66852025-02-28T10:00:20.235Z[ recovery-image] Feb 28 10:00:19.080 INFO O| Feb 28 10:00:19.080 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-02-28T10:00:20.256Z[ recovery-image] Feb 28 10:00:19.104 INFO O| Feb 28 10:00:19.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66872025-02-28T10:00:20.259Z[ recovery-image] Feb 28 10:00:19.105 INFO O| Feb 28 10:00:19.105 INFO STEP 676 (remove_files) COMPLETE
66882025-02-28T10:00:20.259Z[ recovery-image] Feb 28 10:00:19.105 INFO O| Feb 28 10:00:19.105 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-02-28T10:00:20.280Z[ recovery-image] Feb 28 10:00:19.128 INFO O| Feb 28 10:00:19.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66902025-02-28T10:00:20.280Z[ recovery-image] Feb 28 10:00:19.128 INFO O| Feb 28 10:00:19.128 INFO STEP 677 (remove_files) COMPLETE
66912025-02-28T10:00:20.280Z[ recovery-image] Feb 28 10:00:19.128 INFO O| Feb 28 10:00:19.128 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-02-28T10:00:20.303Z[ recovery-image] Feb 28 10:00:19.151 INFO O| Feb 28 10:00:19.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66932025-02-28T10:00:20.303Z[ recovery-image] Feb 28 10:00:19.151 INFO O| Feb 28 10:00:19.151 INFO STEP 678 (remove_files) COMPLETE
66942025-02-28T10:00:20.303Z[ recovery-image] Feb 28 10:00:19.151 INFO O| Feb 28 10:00:19.151 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-02-28T10:00:20.411Z[ recovery-image] Feb 28 10:00:19.259 INFO O| Feb 28 10:00:19.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66962025-02-28T10:00:20.411Z[ recovery-image] Feb 28 10:00:19.259 INFO O| Feb 28 10:00:19.259 INFO STEP 679 (remove_files) COMPLETE
66972025-02-28T10:00:20.411Z[ recovery-image] Feb 28 10:00:19.259 INFO O| Feb 28 10:00:19.259 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-02-28T10:00:20.463Z[ recovery-image] Feb 28 10:00:19.311 INFO O| Feb 28 10:00:19.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66992025-02-28T10:00:20.463Z[ recovery-image] Feb 28 10:00:19.312 INFO O| Feb 28 10:00:19.311 INFO STEP 680 (remove_files) COMPLETE
67002025-02-28T10:00:20.466Z[ recovery-image] Feb 28 10:00:19.312 INFO O| Feb 28 10:00:19.312 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-02-28T10:00:20.525Z[ recovery-image] Feb 28 10:00:19.373 INFO O| Feb 28 10:00:19.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
67022025-02-28T10:00:20.525Z[ recovery-image] Feb 28 10:00:19.373 INFO O| Feb 28 10:00:19.373 INFO STEP 681 (remove_files) COMPLETE
67032025-02-28T10:00:20.528Z[ recovery-image] Feb 28 10:00:19.373 INFO O| Feb 28 10:00:19.373 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-02-28T10:00:20.547Z[ recovery-image] Feb 28 10:00:19.395 INFO O| Feb 28 10:00:19.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
67052025-02-28T10:00:20.547Z[ recovery-image] Feb 28 10:00:19.395 INFO O| Feb 28 10:00:19.395 INFO STEP 682 (remove_files) COMPLETE
67062025-02-28T10:00:20.547Z[ recovery-image] Feb 28 10:00:19.396 INFO O| Feb 28 10:00:19.395 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-02-28T10:00:20.572Z[ recovery-image] Feb 28 10:00:19.419 INFO O| Feb 28 10:00:19.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
67082025-02-28T10:00:20.575Z[ recovery-image] Feb 28 10:00:19.419 INFO O| Feb 28 10:00:19.419 INFO STEP 683 (remove_files) COMPLETE
67092025-02-28T10:00:20.575Z[ recovery-image] Feb 28 10:00:19.420 INFO O| Feb 28 10:00:19.420 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-02-28T10:00:20.594Z[ recovery-image] Feb 28 10:00:19.442 INFO O| Feb 28 10:00:19.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
67112025-02-28T10:00:20.596Z[ recovery-image] Feb 28 10:00:19.442 INFO O| Feb 28 10:00:19.442 INFO STEP 684 (remove_files) COMPLETE
67122025-02-28T10:00:20.597Z[ recovery-image] Feb 28 10:00:19.442 INFO O| Feb 28 10:00:19.442 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-02-28T10:00:20.616Z[ recovery-image] Feb 28 10:00:19.464 INFO O| Feb 28 10:00:19.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
67142025-02-28T10:00:20.619Z[ recovery-image] Feb 28 10:00:19.464 INFO O| Feb 28 10:00:19.464 INFO STEP 685 (remove_files) COMPLETE
67152025-02-28T10:00:20.619Z[ recovery-image] Feb 28 10:00:19.465 INFO O| Feb 28 10:00:19.464 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-02-28T10:00:20.638Z[ recovery-image] Feb 28 10:00:19.487 INFO O| Feb 28 10:00:19.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
67172025-02-28T10:00:20.641Z[ recovery-image] Feb 28 10:00:19.487 INFO O| Feb 28 10:00:19.487 INFO STEP 686 (remove_files) COMPLETE
67182025-02-28T10:00:20.642Z[ recovery-image] Feb 28 10:00:19.487 INFO O| Feb 28 10:00:19.487 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-02-28T10:00:20.677Z[ recovery-image] Feb 28 10:00:19.525 INFO O| Feb 28 10:00:19.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
67202025-02-28T10:00:20.680Z[ recovery-image] Feb 28 10:00:19.525 INFO O| Feb 28 10:00:19.525 INFO STEP 687 (remove_files) COMPLETE
67212025-02-28T10:00:20.680Z[ recovery-image] Feb 28 10:00:19.525 INFO O| Feb 28 10:00:19.525 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-02-28T10:00:20.727Z[ recovery-image] Feb 28 10:00:19.575 INFO O| Feb 28 10:00:19.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
67232025-02-28T10:00:20.727Z[ recovery-image] Feb 28 10:00:19.575 INFO O| Feb 28 10:00:19.575 INFO STEP 688 (remove_files) COMPLETE
67242025-02-28T10:00:20.730Z[ recovery-image] Feb 28 10:00:19.575 INFO O| Feb 28 10:00:19.575 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-02-28T10:00:20.753Z[ recovery-image] Feb 28 10:00:19.601 INFO O| Feb 28 10:00:19.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
67262025-02-28T10:00:20.753Z[ recovery-image] Feb 28 10:00:19.601 INFO O| Feb 28 10:00:19.601 INFO STEP 689 (remove_files) COMPLETE
67272025-02-28T10:00:20.756Z[ recovery-image] Feb 28 10:00:19.601 INFO O| Feb 28 10:00:19.601 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-02-28T10:00:20.783Z[ recovery-image] Feb 28 10:00:19.631 INFO O| Feb 28 10:00:19.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
67292025-02-28T10:00:20.784Z[ recovery-image] Feb 28 10:00:19.631 INFO O| Feb 28 10:00:19.631 INFO STEP 690 (remove_files) COMPLETE
67302025-02-28T10:00:20.787Z[ recovery-image] Feb 28 10:00:19.631 INFO O| Feb 28 10:00:19.631 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-02-28T10:00:20.806Z[ recovery-image] Feb 28 10:00:19.654 INFO O| Feb 28 10:00:19.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67322025-02-28T10:00:20.806Z[ recovery-image] Feb 28 10:00:19.654 INFO O| Feb 28 10:00:19.654 INFO STEP 691 (remove_files) COMPLETE
67332025-02-28T10:00:20.806Z[ recovery-image] Feb 28 10:00:19.654 INFO O| Feb 28 10:00:19.654 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-02-28T10:00:20.830Z[ recovery-image] Feb 28 10:00:19.678 INFO O| Feb 28 10:00:19.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67352025-02-28T10:00:20.833Z[ recovery-image] Feb 28 10:00:19.678 INFO O| Feb 28 10:00:19.678 INFO STEP 692 (remove_files) COMPLETE
67362025-02-28T10:00:20.833Z[ recovery-image] Feb 28 10:00:19.679 INFO O| Feb 28 10:00:19.678 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-02-28T10:00:20.854Z[ recovery-image] Feb 28 10:00:19.702 INFO O| Feb 28 10:00:19.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
67382025-02-28T10:00:20.854Z[ recovery-image] Feb 28 10:00:19.702 INFO O| Feb 28 10:00:19.702 INFO STEP 693 (remove_files) COMPLETE
67392025-02-28T10:00:20.854Z[ recovery-image] Feb 28 10:00:19.702 INFO O| Feb 28 10:00:19.702 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-02-28T10:00:20.894Z[ recovery-image] Feb 28 10:00:19.742 INFO O| Feb 28 10:00:19.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
67412025-02-28T10:00:20.895Z[ recovery-image] Feb 28 10:00:19.742 INFO O| Feb 28 10:00:19.742 INFO STEP 694 (remove_files) COMPLETE
67422025-02-28T10:00:20.895Z[ recovery-image] Feb 28 10:00:19.742 INFO O| Feb 28 10:00:19.742 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-02-28T10:00:20.916Z[ recovery-image] Feb 28 10:00:19.764 INFO O| Feb 28 10:00:19.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67442025-02-28T10:00:20.916Z[ recovery-image] Feb 28 10:00:19.764 INFO O| Feb 28 10:00:19.764 INFO STEP 695 (remove_files) COMPLETE
67452025-02-28T10:00:20.919Z[ recovery-image] Feb 28 10:00:19.764 INFO O| Feb 28 10:00:19.764 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-02-28T10:00:20.953Z[ recovery-image] Feb 28 10:00:19.801 INFO O| Feb 28 10:00:19.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67472025-02-28T10:00:20.956Z[ recovery-image] Feb 28 10:00:19.802 INFO O| Feb 28 10:00:19.802 INFO STEP 696 (remove_files) COMPLETE
67482025-02-28T10:00:20.956Z[ recovery-image] Feb 28 10:00:19.802 INFO O| Feb 28 10:00:19.802 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-02-28T10:00:20.978Z[ recovery-image] Feb 28 10:00:19.825 INFO O| Feb 28 10:00:19.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67502025-02-28T10:00:20.978Z[ recovery-image] Feb 28 10:00:19.826 INFO O| Feb 28 10:00:19.826 INFO STEP 697 (remove_files) COMPLETE
67512025-02-28T10:00:20.978Z[ recovery-image] Feb 28 10:00:19.826 INFO O| Feb 28 10:00:19.826 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-02-28T10:00:20.999Z[ recovery-image] Feb 28 10:00:19.847 INFO O| Feb 28 10:00:19.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67532025-02-28T10:00:20.999Z[ recovery-image] Feb 28 10:00:19.847 INFO O| Feb 28 10:00:19.847 INFO STEP 698 (remove_files) COMPLETE
67542025-02-28T10:00:20.999Z[ recovery-image] Feb 28 10:00:19.847 INFO O| Feb 28 10:00:19.847 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-02-28T10:00:21.022Z[ recovery-image] Feb 28 10:00:19.870 INFO O| Feb 28 10:00:19.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67562025-02-28T10:00:21.022Z[ recovery-image] Feb 28 10:00:19.870 INFO O| Feb 28 10:00:19.870 INFO STEP 699 (remove_files) COMPLETE
67572025-02-28T10:00:21.022Z[ recovery-image] Feb 28 10:00:19.870 INFO O| Feb 28 10:00:19.870 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-02-28T10:00:21.107Z[ recovery-image] Feb 28 10:00:19.955 INFO O| Feb 28 10:00:19.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67592025-02-28T10:00:21.107Z[ recovery-image] Feb 28 10:00:19.955 INFO O| Feb 28 10:00:19.955 INFO STEP 700 (remove_files) COMPLETE
67602025-02-28T10:00:21.110Z[ recovery-image] Feb 28 10:00:19.955 INFO O| Feb 28 10:00:19.955 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-02-28T10:00:21.144Z[ recovery-image] Feb 28 10:00:19.992 INFO O| Feb 28 10:00:19.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67622025-02-28T10:00:21.147Z[ recovery-image] Feb 28 10:00:19.993 INFO O| Feb 28 10:00:19.993 INFO STEP 701 (remove_files) COMPLETE
67632025-02-28T10:00:21.147Z[ recovery-image] Feb 28 10:00:19.993 INFO O| Feb 28 10:00:19.993 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-02-28T10:00:21.167Z[ recovery-image] Feb 28 10:00:20.015 INFO O| Feb 28 10:00:20.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67652025-02-28T10:00:21.167Z[ recovery-image] Feb 28 10:00:20.016 INFO O| Feb 28 10:00:20.016 INFO STEP 702 (remove_files) COMPLETE
67662025-02-28T10:00:21.167Z[ recovery-image] Feb 28 10:00:20.016 INFO O| Feb 28 10:00:20.016 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-02-28T10:00:21.210Z[ recovery-image] Feb 28 10:00:20.058 INFO O| Feb 28 10:00:20.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67682025-02-28T10:00:21.210Z[ recovery-image] Feb 28 10:00:20.058 INFO O| Feb 28 10:00:20.058 INFO STEP 703 (remove_files) COMPLETE
67692025-02-28T10:00:21.210Z[ recovery-image] Feb 28 10:00:20.058 INFO O| Feb 28 10:00:20.058 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-02-28T10:00:21.234Z[ recovery-image] Feb 28 10:00:20.082 INFO O| Feb 28 10:00:20.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67712025-02-28T10:00:21.234Z[ recovery-image] Feb 28 10:00:20.082 INFO O| Feb 28 10:00:20.082 INFO STEP 704 (remove_files) COMPLETE
67722025-02-28T10:00:21.237Z[ recovery-image] Feb 28 10:00:20.082 INFO O| Feb 28 10:00:20.082 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-02-28T10:00:21.278Z[ recovery-image] Feb 28 10:00:20.126 INFO O| Feb 28 10:00:20.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67742025-02-28T10:00:21.278Z[ recovery-image] Feb 28 10:00:20.126 INFO O| Feb 28 10:00:20.126 INFO STEP 705 (remove_files) COMPLETE
67752025-02-28T10:00:21.278Z[ recovery-image] Feb 28 10:00:20.126 INFO O| Feb 28 10:00:20.126 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-02-28T10:00:21.302Z[ recovery-image] Feb 28 10:00:20.150 INFO O| Feb 28 10:00:20.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67772025-02-28T10:00:21.305Z[ recovery-image] Feb 28 10:00:20.151 INFO O| Feb 28 10:00:20.151 INFO STEP 706 (remove_files) COMPLETE
67782025-02-28T10:00:21.305Z[ recovery-image] Feb 28 10:00:20.151 INFO O| Feb 28 10:00:20.151 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-02-28T10:00:21.333Z[ recovery-image] Feb 28 10:00:20.181 INFO O| Feb 28 10:00:20.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67802025-02-28T10:00:21.333Z[ recovery-image] Feb 28 10:00:20.181 INFO O| Feb 28 10:00:20.181 INFO STEP 707 (remove_files) COMPLETE
67812025-02-28T10:00:21.336Z[ recovery-image] Feb 28 10:00:20.181 INFO O| Feb 28 10:00:20.181 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-02-28T10:00:21.370Z[ recovery-image] Feb 28 10:00:20.218 INFO O| Feb 28 10:00:20.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67832025-02-28T10:00:21.373Z[ recovery-image] Feb 28 10:00:20.219 INFO O| Feb 28 10:00:20.219 INFO STEP 708 (remove_files) COMPLETE
67842025-02-28T10:00:21.373Z[ recovery-image] Feb 28 10:00:20.219 INFO O| Feb 28 10:00:20.219 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-02-28T10:00:21.392Z[ recovery-image] Feb 28 10:00:20.240 INFO O| Feb 28 10:00:20.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67862025-02-28T10:00:21.395Z[ recovery-image] Feb 28 10:00:20.240 INFO O| Feb 28 10:00:20.240 INFO STEP 709 (remove_files) COMPLETE
67872025-02-28T10:00:21.395Z[ recovery-image] Feb 28 10:00:20.240 INFO O| Feb 28 10:00:20.240 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-02-28T10:00:21.414Z[ recovery-image] Feb 28 10:00:20.262 INFO O| Feb 28 10:00:20.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67892025-02-28T10:00:21.417Z[ recovery-image] Feb 28 10:00:20.262 INFO O| Feb 28 10:00:20.262 INFO STEP 710 (remove_files) COMPLETE
67902025-02-28T10:00:21.417Z[ recovery-image] Feb 28 10:00:20.263 INFO O| Feb 28 10:00:20.262 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-02-28T10:00:21.436Z[ recovery-image] Feb 28 10:00:20.284 INFO O| Feb 28 10:00:20.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67922025-02-28T10:00:21.439Z[ recovery-image] Feb 28 10:00:20.285 INFO O| Feb 28 10:00:20.285 INFO STEP 711 (remove_files) COMPLETE
67932025-02-28T10:00:21.439Z[ recovery-image] Feb 28 10:00:20.285 INFO O| Feb 28 10:00:20.285 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-02-28T10:00:21.475Z[ recovery-image] Feb 28 10:00:20.323 INFO O| Feb 28 10:00:20.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67952025-02-28T10:00:21.478Z[ recovery-image] Feb 28 10:00:20.324 INFO O| Feb 28 10:00:20.324 INFO STEP 712 (remove_files) COMPLETE
67962025-02-28T10:00:21.478Z[ recovery-image] Feb 28 10:00:20.324 INFO O| Feb 28 10:00:20.324 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-02-28T10:00:21.500Z[ recovery-image] Feb 28 10:00:20.348 INFO O| Feb 28 10:00:20.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67982025-02-28T10:00:21.503Z[ recovery-image] Feb 28 10:00:20.348 INFO O| Feb 28 10:00:20.348 INFO STEP 713 (remove_files) COMPLETE
67992025-02-28T10:00:21.505Z[ recovery-image] Feb 28 10:00:20.348 INFO O| Feb 28 10:00:20.348 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-02-28T10:00:21.540Z[ recovery-image] Feb 28 10:00:20.387 INFO O| Feb 28 10:00:20.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68012025-02-28T10:00:21.543Z[ recovery-image] Feb 28 10:00:20.387 INFO O| Feb 28 10:00:20.387 INFO STEP 714 (remove_files) COMPLETE
68022025-02-28T10:00:21.543Z[ recovery-image] Feb 28 10:00:20.387 INFO O| Feb 28 10:00:20.387 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-02-28T10:00:21.561Z[ recovery-image] Feb 28 10:00:20.409 INFO O| Feb 28 10:00:20.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
68042025-02-28T10:00:21.561Z[ recovery-image] Feb 28 10:00:20.409 INFO O| Feb 28 10:00:20.409 INFO STEP 715 (remove_files) COMPLETE
68052025-02-28T10:00:21.561Z[ recovery-image] Feb 28 10:00:20.409 INFO O| Feb 28 10:00:20.409 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-02-28T10:00:21.580Z[ recovery-image] Feb 28 10:00:20.429 INFO O| Feb 28 10:00:20.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68072025-02-28T10:00:21.602Z[ recovery-image] Feb 28 10:00:20.449 INFO O| Feb 28 10:00:20.449 INFO STEP 716 (remove_files) COMPLETE
68082025-02-28T10:00:21.602Z[ recovery-image] Feb 28 10:00:20.449 INFO O| Feb 28 10:00:20.449 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-02-28T10:00:21.638Z[ recovery-image] Feb 28 10:00:20.486 INFO O| Feb 28 10:00:20.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
68102025-02-28T10:00:21.638Z[ recovery-image] Feb 28 10:00:20.486 INFO O| Feb 28 10:00:20.486 INFO STEP 717 (remove_files) COMPLETE
68112025-02-28T10:00:21.642Z[ recovery-image] Feb 28 10:00:20.486 INFO O| Feb 28 10:00:20.486 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-02-28T10:00:21.657Z[ recovery-image] Feb 28 10:00:20.505 INFO O| Feb 28 10:00:20.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
68132025-02-28T10:00:21.657Z[ recovery-image] Feb 28 10:00:20.505 INFO O| Feb 28 10:00:20.505 INFO STEP 718 (remove_files) COMPLETE
68142025-02-28T10:00:21.657Z[ recovery-image] Feb 28 10:00:20.505 INFO O| Feb 28 10:00:20.505 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-02-28T10:00:21.687Z[ recovery-image] Feb 28 10:00:20.535 INFO O| Feb 28 10:00:20.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
68162025-02-28T10:00:21.690Z[ recovery-image] Feb 28 10:00:20.535 INFO O| Feb 28 10:00:20.535 INFO STEP 719 (remove_files) COMPLETE
68172025-02-28T10:00:21.690Z[ recovery-image] Feb 28 10:00:20.535 INFO O| Feb 28 10:00:20.535 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-02-28T10:00:21.708Z[ recovery-image] Feb 28 10:00:20.556 INFO O| Feb 28 10:00:20.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
68192025-02-28T10:00:21.708Z[ recovery-image] Feb 28 10:00:20.556 INFO O| Feb 28 10:00:20.556 INFO STEP 720 (remove_files) COMPLETE
68202025-02-28T10:00:21.708Z[ recovery-image] Feb 28 10:00:20.556 INFO O| Feb 28 10:00:20.556 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-02-28T10:00:21.716Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
68222025-02-28T10:00:21.766Z[ recovery-image] Feb 28 10:00:20.614 INFO O| Feb 28 10:00:20.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
68232025-02-28T10:00:21.766Z[ recovery-image] Feb 28 10:00:20.614 INFO O| Feb 28 10:00:20.614 INFO STEP 721 (remove_files) COMPLETE
68242025-02-28T10:00:21.766Z[ recovery-image] Feb 28 10:00:20.614 INFO O| Feb 28 10:00:20.614 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-02-28T10:00:21.877Z[ recovery-image] Feb 28 10:00:20.724 INFO O| Feb 28 10:00:20.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
68262025-02-28T10:00:21.902Z[ recovery-image] Feb 28 10:00:20.750 INFO O| Feb 28 10:00:20.750 INFO STEP 722 (remove_files) COMPLETE
68272025-02-28T10:00:21.903Z[ recovery-image] Feb 28 10:00:20.750 INFO O| Feb 28 10:00:20.750 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-02-28T10:00:21.978Z[ recovery-image] Feb 28 10:00:20.826 INFO O| Feb 28 10:00:20.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
68292025-02-28T10:00:21.988Z[ recovery-image] Feb 28 10:00:20.836 INFO O| Feb 28 10:00:20.836 INFO STEP 723 (remove_files) COMPLETE
68302025-02-28T10:00:21.988Z[ recovery-image] Feb 28 10:00:20.836 INFO O| Feb 28 10:00:20.836 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-02-28T10:00:22.046Z[ recovery-image] Feb 28 10:00:20.894 INFO O| Feb 28 10:00:20.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68322025-02-28T10:00:22.046Z[ recovery-image] Feb 28 10:00:20.894 INFO O| Feb 28 10:00:20.894 INFO STEP 724 (remove_files) COMPLETE
68332025-02-28T10:00:22.046Z[ recovery-image] Feb 28 10:00:20.894 INFO O| Feb 28 10:00:20.894 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-02-28T10:00:22.065Z[ recovery-image] Feb 28 10:00:20.913 INFO O| Feb 28 10:00:20.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68352025-02-28T10:00:22.068Z[ recovery-image] Feb 28 10:00:20.914 INFO O| Feb 28 10:00:20.913 INFO STEP 725 (remove_files) COMPLETE
68362025-02-28T10:00:22.068Z[ recovery-image] Feb 28 10:00:20.914 INFO O| Feb 28 10:00:20.914 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-02-28T10:00:22.086Z[ recovery-image] Feb 28 10:00:20.933 INFO O| Feb 28 10:00:20.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68382025-02-28T10:00:22.086Z[ recovery-image] Feb 28 10:00:20.933 INFO O| Feb 28 10:00:20.933 INFO STEP 726 (remove_files) COMPLETE
68392025-02-28T10:00:22.086Z[ recovery-image] Feb 28 10:00:20.933 INFO O| Feb 28 10:00:20.933 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-02-28T10:00:22.106Z[ recovery-image] Feb 28 10:00:20.954 INFO O| Feb 28 10:00:20.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68412025-02-28T10:00:22.106Z[ recovery-image] Feb 28 10:00:20.954 INFO O| Feb 28 10:00:20.954 INFO STEP 727 (remove_files) COMPLETE
68422025-02-28T10:00:22.109Z[ recovery-image] Feb 28 10:00:20.954 INFO O| Feb 28 10:00:20.954 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-02-28T10:00:22.126Z[ recovery-image] Feb 28 10:00:20.974 INFO O| Feb 28 10:00:20.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68442025-02-28T10:00:22.129Z[ recovery-image] Feb 28 10:00:20.975 INFO O| Feb 28 10:00:20.975 INFO STEP 728 (remove_files) COMPLETE
68452025-02-28T10:00:22.129Z[ recovery-image] Feb 28 10:00:20.975 INFO O| Feb 28 10:00:20.975 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-02-28T10:00:22.148Z[ recovery-image] Feb 28 10:00:20.996 INFO O| Feb 28 10:00:20.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68472025-02-28T10:00:22.148Z[ recovery-image] Feb 28 10:00:20.996 INFO O| Feb 28 10:00:20.996 INFO STEP 729 (remove_files) COMPLETE
68482025-02-28T10:00:22.148Z[ recovery-image] Feb 28 10:00:20.996 INFO O| Feb 28 10:00:20.996 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-02-28T10:00:22.173Z[ recovery-image] Feb 28 10:00:21.021 INFO O| Feb 28 10:00:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68502025-02-28T10:00:22.211Z[ recovery-image] Feb 28 10:00:21.052 INFO O| Feb 28 10:00:21.029 INFO STEP 730 (remove_files) COMPLETE
68512025-02-28T10:00:22.211Z[ recovery-image] Feb 28 10:00:21.052 INFO O| Feb 28 10:00:21.029 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-02-28T10:00:22.214Z[verify-libraries] Compiling heck v0.4.1
68532025-02-28T10:00:22.214Z[ recovery-image] Feb 28 10:00:21.062 INFO O| Feb 28 10:00:21.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68542025-02-28T10:00:22.217Z[ recovery-image] Feb 28 10:00:21.063 INFO O| Feb 28 10:00:21.063 INFO STEP 731 (remove_files) COMPLETE
68552025-02-28T10:00:22.217Z[ recovery-image] Feb 28 10:00:21.063 INFO O| Feb 28 10:00:21.063 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-02-28T10:00:22.247Z[ recovery-image] Feb 28 10:00:21.095 INFO O| Feb 28 10:00:21.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68572025-02-28T10:00:22.250Z[ recovery-image] Feb 28 10:00:21.095 INFO O| Feb 28 10:00:21.095 INFO STEP 732 (remove_files) COMPLETE
68582025-02-28T10:00:22.250Z[ recovery-image] Feb 28 10:00:21.095 INFO O| Feb 28 10:00:21.095 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-02-28T10:00:22.270Z[ recovery-image] Feb 28 10:00:21.118 INFO O| Feb 28 10:00:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68602025-02-28T10:00:22.270Z[ recovery-image] Feb 28 10:00:21.118 INFO O| Feb 28 10:00:21.118 INFO STEP 733 (remove_files) COMPLETE
68612025-02-28T10:00:22.273Z[ recovery-image] Feb 28 10:00:21.118 INFO O| Feb 28 10:00:21.118 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-02-28T10:00:22.293Z[ recovery-image] Feb 28 10:00:21.141 INFO O| Feb 28 10:00:21.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68632025-02-28T10:00:22.296Z[ recovery-image] Feb 28 10:00:21.142 INFO O| Feb 28 10:00:21.142 INFO STEP 734 (remove_files) COMPLETE
68642025-02-28T10:00:22.296Z[ recovery-image] Feb 28 10:00:21.142 INFO O| Feb 28 10:00:21.142 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-02-28T10:00:22.329Z[ recovery-image] Feb 28 10:00:21.177 INFO O| Feb 28 10:00:21.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68662025-02-28T10:00:22.329Z[ recovery-image] Feb 28 10:00:21.177 INFO O| Feb 28 10:00:21.177 INFO STEP 735 (remove_files) COMPLETE
68672025-02-28T10:00:22.329Z[ recovery-image] Feb 28 10:00:21.177 INFO O| Feb 28 10:00:21.177 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-02-28T10:00:22.366Z[ recovery-image] Feb 28 10:00:21.214 INFO O| Feb 28 10:00:21.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68692025-02-28T10:00:22.369Z[ recovery-image] Feb 28 10:00:21.214 INFO O| Feb 28 10:00:21.214 INFO STEP 736 (remove_files) COMPLETE
68702025-02-28T10:00:22.369Z[ recovery-image] Feb 28 10:00:21.214 INFO O| Feb 28 10:00:21.214 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-02-28T10:00:22.388Z[ recovery-image] Feb 28 10:00:21.236 INFO O| Feb 28 10:00:21.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68722025-02-28T10:00:22.414Z[ recovery-image] Feb 28 10:00:21.262 INFO O| Feb 28 10:00:21.262 INFO STEP 737 (remove_files) COMPLETE
68732025-02-28T10:00:22.414Z[ recovery-image] Feb 28 10:00:21.262 INFO O| Feb 28 10:00:21.262 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-02-28T10:00:22.437Z[ recovery-image] Feb 28 10:00:21.285 INFO O| Feb 28 10:00:21.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68752025-02-28T10:00:22.458Z[ recovery-image] Feb 28 10:00:21.306 INFO O| Feb 28 10:00:21.306 INFO STEP 738 (remove_files) COMPLETE
68762025-02-28T10:00:22.458Z[ recovery-image] Feb 28 10:00:21.306 INFO O| Feb 28 10:00:21.306 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-02-28T10:00:22.482Z[ recovery-image] Feb 28 10:00:21.330 INFO O| Feb 28 10:00:21.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68782025-02-28T10:00:22.485Z[ recovery-image] Feb 28 10:00:21.330 INFO O| Feb 28 10:00:21.330 INFO STEP 739 (remove_files) COMPLETE
68792025-02-28T10:00:22.485Z[ recovery-image] Feb 28 10:00:21.330 INFO O| Feb 28 10:00:21.330 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-02-28T10:00:22.524Z[ recovery-image] Feb 28 10:00:21.372 INFO O| Feb 28 10:00:21.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68812025-02-28T10:00:22.527Z[ recovery-image] Feb 28 10:00:21.372 INFO O| Feb 28 10:00:21.372 INFO STEP 740 (remove_files) COMPLETE
68822025-02-28T10:00:22.528Z[ recovery-image] Feb 28 10:00:21.372 INFO O| Feb 28 10:00:21.372 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-02-28T10:00:22.546Z[ recovery-image] Feb 28 10:00:21.394 INFO O| Feb 28 10:00:21.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68842025-02-28T10:00:22.549Z[ recovery-image] Feb 28 10:00:21.395 INFO O| Feb 28 10:00:21.395 INFO STEP 741 (remove_files) COMPLETE
68852025-02-28T10:00:22.549Z[ recovery-image] Feb 28 10:00:21.395 INFO O| Feb 28 10:00:21.395 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-02-28T10:00:22.575Z[ recovery-image] Feb 28 10:00:21.423 INFO O| Feb 28 10:00:21.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68872025-02-28T10:00:22.578Z[ recovery-image] Feb 28 10:00:21.424 INFO O| Feb 28 10:00:21.423 INFO STEP 742 (remove_files) COMPLETE
68882025-02-28T10:00:22.578Z[ recovery-image] Feb 28 10:00:21.424 INFO O| Feb 28 10:00:21.423 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-02-28T10:00:22.634Z[ recovery-image] Feb 28 10:00:21.482 INFO O| Feb 28 10:00:21.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68902025-02-28T10:00:22.634Z[ recovery-image] Feb 28 10:00:21.482 INFO O| Feb 28 10:00:21.482 INFO STEP 743 (remove_files) COMPLETE
68912025-02-28T10:00:22.637Z[ recovery-image] Feb 28 10:00:21.482 INFO O| Feb 28 10:00:21.482 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-02-28T10:00:22.687Z[ recovery-image] Feb 28 10:00:21.535 INFO O| Feb 28 10:00:21.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68932025-02-28T10:00:22.687Z[ recovery-image] Feb 28 10:00:21.535 INFO O| Feb 28 10:00:21.535 INFO STEP 744 (remove_files) COMPLETE
68942025-02-28T10:00:22.687Z[ recovery-image] Feb 28 10:00:21.535 INFO O| Feb 28 10:00:21.535 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-02-28T10:00:22.709Z[ recovery-image] Feb 28 10:00:21.557 INFO O| Feb 28 10:00:21.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68962025-02-28T10:00:22.709Z[ recovery-image] Feb 28 10:00:21.558 INFO O| Feb 28 10:00:21.557 INFO STEP 745 (remove_files) COMPLETE
68972025-02-28T10:00:22.709Z[ recovery-image] Feb 28 10:00:21.558 INFO O| Feb 28 10:00:21.558 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-02-28T10:00:22.730Z[ recovery-image] Feb 28 10:00:21.578 INFO O| Feb 28 10:00:21.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68992025-02-28T10:00:22.730Z[ recovery-image] Feb 28 10:00:21.578 INFO O| Feb 28 10:00:21.578 INFO STEP 746 (remove_files) COMPLETE
69002025-02-28T10:00:22.730Z[ recovery-image] Feb 28 10:00:21.578 INFO O| Feb 28 10:00:21.578 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-02-28T10:00:22.751Z[ recovery-image] Feb 28 10:00:21.599 INFO O| Feb 28 10:00:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
69022025-02-28T10:00:22.751Z[ recovery-image] Feb 28 10:00:21.599 INFO O| Feb 28 10:00:21.599 INFO STEP 747 (remove_files) COMPLETE
69032025-02-28T10:00:22.751Z[ recovery-image] Feb 28 10:00:21.599 INFO O| Feb 28 10:00:21.599 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-02-28T10:00:22.787Z[ recovery-image] Feb 28 10:00:21.635 INFO O| Feb 28 10:00:21.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69052025-02-28T10:00:22.787Z[ recovery-image] Feb 28 10:00:21.635 INFO O| Feb 28 10:00:21.635 INFO STEP 748 (remove_files) COMPLETE
69062025-02-28T10:00:22.787Z[ recovery-image] Feb 28 10:00:21.635 INFO O| Feb 28 10:00:21.635 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-02-28T10:00:22.835Z[ recovery-image] Feb 28 10:00:21.683 INFO O| Feb 28 10:00:21.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
69082025-02-28T10:00:22.839Z[ recovery-image] Feb 28 10:00:21.683 INFO O| Feb 28 10:00:21.683 INFO STEP 749 (remove_files) COMPLETE
69092025-02-28T10:00:22.839Z[ recovery-image] Feb 28 10:00:21.683 INFO O| Feb 28 10:00:21.683 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-02-28T10:00:22.870Z[ recovery-image] Feb 28 10:00:21.707 INFO O| Feb 28 10:00:21.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
69112025-02-28T10:00:22.870Z[ recovery-image] Feb 28 10:00:21.707 INFO O| Feb 28 10:00:21.707 INFO STEP 750 (remove_files) COMPLETE
69122025-02-28T10:00:22.870Z[ recovery-image] Feb 28 10:00:21.707 INFO O| Feb 28 10:00:21.707 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-02-28T10:00:22.880Z[ recovery-image] Feb 28 10:00:21.728 INFO O| Feb 28 10:00:21.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69142025-02-28T10:00:22.883Z[ recovery-image] Feb 28 10:00:21.728 INFO O| Feb 28 10:00:21.728 INFO STEP 751 (remove_files) COMPLETE
69152025-02-28T10:00:22.883Z[ recovery-image] Feb 28 10:00:21.728 INFO O| Feb 28 10:00:21.728 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-02-28T10:00:22.901Z[ recovery-image] Feb 28 10:00:21.749 INFO O| Feb 28 10:00:21.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69172025-02-28T10:00:22.904Z[ recovery-image] Feb 28 10:00:21.750 INFO O| Feb 28 10:00:21.749 INFO STEP 752 (remove_files) COMPLETE
69182025-02-28T10:00:22.904Z[ recovery-image] Feb 28 10:00:21.750 INFO O| Feb 28 10:00:21.750 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-02-28T10:00:22.923Z[ recovery-image] Feb 28 10:00:21.771 INFO O| Feb 28 10:00:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69202025-02-28T10:00:22.925Z[ recovery-image] Feb 28 10:00:21.771 INFO O| Feb 28 10:00:21.771 INFO STEP 753 (remove_files) COMPLETE
69212025-02-28T10:00:22.926Z[ recovery-image] Feb 28 10:00:21.771 INFO O| Feb 28 10:00:21.771 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-02-28T10:00:22.943Z[ recovery-image] Feb 28 10:00:21.791 INFO O| Feb 28 10:00:21.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69232025-02-28T10:00:22.946Z[ recovery-image] Feb 28 10:00:21.791 INFO O| Feb 28 10:00:21.791 INFO STEP 754 (remove_files) COMPLETE
69242025-02-28T10:00:22.946Z[ recovery-image] Feb 28 10:00:21.792 INFO O| Feb 28 10:00:21.792 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-02-28T10:00:22.964Z[ recovery-image] Feb 28 10:00:21.812 INFO O| Feb 28 10:00:21.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69262025-02-28T10:00:22.967Z[ recovery-image] Feb 28 10:00:21.812 INFO O| Feb 28 10:00:21.812 INFO STEP 755 (remove_files) COMPLETE
69272025-02-28T10:00:22.967Z[ recovery-image] Feb 28 10:00:21.813 INFO O| Feb 28 10:00:21.813 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-02-28T10:00:22.997Z[ recovery-image] Feb 28 10:00:21.845 INFO O| Feb 28 10:00:21.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69292025-02-28T10:00:22.997Z[ recovery-image] Feb 28 10:00:21.845 INFO O| Feb 28 10:00:21.845 INFO STEP 756 (remove_files) COMPLETE
69302025-02-28T10:00:23.001Z[ recovery-image] Feb 28 10:00:21.845 INFO O| Feb 28 10:00:21.845 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-02-28T10:00:23.030Z[ recovery-image] Feb 28 10:00:21.878 INFO O| Feb 28 10:00:21.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69322025-02-28T10:00:23.033Z[ recovery-image] Feb 28 10:00:21.878 INFO O| Feb 28 10:00:21.878 INFO STEP 757 (remove_files) COMPLETE
69332025-02-28T10:00:23.033Z[ recovery-image] Feb 28 10:00:21.878 INFO O| Feb 28 10:00:21.878 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-02-28T10:00:23.097Z[ recovery-image] Feb 28 10:00:21.945 INFO O| Feb 28 10:00:21.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69352025-02-28T10:00:23.101Z[ recovery-image] Feb 28 10:00:21.945 INFO O| Feb 28 10:00:21.945 INFO STEP 758 (remove_files) COMPLETE
69362025-02-28T10:00:23.101Z[ recovery-image] Feb 28 10:00:21.945 INFO O| Feb 28 10:00:21.945 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-02-28T10:00:23.134Z[ recovery-image] Feb 28 10:00:21.981 INFO O| Feb 28 10:00:21.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69382025-02-28T10:00:23.134Z[ recovery-image] Feb 28 10:00:21.982 INFO O| Feb 28 10:00:21.981 INFO STEP 759 (remove_files) COMPLETE
69392025-02-28T10:00:23.134Z[ recovery-image] Feb 28 10:00:21.982 INFO O| Feb 28 10:00:21.982 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-02-28T10:00:23.154Z[ recovery-image] Feb 28 10:00:22.002 INFO O| Feb 28 10:00:22.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69412025-02-28T10:00:23.154Z[ recovery-image] Feb 28 10:00:22.002 INFO O| Feb 28 10:00:22.002 INFO STEP 760 (remove_files) COMPLETE
69422025-02-28T10:00:23.154Z[ recovery-image] Feb 28 10:00:22.002 INFO O| Feb 28 10:00:22.002 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-02-28T10:00:23.174Z[ recovery-image] Feb 28 10:00:22.021 INFO O| Feb 28 10:00:22.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69442025-02-28T10:00:23.174Z[ recovery-image] Feb 28 10:00:22.021 INFO O| Feb 28 10:00:22.021 INFO STEP 761 (remove_files) COMPLETE
69452025-02-28T10:00:23.174Z[ recovery-image] Feb 28 10:00:22.021 INFO O| Feb 28 10:00:22.021 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-02-28T10:00:23.193Z[ recovery-image] Feb 28 10:00:22.041 INFO O| Feb 28 10:00:22.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69472025-02-28T10:00:23.215Z[ recovery-image] Feb 28 10:00:22.062 INFO O| Feb 28 10:00:22.062 INFO STEP 762 (remove_files) COMPLETE
69482025-02-28T10:00:23.215Z[ recovery-image] Feb 28 10:00:22.062 INFO O| Feb 28 10:00:22.062 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-02-28T10:00:23.246Z[ recovery-image] Feb 28 10:00:22.094 INFO O| Feb 28 10:00:22.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69502025-02-28T10:00:23.246Z[ recovery-image] Feb 28 10:00:22.094 INFO O| Feb 28 10:00:22.094 INFO STEP 763 (remove_files) COMPLETE
69512025-02-28T10:00:23.246Z[ recovery-image] Feb 28 10:00:22.095 INFO O| Feb 28 10:00:22.094 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-02-28T10:00:23.293Z[ recovery-image] Feb 28 10:00:22.141 INFO O| Feb 28 10:00:22.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69532025-02-28T10:00:23.293Z[ recovery-image] Feb 28 10:00:22.141 INFO O| Feb 28 10:00:22.141 INFO STEP 764 (remove_files) COMPLETE
69542025-02-28T10:00:23.293Z[ recovery-image] Feb 28 10:00:22.141 INFO O| Feb 28 10:00:22.141 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-02-28T10:00:23.312Z[ recovery-image] Feb 28 10:00:22.160 INFO O| Feb 28 10:00:22.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69562025-02-28T10:00:23.315Z[ recovery-image] Feb 28 10:00:22.161 INFO O| Feb 28 10:00:22.161 INFO STEP 765 (remove_files) COMPLETE
69572025-02-28T10:00:23.315Z[ recovery-image] Feb 28 10:00:22.161 INFO O| Feb 28 10:00:22.161 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-02-28T10:00:23.365Z[ recovery-image] Feb 28 10:00:22.213 INFO O| Feb 28 10:00:22.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69592025-02-28T10:00:23.368Z[ recovery-image] Feb 28 10:00:22.213 INFO O| Feb 28 10:00:22.213 INFO STEP 766 (remove_files) COMPLETE
69602025-02-28T10:00:23.368Z[ recovery-image] Feb 28 10:00:22.213 INFO O| Feb 28 10:00:22.213 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-02-28T10:00:23.389Z[ recovery-image] Feb 28 10:00:22.237 INFO O| Feb 28 10:00:22.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69622025-02-28T10:00:23.392Z[ recovery-image] Feb 28 10:00:22.237 INFO O| Feb 28 10:00:22.237 INFO STEP 767 (remove_files) COMPLETE
69632025-02-28T10:00:23.392Z[ recovery-image] Feb 28 10:00:22.238 INFO O| Feb 28 10:00:22.238 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-02-28T10:00:23.414Z[ recovery-image] Feb 28 10:00:22.262 INFO O| Feb 28 10:00:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69652025-02-28T10:00:23.414Z[ recovery-image] Feb 28 10:00:22.262 INFO O| Feb 28 10:00:22.262 INFO STEP 768 (remove_files) COMPLETE
69662025-02-28T10:00:23.414Z[ recovery-image] Feb 28 10:00:22.262 INFO O| Feb 28 10:00:22.262 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-02-28T10:00:23.437Z[ recovery-image] Feb 28 10:00:22.285 INFO O| Feb 28 10:00:22.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69682025-02-28T10:00:23.437Z[ recovery-image] Feb 28 10:00:22.285 INFO O| Feb 28 10:00:22.285 INFO STEP 769 (remove_files) COMPLETE
69692025-02-28T10:00:23.438Z[ recovery-image] Feb 28 10:00:22.285 INFO O| Feb 28 10:00:22.285 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-02-28T10:00:23.458Z[ recovery-image] Feb 28 10:00:22.306 INFO O| Feb 28 10:00:22.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69712025-02-28T10:00:23.458Z[ recovery-image] Feb 28 10:00:22.306 INFO O| Feb 28 10:00:22.306 INFO STEP 770 (remove_files) COMPLETE
69722025-02-28T10:00:23.461Z[ recovery-image] Feb 28 10:00:22.306 INFO O| Feb 28 10:00:22.306 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-02-28T10:00:23.479Z[ recovery-image] Feb 28 10:00:22.327 INFO O| Feb 28 10:00:22.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69742025-02-28T10:00:23.479Z[ recovery-image] Feb 28 10:00:22.328 INFO O| Feb 28 10:00:22.328 INFO STEP 771 (remove_files) COMPLETE
69752025-02-28T10:00:23.479Z[ recovery-image] Feb 28 10:00:22.328 INFO O| Feb 28 10:00:22.328 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-02-28T10:00:23.515Z[ recovery-image] Feb 28 10:00:22.363 INFO O| Feb 28 10:00:22.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69772025-02-28T10:00:23.515Z[ recovery-image] Feb 28 10:00:22.363 INFO O| Feb 28 10:00:22.363 INFO STEP 772 (remove_files) COMPLETE
69782025-02-28T10:00:23.518Z[ recovery-image] Feb 28 10:00:22.363 INFO O| Feb 28 10:00:22.363 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-28T10:00:23.539Z[ recovery-image] Feb 28 10:00:22.387 INFO O| Feb 28 10:00:22.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69802025-02-28T10:00:23.542Z[ recovery-image] Feb 28 10:00:22.388 INFO O| Feb 28 10:00:22.388 INFO STEP 773 (remove_files) COMPLETE
69812025-02-28T10:00:23.542Z[ recovery-image] Feb 28 10:00:22.388 INFO O| Feb 28 10:00:22.388 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-02-28T10:00:23.584Z[ recovery-image] Feb 28 10:00:22.432 INFO O| Feb 28 10:00:22.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69832025-02-28T10:00:23.584Z[ recovery-image] Feb 28 10:00:22.432 INFO O| Feb 28 10:00:22.421 INFO STEP 774 (remove_files) COMPLETE
69842025-02-28T10:00:23.584Z[ recovery-image] Feb 28 10:00:22.432 INFO O| Feb 28 10:00:22.421 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-02-28T10:00:23.593Z[ recovery-image] Feb 28 10:00:22.442 INFO O| Feb 28 10:00:22.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69862025-02-28T10:00:23.596Z[ recovery-image] Feb 28 10:00:22.442 INFO O| Feb 28 10:00:22.442 INFO STEP 775 (remove_files) COMPLETE
69872025-02-28T10:00:23.596Z[ recovery-image] Feb 28 10:00:22.442 INFO O| Feb 28 10:00:22.442 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-28T10:00:23.617Z[ recovery-image] Feb 28 10:00:22.465 INFO O| Feb 28 10:00:22.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69892025-02-28T10:00:23.620Z[ recovery-image] Feb 28 10:00:22.466 INFO O| Feb 28 10:00:22.465 INFO STEP 776 (remove_files) COMPLETE
69902025-02-28T10:00:23.620Z[ recovery-image] Feb 28 10:00:22.466 INFO O| Feb 28 10:00:22.465 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-28T10:00:23.662Z[ recovery-image] Feb 28 10:00:22.510 INFO O| Feb 28 10:00:22.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69922025-02-28T10:00:23.662Z[ recovery-image] Feb 28 10:00:22.510 INFO O| Feb 28 10:00:22.510 INFO STEP 777 (remove_files) COMPLETE
69932025-02-28T10:00:23.662Z[ recovery-image] Feb 28 10:00:22.510 INFO O| Feb 28 10:00:22.510 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-28T10:00:23.747Z[ recovery-image] Feb 28 10:00:22.595 INFO O| Feb 28 10:00:22.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69952025-02-28T10:00:23.747Z[ recovery-image] Feb 28 10:00:22.595 INFO O| Feb 28 10:00:22.595 INFO STEP 778 (remove_files) COMPLETE
69962025-02-28T10:00:23.747Z[ recovery-image] Feb 28 10:00:22.595 INFO O| Feb 28 10:00:22.595 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-28T10:00:23.764Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
69982025-02-28T10:00:23.767Z[ recovery-image] Feb 28 10:00:22.615 INFO O| Feb 28 10:00:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69992025-02-28T10:00:23.767Z[ recovery-image] Feb 28 10:00:22.615 INFO O| Feb 28 10:00:22.615 INFO STEP 779 (remove_files) COMPLETE
70002025-02-28T10:00:23.767Z[ recovery-image] Feb 28 10:00:22.615 INFO O| Feb 28 10:00:22.615 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-02-28T10:00:23.787Z[ recovery-image] Feb 28 10:00:22.635 INFO O| Feb 28 10:00:22.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
70022025-02-28T10:00:23.787Z[ recovery-image] Feb 28 10:00:22.635 INFO O| Feb 28 10:00:22.635 INFO STEP 780 (remove_files) COMPLETE
70032025-02-28T10:00:23.787Z[ recovery-image] Feb 28 10:00:22.635 INFO O| Feb 28 10:00:22.635 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-02-28T10:00:23.807Z[ recovery-image] Feb 28 10:00:22.655 INFO O| Feb 28 10:00:22.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
70052025-02-28T10:00:23.807Z[ recovery-image] Feb 28 10:00:22.655 INFO O| Feb 28 10:00:22.655 INFO STEP 781 (remove_files) COMPLETE
70062025-02-28T10:00:23.807Z[ recovery-image] Feb 28 10:00:22.655 INFO O| Feb 28 10:00:22.655 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-02-28T10:00:23.827Z[ recovery-image] Feb 28 10:00:22.675 INFO O| Feb 28 10:00:22.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
70082025-02-28T10:00:23.827Z[ recovery-image] Feb 28 10:00:22.675 INFO O| Feb 28 10:00:22.675 INFO STEP 782 (remove_files) COMPLETE
70092025-02-28T10:00:23.830Z[ recovery-image] Feb 28 10:00:22.675 INFO O| Feb 28 10:00:22.675 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-02-28T10:00:23.884Z[ recovery-image] Feb 28 10:00:22.732 INFO O| Feb 28 10:00:22.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
70112025-02-28T10:00:23.895Z[ recovery-image] Feb 28 10:00:22.743 INFO O| Feb 28 10:00:22.743 INFO STEP 783 (remove_files) COMPLETE
70122025-02-28T10:00:23.895Z[ recovery-image] Feb 28 10:00:22.743 INFO O| Feb 28 10:00:22.743 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-02-28T10:00:23.936Z[ recovery-image] Feb 28 10:00:22.784 INFO O| Feb 28 10:00:22.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
70142025-02-28T10:00:23.936Z[ recovery-image] Feb 28 10:00:22.784 INFO O| Feb 28 10:00:22.784 INFO STEP 784 (remove_files) COMPLETE
70152025-02-28T10:00:23.939Z[ recovery-image] Feb 28 10:00:22.784 INFO O| Feb 28 10:00:22.784 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-02-28T10:00:23.973Z[ recovery-image] Feb 28 10:00:22.821 INFO O| Feb 28 10:00:22.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
70172025-02-28T10:00:23.973Z[ recovery-image] Feb 28 10:00:22.821 INFO O| Feb 28 10:00:22.821 INFO STEP 785 (remove_files) COMPLETE
70182025-02-28T10:00:23.976Z[ recovery-image] Feb 28 10:00:22.821 INFO O| Feb 28 10:00:22.821 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-02-28T10:00:24.026Z[ recovery-image] Feb 28 10:00:22.874 INFO O| Feb 28 10:00:22.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
70202025-02-28T10:00:24.026Z[ recovery-image] Feb 28 10:00:22.874 INFO O| Feb 28 10:00:22.874 INFO STEP 786 (remove_files) COMPLETE
70212025-02-28T10:00:24.029Z[ recovery-image] Feb 28 10:00:22.874 INFO O| Feb 28 10:00:22.874 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-02-28T10:00:24.048Z[ recovery-image] Feb 28 10:00:22.896 INFO O| Feb 28 10:00:22.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
70232025-02-28T10:00:24.048Z[ recovery-image] Feb 28 10:00:22.896 INFO O| Feb 28 10:00:22.896 INFO STEP 787 (remove_files) COMPLETE
70242025-02-28T10:00:24.051Z[ recovery-image] Feb 28 10:00:22.896 INFO O| Feb 28 10:00:22.896 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-02-28T10:00:24.070Z[ recovery-image] Feb 28 10:00:22.918 INFO O| Feb 28 10:00:22.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
70262025-02-28T10:00:24.073Z[ recovery-image] Feb 28 10:00:22.918 INFO O| Feb 28 10:00:22.918 INFO STEP 788 (remove_files) COMPLETE
70272025-02-28T10:00:24.073Z[ recovery-image] Feb 28 10:00:22.918 INFO O| Feb 28 10:00:22.918 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-02-28T10:00:24.141Z[ recovery-image] Feb 28 10:00:22.989 INFO O| Feb 28 10:00:22.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
70292025-02-28T10:00:24.144Z[ recovery-image] Feb 28 10:00:22.990 INFO O| Feb 28 10:00:22.989 INFO STEP 789 (remove_files) COMPLETE
70302025-02-28T10:00:24.144Z[ recovery-image] Feb 28 10:00:22.990 INFO O| Feb 28 10:00:22.989 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-02-28T10:00:24.205Z[ recovery-image] Feb 28 10:00:23.053 INFO O| Feb 28 10:00:23.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70322025-02-28T10:00:24.208Z[ recovery-image] Feb 28 10:00:23.054 INFO O| Feb 28 10:00:23.054 INFO STEP 790 (remove_files) COMPLETE
70332025-02-28T10:00:24.208Z[ recovery-image] Feb 28 10:00:23.054 INFO O| Feb 28 10:00:23.054 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-02-28T10:00:24.226Z[ recovery-image] Feb 28 10:00:23.074 INFO O| Feb 28 10:00:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70352025-02-28T10:00:24.229Z[ recovery-image] Feb 28 10:00:23.075 INFO O| Feb 28 10:00:23.075 INFO STEP 791 (remove_files) COMPLETE
70362025-02-28T10:00:24.229Z[ recovery-image] Feb 28 10:00:23.075 INFO O| Feb 28 10:00:23.075 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-02-28T10:00:24.247Z[ recovery-image] Feb 28 10:00:23.095 INFO O| Feb 28 10:00:23.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70382025-02-28T10:00:24.250Z[ recovery-image] Feb 28 10:00:23.095 INFO O| Feb 28 10:00:23.095 INFO STEP 792 (remove_files) COMPLETE
70392025-02-28T10:00:24.250Z[ recovery-image] Feb 28 10:00:23.095 INFO O| Feb 28 10:00:23.095 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-02-28T10:00:24.279Z[ recovery-image] Feb 28 10:00:23.127 INFO O| Feb 28 10:00:23.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70412025-02-28T10:00:24.279Z[ recovery-image] Feb 28 10:00:23.127 INFO O| Feb 28 10:00:23.127 INFO STEP 793 (remove_files) COMPLETE
70422025-02-28T10:00:24.280Z[ recovery-image] Feb 28 10:00:23.127 INFO O| Feb 28 10:00:23.127 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-02-28T10:00:24.304Z[ recovery-image] Feb 28 10:00:23.151 INFO O| Feb 28 10:00:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70442025-02-28T10:00:24.304Z[ recovery-image] Feb 28 10:00:23.152 INFO O| Feb 28 10:00:23.152 INFO STEP 794 (remove_files) COMPLETE
70452025-02-28T10:00:24.304Z[ recovery-image] Feb 28 10:00:23.152 INFO O| Feb 28 10:00:23.152 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-02-28T10:00:24.344Z[ recovery-image] Feb 28 10:00:23.192 INFO O| Feb 28 10:00:23.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70472025-02-28T10:00:24.344Z[ recovery-image] Feb 28 10:00:23.192 INFO O| Feb 28 10:00:23.192 INFO STEP 795 (remove_files) COMPLETE
70482025-02-28T10:00:24.344Z[ recovery-image] Feb 28 10:00:23.192 INFO O| Feb 28 10:00:23.192 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-02-28T10:00:24.368Z[ recovery-image] Feb 28 10:00:23.215 INFO O| Feb 28 10:00:23.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70502025-02-28T10:00:24.368Z[ recovery-image] Feb 28 10:00:23.215 INFO O| Feb 28 10:00:23.215 INFO STEP 796 (remove_files) COMPLETE
70512025-02-28T10:00:24.368Z[ recovery-image] Feb 28 10:00:23.215 INFO O| Feb 28 10:00:23.215 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-02-28T10:00:24.390Z[ recovery-image] Feb 28 10:00:23.237 INFO O| Feb 28 10:00:23.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70532025-02-28T10:00:24.390Z[ recovery-image] Feb 28 10:00:23.237 INFO O| Feb 28 10:00:23.237 INFO STEP 797 (remove_files) COMPLETE
70542025-02-28T10:00:24.390Z[ recovery-image] Feb 28 10:00:23.237 INFO O| Feb 28 10:00:23.237 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-02-28T10:00:24.413Z[ recovery-image] Feb 28 10:00:23.261 INFO O| Feb 28 10:00:23.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70562025-02-28T10:00:24.413Z[ recovery-image] Feb 28 10:00:23.261 INFO O| Feb 28 10:00:23.261 INFO STEP 798 (remove_files) COMPLETE
70572025-02-28T10:00:24.413Z[ recovery-image] Feb 28 10:00:23.261 INFO O| Feb 28 10:00:23.261 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-02-28T10:00:24.436Z[ recovery-image] Feb 28 10:00:23.284 INFO O| Feb 28 10:00:23.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70592025-02-28T10:00:24.436Z[ recovery-image] Feb 28 10:00:23.284 INFO O| Feb 28 10:00:23.284 INFO STEP 799 (remove_files) COMPLETE
70602025-02-28T10:00:24.436Z[ recovery-image] Feb 28 10:00:23.284 INFO O| Feb 28 10:00:23.284 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-02-28T10:00:24.474Z[ recovery-image] Feb 28 10:00:23.322 INFO O| Feb 28 10:00:23.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70622025-02-28T10:00:24.477Z[ recovery-image] Feb 28 10:00:23.322 INFO O| Feb 28 10:00:23.322 INFO STEP 800 (remove_files) COMPLETE
70632025-02-28T10:00:24.477Z[ recovery-image] Feb 28 10:00:23.323 INFO O| Feb 28 10:00:23.322 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-02-28T10:00:24.504Z[ recovery-image] Feb 28 10:00:23.351 INFO O| Feb 28 10:00:23.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70652025-02-28T10:00:24.504Z[ recovery-image] Feb 28 10:00:23.351 INFO O| Feb 28 10:00:23.351 INFO STEP 801 (remove_files) COMPLETE
70662025-02-28T10:00:24.504Z[ recovery-image] Feb 28 10:00:23.351 INFO O| Feb 28 10:00:23.351 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-02-28T10:00:24.525Z[ recovery-image] Feb 28 10:00:23.373 INFO O| Feb 28 10:00:23.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70682025-02-28T10:00:24.526Z[ recovery-image] Feb 28 10:00:23.373 INFO O| Feb 28 10:00:23.373 INFO STEP 802 (remove_files) COMPLETE
70692025-02-28T10:00:24.526Z[ recovery-image] Feb 28 10:00:23.373 INFO O| Feb 28 10:00:23.373 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-02-28T10:00:24.547Z[ recovery-image] Feb 28 10:00:23.394 INFO O| Feb 28 10:00:23.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70712025-02-28T10:00:24.547Z[ recovery-image] Feb 28 10:00:23.394 INFO O| Feb 28 10:00:23.394 INFO STEP 803 (remove_files) COMPLETE
70722025-02-28T10:00:24.547Z[ recovery-image] Feb 28 10:00:23.394 INFO O| Feb 28 10:00:23.394 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-02-28T10:00:24.567Z[ recovery-image] Feb 28 10:00:23.415 INFO O| Feb 28 10:00:23.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70742025-02-28T10:00:24.585Z[ recovery-image] Feb 28 10:00:23.433 INFO O| Feb 28 10:00:23.433 INFO STEP 804 (remove_files) COMPLETE
70752025-02-28T10:00:24.585Z[ recovery-image] Feb 28 10:00:23.433 INFO O| Feb 28 10:00:23.433 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-02-28T10:00:24.644Z[ recovery-image] Feb 28 10:00:23.492 INFO O| Feb 28 10:00:23.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70772025-02-28T10:00:24.644Z[ recovery-image] Feb 28 10:00:23.492 INFO O| Feb 28 10:00:23.492 INFO STEP 805 (remove_files) COMPLETE
70782025-02-28T10:00:24.644Z[ recovery-image] Feb 28 10:00:23.492 INFO O| Feb 28 10:00:23.492 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-02-28T10:00:24.675Z[ recovery-image] Feb 28 10:00:23.524 INFO O| Feb 28 10:00:23.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70802025-02-28T10:00:24.679Z[ recovery-image] Feb 28 10:00:23.524 INFO O| Feb 28 10:00:23.524 INFO STEP 806 (remove_files) COMPLETE
70812025-02-28T10:00:24.679Z[ recovery-image] Feb 28 10:00:23.524 INFO O| Feb 28 10:00:23.524 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-02-28T10:00:24.699Z[ recovery-image] Feb 28 10:00:23.548 INFO O| Feb 28 10:00:23.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70832025-02-28T10:00:24.702Z[ recovery-image] Feb 28 10:00:23.548 INFO O| Feb 28 10:00:23.548 INFO STEP 807 (remove_files) COMPLETE
70842025-02-28T10:00:24.702Z[ recovery-image] Feb 28 10:00:23.548 INFO O| Feb 28 10:00:23.548 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-02-28T10:00:24.723Z[ recovery-image] Feb 28 10:00:23.572 INFO O| Feb 28 10:00:23.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70862025-02-28T10:00:24.726Z[ recovery-image] Feb 28 10:00:23.572 INFO O| Feb 28 10:00:23.572 INFO STEP 808 (remove_files) COMPLETE
70872025-02-28T10:00:24.726Z[ recovery-image] Feb 28 10:00:23.572 INFO O| Feb 28 10:00:23.572 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-02-28T10:00:24.747Z[ recovery-image] Feb 28 10:00:23.595 INFO O| Feb 28 10:00:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70892025-02-28T10:00:24.749Z[ recovery-image] Feb 28 10:00:23.595 INFO O| Feb 28 10:00:23.595 INFO STEP 809 (remove_files) COMPLETE
70902025-02-28T10:00:24.749Z[ recovery-image] Feb 28 10:00:23.595 INFO O| Feb 28 10:00:23.595 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-02-28T10:00:24.779Z[ recovery-image] Feb 28 10:00:23.627 INFO O| Feb 28 10:00:23.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70922025-02-28T10:00:24.782Z[ recovery-image] Feb 28 10:00:23.627 INFO O| Feb 28 10:00:23.627 INFO STEP 810 (remove_files) COMPLETE
70932025-02-28T10:00:24.782Z[ recovery-image] Feb 28 10:00:23.628 INFO O| Feb 28 10:00:23.628 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-02-28T10:00:24.815Z[ recovery-image] Feb 28 10:00:23.663 INFO O| Feb 28 10:00:23.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70952025-02-28T10:00:24.819Z[ recovery-image] Feb 28 10:00:23.664 INFO O| Feb 28 10:00:23.663 INFO STEP 811 (remove_files) COMPLETE
70962025-02-28T10:00:24.819Z[ recovery-image] Feb 28 10:00:23.664 INFO O| Feb 28 10:00:23.664 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-02-28T10:00:24.839Z[ recovery-image] Feb 28 10:00:23.687 INFO O| Feb 28 10:00:23.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70982025-02-28T10:00:24.843Z[ recovery-image] Feb 28 10:00:23.687 INFO O| Feb 28 10:00:23.687 INFO STEP 812 (remove_files) COMPLETE
70992025-02-28T10:00:24.843Z[ recovery-image] Feb 28 10:00:23.687 INFO O| Feb 28 10:00:23.687 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-02-28T10:00:24.861Z[ recovery-image] Feb 28 10:00:23.710 INFO O| Feb 28 10:00:23.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
71012025-02-28T10:00:24.866Z[ recovery-image] Feb 28 10:00:23.710 INFO O| Feb 28 10:00:23.710 INFO STEP 813 (remove_files) COMPLETE
71022025-02-28T10:00:24.866Z[ recovery-image] Feb 28 10:00:23.710 INFO O| Feb 28 10:00:23.710 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-02-28T10:00:24.884Z[ recovery-image] Feb 28 10:00:23.732 INFO O| Feb 28 10:00:23.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
71042025-02-28T10:00:24.887Z[ recovery-image] Feb 28 10:00:23.733 INFO O| Feb 28 10:00:23.732 INFO STEP 814 (remove_files) COMPLETE
71052025-02-28T10:00:24.887Z[ recovery-image] Feb 28 10:00:23.733 INFO O| Feb 28 10:00:23.733 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-02-28T10:00:24.907Z[ recovery-image] Feb 28 10:00:23.755 INFO O| Feb 28 10:00:23.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
71072025-02-28T10:00:24.910Z[ recovery-image] Feb 28 10:00:23.756 INFO O| Feb 28 10:00:23.756 INFO STEP 815 (remove_files) COMPLETE
71082025-02-28T10:00:24.910Z[ recovery-image] Feb 28 10:00:23.756 INFO O| Feb 28 10:00:23.756 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-02-28T10:00:24.970Z[ recovery-image] Feb 28 10:00:23.818 INFO O| Feb 28 10:00:23.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
71102025-02-28T10:00:24.973Z[ recovery-image] Feb 28 10:00:23.818 INFO O| Feb 28 10:00:23.818 INFO STEP 816 (remove_files) COMPLETE
71112025-02-28T10:00:24.973Z[ recovery-image] Feb 28 10:00:23.818 INFO O| Feb 28 10:00:23.818 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-02-28T10:00:24.992Z[ recovery-image] Feb 28 10:00:23.839 INFO O| Feb 28 10:00:23.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
71132025-02-28T10:00:24.992Z[ recovery-image] Feb 28 10:00:23.839 INFO O| Feb 28 10:00:23.839 INFO STEP 817 (remove_files) COMPLETE
71142025-02-28T10:00:24.992Z[ recovery-image] Feb 28 10:00:23.839 INFO O| Feb 28 10:00:23.839 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-02-28T10:00:25.011Z[ recovery-image] Feb 28 10:00:23.859 INFO O| Feb 28 10:00:23.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
71162025-02-28T10:00:25.011Z[ recovery-image] Feb 28 10:00:23.859 INFO O| Feb 28 10:00:23.859 INFO STEP 818 (remove_files) COMPLETE
71172025-02-28T10:00:25.011Z[ recovery-image] Feb 28 10:00:23.859 INFO O| Feb 28 10:00:23.859 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-02-28T10:00:25.031Z[ recovery-image] Feb 28 10:00:23.879 INFO O| Feb 28 10:00:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
71192025-02-28T10:00:25.031Z[ recovery-image] Feb 28 10:00:23.879 INFO O| Feb 28 10:00:23.879 INFO STEP 819 (remove_files) COMPLETE
71202025-02-28T10:00:25.031Z[ recovery-image] Feb 28 10:00:23.879 INFO O| Feb 28 10:00:23.879 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-02-28T10:00:25.065Z[ recovery-image] Feb 28 10:00:23.913 INFO O| Feb 28 10:00:23.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
71222025-02-28T10:00:25.065Z[ recovery-image] Feb 28 10:00:23.913 INFO O| Feb 28 10:00:23.913 INFO STEP 820 (remove_files) COMPLETE
71232025-02-28T10:00:25.065Z[ recovery-image] Feb 28 10:00:23.913 INFO O| Feb 28 10:00:23.913 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-02-28T10:00:25.088Z[ recovery-image] Feb 28 10:00:23.936 INFO O| Feb 28 10:00:23.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
71252025-02-28T10:00:25.088Z[ recovery-image] Feb 28 10:00:23.936 INFO O| Feb 28 10:00:23.936 INFO STEP 821 (remove_files) COMPLETE
71262025-02-28T10:00:25.088Z[ recovery-image] Feb 28 10:00:23.936 INFO O| Feb 28 10:00:23.936 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-02-28T10:00:25.125Z[ recovery-image] Feb 28 10:00:23.973 INFO O| Feb 28 10:00:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
71282025-02-28T10:00:25.125Z[ recovery-image] Feb 28 10:00:23.973 INFO O| Feb 28 10:00:23.973 INFO STEP 822 (remove_files) COMPLETE
71292025-02-28T10:00:25.128Z[ recovery-image] Feb 28 10:00:23.973 INFO O| Feb 28 10:00:23.973 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-02-28T10:00:25.147Z[ recovery-image] Feb 28 10:00:23.995 INFO O| Feb 28 10:00:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71312025-02-28T10:00:25.151Z[ recovery-image] Feb 28 10:00:23.995 INFO O| Feb 28 10:00:23.995 INFO STEP 823 (remove_files) COMPLETE
71322025-02-28T10:00:25.151Z[ recovery-image] Feb 28 10:00:23.995 INFO O| Feb 28 10:00:23.995 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-02-28T10:00:25.169Z[ recovery-image] Feb 28 10:00:24.017 INFO O| Feb 28 10:00:24.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71342025-02-28T10:00:25.169Z[ recovery-image] Feb 28 10:00:24.017 INFO O| Feb 28 10:00:24.017 INFO STEP 824 (remove_files) COMPLETE
71352025-02-28T10:00:25.169Z[ recovery-image] Feb 28 10:00:24.017 INFO O| Feb 28 10:00:24.017 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-02-28T10:00:25.190Z[ recovery-image] Feb 28 10:00:24.038 INFO O| Feb 28 10:00:24.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71372025-02-28T10:00:25.190Z[ recovery-image] Feb 28 10:00:24.038 INFO O| Feb 28 10:00:24.038 INFO STEP 825 (remove_files) COMPLETE
71382025-02-28T10:00:25.190Z[ recovery-image] Feb 28 10:00:24.038 INFO O| Feb 28 10:00:24.038 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-02-28T10:00:25.223Z[ recovery-image] Feb 28 10:00:24.071 INFO O| Feb 28 10:00:24.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71402025-02-28T10:00:25.223Z[ recovery-image] Feb 28 10:00:24.071 INFO O| Feb 28 10:00:24.071 INFO STEP 826 (remove_files) COMPLETE
71412025-02-28T10:00:25.226Z[ recovery-image] Feb 28 10:00:24.071 INFO O| Feb 28 10:00:24.071 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-02-28T10:00:25.255Z[ recovery-image] Feb 28 10:00:24.103 INFO O| Feb 28 10:00:24.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71432025-02-28T10:00:25.258Z[ recovery-image] Feb 28 10:00:24.104 INFO O| Feb 28 10:00:24.103 INFO STEP 827 (remove_files) COMPLETE
71442025-02-28T10:00:25.258Z[ recovery-image] Feb 28 10:00:24.104 INFO O| Feb 28 10:00:24.103 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-02-28T10:00:25.288Z[ recovery-image] Feb 28 10:00:24.136 INFO O| Feb 28 10:00:24.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71462025-02-28T10:00:25.288Z[ recovery-image] Feb 28 10:00:24.136 INFO O| Feb 28 10:00:24.136 INFO STEP 828 (remove_files) COMPLETE
71472025-02-28T10:00:25.288Z[ recovery-image] Feb 28 10:00:24.136 INFO O| Feb 28 10:00:24.136 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-02-28T10:00:25.308Z[ recovery-image] Feb 28 10:00:24.156 INFO O| Feb 28 10:00:24.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71492025-02-28T10:00:25.308Z[ recovery-image] Feb 28 10:00:24.156 INFO O| Feb 28 10:00:24.156 INFO STEP 829 (remove_files) COMPLETE
71502025-02-28T10:00:25.308Z[ recovery-image] Feb 28 10:00:24.156 INFO O| Feb 28 10:00:24.156 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-02-28T10:00:25.330Z[ recovery-image] Feb 28 10:00:24.178 INFO O| Feb 28 10:00:24.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71522025-02-28T10:00:25.331Z[ recovery-image] Feb 28 10:00:24.178 INFO O| Feb 28 10:00:24.178 INFO STEP 830 (remove_files) COMPLETE
71532025-02-28T10:00:25.334Z[ recovery-image] Feb 28 10:00:24.178 INFO O| Feb 28 10:00:24.178 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-02-28T10:00:25.381Z[ recovery-image] Feb 28 10:00:24.229 INFO O| Feb 28 10:00:24.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71552025-02-28T10:00:25.382Z[ recovery-image] Feb 28 10:00:24.230 INFO O| Feb 28 10:00:24.230 INFO STEP 831 (remove_files) COMPLETE
71562025-02-28T10:00:25.382Z[ recovery-image] Feb 28 10:00:24.230 INFO O| Feb 28 10:00:24.230 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-02-28T10:00:25.404Z[ recovery-image] Feb 28 10:00:24.252 INFO O| Feb 28 10:00:24.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71582025-02-28T10:00:25.404Z[ recovery-image] Feb 28 10:00:24.252 INFO O| Feb 28 10:00:24.252 INFO STEP 832 (remove_files) COMPLETE
71592025-02-28T10:00:25.404Z[ recovery-image] Feb 28 10:00:24.252 INFO O| Feb 28 10:00:24.252 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-02-28T10:00:25.446Z[ recovery-image] Feb 28 10:00:24.294 INFO O| Feb 28 10:00:24.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71612025-02-28T10:00:25.446Z[ recovery-image] Feb 28 10:00:24.294 INFO O| Feb 28 10:00:24.294 INFO STEP 833 (remove_files) COMPLETE
71622025-02-28T10:00:25.446Z[ recovery-image] Feb 28 10:00:24.294 INFO O| Feb 28 10:00:24.294 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-02-28T10:00:25.484Z[ recovery-image] Feb 28 10:00:24.332 INFO O| Feb 28 10:00:24.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71642025-02-28T10:00:25.484Z[ recovery-image] Feb 28 10:00:24.332 INFO O| Feb 28 10:00:24.332 INFO STEP 834 (remove_files) COMPLETE
71652025-02-28T10:00:25.487Z[ recovery-image] Feb 28 10:00:24.332 INFO O| Feb 28 10:00:24.332 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-02-28T10:00:25.506Z[ recovery-image] Feb 28 10:00:24.354 INFO O| Feb 28 10:00:24.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71672025-02-28T10:00:25.506Z[ recovery-image] Feb 28 10:00:24.354 INFO O| Feb 28 10:00:24.354 INFO STEP 835 (remove_files) COMPLETE
71682025-02-28T10:00:25.508Z[ recovery-image] Feb 28 10:00:24.354 INFO O| Feb 28 10:00:24.354 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-02-28T10:00:25.539Z[ recovery-image] Feb 28 10:00:24.386 INFO O| Feb 28 10:00:24.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71702025-02-28T10:00:25.542Z[ recovery-image] Feb 28 10:00:24.386 INFO O| Feb 28 10:00:24.386 INFO STEP 836 (remove_files) COMPLETE
71712025-02-28T10:00:25.542Z[ recovery-image] Feb 28 10:00:24.387 INFO O| Feb 28 10:00:24.387 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-02-28T10:00:25.562Z[ recovery-image] Feb 28 10:00:24.410 INFO O| Feb 28 10:00:24.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71732025-02-28T10:00:25.564Z[ recovery-image] Feb 28 10:00:24.410 INFO O| Feb 28 10:00:24.410 INFO STEP 837 (remove_files) COMPLETE
71742025-02-28T10:00:25.565Z[ recovery-image] Feb 28 10:00:24.410 INFO O| Feb 28 10:00:24.410 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-02-28T10:00:25.584Z[ recovery-image] Feb 28 10:00:24.432 INFO O| Feb 28 10:00:24.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71762025-02-28T10:00:25.587Z[ recovery-image] Feb 28 10:00:24.432 INFO O| Feb 28 10:00:24.432 INFO STEP 838 (remove_files) COMPLETE
71772025-02-28T10:00:25.587Z[ recovery-image] Feb 28 10:00:24.432 INFO O| Feb 28 10:00:24.432 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-02-28T10:00:25.615Z[ recovery-image] Feb 28 10:00:24.463 INFO O| Feb 28 10:00:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71792025-02-28T10:00:25.618Z[ recovery-image] Feb 28 10:00:24.464 INFO O| Feb 28 10:00:24.463 INFO STEP 839 (remove_files) COMPLETE
71802025-02-28T10:00:25.618Z[ recovery-image] Feb 28 10:00:24.464 INFO O| Feb 28 10:00:24.463 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-02-28T10:00:25.638Z[ recovery-image] Feb 28 10:00:24.486 INFO O| Feb 28 10:00:24.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71822025-02-28T10:00:25.641Z[ recovery-image] Feb 28 10:00:24.486 INFO O| Feb 28 10:00:24.486 INFO STEP 840 (remove_files) COMPLETE
71832025-02-28T10:00:25.641Z[ recovery-image] Feb 28 10:00:24.486 INFO O| Feb 28 10:00:24.486 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-02-28T10:00:25.660Z[ recovery-image] Feb 28 10:00:24.508 INFO O| Feb 28 10:00:24.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71852025-02-28T10:00:25.663Z[ recovery-image] Feb 28 10:00:24.508 INFO O| Feb 28 10:00:24.508 INFO STEP 841 (remove_files) COMPLETE
71862025-02-28T10:00:25.663Z[ recovery-image] Feb 28 10:00:24.508 INFO O| Feb 28 10:00:24.508 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-02-28T10:00:25.682Z[ recovery-image] Feb 28 10:00:24.530 INFO O| Feb 28 10:00:24.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71882025-02-28T10:00:25.684Z[ recovery-image] Feb 28 10:00:24.530 INFO O| Feb 28 10:00:24.530 INFO STEP 842 (remove_files) COMPLETE
71892025-02-28T10:00:25.684Z[ recovery-image] Feb 28 10:00:24.530 INFO O| Feb 28 10:00:24.530 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-02-28T10:00:25.702Z[ recovery-image] Feb 28 10:00:24.549 INFO O| Feb 28 10:00:24.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71912025-02-28T10:00:25.706Z[ recovery-image] Feb 28 10:00:24.550 INFO O| Feb 28 10:00:24.550 INFO STEP 843 (remove_files) COMPLETE
71922025-02-28T10:00:25.706Z[ recovery-image] Feb 28 10:00:24.550 INFO O| Feb 28 10:00:24.550 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-02-28T10:00:25.743Z[ recovery-image] Feb 28 10:00:24.591 INFO O| Feb 28 10:00:24.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71942025-02-28T10:00:25.743Z[ recovery-image] Feb 28 10:00:24.591 INFO O| Feb 28 10:00:24.591 INFO STEP 844 (remove_files) COMPLETE
71952025-02-28T10:00:25.746Z[ recovery-image] Feb 28 10:00:24.591 INFO O| Feb 28 10:00:24.591 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-02-28T10:00:25.777Z[ recovery-image] Feb 28 10:00:24.624 INFO O| Feb 28 10:00:24.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71972025-02-28T10:00:25.779Z[ recovery-image] Feb 28 10:00:24.624 INFO O| Feb 28 10:00:24.624 INFO STEP 845 (remove_files) COMPLETE
71982025-02-28T10:00:25.779Z[ recovery-image] Feb 28 10:00:24.624 INFO O| Feb 28 10:00:24.624 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-02-28T10:00:25.798Z[ recovery-image] Feb 28 10:00:24.646 INFO O| Feb 28 10:00:24.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
72002025-02-28T10:00:25.800Z[ recovery-image] Feb 28 10:00:24.646 INFO O| Feb 28 10:00:24.646 INFO STEP 846 (remove_files) COMPLETE
72012025-02-28T10:00:25.800Z[ recovery-image] Feb 28 10:00:24.646 INFO O| Feb 28 10:00:24.646 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-02-28T10:00:25.820Z[ recovery-image] Feb 28 10:00:24.668 INFO O| Feb 28 10:00:24.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
72032025-02-28T10:00:25.820Z[ recovery-image] Feb 28 10:00:24.668 INFO O| Feb 28 10:00:24.668 INFO STEP 847 (remove_files) COMPLETE
72042025-02-28T10:00:25.820Z[ recovery-image] Feb 28 10:00:24.668 INFO O| Feb 28 10:00:24.668 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-02-28T10:00:25.842Z[ recovery-image] Feb 28 10:00:24.690 INFO O| Feb 28 10:00:24.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
72062025-02-28T10:00:25.845Z[ recovery-image] Feb 28 10:00:24.690 INFO O| Feb 28 10:00:24.690 INFO STEP 848 (remove_files) COMPLETE
72072025-02-28T10:00:25.845Z[ recovery-image] Feb 28 10:00:24.690 INFO O| Feb 28 10:00:24.690 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-02-28T10:00:25.864Z[ recovery-image] Feb 28 10:00:24.713 INFO O| Feb 28 10:00:24.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72092025-02-28T10:00:25.867Z[ recovery-image] Feb 28 10:00:24.713 INFO O| Feb 28 10:00:24.713 INFO STEP 849 (remove_files) COMPLETE
72102025-02-28T10:00:25.867Z[ recovery-image] Feb 28 10:00:24.713 INFO O| Feb 28 10:00:24.713 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-02-28T10:00:25.887Z[ recovery-image] Feb 28 10:00:24.735 INFO O| Feb 28 10:00:24.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
72122025-02-28T10:00:25.890Z[ recovery-image] Feb 28 10:00:24.735 INFO O| Feb 28 10:00:24.735 INFO STEP 850 (remove_files) COMPLETE
72132025-02-28T10:00:25.890Z[ recovery-image] Feb 28 10:00:24.735 INFO O| Feb 28 10:00:24.735 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-02-28T10:00:25.910Z[ recovery-image] Feb 28 10:00:24.757 INFO O| Feb 28 10:00:24.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72152025-02-28T10:00:25.912Z[ recovery-image] Feb 28 10:00:24.757 INFO O| Feb 28 10:00:24.757 INFO STEP 851 (remove_files) COMPLETE
72162025-02-28T10:00:25.912Z[ recovery-image] Feb 28 10:00:24.757 INFO O| Feb 28 10:00:24.757 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-02-28T10:00:25.929Z[ recovery-image] Feb 28 10:00:24.777 INFO O| Feb 28 10:00:24.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
72182025-02-28T10:00:25.932Z[ recovery-image] Feb 28 10:00:24.778 INFO O| Feb 28 10:00:24.777 INFO STEP 852 (remove_files) COMPLETE
72192025-02-28T10:00:25.932Z[ recovery-image] Feb 28 10:00:24.778 INFO O| Feb 28 10:00:24.778 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-02-28T10:00:25.958Z[ recovery-image] Feb 28 10:00:24.806 INFO O| Feb 28 10:00:24.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
72212025-02-28T10:00:25.958Z[ recovery-image] Feb 28 10:00:24.806 INFO O| Feb 28 10:00:24.806 INFO STEP 853 (remove_files) COMPLETE
72222025-02-28T10:00:25.959Z[ recovery-image] Feb 28 10:00:24.806 INFO O| Feb 28 10:00:24.806 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-02-28T10:00:25.989Z[ recovery-image] Feb 28 10:00:24.837 INFO O| Feb 28 10:00:24.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
72242025-02-28T10:00:25.993Z[ recovery-image] Feb 28 10:00:24.837 INFO O| Feb 28 10:00:24.837 INFO STEP 854 (remove_files) COMPLETE
72252025-02-28T10:00:25.994Z[ recovery-image] Feb 28 10:00:24.837 INFO O| Feb 28 10:00:24.837 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-02-28T10:00:26.046Z[ recovery-image] Feb 28 10:00:24.894 INFO O| Feb 28 10:00:24.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72272025-02-28T10:00:26.047Z[ recovery-image] Feb 28 10:00:24.895 INFO O| Feb 28 10:00:24.895 INFO STEP 855 (remove_files) COMPLETE
72282025-02-28T10:00:26.047Z[ recovery-image] Feb 28 10:00:24.895 INFO O| Feb 28 10:00:24.895 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-02-28T10:00:26.066Z[ recovery-image] Feb 28 10:00:24.914 INFO O| Feb 28 10:00:24.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72302025-02-28T10:00:26.066Z[ recovery-image] Feb 28 10:00:24.914 INFO O| Feb 28 10:00:24.914 INFO STEP 856 (remove_files) COMPLETE
72312025-02-28T10:00:26.066Z[ recovery-image] Feb 28 10:00:24.914 INFO O| Feb 28 10:00:24.914 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-02-28T10:00:26.090Z[ recovery-image] Feb 28 10:00:24.937 INFO O| Feb 28 10:00:24.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72332025-02-28T10:00:26.090Z[ recovery-image] Feb 28 10:00:24.937 INFO O| Feb 28 10:00:24.937 INFO STEP 857 (remove_files) COMPLETE
72342025-02-28T10:00:26.094Z[ recovery-image] Feb 28 10:00:24.937 INFO O| Feb 28 10:00:24.937 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-02-28T10:00:26.124Z[ recovery-image] Feb 28 10:00:24.973 INFO O| Feb 28 10:00:24.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72362025-02-28T10:00:26.125Z[ recovery-image] Feb 28 10:00:24.973 INFO O| Feb 28 10:00:24.973 INFO STEP 858 (remove_files) COMPLETE
72372025-02-28T10:00:26.127Z[ recovery-image] Feb 28 10:00:24.973 INFO O| Feb 28 10:00:24.973 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-02-28T10:00:26.151Z[ recovery-image] Feb 28 10:00:24.999 INFO O| Feb 28 10:00:24.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72392025-02-28T10:00:26.151Z[ recovery-image] Feb 28 10:00:24.999 INFO O| Feb 28 10:00:24.999 INFO STEP 859 (remove_files) COMPLETE
72402025-02-28T10:00:26.151Z[ recovery-image] Feb 28 10:00:25.000 INFO O| Feb 28 10:00:24.999 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-02-28T10:00:26.176Z[ recovery-image] Feb 28 10:00:25.024 INFO O| Feb 28 10:00:25.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72422025-02-28T10:00:26.179Z[ recovery-image] Feb 28 10:00:25.024 INFO O| Feb 28 10:00:25.024 INFO STEP 860 (remove_files) COMPLETE
72432025-02-28T10:00:26.179Z[ recovery-image] Feb 28 10:00:25.024 INFO O| Feb 28 10:00:25.024 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-02-28T10:00:26.197Z[ recovery-image] Feb 28 10:00:25.045 INFO O| Feb 28 10:00:25.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72452025-02-28T10:00:26.200Z[ recovery-image] Feb 28 10:00:25.045 INFO O| Feb 28 10:00:25.045 INFO STEP 861 (remove_files) COMPLETE
72462025-02-28T10:00:26.200Z[ recovery-image] Feb 28 10:00:25.045 INFO O| Feb 28 10:00:25.045 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-02-28T10:00:26.218Z[ recovery-image] Feb 28 10:00:25.067 INFO O| Feb 28 10:00:25.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72482025-02-28T10:00:26.221Z[ recovery-image] Feb 28 10:00:25.067 INFO O| Feb 28 10:00:25.067 INFO STEP 862 (remove_files) COMPLETE
72492025-02-28T10:00:26.221Z[ recovery-image] Feb 28 10:00:25.067 INFO O| Feb 28 10:00:25.067 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-02-28T10:00:26.259Z[ recovery-image] Feb 28 10:00:25.108 INFO O| Feb 28 10:00:25.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72512025-02-28T10:00:26.260Z[ recovery-image] Feb 28 10:00:25.108 INFO O| Feb 28 10:00:25.108 INFO STEP 863 (remove_files) COMPLETE
72522025-02-28T10:00:26.262Z[ recovery-image] Feb 28 10:00:25.108 INFO O| Feb 28 10:00:25.108 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-02-28T10:00:26.301Z[ recovery-image] Feb 28 10:00:25.148 INFO O| Feb 28 10:00:25.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72542025-02-28T10:00:26.301Z[ recovery-image] Feb 28 10:00:25.148 INFO O| Feb 28 10:00:25.148 INFO STEP 864 (remove_files) COMPLETE
72552025-02-28T10:00:26.301Z[ recovery-image] Feb 28 10:00:25.148 INFO O| Feb 28 10:00:25.148 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-02-28T10:00:26.324Z[ recovery-image] Feb 28 10:00:25.172 INFO O| Feb 28 10:00:25.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72572025-02-28T10:00:26.324Z[ recovery-image] Feb 28 10:00:25.172 INFO O| Feb 28 10:00:25.172 INFO STEP 865 (remove_files) COMPLETE
72582025-02-28T10:00:26.327Z[ recovery-image] Feb 28 10:00:25.172 INFO O| Feb 28 10:00:25.172 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-02-28T10:00:26.370Z[ recovery-image] Feb 28 10:00:25.218 INFO O| Feb 28 10:00:25.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72602025-02-28T10:00:26.373Z[ recovery-image] Feb 28 10:00:25.218 INFO O| Feb 28 10:00:25.218 INFO STEP 866 (remove_files) COMPLETE
72612025-02-28T10:00:26.373Z[ recovery-image] Feb 28 10:00:25.218 INFO O| Feb 28 10:00:25.218 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-02-28T10:00:26.393Z[ recovery-image] Feb 28 10:00:25.241 INFO O| Feb 28 10:00:25.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72632025-02-28T10:00:26.398Z[ recovery-image] Feb 28 10:00:25.242 INFO O| Feb 28 10:00:25.242 INFO STEP 867 (remove_files) COMPLETE
72642025-02-28T10:00:26.398Z[ recovery-image] Feb 28 10:00:25.242 INFO O| Feb 28 10:00:25.242 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-02-28T10:00:26.415Z[ recovery-image] Feb 28 10:00:25.263 INFO O| Feb 28 10:00:25.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72662025-02-28T10:00:26.418Z[ recovery-image] Feb 28 10:00:25.263 INFO O| Feb 28 10:00:25.263 INFO STEP 868 (remove_files) COMPLETE
72672025-02-28T10:00:26.418Z[ recovery-image] Feb 28 10:00:25.264 INFO O| Feb 28 10:00:25.264 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-02-28T10:00:26.451Z[ recovery-image] Feb 28 10:00:25.299 INFO O| Feb 28 10:00:25.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72692025-02-28T10:00:26.451Z[ recovery-image] Feb 28 10:00:25.299 INFO O| Feb 28 10:00:25.299 INFO STEP 869 (remove_files) COMPLETE
72702025-02-28T10:00:26.455Z[ recovery-image] Feb 28 10:00:25.299 INFO O| Feb 28 10:00:25.299 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-02-28T10:00:26.473Z[ recovery-image] Feb 28 10:00:25.321 INFO O| Feb 28 10:00:25.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72722025-02-28T10:00:26.476Z[ recovery-image] Feb 28 10:00:25.321 INFO O| Feb 28 10:00:25.321 INFO STEP 870 (remove_files) COMPLETE
72732025-02-28T10:00:26.476Z[ recovery-image] Feb 28 10:00:25.321 INFO O| Feb 28 10:00:25.321 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-02-28T10:00:26.495Z[ recovery-image] Feb 28 10:00:25.343 INFO O| Feb 28 10:00:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72752025-02-28T10:00:26.497Z[ recovery-image] Feb 28 10:00:25.343 INFO O| Feb 28 10:00:25.343 INFO STEP 871 (remove_files) COMPLETE
72762025-02-28T10:00:26.497Z[ recovery-image] Feb 28 10:00:25.343 INFO O| Feb 28 10:00:25.343 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-02-28T10:00:26.595Z[ recovery-image] Feb 28 10:00:25.442 INFO O| Feb 28 10:00:25.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72782025-02-28T10:00:26.595Z[ recovery-image] Feb 28 10:00:25.442 INFO O| Feb 28 10:00:25.442 INFO STEP 872 (remove_files) COMPLETE
72792025-02-28T10:00:26.595Z[ recovery-image] Feb 28 10:00:25.442 INFO O| Feb 28 10:00:25.442 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-02-28T10:00:26.659Z[ recovery-image] Feb 28 10:00:25.505 INFO O| Feb 28 10:00:25.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72812025-02-28T10:00:26.663Z[ recovery-image] Feb 28 10:00:25.506 INFO O| Feb 28 10:00:25.506 INFO STEP 873 (remove_files) COMPLETE
72822025-02-28T10:00:26.663Z[ recovery-image] Feb 28 10:00:25.506 INFO O| Feb 28 10:00:25.506 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-02-28T10:00:26.698Z[ recovery-image] Feb 28 10:00:25.546 INFO O| Feb 28 10:00:25.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72842025-02-28T10:00:26.698Z[ recovery-image] Feb 28 10:00:25.546 INFO O| Feb 28 10:00:25.546 INFO STEP 874 (remove_files) COMPLETE
72852025-02-28T10:00:26.702Z[ recovery-image] Feb 28 10:00:25.546 INFO O| Feb 28 10:00:25.546 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-02-28T10:00:26.721Z[ recovery-image] Feb 28 10:00:25.567 INFO O| Feb 28 10:00:25.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72872025-02-28T10:00:26.721Z[ recovery-image] Feb 28 10:00:25.567 INFO O| Feb 28 10:00:25.567 INFO STEP 875 (remove_files) COMPLETE
72882025-02-28T10:00:26.721Z[ recovery-image] Feb 28 10:00:25.567 INFO O| Feb 28 10:00:25.567 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-02-28T10:00:26.740Z[ recovery-image] Feb 28 10:00:25.588 INFO O| Feb 28 10:00:25.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72902025-02-28T10:00:26.740Z[ recovery-image] Feb 28 10:00:25.588 INFO O| Feb 28 10:00:25.588 INFO STEP 876 (remove_files) COMPLETE
72912025-02-28T10:00:26.740Z[ recovery-image] Feb 28 10:00:25.588 INFO O| Feb 28 10:00:25.588 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-02-28T10:00:26.778Z[ recovery-image] Feb 28 10:00:25.625 INFO O| Feb 28 10:00:25.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72932025-02-28T10:00:26.779Z[ recovery-image] Feb 28 10:00:25.625 INFO O| Feb 28 10:00:25.625 INFO STEP 877 (remove_files) COMPLETE
72942025-02-28T10:00:26.779Z[ recovery-image] Feb 28 10:00:25.625 INFO O| Feb 28 10:00:25.625 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-02-28T10:00:26.798Z[ recovery-image] Feb 28 10:00:25.646 INFO O| Feb 28 10:00:25.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72962025-02-28T10:00:26.798Z[ recovery-image] Feb 28 10:00:25.646 INFO O| Feb 28 10:00:25.646 INFO STEP 878 (remove_files) COMPLETE
72972025-02-28T10:00:26.802Z[ recovery-image] Feb 28 10:00:25.646 INFO O| Feb 28 10:00:25.646 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-02-28T10:00:26.818Z[ recovery-image] Feb 28 10:00:25.666 INFO O| Feb 28 10:00:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72992025-02-28T10:00:26.821Z[ recovery-image] Feb 28 10:00:25.666 INFO O| Feb 28 10:00:25.666 INFO STEP 879 (remove_files) COMPLETE
73002025-02-28T10:00:26.821Z[ recovery-image] Feb 28 10:00:25.666 INFO O| Feb 28 10:00:25.666 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-02-28T10:00:26.841Z[ recovery-image] Feb 28 10:00:25.688 INFO O| Feb 28 10:00:25.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73022025-02-28T10:00:26.841Z[ recovery-image] Feb 28 10:00:25.688 INFO O| Feb 28 10:00:25.688 INFO STEP 880 (remove_files) COMPLETE
73032025-02-28T10:00:26.841Z[ recovery-image] Feb 28 10:00:25.688 INFO O| Feb 28 10:00:25.688 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-02-28T10:00:26.862Z[ recovery-image] Feb 28 10:00:25.709 INFO O| Feb 28 10:00:25.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73052025-02-28T10:00:26.862Z[ recovery-image] Feb 28 10:00:25.709 INFO O| Feb 28 10:00:25.709 INFO STEP 881 (remove_files) COMPLETE
73062025-02-28T10:00:26.862Z[ recovery-image] Feb 28 10:00:25.709 INFO O| Feb 28 10:00:25.709 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-02-28T10:00:26.885Z[ recovery-image] Feb 28 10:00:25.730 INFO O| Feb 28 10:00:25.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73082025-02-28T10:00:26.885Z[ recovery-image] Feb 28 10:00:25.730 INFO O| Feb 28 10:00:25.730 INFO STEP 882 (remove_files) COMPLETE
73092025-02-28T10:00:26.885Z[ recovery-image] Feb 28 10:00:25.730 INFO O| Feb 28 10:00:25.730 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-02-28T10:00:26.905Z[ recovery-image] Feb 28 10:00:25.752 INFO O| Feb 28 10:00:25.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73112025-02-28T10:00:26.905Z[ recovery-image] Feb 28 10:00:25.752 INFO O| Feb 28 10:00:25.752 INFO STEP 883 (remove_files) COMPLETE
73122025-02-28T10:00:26.905Z[ recovery-image] Feb 28 10:00:25.752 INFO O| Feb 28 10:00:25.752 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-02-28T10:00:26.985Z[ recovery-image] Feb 28 10:00:25.832 INFO O| Feb 28 10:00:25.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73142025-02-28T10:00:26.986Z[ recovery-image] Feb 28 10:00:25.832 INFO O| Feb 28 10:00:25.832 INFO STEP 884 (remove_files) COMPLETE
73152025-02-28T10:00:26.986Z[ recovery-image] Feb 28 10:00:25.832 INFO O| Feb 28 10:00:25.832 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-02-28T10:00:27.017Z[ recovery-image] Feb 28 10:00:25.864 INFO O| Feb 28 10:00:25.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73172025-02-28T10:00:27.017Z[ recovery-image] Feb 28 10:00:25.864 INFO O| Feb 28 10:00:25.864 INFO STEP 885 (remove_files) COMPLETE
73182025-02-28T10:00:27.017Z[ recovery-image] Feb 28 10:00:25.864 INFO O| Feb 28 10:00:25.864 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-02-28T10:00:27.057Z[ recovery-image] Feb 28 10:00:25.905 INFO O| Feb 28 10:00:25.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73202025-02-28T10:00:27.058Z[ recovery-image] Feb 28 10:00:25.905 INFO O| Feb 28 10:00:25.905 INFO STEP 886 (remove_files) COMPLETE
73212025-02-28T10:00:27.058Z[ recovery-image] Feb 28 10:00:25.905 INFO O| Feb 28 10:00:25.905 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-02-28T10:00:27.119Z[ recovery-image] Feb 28 10:00:25.967 INFO O| Feb 28 10:00:25.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73232025-02-28T10:00:27.119Z[ recovery-image] Feb 28 10:00:25.967 INFO O| Feb 28 10:00:25.967 INFO STEP 887 (remove_files) COMPLETE
73242025-02-28T10:00:27.119Z[ recovery-image] Feb 28 10:00:25.967 INFO O| Feb 28 10:00:25.967 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-02-28T10:00:27.139Z[ recovery-image] Feb 28 10:00:25.987 INFO O| Feb 28 10:00:25.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73262025-02-28T10:00:27.139Z[ recovery-image] Feb 28 10:00:25.988 INFO O| Feb 28 10:00:25.988 INFO STEP 888 (remove_files) COMPLETE
73272025-02-28T10:00:27.140Z[ recovery-image] Feb 28 10:00:25.988 INFO O| Feb 28 10:00:25.988 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-02-28T10:00:27.164Z[ recovery-image] Feb 28 10:00:26.012 INFO O| Feb 28 10:00:26.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73292025-02-28T10:00:27.167Z[ recovery-image] Feb 28 10:00:26.013 INFO O| Feb 28 10:00:26.012 INFO STEP 889 (remove_files) COMPLETE
73302025-02-28T10:00:27.167Z[ recovery-image] Feb 28 10:00:26.013 INFO O| Feb 28 10:00:26.013 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-02-28T10:00:27.222Z[ recovery-image] Feb 28 10:00:26.057 INFO O| Feb 28 10:00:26.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73322025-02-28T10:00:27.310Z[ recovery-image] Feb 28 10:00:26.057 INFO O| Feb 28 10:00:26.057 INFO STEP 890 (remove_files) COMPLETE
73332025-02-28T10:00:27.310Z[ recovery-image] Feb 28 10:00:26.057 INFO O| Feb 28 10:00:26.057 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-02-28T10:00:27.310Z[ recovery-image] Feb 28 10:00:26.078 INFO O| Feb 28 10:00:26.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73352025-02-28T10:00:27.310Z[ recovery-image] Feb 28 10:00:26.079 INFO O| Feb 28 10:00:26.079 INFO STEP 891 (remove_files) COMPLETE
73362025-02-28T10:00:27.310Z[ recovery-image] Feb 28 10:00:26.079 INFO O| Feb 28 10:00:26.079 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-02-28T10:00:27.310Z[ recovery-image] Feb 28 10:00:26.137 INFO O| Feb 28 10:00:26.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73382025-02-28T10:00:27.310Z[ recovery-image] Feb 28 10:00:26.137 INFO O| Feb 28 10:00:26.137 INFO STEP 892 (remove_files) COMPLETE
73392025-02-28T10:00:27.310Z[ recovery-image] Feb 28 10:00:26.137 INFO O| Feb 28 10:00:26.137 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-02-28T10:00:27.313Z[ recovery-image] Feb 28 10:00:26.158 INFO O| Feb 28 10:00:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73412025-02-28T10:00:27.313Z[ recovery-image] Feb 28 10:00:26.159 INFO O| Feb 28 10:00:26.159 INFO STEP 893 (remove_files) COMPLETE
73422025-02-28T10:00:27.313Z[ recovery-image] Feb 28 10:00:26.159 INFO O| Feb 28 10:00:26.159 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-02-28T10:00:27.369Z[ recovery-image] Feb 28 10:00:26.217 INFO O| Feb 28 10:00:26.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73442025-02-28T10:00:27.369Z[ recovery-image] Feb 28 10:00:26.217 INFO O| Feb 28 10:00:26.217 INFO STEP 894 (remove_files) COMPLETE
73452025-02-28T10:00:27.373Z[ recovery-image] Feb 28 10:00:26.217 INFO O| Feb 28 10:00:26.217 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-02-28T10:00:27.390Z[ recovery-image] Feb 28 10:00:26.238 INFO O| Feb 28 10:00:26.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73472025-02-28T10:00:27.390Z[ recovery-image] Feb 28 10:00:26.238 INFO O| Feb 28 10:00:26.238 INFO STEP 895 (remove_files) COMPLETE
73482025-02-28T10:00:27.390Z[ recovery-image] Feb 28 10:00:26.238 INFO O| Feb 28 10:00:26.238 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-02-28T10:00:27.412Z[ recovery-image] Feb 28 10:00:26.260 INFO O| Feb 28 10:00:26.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73502025-02-28T10:00:27.412Z[ recovery-image] Feb 28 10:00:26.260 INFO O| Feb 28 10:00:26.260 INFO STEP 896 (remove_files) COMPLETE
73512025-02-28T10:00:27.415Z[ recovery-image] Feb 28 10:00:26.260 INFO O| Feb 28 10:00:26.260 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-02-28T10:00:27.433Z[ recovery-image] Feb 28 10:00:26.281 INFO O| Feb 28 10:00:26.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73532025-02-28T10:00:27.433Z[ recovery-image] Feb 28 10:00:26.281 INFO O| Feb 28 10:00:26.281 INFO STEP 897 (remove_files) COMPLETE
73542025-02-28T10:00:27.433Z[ recovery-image] Feb 28 10:00:26.281 INFO O| Feb 28 10:00:26.281 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-02-28T10:00:27.453Z[ recovery-image] Feb 28 10:00:26.301 INFO O| Feb 28 10:00:26.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73562025-02-28T10:00:27.454Z[ recovery-image] Feb 28 10:00:26.302 INFO O| Feb 28 10:00:26.302 INFO STEP 898 (remove_files) COMPLETE
73572025-02-28T10:00:27.454Z[ recovery-image] Feb 28 10:00:26.302 INFO O| Feb 28 10:00:26.302 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-02-28T10:00:27.474Z[ recovery-image] Feb 28 10:00:26.322 INFO O| Feb 28 10:00:26.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73592025-02-28T10:00:27.474Z[ recovery-image] Feb 28 10:00:26.322 INFO O| Feb 28 10:00:26.322 INFO STEP 899 (remove_files) COMPLETE
73602025-02-28T10:00:27.477Z[ recovery-image] Feb 28 10:00:26.322 INFO O| Feb 28 10:00:26.322 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-02-28T10:00:27.495Z[ recovery-image] Feb 28 10:00:26.343 INFO O| Feb 28 10:00:26.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73622025-02-28T10:00:27.495Z[ recovery-image] Feb 28 10:00:26.343 INFO O| Feb 28 10:00:26.343 INFO STEP 900 (remove_files) COMPLETE
73632025-02-28T10:00:27.498Z[ recovery-image] Feb 28 10:00:26.344 INFO O| Feb 28 10:00:26.343 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-02-28T10:00:27.517Z[ recovery-image] Feb 28 10:00:26.365 INFO O| Feb 28 10:00:26.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73652025-02-28T10:00:27.517Z[ recovery-image] Feb 28 10:00:26.365 INFO O| Feb 28 10:00:26.365 INFO STEP 901 (remove_files) COMPLETE
73662025-02-28T10:00:27.517Z[ recovery-image] Feb 28 10:00:26.365 INFO O| Feb 28 10:00:26.365 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-02-28T10:00:27.555Z[ recovery-image] Feb 28 10:00:26.403 INFO O| Feb 28 10:00:26.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73682025-02-28T10:00:27.555Z[ recovery-image] Feb 28 10:00:26.403 INFO O| Feb 28 10:00:26.403 INFO STEP 902 (remove_files) COMPLETE
73692025-02-28T10:00:27.555Z[ recovery-image] Feb 28 10:00:26.403 INFO O| Feb 28 10:00:26.403 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-02-28T10:00:27.576Z[ recovery-image] Feb 28 10:00:26.424 INFO O| Feb 28 10:00:26.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73712025-02-28T10:00:27.576Z[ recovery-image] Feb 28 10:00:26.424 INFO O| Feb 28 10:00:26.424 INFO STEP 903 (remove_files) COMPLETE
73722025-02-28T10:00:27.576Z[ recovery-image] Feb 28 10:00:26.424 INFO O| Feb 28 10:00:26.424 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-02-28T10:00:27.596Z[ recovery-image] Feb 28 10:00:26.444 INFO O| Feb 28 10:00:26.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73742025-02-28T10:00:27.596Z[ recovery-image] Feb 28 10:00:26.444 INFO O| Feb 28 10:00:26.444 INFO STEP 904 (remove_files) COMPLETE
73752025-02-28T10:00:27.599Z[ recovery-image] Feb 28 10:00:26.444 INFO O| Feb 28 10:00:26.444 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-02-28T10:00:27.615Z[ recovery-image] Feb 28 10:00:26.463 INFO O| Feb 28 10:00:26.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73772025-02-28T10:00:27.616Z[ recovery-image] Feb 28 10:00:26.463 INFO O| Feb 28 10:00:26.463 INFO STEP 905 (remove_files) COMPLETE
73782025-02-28T10:00:27.616Z[ recovery-image] Feb 28 10:00:26.463 INFO O| Feb 28 10:00:26.463 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-02-28T10:00:27.640Z[ recovery-image] Feb 28 10:00:26.487 INFO O| Feb 28 10:00:26.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73802025-02-28T10:00:27.640Z[ recovery-image] Feb 28 10:00:26.487 INFO O| Feb 28 10:00:26.487 INFO STEP 906 (remove_files) COMPLETE
73812025-02-28T10:00:27.640Z[ recovery-image] Feb 28 10:00:26.487 INFO O| Feb 28 10:00:26.487 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-02-28T10:00:27.662Z[ recovery-image] Feb 28 10:00:26.510 INFO O| Feb 28 10:00:26.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73832025-02-28T10:00:27.662Z[ recovery-image] Feb 28 10:00:26.510 INFO O| Feb 28 10:00:26.510 INFO STEP 907 (remove_files) COMPLETE
73842025-02-28T10:00:27.665Z[ recovery-image] Feb 28 10:00:26.510 INFO O| Feb 28 10:00:26.510 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-02-28T10:00:27.683Z[ recovery-image] Feb 28 10:00:26.531 INFO O| Feb 28 10:00:26.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73862025-02-28T10:00:27.683Z[ recovery-image] Feb 28 10:00:26.531 INFO O| Feb 28 10:00:26.531 INFO STEP 908 (remove_files) COMPLETE
73872025-02-28T10:00:27.684Z[ recovery-image] Feb 28 10:00:26.531 INFO O| Feb 28 10:00:26.531 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-02-28T10:00:27.704Z[ recovery-image] Feb 28 10:00:26.552 INFO O| Feb 28 10:00:26.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73892025-02-28T10:00:27.704Z[ recovery-image] Feb 28 10:00:26.552 INFO O| Feb 28 10:00:26.552 INFO STEP 909 (remove_files) COMPLETE
73902025-02-28T10:00:27.704Z[ recovery-image] Feb 28 10:00:26.552 INFO O| Feb 28 10:00:26.552 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-02-28T10:00:27.725Z[ recovery-image] Feb 28 10:00:26.573 INFO O| Feb 28 10:00:26.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73922025-02-28T10:00:27.726Z[ recovery-image] Feb 28 10:00:26.573 INFO O| Feb 28 10:00:26.573 INFO STEP 910 (remove_files) COMPLETE
73932025-02-28T10:00:27.728Z[ recovery-image] Feb 28 10:00:26.573 INFO O| Feb 28 10:00:26.573 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-02-28T10:00:27.748Z[ recovery-image] Feb 28 10:00:26.595 INFO O| Feb 28 10:00:26.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73952025-02-28T10:00:27.748Z[ recovery-image] Feb 28 10:00:26.595 INFO O| Feb 28 10:00:26.595 INFO STEP 911 (remove_files) COMPLETE
73962025-02-28T10:00:27.748Z[ recovery-image] Feb 28 10:00:26.595 INFO O| Feb 28 10:00:26.595 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-02-28T10:00:27.767Z[ recovery-image] Feb 28 10:00:26.615 INFO O| Feb 28 10:00:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73982025-02-28T10:00:27.767Z[ recovery-image] Feb 28 10:00:26.615 INFO O| Feb 28 10:00:26.615 INFO STEP 912 (remove_files) COMPLETE
73992025-02-28T10:00:27.767Z[ recovery-image] Feb 28 10:00:26.615 INFO O| Feb 28 10:00:26.615 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-02-28T10:00:27.825Z[ recovery-image] Feb 28 10:00:26.673 INFO O| Feb 28 10:00:26.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74012025-02-28T10:00:27.825Z[ recovery-image] Feb 28 10:00:26.673 INFO O| Feb 28 10:00:26.673 INFO STEP 913 (remove_files) COMPLETE
74022025-02-28T10:00:27.826Z[ recovery-image] Feb 28 10:00:26.673 INFO O| Feb 28 10:00:26.673 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-02-28T10:00:27.848Z[ recovery-image] Feb 28 10:00:26.696 INFO O| Feb 28 10:00:26.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
74042025-02-28T10:00:27.848Z[ recovery-image] Feb 28 10:00:26.696 INFO O| Feb 28 10:00:26.696 INFO STEP 914 (remove_files) COMPLETE
74052025-02-28T10:00:27.850Z[ recovery-image] Feb 28 10:00:26.696 INFO O| Feb 28 10:00:26.696 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-02-28T10:00:27.869Z[ recovery-image] Feb 28 10:00:26.717 INFO O| Feb 28 10:00:26.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74072025-02-28T10:00:27.872Z[ recovery-image] Feb 28 10:00:26.718 INFO O| Feb 28 10:00:26.718 INFO STEP 915 (remove_files) COMPLETE
74082025-02-28T10:00:27.872Z[ recovery-image] Feb 28 10:00:26.718 INFO O| Feb 28 10:00:26.718 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-02-28T10:00:27.891Z[ recovery-image] Feb 28 10:00:26.739 INFO O| Feb 28 10:00:26.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74102025-02-28T10:00:27.893Z[ recovery-image] Feb 28 10:00:26.739 INFO O| Feb 28 10:00:26.739 INFO STEP 916 (remove_files) COMPLETE
74112025-02-28T10:00:27.893Z[ recovery-image] Feb 28 10:00:26.739 INFO O| Feb 28 10:00:26.739 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-02-28T10:00:27.912Z[ recovery-image] Feb 28 10:00:26.760 INFO O| Feb 28 10:00:26.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
74132025-02-28T10:00:27.915Z[ recovery-image] Feb 28 10:00:26.760 INFO O| Feb 28 10:00:26.760 INFO STEP 917 (remove_files) COMPLETE
74142025-02-28T10:00:27.915Z[ recovery-image] Feb 28 10:00:26.760 INFO O| Feb 28 10:00:26.760 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-02-28T10:00:27.933Z[ recovery-image] Feb 28 10:00:26.781 INFO O| Feb 28 10:00:26.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74162025-02-28T10:00:27.936Z[ recovery-image] Feb 28 10:00:26.781 INFO O| Feb 28 10:00:26.781 INFO STEP 918 (remove_files) COMPLETE
74172025-02-28T10:00:27.936Z[ recovery-image] Feb 28 10:00:26.781 INFO O| Feb 28 10:00:26.781 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-02-28T10:00:27.955Z[ recovery-image] Feb 28 10:00:26.803 INFO O| Feb 28 10:00:26.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74192025-02-28T10:00:27.958Z[ recovery-image] Feb 28 10:00:26.803 INFO O| Feb 28 10:00:26.803 INFO STEP 919 (remove_files) COMPLETE
74202025-02-28T10:00:27.958Z[ recovery-image] Feb 28 10:00:26.803 INFO O| Feb 28 10:00:26.803 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-02-28T10:00:27.976Z[ recovery-image] Feb 28 10:00:26.824 INFO O| Feb 28 10:00:26.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74222025-02-28T10:00:27.976Z[ recovery-image] Feb 28 10:00:26.824 INFO O| Feb 28 10:00:26.824 INFO STEP 920 (remove_files) COMPLETE
74232025-02-28T10:00:27.976Z[ recovery-image] Feb 28 10:00:26.824 INFO O| Feb 28 10:00:26.824 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-02-28T10:00:28.005Z[ recovery-image] Feb 28 10:00:26.843 INFO O| Feb 28 10:00:26.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74252025-02-28T10:00:28.005Z[ recovery-image] Feb 28 10:00:26.843 INFO O| Feb 28 10:00:26.843 INFO STEP 921 (remove_files) COMPLETE
74262025-02-28T10:00:28.005Z[ recovery-image] Feb 28 10:00:26.843 INFO O| Feb 28 10:00:26.843 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-02-28T10:00:28.021Z[ recovery-image] Feb 28 10:00:26.869 INFO O| Feb 28 10:00:26.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
74282025-02-28T10:00:28.021Z[ recovery-image] Feb 28 10:00:26.869 INFO O| Feb 28 10:00:26.869 INFO STEP 922 (remove_files) COMPLETE
74292025-02-28T10:00:28.024Z[ recovery-image] Feb 28 10:00:26.869 INFO O| Feb 28 10:00:26.869 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-02-28T10:00:28.042Z[ recovery-image] Feb 28 10:00:26.890 INFO O| Feb 28 10:00:26.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74312025-02-28T10:00:28.042Z[ recovery-image] Feb 28 10:00:26.891 INFO O| Feb 28 10:00:26.891 INFO STEP 923 (remove_files) COMPLETE
74322025-02-28T10:00:28.042Z[ recovery-image] Feb 28 10:00:26.891 INFO O| Feb 28 10:00:26.891 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-02-28T10:00:28.101Z[ recovery-image] Feb 28 10:00:26.949 INFO O| Feb 28 10:00:26.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74342025-02-28T10:00:28.101Z[ recovery-image] Feb 28 10:00:26.949 INFO O| Feb 28 10:00:26.949 INFO STEP 924 (remove_files) COMPLETE
74352025-02-28T10:00:28.101Z[ recovery-image] Feb 28 10:00:26.949 INFO O| Feb 28 10:00:26.949 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-02-28T10:00:28.122Z[ recovery-image] Feb 28 10:00:26.970 INFO O| Feb 28 10:00:26.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74372025-02-28T10:00:28.122Z[ recovery-image] Feb 28 10:00:26.970 INFO O| Feb 28 10:00:26.970 INFO STEP 925 (remove_files) COMPLETE
74382025-02-28T10:00:28.122Z[ recovery-image] Feb 28 10:00:26.970 INFO O| Feb 28 10:00:26.970 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-02-28T10:00:28.143Z[ recovery-image] Feb 28 10:00:26.991 INFO O| Feb 28 10:00:26.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74402025-02-28T10:00:28.143Z[ recovery-image] Feb 28 10:00:26.992 INFO O| Feb 28 10:00:26.992 INFO STEP 926 (remove_files) COMPLETE
74412025-02-28T10:00:28.143Z[ recovery-image] Feb 28 10:00:26.992 INFO O| Feb 28 10:00:26.992 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-02-28T10:00:28.180Z[ recovery-image] Feb 28 10:00:27.029 INFO O| Feb 28 10:00:27.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74432025-02-28T10:00:28.181Z[ recovery-image] Feb 28 10:00:27.029 INFO O| Feb 28 10:00:27.029 INFO STEP 927 (remove_files) COMPLETE
74442025-02-28T10:00:28.181Z[ recovery-image] Feb 28 10:00:27.029 INFO O| Feb 28 10:00:27.029 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-02-28T10:00:28.222Z[ recovery-image] Feb 28 10:00:27.069 INFO O| Feb 28 10:00:27.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74462025-02-28T10:00:28.223Z[ recovery-image] Feb 28 10:00:27.069 INFO O| Feb 28 10:00:27.069 INFO STEP 928 (remove_files) COMPLETE
74472025-02-28T10:00:28.225Z[ recovery-image] Feb 28 10:00:27.069 INFO O| Feb 28 10:00:27.069 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-02-28T10:00:28.282Z[ recovery-image] Feb 28 10:00:27.130 INFO O| Feb 28 10:00:27.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74492025-02-28T10:00:28.282Z[ recovery-image] Feb 28 10:00:27.130 INFO O| Feb 28 10:00:27.130 INFO STEP 929 (remove_files) COMPLETE
74502025-02-28T10:00:28.282Z[ recovery-image] Feb 28 10:00:27.130 INFO O| Feb 28 10:00:27.130 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-02-28T10:00:28.307Z[ recovery-image] Feb 28 10:00:27.155 INFO O| Feb 28 10:00:27.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74522025-02-28T10:00:28.307Z[ recovery-image] Feb 28 10:00:27.155 INFO O| Feb 28 10:00:27.155 INFO STEP 930 (remove_files) COMPLETE
74532025-02-28T10:00:28.307Z[ recovery-image] Feb 28 10:00:27.155 INFO O| Feb 28 10:00:27.155 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-02-28T10:00:28.356Z[ recovery-image] Feb 28 10:00:27.204 INFO O| Feb 28 10:00:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74552025-02-28T10:00:28.359Z[ recovery-image] Feb 28 10:00:27.204 INFO O| Feb 28 10:00:27.204 INFO STEP 931 (remove_files) COMPLETE
74562025-02-28T10:00:28.360Z[ recovery-image] Feb 28 10:00:27.205 INFO O| Feb 28 10:00:27.204 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-02-28T10:00:28.384Z[ recovery-image] Feb 28 10:00:27.232 INFO O| Feb 28 10:00:27.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74582025-02-28T10:00:28.386Z[ recovery-image] Feb 28 10:00:27.232 INFO O| Feb 28 10:00:27.232 INFO STEP 932 (remove_files) COMPLETE
74592025-02-28T10:00:28.386Z[ recovery-image] Feb 28 10:00:27.232 INFO O| Feb 28 10:00:27.232 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-02-28T10:00:28.406Z[ recovery-image] Feb 28 10:00:27.254 INFO O| Feb 28 10:00:27.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74612025-02-28T10:00:28.406Z[ recovery-image] Feb 28 10:00:27.254 INFO O| Feb 28 10:00:27.254 INFO STEP 933 (remove_files) COMPLETE
74622025-02-28T10:00:28.406Z[ recovery-image] Feb 28 10:00:27.254 INFO O| Feb 28 10:00:27.254 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-02-28T10:00:28.427Z[ recovery-image] Feb 28 10:00:27.276 INFO O| Feb 28 10:00:27.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74642025-02-28T10:00:28.428Z[ recovery-image] Feb 28 10:00:27.276 INFO O| Feb 28 10:00:27.276 INFO STEP 934 (remove_files) COMPLETE
74652025-02-28T10:00:28.428Z[ recovery-image] Feb 28 10:00:27.276 INFO O| Feb 28 10:00:27.276 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-02-28T10:00:28.467Z[ recovery-image] Feb 28 10:00:27.315 INFO O| Feb 28 10:00:27.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74672025-02-28T10:00:28.467Z[ recovery-image] Feb 28 10:00:27.315 INFO O| Feb 28 10:00:27.315 INFO STEP 935 (remove_files) COMPLETE
74682025-02-28T10:00:28.471Z[ recovery-image] Feb 28 10:00:27.315 INFO O| Feb 28 10:00:27.315 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-02-28T10:00:28.490Z[ recovery-image] Feb 28 10:00:27.338 INFO O| Feb 28 10:00:27.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74702025-02-28T10:00:28.498Z[ recovery-image] Feb 28 10:00:27.346 INFO O| Feb 28 10:00:27.346 INFO STEP 936 (remove_files) COMPLETE
74712025-02-28T10:00:28.498Z[ recovery-image] Feb 28 10:00:27.346 INFO O| Feb 28 10:00:27.346 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-02-28T10:00:28.521Z[ recovery-image] Feb 28 10:00:27.369 INFO O| Feb 28 10:00:27.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74732025-02-28T10:00:28.524Z[ recovery-image] Feb 28 10:00:27.369 INFO O| Feb 28 10:00:27.369 INFO STEP 937 (remove_files) COMPLETE
74742025-02-28T10:00:28.524Z[ recovery-image] Feb 28 10:00:27.370 INFO O| Feb 28 10:00:27.369 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-02-28T10:00:28.544Z[ recovery-image] Feb 28 10:00:27.392 INFO O| Feb 28 10:00:27.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74762025-02-28T10:00:28.547Z[ recovery-image] Feb 28 10:00:27.392 INFO O| Feb 28 10:00:27.392 INFO STEP 938 (remove_files) COMPLETE
74772025-02-28T10:00:28.547Z[ recovery-image] Feb 28 10:00:27.393 INFO O| Feb 28 10:00:27.392 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-02-28T10:00:28.569Z[ recovery-image] Feb 28 10:00:27.416 INFO O| Feb 28 10:00:27.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74792025-02-28T10:00:28.571Z[ recovery-image] Feb 28 10:00:27.417 INFO O| Feb 28 10:00:27.417 INFO STEP 939 (remove_files) COMPLETE
74802025-02-28T10:00:28.571Z[ recovery-image] Feb 28 10:00:27.417 INFO O| Feb 28 10:00:27.417 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-02-28T10:00:28.593Z[ recovery-image] Feb 28 10:00:27.441 INFO O| Feb 28 10:00:27.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74822025-02-28T10:00:28.595Z[ recovery-image] Feb 28 10:00:27.441 INFO O| Feb 28 10:00:27.441 INFO STEP 940 (remove_files) COMPLETE
74832025-02-28T10:00:28.595Z[ recovery-image] Feb 28 10:00:27.441 INFO O| Feb 28 10:00:27.441 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-02-28T10:00:28.627Z[ recovery-image] Feb 28 10:00:27.463 INFO O| Feb 28 10:00:27.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74852025-02-28T10:00:28.627Z[ recovery-image] Feb 28 10:00:27.463 INFO O| Feb 28 10:00:27.463 INFO STEP 941 (remove_files) COMPLETE
74862025-02-28T10:00:28.627Z[ recovery-image] Feb 28 10:00:27.463 INFO O| Feb 28 10:00:27.463 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-02-28T10:00:28.636Z[ recovery-image] Feb 28 10:00:27.484 INFO O| Feb 28 10:00:27.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74882025-02-28T10:00:28.639Z[ recovery-image] Feb 28 10:00:27.485 INFO O| Feb 28 10:00:27.485 INFO STEP 942 (remove_files) COMPLETE
74892025-02-28T10:00:28.639Z[ recovery-image] Feb 28 10:00:27.485 INFO O| Feb 28 10:00:27.485 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-02-28T10:00:28.658Z[ recovery-image] Feb 28 10:00:27.506 INFO O| Feb 28 10:00:27.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74912025-02-28T10:00:28.661Z[ recovery-image] Feb 28 10:00:27.506 INFO O| Feb 28 10:00:27.506 INFO STEP 943 (remove_files) COMPLETE
74922025-02-28T10:00:28.661Z[ recovery-image] Feb 28 10:00:27.506 INFO O| Feb 28 10:00:27.506 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-02-28T10:00:28.682Z[ recovery-image] Feb 28 10:00:27.528 INFO O| Feb 28 10:00:27.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74942025-02-28T10:00:28.682Z[ recovery-image] Feb 28 10:00:27.528 INFO O| Feb 28 10:00:27.528 INFO STEP 944 (remove_files) COMPLETE
74952025-02-28T10:00:28.685Z[ recovery-image] Feb 28 10:00:27.528 INFO O| Feb 28 10:00:27.528 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-02-28T10:00:28.747Z[ recovery-image] Feb 28 10:00:27.595 INFO O| Feb 28 10:00:27.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74972025-02-28T10:00:28.747Z[ recovery-image] Feb 28 10:00:27.595 INFO O| Feb 28 10:00:27.595 INFO STEP 945 (remove_files) COMPLETE
74982025-02-28T10:00:28.750Z[ recovery-image] Feb 28 10:00:27.595 INFO O| Feb 28 10:00:27.595 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-02-28T10:00:28.768Z[ recovery-image] Feb 28 10:00:27.616 INFO O| Feb 28 10:00:27.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
75002025-02-28T10:00:28.771Z[ recovery-image] Feb 28 10:00:27.617 INFO O| Feb 28 10:00:27.616 INFO STEP 946 (remove_files) COMPLETE
75012025-02-28T10:00:28.771Z[ recovery-image] Feb 28 10:00:27.617 INFO O| Feb 28 10:00:27.617 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-02-28T10:00:28.798Z[ recovery-image] Feb 28 10:00:27.646 INFO O| Feb 28 10:00:27.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
75032025-02-28T10:00:28.801Z[ recovery-image] Feb 28 10:00:27.647 INFO O| Feb 28 10:00:27.646 INFO STEP 947 (remove_files) COMPLETE
75042025-02-28T10:00:28.801Z[ recovery-image] Feb 28 10:00:27.647 INFO O| Feb 28 10:00:27.647 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-02-28T10:00:28.824Z[ recovery-image] Feb 28 10:00:27.672 INFO O| Feb 28 10:00:27.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
75062025-02-28T10:00:28.824Z[ recovery-image] Feb 28 10:00:27.672 INFO O| Feb 28 10:00:27.672 INFO STEP 948 (remove_files) COMPLETE
75072025-02-28T10:00:28.827Z[ recovery-image] Feb 28 10:00:27.672 INFO O| Feb 28 10:00:27.672 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-02-28T10:00:28.845Z[ recovery-image] Feb 28 10:00:27.693 INFO O| Feb 28 10:00:27.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
75092025-02-28T10:00:28.846Z[ recovery-image] Feb 28 10:00:27.694 INFO O| Feb 28 10:00:27.694 INFO STEP 949 (remove_files) COMPLETE
75102025-02-28T10:00:28.846Z[ recovery-image] Feb 28 10:00:27.694 INFO O| Feb 28 10:00:27.694 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-02-28T10:00:28.867Z[ recovery-image] Feb 28 10:00:27.715 INFO O| Feb 28 10:00:27.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
75122025-02-28T10:00:28.867Z[ recovery-image] Feb 28 10:00:27.715 INFO O| Feb 28 10:00:27.715 INFO STEP 950 (remove_files) COMPLETE
75132025-02-28T10:00:28.867Z[ recovery-image] Feb 28 10:00:27.715 INFO O| Feb 28 10:00:27.715 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-02-28T10:00:28.889Z[ recovery-image] Feb 28 10:00:27.737 INFO O| Feb 28 10:00:27.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
75152025-02-28T10:00:28.889Z[ recovery-image] Feb 28 10:00:27.737 INFO O| Feb 28 10:00:27.737 INFO STEP 951 (remove_files) COMPLETE
75162025-02-28T10:00:28.889Z[ recovery-image] Feb 28 10:00:27.737 INFO O| Feb 28 10:00:27.737 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-02-28T10:00:28.917Z[ recovery-image] Feb 28 10:00:27.765 INFO O| Feb 28 10:00:27.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
75182025-02-28T10:00:28.917Z[ recovery-image] Feb 28 10:00:27.765 INFO O| Feb 28 10:00:27.765 INFO STEP 952 (remove_files) COMPLETE
75192025-02-28T10:00:28.920Z[ recovery-image] Feb 28 10:00:27.765 INFO O| Feb 28 10:00:27.765 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-02-28T10:00:28.952Z[ recovery-image] Feb 28 10:00:27.799 INFO O| Feb 28 10:00:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
75212025-02-28T10:00:28.952Z[ recovery-image] Feb 28 10:00:27.800 INFO O| Feb 28 10:00:27.800 INFO STEP 953 (remove_files) COMPLETE
75222025-02-28T10:00:28.952Z[ recovery-image] Feb 28 10:00:27.800 INFO O| Feb 28 10:00:27.800 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-02-28T10:00:28.988Z[ recovery-image] Feb 28 10:00:27.836 INFO O| Feb 28 10:00:27.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
75242025-02-28T10:00:28.988Z[ recovery-image] Feb 28 10:00:27.836 INFO O| Feb 28 10:00:27.836 INFO STEP 954 (remove_files) COMPLETE
75252025-02-28T10:00:28.988Z[ recovery-image] Feb 28 10:00:27.836 INFO O| Feb 28 10:00:27.836 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-02-28T10:00:29.010Z[ recovery-image] Feb 28 10:00:27.858 INFO O| Feb 28 10:00:27.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75272025-02-28T10:00:29.010Z[ recovery-image] Feb 28 10:00:27.858 INFO O| Feb 28 10:00:27.858 INFO STEP 955 (remove_files) COMPLETE
75282025-02-28T10:00:29.010Z[ recovery-image] Feb 28 10:00:27.858 INFO O| Feb 28 10:00:27.858 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-02-28T10:00:29.032Z[ recovery-image] Feb 28 10:00:27.880 INFO O| Feb 28 10:00:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75302025-02-28T10:00:29.032Z[ recovery-image] Feb 28 10:00:27.880 INFO O| Feb 28 10:00:27.880 INFO STEP 956 (remove_files) COMPLETE
75312025-02-28T10:00:29.036Z[ recovery-image] Feb 28 10:00:27.880 INFO O| Feb 28 10:00:27.880 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-02-28T10:00:29.093Z[ recovery-image] Feb 28 10:00:27.941 INFO O| Feb 28 10:00:27.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75332025-02-28T10:00:29.093Z[ recovery-image] Feb 28 10:00:27.941 INFO O| Feb 28 10:00:27.941 INFO STEP 957 (remove_files) COMPLETE
75342025-02-28T10:00:29.093Z[ recovery-image] Feb 28 10:00:27.941 INFO O| Feb 28 10:00:27.941 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-02-28T10:00:29.114Z[ recovery-image] Feb 28 10:00:27.961 INFO O| Feb 28 10:00:27.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75362025-02-28T10:00:29.114Z[ recovery-image] Feb 28 10:00:27.961 INFO O| Feb 28 10:00:27.961 INFO STEP 958 (remove_files) COMPLETE
75372025-02-28T10:00:29.117Z[ recovery-image] Feb 28 10:00:27.961 INFO O| Feb 28 10:00:27.961 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-02-28T10:00:29.135Z[ recovery-image] Feb 28 10:00:27.983 INFO O| Feb 28 10:00:27.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75392025-02-28T10:00:29.135Z[ recovery-image] Feb 28 10:00:27.983 INFO O| Feb 28 10:00:27.983 INFO STEP 959 (remove_files) COMPLETE
75402025-02-28T10:00:29.138Z[ recovery-image] Feb 28 10:00:27.983 INFO O| Feb 28 10:00:27.983 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-02-28T10:00:29.191Z[ recovery-image] Feb 28 10:00:28.039 INFO O| Feb 28 10:00:28.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75422025-02-28T10:00:29.191Z[ recovery-image] Feb 28 10:00:28.039 INFO O| Feb 28 10:00:28.039 INFO STEP 960 (remove_files) COMPLETE
75432025-02-28T10:00:29.194Z[ recovery-image] Feb 28 10:00:28.039 INFO O| Feb 28 10:00:28.039 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-02-28T10:00:29.215Z[ recovery-image] Feb 28 10:00:28.062 INFO O| Feb 28 10:00:28.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75452025-02-28T10:00:29.215Z[ recovery-image] Feb 28 10:00:28.063 INFO O| Feb 28 10:00:28.063 INFO STEP 961 (remove_files) COMPLETE
75462025-02-28T10:00:29.215Z[ recovery-image] Feb 28 10:00:28.063 INFO O| Feb 28 10:00:28.063 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-02-28T10:00:29.243Z[ recovery-image] Feb 28 10:00:28.091 INFO O| Feb 28 10:00:28.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75482025-02-28T10:00:29.243Z[ recovery-image] Feb 28 10:00:28.091 INFO O| Feb 28 10:00:28.091 INFO STEP 962 (remove_files) COMPLETE
75492025-02-28T10:00:29.244Z[ recovery-image] Feb 28 10:00:28.091 INFO O| Feb 28 10:00:28.091 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-02-28T10:00:29.267Z[ recovery-image] Feb 28 10:00:28.114 INFO O| Feb 28 10:00:28.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75512025-02-28T10:00:29.269Z[ recovery-image] Feb 28 10:00:28.114 INFO O| Feb 28 10:00:28.114 INFO STEP 963 (remove_files) COMPLETE
75522025-02-28T10:00:29.269Z[ recovery-image] Feb 28 10:00:28.114 INFO O| Feb 28 10:00:28.114 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-02-28T10:00:29.295Z[ recovery-image] Feb 28 10:00:28.143 INFO O| Feb 28 10:00:28.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75542025-02-28T10:00:29.295Z[ recovery-image] Feb 28 10:00:28.143 INFO O| Feb 28 10:00:28.143 INFO STEP 964 (remove_files) COMPLETE
75552025-02-28T10:00:29.295Z[ recovery-image] Feb 28 10:00:28.143 INFO O| Feb 28 10:00:28.143 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-02-28T10:00:29.347Z[ recovery-image] Feb 28 10:00:28.195 INFO O| Feb 28 10:00:28.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75572025-02-28T10:00:29.347Z[ recovery-image] Feb 28 10:00:28.195 INFO O| Feb 28 10:00:28.195 INFO STEP 965 (remove_files) COMPLETE
75582025-02-28T10:00:29.347Z[ recovery-image] Feb 28 10:00:28.195 INFO O| Feb 28 10:00:28.195 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-02-28T10:00:29.381Z[ recovery-image] Feb 28 10:00:28.229 INFO O| Feb 28 10:00:28.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75602025-02-28T10:00:29.382Z[ recovery-image] Feb 28 10:00:28.229 INFO O| Feb 28 10:00:28.229 INFO STEP 966 (remove_files) COMPLETE
75612025-02-28T10:00:29.384Z[ recovery-image] Feb 28 10:00:28.229 INFO O| Feb 28 10:00:28.229 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-02-28T10:00:29.400Z[ recovery-image] Feb 28 10:00:28.248 INFO O| Feb 28 10:00:28.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75632025-02-28T10:00:29.400Z[ recovery-image] Feb 28 10:00:28.248 INFO O| Feb 28 10:00:28.248 INFO STEP 967 (remove_files) COMPLETE
75642025-02-28T10:00:29.400Z[ recovery-image] Feb 28 10:00:28.248 INFO O| Feb 28 10:00:28.248 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-02-28T10:00:29.419Z[ recovery-image] Feb 28 10:00:28.267 INFO O| Feb 28 10:00:28.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75662025-02-28T10:00:29.419Z[ recovery-image] Feb 28 10:00:28.267 INFO O| Feb 28 10:00:28.267 INFO STEP 968 (remove_files) COMPLETE
75672025-02-28T10:00:29.423Z[ recovery-image] Feb 28 10:00:28.267 INFO O| Feb 28 10:00:28.267 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-02-28T10:00:29.439Z[ recovery-image] Feb 28 10:00:28.287 INFO O| Feb 28 10:00:28.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75692025-02-28T10:00:29.439Z[ recovery-image] Feb 28 10:00:28.287 INFO O| Feb 28 10:00:28.287 INFO STEP 969 (remove_files) COMPLETE
75702025-02-28T10:00:29.439Z[ recovery-image] Feb 28 10:00:28.287 INFO O| Feb 28 10:00:28.287 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-02-28T10:00:29.459Z[ recovery-image] Feb 28 10:00:28.307 INFO O| Feb 28 10:00:28.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75722025-02-28T10:00:29.462Z[ recovery-image] Feb 28 10:00:28.307 INFO O| Feb 28 10:00:28.307 INFO STEP 970 (remove_files) COMPLETE
75732025-02-28T10:00:29.462Z[ recovery-image] Feb 28 10:00:28.308 INFO O| Feb 28 10:00:28.308 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-02-28T10:00:29.479Z[ recovery-image] Feb 28 10:00:28.326 INFO O| Feb 28 10:00:28.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75752025-02-28T10:00:29.479Z[ recovery-image] Feb 28 10:00:28.327 INFO O| Feb 28 10:00:28.327 INFO STEP 971 (remove_files) COMPLETE
75762025-02-28T10:00:29.483Z[ recovery-image] Feb 28 10:00:28.327 INFO O| Feb 28 10:00:28.327 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-02-28T10:00:29.499Z[ recovery-image] Feb 28 10:00:28.347 INFO O| Feb 28 10:00:28.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75782025-02-28T10:00:29.501Z[ recovery-image] Feb 28 10:00:28.347 INFO O| Feb 28 10:00:28.347 INFO STEP 972 (remove_files) COMPLETE
75792025-02-28T10:00:29.501Z[ recovery-image] Feb 28 10:00:28.347 INFO O| Feb 28 10:00:28.347 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-02-28T10:00:29.519Z[ recovery-image] Feb 28 10:00:28.367 INFO O| Feb 28 10:00:28.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75812025-02-28T10:00:29.522Z[ recovery-image] Feb 28 10:00:28.367 INFO O| Feb 28 10:00:28.367 INFO STEP 973 (remove_files) COMPLETE
75822025-02-28T10:00:29.522Z[ recovery-image] Feb 28 10:00:28.367 INFO O| Feb 28 10:00:28.367 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-02-28T10:00:29.547Z[ recovery-image] Feb 28 10:00:28.395 INFO O| Feb 28 10:00:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75842025-02-28T10:00:29.550Z[ recovery-image] Feb 28 10:00:28.395 INFO O| Feb 28 10:00:28.395 INFO STEP 974 (remove_files) COMPLETE
75852025-02-28T10:00:29.550Z[ recovery-image] Feb 28 10:00:28.395 INFO O| Feb 28 10:00:28.395 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-02-28T10:00:29.568Z[ recovery-image] Feb 28 10:00:28.415 INFO O| Feb 28 10:00:28.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75872025-02-28T10:00:29.568Z[ recovery-image] Feb 28 10:00:28.416 INFO O| Feb 28 10:00:28.416 INFO STEP 975 (remove_files) COMPLETE
75882025-02-28T10:00:29.572Z[ recovery-image] Feb 28 10:00:28.416 INFO O| Feb 28 10:00:28.416 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-02-28T10:00:29.619Z[ recovery-image] Feb 28 10:00:28.466 INFO O| Feb 28 10:00:28.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75902025-02-28T10:00:29.619Z[ recovery-image] Feb 28 10:00:28.466 INFO O| Feb 28 10:00:28.466 INFO STEP 976 (remove_files) COMPLETE
75912025-02-28T10:00:29.619Z[ recovery-image] Feb 28 10:00:28.466 INFO O| Feb 28 10:00:28.466 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-02-28T10:00:29.641Z[ recovery-image] Feb 28 10:00:28.489 INFO O| Feb 28 10:00:28.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75932025-02-28T10:00:29.641Z[ recovery-image] Feb 28 10:00:28.489 INFO O| Feb 28 10:00:28.489 INFO STEP 977 (remove_files) COMPLETE
75942025-02-28T10:00:29.641Z[ recovery-image] Feb 28 10:00:28.489 INFO O| Feb 28 10:00:28.489 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-02-28T10:00:29.700Z[ recovery-image] Feb 28 10:00:28.548 INFO O| Feb 28 10:00:28.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75962025-02-28T10:00:29.700Z[ recovery-image] Feb 28 10:00:28.548 INFO O| Feb 28 10:00:28.548 INFO STEP 978 (remove_files) COMPLETE
75972025-02-28T10:00:29.703Z[ recovery-image] Feb 28 10:00:28.548 INFO O| Feb 28 10:00:28.548 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-02-28T10:00:29.749Z[ recovery-image] Feb 28 10:00:28.597 INFO O| Feb 28 10:00:28.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75992025-02-28T10:00:29.749Z[ recovery-image] Feb 28 10:00:28.598 INFO O| Feb 28 10:00:28.597 INFO STEP 979 (remove_files) COMPLETE
76002025-02-28T10:00:29.752Z[ recovery-image] Feb 28 10:00:28.598 INFO O| Feb 28 10:00:28.598 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-02-28T10:00:29.849Z[ recovery-image] Feb 28 10:00:28.697 INFO O| Feb 28 10:00:28.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
76022025-02-28T10:00:29.852Z[ recovery-image] Feb 28 10:00:28.697 INFO O| Feb 28 10:00:28.697 INFO STEP 980 (remove_files) COMPLETE
76032025-02-28T10:00:29.852Z[ recovery-image] Feb 28 10:00:28.697 INFO O| Feb 28 10:00:28.697 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-02-28T10:00:29.871Z[ recovery-image] Feb 28 10:00:28.719 INFO O| Feb 28 10:00:28.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
76052025-02-28T10:00:29.874Z[ recovery-image] Feb 28 10:00:28.719 INFO O| Feb 28 10:00:28.719 INFO STEP 981 (remove_files) COMPLETE
76062025-02-28T10:00:29.874Z[ recovery-image] Feb 28 10:00:28.719 INFO O| Feb 28 10:00:28.719 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-02-28T10:00:29.892Z[ recovery-image] Feb 28 10:00:28.740 INFO O| Feb 28 10:00:28.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
76082025-02-28T10:00:29.896Z[ recovery-image] Feb 28 10:00:28.741 INFO O| Feb 28 10:00:28.741 INFO STEP 982 (remove_files) COMPLETE
76092025-02-28T10:00:29.896Z[ recovery-image] Feb 28 10:00:28.741 INFO O| Feb 28 10:00:28.741 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-02-28T10:00:29.913Z[ recovery-image] Feb 28 10:00:28.761 INFO O| Feb 28 10:00:28.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
76112025-02-28T10:00:29.916Z[ recovery-image] Feb 28 10:00:28.761 INFO O| Feb 28 10:00:28.761 INFO STEP 983 (remove_files) COMPLETE
76122025-02-28T10:00:29.916Z[ recovery-image] Feb 28 10:00:28.762 INFO O| Feb 28 10:00:28.762 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-02-28T10:00:29.934Z[ recovery-image] Feb 28 10:00:28.782 INFO O| Feb 28 10:00:28.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
76142025-02-28T10:00:29.937Z[ recovery-image] Feb 28 10:00:28.782 INFO O| Feb 28 10:00:28.782 INFO STEP 984 (remove_files) COMPLETE
76152025-02-28T10:00:29.937Z[ recovery-image] Feb 28 10:00:28.782 INFO O| Feb 28 10:00:28.782 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-02-28T10:00:29.955Z[ recovery-image] Feb 28 10:00:28.803 INFO O| Feb 28 10:00:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
76172025-02-28T10:00:29.958Z[ recovery-image] Feb 28 10:00:28.803 INFO O| Feb 28 10:00:28.803 INFO STEP 985 (remove_files) COMPLETE
76182025-02-28T10:00:29.958Z[ recovery-image] Feb 28 10:00:28.803 INFO O| Feb 28 10:00:28.803 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-02-28T10:00:29.975Z[ recovery-image] Feb 28 10:00:28.823 INFO O| Feb 28 10:00:28.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
76202025-02-28T10:00:29.986Z[ recovery-image] Feb 28 10:00:28.823 INFO O| Feb 28 10:00:28.823 INFO STEP 986 (remove_files) COMPLETE
76212025-02-28T10:00:29.986Z[ recovery-image] Feb 28 10:00:28.823 INFO O| Feb 28 10:00:28.823 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-02-28T10:00:29.996Z[ recovery-image] Feb 28 10:00:28.841 INFO O| Feb 28 10:00:28.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
76232025-02-28T10:00:29.996Z[ recovery-image] Feb 28 10:00:28.841 INFO O| Feb 28 10:00:28.841 INFO STEP 987 (remove_files) COMPLETE
76242025-02-28T10:00:29.999Z[ recovery-image] Feb 28 10:00:28.841 INFO O| Feb 28 10:00:28.841 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-02-28T10:00:30.012Z[ recovery-image] Feb 28 10:00:28.860 INFO O| Feb 28 10:00:28.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76262025-02-28T10:00:30.013Z[ recovery-image] Feb 28 10:00:28.860 INFO O| Feb 28 10:00:28.860 INFO STEP 988 (remove_files) COMPLETE
76272025-02-28T10:00:30.013Z[ recovery-image] Feb 28 10:00:28.860 INFO O| Feb 28 10:00:28.860 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-02-28T10:00:30.074Z[ recovery-image] Feb 28 10:00:28.922 INFO O| Feb 28 10:00:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76292025-02-28T10:00:30.074Z[ recovery-image] Feb 28 10:00:28.922 INFO O| Feb 28 10:00:28.922 INFO STEP 989 (remove_files) COMPLETE
76302025-02-28T10:00:30.074Z[ recovery-image] Feb 28 10:00:28.922 INFO O| Feb 28 10:00:28.922 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-02-28T10:00:30.108Z[ recovery-image] Feb 28 10:00:28.956 INFO O| Feb 28 10:00:28.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76322025-02-28T10:00:30.108Z[ recovery-image] Feb 28 10:00:28.957 INFO O| Feb 28 10:00:28.956 INFO STEP 990 (remove_files) COMPLETE
76332025-02-28T10:00:30.111Z[ recovery-image] Feb 28 10:00:28.957 INFO O| Feb 28 10:00:28.956 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-02-28T10:00:30.130Z[ recovery-image] Feb 28 10:00:28.978 INFO O| Feb 28 10:00:28.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76352025-02-28T10:00:30.130Z[ recovery-image] Feb 28 10:00:28.978 INFO O| Feb 28 10:00:28.978 INFO STEP 991 (remove_files) COMPLETE
76362025-02-28T10:00:30.130Z[ recovery-image] Feb 28 10:00:28.978 INFO O| Feb 28 10:00:28.978 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-02-28T10:00:30.160Z[ recovery-image] Feb 28 10:00:29.008 INFO O| Feb 28 10:00:29.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76382025-02-28T10:00:30.163Z[ recovery-image] Feb 28 10:00:29.008 INFO O| Feb 28 10:00:29.008 INFO STEP 992 (remove_files) COMPLETE
76392025-02-28T10:00:30.163Z[ recovery-image] Feb 28 10:00:29.008 INFO O| Feb 28 10:00:29.008 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-02-28T10:00:30.183Z[ recovery-image] Feb 28 10:00:29.031 INFO O| Feb 28 10:00:29.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76412025-02-28T10:00:30.186Z[ recovery-image] Feb 28 10:00:29.031 INFO O| Feb 28 10:00:29.031 INFO STEP 993 (remove_files) COMPLETE
76422025-02-28T10:00:30.186Z[ recovery-image] Feb 28 10:00:29.032 INFO O| Feb 28 10:00:29.032 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-02-28T10:00:30.207Z[ recovery-image] Feb 28 10:00:29.054 INFO O| Feb 28 10:00:29.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76442025-02-28T10:00:30.209Z[ recovery-image] Feb 28 10:00:29.055 INFO O| Feb 28 10:00:29.055 INFO STEP 994 (remove_files) COMPLETE
76452025-02-28T10:00:30.210Z[ recovery-image] Feb 28 10:00:29.055 INFO O| Feb 28 10:00:29.055 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-02-28T10:00:30.229Z[ recovery-image] Feb 28 10:00:29.077 INFO O| Feb 28 10:00:29.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76472025-02-28T10:00:30.232Z[ recovery-image] Feb 28 10:00:29.078 INFO O| Feb 28 10:00:29.077 INFO STEP 995 (remove_files) COMPLETE
76482025-02-28T10:00:30.232Z[ recovery-image] Feb 28 10:00:29.078 INFO O| Feb 28 10:00:29.078 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-02-28T10:00:30.252Z[ recovery-image] Feb 28 10:00:29.100 INFO O| Feb 28 10:00:29.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76502025-02-28T10:00:30.255Z[ recovery-image] Feb 28 10:00:29.100 INFO O| Feb 28 10:00:29.100 INFO STEP 996 (remove_files) COMPLETE
76512025-02-28T10:00:30.255Z[ recovery-image] Feb 28 10:00:29.100 INFO O| Feb 28 10:00:29.100 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-02-28T10:00:30.274Z[ recovery-image] Feb 28 10:00:29.121 INFO O| Feb 28 10:00:29.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76532025-02-28T10:00:30.274Z[ recovery-image] Feb 28 10:00:29.121 INFO O| Feb 28 10:00:29.121 INFO STEP 997 (remove_files) COMPLETE
76542025-02-28T10:00:30.274Z[ recovery-image] Feb 28 10:00:29.121 INFO O| Feb 28 10:00:29.121 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-02-28T10:00:30.299Z[ recovery-image] Feb 28 10:00:29.147 INFO O| Feb 28 10:00:29.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76562025-02-28T10:00:30.299Z[ recovery-image] Feb 28 10:00:29.147 INFO O| Feb 28 10:00:29.147 INFO STEP 998 (remove_files) COMPLETE
76572025-02-28T10:00:30.299Z[ recovery-image] Feb 28 10:00:29.147 INFO O| Feb 28 10:00:29.147 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-02-28T10:00:30.357Z[ recovery-image] Feb 28 10:00:29.205 INFO O| Feb 28 10:00:29.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76592025-02-28T10:00:30.360Z[ recovery-image] Feb 28 10:00:29.205 INFO O| Feb 28 10:00:29.205 INFO STEP 999 (remove_files) COMPLETE
76602025-02-28T10:00:30.360Z[ recovery-image] Feb 28 10:00:29.205 INFO O| Feb 28 10:00:29.205 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-02-28T10:00:30.432Z[ recovery-image] Feb 28 10:00:29.280 INFO O| Feb 28 10:00:29.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76622025-02-28T10:00:30.432Z[ recovery-image] Feb 28 10:00:29.280 INFO O| Feb 28 10:00:29.280 INFO STEP 1000 (remove_files) COMPLETE
76632025-02-28T10:00:30.435Z[ recovery-image] Feb 28 10:00:29.281 INFO O| Feb 28 10:00:29.280 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-02-28T10:00:30.452Z[ recovery-image] Feb 28 10:00:29.300 INFO O| Feb 28 10:00:29.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76652025-02-28T10:00:30.452Z[ recovery-image] Feb 28 10:00:29.300 INFO O| Feb 28 10:00:29.300 INFO STEP 1001 (remove_files) COMPLETE
76662025-02-28T10:00:30.455Z[ recovery-image] Feb 28 10:00:29.300 INFO O| Feb 28 10:00:29.300 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-02-28T10:00:30.474Z[ recovery-image] Feb 28 10:00:29.322 INFO O| Feb 28 10:00:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76682025-02-28T10:00:30.474Z[ recovery-image] Feb 28 10:00:29.322 INFO O| Feb 28 10:00:29.322 INFO STEP 1002 (remove_files) COMPLETE
76692025-02-28T10:00:30.475Z[ recovery-image] Feb 28 10:00:29.322 INFO O| Feb 28 10:00:29.322 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-02-28T10:00:30.497Z[ recovery-image] Feb 28 10:00:29.345 INFO O| Feb 28 10:00:29.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76712025-02-28T10:00:30.497Z[ recovery-image] Feb 28 10:00:29.345 INFO O| Feb 28 10:00:29.345 INFO STEP 1003 (remove_files) COMPLETE
76722025-02-28T10:00:30.499Z[ recovery-image] Feb 28 10:00:29.345 INFO O| Feb 28 10:00:29.345 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-02-28T10:00:30.542Z[ recovery-image] Feb 28 10:00:29.391 INFO O| Feb 28 10:00:29.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76742025-02-28T10:00:30.543Z[ recovery-image] Feb 28 10:00:29.391 INFO O| Feb 28 10:00:29.391 INFO STEP 1004 (remove_files) COMPLETE
76752025-02-28T10:00:30.543Z[ recovery-image] Feb 28 10:00:29.391 INFO O| Feb 28 10:00:29.391 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-02-28T10:00:30.579Z[ recovery-image] Feb 28 10:00:29.427 INFO O| Feb 28 10:00:29.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76772025-02-28T10:00:30.579Z[ recovery-image] Feb 28 10:00:29.427 INFO O| Feb 28 10:00:29.427 INFO STEP 1005 (remove_files) COMPLETE
76782025-02-28T10:00:30.579Z[ recovery-image] Feb 28 10:00:29.427 INFO O| Feb 28 10:00:29.427 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-02-28T10:00:30.602Z[ recovery-image] Feb 28 10:00:29.450 INFO O| Feb 28 10:00:29.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76802025-02-28T10:00:30.602Z[ recovery-image] Feb 28 10:00:29.450 INFO O| Feb 28 10:00:29.450 INFO STEP 1006 (remove_files) COMPLETE
76812025-02-28T10:00:30.605Z[ recovery-image] Feb 28 10:00:29.450 INFO O| Feb 28 10:00:29.450 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-02-28T10:00:30.654Z[ recovery-image] Feb 28 10:00:29.502 INFO O| Feb 28 10:00:29.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76832025-02-28T10:00:30.657Z[ recovery-image] Feb 28 10:00:29.502 INFO O| Feb 28 10:00:29.502 INFO STEP 1007 (remove_files) COMPLETE
76842025-02-28T10:00:30.657Z[ recovery-image] Feb 28 10:00:29.503 INFO O| Feb 28 10:00:29.502 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-02-28T10:00:30.675Z[ recovery-image] Feb 28 10:00:29.523 INFO O| Feb 28 10:00:29.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76862025-02-28T10:00:30.675Z[ recovery-image] Feb 28 10:00:29.523 INFO O| Feb 28 10:00:29.523 INFO STEP 1008 (remove_files) COMPLETE
76872025-02-28T10:00:30.675Z[ recovery-image] Feb 28 10:00:29.523 INFO O| Feb 28 10:00:29.523 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-02-28T10:00:30.694Z[ recovery-image] Feb 28 10:00:29.542 INFO O| Feb 28 10:00:29.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76892025-02-28T10:00:30.695Z[ recovery-image] Feb 28 10:00:29.543 INFO O| Feb 28 10:00:29.542 INFO STEP 1009 (remove_files) COMPLETE
76902025-02-28T10:00:30.695Z[ recovery-image] Feb 28 10:00:29.543 INFO O| Feb 28 10:00:29.542 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-02-28T10:00:30.715Z[ recovery-image] Feb 28 10:00:29.563 INFO O| Feb 28 10:00:29.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76922025-02-28T10:00:30.715Z[ recovery-image] Feb 28 10:00:29.563 INFO O| Feb 28 10:00:29.563 INFO STEP 1010 (remove_files) COMPLETE
76932025-02-28T10:00:30.715Z[ recovery-image] Feb 28 10:00:29.563 INFO O| Feb 28 10:00:29.563 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-02-28T10:00:30.744Z[ recovery-image] Feb 28 10:00:29.592 INFO O| Feb 28 10:00:29.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76952025-02-28T10:00:30.745Z[ recovery-image] Feb 28 10:00:29.592 INFO O| Feb 28 10:00:29.592 INFO STEP 1011 (remove_files) COMPLETE
76962025-02-28T10:00:30.747Z[ recovery-image] Feb 28 10:00:29.592 INFO O| Feb 28 10:00:29.592 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-02-28T10:00:30.804Z[ recovery-image] Feb 28 10:00:29.652 INFO O| Feb 28 10:00:29.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76982025-02-28T10:00:30.804Z[ recovery-image] Feb 28 10:00:29.652 INFO O| Feb 28 10:00:29.652 INFO STEP 1012 (remove_files) COMPLETE
76992025-02-28T10:00:30.804Z[ recovery-image] Feb 28 10:00:29.652 INFO O| Feb 28 10:00:29.652 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-02-28T10:00:30.826Z[ recovery-image] Feb 28 10:00:29.674 INFO O| Feb 28 10:00:29.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
77012025-02-28T10:00:30.826Z[ recovery-image] Feb 28 10:00:29.674 INFO O| Feb 28 10:00:29.674 INFO STEP 1013 (remove_files) COMPLETE
77022025-02-28T10:00:30.826Z[ recovery-image] Feb 28 10:00:29.674 INFO O| Feb 28 10:00:29.674 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-02-28T10:00:30.868Z[ recovery-image] Feb 28 10:00:29.715 INFO O| Feb 28 10:00:29.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
77042025-02-28T10:00:30.868Z[ recovery-image] Feb 28 10:00:29.715 INFO O| Feb 28 10:00:29.715 INFO STEP 1014 (remove_files) COMPLETE
77052025-02-28T10:00:30.868Z[ recovery-image] Feb 28 10:00:29.715 INFO O| Feb 28 10:00:29.715 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-02-28T10:00:30.890Z[ recovery-image] Feb 28 10:00:29.737 INFO O| Feb 28 10:00:29.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
77072025-02-28T10:00:30.890Z[ recovery-image] Feb 28 10:00:29.738 INFO O| Feb 28 10:00:29.738 INFO STEP 1015 (remove_files) COMPLETE
77082025-02-28T10:00:30.892Z[ recovery-image] Feb 28 10:00:29.738 INFO O| Feb 28 10:00:29.738 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-02-28T10:00:30.928Z[ recovery-image] Feb 28 10:00:29.776 INFO O| Feb 28 10:00:29.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
77102025-02-28T10:00:30.928Z[ recovery-image] Feb 28 10:00:29.776 INFO O| Feb 28 10:00:29.776 INFO STEP 1016 (remove_files) COMPLETE
77112025-02-28T10:00:30.928Z[ recovery-image] Feb 28 10:00:29.776 INFO O| Feb 28 10:00:29.776 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-02-28T10:00:30.950Z[ recovery-image] Feb 28 10:00:29.798 INFO O| Feb 28 10:00:29.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
77132025-02-28T10:00:30.950Z[ recovery-image] Feb 28 10:00:29.798 INFO O| Feb 28 10:00:29.798 INFO STEP 1017 (remove_files) COMPLETE
77142025-02-28T10:00:30.950Z[ recovery-image] Feb 28 10:00:29.798 INFO O| Feb 28 10:00:29.798 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-02-28T10:00:30.973Z[ recovery-image] Feb 28 10:00:29.821 INFO O| Feb 28 10:00:29.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
77162025-02-28T10:00:30.973Z[ recovery-image] Feb 28 10:00:29.821 INFO O| Feb 28 10:00:29.821 INFO STEP 1018 (remove_files) COMPLETE
77172025-02-28T10:00:30.973Z[ recovery-image] Feb 28 10:00:29.821 INFO O| Feb 28 10:00:29.821 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-02-28T10:00:30.995Z[ recovery-image] Feb 28 10:00:29.842 INFO O| Feb 28 10:00:29.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
77192025-02-28T10:00:30.995Z[ recovery-image] Feb 28 10:00:29.842 INFO O| Feb 28 10:00:29.842 INFO STEP 1019 (remove_files) COMPLETE
77202025-02-28T10:00:30.995Z[ recovery-image] Feb 28 10:00:29.842 INFO O| Feb 28 10:00:29.842 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-02-28T10:00:31.015Z[ recovery-image] Feb 28 10:00:29.862 INFO O| Feb 28 10:00:29.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
77222025-02-28T10:00:31.015Z[ recovery-image] Feb 28 10:00:29.862 INFO O| Feb 28 10:00:29.862 INFO STEP 1020 (remove_files) COMPLETE
77232025-02-28T10:00:31.016Z[ recovery-image] Feb 28 10:00:29.862 INFO O| Feb 28 10:00:29.862 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-02-28T10:00:31.033Z[ recovery-image] Feb 28 10:00:29.881 INFO O| Feb 28 10:00:29.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77252025-02-28T10:00:31.034Z[ recovery-image] Feb 28 10:00:29.881 INFO O| Feb 28 10:00:29.881 INFO STEP 1021 (remove_files) COMPLETE
77262025-02-28T10:00:31.034Z[ recovery-image] Feb 28 10:00:29.881 INFO O| Feb 28 10:00:29.881 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-02-28T10:00:31.053Z[ recovery-image] Feb 28 10:00:29.901 INFO O| Feb 28 10:00:29.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77282025-02-28T10:00:31.060Z[ recovery-image] Feb 28 10:00:29.908 INFO O| Feb 28 10:00:29.908 INFO STEP 1022 (remove_files) COMPLETE
77292025-02-28T10:00:31.060Z[ recovery-image] Feb 28 10:00:29.908 INFO O| Feb 28 10:00:29.908 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-02-28T10:00:31.169Z[ recovery-image] Feb 28 10:00:30.017 INFO O| Feb 28 10:00:30.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77312025-02-28T10:00:31.170Z[ recovery-image] Feb 28 10:00:30.018 INFO O| Feb 28 10:00:30.018 INFO STEP 1023 (remove_files) COMPLETE
77322025-02-28T10:00:31.172Z[ recovery-image] Feb 28 10:00:30.018 INFO O| Feb 28 10:00:30.018 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-02-28T10:00:31.191Z[ recovery-image] Feb 28 10:00:30.039 INFO O| Feb 28 10:00:30.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77342025-02-28T10:00:31.191Z[ recovery-image] Feb 28 10:00:30.039 INFO O| Feb 28 10:00:30.039 INFO STEP 1024 (remove_files) COMPLETE
77352025-02-28T10:00:31.196Z[ recovery-image] Feb 28 10:00:30.039 INFO O| Feb 28 10:00:30.039 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-02-28T10:00:31.212Z[ recovery-image] Feb 28 10:00:30.060 INFO O| Feb 28 10:00:30.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77372025-02-28T10:00:31.213Z[ recovery-image] Feb 28 10:00:30.060 INFO O| Feb 28 10:00:30.060 INFO STEP 1025 (remove_files) COMPLETE
77382025-02-28T10:00:31.215Z[ recovery-image] Feb 28 10:00:30.061 INFO O| Feb 28 10:00:30.060 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-02-28T10:00:31.247Z[ recovery-image] Feb 28 10:00:30.095 INFO O| Feb 28 10:00:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77402025-02-28T10:00:31.250Z[ recovery-image] Feb 28 10:00:30.096 INFO O| Feb 28 10:00:30.096 INFO STEP 1026 (remove_files) COMPLETE
77412025-02-28T10:00:31.250Z[ recovery-image] Feb 28 10:00:30.096 INFO O| Feb 28 10:00:30.096 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-02-28T10:00:31.313Z[ recovery-image] Feb 28 10:00:30.160 INFO O| Feb 28 10:00:30.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77432025-02-28T10:00:31.317Z[ recovery-image] Feb 28 10:00:30.160 INFO O| Feb 28 10:00:30.160 INFO STEP 1027 (remove_files) COMPLETE
77442025-02-28T10:00:31.317Z[ recovery-image] Feb 28 10:00:30.161 INFO O| Feb 28 10:00:30.161 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-02-28T10:00:31.391Z[ recovery-image] Feb 28 10:00:30.238 INFO O| Feb 28 10:00:30.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77462025-02-28T10:00:31.415Z[ recovery-image] Feb 28 10:00:30.263 INFO O| Feb 28 10:00:30.263 INFO STEP 1028 (remove_files) COMPLETE
77472025-02-28T10:00:31.415Z[ recovery-image] Feb 28 10:00:30.263 INFO O| Feb 28 10:00:30.263 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-02-28T10:00:31.437Z[ recovery-image] Feb 28 10:00:30.285 INFO O| Feb 28 10:00:30.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77492025-02-28T10:00:31.440Z[ recovery-image] Feb 28 10:00:30.285 INFO O| Feb 28 10:00:30.285 INFO STEP 1029 (remove_files) COMPLETE
77502025-02-28T10:00:31.440Z[ recovery-image] Feb 28 10:00:30.285 INFO O| Feb 28 10:00:30.285 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-02-28T10:00:31.478Z[ recovery-image] Feb 28 10:00:30.325 INFO O| Feb 28 10:00:30.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77522025-02-28T10:00:31.478Z[ recovery-image] Feb 28 10:00:30.325 INFO O| Feb 28 10:00:30.325 INFO STEP 1030 (remove_files) COMPLETE
77532025-02-28T10:00:31.478Z[ recovery-image] Feb 28 10:00:30.325 INFO O| Feb 28 10:00:30.325 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-02-28T10:00:31.499Z[ recovery-image] Feb 28 10:00:30.347 INFO O| Feb 28 10:00:30.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77552025-02-28T10:00:31.502Z[ recovery-image] Feb 28 10:00:30.347 INFO O| Feb 28 10:00:30.347 INFO STEP 1031 (remove_files) COMPLETE
77562025-02-28T10:00:31.502Z[ recovery-image] Feb 28 10:00:30.347 INFO O| Feb 28 10:00:30.347 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-02-28T10:00:31.520Z[ recovery-image] Feb 28 10:00:30.367 INFO O| Feb 28 10:00:30.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77582025-02-28T10:00:31.525Z[ recovery-image] Feb 28 10:00:30.368 INFO O| Feb 28 10:00:30.368 INFO STEP 1032 (remove_files) COMPLETE
77592025-02-28T10:00:31.525Z[ recovery-image] Feb 28 10:00:30.368 INFO O| Feb 28 10:00:30.368 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-02-28T10:00:31.541Z[ recovery-image] Feb 28 10:00:30.388 INFO O| Feb 28 10:00:30.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77612025-02-28T10:00:31.544Z[ recovery-image] Feb 28 10:00:30.389 INFO O| Feb 28 10:00:30.389 INFO STEP 1033 (remove_files) COMPLETE
77622025-02-28T10:00:31.544Z[ recovery-image] Feb 28 10:00:30.389 INFO O| Feb 28 10:00:30.389 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-02-28T10:00:31.562Z[ recovery-image] Feb 28 10:00:30.409 INFO O| Feb 28 10:00:30.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77642025-02-28T10:00:31.564Z[ recovery-image] Feb 28 10:00:30.410 INFO O| Feb 28 10:00:30.410 INFO STEP 1034 (remove_files) COMPLETE
77652025-02-28T10:00:31.564Z[ recovery-image] Feb 28 10:00:30.410 INFO O| Feb 28 10:00:30.410 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-02-28T10:00:31.598Z[ recovery-image] Feb 28 10:00:30.446 INFO O| Feb 28 10:00:30.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77672025-02-28T10:00:31.598Z[ recovery-image] Feb 28 10:00:30.446 INFO O| Feb 28 10:00:30.446 INFO STEP 1035 (remove_files) COMPLETE
77682025-02-28T10:00:31.598Z[ recovery-image] Feb 28 10:00:30.446 INFO O| Feb 28 10:00:30.446 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-02-28T10:00:31.622Z[ recovery-image] Feb 28 10:00:30.470 INFO O| Feb 28 10:00:30.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77702025-02-28T10:00:31.622Z[ recovery-image] Feb 28 10:00:30.470 INFO O| Feb 28 10:00:30.470 INFO STEP 1036 (remove_files) COMPLETE
77712025-02-28T10:00:31.622Z[ recovery-image] Feb 28 10:00:30.470 INFO O| Feb 28 10:00:30.470 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-02-28T10:00:31.665Z[ recovery-image] Feb 28 10:00:30.513 INFO O| Feb 28 10:00:30.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77732025-02-28T10:00:31.668Z[ recovery-image] Feb 28 10:00:30.513 INFO O| Feb 28 10:00:30.513 INFO STEP 1037 (remove_files) COMPLETE
77742025-02-28T10:00:31.668Z[ recovery-image] Feb 28 10:00:30.513 INFO O| Feb 28 10:00:30.513 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-02-28T10:00:31.688Z[ recovery-image] Feb 28 10:00:30.536 INFO O| Feb 28 10:00:30.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77762025-02-28T10:00:31.692Z[ recovery-image] Feb 28 10:00:30.536 INFO O| Feb 28 10:00:30.536 INFO STEP 1038 (remove_files) COMPLETE
77772025-02-28T10:00:31.692Z[ recovery-image] Feb 28 10:00:30.536 INFO O| Feb 28 10:00:30.536 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-02-28T10:00:31.711Z[ recovery-image] Feb 28 10:00:30.559 INFO O| Feb 28 10:00:30.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77792025-02-28T10:00:31.711Z[ recovery-image] Feb 28 10:00:30.559 INFO O| Feb 28 10:00:30.559 INFO STEP 1039 (remove_files) COMPLETE
77802025-02-28T10:00:31.715Z[ recovery-image] Feb 28 10:00:30.559 INFO O| Feb 28 10:00:30.559 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-02-28T10:00:31.752Z[ recovery-image] Feb 28 10:00:30.600 INFO O| Feb 28 10:00:30.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77822025-02-28T10:00:31.752Z[ recovery-image] Feb 28 10:00:30.600 INFO O| Feb 28 10:00:30.600 INFO STEP 1040 (remove_files) COMPLETE
77832025-02-28T10:00:31.752Z[ recovery-image] Feb 28 10:00:30.600 INFO O| Feb 28 10:00:30.600 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-02-28T10:00:31.775Z[ recovery-image] Feb 28 10:00:30.623 INFO O| Feb 28 10:00:30.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77852025-02-28T10:00:31.775Z[ recovery-image] Feb 28 10:00:30.623 INFO O| Feb 28 10:00:30.623 INFO STEP 1041 (remove_files) COMPLETE
77862025-02-28T10:00:31.775Z[ recovery-image] Feb 28 10:00:30.623 INFO O| Feb 28 10:00:30.623 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-02-28T10:00:31.797Z[ recovery-image] Feb 28 10:00:30.645 INFO O| Feb 28 10:00:30.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77882025-02-28T10:00:31.797Z[ recovery-image] Feb 28 10:00:30.645 INFO O| Feb 28 10:00:30.645 INFO STEP 1042 (remove_files) COMPLETE
77892025-02-28T10:00:31.800Z[ recovery-image] Feb 28 10:00:30.645 INFO O| Feb 28 10:00:30.645 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-02-28T10:00:31.819Z[ recovery-image] Feb 28 10:00:30.667 INFO O| Feb 28 10:00:30.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77912025-02-28T10:00:31.819Z[ recovery-image] Feb 28 10:00:30.667 INFO O| Feb 28 10:00:30.667 INFO STEP 1043 (remove_files) COMPLETE
77922025-02-28T10:00:31.822Z[ recovery-image] Feb 28 10:00:30.667 INFO O| Feb 28 10:00:30.667 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-02-28T10:00:31.841Z[ recovery-image] Feb 28 10:00:30.690 INFO O| Feb 28 10:00:30.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77942025-02-28T10:00:31.842Z[ recovery-image] Feb 28 10:00:30.690 INFO O| Feb 28 10:00:30.690 INFO STEP 1044 (remove_files) COMPLETE
77952025-02-28T10:00:31.842Z[ recovery-image] Feb 28 10:00:30.690 INFO O| Feb 28 10:00:30.690 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-02-28T10:00:31.884Z[ recovery-image] Feb 28 10:00:30.732 INFO O| Feb 28 10:00:30.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77972025-02-28T10:00:31.884Z[ recovery-image] Feb 28 10:00:30.732 INFO O| Feb 28 10:00:30.732 INFO STEP 1045 (remove_files) COMPLETE
77982025-02-28T10:00:31.887Z[ recovery-image] Feb 28 10:00:30.732 INFO O| Feb 28 10:00:30.732 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-02-28T10:00:31.921Z[ recovery-image] Feb 28 10:00:30.769 INFO O| Feb 28 10:00:30.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
78002025-02-28T10:00:31.921Z[ recovery-image] Feb 28 10:00:30.769 INFO O| Feb 28 10:00:30.769 INFO STEP 1046 (remove_files) COMPLETE
78012025-02-28T10:00:31.921Z[ recovery-image] Feb 28 10:00:30.769 INFO O| Feb 28 10:00:30.769 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-02-28T10:00:31.944Z[ recovery-image] Feb 28 10:00:30.789 INFO O| Feb 28 10:00:30.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
78032025-02-28T10:00:32.008Z[ recovery-image] Feb 28 10:00:30.789 INFO O| Feb 28 10:00:30.789 INFO STEP 1047 (remove_files) COMPLETE
78042025-02-28T10:00:32.008Z[ recovery-image] Feb 28 10:00:30.789 INFO O| Feb 28 10:00:30.789 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-02-28T10:00:32.008Z[ recovery-image] Feb 28 10:00:30.809 INFO O| Feb 28 10:00:30.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
78062025-02-28T10:00:32.008Z[ recovery-image] Feb 28 10:00:30.809 INFO O| Feb 28 10:00:30.809 INFO STEP 1048 (remove_files) COMPLETE
78072025-02-28T10:00:32.008Z[ recovery-image] Feb 28 10:00:30.809 INFO O| Feb 28 10:00:30.809 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-02-28T10:00:32.008Z[ recovery-image] Feb 28 10:00:30.828 INFO O| Feb 28 10:00:30.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
78092025-02-28T10:00:32.008Z[ recovery-image] Feb 28 10:00:30.829 INFO O| Feb 28 10:00:30.829 INFO STEP 1049 (remove_files) COMPLETE
78102025-02-28T10:00:32.008Z[ recovery-image] Feb 28 10:00:30.829 INFO O| Feb 28 10:00:30.829 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-02-28T10:00:32.015Z[ recovery-image] Feb 28 10:00:30.863 INFO O| Feb 28 10:00:30.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
78122025-02-28T10:00:32.015Z[ recovery-image] Feb 28 10:00:30.864 INFO O| Feb 28 10:00:30.864 INFO STEP 1050 (remove_files) COMPLETE
78132025-02-28T10:00:32.015Z[ recovery-image] Feb 28 10:00:30.864 INFO O| Feb 28 10:00:30.864 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-02-28T10:00:32.037Z[ recovery-image] Feb 28 10:00:30.885 INFO O| Feb 28 10:00:30.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
78152025-02-28T10:00:32.037Z[ recovery-image] Feb 28 10:00:30.885 INFO O| Feb 28 10:00:30.885 INFO STEP 1051 (remove_files) COMPLETE
78162025-02-28T10:00:32.040Z[ recovery-image] Feb 28 10:00:30.885 INFO O| Feb 28 10:00:30.885 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-02-28T10:00:32.074Z[ recovery-image] Feb 28 10:00:30.921 INFO O| Feb 28 10:00:30.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
78182025-02-28T10:00:32.074Z[ recovery-image] Feb 28 10:00:30.922 INFO O| Feb 28 10:00:30.922 INFO STEP 1052 (remove_files) COMPLETE
78192025-02-28T10:00:32.074Z[ recovery-image] Feb 28 10:00:30.922 INFO O| Feb 28 10:00:30.922 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-02-28T10:00:32.094Z[ recovery-image] Feb 28 10:00:30.942 INFO O| Feb 28 10:00:30.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
78212025-02-28T10:00:32.094Z[ recovery-image] Feb 28 10:00:30.942 INFO O| Feb 28 10:00:30.942 INFO STEP 1053 (remove_files) COMPLETE
78222025-02-28T10:00:32.094Z[ recovery-image] Feb 28 10:00:30.942 INFO O| Feb 28 10:00:30.942 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-02-28T10:00:32.116Z[ recovery-image] Feb 28 10:00:30.963 INFO O| Feb 28 10:00:30.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
78242025-02-28T10:00:32.116Z[ recovery-image] Feb 28 10:00:30.963 INFO O| Feb 28 10:00:30.963 INFO STEP 1054 (remove_files) COMPLETE
78252025-02-28T10:00:32.116Z[ recovery-image] Feb 28 10:00:30.963 INFO O| Feb 28 10:00:30.963 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-02-28T10:00:32.137Z[ recovery-image] Feb 28 10:00:30.985 INFO O| Feb 28 10:00:30.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78272025-02-28T10:00:32.137Z[ recovery-image] Feb 28 10:00:30.985 INFO O| Feb 28 10:00:30.985 INFO STEP 1055 (remove_files) COMPLETE
78282025-02-28T10:00:32.137Z[ recovery-image] Feb 28 10:00:30.985 INFO O| Feb 28 10:00:30.985 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-02-28T10:00:32.160Z[ recovery-image] Feb 28 10:00:31.007 INFO O| Feb 28 10:00:31.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78302025-02-28T10:00:32.160Z[ recovery-image] Feb 28 10:00:31.007 INFO O| Feb 28 10:00:31.007 INFO STEP 1056 (remove_files) COMPLETE
78312025-02-28T10:00:32.160Z[ recovery-image] Feb 28 10:00:31.007 INFO O| Feb 28 10:00:31.007 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-02-28T10:00:32.182Z[ recovery-image] Feb 28 10:00:31.029 INFO O| Feb 28 10:00:31.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78332025-02-28T10:00:32.182Z[ recovery-image] Feb 28 10:00:31.029 INFO O| Feb 28 10:00:31.029 INFO STEP 1057 (remove_files) COMPLETE
78342025-02-28T10:00:32.182Z[ recovery-image] Feb 28 10:00:31.029 INFO O| Feb 28 10:00:31.029 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-02-28T10:00:32.219Z[ recovery-image] Feb 28 10:00:31.065 INFO O| Feb 28 10:00:31.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78362025-02-28T10:00:32.219Z[ recovery-image] Feb 28 10:00:31.065 INFO O| Feb 28 10:00:31.065 INFO STEP 1058 (remove_files) COMPLETE
78372025-02-28T10:00:32.219Z[ recovery-image] Feb 28 10:00:31.065 INFO O| Feb 28 10:00:31.065 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-02-28T10:00:32.240Z[ recovery-image] Feb 28 10:00:31.088 INFO O| Feb 28 10:00:31.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78392025-02-28T10:00:32.240Z[ recovery-image] Feb 28 10:00:31.088 INFO O| Feb 28 10:00:31.088 INFO STEP 1059 (remove_files) COMPLETE
78402025-02-28T10:00:32.240Z[ recovery-image] Feb 28 10:00:31.088 INFO O| Feb 28 10:00:31.088 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-02-28T10:00:32.264Z[ recovery-image] Feb 28 10:00:31.110 INFO O| Feb 28 10:00:31.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78422025-02-28T10:00:32.264Z[ recovery-image] Feb 28 10:00:31.110 INFO O| Feb 28 10:00:31.110 INFO STEP 1060 (remove_files) COMPLETE
78432025-02-28T10:00:32.264Z[ recovery-image] Feb 28 10:00:31.110 INFO O| Feb 28 10:00:31.110 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-02-28T10:00:32.283Z[ recovery-image] Feb 28 10:00:31.131 INFO O| Feb 28 10:00:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78452025-02-28T10:00:32.283Z[ recovery-image] Feb 28 10:00:31.131 INFO O| Feb 28 10:00:31.131 INFO STEP 1061 (remove_files) COMPLETE
78462025-02-28T10:00:32.283Z[ recovery-image] Feb 28 10:00:31.131 INFO O| Feb 28 10:00:31.131 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-02-28T10:00:32.330Z[ recovery-image] Feb 28 10:00:31.177 INFO O| Feb 28 10:00:31.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78482025-02-28T10:00:32.331Z[ recovery-image] Feb 28 10:00:31.177 INFO O| Feb 28 10:00:31.177 INFO STEP 1062 (remove_files) COMPLETE
78492025-02-28T10:00:32.331Z[ recovery-image] Feb 28 10:00:31.177 INFO O| Feb 28 10:00:31.177 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-02-28T10:00:32.375Z[ recovery-image] Feb 28 10:00:31.217 INFO O| Feb 28 10:00:31.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78512025-02-28T10:00:32.383Z[ recovery-image] Feb 28 10:00:31.217 INFO O| Feb 28 10:00:31.217 INFO STEP 1063 (remove_files) COMPLETE
78522025-02-28T10:00:32.383Z[ recovery-image] Feb 28 10:00:31.217 INFO O| Feb 28 10:00:31.217 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-02-28T10:00:32.393Z[ recovery-image] Feb 28 10:00:31.239 INFO O| Feb 28 10:00:31.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78542025-02-28T10:00:32.393Z[ recovery-image] Feb 28 10:00:31.240 INFO O| Feb 28 10:00:31.240 INFO STEP 1064 (remove_files) COMPLETE
78552025-02-28T10:00:32.394Z[ recovery-image] Feb 28 10:00:31.240 INFO O| Feb 28 10:00:31.240 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-02-28T10:00:32.418Z[ recovery-image] Feb 28 10:00:31.261 INFO O| Feb 28 10:00:31.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78572025-02-28T10:00:32.418Z[ recovery-image] Feb 28 10:00:31.261 INFO O| Feb 28 10:00:31.261 INFO STEP 1065 (remove_files) COMPLETE
78582025-02-28T10:00:32.418Z[ recovery-image] Feb 28 10:00:31.261 INFO O| Feb 28 10:00:31.261 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-02-28T10:00:32.438Z[ recovery-image] Feb 28 10:00:31.284 INFO O| Feb 28 10:00:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78602025-02-28T10:00:32.439Z[ recovery-image] Feb 28 10:00:31.284 INFO O| Feb 28 10:00:31.284 INFO STEP 1066 (remove_files) COMPLETE
78612025-02-28T10:00:32.439Z[ recovery-image] Feb 28 10:00:31.284 INFO O| Feb 28 10:00:31.284 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-02-28T10:00:32.518Z[ recovery-image] Feb 28 10:00:31.364 INFO O| Feb 28 10:00:31.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78632025-02-28T10:00:32.524Z[ recovery-image] Feb 28 10:00:31.364 INFO O| Feb 28 10:00:31.364 INFO STEP 1067 (remove_files) COMPLETE
78642025-02-28T10:00:32.524Z[ recovery-image] Feb 28 10:00:31.364 INFO O| Feb 28 10:00:31.364 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-02-28T10:00:32.572Z[ recovery-image] Feb 28 10:00:31.418 INFO O| Feb 28 10:00:31.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78662025-02-28T10:00:32.572Z[ recovery-image] Feb 28 10:00:31.418 INFO O| Feb 28 10:00:31.418 INFO STEP 1068 (remove_files) COMPLETE
78672025-02-28T10:00:32.572Z[ recovery-image] Feb 28 10:00:31.418 INFO O| Feb 28 10:00:31.418 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-02-28T10:00:32.631Z[ recovery-image] Feb 28 10:00:31.474 INFO O| Feb 28 10:00:31.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78692025-02-28T10:00:32.646Z[ recovery-image] Feb 28 10:00:31.474 INFO O| Feb 28 10:00:31.474 INFO STEP 1069 (remove_files) COMPLETE
78702025-02-28T10:00:32.647Z[ recovery-image] Feb 28 10:00:31.475 INFO O| Feb 28 10:00:31.475 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-02-28T10:00:32.657Z[ recovery-image] Feb 28 10:00:31.493 INFO O| Feb 28 10:00:31.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78722025-02-28T10:00:32.657Z[ recovery-image] Feb 28 10:00:31.493 INFO O| Feb 28 10:00:31.493 INFO STEP 1070 (remove_files) COMPLETE
78732025-02-28T10:00:32.657Z[ recovery-image] Feb 28 10:00:31.493 INFO O| Feb 28 10:00:31.493 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-02-28T10:00:32.695Z[ recovery-image] Feb 28 10:00:31.543 INFO O| Feb 28 10:00:31.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78752025-02-28T10:00:32.698Z[ recovery-image] Feb 28 10:00:31.543 INFO O| Feb 28 10:00:31.543 INFO STEP 1071 (remove_files) COMPLETE
78762025-02-28T10:00:32.698Z[ recovery-image] Feb 28 10:00:31.543 INFO O| Feb 28 10:00:31.543 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-02-28T10:00:32.715Z[ recovery-image] Feb 28 10:00:31.563 INFO O| Feb 28 10:00:31.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78782025-02-28T10:00:32.717Z[ recovery-image] Feb 28 10:00:31.563 INFO O| Feb 28 10:00:31.563 INFO STEP 1072 (remove_files) COMPLETE
78792025-02-28T10:00:32.717Z[ recovery-image] Feb 28 10:00:31.563 INFO O| Feb 28 10:00:31.563 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-02-28T10:00:32.734Z[ recovery-image] Feb 28 10:00:31.581 INFO O| Feb 28 10:00:31.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78812025-02-28T10:00:32.737Z[ recovery-image] Feb 28 10:00:31.582 INFO O| Feb 28 10:00:31.582 INFO STEP 1073 (remove_files) COMPLETE
78822025-02-28T10:00:32.737Z[ recovery-image] Feb 28 10:00:31.582 INFO O| Feb 28 10:00:31.582 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-02-28T10:00:32.759Z[ recovery-image] Feb 28 10:00:31.607 INFO O| Feb 28 10:00:31.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78842025-02-28T10:00:32.759Z[ recovery-image] Feb 28 10:00:31.607 INFO O| Feb 28 10:00:31.607 INFO STEP 1074 (remove_files) COMPLETE
78852025-02-28T10:00:32.759Z[ recovery-image] Feb 28 10:00:31.607 INFO O| Feb 28 10:00:31.607 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-02-28T10:00:32.818Z[ recovery-image] Feb 28 10:00:31.666 INFO O| Feb 28 10:00:31.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78872025-02-28T10:00:32.818Z[ recovery-image] Feb 28 10:00:31.666 INFO O| Feb 28 10:00:31.666 INFO STEP 1075 (remove_files) COMPLETE
78882025-02-28T10:00:32.818Z[ recovery-image] Feb 28 10:00:31.666 INFO O| Feb 28 10:00:31.666 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-02-28T10:00:32.841Z[ recovery-image] Feb 28 10:00:31.689 INFO O| Feb 28 10:00:31.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78902025-02-28T10:00:32.841Z[ recovery-image] Feb 28 10:00:31.689 INFO O| Feb 28 10:00:31.689 INFO STEP 1076 (remove_files) COMPLETE
78912025-02-28T10:00:32.841Z[ recovery-image] Feb 28 10:00:31.689 INFO O| Feb 28 10:00:31.689 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-02-28T10:00:32.863Z[ recovery-image] Feb 28 10:00:31.711 INFO O| Feb 28 10:00:31.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78932025-02-28T10:00:32.863Z[ recovery-image] Feb 28 10:00:31.711 INFO O| Feb 28 10:00:31.711 INFO STEP 1077 (remove_files) COMPLETE
78942025-02-28T10:00:32.863Z[ recovery-image] Feb 28 10:00:31.711 INFO O| Feb 28 10:00:31.711 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-02-28T10:00:32.883Z[ recovery-image] Feb 28 10:00:31.731 INFO O| Feb 28 10:00:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78962025-02-28T10:00:32.883Z[ recovery-image] Feb 28 10:00:31.731 INFO O| Feb 28 10:00:31.731 INFO STEP 1078 (remove_files) COMPLETE
78972025-02-28T10:00:32.885Z[ recovery-image] Feb 28 10:00:31.731 INFO O| Feb 28 10:00:31.731 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-02-28T10:00:32.914Z[ recovery-image] Feb 28 10:00:31.762 INFO O| Feb 28 10:00:31.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78992025-02-28T10:00:32.914Z[ recovery-image] Feb 28 10:00:31.762 INFO O| Feb 28 10:00:31.762 INFO STEP 1079 (remove_files) COMPLETE
79002025-02-28T10:00:32.917Z[ recovery-image] Feb 28 10:00:31.762 INFO O| Feb 28 10:00:31.762 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-02-28T10:00:32.970Z[ recovery-image] Feb 28 10:00:31.818 INFO O| Feb 28 10:00:31.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
79022025-02-28T10:00:32.970Z[ recovery-image] Feb 28 10:00:31.818 INFO O| Feb 28 10:00:31.818 INFO STEP 1080 (remove_files) COMPLETE
79032025-02-28T10:00:32.970Z[ recovery-image] Feb 28 10:00:31.818 INFO O| Feb 28 10:00:31.818 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-02-28T10:00:33.034Z[ recovery-image] Feb 28 10:00:31.882 INFO O| Feb 28 10:00:31.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
79052025-02-28T10:00:33.034Z[ recovery-image] Feb 28 10:00:31.882 INFO O| Feb 28 10:00:31.882 INFO STEP 1081 (remove_files) COMPLETE
79062025-02-28T10:00:33.034Z[ recovery-image] Feb 28 10:00:31.882 INFO O| Feb 28 10:00:31.882 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-02-28T10:00:33.119Z[ recovery-image] Feb 28 10:00:31.967 INFO O| Feb 28 10:00:31.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
79082025-02-28T10:00:33.119Z[ recovery-image] Feb 28 10:00:31.967 INFO O| Feb 28 10:00:31.967 INFO STEP 1082 (remove_files) COMPLETE
79092025-02-28T10:00:33.119Z[ recovery-image] Feb 28 10:00:31.967 INFO O| Feb 28 10:00:31.967 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-02-28T10:00:33.157Z[ recovery-image] Feb 28 10:00:32.005 INFO O| Feb 28 10:00:32.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
79112025-02-28T10:00:33.157Z[ recovery-image] Feb 28 10:00:32.005 INFO O| Feb 28 10:00:32.005 INFO STEP 1083 (remove_files) COMPLETE
79122025-02-28T10:00:33.157Z[ recovery-image] Feb 28 10:00:32.005 INFO O| Feb 28 10:00:32.005 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-02-28T10:00:33.231Z[ recovery-image] Feb 28 10:00:32.079 INFO O| Feb 28 10:00:32.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
79142025-02-28T10:00:33.234Z[ recovery-image] Feb 28 10:00:32.079 INFO O| Feb 28 10:00:32.079 INFO STEP 1084 (remove_files) COMPLETE
79152025-02-28T10:00:33.234Z[ recovery-image] Feb 28 10:00:32.080 INFO O| Feb 28 10:00:32.079 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-02-28T10:00:33.282Z[ recovery-image] Feb 28 10:00:32.130 INFO O| Feb 28 10:00:32.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
79172025-02-28T10:00:33.282Z[ recovery-image] Feb 28 10:00:32.130 INFO O| Feb 28 10:00:32.130 INFO STEP 1085 (remove_files) COMPLETE
79182025-02-28T10:00:33.282Z[ recovery-image] Feb 28 10:00:32.130 INFO O| Feb 28 10:00:32.130 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-02-28T10:00:33.304Z[ recovery-image] Feb 28 10:00:32.152 INFO O| Feb 28 10:00:32.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
79202025-02-28T10:00:33.304Z[ recovery-image] Feb 28 10:00:32.152 INFO O| Feb 28 10:00:32.152 INFO STEP 1086 (remove_files) COMPLETE
79212025-02-28T10:00:33.307Z[ recovery-image] Feb 28 10:00:32.152 INFO O| Feb 28 10:00:32.152 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-02-28T10:00:33.384Z[ recovery-image] Feb 28 10:00:32.232 INFO O| Feb 28 10:00:32.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
79232025-02-28T10:00:33.384Z[ recovery-image] Feb 28 10:00:32.232 INFO O| Feb 28 10:00:32.232 INFO STEP 1087 (remove_files) COMPLETE
79242025-02-28T10:00:33.384Z[ recovery-image] Feb 28 10:00:32.232 INFO O| Feb 28 10:00:32.232 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-02-28T10:00:33.418Z[ recovery-image] Feb 28 10:00:32.266 INFO O| Feb 28 10:00:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79262025-02-28T10:00:33.418Z[ recovery-image] Feb 28 10:00:32.266 INFO O| Feb 28 10:00:32.266 INFO STEP 1088 (remove_files) COMPLETE
79272025-02-28T10:00:33.418Z[ recovery-image] Feb 28 10:00:32.266 INFO O| Feb 28 10:00:32.266 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-02-28T10:00:33.439Z[ recovery-image] Feb 28 10:00:32.287 INFO O| Feb 28 10:00:32.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79292025-02-28T10:00:33.439Z[ recovery-image] Feb 28 10:00:32.287 INFO O| Feb 28 10:00:32.287 INFO STEP 1089 (remove_files) COMPLETE
79302025-02-28T10:00:33.439Z[ recovery-image] Feb 28 10:00:32.287 INFO O| Feb 28 10:00:32.287 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-02-28T10:00:33.458Z[ recovery-image] Feb 28 10:00:32.306 INFO O| Feb 28 10:00:32.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79322025-02-28T10:00:33.458Z[ recovery-image] Feb 28 10:00:32.306 INFO O| Feb 28 10:00:32.306 INFO STEP 1090 (remove_files) COMPLETE
79332025-02-28T10:00:33.458Z[ recovery-image] Feb 28 10:00:32.306 INFO O| Feb 28 10:00:32.306 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-02-28T10:00:33.485Z[ recovery-image] Feb 28 10:00:32.333 INFO O| Feb 28 10:00:32.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79352025-02-28T10:00:33.486Z[ recovery-image] Feb 28 10:00:32.333 INFO O| Feb 28 10:00:32.333 INFO STEP 1091 (remove_files) COMPLETE
79362025-02-28T10:00:33.486Z[ recovery-image] Feb 28 10:00:32.333 INFO O| Feb 28 10:00:32.333 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-02-28T10:00:33.509Z[ recovery-image] Feb 28 10:00:32.357 INFO O| Feb 28 10:00:32.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79382025-02-28T10:00:33.512Z[ recovery-image] Feb 28 10:00:32.358 INFO O| Feb 28 10:00:32.357 INFO STEP 1092 (remove_files) COMPLETE
79392025-02-28T10:00:33.512Z[ recovery-image] Feb 28 10:00:32.358 INFO O| Feb 28 10:00:32.358 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-02-28T10:00:33.555Z[ recovery-image] Feb 28 10:00:32.403 INFO O| Feb 28 10:00:32.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79412025-02-28T10:00:33.555Z[ recovery-image] Feb 28 10:00:32.403 INFO O| Feb 28 10:00:32.403 INFO STEP 1093 (remove_files) COMPLETE
79422025-02-28T10:00:33.555Z[ recovery-image] Feb 28 10:00:32.403 INFO O| Feb 28 10:00:32.403 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-02-28T10:00:33.580Z[ recovery-image] Feb 28 10:00:32.428 INFO O| Feb 28 10:00:32.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79442025-02-28T10:00:33.580Z[ recovery-image] Feb 28 10:00:32.428 INFO O| Feb 28 10:00:32.428 INFO STEP 1094 (remove_files) COMPLETE
79452025-02-28T10:00:33.583Z[ recovery-image] Feb 28 10:00:32.428 INFO O| Feb 28 10:00:32.428 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-02-28T10:00:33.603Z[ recovery-image] Feb 28 10:00:32.450 INFO O| Feb 28 10:00:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79472025-02-28T10:00:33.603Z[ recovery-image] Feb 28 10:00:32.450 INFO O| Feb 28 10:00:32.450 INFO STEP 1095 (remove_files) COMPLETE
79482025-02-28T10:00:33.603Z[ recovery-image] Feb 28 10:00:32.450 INFO O| Feb 28 10:00:32.450 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-02-28T10:00:33.641Z[ recovery-image] Feb 28 10:00:32.489 INFO O| Feb 28 10:00:32.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79502025-02-28T10:00:33.643Z[ recovery-image] Feb 28 10:00:32.489 INFO O| Feb 28 10:00:32.489 INFO STEP 1096 (remove_files) COMPLETE
79512025-02-28T10:00:33.643Z[ recovery-image] Feb 28 10:00:32.489 INFO O| Feb 28 10:00:32.489 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-02-28T10:00:33.664Z[ recovery-image] Feb 28 10:00:32.512 INFO O| Feb 28 10:00:32.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79532025-02-28T10:00:33.667Z[ recovery-image] Feb 28 10:00:32.513 INFO O| Feb 28 10:00:32.512 INFO STEP 1097 (remove_files) COMPLETE
79542025-02-28T10:00:33.667Z[ recovery-image] Feb 28 10:00:32.513 INFO O| Feb 28 10:00:32.513 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-02-28T10:00:33.722Z[ recovery-image] Feb 28 10:00:32.570 INFO O| Feb 28 10:00:32.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79562025-02-28T10:00:33.724Z[ recovery-image] Feb 28 10:00:32.570 INFO O| Feb 28 10:00:32.570 INFO STEP 1098 (remove_files) COMPLETE
79572025-02-28T10:00:33.724Z[ recovery-image] Feb 28 10:00:32.570 INFO O| Feb 28 10:00:32.570 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-02-28T10:00:33.746Z[ recovery-image] Feb 28 10:00:32.594 INFO O| Feb 28 10:00:32.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79592025-02-28T10:00:33.749Z[ recovery-image] Feb 28 10:00:32.594 INFO O| Feb 28 10:00:32.594 INFO STEP 1099 (remove_files) COMPLETE
79602025-02-28T10:00:33.749Z[ recovery-image] Feb 28 10:00:32.595 INFO O| Feb 28 10:00:32.594 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-02-28T10:00:33.785Z[ recovery-image] Feb 28 10:00:32.633 INFO O| Feb 28 10:00:32.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79622025-02-28T10:00:33.787Z[ recovery-image] Feb 28 10:00:32.633 INFO O| Feb 28 10:00:32.633 INFO STEP 1100 (remove_files) COMPLETE
79632025-02-28T10:00:33.787Z[ recovery-image] Feb 28 10:00:32.633 INFO O| Feb 28 10:00:32.633 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-02-28T10:00:33.829Z[ recovery-image] Feb 28 10:00:32.677 INFO O| Feb 28 10:00:32.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79652025-02-28T10:00:33.829Z[ recovery-image] Feb 28 10:00:32.677 INFO O| Feb 28 10:00:32.677 INFO STEP 1101 (remove_files) COMPLETE
79662025-02-28T10:00:33.831Z[ recovery-image] Feb 28 10:00:32.677 INFO O| Feb 28 10:00:32.677 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-02-28T10:00:33.853Z[ recovery-image] Feb 28 10:00:32.701 INFO O| Feb 28 10:00:32.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79682025-02-28T10:00:33.853Z[ recovery-image] Feb 28 10:00:32.701 INFO O| Feb 28 10:00:32.701 INFO STEP 1102 (remove_files) COMPLETE
79692025-02-28T10:00:33.853Z[ recovery-image] Feb 28 10:00:32.701 INFO O| Feb 28 10:00:32.701 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-02-28T10:00:33.876Z[ recovery-image] Feb 28 10:00:32.724 INFO O| Feb 28 10:00:32.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79712025-02-28T10:00:33.876Z[ recovery-image] Feb 28 10:00:32.724 INFO O| Feb 28 10:00:32.724 INFO STEP 1103 (remove_files) COMPLETE
79722025-02-28T10:00:33.877Z[ recovery-image] Feb 28 10:00:32.724 INFO O| Feb 28 10:00:32.724 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-02-28T10:00:33.898Z[ recovery-image] Feb 28 10:00:32.746 INFO O| Feb 28 10:00:32.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79742025-02-28T10:00:33.898Z[ recovery-image] Feb 28 10:00:32.746 INFO O| Feb 28 10:00:32.746 INFO STEP 1104 (remove_files) COMPLETE
79752025-02-28T10:00:33.901Z[ recovery-image] Feb 28 10:00:32.746 INFO O| Feb 28 10:00:32.746 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-02-28T10:00:33.918Z[ recovery-image] Feb 28 10:00:32.766 INFO O| Feb 28 10:00:32.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79772025-02-28T10:00:33.918Z[ recovery-image] Feb 28 10:00:32.766 INFO O| Feb 28 10:00:32.766 INFO STEP 1105 (remove_files) COMPLETE
79782025-02-28T10:00:33.918Z[ recovery-image] Feb 28 10:00:32.766 INFO O| Feb 28 10:00:32.766 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-02-28T10:00:33.939Z[ recovery-image] Feb 28 10:00:32.787 INFO O| Feb 28 10:00:32.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79802025-02-28T10:00:33.939Z[ recovery-image] Feb 28 10:00:32.787 INFO O| Feb 28 10:00:32.787 INFO STEP 1106 (remove_files) COMPLETE
79812025-02-28T10:00:33.942Z[ recovery-image] Feb 28 10:00:32.787 INFO O| Feb 28 10:00:32.787 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-02-28T10:00:33.971Z[ recovery-image] Feb 28 10:00:32.817 INFO O| Feb 28 10:00:32.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79832025-02-28T10:00:33.974Z[ recovery-image] Feb 28 10:00:32.818 INFO O| Feb 28 10:00:32.817 INFO STEP 1107 (remove_files) COMPLETE
79842025-02-28T10:00:33.974Z[ recovery-image] Feb 28 10:00:32.818 INFO O| Feb 28 10:00:32.818 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-02-28T10:00:34.003Z[ recovery-image] Feb 28 10:00:32.850 INFO O| Feb 28 10:00:32.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79862025-02-28T10:00:34.003Z[ recovery-image] Feb 28 10:00:32.850 INFO O| Feb 28 10:00:32.850 INFO STEP 1108 (remove_files) COMPLETE
79872025-02-28T10:00:34.003Z[ recovery-image] Feb 28 10:00:32.850 INFO O| Feb 28 10:00:32.850 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-02-28T10:00:34.041Z[ recovery-image] Feb 28 10:00:32.873 INFO O| Feb 28 10:00:32.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79892025-02-28T10:00:34.041Z[ recovery-image] Feb 28 10:00:32.873 INFO O| Feb 28 10:00:32.873 INFO STEP 1109 (remove_files) COMPLETE
79902025-02-28T10:00:34.041Z[ recovery-image] Feb 28 10:00:32.873 INFO O| Feb 28 10:00:32.873 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-02-28T10:00:34.167Z[ recovery-image] Feb 28 10:00:33.015 INFO O| Feb 28 10:00:33.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79922025-02-28T10:00:34.167Z[ recovery-image] Feb 28 10:00:33.015 INFO O| Feb 28 10:00:33.015 INFO STEP 1110 (remove_files) COMPLETE
79932025-02-28T10:00:34.167Z[ recovery-image] Feb 28 10:00:33.015 INFO O| Feb 28 10:00:33.015 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-02-28T10:00:34.191Z[ recovery-image] Feb 28 10:00:33.038 INFO O| Feb 28 10:00:33.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79952025-02-28T10:00:34.212Z[ recovery-image] Feb 28 10:00:33.060 INFO O| Feb 28 10:00:33.060 INFO STEP 1111 (remove_files) COMPLETE
79962025-02-28T10:00:34.215Z[ recovery-image] Feb 28 10:00:33.060 INFO O| Feb 28 10:00:33.060 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-02-28T10:00:34.247Z[ recovery-image] Feb 28 10:00:33.095 INFO O| Feb 28 10:00:33.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79982025-02-28T10:00:34.247Z[ recovery-image] Feb 28 10:00:33.095 INFO O| Feb 28 10:00:33.095 INFO STEP 1112 (remove_files) COMPLETE
79992025-02-28T10:00:34.247Z[ recovery-image] Feb 28 10:00:33.095 INFO O| Feb 28 10:00:33.095 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-02-28T10:00:34.310Z[ recovery-image] Feb 28 10:00:33.157 INFO O| Feb 28 10:00:33.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
80012025-02-28T10:00:34.310Z[ recovery-image] Feb 28 10:00:33.157 INFO O| Feb 28 10:00:33.157 INFO STEP 1113 (remove_files) COMPLETE
80022025-02-28T10:00:34.312Z[ recovery-image] Feb 28 10:00:33.157 INFO O| Feb 28 10:00:33.157 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-02-28T10:00:34.347Z[ recovery-image] Feb 28 10:00:33.194 INFO O| Feb 28 10:00:33.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
80042025-02-28T10:00:34.347Z[ recovery-image] Feb 28 10:00:33.194 INFO O| Feb 28 10:00:33.194 INFO STEP 1114 (remove_files) COMPLETE
80052025-02-28T10:00:34.350Z[ recovery-image] Feb 28 10:00:33.194 INFO O| Feb 28 10:00:33.194 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-02-28T10:00:34.369Z[ recovery-image] Feb 28 10:00:33.217 INFO O| Feb 28 10:00:33.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
80072025-02-28T10:00:34.372Z[ recovery-image] Feb 28 10:00:33.218 INFO O| Feb 28 10:00:33.218 INFO STEP 1115 (remove_files) COMPLETE
80082025-02-28T10:00:34.372Z[ recovery-image] Feb 28 10:00:33.218 INFO O| Feb 28 10:00:33.218 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-02-28T10:00:34.393Z[ recovery-image] Feb 28 10:00:33.241 INFO O| Feb 28 10:00:33.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
80102025-02-28T10:00:34.393Z[ recovery-image] Feb 28 10:00:33.241 INFO O| Feb 28 10:00:33.241 INFO STEP 1116 (remove_files) COMPLETE
80112025-02-28T10:00:34.393Z[ recovery-image] Feb 28 10:00:33.241 INFO O| Feb 28 10:00:33.241 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-02-28T10:00:34.416Z[ recovery-image] Feb 28 10:00:33.264 INFO O| Feb 28 10:00:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
80132025-02-28T10:00:34.416Z[ recovery-image] Feb 28 10:00:33.264 INFO O| Feb 28 10:00:33.264 INFO STEP 1117 (remove_files) COMPLETE
80142025-02-28T10:00:34.416Z[ recovery-image] Feb 28 10:00:33.264 INFO O| Feb 28 10:00:33.264 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-02-28T10:00:34.440Z[ recovery-image] Feb 28 10:00:33.287 INFO O| Feb 28 10:00:33.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
80162025-02-28T10:00:34.440Z[ recovery-image] Feb 28 10:00:33.287 INFO O| Feb 28 10:00:33.287 INFO STEP 1118 (remove_files) COMPLETE
80172025-02-28T10:00:34.440Z[ recovery-image] Feb 28 10:00:33.287 INFO O| Feb 28 10:00:33.287 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-02-28T10:00:34.462Z[ recovery-image] Feb 28 10:00:33.310 INFO O| Feb 28 10:00:33.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
80192025-02-28T10:00:34.462Z[ recovery-image] Feb 28 10:00:33.310 INFO O| Feb 28 10:00:33.310 INFO STEP 1119 (remove_files) COMPLETE
80202025-02-28T10:00:34.462Z[ recovery-image] Feb 28 10:00:33.310 INFO O| Feb 28 10:00:33.310 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-02-28T10:00:34.489Z[ recovery-image] Feb 28 10:00:33.337 INFO O| Feb 28 10:00:33.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
80222025-02-28T10:00:34.492Z[ recovery-image] Feb 28 10:00:33.337 INFO O| Feb 28 10:00:33.337 INFO STEP 1120 (remove_files) COMPLETE
80232025-02-28T10:00:34.492Z[ recovery-image] Feb 28 10:00:33.337 INFO O| Feb 28 10:00:33.337 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-02-28T10:00:34.510Z[ recovery-image] Feb 28 10:00:33.358 INFO O| Feb 28 10:00:33.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80252025-02-28T10:00:34.512Z[ recovery-image] Feb 28 10:00:33.358 INFO O| Feb 28 10:00:33.358 INFO STEP 1121 (remove_files) COMPLETE
80262025-02-28T10:00:34.513Z[ recovery-image] Feb 28 10:00:33.358 INFO O| Feb 28 10:00:33.358 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-02-28T10:00:34.542Z[ recovery-image] Feb 28 10:00:33.390 INFO O| Feb 28 10:00:33.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80282025-02-28T10:00:34.545Z[ recovery-image] Feb 28 10:00:33.390 INFO O| Feb 28 10:00:33.390 INFO STEP 1122 (remove_files) COMPLETE
80292025-02-28T10:00:34.545Z[ recovery-image] Feb 28 10:00:33.390 INFO O| Feb 28 10:00:33.390 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-02-28T10:00:34.562Z[ recovery-image] Feb 28 10:00:33.410 INFO O| Feb 28 10:00:33.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80312025-02-28T10:00:34.565Z[ recovery-image] Feb 28 10:00:33.410 INFO O| Feb 28 10:00:33.410 INFO STEP 1123 (remove_files) COMPLETE
80322025-02-28T10:00:34.565Z[ recovery-image] Feb 28 10:00:33.410 INFO O| Feb 28 10:00:33.410 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-02-28T10:00:34.622Z[ recovery-image] Feb 28 10:00:33.470 INFO O| Feb 28 10:00:33.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80342025-02-28T10:00:34.622Z[ recovery-image] Feb 28 10:00:33.470 INFO O| Feb 28 10:00:33.470 INFO STEP 1124 (remove_files) COMPLETE
80352025-02-28T10:00:34.628Z[ recovery-image] Feb 28 10:00:33.470 INFO O| Feb 28 10:00:33.470 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-02-28T10:00:34.644Z[ recovery-image] Feb 28 10:00:33.492 INFO O| Feb 28 10:00:33.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80372025-02-28T10:00:34.644Z[ recovery-image] Feb 28 10:00:33.492 INFO O| Feb 28 10:00:33.492 INFO STEP 1125 (remove_files) COMPLETE
80382025-02-28T10:00:34.644Z[ recovery-image] Feb 28 10:00:33.492 INFO O| Feb 28 10:00:33.492 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-02-28T10:00:34.665Z[ recovery-image] Feb 28 10:00:33.513 INFO O| Feb 28 10:00:33.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80402025-02-28T10:00:34.665Z[ recovery-image] Feb 28 10:00:33.513 INFO O| Feb 28 10:00:33.513 INFO STEP 1126 (remove_files) COMPLETE
80412025-02-28T10:00:34.669Z[ recovery-image] Feb 28 10:00:33.513 INFO O| Feb 28 10:00:33.513 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-02-28T10:00:34.689Z[ recovery-image] Feb 28 10:00:33.537 INFO O| Feb 28 10:00:33.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80432025-02-28T10:00:34.689Z[ recovery-image] Feb 28 10:00:33.537 INFO O| Feb 28 10:00:33.537 INFO STEP 1127 (remove_files) COMPLETE
80442025-02-28T10:00:34.691Z[ recovery-image] Feb 28 10:00:33.537 INFO O| Feb 28 10:00:33.537 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-02-28T10:00:34.711Z[ recovery-image] Feb 28 10:00:33.559 INFO O| Feb 28 10:00:33.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80462025-02-28T10:00:34.711Z[ recovery-image] Feb 28 10:00:33.559 INFO O| Feb 28 10:00:33.559 INFO STEP 1128 (remove_files) COMPLETE
80472025-02-28T10:00:34.713Z[ recovery-image] Feb 28 10:00:33.559 INFO O| Feb 28 10:00:33.559 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-02-28T10:00:34.816Z[ recovery-image] Feb 28 10:00:33.663 INFO O| Feb 28 10:00:33.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80492025-02-28T10:00:34.816Z[ recovery-image] Feb 28 10:00:33.663 INFO O| Feb 28 10:00:33.663 INFO STEP 1129 (remove_files) COMPLETE
80502025-02-28T10:00:34.816Z[ recovery-image] Feb 28 10:00:33.664 INFO O| Feb 28 10:00:33.663 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-02-28T10:00:34.838Z[ recovery-image] Feb 28 10:00:33.684 INFO O| Feb 28 10:00:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80522025-02-28T10:00:34.838Z[ recovery-image] Feb 28 10:00:33.684 INFO O| Feb 28 10:00:33.684 INFO STEP 1130 (remove_files) COMPLETE
80532025-02-28T10:00:34.838Z[ recovery-image] Feb 28 10:00:33.684 INFO O| Feb 28 10:00:33.684 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-02-28T10:00:34.859Z[ recovery-image] Feb 28 10:00:33.707 INFO O| Feb 28 10:00:33.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80552025-02-28T10:00:34.862Z[ recovery-image] Feb 28 10:00:33.707 INFO O| Feb 28 10:00:33.707 INFO STEP 1131 (remove_files) COMPLETE
80562025-02-28T10:00:34.862Z[ recovery-image] Feb 28 10:00:33.707 INFO O| Feb 28 10:00:33.707 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-02-28T10:00:34.882Z[ recovery-image] Feb 28 10:00:33.729 INFO O| Feb 28 10:00:33.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80582025-02-28T10:00:34.882Z[ recovery-image] Feb 28 10:00:33.730 INFO O| Feb 28 10:00:33.730 INFO STEP 1132 (remove_files) COMPLETE
80592025-02-28T10:00:34.882Z[ recovery-image] Feb 28 10:00:33.730 INFO O| Feb 28 10:00:33.730 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-02-28T10:00:34.915Z[ recovery-image] Feb 28 10:00:33.763 INFO O| Feb 28 10:00:33.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80612025-02-28T10:00:34.919Z[ recovery-image] Feb 28 10:00:33.763 INFO O| Feb 28 10:00:33.763 INFO STEP 1133 (remove_files) COMPLETE
80622025-02-28T10:00:34.919Z[ recovery-image] Feb 28 10:00:33.764 INFO O| Feb 28 10:00:33.763 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-02-28T10:00:34.938Z[ recovery-image] Feb 28 10:00:33.786 INFO O| Feb 28 10:00:33.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80642025-02-28T10:00:34.941Z[ recovery-image] Feb 28 10:00:33.786 INFO O| Feb 28 10:00:33.786 INFO STEP 1134 (remove_files) COMPLETE
80652025-02-28T10:00:34.941Z[ recovery-image] Feb 28 10:00:33.786 INFO O| Feb 28 10:00:33.786 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-02-28T10:00:34.958Z[ recovery-image] Feb 28 10:00:33.806 INFO O| Feb 28 10:00:33.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80672025-02-28T10:00:34.958Z[ recovery-image] Feb 28 10:00:33.806 INFO O| Feb 28 10:00:33.806 INFO STEP 1135 (remove_files) COMPLETE
80682025-02-28T10:00:34.958Z[ recovery-image] Feb 28 10:00:33.806 INFO O| Feb 28 10:00:33.806 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-02-28T10:00:35.005Z[ recovery-image] Feb 28 10:00:33.852 INFO O| Feb 28 10:00:33.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80702025-02-28T10:00:35.008Z[ recovery-image] Feb 28 10:00:33.852 INFO O| Feb 28 10:00:33.852 INFO STEP 1136 (remove_files) COMPLETE
80712025-02-28T10:00:35.008Z[ recovery-image] Feb 28 10:00:33.852 INFO O| Feb 28 10:00:33.852 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-02-28T10:00:35.026Z[ recovery-image] Feb 28 10:00:33.872 INFO O| Feb 28 10:00:33.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80732025-02-28T10:00:35.026Z[ recovery-image] Feb 28 10:00:33.872 INFO O| Feb 28 10:00:33.872 INFO STEP 1137 (remove_files) COMPLETE
80742025-02-28T10:00:35.026Z[ recovery-image] Feb 28 10:00:33.872 INFO O| Feb 28 10:00:33.872 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-02-28T10:00:35.046Z[ recovery-image] Feb 28 10:00:33.893 INFO O| Feb 28 10:00:33.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80762025-02-28T10:00:35.046Z[ recovery-image] Feb 28 10:00:33.893 INFO O| Feb 28 10:00:33.893 INFO STEP 1138 (remove_files) COMPLETE
80772025-02-28T10:00:35.046Z[ recovery-image] Feb 28 10:00:33.893 INFO O| Feb 28 10:00:33.893 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-02-28T10:00:35.066Z[ recovery-image] Feb 28 10:00:33.914 INFO O| Feb 28 10:00:33.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80792025-02-28T10:00:35.066Z[ recovery-image] Feb 28 10:00:33.914 INFO O| Feb 28 10:00:33.914 INFO STEP 1139 (remove_files) COMPLETE
80802025-02-28T10:00:35.069Z[ recovery-image] Feb 28 10:00:33.914 INFO O| Feb 28 10:00:33.914 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-02-28T10:00:35.086Z[ recovery-image] Feb 28 10:00:33.933 INFO O| Feb 28 10:00:33.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80822025-02-28T10:00:35.103Z[ recovery-image] Feb 28 10:00:33.950 INFO O| Feb 28 10:00:33.950 INFO STEP 1140 (remove_files) COMPLETE
80832025-02-28T10:00:35.103Z[ recovery-image] Feb 28 10:00:33.950 INFO O| Feb 28 10:00:33.950 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-02-28T10:00:35.158Z[ recovery-image] Feb 28 10:00:34.005 INFO O| Feb 28 10:00:34.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80852025-02-28T10:00:35.158Z[ recovery-image] Feb 28 10:00:34.005 INFO O| Feb 28 10:00:34.005 INFO STEP 1141 (remove_files) COMPLETE
80862025-02-28T10:00:35.158Z[ recovery-image] Feb 28 10:00:34.005 INFO O| Feb 28 10:00:34.005 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-02-28T10:00:35.203Z[ recovery-image] Feb 28 10:00:34.051 INFO O| Feb 28 10:00:34.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80882025-02-28T10:00:35.206Z[ recovery-image] Feb 28 10:00:34.051 INFO O| Feb 28 10:00:34.051 INFO STEP 1142 (remove_files) COMPLETE
80892025-02-28T10:00:35.206Z[ recovery-image] Feb 28 10:00:34.051 INFO O| Feb 28 10:00:34.051 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-02-28T10:00:35.280Z[ recovery-image] Feb 28 10:00:34.128 INFO O| Feb 28 10:00:34.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80912025-02-28T10:00:35.280Z[ recovery-image] Feb 28 10:00:34.128 INFO O| Feb 28 10:00:34.128 INFO STEP 1143 (remove_files) COMPLETE
80922025-02-28T10:00:35.283Z[ recovery-image] Feb 28 10:00:34.128 INFO O| Feb 28 10:00:34.128 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-02-28T10:00:35.309Z[ recovery-image] Feb 28 10:00:34.157 INFO O| Feb 28 10:00:34.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80942025-02-28T10:00:35.309Z[ recovery-image] Feb 28 10:00:34.157 INFO O| Feb 28 10:00:34.157 INFO STEP 1144 (remove_files) COMPLETE
80952025-02-28T10:00:35.309Z[ recovery-image] Feb 28 10:00:34.157 INFO O| Feb 28 10:00:34.157 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-02-28T10:00:35.348Z[ recovery-image] Feb 28 10:00:34.196 INFO O| Feb 28 10:00:34.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80972025-02-28T10:00:35.351Z[ recovery-image] Feb 28 10:00:34.196 INFO O| Feb 28 10:00:34.196 INFO STEP 1145 (remove_files) COMPLETE
80982025-02-28T10:00:35.351Z[ recovery-image] Feb 28 10:00:34.197 INFO O| Feb 28 10:00:34.196 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-02-28T10:00:35.371Z[ recovery-image] Feb 28 10:00:34.218 INFO O| Feb 28 10:00:34.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
81002025-02-28T10:00:35.374Z[ recovery-image] Feb 28 10:00:34.218 INFO O| Feb 28 10:00:34.218 INFO STEP 1146 (remove_files) COMPLETE
81012025-02-28T10:00:35.374Z[ recovery-image] Feb 28 10:00:34.218 INFO O| Feb 28 10:00:34.218 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-02-28T10:00:35.417Z[ recovery-image] Feb 28 10:00:34.262 INFO O| Feb 28 10:00:34.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
81032025-02-28T10:00:35.417Z[ recovery-image] Feb 28 10:00:34.263 INFO O| Feb 28 10:00:34.262 INFO STEP 1147 (remove_files) COMPLETE
81042025-02-28T10:00:35.417Z[ recovery-image] Feb 28 10:00:34.263 INFO O| Feb 28 10:00:34.262 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-02-28T10:00:35.440Z[ recovery-image] Feb 28 10:00:34.288 INFO O| Feb 28 10:00:34.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
81062025-02-28T10:00:35.443Z[ recovery-image] Feb 28 10:00:34.288 INFO O| Feb 28 10:00:34.288 INFO STEP 1148 (remove_files) COMPLETE
81072025-02-28T10:00:35.443Z[ recovery-image] Feb 28 10:00:34.288 INFO O| Feb 28 10:00:34.288 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-02-28T10:00:35.481Z[ recovery-image] Feb 28 10:00:34.328 INFO O| Feb 28 10:00:34.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
81092025-02-28T10:00:35.481Z[ recovery-image] Feb 28 10:00:34.328 INFO O| Feb 28 10:00:34.328 INFO STEP 1149 (remove_files) COMPLETE
81102025-02-28T10:00:35.481Z[ recovery-image] Feb 28 10:00:34.328 INFO O| Feb 28 10:00:34.328 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-02-28T10:00:35.519Z[ recovery-image] Feb 28 10:00:34.367 INFO O| Feb 28 10:00:34.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
81122025-02-28T10:00:35.519Z[ recovery-image] Feb 28 10:00:34.367 INFO O| Feb 28 10:00:34.367 INFO STEP 1150 (remove_files) COMPLETE
81132025-02-28T10:00:35.519Z[ recovery-image] Feb 28 10:00:34.367 INFO O| Feb 28 10:00:34.367 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-02-28T10:00:35.572Z[ recovery-image] Feb 28 10:00:34.419 INFO O| Feb 28 10:00:34.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
81152025-02-28T10:00:35.574Z[ recovery-image] Feb 28 10:00:34.420 INFO O| Feb 28 10:00:34.419 INFO STEP 1151 (remove_files) COMPLETE
81162025-02-28T10:00:35.574Z[ recovery-image] Feb 28 10:00:34.420 INFO O| Feb 28 10:00:34.420 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-02-28T10:00:35.592Z[ recovery-image] Feb 28 10:00:34.438 INFO O| Feb 28 10:00:34.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
81182025-02-28T10:00:35.592Z[ recovery-image] Feb 28 10:00:34.438 INFO O| Feb 28 10:00:34.438 INFO STEP 1152 (remove_files) COMPLETE
81192025-02-28T10:00:35.592Z[ recovery-image] Feb 28 10:00:34.438 INFO O| Feb 28 10:00:34.438 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-02-28T10:00:35.610Z[ recovery-image] Feb 28 10:00:34.458 INFO O| Feb 28 10:00:34.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
81212025-02-28T10:00:35.610Z[ recovery-image] Feb 28 10:00:34.458 INFO O| Feb 28 10:00:34.458 INFO STEP 1153 (remove_files) COMPLETE
81222025-02-28T10:00:35.613Z[ recovery-image] Feb 28 10:00:34.458 INFO O| Feb 28 10:00:34.458 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-02-28T10:00:35.629Z[ recovery-image] Feb 28 10:00:34.477 INFO O| Feb 28 10:00:34.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81242025-02-28T10:00:35.629Z[ recovery-image] Feb 28 10:00:34.477 INFO O| Feb 28 10:00:34.477 INFO STEP 1154 (remove_files) COMPLETE
81252025-02-28T10:00:35.632Z[ recovery-image] Feb 28 10:00:34.477 INFO O| Feb 28 10:00:34.477 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-02-28T10:00:35.649Z[ recovery-image] Feb 28 10:00:34.497 INFO O| Feb 28 10:00:34.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81272025-02-28T10:00:35.649Z[ recovery-image] Feb 28 10:00:34.497 INFO O| Feb 28 10:00:34.497 INFO STEP 1155 (remove_files) COMPLETE
81282025-02-28T10:00:35.649Z[ recovery-image] Feb 28 10:00:34.497 INFO O| Feb 28 10:00:34.497 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-02-28T10:00:35.667Z[ recovery-image] Feb 28 10:00:34.515 INFO O| Feb 28 10:00:34.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81302025-02-28T10:00:35.668Z[ recovery-image] Feb 28 10:00:34.515 INFO O| Feb 28 10:00:34.515 INFO STEP 1156 (remove_files) COMPLETE
81312025-02-28T10:00:35.668Z[ recovery-image] Feb 28 10:00:34.515 INFO O| Feb 28 10:00:34.515 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-02-28T10:00:35.688Z[ recovery-image] Feb 28 10:00:34.536 INFO O| Feb 28 10:00:34.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81332025-02-28T10:00:35.688Z[ recovery-image] Feb 28 10:00:34.536 INFO O| Feb 28 10:00:34.536 INFO STEP 1157 (remove_files) COMPLETE
81342025-02-28T10:00:35.691Z[ recovery-image] Feb 28 10:00:34.536 INFO O| Feb 28 10:00:34.536 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-02-28T10:00:35.709Z[ recovery-image] Feb 28 10:00:34.556 INFO O| Feb 28 10:00:34.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81362025-02-28T10:00:35.711Z[ recovery-image] Feb 28 10:00:34.557 INFO O| Feb 28 10:00:34.557 INFO STEP 1158 (remove_files) COMPLETE
81372025-02-28T10:00:35.711Z[ recovery-image] Feb 28 10:00:34.557 INFO O| Feb 28 10:00:34.557 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-02-28T10:00:35.729Z[ recovery-image] Feb 28 10:00:34.577 INFO O| Feb 28 10:00:34.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81392025-02-28T10:00:35.732Z[ recovery-image] Feb 28 10:00:34.577 INFO O| Feb 28 10:00:34.577 INFO STEP 1159 (remove_files) COMPLETE
81402025-02-28T10:00:35.732Z[ recovery-image] Feb 28 10:00:34.577 INFO O| Feb 28 10:00:34.577 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-02-28T10:00:35.750Z[ recovery-image] Feb 28 10:00:34.598 INFO O| Feb 28 10:00:34.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81422025-02-28T10:00:35.752Z[ recovery-image] Feb 28 10:00:34.598 INFO O| Feb 28 10:00:34.598 INFO STEP 1160 (remove_files) COMPLETE
81432025-02-28T10:00:35.753Z[ recovery-image] Feb 28 10:00:34.598 INFO O| Feb 28 10:00:34.598 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-02-28T10:00:35.771Z[ recovery-image] Feb 28 10:00:34.619 INFO O| Feb 28 10:00:34.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81452025-02-28T10:00:35.771Z[ recovery-image] Feb 28 10:00:34.619 INFO O| Feb 28 10:00:34.619 INFO STEP 1161 (remove_files) COMPLETE
81462025-02-28T10:00:35.771Z[ recovery-image] Feb 28 10:00:34.619 INFO O| Feb 28 10:00:34.619 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-02-28T10:00:35.828Z[ recovery-image] Feb 28 10:00:34.676 INFO O| Feb 28 10:00:34.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81482025-02-28T10:00:35.829Z[ recovery-image] Feb 28 10:00:34.676 INFO O| Feb 28 10:00:34.676 INFO STEP 1162 (remove_files) COMPLETE
81492025-02-28T10:00:35.829Z[ recovery-image] Feb 28 10:00:34.676 INFO O| Feb 28 10:00:34.676 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-02-28T10:00:35.849Z[ recovery-image] Feb 28 10:00:34.697 INFO O| Feb 28 10:00:34.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81512025-02-28T10:00:35.849Z[ recovery-image] Feb 28 10:00:34.697 INFO O| Feb 28 10:00:34.697 INFO STEP 1163 (remove_files) COMPLETE
81522025-02-28T10:00:35.854Z[ recovery-image] Feb 28 10:00:34.697 INFO O| Feb 28 10:00:34.697 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-02-28T10:00:35.871Z[ recovery-image] Feb 28 10:00:34.718 INFO O| Feb 28 10:00:34.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81542025-02-28T10:00:35.871Z[ recovery-image] Feb 28 10:00:34.719 INFO O| Feb 28 10:00:34.719 INFO STEP 1164 (remove_files) COMPLETE
81552025-02-28T10:00:35.875Z[ recovery-image] Feb 28 10:00:34.719 INFO O| Feb 28 10:00:34.719 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-02-28T10:00:35.891Z[ recovery-image] Feb 28 10:00:34.739 INFO O| Feb 28 10:00:34.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81572025-02-28T10:00:35.891Z[ recovery-image] Feb 28 10:00:34.739 INFO O| Feb 28 10:00:34.739 INFO STEP 1165 (remove_files) COMPLETE
81582025-02-28T10:00:35.891Z[ recovery-image] Feb 28 10:00:34.739 INFO O| Feb 28 10:00:34.739 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81592025-02-28T10:00:35.922Z[ recovery-image] Feb 28 10:00:34.770 INFO O| Feb 28 10:00:34.770 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81602025-02-28T10:00:35.922Z[ recovery-image] Feb 28 10:00:34.770 INFO O| Feb 28 10:00:34.770 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81612025-02-28T10:00:37.783Z[ recovery-image] Feb 28 10:00:36.631 INFO O| Feb 28 10:00:36.631 INFO STEP 1166 (pack_tar) COMPLETE
81622025-02-28T10:00:37.783Z[ recovery-image] Feb 28 10:00:36.631 INFO O| Feb 28 10:00:36.631 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81632025-02-28T10:00:37.787Z[ recovery-image] Feb 28 10:00:36.631 INFO O| Feb 28 10:00:36.631 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81642025-02-28T10:00:38.075Z[ recovery-image] Feb 28 10:00:36.923 INFO O| Feb 28 10:00:36.923 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81652025-02-28T10:00:38.198Z[ recovery-image] Feb 28 10:00:37.046 INFO O| Feb 28 10:00:37.045 INFO completed processing gimlet/ramdisk-03-recovery-trim
81662025-02-28T10:00:38.208Z[ recovery-image] Feb 28 10:00:37.056 INFO image builder template: zfs-recovery...
81672025-02-28T10:00:38.211Z[ recovery-image] Feb 28 10:00:37.056 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/.tmpmn8qfF/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
81682025-02-28T10:00:38.272Z[ recovery-image] Feb 28 10:00:37.120 INFO O| Feb 28 10:00:37.120 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81692025-02-28T10:00:38.283Z[ recovery-image] Feb 28 10:00:37.130 INFO O| Feb 28 10:00:37.130 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81702025-02-28T10:00:38.380Z[ recovery-image] Feb 28 10:00:37.228 INFO O| Feb 28 10:00:37.228 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81712025-02-28T10:00:38.469Z[ recovery-image] Feb 28 10:00:37.317 INFO O| Feb 28 10:00:37.317 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81722025-02-28T10:00:38.469Z[ recovery-image] Feb 28 10:00:37.317 INFO O| Feb 28 10:00:37.317 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81732025-02-28T10:00:38.494Z[ recovery-image] Feb 28 10:00:37.342 INFO O| Feb 28 10:00:37.342 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81742025-02-28T10:00:38.635Z[ recovery-image] Feb 28 10:00:37.483 INFO O| Feb 28 10:00:37.483 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81752025-02-28T10:00:38.730Z[ recovery-image] Feb 28 10:00:37.577 INFO O| Feb 28 10:00:37.577 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81762025-02-28T10:00:38.768Z[ recovery-image] Feb 28 10:00:37.616 INFO O| Feb 28 10:00:37.616 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81772025-02-28T10:00:38.793Z[ recovery-image] Feb 28 10:00:37.641 INFO O| Feb 28 10:00:37.641 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81782025-02-28T10:00:38.870Z[ recovery-image] Feb 28 10:00:37.718 INFO O| Feb 28 10:00:37.718 INFO no lofi found
81792025-02-28T10:00:38.870Z[ recovery-image] Feb 28 10:00:37.718 INFO O| Feb 28 10:00:37.718 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81802025-02-28T10:00:38.870Z[ recovery-image] Feb 28 10:00:37.718 INFO O| Feb 28 10:00:37.718 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81812025-02-28T10:00:40.583Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
81822025-02-28T10:00:41.165Z[ recovery-image] Feb 28 10:00:40.013 INFO O| Feb 28 10:00:40.013 INFO lofi device = /dev/dsk/c2t1d0p0
81832025-02-28T10:00:41.165Z[ recovery-image] Feb 28 10:00:40.013 INFO O| Feb 28 10:00:40.013 INFO pool device = /dev/dsk/c2t1d0p0
81842025-02-28T10:00:41.168Z[ recovery-image] Feb 28 10:00:40.013 INFO O| Feb 28 10:00:40.013 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"]
81852025-02-28T10:00:41.399Z[ recovery-image] Feb 28 10:00:40.247 INFO O| Feb 28 10:00:40.247 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81862025-02-28T10:00:41.399Z[ recovery-image] Feb 28 10:00:40.247 INFO O| Feb 28 10:00:40.247 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81872025-02-28T10:00:41.433Z[ recovery-image] Feb 28 10:00:40.281 INFO O| Feb 28 10:00:40.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81882025-02-28T10:00:41.741Z[ recovery-image] Feb 28 10:00:40.589 INFO O| Feb 28 10:00:40.589 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81892025-02-28T10:00:41.807Z[ recovery-image] Feb 28 10:00:40.655 INFO O| Feb 28 10:00:40.655 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81902025-02-28T10:00:41.836Z[ recovery-image] Feb 28 10:00:40.683 INFO O| Feb 28 10:00:40.683 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81912025-02-28T10:00:41.859Z[ recovery-image] Feb 28 10:00:40.707 INFO O| Feb 28 10:00:40.707 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81922025-02-28T10:00:41.967Z[ recovery-image] Feb 28 10:00:40.814 INFO O| Feb 28 10:00:40.814 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81932025-02-28T10:00:41.969Z[ recovery-image] Feb 28 10:00:40.815 INFO O| Feb 28 10:00:40.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81942025-02-28T10:00:41.969Z[ recovery-image] Feb 28 10:00:40.815 INFO O| Feb 28 10:00:40.815 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81952025-02-28T10:00:41.985Z[ recovery-image] Feb 28 10:00:40.833 INFO O| Feb 28 10:00:40.833 INFO boot environment UUID: 70479cfa-8765-41f0-ba3d-4f4780dfd664
81962025-02-28T10:00:41.985Z[ recovery-image] Feb 28 10:00:40.833 INFO O| Feb 28 10:00:40.833 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 70479cfa-8765-41f0-ba3d-4f4780dfd664
81972025-02-28T10:00:42.030Z[ recovery-image] Feb 28 10:00:40.878 INFO O| Feb 28 10:00:40.878 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81982025-02-28T10:00:42.066Z[ recovery-image] Feb 28 10:00:40.914 INFO O| Feb 28 10:00:40.914 INFO STEP 0 (create_be) COMPLETE
81992025-02-28T10:00:42.066Z[ recovery-image] Feb 28 10:00:40.914 INFO O| Feb 28 10:00:40.914 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82002025-02-28T10:00:42.097Z[ recovery-image] Feb 28 10:00:40.944 INFO O| Feb 28 10:00:40.944 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"]
82012025-02-28T10:00:49.020Z[ recovery-image] Feb 28 10:00:47.868 INFO O| Feb 28 10:00:47.868 INFO STEP 1 (unpack_tar) COMPLETE
82022025-02-28T10:00:49.020Z[ recovery-image] Feb 28 10:00:47.868 INFO O| Feb 28 10:00:47.868 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82032025-02-28T10:00:49.042Z[ recovery-image] Feb 28 10:00:47.889 INFO O| Feb 28 10:00:47.889 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82042025-02-28T10:00:49.947Z[ recovery-image] Feb 28 10:00:48.795 INFO O| Feb 28 10:00:48.794 INFO STEP 2 (devfsadm) COMPLETE
82052025-02-28T10:00:49.947Z[ recovery-image] Feb 28 10:00:48.795 INFO O| Feb 28 10:00:48.794 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82062025-02-28T10:00:49.966Z[ recovery-image] Feb 28 10:00:48.814 INFO O| Feb 28 10:00:48.814 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82072025-02-28T10:00:49.966Z[ recovery-image] Feb 28 10:00:48.814 INFO O| Feb 28 10:00:48.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82082025-02-28T10:00:49.966Z[ recovery-image] Feb 28 10:00:48.814 INFO O| Feb 28 10:00:48.814 INFO STEP 3 (ensure_dir) COMPLETE
82092025-02-28T10:00:49.969Z[ recovery-image] Feb 28 10:00:48.814 INFO O| Feb 28 10:00:48.814 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82102025-02-28T10:00:49.988Z[ recovery-image] Feb 28 10:00:48.836 INFO O| Feb 28 10:00:48.836 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82112025-02-28T10:00:49.989Z[ recovery-image] Feb 28 10:00:48.836 INFO O| Feb 28 10:00:48.836 INFO STEP 4 (ensure_dir) COMPLETE
82122025-02-28T10:00:49.989Z[ recovery-image] Feb 28 10:00:48.836 INFO O| Feb 28 10:00:48.836 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82132025-02-28T10:00:50.032Z[ recovery-image] Feb 28 10:00:48.880 INFO O| Feb 28 10:00:48.880 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82142025-02-28T10:00:50.032Z[ recovery-image] Feb 28 10:00:48.880 INFO O| Feb 28 10:00:48.880 INFO STEP 5 (ensure_dir) COMPLETE
82152025-02-28T10:00:50.035Z[ recovery-image] Feb 28 10:00:48.880 INFO O| Feb 28 10:00:48.880 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82162025-02-28T10:00:50.076Z[ recovery-image] Feb 28 10:00:48.924 INFO O| Feb 28 10:00:48.924 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82172025-02-28T10:00:50.076Z[ recovery-image] Feb 28 10:00:48.924 INFO O| Feb 28 10:00:48.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82182025-02-28T10:00:50.076Z[ recovery-image] Feb 28 10:00:48.924 INFO O| Feb 28 10:00:48.924 INFO STEP 6 (ensure_dir) COMPLETE
82192025-02-28T10:00:50.079Z[ recovery-image] Feb 28 10:00:48.924 INFO O| Feb 28 10:00:48.924 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82202025-02-28T10:00:50.117Z[ recovery-image] Feb 28 10:00:48.965 INFO O| Feb 28 10:00:48.965 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82212025-02-28T10:00:50.117Z[ recovery-image] Feb 28 10:00:48.965 INFO O| Feb 28 10:00:48.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82222025-02-28T10:00:50.117Z[ recovery-image] Feb 28 10:00:48.965 INFO O| Feb 28 10:00:48.965 INFO STEP 7 (ensure_dir) COMPLETE
82232025-02-28T10:00:50.119Z[ recovery-image] Feb 28 10:00:48.965 INFO O| Feb 28 10:00:48.965 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82242025-02-28T10:00:50.162Z[ recovery-image] Feb 28 10:00:49.010 INFO O| Feb 28 10:00:49.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82252025-02-28T10:00:50.165Z[ recovery-image] Feb 28 10:00:49.010 INFO O| Feb 28 10:00:49.010 INFO STEP 8 (remove_files) COMPLETE
82262025-02-28T10:00:50.165Z[ recovery-image] Feb 28 10:00:49.010 INFO O| Feb 28 10:00:49.010 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82272025-02-28T10:00:50.230Z[ recovery-image] Feb 28 10:00:49.078 INFO O| Feb 28 10:00:49.078 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82282025-02-28T10:00:50.232Z[ recovery-image] Feb 28 10:00:49.079 INFO O| Feb 28 10:00:49.079 INFO STEP 9 (remove_files) COMPLETE
82292025-02-28T10:00:50.233Z[ recovery-image] Feb 28 10:00:49.079 INFO O| Feb 28 10:00:49.079 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82302025-02-28T10:00:50.322Z[ recovery-image] Feb 28 10:00:49.169 INFO O| Feb 28 10:00:49.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82312025-02-28T10:00:50.324Z[ recovery-image] Feb 28 10:00:49.171 INFO O| Feb 28 10:00:49.171 INFO STEP 10 (remove_files) COMPLETE
82322025-02-28T10:00:50.324Z[ recovery-image] Feb 28 10:00:49.171 INFO O| Feb 28 10:00:49.171 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82332025-02-28T10:00:50.346Z[ recovery-image] Feb 28 10:00:49.193 INFO O| Feb 28 10:00:49.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82342025-02-28T10:00:50.348Z[ recovery-image] Feb 28 10:00:49.194 INFO O| Feb 28 10:00:49.194 INFO STEP 11 (remove_files) COMPLETE
82352025-02-28T10:00:50.348Z[ recovery-image] Feb 28 10:00:49.194 INFO O| Feb 28 10:00:49.194 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82362025-02-28T10:00:50.366Z[ recovery-image] Feb 28 10:00:49.214 INFO O| Feb 28 10:00:49.214 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82372025-02-28T10:00:50.367Z[ recovery-image] Feb 28 10:00:49.214 INFO O| Feb 28 10:00:49.214 INFO STEP 12 (remove_files) COMPLETE
82382025-02-28T10:00:50.367Z[ recovery-image] Feb 28 10:00:49.214 INFO O| Feb 28 10:00:49.214 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82392025-02-28T10:00:50.388Z[ recovery-image] Feb 28 10:00:49.234 INFO O| Feb 28 10:00:49.234 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82402025-02-28T10:00:50.388Z[ recovery-image] Feb 28 10:00:49.235 INFO O| Feb 28 10:00:49.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82412025-02-28T10:00:50.388Z[ recovery-image] Feb 28 10:00:49.235 INFO O| Feb 28 10:00:49.235 INFO STEP 13 (ensure_dir) COMPLETE
82422025-02-28T10:00:50.391Z[ recovery-image] Feb 28 10:00:49.235 INFO O| Feb 28 10:00:49.235 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82432025-02-28T10:00:50.407Z[ recovery-image] Feb 28 10:00:49.255 INFO O| Feb 28 10:00:49.255 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82442025-02-28T10:00:50.410Z[ recovery-image] Feb 28 10:00:49.255 INFO O| Feb 28 10:00:49.255 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82452025-02-28T10:00:50.410Z[ recovery-image] Feb 28 10:00:49.255 INFO O| Feb 28 10:00:49.255 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82462025-02-28T10:00:50.410Z[ recovery-image] Feb 28 10:00:49.255 INFO O| Feb 28 10:00:49.255 INFO STEP 14 (ensure_dir) COMPLETE
82472025-02-28T10:00:50.410Z[ recovery-image] Feb 28 10:00:49.255 INFO O| Feb 28 10:00:49.255 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82482025-02-28T10:00:50.470Z[ recovery-image] Feb 28 10:00:49.318 INFO O| Feb 28 10:00:49.318 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82492025-02-28T10:00:50.473Z[ recovery-image] Feb 28 10:00:49.318 INFO O| Feb 28 10:00:49.318 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82502025-02-28T10:00:50.473Z[ recovery-image] Feb 28 10:00:49.318 INFO O| Feb 28 10:00:49.318 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82512025-02-28T10:00:50.473Z[ recovery-image] Feb 28 10:00:49.319 INFO O| Feb 28 10:00:49.318 INFO STEP 15 (ensure_dir) COMPLETE
82522025-02-28T10:00:50.473Z[ recovery-image] Feb 28 10:00:49.319 INFO O| Feb 28 10:00:49.319 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82532025-02-28T10:00:50.526Z[ recovery-image] Feb 28 10:00:49.374 INFO O| Feb 28 10:00:49.374 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82542025-02-28T10:00:50.529Z[ recovery-image] Feb 28 10:00:49.374 INFO O| Feb 28 10:00:49.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82552025-02-28T10:00:50.529Z[ recovery-image] Feb 28 10:00:49.374 INFO O| Feb 28 10:00:49.374 INFO STEP 16 (ensure_dir) COMPLETE
82562025-02-28T10:00:50.529Z[ recovery-image] Feb 28 10:00:49.374 INFO O| Feb 28 10:00:49.374 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82572025-02-28T10:00:50.548Z[ recovery-image] Feb 28 10:00:49.395 INFO O| Feb 28 10:00:49.395 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82582025-02-28T10:00:50.548Z[ recovery-image] Feb 28 10:00:49.395 INFO O| Feb 28 10:00:49.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82592025-02-28T10:00:50.548Z[ recovery-image] Feb 28 10:00:49.395 INFO O| Feb 28 10:00:49.395 INFO STEP 17 (ensure_dir) COMPLETE
82602025-02-28T10:00:50.550Z[ recovery-image] Feb 28 10:00:49.395 INFO O| Feb 28 10:00:49.395 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82612025-02-28T10:00:50.568Z[ recovery-image] Feb 28 10:00:49.416 INFO O| Feb 28 10:00:49.416 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82622025-02-28T10:00:50.569Z[ recovery-image] Feb 28 10:00:49.416 INFO O| Feb 28 10:00:49.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82632025-02-28T10:00:50.571Z[ recovery-image] Feb 28 10:00:49.416 INFO O| Feb 28 10:00:49.416 INFO ok!
82642025-02-28T10:00:50.571Z[ recovery-image] Feb 28 10:00:49.416 INFO O| Feb 28 10:00:49.416 INFO STEP 18 (ensure_symlink) COMPLETE
82652025-02-28T10:00:50.571Z[ recovery-image] Feb 28 10:00:49.416 INFO O| Feb 28 10:00:49.416 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82662025-02-28T10:00:50.589Z[ recovery-image] Feb 28 10:00:49.437 INFO O| Feb 28 10:00:49.437 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82672025-02-28T10:00:50.589Z[ recovery-image] Feb 28 10:00:49.437 INFO O| Feb 28 10:00:49.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82682025-02-28T10:00:50.592Z[ recovery-image] Feb 28 10:00:49.437 INFO O| Feb 28 10:00:49.437 INFO ok!
82692025-02-28T10:00:50.592Z[ recovery-image] Feb 28 10:00:49.437 INFO O| Feb 28 10:00:49.437 INFO STEP 19 (ensure_file) COMPLETE
82702025-02-28T10:00:50.592Z[ recovery-image] Feb 28 10:00:49.437 INFO O| Feb 28 10:00:49.437 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82712025-02-28T10:00:50.619Z[ recovery-image] Feb 28 10:00:49.467 INFO O| Feb 28 10:00:49.467 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82722025-02-28T10:00:50.619Z[ recovery-image] Feb 28 10:00:49.467 INFO O| Feb 28 10:00:49.467 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82732025-02-28T10:00:50.623Z[ recovery-image] Feb 28 10:00:49.467 INFO O| Feb 28 10:00:49.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82742025-02-28T10:00:50.623Z[ recovery-image] Feb 28 10:00:49.467 INFO O| Feb 28 10:00:49.467 INFO ok!
82752025-02-28T10:00:50.623Z[ recovery-image] Feb 28 10:00:49.467 INFO O| Feb 28 10:00:49.467 INFO STEP 20 (ensure_symlink) COMPLETE
82762025-02-28T10:00:50.624Z[ recovery-image] Feb 28 10:00:49.468 INFO O| Feb 28 10:00:49.467 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82772025-02-28T10:00:50.648Z[ recovery-image] Feb 28 10:00:49.495 INFO O| Feb 28 10:00:49.495 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82782025-02-28T10:00:50.651Z[ recovery-image] Feb 28 10:00:49.495 INFO O| Feb 28 10:00:49.495 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82792025-02-28T10:00:50.651Z[ recovery-image] Feb 28 10:00:49.496 INFO O| Feb 28 10:00:49.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82802025-02-28T10:00:50.651Z[ recovery-image] Feb 28 10:00:49.496 INFO O| Feb 28 10:00:49.496 INFO ok!
82812025-02-28T10:00:50.651Z[ recovery-image] Feb 28 10:00:49.496 INFO O| Feb 28 10:00:49.496 INFO STEP 21 (ensure_symlink) COMPLETE
82822025-02-28T10:00:50.651Z[ recovery-image] Feb 28 10:00:49.496 INFO O| Feb 28 10:00:49.496 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82832025-02-28T10:00:50.687Z[ recovery-image] Feb 28 10:00:49.534 INFO O| Feb 28 10:00:49.534 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82842025-02-28T10:00:50.687Z[ recovery-image] Feb 28 10:00:49.534 INFO O| Feb 28 10:00:49.534 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82852025-02-28T10:00:50.689Z[ recovery-image] Feb 28 10:00:49.534 INFO O| Feb 28 10:00:49.534 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82862025-02-28T10:00:50.690Z[ recovery-image] Feb 28 10:00:49.534 INFO O| Feb 28 10:00:49.534 INFO ok!
82872025-02-28T10:00:50.690Z[ recovery-image] Feb 28 10:00:49.534 INFO O| Feb 28 10:00:49.534 INFO STEP 22 (ensure_symlink) COMPLETE
82882025-02-28T10:00:50.690Z[ recovery-image] Feb 28 10:00:49.534 INFO O| Feb 28 10:00:49.534 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82892025-02-28T10:00:50.708Z[ recovery-image] Feb 28 10:00:49.555 INFO O| Feb 28 10:00:49.555 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82902025-02-28T10:00:50.708Z[ recovery-image] Feb 28 10:00:49.555 INFO O| Feb 28 10:00:49.555 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82912025-02-28T10:00:50.711Z[ recovery-image] Feb 28 10:00:49.555 INFO O| Feb 28 10:00:49.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82922025-02-28T10:00:50.711Z[ recovery-image] Feb 28 10:00:49.555 INFO O| Feb 28 10:00:49.555 INFO ok!
82932025-02-28T10:00:50.711Z[ recovery-image] Feb 28 10:00:49.555 INFO O| Feb 28 10:00:49.555 INFO STEP 23 (ensure_symlink) COMPLETE
82942025-02-28T10:00:50.711Z[ recovery-image] Feb 28 10:00:49.555 INFO O| Feb 28 10:00:49.555 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82952025-02-28T10:00:50.729Z[ recovery-image] Feb 28 10:00:49.576 INFO O| Feb 28 10:00:49.576 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82962025-02-28T10:00:50.729Z[ recovery-image] Feb 28 10:00:49.576 INFO O| Feb 28 10:00:49.576 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 ...
82972025-02-28T10:00:50.736Z[ recovery-image] Feb 28 10:00:49.582 INFO O| Feb 28 10:00:49.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82982025-02-28T10:00:50.736Z[ recovery-image] Feb 28 10:00:49.582 INFO O| Feb 28 10:00:49.582 INFO ok!
82992025-02-28T10:00:50.738Z[ recovery-image] Feb 28 10:00:49.582 INFO O| Feb 28 10:00:49.582 INFO STEP 24 (ensure_file) COMPLETE
83002025-02-28T10:00:50.738Z[ recovery-image] Feb 28 10:00:49.582 INFO O| Feb 28 10:00:49.582 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83012025-02-28T10:00:50.771Z[ recovery-image] Feb 28 10:00:49.618 INFO O| Feb 28 10:00:49.618 INFO updating shadow file
83022025-02-28T10:00:50.773Z[ recovery-image] Feb 28 10:00:49.619 INFO O| Feb 28 10:00:49.619 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83032025-02-28T10:00:50.773Z[ recovery-image] Feb 28 10:00:49.619 INFO O| Feb 28 10:00:49.619 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83042025-02-28T10:00:50.773Z[ recovery-image] Feb 28 10:00:49.619 INFO O| Feb 28 10:00:49.619 INFO STEP 25 (shadow) COMPLETE
83052025-02-28T10:00:50.773Z[ recovery-image] Feb 28 10:00:49.619 INFO O| Feb 28 10:00:49.619 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83062025-02-28T10:00:50.812Z[ recovery-image] Feb 28 10:00:49.660 INFO O| Feb 28 10:00:49.659 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83072025-02-28T10:00:50.812Z[ recovery-image] Feb 28 10:00:49.660 INFO O| Feb 28 10:00:49.660 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
83082025-02-28T10:00:50.812Z[ recovery-image] Feb 28 10:00:49.660 INFO O| Feb 28 10:00:49.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
83092025-02-28T10:00:50.812Z[ recovery-image] Feb 28 10:00:49.660 INFO O| Feb 28 10:00:49.660 INFO ok!
83102025-02-28T10:00:50.814Z[ recovery-image] Feb 28 10:00:49.660 INFO O| Feb 28 10:00:49.660 INFO STEP 26 (ensure_file) COMPLETE
83112025-02-28T10:00:50.815Z[ recovery-image] Feb 28 10:00:49.660 INFO O| Feb 28 10:00:49.660 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83122025-02-28T10:00:50.834Z[ recovery-image] Feb 28 10:00:49.682 INFO O| Feb 28 10:00:49.681 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
83132025-02-28T10:00:50.834Z[ recovery-image] Feb 28 10:00:49.682 INFO O| Feb 28 10:00:49.682 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
83142025-02-28T10:00:50.834Z[ recovery-image] Feb 28 10:00:49.682 INFO O| Feb 28 10:00:49.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
83152025-02-28T10:00:50.834Z[ recovery-image] Feb 28 10:00:49.682 INFO O| Feb 28 10:00:49.682 INFO ok!
83162025-02-28T10:00:50.837Z[ recovery-image] Feb 28 10:00:49.682 INFO O| Feb 28 10:00:49.682 INFO STEP 27 (ensure_file) COMPLETE
83172025-02-28T10:00:50.837Z[ recovery-image] Feb 28 10:00:49.682 INFO O| Feb 28 10:00:49.682 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83182025-02-28T10:00:50.857Z[ recovery-image] Feb 28 10:00:49.704 INFO O| Feb 28 10:00:49.704 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83192025-02-28T10:00:50.857Z[ recovery-image] Feb 28 10:00:49.704 INFO O| Feb 28 10:00:49.704 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
83202025-02-28T10:00:50.857Z[ recovery-image] Feb 28 10:00:49.704 INFO O| Feb 28 10:00:49.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83212025-02-28T10:00:50.859Z[ recovery-image] Feb 28 10:00:49.705 INFO O| Feb 28 10:00:49.704 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83222025-02-28T10:00:50.859Z[ recovery-image] Feb 28 10:00:49.705 INFO O| Feb 28 10:00:49.705 INFO ok!
83232025-02-28T10:00:50.859Z[ recovery-image] Feb 28 10:00:49.705 INFO O| Feb 28 10:00:49.705 INFO STEP 28 (ensure_file) COMPLETE
83242025-02-28T10:00:50.859Z[ recovery-image] Feb 28 10:00:49.705 INFO O| Feb 28 10:00:49.705 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83252025-02-28T10:00:50.880Z[ recovery-image] Feb 28 10:00:49.727 INFO O| Feb 28 10:00:49.727 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83262025-02-28T10:00:50.880Z[ recovery-image] Feb 28 10:00:49.728 INFO O| Feb 28 10:00:49.727 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83272025-02-28T10:00:50.883Z[ recovery-image] Feb 28 10:00:49.728 INFO O| Feb 28 10:00:49.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83282025-02-28T10:00:50.883Z[ recovery-image] Feb 28 10:00:49.728 INFO O| Feb 28 10:00:49.728 INFO ok!
83292025-02-28T10:00:50.883Z[ recovery-image] Feb 28 10:00:49.728 INFO O| Feb 28 10:00:49.728 INFO STEP 29 (ensure_file) COMPLETE
83302025-02-28T10:00:50.883Z[ recovery-image] Feb 28 10:00:49.728 INFO O| Feb 28 10:00:49.728 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83312025-02-28T10:00:50.905Z[ recovery-image] Feb 28 10:00:49.752 INFO O| Feb 28 10:00:49.752 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83322025-02-28T10:00:50.905Z[ recovery-image] Feb 28 10:00:49.752 INFO O| Feb 28 10:00:49.752 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83332025-02-28T10:00:50.907Z[ recovery-image] Feb 28 10:00:49.753 INFO O| Feb 28 10:00:49.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83342025-02-28T10:00:50.907Z[ recovery-image] Feb 28 10:00:49.753 INFO O| Feb 28 10:00:49.753 INFO ok!
83352025-02-28T10:00:50.907Z[ recovery-image] Feb 28 10:00:49.753 INFO O| Feb 28 10:00:49.753 INFO STEP 30 (ensure_file) COMPLETE
83362025-02-28T10:00:50.907Z[ recovery-image] Feb 28 10:00:49.753 INFO O| Feb 28 10:00:49.753 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83372025-02-28T10:00:50.928Z[ recovery-image] Feb 28 10:00:49.774 INFO O| Feb 28 10:00:49.774 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83382025-02-28T10:00:50.928Z[ recovery-image] Feb 28 10:00:49.775 INFO O| Feb 28 10:00:49.775 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83392025-02-28T10:00:50.929Z[ recovery-image] Feb 28 10:00:49.775 INFO O| Feb 28 10:00:49.775 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83402025-02-28T10:00:50.929Z[ recovery-image] Feb 28 10:00:49.775 INFO O| Feb 28 10:00:49.775 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83412025-02-28T10:00:50.929Z[ recovery-image] Feb 28 10:00:49.775 INFO O| Feb 28 10:00:49.775 INFO ok!
83422025-02-28T10:00:50.929Z[ recovery-image] Feb 28 10:00:49.775 INFO O| Feb 28 10:00:49.775 INFO STEP 31 (ensure_file) COMPLETE
83432025-02-28T10:00:50.929Z[ recovery-image] Feb 28 10:00:49.775 INFO O| Feb 28 10:00:49.775 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83442025-02-28T10:00:50.948Z[ recovery-image] Feb 28 10:00:49.796 INFO O| Feb 28 10:00:49.796 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83452025-02-28T10:00:50.949Z[ recovery-image] Feb 28 10:00:49.796 INFO O| Feb 28 10:00:49.796 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83462025-02-28T10:00:50.951Z[ recovery-image] Feb 28 10:00:49.797 INFO O| Feb 28 10:00:49.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83472025-02-28T10:00:50.951Z[ recovery-image] Feb 28 10:00:49.797 INFO O| Feb 28 10:00:49.797 INFO ok!
83482025-02-28T10:00:50.951Z[ recovery-image] Feb 28 10:00:49.797 INFO O| Feb 28 10:00:49.797 INFO STEP 32 (ensure_file) COMPLETE
83492025-02-28T10:00:50.951Z[ recovery-image] Feb 28 10:00:49.797 INFO O| Feb 28 10:00:49.797 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83502025-02-28T10:00:50.972Z[ recovery-image] Feb 28 10:00:49.820 INFO O| Feb 28 10:00:49.820 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83512025-02-28T10:00:50.976Z[ recovery-image] Feb 28 10:00:49.820 INFO O| Feb 28 10:00:49.820 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83522025-02-28T10:00:50.976Z[ recovery-image] Feb 28 10:00:49.820 INFO O| Feb 28 10:00:49.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83532025-02-28T10:00:50.976Z[ recovery-image] Feb 28 10:00:49.820 INFO O| Feb 28 10:00:49.820 INFO ok!
83542025-02-28T10:00:50.976Z[ recovery-image] Feb 28 10:00:49.820 INFO O| Feb 28 10:00:49.820 INFO STEP 33 (ensure_file) COMPLETE
83552025-02-28T10:00:50.976Z[ recovery-image] Feb 28 10:00:49.820 INFO O| Feb 28 10:00:49.820 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83562025-02-28T10:00:50.995Z[ recovery-image] Feb 28 10:00:49.842 INFO O| Feb 28 10:00:49.842 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83572025-02-28T10:00:50.995Z[ recovery-image] Feb 28 10:00:49.842 INFO O| Feb 28 10:00:49.842 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83582025-02-28T10:00:50.998Z[ recovery-image] Feb 28 10:00:49.843 INFO O| Feb 28 10:00:49.843 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83592025-02-28T10:00:50.998Z[ recovery-image] Feb 28 10:00:49.843 INFO O| Feb 28 10:00:49.843 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83602025-02-28T10:00:50.998Z[ recovery-image] Feb 28 10:00:49.843 INFO O| Feb 28 10:00:49.843 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83612025-02-28T10:00:50.998Z[ recovery-image] Feb 28 10:00:49.843 INFO O| Feb 28 10:00:49.843 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83622025-02-28T10:00:50.998Z[ recovery-image] Feb 28 10:00:49.843 INFO O| Feb 28 10:00:49.843 INFO ok!
83632025-02-28T10:00:50.998Z[ recovery-image] Feb 28 10:00:49.843 INFO O| Feb 28 10:00:49.843 INFO STEP 34 (ensure_file) COMPLETE
83642025-02-28T10:00:50.998Z[ recovery-image] Feb 28 10:00:49.843 INFO O| Feb 28 10:00:49.843 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83652025-02-28T10:00:51.019Z[ recovery-image] Feb 28 10:00:49.867 INFO O| Feb 28 10:00:49.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83662025-02-28T10:00:51.020Z[ recovery-image] Feb 28 10:00:49.867 INFO O| Feb 28 10:00:49.867 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83672025-02-28T10:00:51.023Z[ recovery-image] Feb 28 10:00:49.867 INFO O| Feb 28 10:00:49.867 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83682025-02-28T10:00:51.023Z[ recovery-image] Feb 28 10:00:49.867 INFO O| Feb 28 10:00:49.867 INFO STEP 35 (ensure_dir) COMPLETE
83692025-02-28T10:00:51.023Z[ recovery-image] Feb 28 10:00:49.867 INFO O| Feb 28 10:00:49.867 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83702025-02-28T10:00:51.055Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 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
83712025-02-28T10:00:51.055Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 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 ...
83722025-02-28T10:00:51.058Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 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
83732025-02-28T10:00:51.058Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 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
83742025-02-28T10:00:51.058Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 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
83752025-02-28T10:00:51.058Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 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
83762025-02-28T10:00:51.058Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 INFO ok!
83772025-02-28T10:00:51.058Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 INFO STEP 36 (ensure_file) COMPLETE
83782025-02-28T10:00:51.058Z[ recovery-image] Feb 28 10:00:49.903 INFO O| Feb 28 10:00:49.903 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83792025-02-28T10:00:51.079Z[ recovery-image] Feb 28 10:00:49.927 INFO O| Feb 28 10:00:49.927 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83802025-02-28T10:00:51.079Z[ recovery-image] Feb 28 10:00:49.927 INFO O| Feb 28 10:00:49.927 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 ...
83812025-02-28T10:00:51.079Z[ recovery-image] Feb 28 10:00:49.927 INFO O| Feb 28 10:00:49.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83822025-02-28T10:00:51.079Z[ recovery-image] Feb 28 10:00:49.927 INFO O| Feb 28 10:00:49.927 INFO ok!
83832025-02-28T10:00:51.083Z[ recovery-image] Feb 28 10:00:49.927 INFO O| Feb 28 10:00:49.927 INFO STEP 37 (ensure_symlink) COMPLETE
83842025-02-28T10:00:51.083Z[ recovery-image] Feb 28 10:00:49.927 INFO O| Feb 28 10:00:49.927 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83852025-02-28T10:00:51.105Z[ recovery-image] Feb 28 10:00:49.952 INFO O| Feb 28 10:00:49.952 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83862025-02-28T10:00:51.105Z[ recovery-image] Feb 28 10:00:49.952 INFO O| Feb 28 10:00:49.952 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83872025-02-28T10:00:51.107Z[ recovery-image] Feb 28 10:00:49.953 INFO O| Feb 28 10:00:49.953 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83882025-02-28T10:00:51.108Z[ recovery-image] Feb 28 10:00:49.953 INFO O| Feb 28 10:00:49.953 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83892025-02-28T10:00:51.108Z[ recovery-image] Feb 28 10:00:49.953 INFO O| Feb 28 10:00:49.953 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83902025-02-28T10:00:51.108Z[ recovery-image] Feb 28 10:00:49.953 INFO O| Feb 28 10:00:49.953 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83912025-02-28T10:00:51.108Z[ recovery-image] Feb 28 10:00:49.953 INFO O| Feb 28 10:00:49.953 INFO ok!
83922025-02-28T10:00:51.108Z[ recovery-image] Feb 28 10:00:49.953 INFO O| Feb 28 10:00:49.953 INFO STEP 38 (ensure_file) COMPLETE
83932025-02-28T10:00:51.108Z[ recovery-image] Feb 28 10:00:49.954 INFO O| Feb 28 10:00:49.953 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83942025-02-28T10:00:51.127Z[ recovery-image] Feb 28 10:00:49.975 INFO O| Feb 28 10:00:49.975 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83952025-02-28T10:00:51.127Z[ recovery-image] Feb 28 10:00:49.975 INFO O| Feb 28 10:00:49.975 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 ...
83962025-02-28T10:00:51.128Z[ recovery-image] Feb 28 10:00:49.975 INFO O| Feb 28 10:00:49.975 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
83972025-02-28T10:00:51.130Z[ recovery-image] Feb 28 10:00:49.975 INFO O| Feb 28 10:00:49.975 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83982025-02-28T10:00:51.130Z[ recovery-image] Feb 28 10:00:49.975 INFO O| Feb 28 10:00:49.975 INFO ok!
83992025-02-28T10:00:51.131Z[ recovery-image] Feb 28 10:00:49.975 INFO O| Feb 28 10:00:49.975 INFO STEP 39 (ensure_file) COMPLETE
84002025-02-28T10:00:51.131Z[ recovery-image] Feb 28 10:00:49.975 INFO O| Feb 28 10:00:49.975 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84012025-02-28T10:00:51.150Z[ recovery-image] Feb 28 10:00:49.998 INFO O| Feb 28 10:00:49.997 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
84022025-02-28T10:00:51.150Z[ recovery-image] Feb 28 10:00:49.998 INFO O| Feb 28 10:00:49.998 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
84032025-02-28T10:00:51.153Z[ recovery-image] Feb 28 10:00:49.998 INFO O| Feb 28 10:00:49.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
84042025-02-28T10:00:51.153Z[ recovery-image] Feb 28 10:00:49.998 INFO O| Feb 28 10:00:49.998 INFO ok!
84052025-02-28T10:00:51.153Z[ recovery-image] Feb 28 10:00:49.998 INFO O| Feb 28 10:00:49.998 INFO STEP 40 (ensure_file) COMPLETE
84062025-02-28T10:00:51.153Z[ recovery-image] Feb 28 10:00:49.998 INFO O| Feb 28 10:00:49.998 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84072025-02-28T10:00:51.188Z[ recovery-image] Feb 28 10:00:50.036 INFO O| Feb 28 10:00:50.036 INFO updating shadow file
84082025-02-28T10:00:51.188Z[ recovery-image] Feb 28 10:00:50.036 INFO O| Feb 28 10:00:50.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
84092025-02-28T10:00:51.188Z[ recovery-image] Feb 28 10:00:50.036 INFO O| Feb 28 10:00:50.036 INFO STEP 41 (shadow) COMPLETE
84102025-02-28T10:00:51.191Z[ recovery-image] Feb 28 10:00:50.036 INFO O| Feb 28 10:00:50.036 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84112025-02-28T10:00:51.211Z[ recovery-image] Feb 28 10:00:50.058 INFO O| Feb 28 10:00:50.058 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84122025-02-28T10:00:51.211Z[ recovery-image] Feb 28 10:00:50.058 INFO O| Feb 28 10:00:50.058 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
84132025-02-28T10:00:51.211Z[ recovery-image] Feb 28 10:00:50.058 INFO O| Feb 28 10:00:50.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84142025-02-28T10:00:51.214Z[ recovery-image] Feb 28 10:00:50.058 INFO O| Feb 28 10:00:50.058 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84152025-02-28T10:00:51.214Z[ recovery-image] Feb 28 10:00:50.058 INFO O| Feb 28 10:00:50.058 INFO ok!
84162025-02-28T10:00:51.215Z[ recovery-image] Feb 28 10:00:50.059 INFO O| Feb 28 10:00:50.058 INFO STEP 42 (ensure_file) COMPLETE
84172025-02-28T10:00:51.215Z[ recovery-image] Feb 28 10:00:50.059 INFO O| Feb 28 10:00:50.058 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84182025-02-28T10:00:51.245Z[ recovery-image] Feb 28 10:00:50.093 INFO O| Feb 28 10:00:50.093 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
84192025-02-28T10:00:51.248Z[ recovery-image] Feb 28 10:00:50.093 INFO O| Feb 28 10:00:50.093 INFO STEP 43 (ensure_dir) COMPLETE
84202025-02-28T10:00:51.248Z[ recovery-image] Feb 28 10:00:50.093 INFO O| Feb 28 10:00:50.093 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84212025-02-28T10:00:51.266Z[ recovery-image] Feb 28 10:00:50.114 INFO O| Feb 28 10:00:50.114 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84222025-02-28T10:00:51.266Z[ recovery-image] Feb 28 10:00:50.114 INFO O| Feb 28 10:00:50.114 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84232025-02-28T10:00:51.268Z[ recovery-image] Feb 28 10:00:50.114 INFO O| Feb 28 10:00:50.114 INFO STEP 44 (ensure_dir) COMPLETE
84242025-02-28T10:00:51.268Z[ recovery-image] Feb 28 10:00:50.114 INFO O| Feb 28 10:00:50.114 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84252025-02-28T10:00:51.301Z[ recovery-image] Feb 28 10:00:50.149 INFO O| Feb 28 10:00:50.149 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84262025-02-28T10:00:51.301Z[ recovery-image] Feb 28 10:00:50.149 INFO O| Feb 28 10:00:50.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84272025-02-28T10:00:51.301Z[ recovery-image] Feb 28 10:00:50.149 INFO O| Feb 28 10:00:50.149 INFO STEP 45 (ensure_dir) COMPLETE
84282025-02-28T10:00:51.304Z[ recovery-image] Feb 28 10:00:50.149 INFO O| Feb 28 10:00:50.149 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84292025-02-28T10:00:51.330Z[ recovery-image] Feb 28 10:00:50.178 INFO O| Feb 28 10:00:50.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84302025-02-28T10:00:51.330Z[ recovery-image] Feb 28 10:00:50.178 INFO O| Feb 28 10:00:50.177 INFO copying /tmp/.tmpmn8qfF/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84312025-02-28T10:00:51.431Z[ recovery-image] Feb 28 10:00:50.278 INFO O| Feb 28 10:00:50.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84322025-02-28T10:00:51.431Z[ recovery-image] Feb 28 10:00:50.278 INFO O| Feb 28 10:00:50.278 INFO ok!
84332025-02-28T10:00:51.433Z[ recovery-image] Feb 28 10:00:50.278 INFO O| Feb 28 10:00:50.278 INFO STEP 46 (ensure_file) COMPLETE
84342025-02-28T10:00:51.433Z[ recovery-image] Feb 28 10:00:50.278 INFO O| Feb 28 10:00:50.278 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84352025-02-28T10:00:51.456Z[ recovery-image] Feb 28 10:00:50.304 INFO O| Feb 28 10:00:50.304 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84362025-02-28T10:00:51.459Z[ recovery-image] Feb 28 10:00:50.304 INFO O| Feb 28 10:00:50.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84372025-02-28T10:00:51.459Z[ recovery-image] Feb 28 10:00:50.304 INFO O| Feb 28 10:00:50.304 INFO STEP 47 (ensure_dir) COMPLETE
84382025-02-28T10:00:51.459Z[ recovery-image] Feb 28 10:00:50.304 INFO O| Feb 28 10:00:50.304 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84392025-02-28T10:00:51.478Z[ recovery-image] Feb 28 10:00:50.326 INFO O| Feb 28 10:00:50.326 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84402025-02-28T10:00:51.478Z[ recovery-image] Feb 28 10:00:50.326 INFO O| Feb 28 10:00:50.326 INFO copying /tmp/.tmpmn8qfF/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84412025-02-28T10:00:51.481Z[ recovery-image] Feb 28 10:00:50.326 INFO O| Feb 28 10:00:50.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84422025-02-28T10:00:51.481Z[ recovery-image] Feb 28 10:00:50.326 INFO O| Feb 28 10:00:50.326 INFO ok!
84432025-02-28T10:00:51.481Z[ recovery-image] Feb 28 10:00:50.326 INFO O| Feb 28 10:00:50.326 INFO STEP 48 (ensure_file) COMPLETE
84442025-02-28T10:00:51.481Z[ recovery-image] Feb 28 10:00:50.326 INFO O| Feb 28 10:00:50.326 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84452025-02-28T10:00:51.499Z[ recovery-image] Feb 28 10:00:50.347 INFO O| Feb 28 10:00:50.347 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84462025-02-28T10:00:51.499Z[ recovery-image] Feb 28 10:00:50.347 INFO O| Feb 28 10:00:50.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84472025-02-28T10:00:51.502Z[ recovery-image] Feb 28 10:00:50.347 INFO O| Feb 28 10:00:50.347 INFO STEP 49 (ensure_dir) COMPLETE
84482025-02-28T10:00:51.503Z[ recovery-image] Feb 28 10:00:50.347 INFO O| Feb 28 10:00:50.347 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84492025-02-28T10:00:51.543Z[ recovery-image] Feb 28 10:00:50.391 INFO O| Feb 28 10:00:50.391 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84502025-02-28T10:00:51.543Z[ recovery-image] Feb 28 10:00:50.391 INFO O| Feb 28 10:00:50.391 INFO copying /tmp/.tmpmn8qfF/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84512025-02-28T10:00:53.536Z[ recovery-image] Feb 28 10:00:52.384 INFO O| Feb 28 10:00:52.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84522025-02-28T10:00:53.537Z[ recovery-image] Feb 28 10:00:52.384 INFO O| Feb 28 10:00:52.384 INFO ok!
84532025-02-28T10:00:53.539Z[ recovery-image] Feb 28 10:00:52.384 INFO O| Feb 28 10:00:52.384 INFO STEP 50 (ensure_file) COMPLETE
84542025-02-28T10:00:53.539Z[ recovery-image] Feb 28 10:00:52.384 INFO O| Feb 28 10:00:52.384 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84552025-02-28T10:00:53.557Z[ recovery-image] Feb 28 10:00:52.405 INFO O| Feb 28 10:00:52.404 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84562025-02-28T10:00:53.557Z[ recovery-image] Feb 28 10:00:52.405 INFO O| Feb 28 10:00:52.404 INFO copying /tmp/.tmpmn8qfF/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84572025-02-28T10:00:53.604Z[ recovery-image] Feb 28 10:00:52.451 INFO O| Feb 28 10:00:52.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84582025-02-28T10:00:53.604Z[ recovery-image] Feb 28 10:00:52.451 INFO O| Feb 28 10:00:52.451 INFO ok!
84592025-02-28T10:00:53.607Z[ recovery-image] Feb 28 10:00:52.451 INFO O| Feb 28 10:00:52.451 INFO STEP 51 (ensure_file) COMPLETE
84602025-02-28T10:00:53.607Z[ recovery-image] Feb 28 10:00:52.451 INFO O| Feb 28 10:00:52.451 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84612025-02-28T10:00:53.631Z[ recovery-image] Feb 28 10:00:52.478 INFO O| Feb 28 10:00:52.478 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84622025-02-28T10:00:53.634Z[ recovery-image] Feb 28 10:00:52.479 INFO O| Feb 28 10:00:52.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84632025-02-28T10:00:53.634Z[ recovery-image] Feb 28 10:00:52.479 INFO O| Feb 28 10:00:52.479 INFO STEP 52 (ensure_dir) COMPLETE
84642025-02-28T10:00:53.634Z[ recovery-image] Feb 28 10:00:52.479 INFO O| Feb 28 10:00:52.479 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84652025-02-28T10:00:53.678Z[ recovery-image] Feb 28 10:00:52.525 INFO O| Feb 28 10:00:52.525 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84662025-02-28T10:00:53.678Z[ recovery-image] Feb 28 10:00:52.526 INFO O| Feb 28 10:00:52.525 INFO copying /tmp/.tmpmn8qfF/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 ...
84672025-02-28T10:00:53.681Z[ recovery-image] Feb 28 10:00:52.526 INFO O| Feb 28 10:00:52.526 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
84682025-02-28T10:00:53.681Z[ recovery-image] Feb 28 10:00:52.526 INFO O| Feb 28 10:00:52.526 INFO ok!
84692025-02-28T10:00:53.681Z[ recovery-image] Feb 28 10:00:52.526 INFO O| Feb 28 10:00:52.526 INFO STEP 53 (ensure_file) COMPLETE
84702025-02-28T10:00:53.681Z[ recovery-image] Feb 28 10:00:52.526 INFO O| Feb 28 10:00:52.526 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84712025-02-28T10:00:53.701Z[ recovery-image] Feb 28 10:00:52.546 INFO O| Feb 28 10:00:52.546 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84722025-02-28T10:00:53.701Z[ recovery-image] Feb 28 10:00:52.546 INFO O| Feb 28 10:00:52.546 INFO copying /tmp/.tmpmn8qfF/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 ...
84732025-02-28T10:00:53.701Z[ recovery-image] Feb 28 10:00:52.547 INFO O| Feb 28 10:00:52.547 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
84742025-02-28T10:00:53.703Z[ recovery-image] Feb 28 10:00:52.547 INFO O| Feb 28 10:00:52.547 INFO ok!
84752025-02-28T10:00:53.703Z[ recovery-image] Feb 28 10:00:52.547 INFO O| Feb 28 10:00:52.547 INFO STEP 54 (ensure_file) COMPLETE
84762025-02-28T10:00:53.704Z[ recovery-image] Feb 28 10:00:52.547 INFO O| Feb 28 10:00:52.547 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84772025-02-28T10:00:53.720Z[ recovery-image] Feb 28 10:00:52.568 INFO O| Feb 28 10:00:52.567 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84782025-02-28T10:00:53.723Z[ recovery-image] Feb 28 10:00:52.568 INFO O| Feb 28 10:00:52.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84792025-02-28T10:00:53.723Z[ recovery-image] Feb 28 10:00:52.568 INFO O| Feb 28 10:00:52.568 INFO STEP 55 (ensure_dir) COMPLETE
84802025-02-28T10:00:53.723Z[ recovery-image] Feb 28 10:00:52.568 INFO O| Feb 28 10:00:52.568 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84812025-02-28T10:00:53.741Z[ recovery-image] Feb 28 10:00:52.588 INFO O| Feb 28 10:00:52.588 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84822025-02-28T10:00:53.741Z[ recovery-image] Feb 28 10:00:52.589 INFO O| Feb 28 10:00:52.589 INFO copying /tmp/.tmpmn8qfF/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 ...
84832025-02-28T10:00:53.744Z[ recovery-image] Feb 28 10:00:52.589 INFO O| Feb 28 10:00:52.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84842025-02-28T10:00:53.744Z[ recovery-image] Feb 28 10:00:52.589 INFO O| Feb 28 10:00:52.589 INFO ok!
84852025-02-28T10:00:53.744Z[ recovery-image] Feb 28 10:00:52.589 INFO O| Feb 28 10:00:52.589 INFO STEP 56 (ensure_file) COMPLETE
84862025-02-28T10:00:53.744Z[ recovery-image] Feb 28 10:00:52.589 INFO O| Feb 28 10:00:52.589 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84872025-02-28T10:00:53.786Z[ recovery-image] Feb 28 10:00:52.634 INFO O| Feb 28 10:00:52.634 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84882025-02-28T10:00:53.786Z[ recovery-image] Feb 28 10:00:52.634 INFO O| Feb 28 10:00:52.634 INFO copying /tmp/.tmpmn8qfF/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 ...
84892025-02-28T10:00:53.786Z[ recovery-image] Feb 28 10:00:52.634 INFO O| Feb 28 10:00:52.634 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
84902025-02-28T10:00:53.786Z[ recovery-image] Feb 28 10:00:52.634 INFO O| Feb 28 10:00:52.634 INFO ok!
84912025-02-28T10:00:53.789Z[ recovery-image] Feb 28 10:00:52.634 INFO O| Feb 28 10:00:52.634 INFO STEP 57 (ensure_file) COMPLETE
84922025-02-28T10:00:53.789Z[ recovery-image] Feb 28 10:00:52.634 INFO O| Feb 28 10:00:52.634 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84932025-02-28T10:00:53.808Z[ recovery-image] Feb 28 10:00:52.656 INFO O| Feb 28 10:00:52.656 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84942025-02-28T10:00:53.808Z[ recovery-image] Feb 28 10:00:52.656 INFO O| Feb 28 10:00:52.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84952025-02-28T10:00:53.811Z[ recovery-image] Feb 28 10:00:52.656 INFO O| Feb 28 10:00:52.656 INFO STEP 58 (ensure_dir) COMPLETE
84962025-02-28T10:00:53.811Z[ recovery-image] Feb 28 10:00:52.656 INFO O| Feb 28 10:00:52.656 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84972025-02-28T10:00:53.850Z[ recovery-image] Feb 28 10:00:52.698 INFO O| Feb 28 10:00:52.698 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84982025-02-28T10:00:53.850Z[ recovery-image] Feb 28 10:00:52.698 INFO O| Feb 28 10:00:52.698 INFO copying /tmp/.tmpmn8qfF/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 ...
84992025-02-28T10:00:53.853Z[ recovery-image] Feb 28 10:00:52.698 INFO O| Feb 28 10:00:52.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85002025-02-28T10:00:53.853Z[ recovery-image] Feb 28 10:00:52.698 INFO O| Feb 28 10:00:52.698 INFO ok!
85012025-02-28T10:00:53.853Z[ recovery-image] Feb 28 10:00:52.699 INFO O| Feb 28 10:00:52.698 INFO STEP 59 (ensure_file) COMPLETE
85022025-02-28T10:00:53.853Z[ recovery-image] Feb 28 10:00:52.699 INFO O| Feb 28 10:00:52.699 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85032025-02-28T10:00:53.872Z[ recovery-image] Feb 28 10:00:52.719 INFO O| Feb 28 10:00:52.719 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85042025-02-28T10:00:53.872Z[ recovery-image] Feb 28 10:00:52.720 INFO O| Feb 28 10:00:52.719 INFO copying /tmp/.tmpmn8qfF/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85052025-02-28T10:00:53.875Z[ recovery-image] Feb 28 10:00:52.720 INFO O| Feb 28 10:00:52.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85062025-02-28T10:00:53.875Z[ recovery-image] Feb 28 10:00:52.720 INFO O| Feb 28 10:00:52.720 INFO ok!
85072025-02-28T10:00:53.875Z[ recovery-image] Feb 28 10:00:52.720 INFO O| Feb 28 10:00:52.720 INFO STEP 60 (ensure_file) COMPLETE
85082025-02-28T10:00:53.875Z[ recovery-image] Feb 28 10:00:52.720 INFO O| Feb 28 10:00:52.720 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85092025-02-28T10:00:53.904Z[ recovery-image] Feb 28 10:00:52.752 INFO O| Feb 28 10:00:52.752 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
85102025-02-28T10:00:53.904Z[ recovery-image] Feb 28 10:00:52.752 INFO O| Feb 28 10:00:52.752 INFO STEP 61 (ensure_dir) COMPLETE
85112025-02-28T10:00:53.904Z[ recovery-image] Feb 28 10:00:52.752 INFO O| Feb 28 10:00:52.752 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85122025-02-28T10:00:53.924Z[ recovery-image] Feb 28 10:00:52.772 INFO O| Feb 28 10:00:52.772 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
85132025-02-28T10:00:53.924Z[ recovery-image] Feb 28 10:00:52.772 INFO O| Feb 28 10:00:52.772 INFO STEP 62 (ensure_dir) COMPLETE
85142025-02-28T10:00:53.925Z[ recovery-image] Feb 28 10:00:52.772 INFO O| Feb 28 10:00:52.772 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85152025-02-28T10:00:53.944Z[ recovery-image] Feb 28 10:00:52.791 INFO O| Feb 28 10:00:52.791 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
85162025-02-28T10:00:53.944Z[ recovery-image] Feb 28 10:00:52.791 INFO O| Feb 28 10:00:52.791 INFO STEP 63 (ensure_dir) COMPLETE
85172025-02-28T10:00:53.946Z[ recovery-image] Feb 28 10:00:52.791 INFO O| Feb 28 10:00:52.791 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85182025-02-28T10:00:53.977Z[ recovery-image] Feb 28 10:00:52.824 INFO O| Feb 28 10:00:52.824 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
85192025-02-28T10:00:53.977Z[ recovery-image] Feb 28 10:00:52.824 INFO O| Feb 28 10:00:52.824 INFO STEP 64 (ensure_dir) COMPLETE
85202025-02-28T10:00:53.981Z[ recovery-image] Feb 28 10:00:52.824 INFO O| Feb 28 10:00:52.824 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85212025-02-28T10:00:54.040Z[ recovery-image] Feb 28 10:00:52.887 INFO O| Feb 28 10:00:52.887 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85222025-02-28T10:00:54.040Z[ recovery-image] Feb 28 10:00:52.887 INFO O| Feb 28 10:00:52.887 INFO copying /tmp/.tmpmn8qfF/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85232025-02-28T10:00:54.043Z[ recovery-image] Feb 28 10:00:52.888 INFO O| Feb 28 10:00:52.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85242025-02-28T10:00:54.043Z[ recovery-image] Feb 28 10:00:52.888 INFO O| Feb 28 10:00:52.888 INFO ok!
85252025-02-28T10:00:54.043Z[ recovery-image] Feb 28 10:00:52.888 INFO O| Feb 28 10:00:52.888 INFO STEP 65 (ensure_file) COMPLETE
85262025-02-28T10:00:54.043Z[ recovery-image] Feb 28 10:00:52.888 INFO O| Feb 28 10:00:52.888 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85272025-02-28T10:00:54.088Z[ recovery-image] Feb 28 10:00:52.935 INFO O| Feb 28 10:00:52.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85282025-02-28T10:00:54.091Z[ recovery-image] Feb 28 10:00:52.936 INFO O| Feb 28 10:00:52.936 INFO STEP 66 (remove_files) COMPLETE
85292025-02-28T10:00:54.091Z[ recovery-image] Feb 28 10:00:52.936 INFO O| Feb 28 10:00:52.936 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85302025-02-28T10:00:54.142Z[ recovery-image] Feb 28 10:00:52.989 INFO O| Feb 28 10:00:52.989 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85312025-02-28T10:00:54.145Z[ recovery-image] Feb 28 10:00:52.989 INFO O| Feb 28 10:00:52.989 INFO STEP 67 (remove_files) COMPLETE
85322025-02-28T10:00:54.145Z[ recovery-image] Feb 28 10:00:52.989 INFO O| Feb 28 10:00:52.989 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85332025-02-28T10:00:54.164Z[ recovery-image] Feb 28 10:00:53.012 INFO O| Feb 28 10:00:53.012 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85342025-02-28T10:00:54.167Z[ recovery-image] Feb 28 10:00:53.013 INFO O| Feb 28 10:00:53.013 INFO STEP 68 (remove_files) COMPLETE
85352025-02-28T10:00:54.167Z[ recovery-image] Feb 28 10:00:53.013 INFO O| Feb 28 10:00:53.013 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85362025-02-28T10:00:54.188Z[ recovery-image] Feb 28 10:00:53.035 INFO O| Feb 28 10:00:53.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85372025-02-28T10:00:54.191Z[ recovery-image] Feb 28 10:00:53.036 INFO O| Feb 28 10:00:53.036 INFO STEP 69 (remove_files) COMPLETE
85382025-02-28T10:00:54.191Z[ recovery-image] Feb 28 10:00:53.036 INFO O| Feb 28 10:00:53.036 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85392025-02-28T10:00:54.232Z[ recovery-image] Feb 28 10:00:53.079 INFO O| Feb 28 10:00:53.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85402025-02-28T10:00:54.235Z[ recovery-image] Feb 28 10:00:53.079 INFO O| Feb 28 10:00:53.079 INFO STEP 70 (remove_files) COMPLETE
85412025-02-28T10:00:54.235Z[ recovery-image] Feb 28 10:00:53.079 INFO O| Feb 28 10:00:53.079 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85422025-02-28T10:00:54.269Z[ recovery-image] Feb 28 10:00:53.117 INFO O| Feb 28 10:00:53.117 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85432025-02-28T10:00:54.272Z[ recovery-image] Feb 28 10:00:53.117 INFO O| Feb 28 10:00:53.117 INFO STEP 71 (remove_files) COMPLETE
85442025-02-28T10:00:54.272Z[ recovery-image] Feb 28 10:00:53.117 INFO O| Feb 28 10:00:53.117 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85452025-02-28T10:00:54.290Z[ recovery-image] Feb 28 10:00:53.138 INFO O| Feb 28 10:00:53.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85462025-02-28T10:00:54.290Z[ recovery-image] Feb 28 10:00:53.138 INFO O| Feb 28 10:00:53.138 INFO STEP 72 (remove_files) COMPLETE
85472025-02-28T10:00:54.290Z[ recovery-image] Feb 28 10:00:53.138 INFO O| Feb 28 10:00:53.138 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85482025-02-28T10:00:54.329Z[ recovery-image] Feb 28 10:00:53.176 INFO O| Feb 28 10:00:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85492025-02-28T10:00:54.329Z[ recovery-image] Feb 28 10:00:53.176 INFO O| Feb 28 10:00:53.176 INFO STEP 73 (remove_files) COMPLETE
85502025-02-28T10:00:54.332Z[ recovery-image] Feb 28 10:00:53.176 INFO O| Feb 28 10:00:53.176 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85512025-02-28T10:00:54.396Z[ recovery-image] Feb 28 10:00:53.243 INFO O| Feb 28 10:00:53.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85522025-02-28T10:00:54.396Z[ recovery-image] Feb 28 10:00:53.243 INFO O| Feb 28 10:00:53.243 INFO STEP 74 (remove_files) COMPLETE
85532025-02-28T10:00:54.396Z[ recovery-image] Feb 28 10:00:53.243 INFO O| Feb 28 10:00:53.243 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85542025-02-28T10:00:54.419Z[ recovery-image] Feb 28 10:00:53.267 INFO O| Feb 28 10:00:53.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85552025-02-28T10:00:54.419Z[ recovery-image] Feb 28 10:00:53.267 INFO O| Feb 28 10:00:53.267 INFO STEP 75 (remove_files) COMPLETE
85562025-02-28T10:00:54.422Z[ recovery-image] Feb 28 10:00:53.267 INFO O| Feb 28 10:00:53.267 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85572025-02-28T10:00:54.442Z[ recovery-image] Feb 28 10:00:53.289 INFO O| Feb 28 10:00:53.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85582025-02-28T10:00:54.442Z[ recovery-image] Feb 28 10:00:53.289 INFO O| Feb 28 10:00:53.289 INFO STEP 76 (remove_files) COMPLETE
85592025-02-28T10:00:54.442Z[ recovery-image] Feb 28 10:00:53.289 INFO O| Feb 28 10:00:53.289 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85602025-02-28T10:00:54.475Z[ recovery-image] Feb 28 10:00:53.322 INFO O| Feb 28 10:00:53.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85612025-02-28T10:00:54.476Z[ recovery-image] Feb 28 10:00:53.322 INFO O| Feb 28 10:00:53.322 INFO STEP 77 (remove_files) COMPLETE
85622025-02-28T10:00:54.479Z[ recovery-image] Feb 28 10:00:53.322 INFO O| Feb 28 10:00:53.322 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85632025-02-28T10:00:54.499Z[ recovery-image] Feb 28 10:00:53.346 INFO O| Feb 28 10:00:53.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85642025-02-28T10:00:54.499Z[ recovery-image] Feb 28 10:00:53.346 INFO O| Feb 28 10:00:53.346 INFO STEP 78 (remove_files) COMPLETE
85652025-02-28T10:00:54.499Z[ recovery-image] Feb 28 10:00:53.346 INFO O| Feb 28 10:00:53.346 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85662025-02-28T10:00:54.540Z[ recovery-image] Feb 28 10:00:53.388 INFO O| Feb 28 10:00:53.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85672025-02-28T10:00:54.543Z[ recovery-image] Feb 28 10:00:53.388 INFO O| Feb 28 10:00:53.388 INFO STEP 79 (remove_files) COMPLETE
85682025-02-28T10:00:54.543Z[ recovery-image] Feb 28 10:00:53.388 INFO O| Feb 28 10:00:53.388 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85692025-02-28T10:00:54.564Z[ recovery-image] Feb 28 10:00:53.412 INFO O| Feb 28 10:00:53.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85702025-02-28T10:00:54.566Z[ recovery-image] Feb 28 10:00:53.412 INFO O| Feb 28 10:00:53.412 INFO STEP 80 (remove_files) COMPLETE
85712025-02-28T10:00:54.566Z[ recovery-image] Feb 28 10:00:53.412 INFO O| Feb 28 10:00:53.412 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85722025-02-28T10:00:54.605Z[ recovery-image] Feb 28 10:00:53.452 INFO O| Feb 28 10:00:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85732025-02-28T10:00:54.607Z[ recovery-image] Feb 28 10:00:53.453 INFO O| Feb 28 10:00:53.453 INFO STEP 81 (remove_files) COMPLETE
85742025-02-28T10:00:54.607Z[ recovery-image] Feb 28 10:00:53.453 INFO O| Feb 28 10:00:53.453 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85752025-02-28T10:00:54.627Z[ recovery-image] Feb 28 10:00:53.474 INFO O| Feb 28 10:00:53.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85762025-02-28T10:00:54.630Z[ recovery-image] Feb 28 10:00:53.474 INFO O| Feb 28 10:00:53.474 INFO STEP 82 (remove_files) COMPLETE
85772025-02-28T10:00:54.630Z[ recovery-image] Feb 28 10:00:53.475 INFO O| Feb 28 10:00:53.475 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85782025-02-28T10:00:54.649Z[ recovery-image] Feb 28 10:00:53.496 INFO O| Feb 28 10:00:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85792025-02-28T10:00:54.651Z[ recovery-image] Feb 28 10:00:53.497 INFO O| Feb 28 10:00:53.497 INFO STEP 83 (remove_files) COMPLETE
85802025-02-28T10:00:54.651Z[ recovery-image] Feb 28 10:00:53.497 INFO O| Feb 28 10:00:53.497 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85812025-02-28T10:00:54.695Z[ recovery-image] Feb 28 10:00:53.543 INFO O| Feb 28 10:00:53.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85822025-02-28T10:00:54.695Z[ recovery-image] Feb 28 10:00:53.543 INFO O| Feb 28 10:00:53.543 INFO STEP 84 (remove_files) COMPLETE
85832025-02-28T10:00:54.695Z[ recovery-image] Feb 28 10:00:53.543 INFO O| Feb 28 10:00:53.543 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85842025-02-28T10:00:54.732Z[ recovery-image] Feb 28 10:00:53.580 INFO O| Feb 28 10:00:53.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85852025-02-28T10:00:54.732Z[ recovery-image] Feb 28 10:00:53.580 INFO O| Feb 28 10:00:53.580 INFO STEP 85 (remove_files) COMPLETE
85862025-02-28T10:00:54.732Z[ recovery-image] Feb 28 10:00:53.580 INFO O| Feb 28 10:00:53.580 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85872025-02-28T10:00:54.756Z[ recovery-image] Feb 28 10:00:53.604 INFO O| Feb 28 10:00:53.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85882025-02-28T10:00:54.756Z[ recovery-image] Feb 28 10:00:53.604 INFO O| Feb 28 10:00:53.604 INFO STEP 86 (remove_files) COMPLETE
85892025-02-28T10:00:54.759Z[ recovery-image] Feb 28 10:00:53.604 INFO O| Feb 28 10:00:53.604 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85902025-02-28T10:00:54.793Z[ recovery-image] Feb 28 10:00:53.640 INFO O| Feb 28 10:00:53.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85912025-02-28T10:00:54.793Z[ recovery-image] Feb 28 10:00:53.641 INFO O| Feb 28 10:00:53.640 INFO STEP 87 (remove_files) COMPLETE
85922025-02-28T10:00:54.793Z[ recovery-image] Feb 28 10:00:53.641 INFO O| Feb 28 10:00:53.640 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932025-02-28T10:00:54.814Z[ recovery-image] Feb 28 10:00:53.662 INFO O| Feb 28 10:00:53.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85942025-02-28T10:00:54.814Z[ recovery-image] Feb 28 10:00:53.662 INFO O| Feb 28 10:00:53.662 INFO STEP 88 (remove_files) COMPLETE
85952025-02-28T10:00:54.814Z[ recovery-image] Feb 28 10:00:53.662 INFO O| Feb 28 10:00:53.662 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962025-02-28T10:00:54.871Z[ recovery-image] Feb 28 10:00:53.719 INFO O| Feb 28 10:00:53.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85972025-02-28T10:00:54.872Z[ recovery-image] Feb 28 10:00:53.719 INFO O| Feb 28 10:00:53.719 INFO STEP 89 (remove_files) COMPLETE
85982025-02-28T10:00:54.874Z[ recovery-image] Feb 28 10:00:53.720 INFO O| Feb 28 10:00:53.719 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992025-02-28T10:00:54.906Z[ recovery-image] Feb 28 10:00:53.753 INFO O| Feb 28 10:00:53.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86002025-02-28T10:00:54.906Z[ recovery-image] Feb 28 10:00:53.754 INFO O| Feb 28 10:00:53.754 INFO STEP 90 (remove_files) COMPLETE
86012025-02-28T10:00:54.908Z[ recovery-image] Feb 28 10:00:53.754 INFO O| Feb 28 10:00:53.754 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022025-02-28T10:00:54.928Z[ recovery-image] Feb 28 10:00:53.776 INFO O| Feb 28 10:00:53.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86032025-02-28T10:00:54.928Z[ recovery-image] Feb 28 10:00:53.776 INFO O| Feb 28 10:00:53.776 INFO STEP 91 (remove_files) COMPLETE
86042025-02-28T10:00:54.928Z[ recovery-image] Feb 28 10:00:53.776 INFO O| Feb 28 10:00:53.776 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052025-02-28T10:00:54.963Z[ recovery-image] Feb 28 10:00:53.810 INFO O| Feb 28 10:00:53.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86062025-02-28T10:00:54.963Z[ recovery-image] Feb 28 10:00:53.810 INFO O| Feb 28 10:00:53.810 INFO STEP 92 (remove_files) COMPLETE
86072025-02-28T10:00:54.963Z[ recovery-image] Feb 28 10:00:53.811 INFO O| Feb 28 10:00:53.810 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082025-02-28T10:00:54.986Z[ recovery-image] Feb 28 10:00:53.833 INFO O| Feb 28 10:00:53.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86092025-02-28T10:00:54.986Z[ recovery-image] Feb 28 10:00:53.833 INFO O| Feb 28 10:00:53.833 INFO STEP 93 (remove_files) COMPLETE
86102025-02-28T10:00:54.986Z[ recovery-image] Feb 28 10:00:53.833 INFO O| Feb 28 10:00:53.833 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112025-02-28T10:00:55.008Z[ recovery-image] Feb 28 10:00:53.856 INFO O| Feb 28 10:00:53.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86122025-02-28T10:00:55.008Z[ recovery-image] Feb 28 10:00:53.856 INFO O| Feb 28 10:00:53.856 INFO STEP 94 (remove_files) COMPLETE
86132025-02-28T10:00:55.008Z[ recovery-image] Feb 28 10:00:53.856 INFO O| Feb 28 10:00:53.856 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
86142025-02-28T10:00:55.041Z[ recovery-image] Feb 28 10:00:53.888 INFO O| Feb 28 10:00:53.888 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
86152025-02-28T10:00:55.044Z[ recovery-image] Feb 28 10:00:53.889 INFO O| Feb 28 10:00:53.889 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
86162025-02-28T10:01:06.419Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
86172025-02-28T10:01:08.036Z[ recovery-image] Feb 28 10:01:06.882 INFO O| Feb 28 10:01:06.882 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
86182025-02-28T10:01:08.036Z[ recovery-image] Feb 28 10:01:06.882 INFO O| Feb 28 10:01:06.882 INFO E| svccfg: Loaded 67 smf(7) service descriptions
86192025-02-28T10:01:08.069Z[ recovery-image] Feb 28 10:01:06.916 INFO O| Feb 28 10:01:06.916 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
86202025-02-28T10:01:08.339Z[ recovery-image] Feb 28 10:01:07.184 INFO O| Feb 28 10:01:07.184 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86212025-02-28T10:01:08.511Z[ recovery-image] Feb 28 10:01:07.356 INFO O| Feb 28 10:01:07.356 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
86222025-02-28T10:01:08.683Z[ recovery-image] Feb 28 10:01:07.530 INFO O| Feb 28 10:01:07.528 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86232025-02-28T10:01:08.686Z[ recovery-image] Feb 28 10:01:07.530 INFO O| Feb 28 10:01:07.528 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 ...
86242025-02-28T10:01:08.686Z[ recovery-image] Feb 28 10:01:07.531 INFO O| Feb 28 10:01:07.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86252025-02-28T10:01:08.687Z[ recovery-image] Feb 28 10:01:07.531 INFO O| Feb 28 10:01:07.531 INFO ok!
86262025-02-28T10:01:08.687Z[ recovery-image] Feb 28 10:01:07.531 INFO O| Feb 28 10:01:07.531 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86272025-02-28T10:01:08.687Z[ recovery-image] Feb 28 10:01:07.531 INFO O| Feb 28 10:01:07.531 INFO STEP 95 (seed_smf) COMPLETE
86282025-02-28T10:01:08.687Z[ recovery-image] Feb 28 10:01:07.531 INFO O| Feb 28 10:01:07.531 INFO steps complete; finalising image!
86292025-02-28T10:01:08.687Z[ recovery-image] Feb 28 10:01:07.531 INFO O| Feb 28 10:01:07.531 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86302025-02-28T10:01:08.759Z[ recovery-image] Feb 28 10:01:07.606 INFO O| Feb 28 10:01:07.606 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Feb 28 10:01:07 2025)
86312025-02-28T10:01:08.971Z[ recovery-image] Feb 28 10:01:07.818 INFO O| Feb 28 10:01:07.818 INFO trim TEMPORARY-gimlet-zfs-recovery: (46% trimmed, started at Fri Feb 28 10:01:07 2025)
86322025-02-28T10:01:09.186Z[ recovery-image] Feb 28 10:01:08.033 INFO O| Feb 28 10:01:08.033 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Feb 28 10:01:07 2025)
86332025-02-28T10:01:09.424Z[ recovery-image] Feb 28 10:01:08.271 INFO O| Feb 28 10:01:08.271 INFO temporary pool has 379M used, 1.38G avail, 1.00x compressratio
86342025-02-28T10:01:09.424Z[ recovery-image] Feb 28 10:01:08.271 INFO O| Feb 28 10:01:08.271 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86352025-02-28T10:01:10.158Z[ recovery-image] Feb 28 10:01:09.001 INFO O| Feb 28 10:01:09.001 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
86362025-02-28T10:01:10.158Z[ recovery-image] Feb 28 10:01:09.002 INFO O| Feb 28 10:01:09.002 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86372025-02-28T10:01:14.777Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86382025-02-28T10:01:15.840Z[ recovery-image] Feb 28 10:01:14.687 INFO O| Feb 28 10:01:14.686 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86392025-02-28T10:01:15.840Z[ recovery-image] Feb 28 10:01:14.687 INFO O| Feb 28 10:01:14.687 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86402025-02-28T10:01:15.844Z[ recovery-image] Feb 28 10:01:14.687 INFO O| Feb 28 10:01:14.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86412025-02-28T10:01:15.844Z[ recovery-image] Feb 28 10:01:14.687 INFO O| Feb 28 10:01:14.687 INFO completed processing gimlet/zfs-recovery
86422025-02-28T10:01:15.844Z[ recovery-image] Feb 28 10:01:14.687 INFO O| Feb 28 10:01:14.687 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86432025-02-28T10:01:16.528Z[ recovery-image] Feb 28 10:01:15.375 INFO O| Feb 28 10:01:15.375 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86442025-02-28T10:01:16.644Z[ recovery-image] Feb 28 10:01:15.491 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86452025-02-28T10:01:16.645Z[ recovery-image] Feb 28 10:01:15.491 INFO expanded image name: "recovery 9a67a23/${os_short_commit} 2025-02-28 09:28" -> "recovery 9a67a23/9fcb5ef 2025-02-28 09:28"
86462025-02-28T10:01:16.658Z[ recovery-image] Feb 28 10:01:15.491 INFO output artefacts stored in: "/work/os-recovery"
86472025-02-28T10:01:16.658Z[ recovery-image] Feb 28 10:01:15.491 INFO collecting git info from project "amd-firmware"...
86482025-02-28T10:01:17.359Z[ recovery-image] Feb 28 10:01:16.206 INFO collecting git info from project "amd-host-image-builder"...
86492025-02-28T10:01:17.486Z[ recovery-image] Feb 28 10:01:16.334 INFO collecting git info from project "bootserver"...
86502025-02-28T10:01:17.497Z[ recovery-image] Feb 28 10:01:16.345 INFO collecting git info from project "pilot"...
86512025-02-28T10:01:17.522Z[ recovery-image] Feb 28 10:01:16.369 INFO collecting git info from project "phbl"...
86522025-02-28T10:01:17.534Z[ recovery-image] Feb 28 10:01:16.381 INFO collecting git info from project "chelsio-t6-roms"...
86532025-02-28T10:01:17.567Z[ recovery-image] Feb 28 10:01:16.411 INFO collecting git info from project "pinprick"...
86542025-02-28T10:01:17.582Z[ recovery-image] Feb 28 10:01:16.429 INFO collecting git info from project "image-builder"...
86552025-02-28T10:01:17.619Z[ recovery-image] Feb 28 10:01:16.466 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86562025-02-28T10:01:18.439Z[ recovery-image] Feb 28 10:01:17.286 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86572025-02-28T10:01:19.183Z[ recovery-image] Feb 28 10:01:18.030 INFO creating Oxide boot image...
86582025-02-28T10:01:19.184Z[ recovery-image] Feb 28 10:01:18.030 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9a67a23/9fcb5ef 2025-02-28 09:28", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86592025-02-28T10:01:32.370Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
86602025-02-28T10:01:33.006Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86612025-02-28T10:01:33.605Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86622025-02-28T10:01:34.303Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86632025-02-28T10:01:34.802Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86642025-02-28T10:01:35.332Z[verify-libraries] Compiling sync-ptr v0.1.1
86652025-02-28T10:01:35.702Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86662025-02-28T10:01:37.134Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86672025-02-28T10:01:39.711Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86682025-02-28T10:01:53.250Z[ host-image] Feb 28 10:01:52.096 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
86692025-02-28T10:01:53.250Z[ host-image] Feb 28 10:01:52.096 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
86702025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.097 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86712025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.097 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86722025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.097 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86732025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.097 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86742025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.099 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86752025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.099 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86762025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.099 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86772025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.099 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86782025-02-28T10:01:53.253Z[ host-image] Feb 28 10:01:52.099 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
86792025-02-28T10:01:53.256Z[ host-image] Feb 28 10:01:52.102 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
86802025-02-28T10:01:53.258Z[ host-image] Feb 28 10:01:52.103 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
86812025-02-28T10:01:53.258Z[ host-image] Feb 28 10:01:52.104 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
86822025-02-28T10:01:53.258Z[ host-image] Feb 28 10:01:52.104 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86832025-02-28T10:01:53.258Z[ host-image] Feb 28 10:01:52.105 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
86842025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.106 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
86852025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.106 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
86862025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.106 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
86872025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.107 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
86882025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.107 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86892025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.107 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
86902025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.107 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86912025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.108 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
86922025-02-28T10:01:53.262Z[ host-image] Feb 28 10:01:52.108 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
86932025-02-28T10:01:53.265Z[ host-image] Feb 28 10:01:52.108 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
86942025-02-28T10:01:53.265Z[ host-image] Feb 28 10:01:52.109 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
86952025-02-28T10:01:53.265Z[ host-image] Feb 28 10:01:52.109 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
86962025-02-28T10:01:53.265Z[ host-image] Feb 28 10:01:52.109 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
86972025-02-28T10:01:53.265Z[ host-image] Feb 28 10:01:52.109 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
86982025-02-28T10:01:53.265Z[ host-image] Feb 28 10:01:52.109 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
86992025-02-28T10:01:53.265Z[ host-image] Feb 28 10:01:52.109 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
87002025-02-28T10:01:53.266Z[ host-image] Feb 28 10:01:52.109 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
87012025-02-28T10:01:53.266Z[ host-image] Feb 28 10:01:52.110 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
87022025-02-28T10:01:53.266Z[ host-image] Feb 28 10:01:52.111 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
87032025-02-28T10:01:53.266Z[ host-image] Feb 28 10:01:52.112 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
87042025-02-28T10:01:53.280Z[ host-image] Feb 28 10:01:52.127 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
87052025-02-28T10:01:53.280Z[ host-image] Feb 28 10:01:52.127 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
87062025-02-28T10:01:53.283Z[ host-image] Feb 28 10:01:52.127 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
87072025-02-28T10:01:53.283Z[ host-image] Feb 28 10:01:52.127 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
87082025-02-28T10:01:53.283Z[ host-image] Feb 28 10:01:52.128 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
87092025-02-28T10:01:53.283Z[ host-image] Feb 28 10:01:52.129 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
87102025-02-28T10:01:53.283Z[ host-image] Feb 28 10:01:52.129 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
87112025-02-28T10:01:53.283Z[ host-image] Feb 28 10:01:52.129 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
87122025-02-28T10:01:53.286Z[ host-image] Feb 28 10:01:52.131 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
87132025-02-28T10:01:53.286Z[ host-image] Feb 28 10:01:52.131 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
87142025-02-28T10:01:53.304Z[ host-image] Feb 28 10:01:52.151 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
87152025-02-28T10:01:53.307Z[ host-image] Feb 28 10:01:52.151 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
87162025-02-28T10:01:53.307Z[ host-image] Feb 28 10:01:52.151 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
87172025-02-28T10:01:53.307Z[ host-image] Feb 28 10:01:52.152 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
87182025-02-28T10:01:53.307Z[ host-image] Feb 28 10:01:52.153 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
87192025-02-28T10:01:53.307Z[ host-image] Feb 28 10:01:52.153 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
87202025-02-28T10:01:53.365Z[ host-image] Feb 28 10:01:52.211 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
87212025-02-28T10:01:53.367Z[ host-image] Feb 28 10:01:52.212 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
87222025-02-28T10:01:53.367Z[ host-image] Feb 28 10:01:52.212 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
87232025-02-28T10:01:53.367Z[ host-image] Feb 28 10:01:52.214 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
87242025-02-28T10:01:53.367Z[ host-image] Feb 28 10:01:52.214 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
87252025-02-28T10:01:53.367Z[ host-image] Feb 28 10:01:52.214 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87262025-02-28T10:01:53.367Z[ host-image] Feb 28 10:01:52.214 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
87272025-02-28T10:01:53.370Z[ host-image] Feb 28 10:01:52.215 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
87282025-02-28T10:01:53.370Z[ host-image] Feb 28 10:01:52.215 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
87292025-02-28T10:01:53.370Z[ host-image] Feb 28 10:01:52.215 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
87302025-02-28T10:01:53.370Z[ host-image] Feb 28 10:01:52.215 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
87312025-02-28T10:01:53.370Z[ host-image] Feb 28 10:01:52.215 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87322025-02-28T10:01:53.375Z[ host-image] Feb 28 10:01:52.222 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87332025-02-28T10:01:53.375Z[ host-image] Feb 28 10:01:52.222 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87342025-02-28T10:01:53.378Z[ host-image] Feb 28 10:01:52.222 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87352025-02-28T10:01:53.390Z[ host-image] Feb 28 10:01:52.236 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
87362025-02-28T10:01:53.390Z[ host-image] Feb 28 10:01:52.236 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87372025-02-28T10:01:53.426Z[ host-image] Feb 28 10:01:52.273 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87382025-02-28T10:01:53.431Z[ host-image] Feb 28 10:01:52.273 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
87392025-02-28T10:01:53.431Z[ host-image] Feb 28 10:01:52.277 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
87402025-02-28T10:01:53.431Z[ host-image] Feb 28 10:01:52.277 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
87412025-02-28T10:01:53.431Z[ host-image] Feb 28 10:01:52.278 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87422025-02-28T10:01:53.434Z[ host-image] Feb 28 10:01:52.279 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
87432025-02-28T10:01:53.434Z[ host-image] Feb 28 10:01:52.279 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
87442025-02-28T10:01:53.434Z[ host-image] Feb 28 10:01:52.280 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
87452025-02-28T10:01:53.434Z[ host-image] Feb 28 10:01:52.280 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
87462025-02-28T10:01:53.439Z[ host-image] Feb 28 10:01:52.286 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87472025-02-28T10:01:53.441Z[ host-image] Feb 28 10:01:52.286 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
87482025-02-28T10:01:53.442Z[ host-image] Feb 28 10:01:52.288 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
87492025-02-28T10:01:53.442Z[ host-image] Feb 28 10:01:52.288 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87502025-02-28T10:01:53.442Z[ host-image] Feb 28 10:01:52.288 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
87512025-02-28T10:01:53.445Z[ host-image] Feb 28 10:01:52.288 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
87522025-02-28T10:01:53.445Z[ host-image] Feb 28 10:01:52.289 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
87532025-02-28T10:01:53.445Z[ host-image] Feb 28 10:01:52.289 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
87542025-02-28T10:01:53.456Z[ host-image] Feb 28 10:01:52.302 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
87552025-02-28T10:01:53.456Z[ host-image] Feb 28 10:01:52.302 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87562025-02-28T10:01:53.459Z[ host-image] Feb 28 10:01:52.306 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
87572025-02-28T10:01:53.461Z[ host-image] Feb 28 10:01:52.308 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
87582025-02-28T10:01:53.461Z[ host-image] Feb 28 10:01:52.308 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
87592025-02-28T10:01:53.464Z[ host-image] Feb 28 10:01:52.309 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
87602025-02-28T10:01:53.464Z[ host-image] Feb 28 10:01:52.309 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
87612025-02-28T10:01:53.465Z[ host-image] Feb 28 10:01:52.310 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
87622025-02-28T10:01:53.480Z[ host-image] Feb 28 10:01:52.326 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
87632025-02-28T10:01:53.480Z[ host-image] Feb 28 10:01:52.326 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
87642025-02-28T10:01:53.482Z[ host-image] Feb 28 10:01:52.327 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
87652025-02-28T10:01:53.482Z[ host-image] Feb 28 10:01:52.329 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
87662025-02-28T10:01:53.482Z[ host-image] Feb 28 10:01:52.329 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
87672025-02-28T10:01:53.517Z[ host-image] Feb 28 10:01:52.364 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
87682025-02-28T10:01:53.520Z[ host-image] Feb 28 10:01:52.364 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
87692025-02-28T10:01:53.520Z[ host-image] Feb 28 10:01:52.365 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
87702025-02-28T10:01:53.520Z[ host-image] Feb 28 10:01:52.365 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87712025-02-28T10:01:53.521Z[ host-image] Feb 28 10:01:52.366 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87722025-02-28T10:01:53.565Z[ host-image] Feb 28 10:01:52.411 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
87732025-02-28T10:01:53.567Z[ host-image] Feb 28 10:01:52.412 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87742025-02-28T10:01:53.567Z[ host-image] Feb 28 10:01:52.412 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
87752025-02-28T10:01:53.567Z[ host-image] Feb 28 10:01:52.412 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
87762025-02-28T10:01:53.568Z[ host-image] Feb 28 10:01:52.414 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
87772025-02-28T10:01:53.568Z[ host-image] Feb 28 10:01:52.414 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87782025-02-28T10:01:53.570Z[ host-image] Feb 28 10:01:52.415 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87792025-02-28T10:01:53.570Z[ host-image] Feb 28 10:01:52.416 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
87802025-02-28T10:01:53.570Z[ host-image] Feb 28 10:01:52.416 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
87812025-02-28T10:01:53.570Z[ host-image] Feb 28 10:01:52.416 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
87822025-02-28T10:01:53.570Z[ host-image] Feb 28 10:01:52.417 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
87832025-02-28T10:01:53.573Z[ host-image] Feb 28 10:01:52.417 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
87842025-02-28T10:01:53.573Z[ host-image] Feb 28 10:01:52.418 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
87852025-02-28T10:01:53.575Z[ host-image] Feb 28 10:01:52.422 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87862025-02-28T10:01:53.578Z[ host-image] Feb 28 10:01:52.423 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
87872025-02-28T10:01:53.580Z[ host-image] Feb 28 10:01:52.425 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
87882025-02-28T10:01:53.580Z[ host-image] Feb 28 10:01:52.425 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
87892025-02-28T10:01:53.580Z[ host-image] Feb 28 10:01:52.426 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
87902025-02-28T10:01:53.580Z[ host-image] Feb 28 10:01:52.426 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
87912025-02-28T10:01:53.580Z[ host-image] Feb 28 10:01:52.427 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
87922025-02-28T10:01:53.580Z[ host-image] Feb 28 10:01:52.427 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87932025-02-28T10:01:53.580Z[ host-image] Feb 28 10:01:52.427 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87942025-02-28T10:01:53.584Z[ host-image] Feb 28 10:01:52.428 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
87952025-02-28T10:01:53.584Z[ host-image] Feb 28 10:01:52.428 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
87962025-02-28T10:01:53.584Z[ host-image] Feb 28 10:01:52.428 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87972025-02-28T10:01:53.584Z[ host-image] Feb 28 10:01:52.428 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87982025-02-28T10:01:53.584Z[ host-image] Feb 28 10:01:52.428 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87992025-02-28T10:01:53.584Z[ host-image] Feb 28 10:01:52.429 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
88002025-02-28T10:01:53.584Z[ host-image] Feb 28 10:01:52.429 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
88012025-02-28T10:01:53.584Z[ host-image] Feb 28 10:01:52.430 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
88022025-02-28T10:01:53.587Z[ host-image] Feb 28 10:01:52.432 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
88032025-02-28T10:01:53.587Z[ host-image] Feb 28 10:01:52.433 INFO O| tempdir @ "/tmp/.tmpVhDWg5/tmp"
88042025-02-28T10:01:53.587Z[ host-image] Feb 28 10:01:52.433 INFO O| image root @ "/tmp/.tmpVhDWg5/tmp/root"
88052025-02-28T10:01:53.587Z[ host-image] Feb 28 10:01:52.433 INFO O| creating image...
88062025-02-28T10:01:54.888Z[ host-image] Feb 28 10:01:53.734 INFO O| copying publishers...
88072025-02-28T10:02:05.369Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
88082025-02-28T10:02:12.242Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88092025-02-28T10:02:13.318Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88102025-02-28T10:02:19.612Z[ host-image] Feb 28 10:02:18.458 INFO O| adding properties...
88112025-02-28T10:02:21.865Z[ host-image] Feb 28 10:02:20.710 INFO O| installing packages...
88122025-02-28T10:02:25.739Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88132025-02-28T10:02:32.106Z[ recovery-image] Feb 28 10:02:30.951 INFO O| ok, image written!
88142025-02-28T10:02:32.106Z[ recovery-image] Feb 28 10:02:30.951 INFO O| ok, boot_image_csum file written!
88152025-02-28T10:02:32.115Z[ recovery-image] Feb 28 10:02:30.961 INFO creating boot archive (CPIO)...
88162025-02-28T10:02:32.115Z[ recovery-image] Feb 28 10:02:30.961 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
88172025-02-28T10:02:32.130Z[ recovery-image] Feb 28 10:02:30.976 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
88182025-02-28T10:02:32.130Z[ recovery-image] Feb 28 10:02:30.976 INFO E| + outfile=/work/os-recovery/cpio
88192025-02-28T10:02:32.133Z[ recovery-image] Feb 28 10:02:30.976 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
88202025-02-28T10:02:32.136Z[ recovery-image] Feb 28 10:02:30.980 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
88212025-02-28T10:02:32.136Z[ recovery-image] Feb 28 10:02:30.980 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88222025-02-28T10:02:32.207Z[ recovery-image] Feb 28 10:02:31.053 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88232025-02-28T10:02:32.207Z[ recovery-image] Feb 28 10:02:31.053 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88242025-02-28T10:02:32.221Z[ recovery-image] Feb 28 10:02:31.067 INFO creating compressed cpio/unix for nanobl-rs...
88252025-02-28T10:02:32.221Z[ recovery-image] Feb 28 10:02:31.067 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
88262025-02-28T10:02:33.000Z[ recovery-image] Feb 28 10:02:31.846 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88272025-02-28T10:02:42.477Z[ recovery-image] Feb 28 10:02:41.323 INFO creating reset image...
88282025-02-28T10:02:42.477Z[ recovery-image] Feb 28 10:02:41.323 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
88292025-02-28T10:02:42.978Z[ recovery-image] Feb 28 10:02:41.824 INFO E| Updating crates.io index
88302025-02-28T10:02:43.294Z[ recovery-image] Feb 28 10:02:42.139 INFO E| Downloading crates ...
88312025-02-28T10:02:43.362Z[ recovery-image] Feb 28 10:02:42.208 INFO E| Downloaded anstyle-parse v0.2.5
88322025-02-28T10:02:43.369Z[ recovery-image] Feb 28 10:02:42.215 INFO E| Downloaded duct v0.13.7
88332025-02-28T10:02:43.372Z[ recovery-image] Feb 28 10:02:42.218 INFO E| Downloaded clap_lex v0.7.2
88342025-02-28T10:02:43.375Z[ recovery-image] Feb 28 10:02:42.220 INFO E| Downloaded anstyle v1.0.8
88352025-02-28T10:02:43.377Z[ recovery-image] Feb 28 10:02:42.223 INFO E| Downloaded anstream v0.6.15
88362025-02-28T10:02:43.381Z[ recovery-image] Feb 28 10:02:42.227 INFO E| Downloaded clap_derive v4.5.13
88372025-02-28T10:02:43.384Z[ recovery-image] Feb 28 10:02:42.230 INFO E| Downloaded utf8parse v0.2.2
88382025-02-28T10:02:43.387Z[ recovery-image] Feb 28 10:02:42.232 INFO E| Downloaded shared_child v1.0.1
88392025-02-28T10:02:43.400Z[ recovery-image] Feb 28 10:02:42.234 INFO E| Downloaded strsim v0.11.1
88402025-02-28T10:02:43.401Z[ recovery-image] Feb 28 10:02:42.235 INFO E| Downloaded anstyle-query v1.1.1
88412025-02-28T10:02:43.401Z[ recovery-image] Feb 28 10:02:42.238 INFO E| Downloaded once_cell v1.19.0
88422025-02-28T10:02:43.401Z[ recovery-image] Feb 28 10:02:42.241 INFO E| Downloaded quote v1.0.37
88432025-02-28T10:02:43.401Z[ recovery-image] Feb 28 10:02:42.245 INFO E| Downloaded unicode-ident v1.0.13
88442025-02-28T10:02:43.403Z[ recovery-image] Feb 28 10:02:42.249 INFO E| Downloaded proc-macro2 v1.0.86
88452025-02-28T10:02:43.435Z[ recovery-image] Feb 28 10:02:42.281 INFO E| Downloaded clap v4.5.17
88462025-02-28T10:02:43.451Z[ recovery-image] Feb 28 10:02:42.297 INFO E| Downloaded colorchoice v1.0.2
88472025-02-28T10:02:43.454Z[ recovery-image] Feb 28 10:02:42.299 INFO E| Downloaded os_pipe v1.2.1
88482025-02-28T10:02:43.456Z[ recovery-image] Feb 28 10:02:42.301 INFO E| Downloaded is_terminal_polyfill v1.70.1
88492025-02-28T10:02:43.459Z[ recovery-image] Feb 28 10:02:42.303 INFO E| Downloaded heck v0.5.0
88502025-02-28T10:02:43.491Z[ recovery-image] Feb 28 10:02:42.337 INFO E| Downloaded clap_builder v4.5.17
88512025-02-28T10:02:43.502Z[ recovery-image] Feb 28 10:02:42.348 INFO E| Downloaded syn v2.0.77
88522025-02-28T10:02:43.575Z[ recovery-image] Feb 28 10:02:42.421 INFO E| Downloaded libc v0.2.158
88532025-02-28T10:02:43.801Z[ recovery-image] Feb 28 10:02:42.647 INFO E| Compiling proc-macro2 v1.0.86
88542025-02-28T10:02:43.804Z[ recovery-image] Feb 28 10:02:42.647 INFO E| Compiling unicode-ident v1.0.13
88552025-02-28T10:02:43.804Z[ recovery-image] Feb 28 10:02:42.647 INFO E| Compiling libc v0.2.158
88562025-02-28T10:02:43.804Z[ recovery-image] Feb 28 10:02:42.647 INFO E| Compiling utf8parse v0.2.2
88572025-02-28T10:02:43.804Z[ recovery-image] Feb 28 10:02:42.647 INFO E| Compiling anstyle-query v1.1.1
88582025-02-28T10:02:43.804Z[ recovery-image] Feb 28 10:02:42.647 INFO E| Compiling is_terminal_polyfill v1.70.1
88592025-02-28T10:02:43.804Z[ recovery-image] Feb 28 10:02:42.647 INFO E| Compiling anstyle v1.0.8
88602025-02-28T10:02:43.804Z[ recovery-image] Feb 28 10:02:42.647 INFO E| Compiling colorchoice v1.0.2
88612025-02-28T10:02:44.563Z[ recovery-image] Feb 28 10:02:43.409 INFO E| Compiling anstyle-parse v0.2.5
88622025-02-28T10:02:44.781Z[ recovery-image] Feb 28 10:02:43.626 INFO E| Compiling strsim v0.11.1
88632025-02-28T10:02:44.838Z[ recovery-image] Feb 28 10:02:43.683 INFO E| Compiling heck v0.5.0
88642025-02-28T10:02:44.969Z[ recovery-image] Feb 28 10:02:43.815 INFO E| Compiling clap_lex v0.7.2
88652025-02-28T10:02:44.980Z[ recovery-image] Feb 28 10:02:43.826 INFO E| Compiling once_cell v1.19.0
88662025-02-28T10:02:45.207Z[ recovery-image] Feb 28 10:02:44.052 INFO E| Compiling anstream v0.6.15
88672025-02-28T10:02:45.877Z[ recovery-image] Feb 28 10:02:44.723 INFO E| Compiling clap_builder v4.5.17
88682025-02-28T10:02:46.665Z[ recovery-image] Feb 28 10:02:45.510 INFO E| Compiling quote v1.0.37
88692025-02-28T10:02:47.188Z[ recovery-image] Feb 28 10:02:46.034 INFO E| Compiling syn v2.0.77
88702025-02-28T10:02:47.193Z[ recovery-image] Feb 28 10:02:46.038 INFO E| Compiling os_pipe v1.2.1
88712025-02-28T10:02:47.243Z[ recovery-image] Feb 28 10:02:46.089 INFO E| Compiling shared_child v1.0.1
88722025-02-28T10:02:47.563Z[ recovery-image] Feb 28 10:02:46.408 INFO E| Compiling duct v0.13.7
88732025-02-28T10:02:54.230Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88742025-02-28T10:02:56.332Z[ recovery-image] Feb 28 10:02:55.178 INFO E| Compiling clap_derive v4.5.13
88752025-02-28T10:02:58.062Z[ host-image] Feb 28 10:02:56.908 INFO O| seeding SMF database...
88762025-02-28T10:03:00.600Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
88772025-02-28T10:03:00.991Z[ recovery-image] Feb 28 10:02:59.837 INFO E| Compiling clap v4.5.17
88782025-02-28T10:03:01.074Z[ recovery-image] Feb 28 10:02:59.920 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88792025-02-28T10:03:03.534Z[ recovery-image] Feb 28 10:03:02.379 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s
88802025-02-28T10:03:03.557Z[ recovery-image] Feb 28 10:03:02.403 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88812025-02-28T10:03:03.892Z[ recovery-image] Feb 28 10:03:02.737 INFO E| Updating crates.io index
88822025-02-28T10:03:04.183Z[ recovery-image] Feb 28 10:03:03.028 INFO E| Downloading crates ...
88832025-02-28T10:03:04.322Z[ recovery-image] Feb 28 10:03:03.167 INFO E| Downloaded adler2 v2.0.0
88842025-02-28T10:03:04.329Z[ recovery-image] Feb 28 10:03:03.174 INFO E| Downloaded bit_field v0.10.2
88852025-02-28T10:03:04.332Z[ recovery-image] Feb 28 10:03:03.177 INFO E| Downloaded proc-macro2 v1.0.89
88862025-02-28T10:03:04.335Z[ recovery-image] Feb 28 10:03:03.181 INFO E| Downloaded bitstruct_derive v0.1.0
88872025-02-28T10:03:04.338Z[ recovery-image] Feb 28 10:03:03.184 INFO E| Downloaded scroll_derive v0.12.0
88882025-02-28T10:03:04.341Z[ recovery-image] Feb 28 10:03:03.185 INFO E| Downloaded miniz_oxide v0.8.0
88892025-02-28T10:03:04.344Z[ recovery-image] Feb 28 10:03:03.189 INFO E| Downloaded bitstruct v0.1.1
88902025-02-28T10:03:04.346Z[ recovery-image] Feb 28 10:03:03.191 INFO E| Downloaded seq-macro v0.3.5
88912025-02-28T10:03:04.349Z[ recovery-image] Feb 28 10:03:03.194 INFO E| Downloaded scroll v0.12.0
88922025-02-28T10:03:04.352Z[ recovery-image] Feb 28 10:03:03.196 INFO E| Downloaded cpio_reader v0.1.1
88932025-02-28T10:03:04.371Z[ recovery-image] Feb 28 10:03:03.216 INFO E| Downloaded raw-cpuid v10.7.0
88942025-02-28T10:03:04.388Z[ recovery-image] Feb 28 10:03:03.233 INFO E| Downloaded goblin v0.8.2
88952025-02-28T10:03:04.398Z[ recovery-image] Feb 28 10:03:03.243 INFO E| Downloaded syn v2.0.85
88962025-02-28T10:03:04.617Z[ recovery-image] Feb 28 10:03:03.462 INFO E| Downloaded x86 v0.52.0
88972025-02-28T10:03:04.735Z[ recovery-image] Feb 28 10:03:03.581 INFO E| Updating crates.io index
88982025-02-28T10:03:04.949Z[ recovery-image] Feb 28 10:03:03.794 INFO E| Downloading crates ...
88992025-02-28T10:03:05.046Z[ recovery-image] Feb 28 10:03:03.891 INFO E| Downloaded rustc-demangle v0.1.24
89002025-02-28T10:03:05.049Z[ recovery-image] Feb 28 10:03:03.895 INFO E| Downloaded memchr v2.5.0
89012025-02-28T10:03:05.056Z[ recovery-image] Feb 28 10:03:03.902 INFO E| Downloaded getopts v0.2.21
89022025-02-28T10:03:05.093Z[ recovery-image] Feb 28 10:03:03.939 INFO E| Downloaded allocator-api2 v0.2.18
89032025-02-28T10:03:05.131Z[ recovery-image] Feb 28 10:03:03.977 INFO E| Downloaded hashbrown v0.15.0
89042025-02-28T10:03:05.141Z[ recovery-image] Feb 28 10:03:03.986 INFO E| Downloaded compiler_builtins v0.1.134
89052025-02-28T10:03:05.228Z[ recovery-image] Feb 28 10:03:04.073 INFO E| Downloaded libc v0.2.161
89062025-02-28T10:03:05.506Z[ recovery-image] Feb 28 10:03:04.352 INFO E| Compiling compiler_builtins v0.1.134
89072025-02-28T10:03:05.507Z[ recovery-image] Feb 28 10:03:04.352 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)
89082025-02-28T10:03:05.507Z[ recovery-image] Feb 28 10:03:04.352 INFO E| Compiling proc-macro2 v1.0.89
89092025-02-28T10:03:05.510Z[ recovery-image] Feb 28 10:03:04.352 INFO E| Compiling unicode-ident v1.0.13
89102025-02-28T10:03:05.510Z[ recovery-image] Feb 28 10:03:04.352 INFO E| Compiling syn v1.0.109
89112025-02-28T10:03:05.510Z[ recovery-image] Feb 28 10:03:04.352 INFO E| Compiling x86 v0.52.0
89122025-02-28T10:03:05.510Z[ recovery-image] Feb 28 10:03:04.352 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89132025-02-28T10:03:05.510Z[ recovery-image] Feb 28 10:03:04.352 INFO E| Compiling seq-macro v0.3.5
89142025-02-28T10:03:08.406Z[ recovery-image] Feb 28 10:03:07.251 INFO E| Compiling quote v1.0.37
89152025-02-28T10:03:08.853Z[ recovery-image] Feb 28 10:03:07.698 INFO E| Compiling syn v2.0.85
89162025-02-28T10:03:10.548Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
89172025-02-28T10:03:11.409Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
89182025-02-28T10:03:12.329Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
89192025-02-28T10:03:13.129Z[ host-image] Feb 28 10:03:11.974 INFO O| configuring SMF profile...
89202025-02-28T10:03:13.132Z[ host-image] Feb 28 10:03:11.974 INFO O| modifying shadow(5)...
89212025-02-28T10:03:13.132Z[ host-image] Feb 28 10:03:11.974 INFO O| loading user and group database...
89222025-02-28T10:03:13.132Z[ host-image] Feb 28 10:03:11.974 INFO O| assessing packaged files...
89232025-02-28T10:03:15.451Z[ recovery-image] Feb 28 10:03:14.296 INFO E| Compiling scroll_derive v0.12.0
89242025-02-28T10:03:16.481Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
89252025-02-28T10:03:18.658Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
89262025-02-28T10:03:19.599Z[ host-image] Feb 28 10:03:18.442 INFO O| creating archive...
89272025-02-28T10:03:19.852Z[ host-image] Feb 28 10:03:18.696 INFO O| missing from packaging:
89282025-02-28T10:03:19.872Z[ host-image] Feb 28 10:03:18.717 INFO O| "etc/.pwd.lock"
89292025-02-28T10:03:19.872Z[ host-image] Feb 28 10:03:18.717 INFO O| "etc/bash"
89302025-02-28T10:03:19.882Z[ host-image] Feb 28 10:03:18.726 INFO O| "etc/svc/profile/generic.xml"
89312025-02-28T10:03:19.882Z[ host-image] Feb 28 10:03:18.727 INFO O| "etc/svc/profile/inetd_services.xml"
89322025-02-28T10:03:19.884Z[ host-image] Feb 28 10:03:18.727 INFO O| "etc/svc/profile/name_service.xml"
89332025-02-28T10:03:19.884Z[ host-image] Feb 28 10:03:18.727 INFO O| "etc/svc/profile/platform.xml"
89342025-02-28T10:03:19.884Z[ host-image] Feb 28 10:03:18.727 INFO O| "etc/svc/profile/platform_omicron1.xml"
89352025-02-28T10:03:19.884Z[ host-image] Feb 28 10:03:18.727 INFO O| "etc/svc/repository.db"
89362025-02-28T10:03:19.899Z[ host-image] Feb 28 10:03:18.744 INFO O| "opt/ooce/share"
89372025-02-28T10:03:19.899Z[ host-image] Feb 28 10:03:18.744 INFO O| "opt/ooce/share/man"
89382025-02-28T10:03:19.899Z[ host-image] Feb 28 10:03:18.744 INFO O| "opt/ooce/share/man/man1"
89392025-02-28T10:03:19.914Z[ host-image] Feb 28 10:03:18.759 INFO O| finishing archive...
89402025-02-28T10:03:20.474Z[ recovery-image] Feb 28 10:03:19.319 INFO E| Compiling bitstruct_derive v0.1.0
89412025-02-28T10:03:20.686Z[verify-libraries] Compiling termios v0.3.3
89422025-02-28T10:03:21.257Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89432025-02-28T10:03:24.053Z[ host-image] Feb 28 10:03:22.898 INFO O| creating gzonly manifest...
89442025-02-28T10:03:24.066Z[ host-image] Feb 28 10:03:22.911 INFO O| ok
89452025-02-28T10:03:24.265Z[ host-image] Feb 28 10:03:23.110 INFO image builder template: ramdisk-02-trim...
89462025-02-28T10:03:24.265Z[ host-image] Feb 28 10:03:23.110 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/.tmpmn8qfF/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
89472025-02-28T10:03:24.353Z[ host-image] Feb 28 10:03:23.199 INFO O| Feb 28 10:03:23.198 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89482025-02-28T10:03:24.370Z[ host-image] Feb 28 10:03:23.214 INFO O| Feb 28 10:03:23.214 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89492025-02-28T10:03:24.547Z[ host-image] Feb 28 10:03:23.392 INFO O| Feb 28 10:03:23.392 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
89502025-02-28T10:03:24.678Z[ host-image] Feb 28 10:03:23.523 INFO O| Feb 28 10:03:23.523 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89512025-02-28T10:03:24.682Z[ host-image] Feb 28 10:03:23.523 INFO O| Feb 28 10:03:23.523 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
89522025-02-28T10:03:24.689Z[ host-image] Feb 28 10:03:23.534 INFO O| Feb 28 10:03:23.534 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89532025-02-28T10:03:24.734Z[ host-image] Feb 28 10:03:23.579 INFO O| Feb 28 10:03:23.579 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
89542025-02-28T10:03:24.761Z[ host-image] Feb 28 10:03:23.606 INFO O| Feb 28 10:03:23.606 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
89552025-02-28T10:03:25.271Z[ host-image] Feb 28 10:03:24.116 INFO O| Feb 28 10:03:24.116 INFO rolled back to input snapshot; work may begin
89562025-02-28T10:03:25.271Z[ host-image] Feb 28 10:03:24.116 INFO O| Feb 28 10:03:24.116 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
89572025-02-28T10:03:25.282Z[ host-image] Feb 28 10:03:24.127 INFO O| Feb 28 10:03:24.127 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582025-02-28T10:03:25.312Z[ host-image] Feb 28 10:03:24.157 INFO O| Feb 28 10:03:24.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
89592025-02-28T10:03:25.439Z[ host-image] Feb 28 10:03:24.285 INFO O| Feb 28 10:03:24.284 INFO STEP 0 (remove_files) COMPLETE
89602025-02-28T10:03:25.440Z[ host-image] Feb 28 10:03:24.285 INFO O| Feb 28 10:03:24.285 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612025-02-28T10:03:25.469Z[ host-image] Feb 28 10:03:24.314 INFO O| Feb 28 10:03:24.314 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
89622025-02-28T10:03:25.472Z[ host-image] Feb 28 10:03:24.317 INFO O| Feb 28 10:03:24.317 INFO STEP 1 (remove_files) COMPLETE
89632025-02-28T10:03:25.472Z[ host-image] Feb 28 10:03:24.317 INFO O| Feb 28 10:03:24.317 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89642025-02-28T10:03:25.492Z[ host-image] Feb 28 10:03:24.338 INFO O| Feb 28 10:03:24.338 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
89652025-02-28T10:03:25.516Z[ host-image] Feb 28 10:03:24.362 INFO O| Feb 28 10:03:24.362 INFO STEP 2 (remove_files) COMPLETE
89662025-02-28T10:03:25.516Z[ host-image] Feb 28 10:03:24.362 INFO O| Feb 28 10:03:24.362 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672025-02-28T10:03:25.555Z[ host-image] Feb 28 10:03:24.400 INFO O| Feb 28 10:03:24.400 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
89682025-02-28T10:03:25.558Z[ host-image] Feb 28 10:03:24.403 INFO O| Feb 28 10:03:24.403 INFO STEP 3 (remove_files) COMPLETE
89692025-02-28T10:03:25.558Z[ host-image] Feb 28 10:03:24.404 INFO O| Feb 28 10:03:24.404 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89702025-02-28T10:03:25.580Z[ host-image] Feb 28 10:03:24.425 INFO O| Feb 28 10:03:24.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
89712025-02-28T10:03:25.588Z[ host-image] Feb 28 10:03:24.433 INFO O| Feb 28 10:03:24.433 INFO STEP 4 (remove_files) COMPLETE
89722025-02-28T10:03:25.588Z[ host-image] Feb 28 10:03:24.433 INFO O| Feb 28 10:03:24.433 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732025-02-28T10:03:25.609Z[ host-image] Feb 28 10:03:24.454 INFO O| Feb 28 10:03:24.453 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
89742025-02-28T10:03:25.614Z[ host-image] Feb 28 10:03:24.459 INFO O| Feb 28 10:03:24.459 INFO STEP 5 (remove_files) COMPLETE
89752025-02-28T10:03:25.618Z[ host-image] Feb 28 10:03:24.459 INFO O| Feb 28 10:03:24.459 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762025-02-28T10:03:25.646Z[ host-image] Feb 28 10:03:24.489 INFO O| Feb 28 10:03:24.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
89772025-02-28T10:03:25.679Z[ host-image] Feb 28 10:03:24.523 INFO O| Feb 28 10:03:24.523 INFO STEP 6 (remove_files) COMPLETE
89782025-02-28T10:03:25.679Z[ host-image] Feb 28 10:03:24.523 INFO O| Feb 28 10:03:24.523 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792025-02-28T10:03:25.748Z[ host-image] Feb 28 10:03:24.593 INFO O| Feb 28 10:03:24.593 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
89802025-02-28T10:03:25.770Z[ host-image] Feb 28 10:03:24.615 INFO O| Feb 28 10:03:24.614 INFO STEP 7 (remove_files) COMPLETE
89812025-02-28T10:03:25.773Z[ host-image] Feb 28 10:03:24.615 INFO O| Feb 28 10:03:24.615 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89822025-02-28T10:03:25.827Z[ host-image] Feb 28 10:03:24.672 INFO O| Feb 28 10:03:24.672 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89832025-02-28T10:03:26.009Z[ host-image] Feb 28 10:03:24.854 INFO O| Feb 28 10:03:24.854 INFO STEP 8 (remove_files) COMPLETE
89842025-02-28T10:03:26.009Z[ host-image] Feb 28 10:03:24.854 INFO O| Feb 28 10:03:24.854 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89852025-02-28T10:03:26.042Z[ host-image] Feb 28 10:03:24.886 INFO O| Feb 28 10:03:24.886 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89862025-02-28T10:03:26.237Z[ host-image] Feb 28 10:03:25.082 INFO O| Feb 28 10:03:25.082 INFO STEP 9 (remove_files) COMPLETE
89872025-02-28T10:03:26.238Z[ host-image] Feb 28 10:03:25.082 INFO O| Feb 28 10:03:25.082 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89882025-02-28T10:03:26.277Z[ host-image] Feb 28 10:03:25.122 INFO O| Feb 28 10:03:25.122 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89892025-02-28T10:03:26.293Z[ host-image] Feb 28 10:03:25.138 INFO O| Feb 28 10:03:25.138 INFO STEP 10 (remove_files) COMPLETE
89902025-02-28T10:03:26.293Z[ host-image] Feb 28 10:03:25.138 INFO O| Feb 28 10:03:25.138 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89912025-02-28T10:03:26.330Z[ host-image] Feb 28 10:03:25.175 INFO O| Feb 28 10:03:25.175 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89922025-02-28T10:03:26.333Z[ host-image] Feb 28 10:03:25.177 INFO O| Feb 28 10:03:25.177 INFO STEP 11 (remove_files) COMPLETE
89932025-02-28T10:03:26.333Z[ host-image] Feb 28 10:03:25.177 INFO O| Feb 28 10:03:25.177 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89942025-02-28T10:03:26.460Z[ host-image] Feb 28 10:03:25.305 INFO O| Feb 28 10:03:25.305 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89952025-02-28T10:03:26.463Z[ host-image] Feb 28 10:03:25.308 INFO O| Feb 28 10:03:25.308 INFO STEP 12 (remove_files) COMPLETE
89962025-02-28T10:03:26.463Z[ host-image] Feb 28 10:03:25.308 INFO O| Feb 28 10:03:25.308 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972025-02-28T10:03:26.593Z[ host-image] Feb 28 10:03:25.438 INFO O| Feb 28 10:03:25.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89982025-02-28T10:03:26.596Z[ host-image] Feb 28 10:03:25.439 INFO O| Feb 28 10:03:25.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89992025-02-28T10:03:26.596Z[ host-image] Feb 28 10:03:25.439 INFO O| Feb 28 10:03:25.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90002025-02-28T10:03:26.596Z[ host-image] Feb 28 10:03:25.439 INFO O| Feb 28 10:03:25.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90012025-02-28T10:03:26.596Z[ host-image] Feb 28 10:03:25.440 INFO O| Feb 28 10:03:25.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90022025-02-28T10:03:26.596Z[ host-image] Feb 28 10:03:25.440 INFO O| Feb 28 10:03:25.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90032025-02-28T10:03:26.596Z[ host-image] Feb 28 10:03:25.440 INFO O| Feb 28 10:03:25.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90042025-02-28T10:03:26.596Z[ host-image] Feb 28 10:03:25.440 INFO O| Feb 28 10:03:25.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90052025-02-28T10:03:26.596Z[ host-image] Feb 28 10:03:25.440 INFO O| Feb 28 10:03:25.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90062025-02-28T10:03:26.597Z[ host-image] Feb 28 10:03:25.440 INFO O| Feb 28 10:03:25.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90072025-02-28T10:03:26.597Z[ host-image] Feb 28 10:03:25.440 INFO O| Feb 28 10:03:25.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90082025-02-28T10:03:26.597Z[ host-image] Feb 28 10:03:25.441 INFO O| Feb 28 10:03:25.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90092025-02-28T10:03:26.597Z[ host-image] Feb 28 10:03:25.441 INFO O| Feb 28 10:03:25.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90102025-02-28T10:03:26.599Z[ host-image] Feb 28 10:03:25.441 INFO O| Feb 28 10:03:25.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90112025-02-28T10:03:26.599Z[ host-image] Feb 28 10:03:25.442 INFO O| Feb 28 10:03:25.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90122025-02-28T10:03:26.599Z[ host-image] Feb 28 10:03:25.442 INFO O| Feb 28 10:03:25.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90132025-02-28T10:03:26.616Z[ host-image] Feb 28 10:03:25.461 INFO O| Feb 28 10:03:25.461 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90142025-02-28T10:03:26.752Z[ host-image] Feb 28 10:03:25.597 INFO O| Feb 28 10:03:25.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
90152025-02-28T10:03:26.756Z[ host-image] Feb 28 10:03:25.601 INFO O| Feb 28 10:03:25.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
90162025-02-28T10:03:26.767Z[ host-image] Feb 28 10:03:25.612 INFO O| Feb 28 10:03:25.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
90172025-02-28T10:03:26.770Z[ host-image] Feb 28 10:03:25.615 INFO O| Feb 28 10:03:25.615 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
90182025-02-28T10:03:27.415Z[ host-image] Feb 28 10:03:26.259 INFO O| Feb 28 10:03:26.259 INFO STEP 13 (remove_files) COMPLETE
90192025-02-28T10:03:27.415Z[ host-image] Feb 28 10:03:26.260 INFO O| Feb 28 10:03:26.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202025-02-28T10:03:27.435Z[ host-image] Feb 28 10:03:26.280 INFO O| Feb 28 10:03:26.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
90212025-02-28T10:03:27.438Z[ host-image] Feb 28 10:03:26.283 INFO O| Feb 28 10:03:26.283 INFO STEP 14 (remove_files) COMPLETE
90222025-02-28T10:03:27.438Z[ host-image] Feb 28 10:03:26.283 INFO O| Feb 28 10:03:26.283 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232025-02-28T10:03:27.457Z[ host-image] Feb 28 10:03:26.302 INFO O| Feb 28 10:03:26.302 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
90242025-02-28T10:03:27.469Z[ host-image] Feb 28 10:03:26.314 INFO O| Feb 28 10:03:26.314 INFO STEP 15 (remove_files) COMPLETE
90252025-02-28T10:03:27.469Z[ host-image] Feb 28 10:03:26.314 INFO O| Feb 28 10:03:26.314 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262025-02-28T10:03:27.489Z[ host-image] Feb 28 10:03:26.334 INFO O| Feb 28 10:03:26.334 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
90272025-02-28T10:03:27.492Z[ host-image] Feb 28 10:03:26.335 INFO O| Feb 28 10:03:26.335 INFO STEP 16 (remove_files) COMPLETE
90282025-02-28T10:03:27.492Z[ host-image] Feb 28 10:03:26.335 INFO O| Feb 28 10:03:26.335 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292025-02-28T10:03:27.509Z[ host-image] Feb 28 10:03:26.354 INFO O| Feb 28 10:03:26.354 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
90302025-02-28T10:03:27.513Z[ host-image] Feb 28 10:03:26.357 INFO O| Feb 28 10:03:26.357 INFO STEP 17 (remove_files) COMPLETE
90312025-02-28T10:03:27.513Z[ host-image] Feb 28 10:03:26.357 INFO O| Feb 28 10:03:26.357 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322025-02-28T10:03:27.547Z[ host-image] Feb 28 10:03:26.392 INFO O| Feb 28 10:03:26.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
90332025-02-28T10:03:27.550Z[ host-image] Feb 28 10:03:26.393 INFO O| Feb 28 10:03:26.392 INFO STEP 18 (remove_files) COMPLETE
90342025-02-28T10:03:27.550Z[ host-image] Feb 28 10:03:26.393 INFO O| Feb 28 10:03:26.393 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352025-02-28T10:03:27.569Z[ host-image] Feb 28 10:03:26.414 INFO O| Feb 28 10:03:26.414 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
90362025-02-28T10:03:27.569Z[ host-image] Feb 28 10:03:26.414 INFO O| Feb 28 10:03:26.414 INFO STEP 19 (remove_files) COMPLETE
90372025-02-28T10:03:27.569Z[ host-image] Feb 28 10:03:26.414 INFO O| Feb 28 10:03:26.414 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382025-02-28T10:03:27.590Z[ host-image] Feb 28 10:03:26.434 INFO O| Feb 28 10:03:26.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
90392025-02-28T10:03:27.590Z[ host-image] Feb 28 10:03:26.434 INFO O| Feb 28 10:03:26.434 INFO STEP 20 (remove_files) COMPLETE
90402025-02-28T10:03:27.590Z[ host-image] Feb 28 10:03:26.434 INFO O| Feb 28 10:03:26.434 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412025-02-28T10:03:27.624Z[ host-image] Feb 28 10:03:26.469 INFO O| Feb 28 10:03:26.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
90422025-02-28T10:03:27.624Z[ host-image] Feb 28 10:03:26.469 INFO O| Feb 28 10:03:26.469 INFO STEP 21 (remove_files) COMPLETE
90432025-02-28T10:03:27.624Z[ host-image] Feb 28 10:03:26.469 INFO O| Feb 28 10:03:26.469 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90442025-02-28T10:03:27.642Z[ host-image] Feb 28 10:03:26.487 INFO O| Feb 28 10:03:26.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
90452025-02-28T10:03:27.642Z[ host-image] Feb 28 10:03:26.487 INFO O| Feb 28 10:03:26.487 INFO STEP 22 (remove_files) COMPLETE
90462025-02-28T10:03:27.642Z[ host-image] Feb 28 10:03:26.487 INFO O| Feb 28 10:03:26.487 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90472025-02-28T10:03:27.675Z[ host-image] Feb 28 10:03:26.520 INFO O| Feb 28 10:03:26.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
90482025-02-28T10:03:27.678Z[ host-image] Feb 28 10:03:26.520 INFO O| Feb 28 10:03:26.520 INFO STEP 23 (remove_files) COMPLETE
90492025-02-28T10:03:27.678Z[ host-image] Feb 28 10:03:26.521 INFO O| Feb 28 10:03:26.520 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502025-02-28T10:03:27.697Z[ host-image] Feb 28 10:03:26.542 INFO O| Feb 28 10:03:26.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
90512025-02-28T10:03:27.697Z[ host-image] Feb 28 10:03:26.542 INFO O| Feb 28 10:03:26.542 INFO STEP 24 (remove_files) COMPLETE
90522025-02-28T10:03:27.700Z[ host-image] Feb 28 10:03:26.542 INFO O| Feb 28 10:03:26.542 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90532025-02-28T10:03:27.716Z[ host-image] Feb 28 10:03:26.561 INFO O| Feb 28 10:03:26.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
90542025-02-28T10:03:27.716Z[ host-image] Feb 28 10:03:26.561 INFO O| Feb 28 10:03:26.561 INFO STEP 25 (remove_files) COMPLETE
90552025-02-28T10:03:27.716Z[ host-image] Feb 28 10:03:26.561 INFO O| Feb 28 10:03:26.561 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90562025-02-28T10:03:27.761Z[ host-image] Feb 28 10:03:26.605 INFO O| Feb 28 10:03:26.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
90572025-02-28T10:03:27.763Z[ host-image] Feb 28 10:03:26.606 INFO O| Feb 28 10:03:26.606 INFO STEP 26 (remove_files) COMPLETE
90582025-02-28T10:03:27.763Z[ host-image] Feb 28 10:03:26.606 INFO O| Feb 28 10:03:26.606 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90592025-02-28T10:03:27.780Z[ host-image] Feb 28 10:03:26.625 INFO O| Feb 28 10:03:26.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
90602025-02-28T10:03:27.783Z[ host-image] Feb 28 10:03:26.625 INFO O| Feb 28 10:03:26.625 INFO STEP 27 (remove_files) COMPLETE
90612025-02-28T10:03:27.783Z[ host-image] Feb 28 10:03:26.625 INFO O| Feb 28 10:03:26.625 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90622025-02-28T10:03:27.800Z[ host-image] Feb 28 10:03:26.645 INFO O| Feb 28 10:03:26.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
90632025-02-28T10:03:27.803Z[ host-image] Feb 28 10:03:26.645 INFO O| Feb 28 10:03:26.645 INFO STEP 28 (remove_files) COMPLETE
90642025-02-28T10:03:27.803Z[ host-image] Feb 28 10:03:26.645 INFO O| Feb 28 10:03:26.645 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90652025-02-28T10:03:27.835Z[ host-image] Feb 28 10:03:26.680 INFO O| Feb 28 10:03:26.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
90662025-02-28T10:03:27.835Z[ host-image] Feb 28 10:03:26.680 INFO O| Feb 28 10:03:26.680 INFO STEP 29 (remove_files) COMPLETE
90672025-02-28T10:03:27.837Z[ host-image] Feb 28 10:03:26.680 INFO O| Feb 28 10:03:26.680 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90682025-02-28T10:03:27.875Z[ host-image] Feb 28 10:03:26.721 INFO O| Feb 28 10:03:26.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
90692025-02-28T10:03:27.878Z[ host-image] Feb 28 10:03:26.721 INFO O| Feb 28 10:03:26.721 INFO STEP 30 (remove_files) COMPLETE
90702025-02-28T10:03:27.878Z[ host-image] Feb 28 10:03:26.721 INFO O| Feb 28 10:03:26.721 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90712025-02-28T10:03:27.910Z[ host-image] Feb 28 10:03:26.755 INFO O| Feb 28 10:03:26.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
90722025-02-28T10:03:27.912Z[ host-image] Feb 28 10:03:26.755 INFO O| Feb 28 10:03:26.755 INFO STEP 31 (remove_files) COMPLETE
90732025-02-28T10:03:27.913Z[ host-image] Feb 28 10:03:26.755 INFO O| Feb 28 10:03:26.755 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90742025-02-28T10:03:27.931Z[ host-image] Feb 28 10:03:26.776 INFO O| Feb 28 10:03:26.776 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90752025-02-28T10:03:27.931Z[ host-image] Feb 28 10:03:26.776 INFO O| Feb 28 10:03:26.776 INFO STEP 32 (remove_files) COMPLETE
90762025-02-28T10:03:27.934Z[ host-image] Feb 28 10:03:26.776 INFO O| Feb 28 10:03:26.776 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90772025-02-28T10:03:27.950Z[ host-image] Feb 28 10:03:26.795 INFO O| Feb 28 10:03:26.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90782025-02-28T10:03:27.950Z[ host-image] Feb 28 10:03:26.795 INFO O| Feb 28 10:03:26.795 INFO STEP 33 (remove_files) COMPLETE
90792025-02-28T10:03:27.953Z[ host-image] Feb 28 10:03:26.795 INFO O| Feb 28 10:03:26.795 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802025-02-28T10:03:27.970Z[ host-image] Feb 28 10:03:26.815 INFO O| Feb 28 10:03:26.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90812025-02-28T10:03:27.970Z[ host-image] Feb 28 10:03:26.815 INFO O| Feb 28 10:03:26.815 INFO STEP 34 (remove_files) COMPLETE
90822025-02-28T10:03:27.970Z[ host-image] Feb 28 10:03:26.815 INFO O| Feb 28 10:03:26.815 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90832025-02-28T10:03:28.050Z[ host-image] Feb 28 10:03:26.895 INFO O| Feb 28 10:03:26.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90842025-02-28T10:03:28.054Z[ host-image] Feb 28 10:03:26.896 INFO O| Feb 28 10:03:26.895 INFO STEP 35 (remove_files) COMPLETE
90852025-02-28T10:03:28.054Z[ host-image] Feb 28 10:03:26.896 INFO O| Feb 28 10:03:26.896 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90862025-02-28T10:03:28.087Z[ host-image] Feb 28 10:03:26.932 INFO O| Feb 28 10:03:26.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90872025-02-28T10:03:28.090Z[ host-image] Feb 28 10:03:26.933 INFO O| Feb 28 10:03:26.933 INFO STEP 36 (remove_files) COMPLETE
90882025-02-28T10:03:28.090Z[ host-image] Feb 28 10:03:26.933 INFO O| Feb 28 10:03:26.933 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90892025-02-28T10:03:28.105Z[ host-image] Feb 28 10:03:26.950 INFO O| Feb 28 10:03:26.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90902025-02-28T10:03:28.108Z[ host-image] Feb 28 10:03:26.950 INFO O| Feb 28 10:03:26.950 INFO STEP 37 (remove_files) COMPLETE
90912025-02-28T10:03:28.108Z[ host-image] Feb 28 10:03:26.951 INFO O| Feb 28 10:03:26.950 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90922025-02-28T10:03:28.202Z[ host-image] Feb 28 10:03:27.047 INFO O| Feb 28 10:03:27.047 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90932025-02-28T10:03:28.202Z[ host-image] Feb 28 10:03:27.047 INFO O| Feb 28 10:03:27.047 INFO STEP 38 (remove_files) COMPLETE
90942025-02-28T10:03:28.202Z[ host-image] Feb 28 10:03:27.047 INFO O| Feb 28 10:03:27.047 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90952025-02-28T10:03:28.223Z[ host-image] Feb 28 10:03:27.068 INFO O| Feb 28 10:03:27.068 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90962025-02-28T10:03:28.226Z[ host-image] Feb 28 10:03:27.068 INFO O| Feb 28 10:03:27.068 INFO STEP 39 (remove_files) COMPLETE
90972025-02-28T10:03:28.226Z[ host-image] Feb 28 10:03:27.068 INFO O| Feb 28 10:03:27.068 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90982025-02-28T10:03:28.243Z[ host-image] Feb 28 10:03:27.088 INFO O| Feb 28 10:03:27.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90992025-02-28T10:03:28.246Z[ host-image] Feb 28 10:03:27.088 INFO O| Feb 28 10:03:27.088 INFO STEP 40 (remove_files) COMPLETE
91002025-02-28T10:03:28.246Z[ host-image] Feb 28 10:03:27.089 INFO O| Feb 28 10:03:27.088 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91012025-02-28T10:03:28.264Z[ host-image] Feb 28 10:03:27.108 INFO O| Feb 28 10:03:27.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
91022025-02-28T10:03:28.264Z[ host-image] Feb 28 10:03:27.109 INFO O| Feb 28 10:03:27.108 INFO STEP 41 (remove_files) COMPLETE
91032025-02-28T10:03:28.267Z[ host-image] Feb 28 10:03:27.109 INFO O| Feb 28 10:03:27.109 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91042025-02-28T10:03:28.292Z[ host-image] Feb 28 10:03:27.137 INFO O| Feb 28 10:03:27.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
91052025-02-28T10:03:28.295Z[ host-image] Feb 28 10:03:27.138 INFO O| Feb 28 10:03:27.138 INFO STEP 42 (remove_files) COMPLETE
91062025-02-28T10:03:28.295Z[ host-image] Feb 28 10:03:27.138 INFO O| Feb 28 10:03:27.138 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91072025-02-28T10:03:28.325Z[ host-image] Feb 28 10:03:27.171 INFO O| Feb 28 10:03:27.170 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
91082025-02-28T10:03:28.325Z[ host-image] Feb 28 10:03:27.171 INFO O| Feb 28 10:03:27.171 INFO STEP 43 (remove_files) COMPLETE
91092025-02-28T10:03:28.328Z[ host-image] Feb 28 10:03:27.171 INFO O| Feb 28 10:03:27.171 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91102025-02-28T10:03:28.394Z[ host-image] Feb 28 10:03:27.239 INFO O| Feb 28 10:03:27.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
91112025-02-28T10:03:28.397Z[ host-image] Feb 28 10:03:27.239 INFO O| Feb 28 10:03:27.239 INFO STEP 44 (remove_files) COMPLETE
91122025-02-28T10:03:28.397Z[ host-image] Feb 28 10:03:27.240 INFO O| Feb 28 10:03:27.239 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91132025-02-28T10:03:28.414Z[ host-image] Feb 28 10:03:27.259 INFO O| Feb 28 10:03:27.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
91142025-02-28T10:03:28.417Z[ host-image] Feb 28 10:03:27.260 INFO O| Feb 28 10:03:27.259 INFO STEP 45 (remove_files) COMPLETE
91152025-02-28T10:03:28.417Z[ host-image] Feb 28 10:03:27.260 INFO O| Feb 28 10:03:27.260 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91162025-02-28T10:03:28.434Z[ host-image] Feb 28 10:03:27.279 INFO O| Feb 28 10:03:27.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
91172025-02-28T10:03:28.437Z[ host-image] Feb 28 10:03:27.279 INFO O| Feb 28 10:03:27.279 INFO STEP 46 (remove_files) COMPLETE
91182025-02-28T10:03:28.437Z[ host-image] Feb 28 10:03:27.280 INFO O| Feb 28 10:03:27.279 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91192025-02-28T10:03:28.454Z[ host-image] Feb 28 10:03:27.299 INFO O| Feb 28 10:03:27.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
91202025-02-28T10:03:28.457Z[ host-image] Feb 28 10:03:27.299 INFO O| Feb 28 10:03:27.299 INFO STEP 47 (remove_files) COMPLETE
91212025-02-28T10:03:28.457Z[ host-image] Feb 28 10:03:27.299 INFO O| Feb 28 10:03:27.299 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91222025-02-28T10:03:28.510Z[ host-image] Feb 28 10:03:27.355 INFO O| Feb 28 10:03:27.355 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
91232025-02-28T10:03:28.513Z[ host-image] Feb 28 10:03:27.355 INFO O| Feb 28 10:03:27.355 INFO STEP 48 (remove_files) COMPLETE
91242025-02-28T10:03:28.513Z[ host-image] Feb 28 10:03:27.355 INFO O| Feb 28 10:03:27.355 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91252025-02-28T10:03:28.532Z[ host-image] Feb 28 10:03:27.378 INFO O| Feb 28 10:03:27.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
91262025-02-28T10:03:28.535Z[ host-image] Feb 28 10:03:27.378 INFO O| Feb 28 10:03:27.378 INFO STEP 49 (remove_files) COMPLETE
91272025-02-28T10:03:28.535Z[ host-image] Feb 28 10:03:27.378 INFO O| Feb 28 10:03:27.378 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91282025-02-28T10:03:28.558Z[ host-image] Feb 28 10:03:27.403 INFO O| Feb 28 10:03:27.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
91292025-02-28T10:03:28.560Z[ host-image] Feb 28 10:03:27.403 INFO O| Feb 28 10:03:27.403 INFO STEP 50 (remove_files) COMPLETE
91302025-02-28T10:03:28.560Z[ host-image] Feb 28 10:03:27.403 INFO O| Feb 28 10:03:27.403 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91312025-02-28T10:03:28.578Z[ host-image] Feb 28 10:03:27.423 INFO O| Feb 28 10:03:27.423 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91322025-02-28T10:03:28.583Z[ host-image] Feb 28 10:03:27.423 INFO O| Feb 28 10:03:27.423 INFO STEP 51 (remove_files) COMPLETE
91332025-02-28T10:03:28.583Z[ host-image] Feb 28 10:03:27.423 INFO O| Feb 28 10:03:27.423 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91342025-02-28T10:03:28.598Z[ host-image] Feb 28 10:03:27.443 INFO O| Feb 28 10:03:27.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91352025-02-28T10:03:28.600Z[ host-image] Feb 28 10:03:27.443 INFO O| Feb 28 10:03:27.443 INFO STEP 52 (remove_files) COMPLETE
91362025-02-28T10:03:28.600Z[ host-image] Feb 28 10:03:27.443 INFO O| Feb 28 10:03:27.443 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91372025-02-28T10:03:28.618Z[ host-image] Feb 28 10:03:27.463 INFO O| Feb 28 10:03:27.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
91382025-02-28T10:03:28.621Z[ host-image] Feb 28 10:03:27.463 INFO O| Feb 28 10:03:27.463 INFO STEP 53 (remove_files) COMPLETE
91392025-02-28T10:03:28.621Z[ host-image] Feb 28 10:03:27.463 INFO O| Feb 28 10:03:27.463 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91402025-02-28T10:03:28.653Z[ host-image] Feb 28 10:03:27.498 INFO O| Feb 28 10:03:27.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
91412025-02-28T10:03:28.656Z[ host-image] Feb 28 10:03:27.498 INFO O| Feb 28 10:03:27.498 INFO STEP 54 (remove_files) COMPLETE
91422025-02-28T10:03:28.675Z[ host-image] Feb 28 10:03:27.519 INFO O| Feb 28 10:03:27.498 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91432025-02-28T10:03:28.741Z[ host-image] Feb 28 10:03:27.586 INFO O| Feb 28 10:03:27.586 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
91442025-02-28T10:03:28.741Z[ host-image] Feb 28 10:03:27.586 INFO O| Feb 28 10:03:27.586 INFO STEP 55 (remove_files) COMPLETE
91452025-02-28T10:03:28.741Z[ host-image] Feb 28 10:03:27.586 INFO O| Feb 28 10:03:27.586 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91462025-02-28T10:03:28.774Z[ host-image] Feb 28 10:03:27.618 INFO O| Feb 28 10:03:27.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
91472025-02-28T10:03:28.774Z[ host-image] Feb 28 10:03:27.619 INFO O| Feb 28 10:03:27.618 INFO STEP 56 (remove_files) COMPLETE
91482025-02-28T10:03:28.776Z[ host-image] Feb 28 10:03:27.619 INFO O| Feb 28 10:03:27.619 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91492025-02-28T10:03:28.797Z[ host-image] Feb 28 10:03:27.642 INFO O| Feb 28 10:03:27.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
91502025-02-28T10:03:28.797Z[ host-image] Feb 28 10:03:27.642 INFO O| Feb 28 10:03:27.642 INFO STEP 57 (remove_files) COMPLETE
91512025-02-28T10:03:28.801Z[ host-image] Feb 28 10:03:27.642 INFO O| Feb 28 10:03:27.642 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91522025-02-28T10:03:28.820Z[ host-image] Feb 28 10:03:27.665 INFO O| Feb 28 10:03:27.665 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91532025-02-28T10:03:28.820Z[ host-image] Feb 28 10:03:27.665 INFO O| Feb 28 10:03:27.665 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
91542025-02-28T10:03:28.823Z[ host-image] Feb 28 10:03:27.665 INFO O| Feb 28 10:03:27.665 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91552025-02-28T10:03:28.823Z[ host-image] Feb 28 10:03:27.665 INFO O| Feb 28 10:03:27.665 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91562025-02-28T10:03:28.823Z[ host-image] Feb 28 10:03:27.665 INFO O| Feb 28 10:03:27.665 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91572025-02-28T10:03:28.823Z[ host-image] Feb 28 10:03:27.666 INFO O| Feb 28 10:03:27.665 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91582025-02-28T10:03:28.823Z[ host-image] Feb 28 10:03:27.666 INFO O| Feb 28 10:03:27.665 INFO ok!
91592025-02-28T10:03:28.823Z[ host-image] Feb 28 10:03:27.666 INFO O| Feb 28 10:03:27.665 INFO STEP 58 (ensure_file) COMPLETE
91602025-02-28T10:03:28.824Z[ host-image] Feb 28 10:03:27.666 INFO O| Feb 28 10:03:27.666 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91612025-02-28T10:03:28.842Z[ host-image] Feb 28 10:03:27.687 INFO O| Feb 28 10:03:27.687 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91622025-02-28T10:03:28.842Z[ host-image] Feb 28 10:03:27.687 INFO O| Feb 28 10:03:27.687 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
91632025-02-28T10:03:28.846Z[ host-image] Feb 28 10:03:27.687 INFO O| Feb 28 10:03:27.687 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91642025-02-28T10:03:28.846Z[ host-image] Feb 28 10:03:27.687 INFO O| Feb 28 10:03:27.687 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91652025-02-28T10:03:28.846Z[ host-image] Feb 28 10:03:27.687 INFO O| Feb 28 10:03:27.687 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91662025-02-28T10:03:28.846Z[ host-image] Feb 28 10:03:27.688 INFO O| Feb 28 10:03:27.688 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91672025-02-28T10:03:28.846Z[ host-image] Feb 28 10:03:27.688 INFO O| Feb 28 10:03:27.688 INFO ok!
91682025-02-28T10:03:28.846Z[ host-image] Feb 28 10:03:27.688 INFO O| Feb 28 10:03:27.688 INFO STEP 59 (ensure_file) COMPLETE
91692025-02-28T10:03:28.846Z[ host-image] Feb 28 10:03:27.688 INFO O| Feb 28 10:03:27.688 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91702025-02-28T10:03:28.864Z[ host-image] Feb 28 10:03:27.709 INFO O| Feb 28 10:03:27.709 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
91712025-02-28T10:03:28.864Z[ host-image] Feb 28 10:03:27.709 INFO O| Feb 28 10:03:27.709 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
91722025-02-28T10:03:28.864Z[ host-image] Feb 28 10:03:27.709 INFO O| Feb 28 10:03:27.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
91732025-02-28T10:03:28.866Z[ host-image] Feb 28 10:03:27.709 INFO O| Feb 28 10:03:27.709 INFO ok!
91742025-02-28T10:03:28.867Z[ host-image] Feb 28 10:03:27.709 INFO O| Feb 28 10:03:27.709 INFO STEP 60 (ensure_file) COMPLETE
91752025-02-28T10:03:28.867Z[ host-image] Feb 28 10:03:27.709 INFO O| Feb 28 10:03:27.709 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91762025-02-28T10:03:28.885Z[ host-image] Feb 28 10:03:27.730 INFO O| Feb 28 10:03:27.730 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91772025-02-28T10:03:28.885Z[ host-image] Feb 28 10:03:27.730 INFO O| Feb 28 10:03:27.730 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91782025-02-28T10:03:28.888Z[ host-image] Feb 28 10:03:27.730 INFO O| Feb 28 10:03:27.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91792025-02-28T10:03:28.888Z[ host-image] Feb 28 10:03:27.730 INFO O| Feb 28 10:03:27.730 INFO ok!
91802025-02-28T10:03:28.888Z[ host-image] Feb 28 10:03:27.730 INFO O| Feb 28 10:03:27.730 INFO STEP 61 (ensure_file) COMPLETE
91812025-02-28T10:03:28.888Z[ host-image] Feb 28 10:03:27.730 INFO O| Feb 28 10:03:27.730 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91822025-02-28T10:03:28.927Z[ host-image] Feb 28 10:03:27.771 INFO O| Feb 28 10:03:27.771 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91832025-02-28T10:03:28.931Z[ host-image] Feb 28 10:03:27.771 INFO O| Feb 28 10:03:27.771 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91842025-02-28T10:03:28.931Z[ host-image] Feb 28 10:03:27.772 INFO O| Feb 28 10:03:27.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91852025-02-28T10:03:28.931Z[ host-image] Feb 28 10:03:27.772 INFO O| Feb 28 10:03:27.772 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91862025-02-28T10:03:28.931Z[ host-image] Feb 28 10:03:27.772 INFO O| Feb 28 10:03:27.772 INFO ok!
91872025-02-28T10:03:28.931Z[ host-image] Feb 28 10:03:27.772 INFO O| Feb 28 10:03:27.772 INFO STEP 62 (ensure_file) COMPLETE
91882025-02-28T10:03:28.931Z[ host-image] Feb 28 10:03:27.772 INFO O| Feb 28 10:03:27.772 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91892025-02-28T10:03:28.950Z[ host-image] Feb 28 10:03:27.795 INFO O| Feb 28 10:03:27.794 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91902025-02-28T10:03:28.950Z[ host-image] Feb 28 10:03:27.795 INFO O| Feb 28 10:03:27.795 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91912025-02-28T10:03:28.950Z[ host-image] Feb 28 10:03:27.795 INFO O| Feb 28 10:03:27.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91922025-02-28T10:03:28.953Z[ host-image] Feb 28 10:03:27.795 INFO O| Feb 28 10:03:27.795 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91932025-02-28T10:03:28.953Z[ host-image] Feb 28 10:03:27.795 INFO O| Feb 28 10:03:27.795 INFO ok!
91942025-02-28T10:03:28.953Z[ host-image] Feb 28 10:03:27.795 INFO O| Feb 28 10:03:27.795 INFO STEP 63 (ensure_file) COMPLETE
91952025-02-28T10:03:28.953Z[ host-image] Feb 28 10:03:27.795 INFO O| Feb 28 10:03:27.795 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91962025-02-28T10:03:28.972Z[ host-image] Feb 28 10:03:27.817 INFO O| Feb 28 10:03:27.817 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91972025-02-28T10:03:28.972Z[ host-image] Feb 28 10:03:27.817 INFO O| Feb 28 10:03:27.817 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91982025-02-28T10:03:28.972Z[ host-image] Feb 28 10:03:27.817 INFO O| Feb 28 10:03:27.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91992025-02-28T10:03:28.975Z[ host-image] Feb 28 10:03:27.817 INFO O| Feb 28 10:03:27.817 INFO ok!
92002025-02-28T10:03:28.975Z[ host-image] Feb 28 10:03:27.817 INFO O| Feb 28 10:03:27.817 INFO STEP 64 (assemble_files) COMPLETE
92012025-02-28T10:03:28.975Z[ host-image] Feb 28 10:03:27.817 INFO O| Feb 28 10:03:27.817 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92022025-02-28T10:03:28.993Z[ host-image] Feb 28 10:03:27.838 INFO O| Feb 28 10:03:27.838 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
92032025-02-28T10:03:28.993Z[ host-image] Feb 28 10:03:27.838 INFO O| Feb 28 10:03:27.838 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
92042025-02-28T10:03:28.994Z[ host-image] Feb 28 10:03:27.838 INFO O| Feb 28 10:03:27.838 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92052025-02-28T10:03:28.997Z[ host-image] Feb 28 10:03:27.838 INFO O| Feb 28 10:03:27.838 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92062025-02-28T10:03:28.997Z[ host-image] Feb 28 10:03:27.838 INFO O| Feb 28 10:03:27.838 INFO ok!
92072025-02-28T10:03:28.997Z[ host-image] Feb 28 10:03:27.838 INFO O| Feb 28 10:03:27.838 INFO STEP 65 (ensure_file) COMPLETE
92082025-02-28T10:03:28.997Z[ host-image] Feb 28 10:03:27.838 INFO O| Feb 28 10:03:27.838 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92092025-02-28T10:03:29.014Z[ host-image] Feb 28 10:03:27.859 INFO O| Feb 28 10:03:27.859 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92102025-02-28T10:03:29.014Z[ host-image] Feb 28 10:03:27.859 INFO O| Feb 28 10:03:27.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92112025-02-28T10:03:29.014Z[ host-image] Feb 28 10:03:27.859 INFO O| Feb 28 10:03:27.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92122025-02-28T10:03:29.017Z[ host-image] Feb 28 10:03:27.859 INFO O| Feb 28 10:03:27.859 INFO STEP 66 (ensure_dir) COMPLETE
92132025-02-28T10:03:29.017Z[ host-image] Feb 28 10:03:27.859 INFO O| Feb 28 10:03:27.859 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92142025-02-28T10:03:29.043Z[ host-image] Feb 28 10:03:27.887 INFO O| Feb 28 10:03:27.887 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92152025-02-28T10:03:29.043Z[ host-image] Feb 28 10:03:27.887 INFO O| Feb 28 10:03:27.887 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 ...
92162025-02-28T10:03:29.054Z[ host-image] Feb 28 10:03:27.898 INFO O| Feb 28 10:03:27.898 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
92172025-02-28T10:03:29.054Z[ host-image] Feb 28 10:03:27.898 INFO O| Feb 28 10:03:27.898 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92182025-02-28T10:03:29.054Z[ host-image] Feb 28 10:03:27.898 INFO O| Feb 28 10:03:27.898 INFO ok!
92192025-02-28T10:03:29.054Z[ host-image] Feb 28 10:03:27.898 INFO O| Feb 28 10:03:27.898 INFO STEP 67 (ensure_file) COMPLETE
92202025-02-28T10:03:29.054Z[ host-image] Feb 28 10:03:27.898 INFO O| Feb 28 10:03:27.898 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92212025-02-28T10:03:29.099Z[ host-image] Feb 28 10:03:27.944 INFO O| Feb 28 10:03:27.944 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92222025-02-28T10:03:29.099Z[ host-image] Feb 28 10:03:27.944 INFO O| Feb 28 10:03:27.944 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 ...
92232025-02-28T10:03:29.102Z[ host-image] Feb 28 10:03:27.945 INFO O| Feb 28 10:03:27.944 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
92242025-02-28T10:03:29.102Z[ host-image] Feb 28 10:03:27.945 INFO O| Feb 28 10:03:27.945 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92252025-02-28T10:03:29.102Z[ host-image] Feb 28 10:03:27.945 INFO O| Feb 28 10:03:27.945 INFO ok!
92262025-02-28T10:03:29.102Z[ host-image] Feb 28 10:03:27.945 INFO O| Feb 28 10:03:27.945 INFO STEP 68 (ensure_file) COMPLETE
92272025-02-28T10:03:29.102Z[ host-image] Feb 28 10:03:27.945 INFO O| Feb 28 10:03:27.945 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92282025-02-28T10:03:29.127Z[ host-image] Feb 28 10:03:27.972 INFO O| Feb 28 10:03:27.972 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
92292025-02-28T10:03:29.127Z[ host-image] Feb 28 10:03:27.972 INFO O| Feb 28 10:03:27.972 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
92302025-02-28T10:03:33.305Z[ host-image] Feb 28 10:03:32.150 INFO O| Feb 28 10:03:32.149 INFO STEP 69 (pack_tar) COMPLETE
92312025-02-28T10:03:33.305Z[ host-image] Feb 28 10:03:32.150 INFO O| Feb 28 10:03:32.150 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
92322025-02-28T10:03:33.305Z[ host-image] Feb 28 10:03:32.150 INFO O| Feb 28 10:03:32.150 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
92332025-02-28T10:03:33.715Z[ host-image] Feb 28 10:03:32.560 INFO O| Feb 28 10:03:32.560 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
92342025-02-28T10:03:33.829Z[ host-image] Feb 28 10:03:32.674 INFO O| Feb 28 10:03:32.674 INFO completed processing gimlet/ramdisk-02-trim
92352025-02-28T10:03:33.832Z[ host-image] Feb 28 10:03:32.678 INFO image builder template: zfs...
92362025-02-28T10:03:33.835Z[ host-image] Feb 28 10:03:32.678 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/.tmpmn8qfF/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
92372025-02-28T10:03:33.858Z[ host-image] Feb 28 10:03:32.703 INFO O| Feb 28 10:03:32.703 INFO skip include "stress" because feature "stress" is not enabled
92382025-02-28T10:03:33.933Z[ host-image] Feb 28 10:03:32.778 INFO O| Feb 28 10:03:32.777 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
92392025-02-28T10:03:33.941Z[ host-image] Feb 28 10:03:32.786 INFO O| Feb 28 10:03:32.786 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
92402025-02-28T10:03:34.099Z[ host-image] Feb 28 10:03:32.944 INFO O| Feb 28 10:03:32.944 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
92412025-02-28T10:03:34.232Z[ host-image] Feb 28 10:03:33.076 INFO O| Feb 28 10:03:33.076 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
92422025-02-28T10:03:34.232Z[ host-image] Feb 28 10:03:33.077 INFO O| Feb 28 10:03:33.077 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
92432025-02-28T10:03:34.268Z[ host-image] Feb 28 10:03:33.113 INFO O| Feb 28 10:03:33.113 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
92442025-02-28T10:03:34.367Z[ host-image] Feb 28 10:03:33.212 INFO O| Feb 28 10:03:33.212 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
92452025-02-28T10:03:34.441Z[ host-image] Feb 28 10:03:33.286 INFO O| Feb 28 10:03:33.285 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
92462025-02-28T10:03:34.458Z[ host-image] Feb 28 10:03:33.303 INFO O| Feb 28 10:03:33.303 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92472025-02-28T10:03:34.478Z[ host-image] Feb 28 10:03:33.323 INFO O| Feb 28 10:03:33.323 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
92482025-02-28T10:03:34.481Z[ host-image] Feb 28 10:03:33.324 INFO O| Feb 28 10:03:33.324 INFO no lofi found
92492025-02-28T10:03:34.481Z[ host-image] Feb 28 10:03:33.324 INFO O| Feb 28 10:03:33.324 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
92502025-02-28T10:03:34.481Z[ host-image] Feb 28 10:03:33.324 INFO O| Feb 28 10:03:33.324 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92512025-02-28T10:03:37.170Z[ host-image] Feb 28 10:03:36.013 INFO O| Feb 28 10:03:36.013 INFO lofi device = /dev/dsk/c2t1d0p0
92522025-02-28T10:03:37.170Z[ host-image] Feb 28 10:03:36.013 INFO O| Feb 28 10:03:36.013 INFO pool device = /dev/dsk/c2t1d0p0
92532025-02-28T10:03:37.172Z[ host-image] Feb 28 10:03:36.014 INFO O| Feb 28 10:03:36.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
92542025-02-28T10:03:37.370Z[ host-image] Feb 28 10:03:36.215 INFO O| Feb 28 10:03:36.214 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92552025-02-28T10:03:37.370Z[ host-image] Feb 28 10:03:36.215 INFO O| Feb 28 10:03:36.215 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
92562025-02-28T10:03:37.404Z[ host-image] Feb 28 10:03:36.249 INFO O| Feb 28 10:03:36.249 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
92572025-02-28T10:03:37.535Z[ host-image] Feb 28 10:03:36.379 INFO O| Feb 28 10:03:36.379 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
92582025-02-28T10:03:37.660Z[ host-image] Feb 28 10:03:36.505 INFO O| Feb 28 10:03:36.505 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
92592025-02-28T10:03:37.691Z[ host-image] Feb 28 10:03:36.535 INFO O| Feb 28 10:03:36.535 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
92602025-02-28T10:03:37.713Z[ host-image] Feb 28 10:03:36.558 INFO O| Feb 28 10:03:36.558 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
92612025-02-28T10:03:37.850Z[ host-image] Feb 28 10:03:36.695 INFO O| Feb 28 10:03:36.695 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
92622025-02-28T10:03:37.853Z[ host-image] Feb 28 10:03:36.695 INFO O| Feb 28 10:03:36.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
92632025-02-28T10:03:37.853Z[ host-image] Feb 28 10:03:36.695 INFO O| Feb 28 10:03:36.695 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92642025-02-28T10:03:37.869Z[ host-image] Feb 28 10:03:36.714 INFO O| Feb 28 10:03:36.714 INFO boot environment UUID: cdd9495c-2e4a-4025-9c97-47904d6aca98
92652025-02-28T10:03:37.869Z[ host-image] Feb 28 10:03:36.714 INFO O| Feb 28 10:03:36.714 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = cdd9495c-2e4a-4025-9c97-47904d6aca98
92662025-02-28T10:03:37.900Z[ host-image] Feb 28 10:03:36.744 INFO O| Feb 28 10:03:36.744 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92672025-02-28T10:03:37.964Z[ host-image] Feb 28 10:03:36.809 INFO O| Feb 28 10:03:36.809 INFO STEP 0 (create_be) COMPLETE
92682025-02-28T10:03:37.964Z[ host-image] Feb 28 10:03:36.809 INFO O| Feb 28 10:03:36.809 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92692025-02-28T10:03:38.015Z[ host-image] Feb 28 10:03:36.858 INFO O| Feb 28 10:03:36.858 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92702025-02-28T10:03:56.007Z[ recovery-image] Feb 28 10:03:54.852 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)
92712025-02-28T10:03:59.919Z[ recovery-image] Feb 28 10:03:58.764 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)
92722025-02-28T10:04:05.113Z[ host-image] Feb 28 10:04:03.957 INFO O| Feb 28 10:04:03.957 INFO STEP 1 (unpack_tar) COMPLETE
92732025-02-28T10:04:05.113Z[ host-image] Feb 28 10:04:03.957 INFO O| Feb 28 10:04:03.957 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742025-02-28T10:04:05.135Z[ host-image] Feb 28 10:04:03.980 INFO O| Feb 28 10:04:03.979 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92752025-02-28T10:04:05.983Z[ host-image] Feb 28 10:04:04.827 INFO O| Feb 28 10:04:04.827 INFO STEP 2 (devfsadm) COMPLETE
92762025-02-28T10:04:05.985Z[ host-image] Feb 28 10:04:04.827 INFO O| Feb 28 10:04:04.827 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92772025-02-28T10:04:06.006Z[ host-image] Feb 28 10:04:04.850 INFO O| Feb 28 10:04:04.850 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92782025-02-28T10:04:06.006Z[ host-image] Feb 28 10:04:04.851 INFO O| Feb 28 10:04:04.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92792025-02-28T10:04:06.006Z[ host-image] Feb 28 10:04:04.851 INFO O| Feb 28 10:04:04.851 INFO STEP 3 (ensure_dir) COMPLETE
92802025-02-28T10:04:06.009Z[ host-image] Feb 28 10:04:04.851 INFO O| Feb 28 10:04:04.851 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92812025-02-28T10:04:06.026Z[ host-image] Feb 28 10:04:04.870 INFO O| Feb 28 10:04:04.870 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92822025-02-28T10:04:06.026Z[ host-image] Feb 28 10:04:04.870 INFO O| Feb 28 10:04:04.870 INFO STEP 4 (ensure_dir) COMPLETE
92832025-02-28T10:04:06.029Z[ host-image] Feb 28 10:04:04.870 INFO O| Feb 28 10:04:04.870 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92842025-02-28T10:04:06.056Z[ host-image] Feb 28 10:04:04.900 INFO O| Feb 28 10:04:04.900 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92852025-02-28T10:04:06.056Z[ host-image] Feb 28 10:04:04.900 INFO O| Feb 28 10:04:04.900 INFO STEP 5 (ensure_dir) COMPLETE
92862025-02-28T10:04:06.056Z[ host-image] Feb 28 10:04:04.900 INFO O| Feb 28 10:04:04.900 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92872025-02-28T10:04:06.115Z[ host-image] Feb 28 10:04:04.960 INFO O| Feb 28 10:04:04.960 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92882025-02-28T10:04:06.115Z[ host-image] Feb 28 10:04:04.960 INFO O| Feb 28 10:04:04.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92892025-02-28T10:04:06.115Z[ host-image] Feb 28 10:04:04.960 INFO O| Feb 28 10:04:04.960 INFO STEP 6 (ensure_dir) COMPLETE
92902025-02-28T10:04:06.118Z[ host-image] Feb 28 10:04:04.960 INFO O| Feb 28 10:04:04.960 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92912025-02-28T10:04:06.252Z[ host-image] Feb 28 10:04:05.096 INFO O| Feb 28 10:04:05.096 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92922025-02-28T10:04:06.252Z[ host-image] Feb 28 10:04:05.096 INFO O| Feb 28 10:04:05.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92932025-02-28T10:04:06.254Z[ host-image] Feb 28 10:04:05.096 INFO O| Feb 28 10:04:05.096 INFO STEP 7 (ensure_dir) COMPLETE
92942025-02-28T10:04:06.254Z[ host-image] Feb 28 10:04:05.096 INFO O| Feb 28 10:04:05.096 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952025-02-28T10:04:06.289Z[ host-image] Feb 28 10:04:05.134 INFO O| Feb 28 10:04:05.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92962025-02-28T10:04:06.293Z[ host-image] Feb 28 10:04:05.134 INFO O| Feb 28 10:04:05.134 INFO STEP 8 (remove_files) COMPLETE
92972025-02-28T10:04:06.293Z[ host-image] Feb 28 10:04:05.134 INFO O| Feb 28 10:04:05.134 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92982025-02-28T10:04:06.320Z[ host-image] Feb 28 10:04:05.164 INFO O| Feb 28 10:04:05.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92992025-02-28T10:04:06.322Z[ host-image] Feb 28 10:04:05.166 INFO O| Feb 28 10:04:05.166 INFO STEP 9 (remove_files) COMPLETE
93002025-02-28T10:04:06.322Z[ host-image] Feb 28 10:04:05.166 INFO O| Feb 28 10:04:05.166 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012025-02-28T10:04:06.373Z[ host-image] Feb 28 10:04:05.218 INFO O| Feb 28 10:04:05.218 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
93022025-02-28T10:04:06.376Z[ host-image] Feb 28 10:04:05.219 INFO O| Feb 28 10:04:05.219 INFO STEP 10 (remove_files) COMPLETE
93032025-02-28T10:04:06.376Z[ host-image] Feb 28 10:04:05.219 INFO O| Feb 28 10:04:05.219 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93042025-02-28T10:04:06.397Z[ host-image] Feb 28 10:04:05.241 INFO O| Feb 28 10:04:05.241 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
93052025-02-28T10:04:06.399Z[ host-image] Feb 28 10:04:05.242 INFO O| Feb 28 10:04:05.242 INFO STEP 11 (remove_files) COMPLETE
93062025-02-28T10:04:06.399Z[ host-image] Feb 28 10:04:05.242 INFO O| Feb 28 10:04:05.242 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93072025-02-28T10:04:06.419Z[ host-image] Feb 28 10:04:05.263 INFO O| Feb 28 10:04:05.263 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
93082025-02-28T10:04:06.419Z[ host-image] Feb 28 10:04:05.263 INFO O| Feb 28 10:04:05.263 INFO STEP 12 (remove_files) COMPLETE
93092025-02-28T10:04:06.422Z[ host-image] Feb 28 10:04:05.263 INFO O| Feb 28 10:04:05.263 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93102025-02-28T10:04:06.442Z[ host-image] Feb 28 10:04:05.285 INFO O| Feb 28 10:04:05.285 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93112025-02-28T10:04:06.442Z[ host-image] Feb 28 10:04:05.285 INFO O| Feb 28 10:04:05.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93122025-02-28T10:04:06.442Z[ host-image] Feb 28 10:04:05.285 INFO O| Feb 28 10:04:05.285 INFO STEP 13 (ensure_dir) COMPLETE
93132025-02-28T10:04:06.442Z[ host-image] Feb 28 10:04:05.285 INFO O| Feb 28 10:04:05.285 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93142025-02-28T10:04:06.480Z[ host-image] Feb 28 10:04:05.324 INFO O| Feb 28 10:04:05.324 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93152025-02-28T10:04:06.480Z[ host-image] Feb 28 10:04:05.325 INFO O| Feb 28 10:04:05.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93162025-02-28T10:04:06.480Z[ host-image] Feb 28 10:04:05.325 INFO O| Feb 28 10:04:05.325 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93172025-02-28T10:04:06.483Z[ host-image] Feb 28 10:04:05.325 INFO O| Feb 28 10:04:05.325 INFO STEP 14 (ensure_dir) COMPLETE
93182025-02-28T10:04:06.483Z[ host-image] Feb 28 10:04:05.325 INFO O| Feb 28 10:04:05.325 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192025-02-28T10:04:06.521Z[ host-image] Feb 28 10:04:05.365 INFO O| Feb 28 10:04:05.365 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93202025-02-28T10:04:06.521Z[ host-image] Feb 28 10:04:05.365 INFO O| Feb 28 10:04:05.365 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93212025-02-28T10:04:06.524Z[ host-image] Feb 28 10:04:05.365 INFO O| Feb 28 10:04:05.365 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93222025-02-28T10:04:06.524Z[ host-image] Feb 28 10:04:05.365 INFO O| Feb 28 10:04:05.365 INFO STEP 15 (ensure_dir) COMPLETE
93232025-02-28T10:04:06.524Z[ host-image] Feb 28 10:04:05.366 INFO O| Feb 28 10:04:05.365 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93242025-02-28T10:04:06.544Z[ host-image] Feb 28 10:04:05.388 INFO O| Feb 28 10:04:05.388 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93252025-02-28T10:04:06.544Z[ host-image] Feb 28 10:04:05.388 INFO O| Feb 28 10:04:05.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93262025-02-28T10:04:06.544Z[ host-image] Feb 28 10:04:05.388 INFO O| Feb 28 10:04:05.388 INFO STEP 16 (ensure_dir) COMPLETE
93272025-02-28T10:04:06.544Z[ host-image] Feb 28 10:04:05.388 INFO O| Feb 28 10:04:05.388 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93282025-02-28T10:04:06.590Z[ host-image] Feb 28 10:04:05.435 INFO O| Feb 28 10:04:05.435 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93292025-02-28T10:04:06.593Z[ host-image] Feb 28 10:04:05.435 INFO O| Feb 28 10:04:05.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93302025-02-28T10:04:06.593Z[ host-image] Feb 28 10:04:05.435 INFO O| Feb 28 10:04:05.435 INFO STEP 17 (ensure_dir) COMPLETE
93312025-02-28T10:04:06.593Z[ host-image] Feb 28 10:04:05.435 INFO O| Feb 28 10:04:05.435 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93322025-02-28T10:04:06.672Z[ host-image] Feb 28 10:04:05.495 INFO O| Feb 28 10:04:05.495 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93332025-02-28T10:04:06.672Z[ host-image] Feb 28 10:04:05.495 INFO O| Feb 28 10:04:05.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
93342025-02-28T10:04:06.674Z[ host-image] Feb 28 10:04:05.495 INFO O| Feb 28 10:04:05.495 INFO ok!
93352025-02-28T10:04:06.674Z[ host-image] Feb 28 10:04:05.495 INFO O| Feb 28 10:04:05.495 INFO STEP 18 (ensure_symlink) COMPLETE
93362025-02-28T10:04:06.674Z[ host-image] Feb 28 10:04:05.495 INFO O| Feb 28 10:04:05.495 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93372025-02-28T10:04:06.712Z[ host-image] Feb 28 10:04:05.557 INFO O| Feb 28 10:04:05.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
93382025-02-28T10:04:06.712Z[ host-image] Feb 28 10:04:05.557 INFO O| Feb 28 10:04:05.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
93392025-02-28T10:04:06.715Z[ host-image] Feb 28 10:04:05.557 INFO O| Feb 28 10:04:05.557 INFO ok!
93402025-02-28T10:04:06.715Z[ host-image] Feb 28 10:04:05.557 INFO O| Feb 28 10:04:05.557 INFO STEP 19 (ensure_file) COMPLETE
93412025-02-28T10:04:06.715Z[ host-image] Feb 28 10:04:05.557 INFO O| Feb 28 10:04:05.557 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93422025-02-28T10:04:06.752Z[ host-image] Feb 28 10:04:05.596 INFO O| Feb 28 10:04:05.596 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
93432025-02-28T10:04:06.752Z[ host-image] Feb 28 10:04:05.596 INFO O| Feb 28 10:04:05.596 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93442025-02-28T10:04:06.756Z[ host-image] Feb 28 10:04:05.596 INFO O| Feb 28 10:04:05.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
93452025-02-28T10:04:06.757Z[ host-image] Feb 28 10:04:05.596 INFO O| Feb 28 10:04:05.596 INFO ok!
93462025-02-28T10:04:06.757Z[ host-image] Feb 28 10:04:05.596 INFO O| Feb 28 10:04:05.596 INFO STEP 20 (ensure_symlink) COMPLETE
93472025-02-28T10:04:06.757Z[ host-image] Feb 28 10:04:05.596 INFO O| Feb 28 10:04:05.596 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93482025-02-28T10:04:06.790Z[ host-image] Feb 28 10:04:05.634 INFO O| Feb 28 10:04:05.634 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93492025-02-28T10:04:06.790Z[ host-image] Feb 28 10:04:05.634 INFO O| Feb 28 10:04:05.634 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93502025-02-28T10:04:06.793Z[ host-image] Feb 28 10:04:05.634 INFO O| Feb 28 10:04:05.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
93512025-02-28T10:04:06.793Z[ host-image] Feb 28 10:04:05.634 INFO O| Feb 28 10:04:05.634 INFO ok!
93522025-02-28T10:04:06.793Z[ host-image] Feb 28 10:04:05.634 INFO O| Feb 28 10:04:05.634 INFO STEP 21 (ensure_symlink) COMPLETE
93532025-02-28T10:04:06.793Z[ host-image] Feb 28 10:04:05.635 INFO O| Feb 28 10:04:05.634 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93542025-02-28T10:04:06.848Z[ host-image] Feb 28 10:04:05.692 INFO O| Feb 28 10:04:05.692 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
93552025-02-28T10:04:06.848Z[ host-image] Feb 28 10:04:05.692 INFO O| Feb 28 10:04:05.692 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93562025-02-28T10:04:06.848Z[ host-image] Feb 28 10:04:05.692 INFO O| Feb 28 10:04:05.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
93572025-02-28T10:04:06.850Z[ host-image] Feb 28 10:04:05.692 INFO O| Feb 28 10:04:05.692 INFO ok!
93582025-02-28T10:04:06.851Z[ host-image] Feb 28 10:04:05.692 INFO O| Feb 28 10:04:05.692 INFO STEP 22 (ensure_symlink) COMPLETE
93592025-02-28T10:04:06.851Z[ host-image] Feb 28 10:04:05.692 INFO O| Feb 28 10:04:05.692 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93602025-02-28T10:04:06.908Z[ host-image] Feb 28 10:04:05.752 INFO O| Feb 28 10:04:05.752 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93612025-02-28T10:04:06.908Z[ host-image] Feb 28 10:04:05.752 INFO O| Feb 28 10:04:05.752 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93622025-02-28T10:04:06.908Z[ host-image] Feb 28 10:04:05.752 INFO O| Feb 28 10:04:05.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93632025-02-28T10:04:06.911Z[ host-image] Feb 28 10:04:05.752 INFO O| Feb 28 10:04:05.752 INFO ok!
93642025-02-28T10:04:06.911Z[ host-image] Feb 28 10:04:05.752 INFO O| Feb 28 10:04:05.752 INFO STEP 23 (ensure_symlink) COMPLETE
93652025-02-28T10:04:06.911Z[ host-image] Feb 28 10:04:05.752 INFO O| Feb 28 10:04:05.752 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93662025-02-28T10:04:06.930Z[ host-image] Feb 28 10:04:05.775 INFO O| Feb 28 10:04:05.774 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93672025-02-28T10:04:06.933Z[ host-image] Feb 28 10:04:05.775 INFO O| Feb 28 10:04:05.775 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93682025-02-28T10:04:06.933Z[ host-image] Feb 28 10:04:05.775 INFO O| Feb 28 10:04:05.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93692025-02-28T10:04:06.933Z[ host-image] Feb 28 10:04:05.775 INFO O| Feb 28 10:04:05.775 INFO ok!
93702025-02-28T10:04:06.933Z[ host-image] Feb 28 10:04:05.775 INFO O| Feb 28 10:04:05.775 INFO STEP 24 (ensure_file) COMPLETE
93712025-02-28T10:04:06.933Z[ host-image] Feb 28 10:04:05.775 INFO O| Feb 28 10:04:05.775 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93722025-02-28T10:04:06.954Z[ host-image] Feb 28 10:04:05.798 INFO O| Feb 28 10:04:05.798 INFO updating shadow file
93732025-02-28T10:04:06.957Z[ host-image] Feb 28 10:04:05.799 INFO O| Feb 28 10:04:05.799 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93742025-02-28T10:04:06.957Z[ host-image] Feb 28 10:04:05.799 INFO O| Feb 28 10:04:05.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93752025-02-28T10:04:06.957Z[ host-image] Feb 28 10:04:05.799 INFO O| Feb 28 10:04:05.799 INFO STEP 25 (shadow) COMPLETE
93762025-02-28T10:04:06.957Z[ host-image] Feb 28 10:04:05.799 INFO O| Feb 28 10:04:05.799 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93772025-02-28T10:04:06.978Z[ host-image] Feb 28 10:04:05.822 INFO O| Feb 28 10:04:05.822 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93782025-02-28T10:04:06.978Z[ host-image] Feb 28 10:04:05.822 INFO O| Feb 28 10:04:05.822 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93792025-02-28T10:04:06.978Z[ host-image] Feb 28 10:04:05.822 INFO O| Feb 28 10:04:05.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93802025-02-28T10:04:06.982Z[ host-image] Feb 28 10:04:05.822 INFO O| Feb 28 10:04:05.822 INFO ok!
93812025-02-28T10:04:06.982Z[ host-image] Feb 28 10:04:05.822 INFO O| Feb 28 10:04:05.822 INFO STEP 26 (ensure_file) COMPLETE
93822025-02-28T10:04:06.982Z[ host-image] Feb 28 10:04:05.822 INFO O| Feb 28 10:04:05.822 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93832025-02-28T10:04:07.023Z[ host-image] Feb 28 10:04:05.867 INFO O| Feb 28 10:04:05.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93842025-02-28T10:04:07.023Z[ host-image] Feb 28 10:04:05.867 INFO O| Feb 28 10:04:05.867 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93852025-02-28T10:04:07.026Z[ host-image] Feb 28 10:04:05.867 INFO O| Feb 28 10:04:05.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93862025-02-28T10:04:07.026Z[ host-image] Feb 28 10:04:05.867 INFO O| Feb 28 10:04:05.867 INFO ok!
93872025-02-28T10:04:07.026Z[ host-image] Feb 28 10:04:05.867 INFO O| Feb 28 10:04:05.867 INFO STEP 27 (ensure_file) COMPLETE
93882025-02-28T10:04:07.026Z[ host-image] Feb 28 10:04:05.867 INFO O| Feb 28 10:04:05.867 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93892025-02-28T10:04:07.060Z[ host-image] Feb 28 10:04:05.904 INFO O| Feb 28 10:04:05.904 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93902025-02-28T10:04:07.060Z[ host-image] Feb 28 10:04:05.904 INFO O| Feb 28 10:04:05.904 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93912025-02-28T10:04:07.063Z[ host-image] Feb 28 10:04:05.905 INFO O| Feb 28 10:04:05.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93922025-02-28T10:04:07.063Z[ host-image] Feb 28 10:04:05.905 INFO O| Feb 28 10:04:05.905 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93932025-02-28T10:04:07.063Z[ host-image] Feb 28 10:04:05.905 INFO O| Feb 28 10:04:05.905 INFO ok!
93942025-02-28T10:04:07.063Z[ host-image] Feb 28 10:04:05.905 INFO O| Feb 28 10:04:05.905 INFO STEP 28 (ensure_file) COMPLETE
93952025-02-28T10:04:07.063Z[ host-image] Feb 28 10:04:05.905 INFO O| Feb 28 10:04:05.905 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93962025-02-28T10:04:07.112Z[ host-image] Feb 28 10:04:05.956 INFO O| Feb 28 10:04:05.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93972025-02-28T10:04:07.112Z[ host-image] Feb 28 10:04:05.956 INFO O| Feb 28 10:04:05.956 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93982025-02-28T10:04:07.114Z[ host-image] Feb 28 10:04:05.956 INFO O| Feb 28 10:04:05.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93992025-02-28T10:04:07.114Z[ host-image] Feb 28 10:04:05.956 INFO O| Feb 28 10:04:05.956 INFO ok!
94002025-02-28T10:04:07.114Z[ host-image] Feb 28 10:04:05.956 INFO O| Feb 28 10:04:05.956 INFO STEP 29 (ensure_file) COMPLETE
94012025-02-28T10:04:07.114Z[ host-image] Feb 28 10:04:05.956 INFO O| Feb 28 10:04:05.956 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94022025-02-28T10:04:07.134Z[ host-image] Feb 28 10:04:05.979 INFO O| Feb 28 10:04:05.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
94032025-02-28T10:04:07.134Z[ host-image] Feb 28 10:04:05.979 INFO O| Feb 28 10:04:05.979 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
94042025-02-28T10:04:07.138Z[ host-image] Feb 28 10:04:05.979 INFO O| Feb 28 10:04:05.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
94052025-02-28T10:04:07.138Z[ host-image] Feb 28 10:04:05.979 INFO O| Feb 28 10:04:05.979 INFO ok!
94062025-02-28T10:04:07.138Z[ host-image] Feb 28 10:04:05.979 INFO O| Feb 28 10:04:05.979 INFO STEP 30 (ensure_file) COMPLETE
94072025-02-28T10:04:07.138Z[ host-image] Feb 28 10:04:05.979 INFO O| Feb 28 10:04:05.979 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94082025-02-28T10:04:07.173Z[ host-image] Feb 28 10:04:06.017 INFO O| Feb 28 10:04:06.017 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94092025-02-28T10:04:07.173Z[ host-image] Feb 28 10:04:06.017 INFO O| Feb 28 10:04:06.017 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
94102025-02-28T10:04:07.175Z[ host-image] Feb 28 10:04:06.017 INFO O| Feb 28 10:04:06.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94112025-02-28T10:04:07.176Z[ host-image] Feb 28 10:04:06.017 INFO O| Feb 28 10:04:06.017 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94122025-02-28T10:04:07.176Z[ host-image] Feb 28 10:04:06.017 INFO O| Feb 28 10:04:06.017 INFO ok!
94132025-02-28T10:04:07.176Z[ host-image] Feb 28 10:04:06.017 INFO O| Feb 28 10:04:06.017 INFO STEP 31 (ensure_file) COMPLETE
94142025-02-28T10:04:07.176Z[ host-image] Feb 28 10:04:06.017 INFO O| Feb 28 10:04:06.017 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94152025-02-28T10:04:07.207Z[ host-image] Feb 28 10:04:06.051 INFO O| Feb 28 10:04:06.051 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
94162025-02-28T10:04:07.207Z[ host-image] Feb 28 10:04:06.051 INFO O| Feb 28 10:04:06.051 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
94172025-02-28T10:04:07.210Z[ host-image] Feb 28 10:04:06.051 INFO O| Feb 28 10:04:06.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
94182025-02-28T10:04:07.210Z[ host-image] Feb 28 10:04:06.051 INFO O| Feb 28 10:04:06.051 INFO ok!
94192025-02-28T10:04:07.210Z[ host-image] Feb 28 10:04:06.051 INFO O| Feb 28 10:04:06.051 INFO STEP 32 (ensure_file) COMPLETE
94202025-02-28T10:04:07.211Z[ host-image] Feb 28 10:04:06.051 INFO O| Feb 28 10:04:06.051 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94212025-02-28T10:04:07.250Z[ host-image] Feb 28 10:04:06.093 INFO O| Feb 28 10:04:06.093 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94222025-02-28T10:04:07.253Z[ host-image] Feb 28 10:04:06.093 INFO O| Feb 28 10:04:06.093 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
94232025-02-28T10:04:07.253Z[ host-image] Feb 28 10:04:06.094 INFO O| Feb 28 10:04:06.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
94242025-02-28T10:04:07.253Z[ host-image] Feb 28 10:04:06.094 INFO O| Feb 28 10:04:06.094 INFO ok!
94252025-02-28T10:04:07.253Z[ host-image] Feb 28 10:04:06.094 INFO O| Feb 28 10:04:06.094 INFO STEP 33 (ensure_file) COMPLETE
94262025-02-28T10:04:07.253Z[ host-image] Feb 28 10:04:06.094 INFO O| Feb 28 10:04:06.094 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94272025-02-28T10:04:07.273Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
94282025-02-28T10:04:07.273Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
94292025-02-28T10:04:07.273Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94302025-02-28T10:04:07.276Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94312025-02-28T10:04:07.276Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94322025-02-28T10:04:07.276Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94332025-02-28T10:04:07.276Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO ok!
94342025-02-28T10:04:07.276Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO STEP 34 (ensure_file) COMPLETE
94352025-02-28T10:04:07.276Z[ host-image] Feb 28 10:04:06.117 INFO O| Feb 28 10:04:06.117 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94362025-02-28T10:04:07.302Z[ host-image] Feb 28 10:04:06.146 INFO O| Feb 28 10:04:06.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94372025-02-28T10:04:07.302Z[ host-image] Feb 28 10:04:06.146 INFO O| Feb 28 10:04:06.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94382025-02-28T10:04:07.304Z[ host-image] Feb 28 10:04:06.146 INFO O| Feb 28 10:04:06.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94392025-02-28T10:04:07.304Z[ host-image] Feb 28 10:04:06.146 INFO O| Feb 28 10:04:06.146 INFO STEP 35 (ensure_dir) COMPLETE
94402025-02-28T10:04:07.304Z[ host-image] Feb 28 10:04:06.146 INFO O| Feb 28 10:04:06.146 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94412025-02-28T10:04:07.325Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.169 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
94422025-02-28T10:04:07.325Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.170 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 ...
94432025-02-28T10:04:07.328Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.170 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
94442025-02-28T10:04:07.328Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.170 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
94452025-02-28T10:04:07.328Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.170 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
94462025-02-28T10:04:07.328Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.170 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
94472025-02-28T10:04:07.328Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.170 INFO ok!
94482025-02-28T10:04:07.328Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.170 INFO STEP 36 (ensure_file) COMPLETE
94492025-02-28T10:04:07.328Z[ host-image] Feb 28 10:04:06.170 INFO O| Feb 28 10:04:06.170 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94502025-02-28T10:04:07.363Z[ host-image] Feb 28 10:04:06.207 INFO O| Feb 28 10:04:06.207 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94512025-02-28T10:04:07.366Z[ host-image] Feb 28 10:04:06.207 INFO O| Feb 28 10:04:06.207 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 ...
94522025-02-28T10:04:07.366Z[ host-image] Feb 28 10:04:06.208 INFO O| Feb 28 10:04:06.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94532025-02-28T10:04:07.366Z[ host-image] Feb 28 10:04:06.208 INFO O| Feb 28 10:04:06.208 INFO ok!
94542025-02-28T10:04:07.366Z[ host-image] Feb 28 10:04:06.208 INFO O| Feb 28 10:04:06.208 INFO STEP 37 (ensure_symlink) COMPLETE
94552025-02-28T10:04:07.366Z[ host-image] Feb 28 10:04:06.208 INFO O| Feb 28 10:04:06.208 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94562025-02-28T10:04:07.384Z[ host-image] Feb 28 10:04:06.228 INFO O| Feb 28 10:04:06.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
94572025-02-28T10:04:07.384Z[ host-image] Feb 28 10:04:06.229 INFO O| Feb 28 10:04:06.229 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94582025-02-28T10:04:07.387Z[ host-image] Feb 28 10:04:06.229 INFO O| Feb 28 10:04:06.229 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94592025-02-28T10:04:07.387Z[ host-image] Feb 28 10:04:06.229 INFO O| Feb 28 10:04:06.229 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94602025-02-28T10:04:07.387Z[ host-image] Feb 28 10:04:06.229 INFO O| Feb 28 10:04:06.229 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94612025-02-28T10:04:07.387Z[ host-image] Feb 28 10:04:06.229 INFO O| Feb 28 10:04:06.229 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94622025-02-28T10:04:07.387Z[ host-image] Feb 28 10:04:06.229 INFO O| Feb 28 10:04:06.229 INFO ok!
94632025-02-28T10:04:07.387Z[ host-image] Feb 28 10:04:06.230 INFO O| Feb 28 10:04:06.229 INFO STEP 38 (ensure_file) COMPLETE
94642025-02-28T10:04:07.387Z[ host-image] Feb 28 10:04:06.230 INFO O| Feb 28 10:04:06.230 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94652025-02-28T10:04:07.406Z[ host-image] Feb 28 10:04:06.251 INFO O| Feb 28 10:04:06.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94662025-02-28T10:04:07.409Z[ host-image] Feb 28 10:04:06.251 INFO O| Feb 28 10:04:06.251 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 ...
94672025-02-28T10:04:07.409Z[ host-image] Feb 28 10:04:06.251 INFO O| Feb 28 10:04:06.251 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
94682025-02-28T10:04:07.409Z[ host-image] Feb 28 10:04:06.251 INFO O| Feb 28 10:04:06.251 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94692025-02-28T10:04:07.409Z[ host-image] Feb 28 10:04:06.252 INFO O| Feb 28 10:04:06.252 INFO ok!
94702025-02-28T10:04:07.409Z[ host-image] Feb 28 10:04:06.252 INFO O| Feb 28 10:04:06.252 INFO STEP 39 (ensure_file) COMPLETE
94712025-02-28T10:04:07.409Z[ host-image] Feb 28 10:04:06.252 INFO O| Feb 28 10:04:06.252 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94722025-02-28T10:04:07.429Z[ host-image] Feb 28 10:04:06.274 INFO O| Feb 28 10:04:06.274 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94732025-02-28T10:04:07.432Z[ host-image] Feb 28 10:04:06.274 INFO O| Feb 28 10:04:06.274 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94742025-02-28T10:04:07.432Z[ host-image] Feb 28 10:04:06.274 INFO O| Feb 28 10:04:06.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94752025-02-28T10:04:07.432Z[ host-image] Feb 28 10:04:06.275 INFO O| Feb 28 10:04:06.274 INFO ok!
94762025-02-28T10:04:07.432Z[ host-image] Feb 28 10:04:06.275 INFO O| Feb 28 10:04:06.275 INFO STEP 40 (ensure_file) COMPLETE
94772025-02-28T10:04:07.432Z[ host-image] Feb 28 10:04:06.275 INFO O| Feb 28 10:04:06.275 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94782025-02-28T10:04:07.454Z[ host-image] Feb 28 10:04:06.299 INFO O| Feb 28 10:04:06.299 INFO updating shadow file
94792025-02-28T10:04:07.457Z[ host-image] Feb 28 10:04:06.299 INFO O| Feb 28 10:04:06.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94802025-02-28T10:04:07.457Z[ host-image] Feb 28 10:04:06.299 INFO O| Feb 28 10:04:06.299 INFO STEP 41 (shadow) COMPLETE
94812025-02-28T10:04:07.457Z[ host-image] Feb 28 10:04:06.299 INFO O| Feb 28 10:04:06.299 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94822025-02-28T10:04:07.483Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94832025-02-28T10:04:07.483Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94842025-02-28T10:04:07.483Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94852025-02-28T10:04:07.486Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94862025-02-28T10:04:07.486Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO ok!
94872025-02-28T10:04:07.486Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO STEP 42 (ensure_file) COMPLETE
94882025-02-28T10:04:07.486Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94892025-02-28T10:04:07.486Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO skip step because feature "mfg" is not enabled
94902025-02-28T10:04:07.486Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94912025-02-28T10:04:07.486Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO skip step because feature "mfg" is not enabled
94922025-02-28T10:04:07.486Z[ host-image] Feb 28 10:04:06.328 INFO O| Feb 28 10:04:06.328 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94932025-02-28T10:04:07.505Z[ host-image] Feb 28 10:04:06.349 INFO O| Feb 28 10:04:06.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94942025-02-28T10:04:07.505Z[ host-image] Feb 28 10:04:06.349 INFO O| Feb 28 10:04:06.349 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94952025-02-28T10:04:08.350Z[ host-image] Feb 28 10:04:07.194 INFO O| Feb 28 10:04:07.194 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94962025-02-28T10:04:08.350Z[ host-image] Feb 28 10:04:07.194 INFO O| Feb 28 10:04:07.194 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94972025-02-28T10:04:08.350Z[ host-image] Feb 28 10:04:07.194 INFO O| Feb 28 10:04:07.194 INFO ok!
94982025-02-28T10:04:08.352Z[ host-image] Feb 28 10:04:07.194 INFO O| Feb 28 10:04:07.194 INFO STEP 45 (ensure_file) COMPLETE
94992025-02-28T10:04:08.353Z[ host-image] Feb 28 10:04:07.194 INFO O| Feb 28 10:04:07.194 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95002025-02-28T10:04:08.393Z[ host-image] Feb 28 10:04:07.237 INFO O| Feb 28 10:04:07.237 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
95012025-02-28T10:04:08.393Z[ host-image] Feb 28 10:04:07.238 INFO O| Feb 28 10:04:07.237 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
95022025-02-28T10:04:08.396Z[ host-image] Feb 28 10:04:07.238 INFO O| Feb 28 10:04:07.238 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95032025-02-28T10:04:08.396Z[ host-image] Feb 28 10:04:07.238 INFO O| Feb 28 10:04:07.238 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95042025-02-28T10:04:08.396Z[ host-image] Feb 28 10:04:07.238 INFO O| Feb 28 10:04:07.238 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95052025-02-28T10:04:08.396Z[ host-image] Feb 28 10:04:07.238 INFO O| Feb 28 10:04:07.238 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95062025-02-28T10:04:08.396Z[ host-image] Feb 28 10:04:07.238 INFO O| Feb 28 10:04:07.238 INFO ok!
95072025-02-28T10:04:08.396Z[ host-image] Feb 28 10:04:07.238 INFO O| Feb 28 10:04:07.238 INFO STEP 46 (ensure_file) COMPLETE
95082025-02-28T10:04:08.396Z[ host-image] Feb 28 10:04:07.238 INFO O| Feb 28 10:04:07.238 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95092025-02-28T10:04:08.413Z[ host-image] Feb 28 10:04:07.258 INFO O| Feb 28 10:04:07.258 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
95102025-02-28T10:04:08.413Z[ host-image] Feb 28 10:04:07.258 INFO O| Feb 28 10:04:07.258 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 ...
95112025-02-28T10:04:08.417Z[ host-image] Feb 28 10:04:07.258 INFO O| Feb 28 10:04:07.258 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
95122025-02-28T10:04:08.417Z[ host-image] Feb 28 10:04:07.258 INFO O| Feb 28 10:04:07.258 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95132025-02-28T10:04:08.417Z[ host-image] Feb 28 10:04:07.258 INFO O| Feb 28 10:04:07.258 INFO ok!
95142025-02-28T10:04:08.417Z[ host-image] Feb 28 10:04:07.258 INFO O| Feb 28 10:04:07.258 INFO STEP 47 (ensure_file) COMPLETE
95152025-02-28T10:04:08.418Z[ host-image] Feb 28 10:04:07.258 INFO O| Feb 28 10:04:07.258 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95162025-02-28T10:04:08.434Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
95172025-02-28T10:04:08.434Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
95182025-02-28T10:04:08.437Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95192025-02-28T10:04:08.437Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95202025-02-28T10:04:08.437Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95212025-02-28T10:04:08.437Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95222025-02-28T10:04:08.437Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO ok!
95232025-02-28T10:04:08.437Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO STEP 48 (ensure_file) COMPLETE
95242025-02-28T10:04:08.437Z[ host-image] Feb 28 10:04:07.279 INFO O| Feb 28 10:04:07.279 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95252025-02-28T10:04:08.454Z[ host-image] Feb 28 10:04:07.298 INFO O| Feb 28 10:04:07.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95262025-02-28T10:04:08.454Z[ host-image] Feb 28 10:04:07.298 INFO O| Feb 28 10:04:07.298 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 ...
95272025-02-28T10:04:08.459Z[ host-image] Feb 28 10:04:07.298 INFO O| Feb 28 10:04:07.298 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
95282025-02-28T10:04:08.459Z[ host-image] Feb 28 10:04:07.298 INFO O| Feb 28 10:04:07.298 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95292025-02-28T10:04:08.459Z[ host-image] Feb 28 10:04:07.298 INFO O| Feb 28 10:04:07.298 INFO ok!
95302025-02-28T10:04:08.459Z[ host-image] Feb 28 10:04:07.298 INFO O| Feb 28 10:04:07.298 INFO STEP 49 (ensure_file) COMPLETE
95312025-02-28T10:04:08.459Z[ host-image] Feb 28 10:04:07.298 INFO O| Feb 28 10:04:07.298 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95322025-02-28T10:04:08.474Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
95332025-02-28T10:04:08.474Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
95342025-02-28T10:04:08.474Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95352025-02-28T10:04:08.474Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95362025-02-28T10:04:08.484Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95372025-02-28T10:04:08.484Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95382025-02-28T10:04:08.484Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO ok!
95392025-02-28T10:04:08.484Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO STEP 50 (ensure_file) COMPLETE
95402025-02-28T10:04:08.484Z[ host-image] Feb 28 10:04:07.318 INFO O| Feb 28 10:04:07.318 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95412025-02-28T10:04:08.494Z[ host-image] Feb 28 10:04:07.337 INFO O| Feb 28 10:04:07.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95422025-02-28T10:04:08.494Z[ host-image] Feb 28 10:04:07.337 INFO O| Feb 28 10:04:07.337 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 ...
95432025-02-28T10:04:08.494Z[ host-image] Feb 28 10:04:07.337 INFO O| Feb 28 10:04:07.337 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
95442025-02-28T10:04:08.494Z[ host-image] Feb 28 10:04:07.337 INFO O| Feb 28 10:04:07.337 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95452025-02-28T10:04:08.494Z[ host-image] Feb 28 10:04:07.337 INFO O| Feb 28 10:04:07.337 INFO ok!
95462025-02-28T10:04:08.494Z[ host-image] Feb 28 10:04:07.337 INFO O| Feb 28 10:04:07.337 INFO STEP 51 (ensure_file) COMPLETE
95472025-02-28T10:04:08.494Z[ host-image] Feb 28 10:04:07.337 INFO O| Feb 28 10:04:07.337 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95482025-02-28T10:04:08.512Z[ host-image] Feb 28 10:04:07.356 INFO O| Feb 28 10:04:07.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95492025-02-28T10:04:08.512Z[ host-image] Feb 28 10:04:07.356 INFO O| Feb 28 10:04:07.356 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 ...
95502025-02-28T10:04:08.516Z[ host-image] Feb 28 10:04:07.356 INFO O| Feb 28 10:04:07.356 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
95512025-02-28T10:04:08.516Z[ host-image] Feb 28 10:04:07.356 INFO O| Feb 28 10:04:07.356 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95522025-02-28T10:04:08.516Z[ host-image] Feb 28 10:04:07.356 INFO O| Feb 28 10:04:07.356 INFO ok!
95532025-02-28T10:04:08.516Z[ host-image] Feb 28 10:04:07.356 INFO O| Feb 28 10:04:07.356 INFO STEP 52 (ensure_file) COMPLETE
95542025-02-28T10:04:08.516Z[ host-image] Feb 28 10:04:07.356 INFO O| Feb 28 10:04:07.356 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95552025-02-28T10:04:08.534Z[ host-image] Feb 28 10:04:07.376 INFO O| Feb 28 10:04:07.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95562025-02-28T10:04:08.534Z[ host-image] Feb 28 10:04:07.377 INFO O| Feb 28 10:04:07.376 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 ...
95572025-02-28T10:04:08.535Z[ host-image] Feb 28 10:04:07.377 INFO O| Feb 28 10:04:07.377 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
95582025-02-28T10:04:08.535Z[ host-image] Feb 28 10:04:07.377 INFO O| Feb 28 10:04:07.377 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95592025-02-28T10:04:08.535Z[ host-image] Feb 28 10:04:07.377 INFO O| Feb 28 10:04:07.377 INFO ok!
95602025-02-28T10:04:08.535Z[ host-image] Feb 28 10:04:07.377 INFO O| Feb 28 10:04:07.377 INFO STEP 53 (ensure_file) COMPLETE
95612025-02-28T10:04:08.535Z[ host-image] Feb 28 10:04:07.377 INFO O| Feb 28 10:04:07.377 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622025-02-28T10:04:08.554Z[ host-image] Feb 28 10:04:07.398 INFO O| Feb 28 10:04:07.398 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95632025-02-28T10:04:08.554Z[ host-image] Feb 28 10:04:07.398 INFO O| Feb 28 10:04:07.398 INFO STEP 54 (ensure_dir) COMPLETE
95642025-02-28T10:04:08.554Z[ host-image] Feb 28 10:04:07.398 INFO O| Feb 28 10:04:07.398 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-02-28T10:04:08.573Z[ host-image] Feb 28 10:04:07.417 INFO O| Feb 28 10:04:07.417 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95662025-02-28T10:04:08.573Z[ host-image] Feb 28 10:04:07.417 INFO O| Feb 28 10:04:07.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95672025-02-28T10:04:08.573Z[ host-image] Feb 28 10:04:07.417 INFO O| Feb 28 10:04:07.417 INFO STEP 55 (ensure_dir) COMPLETE
95682025-02-28T10:04:08.573Z[ host-image] Feb 28 10:04:07.417 INFO O| Feb 28 10:04:07.417 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692025-02-28T10:04:08.592Z[ host-image] Feb 28 10:04:07.436 INFO O| Feb 28 10:04:07.436 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95702025-02-28T10:04:08.592Z[ host-image] Feb 28 10:04:07.436 INFO O| Feb 28 10:04:07.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95712025-02-28T10:04:08.596Z[ host-image] Feb 28 10:04:07.436 INFO O| Feb 28 10:04:07.436 INFO STEP 56 (ensure_dir) COMPLETE
95722025-02-28T10:04:08.596Z[ host-image] Feb 28 10:04:07.436 INFO O| Feb 28 10:04:07.436 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732025-02-28T10:04:08.611Z[ host-image] Feb 28 10:04:07.455 INFO O| Feb 28 10:04:07.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95742025-02-28T10:04:08.611Z[ host-image] Feb 28 10:04:07.455 INFO O| Feb 28 10:04:07.455 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95752025-02-28T10:04:08.647Z[ host-image] Feb 28 10:04:07.490 INFO O| Feb 28 10:04:07.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95762025-02-28T10:04:08.647Z[ host-image] Feb 28 10:04:07.490 INFO O| Feb 28 10:04:07.490 INFO ok!
95772025-02-28T10:04:08.647Z[ host-image] Feb 28 10:04:07.490 INFO O| Feb 28 10:04:07.490 INFO STEP 57 (ensure_file) COMPLETE
95782025-02-28T10:04:08.647Z[ host-image] Feb 28 10:04:07.490 INFO O| Feb 28 10:04:07.490 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792025-02-28T10:04:08.664Z[ host-image] Feb 28 10:04:07.509 INFO O| Feb 28 10:04:07.509 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95802025-02-28T10:04:08.665Z[ host-image] Feb 28 10:04:07.509 INFO O| Feb 28 10:04:07.509 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95812025-02-28T10:04:10.126Z[ host-image] Feb 28 10:04:08.970 INFO O| Feb 28 10:04:08.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95822025-02-28T10:04:10.126Z[ host-image] Feb 28 10:04:08.970 INFO O| Feb 28 10:04:08.970 INFO ok!
95832025-02-28T10:04:10.129Z[ host-image] Feb 28 10:04:08.970 INFO O| Feb 28 10:04:08.970 INFO STEP 58 (ensure_file) COMPLETE
95842025-02-28T10:04:10.129Z[ host-image] Feb 28 10:04:08.970 INFO O| Feb 28 10:04:08.970 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852025-02-28T10:04:10.159Z[ host-image] Feb 28 10:04:09.003 INFO O| Feb 28 10:04:09.003 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95862025-02-28T10:04:10.159Z[ host-image] Feb 28 10:04:09.003 INFO O| Feb 28 10:04:09.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95872025-02-28T10:04:10.162Z[ host-image] Feb 28 10:04:09.003 INFO O| Feb 28 10:04:09.003 INFO STEP 59 (ensure_dir) COMPLETE
95882025-02-28T10:04:10.162Z[ host-image] Feb 28 10:04:09.003 INFO O| Feb 28 10:04:09.003 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892025-02-28T10:04:10.213Z[ host-image] Feb 28 10:04:09.058 INFO O| Feb 28 10:04:09.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95902025-02-28T10:04:10.213Z[ host-image] Feb 28 10:04:09.058 INFO O| Feb 28 10:04:09.057 INFO copying /tmp/.tmpmn8qfF/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 ...
95912025-02-28T10:04:10.216Z[ host-image] Feb 28 10:04:09.058 INFO O| Feb 28 10:04:09.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95922025-02-28T10:04:10.216Z[ host-image] Feb 28 10:04:09.058 INFO O| Feb 28 10:04:09.058 INFO ok!
95932025-02-28T10:04:10.216Z[ host-image] Feb 28 10:04:09.058 INFO O| Feb 28 10:04:09.058 INFO STEP 60 (ensure_file) COMPLETE
95942025-02-28T10:04:10.216Z[ host-image] Feb 28 10:04:09.058 INFO O| Feb 28 10:04:09.058 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952025-02-28T10:04:10.219Z[ recovery-image] Feb 28 10:04:09.062 INFO E| Compiling bitflags v1.3.2
95962025-02-28T10:04:10.219Z[ recovery-image] Feb 28 10:04:09.062 INFO E| Compiling log v0.4.22
95972025-02-28T10:04:10.219Z[ recovery-image] Feb 28 10:04:09.062 INFO E| Compiling bit_field v0.10.2
95982025-02-28T10:04:10.219Z[ recovery-image] Feb 28 10:04:09.062 INFO E| Compiling plain v0.2.3
95992025-02-28T10:04:10.219Z[ recovery-image] Feb 28 10:04:09.062 INFO E| Compiling scroll v0.12.0
96002025-02-28T10:04:10.219Z[ recovery-image] Feb 28 10:04:09.062 INFO E| Compiling adler2 v2.0.0
96012025-02-28T10:04:10.219Z[ recovery-image] Feb 28 10:04:09.062 INFO E| Compiling static_assertions v1.1.0
96022025-02-28T10:04:10.239Z[ host-image] Feb 28 10:04:09.083 INFO O| Feb 28 10:04:09.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96032025-02-28T10:04:10.239Z[ host-image] Feb 28 10:04:09.083 INFO O| Feb 28 10:04:09.083 INFO copying /tmp/.tmpmn8qfF/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 ...
96042025-02-28T10:04:10.242Z[ host-image] Feb 28 10:04:09.084 INFO O| Feb 28 10:04:09.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96052025-02-28T10:04:10.242Z[ host-image] Feb 28 10:04:09.084 INFO O| Feb 28 10:04:09.084 INFO ok!
96062025-02-28T10:04:10.242Z[ host-image] Feb 28 10:04:09.084 INFO O| Feb 28 10:04:09.084 INFO STEP 61 (ensure_file) COMPLETE
96072025-02-28T10:04:10.242Z[ host-image] Feb 28 10:04:09.084 INFO O| Feb 28 10:04:09.084 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082025-02-28T10:04:10.294Z[ host-image] Feb 28 10:04:09.138 INFO O| Feb 28 10:04:09.138 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96092025-02-28T10:04:10.294Z[ host-image] Feb 28 10:04:09.138 INFO O| Feb 28 10:04:09.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96102025-02-28T10:04:10.297Z[ host-image] Feb 28 10:04:09.138 INFO O| Feb 28 10:04:09.138 INFO STEP 62 (ensure_dir) COMPLETE
96112025-02-28T10:04:10.297Z[ host-image] Feb 28 10:04:09.138 INFO O| Feb 28 10:04:09.138 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122025-02-28T10:04:10.348Z[ host-image] Feb 28 10:04:09.192 INFO O| Feb 28 10:04:09.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96132025-02-28T10:04:10.348Z[ host-image] Feb 28 10:04:09.192 INFO O| Feb 28 10:04:09.192 INFO copying /tmp/.tmpmn8qfF/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 ...
96142025-02-28T10:04:10.348Z[ host-image] Feb 28 10:04:09.192 INFO O| Feb 28 10:04:09.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96152025-02-28T10:04:10.352Z[ host-image] Feb 28 10:04:09.192 INFO O| Feb 28 10:04:09.192 INFO ok!
96162025-02-28T10:04:10.352Z[ host-image] Feb 28 10:04:09.192 INFO O| Feb 28 10:04:09.192 INFO STEP 63 (ensure_file) COMPLETE
96172025-02-28T10:04:10.352Z[ host-image] Feb 28 10:04:09.192 INFO O| Feb 28 10:04:09.192 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182025-02-28T10:04:10.354Z[ recovery-image] Feb 28 10:04:09.198 INFO E| Compiling raw-cpuid v10.7.0
96192025-02-28T10:04:10.374Z[ recovery-image] Feb 28 10:04:09.218 INFO E| Compiling cpio_reader v0.1.1
96202025-02-28T10:04:10.422Z[ host-image] Feb 28 10:04:09.264 INFO O| Feb 28 10:04:09.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96212025-02-28T10:04:10.423Z[ host-image] Feb 28 10:04:09.264 INFO O| Feb 28 10:04:09.264 INFO copying /tmp/.tmpmn8qfF/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 ...
96222025-02-28T10:04:10.423Z[ host-image] Feb 28 10:04:09.265 INFO O| Feb 28 10:04:09.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96232025-02-28T10:04:10.423Z[ host-image] Feb 28 10:04:09.265 INFO O| Feb 28 10:04:09.265 INFO ok!
96242025-02-28T10:04:10.423Z[ host-image] Feb 28 10:04:09.265 INFO O| Feb 28 10:04:09.265 INFO STEP 64 (ensure_file) COMPLETE
96252025-02-28T10:04:10.423Z[ host-image] Feb 28 10:04:09.265 INFO O| Feb 28 10:04:09.265 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262025-02-28T10:04:10.469Z[ host-image] Feb 28 10:04:09.313 INFO O| Feb 28 10:04:09.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96272025-02-28T10:04:10.472Z[ host-image] Feb 28 10:04:09.313 INFO O| Feb 28 10:04:09.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96282025-02-28T10:04:10.472Z[ host-image] Feb 28 10:04:09.313 INFO O| Feb 28 10:04:09.313 INFO STEP 65 (ensure_dir) COMPLETE
96292025-02-28T10:04:10.472Z[ host-image] Feb 28 10:04:09.313 INFO O| Feb 28 10:04:09.313 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302025-02-28T10:04:10.578Z[ host-image] Feb 28 10:04:09.422 INFO O| Feb 28 10:04:09.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96312025-02-28T10:04:10.578Z[ host-image] Feb 28 10:04:09.422 INFO O| Feb 28 10:04:09.422 INFO copying /tmp/.tmpmn8qfF/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 ...
96322025-02-28T10:04:10.581Z[ host-image] Feb 28 10:04:09.422 INFO O| Feb 28 10:04:09.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96332025-02-28T10:04:10.581Z[ host-image] Feb 28 10:04:09.423 INFO O| Feb 28 10:04:09.422 INFO ok!
96342025-02-28T10:04:10.581Z[ host-image] Feb 28 10:04:09.423 INFO O| Feb 28 10:04:09.423 INFO STEP 66 (ensure_file) COMPLETE
96352025-02-28T10:04:10.581Z[ host-image] Feb 28 10:04:09.423 INFO O| Feb 28 10:04:09.423 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362025-02-28T10:04:10.697Z[ recovery-image] Feb 28 10:04:09.542 INFO E| Compiling miniz_oxide v0.8.0
96372025-02-28T10:04:10.766Z[ host-image] Feb 28 10:04:09.608 INFO O| Feb 28 10:04:09.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96382025-02-28T10:04:10.766Z[ host-image] Feb 28 10:04:09.608 INFO O| Feb 28 10:04:09.608 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
96392025-02-28T10:04:10.766Z[ host-image] Feb 28 10:04:09.609 INFO O| Feb 28 10:04:09.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
96402025-02-28T10:04:10.766Z[ host-image] Feb 28 10:04:09.609 INFO O| Feb 28 10:04:09.608 INFO ok!
96412025-02-28T10:04:10.766Z[ host-image] Feb 28 10:04:09.609 INFO O| Feb 28 10:04:09.608 INFO STEP 67 (ensure_file) COMPLETE
96422025-02-28T10:04:10.766Z[ host-image] Feb 28 10:04:09.609 INFO O| Feb 28 10:04:09.608 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432025-02-28T10:04:10.845Z[ recovery-image] Feb 28 10:04:09.689 INFO E| Compiling bitstruct v0.1.1
96442025-02-28T10:04:10.983Z[ host-image] Feb 28 10:04:09.827 INFO O| Feb 28 10:04:09.827 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96452025-02-28T10:04:10.983Z[ host-image] Feb 28 10:04:09.827 INFO O| Feb 28 10:04:09.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96462025-02-28T10:04:10.983Z[ host-image] Feb 28 10:04:09.827 INFO O| Feb 28 10:04:09.827 INFO STEP 68 (ensure_dir) COMPLETE
96472025-02-28T10:04:10.986Z[ host-image] Feb 28 10:04:09.827 INFO O| Feb 28 10:04:09.827 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482025-02-28T10:04:11.063Z[ host-image] Feb 28 10:04:09.908 INFO O| Feb 28 10:04:09.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96492025-02-28T10:04:11.064Z[ host-image] Feb 28 10:04:09.908 INFO O| Feb 28 10:04:09.907 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96502025-02-28T10:04:11.478Z[ recovery-image] Feb 28 10:04:10.322 INFO E| Compiling goblin v0.8.2
96512025-02-28T10:04:12.551Z[ host-image] Feb 28 10:04:11.395 INFO O| Feb 28 10:04:11.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
96522025-02-28T10:04:12.551Z[ host-image] Feb 28 10:04:11.395 INFO O| Feb 28 10:04:11.395 INFO ok!
96532025-02-28T10:04:12.553Z[ host-image] Feb 28 10:04:11.395 INFO O| Feb 28 10:04:11.395 INFO STEP 69 (ensure_file) COMPLETE
96542025-02-28T10:04:12.553Z[ host-image] Feb 28 10:04:11.395 INFO O| Feb 28 10:04:11.395 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552025-02-28T10:04:12.581Z[ host-image] Feb 28 10:04:11.425 INFO O| Feb 28 10:04:11.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96562025-02-28T10:04:12.581Z[ host-image] Feb 28 10:04:11.425 INFO O| Feb 28 10:04:11.425 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
96572025-02-28T10:04:15.121Z[ host-image] Feb 28 10:04:13.965 INFO O| Feb 28 10:04:13.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
96582025-02-28T10:04:15.121Z[ host-image] Feb 28 10:04:13.965 INFO O| Feb 28 10:04:13.965 INFO ok!
96592025-02-28T10:04:15.124Z[ host-image] Feb 28 10:04:13.965 INFO O| Feb 28 10:04:13.965 INFO STEP 70 (ensure_file) COMPLETE
96602025-02-28T10:04:15.124Z[ host-image] Feb 28 10:04:13.965 INFO O| Feb 28 10:04:13.965 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96612025-02-28T10:04:15.143Z[ host-image] Feb 28 10:04:13.987 INFO O| Feb 28 10:04:13.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96622025-02-28T10:04:15.143Z[ host-image] Feb 28 10:04:13.987 INFO O| Feb 28 10:04:13.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96632025-02-28T10:04:15.146Z[ host-image] Feb 28 10:04:13.988 INFO O| Feb 28 10:04:13.987 INFO STEP 71 (ensure_dir) COMPLETE
96642025-02-28T10:04:15.146Z[ host-image] Feb 28 10:04:13.988 INFO O| Feb 28 10:04:13.987 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652025-02-28T10:04:15.179Z[ host-image] Feb 28 10:04:14.023 INFO O| Feb 28 10:04:14.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96662025-02-28T10:04:15.182Z[ host-image] Feb 28 10:04:14.023 INFO O| Feb 28 10:04:14.023 INFO copying /tmp/.tmpmn8qfF/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 ...
96672025-02-28T10:04:15.182Z[ host-image] Feb 28 10:04:14.023 INFO O| Feb 28 10:04:14.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96682025-02-28T10:04:15.183Z[ host-image] Feb 28 10:04:14.023 INFO O| Feb 28 10:04:14.023 INFO ok!
96692025-02-28T10:04:15.184Z[ host-image] Feb 28 10:04:14.023 INFO O| Feb 28 10:04:14.023 INFO STEP 72 (ensure_file) COMPLETE
96702025-02-28T10:04:15.184Z[ host-image] Feb 28 10:04:14.023 INFO O| Feb 28 10:04:14.023 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712025-02-28T10:04:15.243Z[ host-image] Feb 28 10:04:14.087 INFO O| Feb 28 10:04:14.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96722025-02-28T10:04:15.243Z[ host-image] Feb 28 10:04:14.087 INFO O| Feb 28 10:04:14.087 INFO copying /tmp/.tmpmn8qfF/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 ...
96732025-02-28T10:04:15.243Z[ host-image] Feb 28 10:04:14.087 INFO O| Feb 28 10:04:14.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96742025-02-28T10:04:15.246Z[ host-image] Feb 28 10:04:14.087 INFO O| Feb 28 10:04:14.087 INFO ok!
96752025-02-28T10:04:15.246Z[ host-image] Feb 28 10:04:14.087 INFO O| Feb 28 10:04:14.087 INFO STEP 73 (ensure_file) COMPLETE
96762025-02-28T10:04:15.246Z[ host-image] Feb 28 10:04:14.087 INFO O| Feb 28 10:04:14.087 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772025-02-28T10:04:15.286Z[ host-image] Feb 28 10:04:14.130 INFO O| Feb 28 10:04:14.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96782025-02-28T10:04:15.286Z[ host-image] Feb 28 10:04:14.130 INFO O| Feb 28 10:04:14.130 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96792025-02-28T10:04:15.286Z[ host-image] Feb 28 10:04:14.130 INFO O| Feb 28 10:04:14.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96802025-02-28T10:04:15.286Z[ host-image] Feb 28 10:04:14.130 INFO O| Feb 28 10:04:14.130 INFO ok!
96812025-02-28T10:04:15.289Z[ host-image] Feb 28 10:04:14.130 INFO O| Feb 28 10:04:14.130 INFO STEP 74 (ensure_file) COMPLETE
96822025-02-28T10:04:15.289Z[ host-image] Feb 28 10:04:14.130 INFO O| Feb 28 10:04:14.130 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832025-02-28T10:04:15.315Z[ host-image] Feb 28 10:04:14.159 INFO O| Feb 28 10:04:14.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96842025-02-28T10:04:15.316Z[ host-image] Feb 28 10:04:14.159 INFO O| Feb 28 10:04:14.159 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96852025-02-28T10:04:15.316Z[ host-image] Feb 28 10:04:14.159 INFO O| Feb 28 10:04:14.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96862025-02-28T10:04:15.319Z[ host-image] Feb 28 10:04:14.159 INFO O| Feb 28 10:04:14.159 INFO ok!
96872025-02-28T10:04:15.319Z[ host-image] Feb 28 10:04:14.159 INFO O| Feb 28 10:04:14.159 INFO STEP 75 (ensure_file) COMPLETE
96882025-02-28T10:04:15.319Z[ host-image] Feb 28 10:04:14.159 INFO O| Feb 28 10:04:14.159 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892025-02-28T10:04:15.369Z[ host-image] Feb 28 10:04:14.213 INFO O| Feb 28 10:04:14.213 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96902025-02-28T10:04:15.369Z[ host-image] Feb 28 10:04:14.213 INFO O| Feb 28 10:04:14.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96912025-02-28T10:04:15.372Z[ host-image] Feb 28 10:04:14.213 INFO O| Feb 28 10:04:14.213 INFO STEP 76 (ensure_dir) COMPLETE
96922025-02-28T10:04:15.372Z[ host-image] Feb 28 10:04:14.213 INFO O| Feb 28 10:04:14.213 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96932025-02-28T10:04:15.646Z[ host-image] Feb 28 10:04:14.490 INFO O| Feb 28 10:04:14.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96942025-02-28T10:04:15.646Z[ host-image] Feb 28 10:04:14.490 INFO O| Feb 28 10:04:14.490 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96952025-02-28T10:04:15.650Z[ host-image] Feb 28 10:04:14.495 INFO O| Feb 28 10:04:14.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96962025-02-28T10:04:15.650Z[ host-image] Feb 28 10:04:14.495 INFO O| Feb 28 10:04:14.495 INFO ok!
96972025-02-28T10:04:15.653Z[ host-image] Feb 28 10:04:14.495 INFO O| Feb 28 10:04:14.495 INFO STEP 77 (ensure_file) COMPLETE
96982025-02-28T10:04:15.653Z[ host-image] Feb 28 10:04:14.495 INFO O| Feb 28 10:04:14.495 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96992025-02-28T10:04:15.735Z[ host-image] Feb 28 10:04:14.579 INFO O| Feb 28 10:04:14.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
97002025-02-28T10:04:15.735Z[ host-image] Feb 28 10:04:14.579 INFO O| Feb 28 10:04:14.579 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
97012025-02-28T10:04:15.735Z[ host-image] Feb 28 10:04:14.579 INFO O| Feb 28 10:04:14.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
97022025-02-28T10:04:15.738Z[ host-image] Feb 28 10:04:14.579 INFO O| Feb 28 10:04:14.579 INFO ok!
97032025-02-28T10:04:15.738Z[ host-image] Feb 28 10:04:14.579 INFO O| Feb 28 10:04:14.579 INFO STEP 78 (ensure_file) COMPLETE
97042025-02-28T10:04:15.738Z[ host-image] Feb 28 10:04:14.579 INFO O| Feb 28 10:04:14.579 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052025-02-28T10:04:15.808Z[ host-image] Feb 28 10:04:14.652 INFO O| Feb 28 10:04:14.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97062025-02-28T10:04:15.808Z[ host-image] Feb 28 10:04:14.652 INFO O| Feb 28 10:04:14.652 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
97072025-02-28T10:04:17.823Z[ host-image] Feb 28 10:04:16.668 INFO O| Feb 28 10:04:16.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
97082025-02-28T10:04:17.823Z[ host-image] Feb 28 10:04:16.668 INFO O| Feb 28 10:04:16.668 INFO ok!
97092025-02-28T10:04:17.826Z[ host-image] Feb 28 10:04:16.668 INFO O| Feb 28 10:04:16.668 INFO STEP 79 (ensure_file) COMPLETE
97102025-02-28T10:04:17.827Z[ host-image] Feb 28 10:04:16.668 INFO O| Feb 28 10:04:16.668 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112025-02-28T10:04:17.845Z[ host-image] Feb 28 10:04:16.690 INFO O| Feb 28 10:04:16.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97122025-02-28T10:04:17.845Z[ host-image] Feb 28 10:04:16.690 INFO O| Feb 28 10:04:16.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97132025-02-28T10:04:17.848Z[ host-image] Feb 28 10:04:16.690 INFO O| Feb 28 10:04:16.690 INFO STEP 80 (ensure_dir) COMPLETE
97142025-02-28T10:04:17.848Z[ host-image] Feb 28 10:04:16.690 INFO O| Feb 28 10:04:16.690 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152025-02-28T10:04:17.866Z[ host-image] Feb 28 10:04:16.710 INFO O| Feb 28 10:04:16.710 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97162025-02-28T10:04:17.866Z[ host-image] Feb 28 10:04:16.710 INFO O| Feb 28 10:04:16.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97172025-02-28T10:04:17.866Z[ host-image] Feb 28 10:04:16.710 INFO O| Feb 28 10:04:16.710 INFO STEP 81 (ensure_dir) COMPLETE
97182025-02-28T10:04:17.869Z[ host-image] Feb 28 10:04:16.710 INFO O| Feb 28 10:04:16.710 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192025-02-28T10:04:17.963Z[ host-image] Feb 28 10:04:16.807 INFO O| Feb 28 10:04:16.807 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97202025-02-28T10:04:17.966Z[ host-image] Feb 28 10:04:16.808 INFO O| Feb 28 10:04:16.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97212025-02-28T10:04:17.966Z[ host-image] Feb 28 10:04:16.808 INFO O| Feb 28 10:04:16.808 INFO STEP 82 (ensure_dir) COMPLETE
97222025-02-28T10:04:17.966Z[ host-image] Feb 28 10:04:16.808 INFO O| Feb 28 10:04:16.808 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232025-02-28T10:04:17.987Z[ host-image] Feb 28 10:04:16.831 INFO O| Feb 28 10:04:16.831 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97242025-02-28T10:04:17.990Z[ host-image] Feb 28 10:04:16.831 INFO O| Feb 28 10:04:16.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97252025-02-28T10:04:17.990Z[ host-image] Feb 28 10:04:16.831 INFO O| Feb 28 10:04:16.831 INFO STEP 83 (ensure_dir) COMPLETE
97262025-02-28T10:04:17.990Z[ host-image] Feb 28 10:04:16.831 INFO O| Feb 28 10:04:16.831 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272025-02-28T10:04:18.125Z[ host-image] Feb 28 10:04:16.969 INFO O| Feb 28 10:04:16.969 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97282025-02-28T10:04:18.125Z[ host-image] Feb 28 10:04:16.969 INFO O| Feb 28 10:04:16.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97292025-02-28T10:04:18.126Z[ host-image] Feb 28 10:04:16.969 INFO O| Feb 28 10:04:16.969 INFO STEP 84 (ensure_dir) COMPLETE
97302025-02-28T10:04:18.126Z[ host-image] Feb 28 10:04:16.969 INFO O| Feb 28 10:04:16.969 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312025-02-28T10:04:18.157Z[ host-image] Feb 28 10:04:17.001 INFO O| Feb 28 10:04:17.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97322025-02-28T10:04:18.157Z[ host-image] Feb 28 10:04:17.001 INFO O| Feb 28 10:04:17.001 INFO copying /tmp/.tmpmn8qfF/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 ...
97332025-02-28T10:04:18.159Z[ host-image] Feb 28 10:04:17.001 INFO O| Feb 28 10:04:17.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97342025-02-28T10:04:18.159Z[ host-image] Feb 28 10:04:17.001 INFO O| Feb 28 10:04:17.001 INFO ok!
97352025-02-28T10:04:18.159Z[ host-image] Feb 28 10:04:17.001 INFO O| Feb 28 10:04:17.001 INFO STEP 85 (ensure_file) COMPLETE
97362025-02-28T10:04:18.159Z[ host-image] Feb 28 10:04:17.001 INFO O| Feb 28 10:04:17.001 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372025-02-28T10:04:18.201Z[ host-image] Feb 28 10:04:17.045 INFO O| Feb 28 10:04:17.045 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97382025-02-28T10:04:18.204Z[ host-image] Feb 28 10:04:17.046 INFO O| Feb 28 10:04:17.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97392025-02-28T10:04:18.204Z[ host-image] Feb 28 10:04:17.046 INFO O| Feb 28 10:04:17.046 INFO STEP 86 (ensure_dir) COMPLETE
97402025-02-28T10:04:18.204Z[ host-image] Feb 28 10:04:17.046 INFO O| Feb 28 10:04:17.046 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412025-02-28T10:04:18.296Z[ host-image] Feb 28 10:04:17.141 INFO O| Feb 28 10:04:17.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97422025-02-28T10:04:18.296Z[ host-image] Feb 28 10:04:17.141 INFO O| Feb 28 10:04:17.141 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97432025-02-28T10:04:18.299Z[ host-image] Feb 28 10:04:17.141 INFO O| Feb 28 10:04:17.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97442025-02-28T10:04:18.299Z[ host-image] Feb 28 10:04:17.141 INFO O| Feb 28 10:04:17.141 INFO ok!
97452025-02-28T10:04:18.299Z[ host-image] Feb 28 10:04:17.141 INFO O| Feb 28 10:04:17.141 INFO STEP 87 (ensure_file) COMPLETE
97462025-02-28T10:04:18.299Z[ host-image] Feb 28 10:04:17.141 INFO O| Feb 28 10:04:17.141 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472025-02-28T10:04:18.346Z[ host-image] Feb 28 10:04:17.190 INFO O| Feb 28 10:04:17.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97482025-02-28T10:04:18.346Z[ host-image] Feb 28 10:04:17.190 INFO O| Feb 28 10:04:17.190 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97492025-02-28T10:04:18.359Z[ host-image] Feb 28 10:04:17.204 INFO O| Feb 28 10:04:17.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97502025-02-28T10:04:18.359Z[ host-image] Feb 28 10:04:17.204 INFO O| Feb 28 10:04:17.204 INFO ok!
97512025-02-28T10:04:18.359Z[ host-image] Feb 28 10:04:17.204 INFO O| Feb 28 10:04:17.204 INFO STEP 88 (ensure_file) COMPLETE
97522025-02-28T10:04:18.362Z[ host-image] Feb 28 10:04:17.204 INFO O| Feb 28 10:04:17.204 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532025-02-28T10:04:18.456Z[ host-image] Feb 28 10:04:17.300 INFO O| Feb 28 10:04:17.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97542025-02-28T10:04:18.456Z[ host-image] Feb 28 10:04:17.300 INFO O| Feb 28 10:04:17.300 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97552025-02-28T10:04:18.976Z[ host-image] Feb 28 10:04:17.820 INFO O| Feb 28 10:04:17.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97562025-02-28T10:04:18.976Z[ host-image] Feb 28 10:04:17.820 INFO O| Feb 28 10:04:17.820 INFO ok!
97572025-02-28T10:04:18.976Z[ host-image] Feb 28 10:04:17.820 INFO O| Feb 28 10:04:17.820 INFO STEP 89 (ensure_file) COMPLETE
97582025-02-28T10:04:18.979Z[ host-image] Feb 28 10:04:17.820 INFO O| Feb 28 10:04:17.820 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592025-02-28T10:04:19.169Z[ host-image] Feb 28 10:04:18.013 INFO O| Feb 28 10:04:18.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97602025-02-28T10:04:19.169Z[ host-image] Feb 28 10:04:18.013 INFO O| Feb 28 10:04:18.013 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
97612025-02-28T10:04:19.169Z[ host-image] Feb 28 10:04:18.013 INFO O| Feb 28 10:04:18.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
97622025-02-28T10:04:19.169Z[ host-image] Feb 28 10:04:18.013 INFO O| Feb 28 10:04:18.013 INFO ok!
97632025-02-28T10:04:19.169Z[ host-image] Feb 28 10:04:18.013 INFO O| Feb 28 10:04:18.013 INFO STEP 90 (ensure_file) COMPLETE
97642025-02-28T10:04:19.169Z[ host-image] Feb 28 10:04:18.013 INFO O| Feb 28 10:04:18.013 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652025-02-28T10:04:19.307Z[ host-image] Feb 28 10:04:18.152 INFO O| Feb 28 10:04:18.151 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97662025-02-28T10:04:19.307Z[ host-image] Feb 28 10:04:18.152 INFO O| Feb 28 10:04:18.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97672025-02-28T10:04:19.307Z[ host-image] Feb 28 10:04:18.152 INFO O| Feb 28 10:04:18.152 INFO STEP 91 (ensure_dir) COMPLETE
97682025-02-28T10:04:19.310Z[ host-image] Feb 28 10:04:18.152 INFO O| Feb 28 10:04:18.152 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692025-02-28T10:04:19.331Z[ host-image] Feb 28 10:04:18.175 INFO O| Feb 28 10:04:18.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
97702025-02-28T10:04:19.331Z[ host-image] Feb 28 10:04:18.175 INFO O| Feb 28 10:04:18.175 INFO copying /tmp/.tmpmn8qfF/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 ...
97712025-02-28T10:04:19.331Z[ host-image] Feb 28 10:04:18.175 INFO O| Feb 28 10:04:18.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
97722025-02-28T10:04:19.333Z[ host-image] Feb 28 10:04:18.175 INFO O| Feb 28 10:04:18.175 INFO ok!
97732025-02-28T10:04:19.333Z[ host-image] Feb 28 10:04:18.175 INFO O| Feb 28 10:04:18.175 INFO STEP 92 (ensure_file) COMPLETE
97742025-02-28T10:04:19.333Z[ host-image] Feb 28 10:04:18.175 INFO O| Feb 28 10:04:18.175 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752025-02-28T10:04:19.392Z[ host-image] Feb 28 10:04:18.237 INFO O| Feb 28 10:04:18.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
97762025-02-28T10:04:19.392Z[ host-image] Feb 28 10:04:18.237 INFO O| Feb 28 10:04:18.236 INFO copying /tmp/.tmpmn8qfF/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 ...
97772025-02-28T10:04:19.395Z[ host-image] Feb 28 10:04:18.237 INFO O| Feb 28 10:04:18.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97782025-02-28T10:04:19.395Z[ host-image] Feb 28 10:04:18.237 INFO O| Feb 28 10:04:18.237 INFO ok!
97792025-02-28T10:04:19.395Z[ host-image] Feb 28 10:04:18.237 INFO O| Feb 28 10:04:18.237 INFO STEP 93 (ensure_file) COMPLETE
97802025-02-28T10:04:19.395Z[ host-image] Feb 28 10:04:18.237 INFO O| Feb 28 10:04:18.237 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812025-02-28T10:04:19.507Z[ host-image] Feb 28 10:04:18.351 INFO O| Feb 28 10:04:18.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
97822025-02-28T10:04:19.508Z[ host-image] Feb 28 10:04:18.352 INFO O| Feb 28 10:04:18.351 INFO copying /tmp/.tmpmn8qfF/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 ...
97832025-02-28T10:04:19.510Z[ host-image] Feb 28 10:04:18.352 INFO O| Feb 28 10:04:18.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
97842025-02-28T10:04:19.510Z[ host-image] Feb 28 10:04:18.352 INFO O| Feb 28 10:04:18.352 INFO ok!
97852025-02-28T10:04:19.510Z[ host-image] Feb 28 10:04:18.352 INFO O| Feb 28 10:04:18.352 INFO STEP 94 (ensure_file) COMPLETE
97862025-02-28T10:04:19.510Z[ host-image] Feb 28 10:04:18.352 INFO O| Feb 28 10:04:18.352 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872025-02-28T10:04:19.531Z[ host-image] Feb 28 10:04:18.375 INFO O| Feb 28 10:04:18.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
97882025-02-28T10:04:19.531Z[ host-image] Feb 28 10:04:18.375 INFO O| Feb 28 10:04:18.375 INFO copying /tmp/.tmpmn8qfF/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 ...
97892025-02-28T10:04:19.531Z[ host-image] Feb 28 10:04:18.375 INFO O| Feb 28 10:04:18.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97902025-02-28T10:04:19.531Z[ host-image] Feb 28 10:04:18.375 INFO O| Feb 28 10:04:18.375 INFO ok!
97912025-02-28T10:04:19.534Z[ host-image] Feb 28 10:04:18.375 INFO O| Feb 28 10:04:18.375 INFO STEP 95 (ensure_file) COMPLETE
97922025-02-28T10:04:19.534Z[ host-image] Feb 28 10:04:18.375 INFO O| Feb 28 10:04:18.375 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932025-02-28T10:04:19.570Z[ host-image] Feb 28 10:04:18.414 INFO O| Feb 28 10:04:18.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97942025-02-28T10:04:19.573Z[ host-image] Feb 28 10:04:18.415 INFO O| Feb 28 10:04:18.414 INFO copying /tmp/.tmpmn8qfF/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 ...
97952025-02-28T10:04:19.573Z[ host-image] Feb 28 10:04:18.415 INFO O| Feb 28 10:04:18.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97962025-02-28T10:04:19.573Z[ host-image] Feb 28 10:04:18.415 INFO O| Feb 28 10:04:18.415 INFO ok!
97972025-02-28T10:04:19.573Z[ host-image] Feb 28 10:04:18.415 INFO O| Feb 28 10:04:18.415 INFO STEP 96 (ensure_file) COMPLETE
97982025-02-28T10:04:19.573Z[ host-image] Feb 28 10:04:18.415 INFO O| Feb 28 10:04:18.415 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-02-28T10:04:19.662Z[ host-image] Feb 28 10:04:18.506 INFO O| Feb 28 10:04:18.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
98002025-02-28T10:04:19.665Z[ host-image] Feb 28 10:04:18.506 INFO O| Feb 28 10:04:18.506 INFO copying /tmp/.tmpmn8qfF/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 ...
98012025-02-28T10:04:19.666Z[ host-image] Feb 28 10:04:18.507 INFO O| Feb 28 10:04:18.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
98022025-02-28T10:04:19.666Z[ host-image] Feb 28 10:04:18.507 INFO O| Feb 28 10:04:18.507 INFO ok!
98032025-02-28T10:04:19.666Z[ host-image] Feb 28 10:04:18.507 INFO O| Feb 28 10:04:18.507 INFO STEP 97 (ensure_file) COMPLETE
98042025-02-28T10:04:19.666Z[ host-image] Feb 28 10:04:18.507 INFO O| Feb 28 10:04:18.507 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-02-28T10:04:19.687Z[ host-image] Feb 28 10:04:18.532 INFO O| Feb 28 10:04:18.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
98062025-02-28T10:04:19.687Z[ host-image] Feb 28 10:04:18.532 INFO O| Feb 28 10:04:18.532 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
98072025-02-28T10:04:19.688Z[ host-image] Feb 28 10:04:18.532 INFO O| Feb 28 10:04:18.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
98082025-02-28T10:04:19.691Z[ host-image] Feb 28 10:04:18.532 INFO O| Feb 28 10:04:18.532 INFO ok!
98092025-02-28T10:04:19.691Z[ host-image] Feb 28 10:04:18.532 INFO O| Feb 28 10:04:18.532 INFO STEP 98 (ensure_file) COMPLETE
98102025-02-28T10:04:19.691Z[ host-image] Feb 28 10:04:18.532 INFO O| Feb 28 10:04:18.532 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-02-28T10:04:19.781Z[ host-image] Feb 28 10:04:18.625 INFO O| Feb 28 10:04:18.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
98122025-02-28T10:04:19.781Z[ host-image] Feb 28 10:04:18.625 INFO O| Feb 28 10:04:18.625 INFO copying /tmp/.tmpmn8qfF/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 ...
98132025-02-28T10:04:19.784Z[ host-image] Feb 28 10:04:18.625 INFO O| Feb 28 10:04:18.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
98142025-02-28T10:04:19.784Z[ host-image] Feb 28 10:04:18.625 INFO O| Feb 28 10:04:18.625 INFO ok!
98152025-02-28T10:04:19.784Z[ host-image] Feb 28 10:04:18.625 INFO O| Feb 28 10:04:18.625 INFO STEP 99 (ensure_file) COMPLETE
98162025-02-28T10:04:19.784Z[ host-image] Feb 28 10:04:18.626 INFO O| Feb 28 10:04:18.625 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172025-02-28T10:04:19.819Z[ host-image] Feb 28 10:04:18.663 INFO O| Feb 28 10:04:18.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
98182025-02-28T10:04:19.819Z[ host-image] Feb 28 10:04:18.663 INFO O| Feb 28 10:04:18.663 INFO copying /tmp/.tmpmn8qfF/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 ...
98192025-02-28T10:04:19.823Z[ host-image] Feb 28 10:04:18.663 INFO O| Feb 28 10:04:18.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
98202025-02-28T10:04:19.823Z[ host-image] Feb 28 10:04:18.663 INFO O| Feb 28 10:04:18.663 INFO ok!
98212025-02-28T10:04:19.823Z[ host-image] Feb 28 10:04:18.663 INFO O| Feb 28 10:04:18.663 INFO STEP 100 (ensure_file) COMPLETE
98222025-02-28T10:04:19.823Z[ host-image] Feb 28 10:04:18.663 INFO O| Feb 28 10:04:18.663 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232025-02-28T10:04:19.955Z[ host-image] Feb 28 10:04:18.799 INFO O| Feb 28 10:04:18.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98242025-02-28T10:04:19.955Z[ host-image] Feb 28 10:04:18.799 INFO O| Feb 28 10:04:18.799 INFO copying /tmp/.tmpmn8qfF/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 ...
98252025-02-28T10:04:19.962Z[ host-image] Feb 28 10:04:18.799 INFO O| Feb 28 10:04:18.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98262025-02-28T10:04:19.963Z[ host-image] Feb 28 10:04:18.799 INFO O| Feb 28 10:04:18.799 INFO ok!
98272025-02-28T10:04:19.963Z[ host-image] Feb 28 10:04:18.800 INFO O| Feb 28 10:04:18.799 INFO STEP 101 (ensure_file) COMPLETE
98282025-02-28T10:04:19.963Z[ host-image] Feb 28 10:04:18.800 INFO O| Feb 28 10:04:18.799 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-02-28T10:04:20.053Z[ host-image] Feb 28 10:04:18.897 INFO O| Feb 28 10:04:18.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98302025-02-28T10:04:20.053Z[ host-image] Feb 28 10:04:18.897 INFO O| Feb 28 10:04:18.897 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98312025-02-28T10:04:20.060Z[ host-image] Feb 28 10:04:18.898 INFO O| Feb 28 10:04:18.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
98322025-02-28T10:04:20.060Z[ host-image] Feb 28 10:04:18.898 INFO O| Feb 28 10:04:18.898 INFO ok!
98332025-02-28T10:04:20.060Z[ host-image] Feb 28 10:04:18.898 INFO O| Feb 28 10:04:18.898 INFO STEP 102 (ensure_file) COMPLETE
98342025-02-28T10:04:20.060Z[ host-image] Feb 28 10:04:18.898 INFO O| Feb 28 10:04:18.898 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-02-28T10:04:20.087Z[ host-image] Feb 28 10:04:18.921 INFO O| Feb 28 10:04:18.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
98362025-02-28T10:04:20.087Z[ host-image] Feb 28 10:04:18.921 INFO O| Feb 28 10:04:18.921 INFO copying /tmp/.tmpmn8qfF/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 ...
98372025-02-28T10:04:20.087Z[ host-image] Feb 28 10:04:18.921 INFO O| Feb 28 10:04:18.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
98382025-02-28T10:04:20.087Z[ host-image] Feb 28 10:04:18.921 INFO O| Feb 28 10:04:18.921 INFO ok!
98392025-02-28T10:04:20.090Z[ host-image] Feb 28 10:04:18.921 INFO O| Feb 28 10:04:18.921 INFO STEP 103 (ensure_file) COMPLETE
98402025-02-28T10:04:20.090Z[ host-image] Feb 28 10:04:18.921 INFO O| Feb 28 10:04:18.921 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412025-02-28T10:04:20.101Z[ host-image] Feb 28 10:04:18.945 INFO O| Feb 28 10:04:18.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98422025-02-28T10:04:20.101Z[ host-image] Feb 28 10:04:18.945 INFO O| Feb 28 10:04:18.945 INFO copying /tmp/.tmpmn8qfF/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 ...
98432025-02-28T10:04:20.104Z[ host-image] Feb 28 10:04:18.945 INFO O| Feb 28 10:04:18.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98442025-02-28T10:04:20.104Z[ host-image] Feb 28 10:04:18.945 INFO O| Feb 28 10:04:18.945 INFO ok!
98452025-02-28T10:04:20.104Z[ host-image] Feb 28 10:04:18.945 INFO O| Feb 28 10:04:18.945 INFO STEP 104 (ensure_file) COMPLETE
98462025-02-28T10:04:20.104Z[ host-image] Feb 28 10:04:18.945 INFO O| Feb 28 10:04:18.945 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472025-02-28T10:04:20.174Z[ host-image] Feb 28 10:04:19.018 INFO O| Feb 28 10:04:19.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98482025-02-28T10:04:20.174Z[ host-image] Feb 28 10:04:19.018 INFO O| Feb 28 10:04:19.018 INFO copying /tmp/.tmpmn8qfF/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 ...
98492025-02-28T10:04:20.177Z[ host-image] Feb 28 10:04:19.018 INFO O| Feb 28 10:04:19.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98502025-02-28T10:04:20.177Z[ host-image] Feb 28 10:04:19.018 INFO O| Feb 28 10:04:19.018 INFO ok!
98512025-02-28T10:04:20.177Z[ host-image] Feb 28 10:04:19.018 INFO O| Feb 28 10:04:19.018 INFO STEP 105 (ensure_file) COMPLETE
98522025-02-28T10:04:20.177Z[ host-image] Feb 28 10:04:19.018 INFO O| Feb 28 10:04:19.018 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532025-02-28T10:04:20.273Z[ host-image] Feb 28 10:04:19.118 INFO O| Feb 28 10:04:19.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98542025-02-28T10:04:20.275Z[ host-image] Feb 28 10:04:19.118 INFO O| Feb 28 10:04:19.117 INFO copying /tmp/.tmpmn8qfF/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 ...
98552025-02-28T10:04:20.278Z[ host-image] Feb 28 10:04:19.118 INFO O| Feb 28 10:04:19.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
98562025-02-28T10:04:20.278Z[ host-image] Feb 28 10:04:19.118 INFO O| Feb 28 10:04:19.118 INFO ok!
98572025-02-28T10:04:20.278Z[ host-image] Feb 28 10:04:19.118 INFO O| Feb 28 10:04:19.118 INFO STEP 106 (ensure_file) COMPLETE
98582025-02-28T10:04:20.278Z[ host-image] Feb 28 10:04:19.118 INFO O| Feb 28 10:04:19.118 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-02-28T10:04:20.308Z[ host-image] Feb 28 10:04:19.152 INFO O| Feb 28 10:04:19.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
98602025-02-28T10:04:20.308Z[ host-image] Feb 28 10:04:19.152 INFO O| Feb 28 10:04:19.152 INFO copying /tmp/.tmpmn8qfF/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 ...
98612025-02-28T10:04:20.311Z[ host-image] Feb 28 10:04:19.152 INFO O| Feb 28 10:04:19.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
98622025-02-28T10:04:20.311Z[ host-image] Feb 28 10:04:19.152 INFO O| Feb 28 10:04:19.152 INFO ok!
98632025-02-28T10:04:20.311Z[ host-image] Feb 28 10:04:19.152 INFO O| Feb 28 10:04:19.152 INFO STEP 107 (ensure_file) COMPLETE
98642025-02-28T10:04:20.311Z[ host-image] Feb 28 10:04:19.152 INFO O| Feb 28 10:04:19.152 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652025-02-28T10:04:20.367Z[ host-image] Feb 28 10:04:19.210 INFO O| Feb 28 10:04:19.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
98662025-02-28T10:04:20.367Z[ host-image] Feb 28 10:04:19.210 INFO O| Feb 28 10:04:19.210 INFO copying /tmp/.tmpmn8qfF/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 ...
98672025-02-28T10:04:20.370Z[ host-image] Feb 28 10:04:19.210 INFO O| Feb 28 10:04:19.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
98682025-02-28T10:04:20.370Z[ host-image] Feb 28 10:04:19.210 INFO O| Feb 28 10:04:19.210 INFO ok!
98692025-02-28T10:04:20.370Z[ host-image] Feb 28 10:04:19.210 INFO O| Feb 28 10:04:19.210 INFO STEP 108 (ensure_file) COMPLETE
98702025-02-28T10:04:20.370Z[ host-image] Feb 28 10:04:19.210 INFO O| Feb 28 10:04:19.210 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-02-28T10:04:20.502Z[ host-image] Feb 28 10:04:19.306 INFO O| Feb 28 10:04:19.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
98722025-02-28T10:04:20.502Z[ host-image] Feb 28 10:04:19.306 INFO O| Feb 28 10:04:19.306 INFO copying /tmp/.tmpmn8qfF/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 ...
98732025-02-28T10:04:20.502Z[ host-image] Feb 28 10:04:19.306 INFO O| Feb 28 10:04:19.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
98742025-02-28T10:04:20.502Z[ host-image] Feb 28 10:04:19.306 INFO O| Feb 28 10:04:19.306 INFO ok!
98752025-02-28T10:04:20.502Z[ host-image] Feb 28 10:04:19.306 INFO O| Feb 28 10:04:19.306 INFO STEP 109 (ensure_file) COMPLETE
98762025-02-28T10:04:20.502Z[ host-image] Feb 28 10:04:19.306 INFO O| Feb 28 10:04:19.306 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772025-02-28T10:04:20.705Z[ host-image] Feb 28 10:04:19.550 INFO O| Feb 28 10:04:19.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
98782025-02-28T10:04:20.706Z[ host-image] Feb 28 10:04:19.550 INFO O| Feb 28 10:04:19.549 INFO copying /tmp/.tmpmn8qfF/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 ...
98792025-02-28T10:04:20.709Z[ host-image] Feb 28 10:04:19.550 INFO O| Feb 28 10:04:19.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
98802025-02-28T10:04:20.709Z[ host-image] Feb 28 10:04:19.550 INFO O| Feb 28 10:04:19.550 INFO ok!
98812025-02-28T10:04:20.709Z[ host-image] Feb 28 10:04:19.550 INFO O| Feb 28 10:04:19.550 INFO STEP 110 (ensure_file) COMPLETE
98822025-02-28T10:04:20.709Z[ host-image] Feb 28 10:04:19.550 INFO O| Feb 28 10:04:19.550 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-02-28T10:04:20.751Z[ host-image] Feb 28 10:04:19.595 INFO O| Feb 28 10:04:19.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
98842025-02-28T10:04:20.752Z[ host-image] Feb 28 10:04:19.596 INFO O| Feb 28 10:04:19.595 INFO copying /tmp/.tmpmn8qfF/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 ...
98852025-02-28T10:04:20.754Z[ host-image] Feb 28 10:04:19.596 INFO O| Feb 28 10:04:19.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
98862025-02-28T10:04:20.755Z[ host-image] Feb 28 10:04:19.596 INFO O| Feb 28 10:04:19.596 INFO ok!
98872025-02-28T10:04:20.755Z[ host-image] Feb 28 10:04:19.596 INFO O| Feb 28 10:04:19.596 INFO STEP 111 (ensure_file) COMPLETE
98882025-02-28T10:04:20.755Z[ host-image] Feb 28 10:04:19.596 INFO O| Feb 28 10:04:19.596 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892025-02-28T10:04:20.800Z[ host-image] Feb 28 10:04:19.643 INFO O| Feb 28 10:04:19.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
98902025-02-28T10:04:20.800Z[ host-image] Feb 28 10:04:19.644 INFO O| Feb 28 10:04:19.644 INFO copying /tmp/.tmpmn8qfF/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 ...
98912025-02-28T10:04:20.801Z[ host-image] Feb 28 10:04:19.644 INFO O| Feb 28 10:04:19.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
98922025-02-28T10:04:20.801Z[ host-image] Feb 28 10:04:19.644 INFO O| Feb 28 10:04:19.644 INFO ok!
98932025-02-28T10:04:20.801Z[ host-image] Feb 28 10:04:19.644 INFO O| Feb 28 10:04:19.644 INFO STEP 112 (ensure_file) COMPLETE
98942025-02-28T10:04:20.801Z[ host-image] Feb 28 10:04:19.644 INFO O| Feb 28 10:04:19.644 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-02-28T10:04:20.882Z[ host-image] Feb 28 10:04:19.726 INFO O| Feb 28 10:04:19.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
98962025-02-28T10:04:20.882Z[ host-image] Feb 28 10:04:19.726 INFO O| Feb 28 10:04:19.726 INFO copying /tmp/.tmpmn8qfF/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 ...
98972025-02-28T10:04:20.884Z[ host-image] Feb 28 10:04:19.726 INFO O| Feb 28 10:04:19.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
98982025-02-28T10:04:20.884Z[ host-image] Feb 28 10:04:19.726 INFO O| Feb 28 10:04:19.726 INFO ok!
98992025-02-28T10:04:20.884Z[ host-image] Feb 28 10:04:19.726 INFO O| Feb 28 10:04:19.726 INFO STEP 113 (ensure_file) COMPLETE
99002025-02-28T10:04:20.884Z[ host-image] Feb 28 10:04:19.727 INFO O| Feb 28 10:04:19.726 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012025-02-28T10:04:20.902Z[ host-image] Feb 28 10:04:19.747 INFO O| Feb 28 10:04:19.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
99022025-02-28T10:04:20.903Z[ host-image] Feb 28 10:04:19.747 INFO O| Feb 28 10:04:19.747 INFO copying /tmp/.tmpmn8qfF/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 ...
99032025-02-28T10:04:20.905Z[ host-image] Feb 28 10:04:19.747 INFO O| Feb 28 10:04:19.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
99042025-02-28T10:04:20.905Z[ host-image] Feb 28 10:04:19.747 INFO O| Feb 28 10:04:19.747 INFO ok!
99052025-02-28T10:04:20.906Z[ host-image] Feb 28 10:04:19.747 INFO O| Feb 28 10:04:19.747 INFO STEP 114 (ensure_file) COMPLETE
99062025-02-28T10:04:20.906Z[ host-image] Feb 28 10:04:19.747 INFO O| Feb 28 10:04:19.747 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-02-28T10:04:20.922Z[ host-image] Feb 28 10:04:19.765 INFO O| Feb 28 10:04:19.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
99082025-02-28T10:04:20.925Z[ host-image] Feb 28 10:04:19.766 INFO O| Feb 28 10:04:19.766 INFO copying /tmp/.tmpmn8qfF/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 ...
99092025-02-28T10:04:20.925Z[ host-image] Feb 28 10:04:19.766 INFO O| Feb 28 10:04:19.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
99102025-02-28T10:04:20.925Z[ host-image] Feb 28 10:04:19.766 INFO O| Feb 28 10:04:19.766 INFO ok!
99112025-02-28T10:04:20.925Z[ host-image] Feb 28 10:04:19.766 INFO O| Feb 28 10:04:19.766 INFO STEP 115 (ensure_file) COMPLETE
99122025-02-28T10:04:20.925Z[ host-image] Feb 28 10:04:19.766 INFO O| Feb 28 10:04:19.766 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-02-28T10:04:20.947Z[ host-image] Feb 28 10:04:19.791 INFO O| Feb 28 10:04:19.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
99142025-02-28T10:04:20.947Z[ host-image] Feb 28 10:04:19.791 INFO O| Feb 28 10:04:19.791 INFO copying /tmp/.tmpmn8qfF/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 ...
99152025-02-28T10:04:20.947Z[ host-image] Feb 28 10:04:19.791 INFO O| Feb 28 10:04:19.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
99162025-02-28T10:04:20.950Z[ host-image] Feb 28 10:04:19.791 INFO O| Feb 28 10:04:19.791 INFO ok!
99172025-02-28T10:04:20.950Z[ host-image] Feb 28 10:04:19.791 INFO O| Feb 28 10:04:19.791 INFO STEP 116 (ensure_file) COMPLETE
99182025-02-28T10:04:20.950Z[ host-image] Feb 28 10:04:19.791 INFO O| Feb 28 10:04:19.791 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-02-28T10:04:20.969Z[ host-image] Feb 28 10:04:19.813 INFO O| Feb 28 10:04:19.813 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
99202025-02-28T10:04:20.969Z[ host-image] Feb 28 10:04:19.813 INFO O| Feb 28 10:04:19.813 INFO copying /tmp/.tmpmn8qfF/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 ...
99212025-02-28T10:04:20.969Z[ host-image] Feb 28 10:04:19.813 INFO O| Feb 28 10:04:19.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
99222025-02-28T10:04:20.972Z[ host-image] Feb 28 10:04:19.813 INFO O| Feb 28 10:04:19.813 INFO ok!
99232025-02-28T10:04:20.972Z[ host-image] Feb 28 10:04:19.813 INFO O| Feb 28 10:04:19.813 INFO STEP 117 (ensure_file) COMPLETE
99242025-02-28T10:04:20.972Z[ host-image] Feb 28 10:04:19.813 INFO O| Feb 28 10:04:19.813 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99252025-02-28T10:04:20.990Z[ host-image] Feb 28 10:04:19.834 INFO O| Feb 28 10:04:19.834 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99262025-02-28T10:04:20.990Z[ host-image] Feb 28 10:04:19.834 INFO O| Feb 28 10:04:19.834 INFO copying /tmp/.tmpmn8qfF/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 ...
99272025-02-28T10:04:20.992Z[ host-image] Feb 28 10:04:19.834 INFO O| Feb 28 10:04:19.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99282025-02-28T10:04:20.992Z[ host-image] Feb 28 10:04:19.834 INFO O| Feb 28 10:04:19.834 INFO ok!
99292025-02-28T10:04:20.993Z[ host-image] Feb 28 10:04:19.834 INFO O| Feb 28 10:04:19.834 INFO STEP 118 (ensure_file) COMPLETE
99302025-02-28T10:04:20.993Z[ host-image] Feb 28 10:04:19.834 INFO O| Feb 28 10:04:19.834 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312025-02-28T10:04:21.009Z[ host-image] Feb 28 10:04:19.853 INFO O| Feb 28 10:04:19.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
99322025-02-28T10:04:21.009Z[ host-image] Feb 28 10:04:19.853 INFO O| Feb 28 10:04:19.853 INFO copying /tmp/.tmpmn8qfF/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 ...
99332025-02-28T10:04:21.009Z[ host-image] Feb 28 10:04:19.853 INFO O| Feb 28 10:04:19.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
99342025-02-28T10:04:21.013Z[ host-image] Feb 28 10:04:19.853 INFO O| Feb 28 10:04:19.853 INFO ok!
99352025-02-28T10:04:21.013Z[ host-image] Feb 28 10:04:19.853 INFO O| Feb 28 10:04:19.853 INFO STEP 119 (ensure_file) COMPLETE
99362025-02-28T10:04:21.013Z[ host-image] Feb 28 10:04:19.853 INFO O| Feb 28 10:04:19.853 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372025-02-28T10:04:21.071Z[ host-image] Feb 28 10:04:19.915 INFO O| Feb 28 10:04:19.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
99382025-02-28T10:04:21.071Z[ host-image] Feb 28 10:04:19.916 INFO O| Feb 28 10:04:19.916 INFO copying /tmp/.tmpmn8qfF/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 ...
99392025-02-28T10:04:21.074Z[ host-image] Feb 28 10:04:19.916 INFO O| Feb 28 10:04:19.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
99402025-02-28T10:04:21.074Z[ host-image] Feb 28 10:04:19.916 INFO O| Feb 28 10:04:19.916 INFO ok!
99412025-02-28T10:04:21.074Z[ host-image] Feb 28 10:04:19.916 INFO O| Feb 28 10:04:19.916 INFO STEP 120 (ensure_file) COMPLETE
99422025-02-28T10:04:21.075Z[ host-image] Feb 28 10:04:19.916 INFO O| Feb 28 10:04:19.916 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432025-02-28T10:04:21.098Z[ host-image] Feb 28 10:04:19.942 INFO O| Feb 28 10:04:19.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99442025-02-28T10:04:21.098Z[ host-image] Feb 28 10:04:19.942 INFO O| Feb 28 10:04:19.942 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99452025-02-28T10:04:21.101Z[ host-image] Feb 28 10:04:19.942 INFO O| Feb 28 10:04:19.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99462025-02-28T10:04:21.101Z[ host-image] Feb 28 10:04:19.942 INFO O| Feb 28 10:04:19.942 INFO ok!
99472025-02-28T10:04:21.102Z[ host-image] Feb 28 10:04:19.942 INFO O| Feb 28 10:04:19.942 INFO STEP 121 (ensure_file) COMPLETE
99482025-02-28T10:04:21.102Z[ host-image] Feb 28 10:04:19.943 INFO O| Feb 28 10:04:19.942 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492025-02-28T10:04:21.120Z[ host-image] Feb 28 10:04:19.964 INFO O| Feb 28 10:04:19.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99502025-02-28T10:04:21.120Z[ host-image] Feb 28 10:04:19.965 INFO O| Feb 28 10:04:19.964 INFO copying /tmp/.tmpmn8qfF/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 ...
99512025-02-28T10:04:21.120Z[ host-image] Feb 28 10:04:19.965 INFO O| Feb 28 10:04:19.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99522025-02-28T10:04:21.123Z[ host-image] Feb 28 10:04:19.965 INFO O| Feb 28 10:04:19.965 INFO ok!
99532025-02-28T10:04:21.123Z[ host-image] Feb 28 10:04:19.965 INFO O| Feb 28 10:04:19.965 INFO STEP 122 (ensure_file) COMPLETE
99542025-02-28T10:04:21.123Z[ host-image] Feb 28 10:04:19.965 INFO O| Feb 28 10:04:19.965 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552025-02-28T10:04:21.142Z[ host-image] Feb 28 10:04:19.986 INFO O| Feb 28 10:04:19.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
99562025-02-28T10:04:21.145Z[ host-image] Feb 28 10:04:19.986 INFO O| Feb 28 10:04:19.986 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
99572025-02-28T10:04:21.145Z[ host-image] Feb 28 10:04:19.987 INFO O| Feb 28 10:04:19.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
99582025-02-28T10:04:21.145Z[ host-image] Feb 28 10:04:19.987 INFO O| Feb 28 10:04:19.987 INFO ok!
99592025-02-28T10:04:21.145Z[ host-image] Feb 28 10:04:19.987 INFO O| Feb 28 10:04:19.987 INFO STEP 123 (ensure_file) COMPLETE
99602025-02-28T10:04:21.145Z[ host-image] Feb 28 10:04:19.987 INFO O| Feb 28 10:04:19.987 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612025-02-28T10:04:21.200Z[ host-image] Feb 28 10:04:20.044 INFO O| Feb 28 10:04:20.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
99622025-02-28T10:04:21.200Z[ host-image] Feb 28 10:04:20.044 INFO O| Feb 28 10:04:20.044 INFO copying /tmp/.tmpmn8qfF/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
99632025-02-28T10:04:28.631Z[ recovery-image] Feb 28 10:04:27.475 INFO E| Finished `release` profile [optimized] target(s) in 1m 25s
99642025-02-28T10:04:28.674Z[ recovery-image] Feb 28 10:04:27.517 INFO building host image...
99652025-02-28T10:04:28.677Z[ recovery-image] Feb 28 10:04:27.518 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")
99662025-02-28T10:04:29.765Z[ recovery-image] Feb 28 10:04:28.609 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
99672025-02-28T10:04:33.187Z[ recovery-image] Feb 28 10:04:32.031 INFO image complete! materials are in "/work/os-recovery"
99682025-02-28T10:04:33.194Z[ recovery-image]
99692025-02-28T10:04:33.198Z[ recovery-image] real 11:18.638853326
99702025-02-28T10:04:33.198Z[ recovery-image] user 7:02.733636135
99712025-02-28T10:04:33.198Z[ recovery-image] sys 1:08.076215739
99722025-02-28T10:04:33.198Z[ recovery-image] trap 0.420226198
99732025-02-28T10:04:33.198Z[ recovery-image] tflt 0.181065955
99742025-02-28T10:04:33.198Z[ recovery-image] dflt 2.901701521
99752025-02-28T10:04:33.198Z[ recovery-image] kflt 0.000073450
99762025-02-28T10:04:33.198Z[ recovery-image] lock 27:27.764967634
99772025-02-28T10:04:33.198Z[ recovery-image] slp 1:09:09.231267052
99782025-02-28T10:04:33.198Z[ recovery-image] lat 5:30.734540626
99792025-02-28T10:04:33.198Z[ recovery-image] stop 12.597893612
99802025-02-28T10:04:33.198ZFeb 28 10:04:32.040 INFO [recovery-image] process exited with exit status: 0 (678.664389894s)
99812025-02-28T10:04:33.999Z[ host-image] Feb 28 10:04:32.843 INFO O| Feb 28 10:04:32.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
99822025-02-28T10:04:34.000Z[ host-image] Feb 28 10:04:32.843 INFO O| Feb 28 10:04:32.843 INFO ok!
99832025-02-28T10:04:34.000Z[ host-image] Feb 28 10:04:32.843 INFO O| Feb 28 10:04:32.843 INFO STEP 124 (ensure_file) COMPLETE
99842025-02-28T10:04:34.004Z[ host-image] Feb 28 10:04:32.843 INFO O| Feb 28 10:04:32.843 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99852025-02-28T10:04:34.019Z[ host-image] Feb 28 10:04:32.863 INFO O| Feb 28 10:04:32.863 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
99862025-02-28T10:04:34.019Z[ host-image] Feb 28 10:04:32.863 INFO O| Feb 28 10:04:32.863 INFO STEP 125 (ensure_dir) COMPLETE
99872025-02-28T10:04:34.019Z[ host-image] Feb 28 10:04:32.863 INFO O| Feb 28 10:04:32.863 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882025-02-28T10:04:34.060Z[ host-image] Feb 28 10:04:32.904 INFO O| Feb 28 10:04:32.904 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
99892025-02-28T10:04:34.060Z[ host-image] Feb 28 10:04:32.904 INFO O| Feb 28 10:04:32.904 INFO STEP 126 (ensure_dir) COMPLETE
99902025-02-28T10:04:34.063Z[ host-image] Feb 28 10:04:32.904 INFO O| Feb 28 10:04:32.904 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99912025-02-28T10:04:34.092Z[ host-image] Feb 28 10:04:32.936 INFO O| Feb 28 10:04:32.936 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
99922025-02-28T10:04:34.092Z[ host-image] Feb 28 10:04:32.936 INFO O| Feb 28 10:04:32.936 INFO STEP 127 (ensure_dir) COMPLETE
99932025-02-28T10:04:34.096Z[ host-image] Feb 28 10:04:32.936 INFO O| Feb 28 10:04:32.936 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942025-02-28T10:04:34.128Z[ host-image] Feb 28 10:04:32.972 INFO O| Feb 28 10:04:32.972 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
99952025-02-28T10:04:34.128Z[ host-image] Feb 28 10:04:32.972 INFO O| Feb 28 10:04:32.972 INFO STEP 128 (ensure_dir) COMPLETE
99962025-02-28T10:04:34.131Z[ host-image] Feb 28 10:04:32.972 INFO O| Feb 28 10:04:32.972 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99972025-02-28T10:04:34.149Z[ host-image] Feb 28 10:04:32.993 INFO O| Feb 28 10:04:32.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99982025-02-28T10:04:34.150Z[ host-image] Feb 28 10:04:32.993 INFO O| Feb 28 10:04:32.993 INFO copying /tmp/.tmpmn8qfF/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 ...
99992025-02-28T10:04:34.150Z[ host-image] Feb 28 10:04:32.993 INFO O| Feb 28 10:04:32.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
100002025-02-28T10:04:34.153Z[ host-image] Feb 28 10:04:32.993 INFO O| Feb 28 10:04:32.993 INFO ok!
100012025-02-28T10:04:34.153Z[ host-image] Feb 28 10:04:32.993 INFO O| Feb 28 10:04:32.993 INFO STEP 129 (ensure_file) COMPLETE
100022025-02-28T10:04:34.153Z[ host-image] Feb 28 10:04:32.994 INFO O| Feb 28 10:04:32.993 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100032025-02-28T10:04:34.173Z[ host-image] Feb 28 10:04:33.017 INFO O| Feb 28 10:04:33.016 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
100042025-02-28T10:04:34.173Z[ host-image] Feb 28 10:04:33.017 INFO O| Feb 28 10:04:33.017 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
100052025-02-28T10:04:34.173Z[ host-image] Feb 28 10:04:33.017 INFO O| Feb 28 10:04:33.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
100062025-02-28T10:04:34.176Z[ host-image] Feb 28 10:04:33.017 INFO O| Feb 28 10:04:33.017 INFO STEP 130 (ensure_dir) COMPLETE
100072025-02-28T10:04:34.176Z[ host-image] Feb 28 10:04:33.017 INFO O| Feb 28 10:04:33.017 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082025-02-28T10:04:34.195Z[ host-image] Feb 28 10:04:33.039 INFO O| Feb 28 10:04:33.039 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
100092025-02-28T10:04:34.195Z[ host-image] Feb 28 10:04:33.039 INFO O| Feb 28 10:04:33.039 INFO copying /tmp/.tmpmn8qfF/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
100102025-02-28T10:04:34.198Z[ host-image] Feb 28 10:04:33.040 INFO O| Feb 28 10:04:33.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
100112025-02-28T10:04:34.198Z[ host-image] Feb 28 10:04:33.040 INFO O| Feb 28 10:04:33.039 INFO ok!
100122025-02-28T10:04:34.198Z[ host-image] Feb 28 10:04:33.040 INFO O| Feb 28 10:04:33.040 INFO STEP 131 (ensure_file) COMPLETE
100132025-02-28T10:04:34.198Z[ host-image] Feb 28 10:04:33.040 INFO O| Feb 28 10:04:33.040 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100142025-02-28T10:04:34.219Z[ host-image] Feb 28 10:04:33.063 INFO O| Feb 28 10:04:33.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
100152025-02-28T10:04:34.223Z[ host-image] Feb 28 10:04:33.063 INFO O| Feb 28 10:04:33.063 INFO STEP 132 (remove_files) COMPLETE
100162025-02-28T10:04:34.223Z[ host-image] Feb 28 10:04:33.063 INFO O| Feb 28 10:04:33.063 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100172025-02-28T10:04:34.253Z[ host-image] Feb 28 10:04:33.097 INFO O| Feb 28 10:04:33.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
100182025-02-28T10:04:34.253Z[ host-image] Feb 28 10:04:33.097 INFO O| Feb 28 10:04:33.095 INFO STEP 133 (remove_files) COMPLETE
100192025-02-28T10:04:34.256Z[ host-image] Feb 28 10:04:33.097 INFO O| Feb 28 10:04:33.095 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100202025-02-28T10:04:34.271Z[ host-image] Feb 28 10:04:33.115 INFO O| Feb 28 10:04:33.115 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
100212025-02-28T10:04:34.274Z[ host-image] Feb 28 10:04:33.115 INFO O| Feb 28 10:04:33.115 INFO STEP 134 (remove_files) COMPLETE
100222025-02-28T10:04:34.274Z[ host-image] Feb 28 10:04:33.115 INFO O| Feb 28 10:04:33.115 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100232025-02-28T10:04:34.299Z[ host-image] Feb 28 10:04:33.143 INFO O| Feb 28 10:04:33.143 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
100242025-02-28T10:04:34.302Z[ host-image] Feb 28 10:04:33.143 INFO O| Feb 28 10:04:33.143 INFO STEP 135 (remove_files) COMPLETE
100252025-02-28T10:04:34.302Z[ host-image] Feb 28 10:04:33.143 INFO O| Feb 28 10:04:33.143 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100262025-02-28T10:04:34.334Z[ host-image] Feb 28 10:04:33.178 INFO O| Feb 28 10:04:33.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
100272025-02-28T10:04:34.337Z[ host-image] Feb 28 10:04:33.178 INFO O| Feb 28 10:04:33.178 INFO STEP 136 (remove_files) COMPLETE
100282025-02-28T10:04:34.337Z[ host-image] Feb 28 10:04:33.178 INFO O| Feb 28 10:04:33.178 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100292025-02-28T10:04:34.359Z[ host-image] Feb 28 10:04:33.203 INFO O| Feb 28 10:04:33.203 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
100302025-02-28T10:04:34.362Z[ host-image] Feb 28 10:04:33.203 INFO O| Feb 28 10:04:33.203 INFO STEP 137 (remove_files) COMPLETE
100312025-02-28T10:04:34.362Z[ host-image] Feb 28 10:04:33.203 INFO O| Feb 28 10:04:33.203 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100322025-02-28T10:04:34.417Z[ host-image] Feb 28 10:04:33.261 INFO O| Feb 28 10:04:33.261 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100332025-02-28T10:04:34.420Z[ host-image] Feb 28 10:04:33.261 INFO O| Feb 28 10:04:33.261 INFO STEP 138 (remove_files) COMPLETE
100342025-02-28T10:04:34.420Z[ host-image] Feb 28 10:04:33.261 INFO O| Feb 28 10:04:33.261 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100352025-02-28T10:04:34.439Z[ host-image] Feb 28 10:04:33.282 INFO O| Feb 28 10:04:33.282 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100362025-02-28T10:04:34.439Z[ host-image] Feb 28 10:04:33.283 INFO O| Feb 28 10:04:33.283 INFO STEP 139 (remove_files) COMPLETE
100372025-02-28T10:04:34.439Z[ host-image] Feb 28 10:04:33.283 INFO O| Feb 28 10:04:33.283 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100382025-02-28T10:04:34.469Z[ host-image] Feb 28 10:04:33.313 INFO O| Feb 28 10:04:33.313 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
100392025-02-28T10:04:34.469Z[ host-image] Feb 28 10:04:33.313 INFO O| Feb 28 10:04:33.313 INFO STEP 140 (remove_files) COMPLETE
100402025-02-28T10:04:34.472Z[ host-image] Feb 28 10:04:33.313 INFO O| Feb 28 10:04:33.313 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100412025-02-28T10:04:34.490Z[ host-image] Feb 28 10:04:33.333 INFO O| Feb 28 10:04:33.333 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100422025-02-28T10:04:34.490Z[ host-image] Feb 28 10:04:33.333 INFO O| Feb 28 10:04:33.333 INFO STEP 141 (remove_files) COMPLETE
100432025-02-28T10:04:34.490Z[ host-image] Feb 28 10:04:33.333 INFO O| Feb 28 10:04:33.333 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100442025-02-28T10:04:34.588Z[ host-image] Feb 28 10:04:33.432 INFO O| Feb 28 10:04:33.432 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
100452025-02-28T10:04:34.588Z[ host-image] Feb 28 10:04:33.432 INFO O| Feb 28 10:04:33.432 INFO STEP 142 (remove_files) COMPLETE
100462025-02-28T10:04:34.591Z[ host-image] Feb 28 10:04:33.432 INFO O| Feb 28 10:04:33.432 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100472025-02-28T10:04:34.607Z[ host-image] Feb 28 10:04:33.451 INFO O| Feb 28 10:04:33.451 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
100482025-02-28T10:04:34.607Z[ host-image] Feb 28 10:04:33.451 INFO O| Feb 28 10:04:33.451 INFO STEP 143 (remove_files) COMPLETE
100492025-02-28T10:04:34.607Z[ host-image] Feb 28 10:04:33.451 INFO O| Feb 28 10:04:33.451 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100502025-02-28T10:04:34.627Z[ host-image] Feb 28 10:04:33.471 INFO O| Feb 28 10:04:33.470 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100512025-02-28T10:04:34.627Z[ host-image] Feb 28 10:04:33.471 INFO O| Feb 28 10:04:33.471 INFO STEP 144 (remove_files) COMPLETE
100522025-02-28T10:04:34.630Z[ host-image] Feb 28 10:04:33.471 INFO O| Feb 28 10:04:33.471 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100532025-02-28T10:04:34.661Z[ host-image] Feb 28 10:04:33.505 INFO O| Feb 28 10:04:33.505 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100542025-02-28T10:04:34.664Z[ host-image] Feb 28 10:04:33.506 INFO O| Feb 28 10:04:33.506 INFO STEP 145 (remove_files) COMPLETE
100552025-02-28T10:04:34.664Z[ host-image] Feb 28 10:04:33.506 INFO O| Feb 28 10:04:33.506 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100562025-02-28T10:04:34.760Z[ host-image] Feb 28 10:04:33.604 INFO O| Feb 28 10:04:33.604 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
100572025-02-28T10:04:34.763Z[ host-image] Feb 28 10:04:33.605 INFO O| Feb 28 10:04:33.604 INFO STEP 146 (remove_files) COMPLETE
100582025-02-28T10:04:34.763Z[ host-image] Feb 28 10:04:33.605 INFO O| Feb 28 10:04:33.605 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100592025-02-28T10:04:34.780Z[ host-image] Feb 28 10:04:33.624 INFO O| Feb 28 10:04:33.623 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100602025-02-28T10:04:34.782Z[ host-image] Feb 28 10:04:33.624 INFO O| Feb 28 10:04:33.624 INFO STEP 147 (remove_files) COMPLETE
100612025-02-28T10:04:34.782Z[ host-image] Feb 28 10:04:33.624 INFO O| Feb 28 10:04:33.624 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100622025-02-28T10:04:34.798Z[ host-image] Feb 28 10:04:33.642 INFO O| Feb 28 10:04:33.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100632025-02-28T10:04:34.801Z[ host-image] Feb 28 10:04:33.643 INFO O| Feb 28 10:04:33.643 INFO STEP 148 (remove_files) COMPLETE
100642025-02-28T10:04:34.801Z[ host-image] Feb 28 10:04:33.643 INFO O| Feb 28 10:04:33.643 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100652025-02-28T10:04:34.840Z[ host-image] Feb 28 10:04:33.683 INFO O| Feb 28 10:04:33.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100662025-02-28T10:04:34.840Z[ host-image] Feb 28 10:04:33.683 INFO O| Feb 28 10:04:33.683 INFO STEP 149 (remove_files) COMPLETE
100672025-02-28T10:04:34.843Z[ host-image] Feb 28 10:04:33.683 INFO O| Feb 28 10:04:33.683 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100682025-02-28T10:04:35.001Z[ host-image] Feb 28 10:04:33.845 INFO O| Feb 28 10:04:33.845 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100692025-02-28T10:04:35.002Z[ host-image] Feb 28 10:04:33.845 INFO O| Feb 28 10:04:33.845 INFO STEP 150 (remove_files) COMPLETE
100702025-02-28T10:04:35.004Z[ host-image] Feb 28 10:04:33.845 INFO O| Feb 28 10:04:33.845 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100712025-02-28T10:04:35.024Z[ host-image] Feb 28 10:04:33.868 INFO O| Feb 28 10:04:33.868 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100722025-02-28T10:04:35.024Z[ host-image] Feb 28 10:04:33.868 INFO O| Feb 28 10:04:33.868 INFO STEP 151 (remove_files) COMPLETE
100732025-02-28T10:04:35.027Z[ host-image] Feb 28 10:04:33.868 INFO O| Feb 28 10:04:33.868 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742025-02-28T10:04:35.047Z[ host-image] Feb 28 10:04:33.891 INFO O| Feb 28 10:04:33.891 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100752025-02-28T10:04:35.047Z[ host-image] Feb 28 10:04:33.891 INFO O| Feb 28 10:04:33.891 INFO STEP 152 (remove_files) COMPLETE
100762025-02-28T10:04:35.050Z[ host-image] Feb 28 10:04:33.891 INFO O| Feb 28 10:04:33.891 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100772025-02-28T10:04:35.070Z[ host-image] Feb 28 10:04:33.913 INFO O| Feb 28 10:04:33.913 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
100782025-02-28T10:04:35.072Z[ host-image] Feb 28 10:04:33.914 INFO O| Feb 28 10:04:33.914 INFO STEP 153 (remove_files) COMPLETE
100792025-02-28T10:04:35.072Z[ host-image] Feb 28 10:04:33.914 INFO O| Feb 28 10:04:33.914 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100802025-02-28T10:04:35.141Z[ host-image] Feb 28 10:04:33.985 INFO O| Feb 28 10:04:33.985 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100812025-02-28T10:04:35.141Z[ host-image] Feb 28 10:04:33.985 INFO O| Feb 28 10:04:33.985 INFO STEP 154 (remove_files) COMPLETE
100822025-02-28T10:04:35.144Z[ host-image] Feb 28 10:04:33.985 INFO O| Feb 28 10:04:33.985 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100832025-02-28T10:04:35.203Z[ host-image] Feb 28 10:04:34.047 INFO O| Feb 28 10:04:34.047 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
100842025-02-28T10:04:35.206Z[ host-image] Feb 28 10:04:34.048 INFO O| Feb 28 10:04:34.047 INFO STEP 155 (remove_files) COMPLETE
100852025-02-28T10:04:35.206Z[ host-image] Feb 28 10:04:34.048 INFO O| Feb 28 10:04:34.047 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100862025-02-28T10:04:35.228Z[ host-image] Feb 28 10:04:34.071 INFO O| Feb 28 10:04:34.070 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
100872025-02-28T10:04:35.228Z[ host-image] Feb 28 10:04:34.071 INFO O| Feb 28 10:04:34.071 INFO STEP 156 (remove_files) COMPLETE
100882025-02-28T10:04:35.228Z[ host-image] Feb 28 10:04:34.071 INFO O| Feb 28 10:04:34.071 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100892025-02-28T10:04:35.248Z[ host-image] Feb 28 10:04:34.092 INFO O| Feb 28 10:04:34.092 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100902025-02-28T10:04:35.251Z[ host-image] Feb 28 10:04:34.092 INFO O| Feb 28 10:04:34.092 INFO STEP 157 (remove_files) COMPLETE
100912025-02-28T10:04:35.251Z[ host-image] Feb 28 10:04:34.092 INFO O| Feb 28 10:04:34.092 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100922025-02-28T10:04:35.269Z[ host-image] Feb 28 10:04:34.113 INFO O| Feb 28 10:04:34.112 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
100932025-02-28T10:04:35.269Z[ host-image] Feb 28 10:04:34.113 INFO O| Feb 28 10:04:34.113 INFO STEP 158 (remove_files) COMPLETE
100942025-02-28T10:04:35.269Z[ host-image] Feb 28 10:04:34.113 INFO O| Feb 28 10:04:34.113 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100952025-02-28T10:04:35.292Z[ host-image] Feb 28 10:04:34.135 INFO O| Feb 28 10:04:34.135 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
100962025-02-28T10:04:35.292Z[ host-image] Feb 28 10:04:34.135 INFO O| Feb 28 10:04:34.135 INFO STEP 159 (remove_files) COMPLETE
100972025-02-28T10:04:35.292Z[ host-image] Feb 28 10:04:34.136 INFO O| Feb 28 10:04:34.135 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100982025-02-28T10:04:35.327Z[ host-image] Feb 28 10:04:34.171 INFO O| Feb 28 10:04:34.171 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
100992025-02-28T10:04:35.328Z[ host-image] Feb 28 10:04:34.171 INFO O| Feb 28 10:04:34.171 INFO STEP 160 (remove_files) COMPLETE
101002025-02-28T10:04:35.330Z[ host-image] Feb 28 10:04:34.171 INFO O| Feb 28 10:04:34.171 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
101012025-02-28T10:04:35.376Z[ host-image] Feb 28 10:04:34.220 INFO O| Feb 28 10:04:34.219 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
101022025-02-28T10:04:35.379Z[ host-image] Feb 28 10:04:34.220 INFO O| Feb 28 10:04:34.220 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
101032025-02-28T10:04:38.288Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
101042025-02-28T10:04:39.389Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
101052025-02-28T10:04:45.183Z[ host-image] Feb 28 10:04:44.027 INFO O| Feb 28 10:04:44.027 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
101062025-02-28T10:04:45.202Z[ host-image] Feb 28 10:04:44.027 INFO O| Feb 28 10:04:44.027 INFO E| svccfg: Loaded 74 smf(7) service descriptions
101072025-02-28T10:04:45.209Z[ host-image] Feb 28 10:04:44.053 INFO O| Feb 28 10:04:44.053 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101082025-02-28T10:04:45.477Z[ host-image] Feb 28 10:04:44.320 INFO O| Feb 28 10:04:44.320 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101092025-02-28T10:04:45.619Z[ host-image] Feb 28 10:04:44.463 INFO O| Feb 28 10:04:44.463 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
101102025-02-28T10:04:45.771Z[ host-image] Feb 28 10:04:44.615 INFO O| Feb 28 10:04:44.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
101112025-02-28T10:04:45.772Z[ host-image] Feb 28 10:04:44.615 INFO O| Feb 28 10:04:44.615 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
101122025-02-28T10:04:45.775Z[ host-image] Feb 28 10:04:44.618 INFO O| Feb 28 10:04:44.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
101132025-02-28T10:04:45.775Z[ host-image] Feb 28 10:04:44.618 INFO O| Feb 28 10:04:44.618 INFO ok!
101142025-02-28T10:04:45.778Z[ host-image] Feb 28 10:04:44.618 INFO O| Feb 28 10:04:44.618 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
101152025-02-28T10:04:45.778Z[ host-image] Feb 28 10:04:44.618 INFO O| Feb 28 10:04:44.618 INFO STEP 161 (seed_smf) COMPLETE
101162025-02-28T10:04:45.778Z[ host-image] Feb 28 10:04:44.618 INFO O| Feb 28 10:04:44.618 INFO steps complete; finalising image!
101172025-02-28T10:04:45.778Z[ host-image] Feb 28 10:04:44.618 INFO O| Feb 28 10:04:44.618 INFO TRIM POOL: TEMPORARY-gimlet-zfs
101182025-02-28T10:04:45.980Z[ host-image] Feb 28 10:04:44.822 INFO O| Feb 28 10:04:44.822 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 28 10:04:44 2025)
101192025-02-28T10:04:46.191Z[ host-image] Feb 28 10:04:45.035 INFO O| Feb 28 10:04:45.035 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Fri Feb 28 10:04:44 2025)
101202025-02-28T10:04:46.428Z[ host-image] Feb 28 10:04:45.272 INFO O| Feb 28 10:04:45.272 INFO temporary pool has 721M used, 111M avail, 1.79x compressratio
101212025-02-28T10:04:46.428Z[ host-image] Feb 28 10:04:45.272 INFO O| Feb 28 10:04:45.272 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
101222025-02-28T10:04:47.289Z[ host-image] Feb 28 10:04:46.133 INFO O| Feb 28 10:04:46.133 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
101232025-02-28T10:04:47.290Z[ host-image] Feb 28 10:04:46.133 INFO O| Feb 28 10:04:46.133 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
101242025-02-28T10:04:49.544Z[ host-image] Feb 28 10:04:48.388 INFO O| Feb 28 10:04:48.388 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
101252025-02-28T10:04:49.544Z[ host-image] Feb 28 10:04:48.388 INFO O| Feb 28 10:04:48.388 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
101262025-02-28T10:04:49.547Z[ host-image] Feb 28 10:04:48.388 INFO O| Feb 28 10:04:48.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
101272025-02-28T10:04:49.547Z[ host-image] Feb 28 10:04:48.388 INFO O| Feb 28 10:04:48.388 INFO completed processing gimlet/zfs
101282025-02-28T10:04:49.547Z[ host-image] Feb 28 10:04:48.389 INFO O| Feb 28 10:04:48.388 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
101292025-02-28T10:04:59.082Z[ host-image] Feb 28 10:04:57.926 INFO O| Feb 28 10:04:57.925 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
101302025-02-28T10:04:59.207Z[ host-image] Feb 28 10:04:58.051 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
101312025-02-28T10:04:59.207Z[ host-image] Feb 28 10:04:58.051 INFO expanded image name: "ci 9a67a23/${os_short_commit} 2025-02-28 09:28" -> "ci 9a67a23/9fcb5ef 2025-02-28 09:28"
101322025-02-28T10:04:59.211Z[ host-image] Feb 28 10:04:58.051 INFO output artefacts stored in: "/work/os-host"
101332025-02-28T10:04:59.211Z[ host-image] Feb 28 10:04:58.051 INFO collecting git info from project "amd-firmware"...
101342025-02-28T10:04:59.233Z[ host-image] Feb 28 10:04:58.076 INFO collecting git info from project "amd-host-image-builder"...
101352025-02-28T10:04:59.259Z[ host-image] Feb 28 10:04:58.102 INFO collecting git info from project "bootserver"...
101362025-02-28T10:04:59.268Z[ host-image] Feb 28 10:04:58.111 INFO collecting git info from project "pilot"...
101372025-02-28T10:04:59.278Z[ host-image] Feb 28 10:04:58.121 INFO collecting git info from project "phbl"...
101382025-02-28T10:04:59.287Z[ host-image] Feb 28 10:04:58.131 INFO collecting git info from project "chelsio-t6-roms"...
101392025-02-28T10:04:59.296Z[ host-image] Feb 28 10:04:58.140 INFO collecting git info from project "pinprick"...
101402025-02-28T10:04:59.312Z[ host-image] Feb 28 10:04:58.155 INFO collecting git info from project "image-builder"...
101412025-02-28T10:04:59.346Z[ host-image] Feb 28 10:04:58.190 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101422025-02-28T10:05:01.009Z[ host-image] Feb 28 10:04:59.852 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101432025-02-28T10:05:01.734Z[ host-image] Feb 28 10:05:00.577 INFO creating Oxide boot image...
101442025-02-28T10:05:01.734Z[ host-image] Feb 28 10:05:00.577 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9a67a23/9fcb5ef 2025-02-28 09:28", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101452025-02-28T10:05:03.196Z[ host-image] Feb 28 10:05:02.039 INFO O| ok, image written!
101462025-02-28T10:05:03.196Z[ host-image] Feb 28 10:05:02.040 INFO O| ok, boot_image_csum file written!
101472025-02-28T10:05:03.201Z[ host-image] Feb 28 10:05:02.044 INFO creating boot archive (CPIO)...
101482025-02-28T10:05:03.201Z[ host-image] Feb 28 10:05:02.044 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
101492025-02-28T10:05:03.217Z[ host-image] Feb 28 10:05:02.061 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101502025-02-28T10:05:03.218Z[ host-image] Feb 28 10:05:02.061 INFO E| + outfile=/work/os-host/cpio
101512025-02-28T10:05:03.218Z[ host-image] Feb 28 10:05:02.061 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101522025-02-28T10:05:03.221Z[ host-image] Feb 28 10:05:02.065 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101532025-02-28T10:05:03.224Z[ host-image] Feb 28 10:05:02.065 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101542025-02-28T10:05:03.271Z[ host-image] Feb 28 10:05:02.114 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101552025-02-28T10:05:03.277Z[ host-image] Feb 28 10:05:02.115 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101562025-02-28T10:05:03.291Z[ host-image] Feb 28 10:05:02.135 INFO creating compressed cpio/unix for nanobl-rs...
101572025-02-28T10:05:03.291Z[ host-image] Feb 28 10:05:02.135 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
101582025-02-28T10:05:03.806Z[ host-image] Feb 28 10:05:02.649 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101592025-02-28T10:05:10.550Z[ host-image] Feb 28 10:05:09.394 INFO creating reset image...
101602025-02-28T10:05:10.554Z[ host-image] Feb 28 10:05:09.394 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101612025-02-28T10:05:10.799Z[ host-image] Feb 28 10:05:09.642 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
101622025-02-28T10:05:10.822Z[ host-image] Feb 28 10:05:09.665 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101632025-02-28T10:05:10.967Z[ host-image] Feb 28 10:05:09.810 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101642025-02-28T10:05:15.103Z[ host-image] Feb 28 10:05:13.946 INFO E| Finished `release` profile [optimized] target(s) in 4.25s
101652025-02-28T10:05:15.122Z[ host-image] Feb 28 10:05:13.965 INFO building host image...
101662025-02-28T10:05:15.126Z[ host-image] Feb 28 10:05:13.966 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")
101672025-02-28T10:05:16.169Z[ host-image] Feb 28 10:05:15.012 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101682025-02-28T10:06:36.671Z[ host-image] Feb 28 10:06:35.513 INFO image complete! materials are in "/work/os-host"
101692025-02-28T10:06:36.676Z[ host-image]
101702025-02-28T10:06:36.677Z[ host-image] real 13:59.339626488
101712025-02-28T10:06:36.679Z[ host-image] user 7:14.969503045
101722025-02-28T10:06:36.679Z[ host-image] sys 1:12.806409238
101732025-02-28T10:06:36.679Z[ host-image] trap 0.355664914
101742025-02-28T10:06:36.679Z[ host-image] tflt 0.063513748
101752025-02-28T10:06:36.679Z[ host-image] dflt 0.255941135
101762025-02-28T10:06:36.679Z[ host-image] kflt 0.026320029
101772025-02-28T10:06:36.679Z[ host-image] lock 9:05.455708668
101782025-02-28T10:06:36.679Z[ host-image] slp 1:12:03.814738016
101792025-02-28T10:06:36.679Z[ host-image] lat 3:21.969565089
101802025-02-28T10:06:36.680Z[ host-image] stop 3.459185260
101812025-02-28T10:06:36.680ZFeb 28 10:06:35.520 INFO [host-image] process exited with exit status: 0 (839.359640014s)
101822025-02-28T10:06:36.680ZFeb 28 10:06:35.520 INFO [tuf-repo] running task
101832025-02-28T10:07:12.181ZFeb 28 10:07:11.022 INFO assembling repository in `/tmp/tufaceousJzHfZV`, component: OmicronRepoAssembler
101842025-02-28T10:07:51.531ZFeb 28 10:07:50.369 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
101852025-02-28T10:07:52.057ZFeb 28 10:07:50.898 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
101862025-02-28T10:08:03.642ZFeb 28 10:08:02.482 INFO [tuf-repo] task succeeded (86.962050478s)
101872025-02-28T10:08:32.163Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101882025-02-28T10:10:26.440Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101892025-02-28T10:10:27.544Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101902025-02-28T10:10:27.792Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101912025-02-28T10:16:13.435Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 55s
101922025-02-28T10:16:13.892ZFeb 28 10:16:12.725 INFO [verify-libraries] process exited with exit status: 0 (1379.686267746s)
101932025-02-28T10:16:13.892ZFeb 28 10:16:12.725 INFO all jobs completed in 2883.514629419s
101942025-02-28T10:16:14.773Zprocess exited: duration 3595914 ms, exit code 0
 
101952025-02-28T10:16:14.800Zfound 33 output files
101962025-02-28T10:16:14.806Zuploading: /work/manifest.toml (13429 bytes)
101972025-02-28T10:16:15.815Zuploaded: /work/manifest.toml
101982025-02-28T10:16:15.815Zuploading: /work/repo.zip (2164575139 bytes)
101992025-02-28T10:16:59.903Zuploaded: /work/repo.zip
102002025-02-28T10:16:59.903Zuploading: /work/repo.zip.sha256.txt (65 bytes)
102012025-02-28T10:17:00.929Zuploaded: /work/repo.zip.sha256.txt
102022025-02-28T10:17:00.929Zuploading: /work/helios-setup.log (68938 bytes)
102032025-02-28T10:17:01.941Zuploaded: /work/helios-setup.log
102042025-02-28T10:17:01.944Zuploading: /work/host-image.log (199850 bytes)
102052025-02-28T10:17:02.958Zuploaded: /work/host-image.log
102062025-02-28T10:17:02.959Zuploading: /work/host-package.log (24811 bytes)
102072025-02-28T10:17:03.970Zuploaded: /work/host-package.log
102082025-02-28T10:17:03.970Zuploading: /work/host-target.log (101 bytes)
102092025-02-28T10:17:04.978Zuploaded: /work/host-target.log
102102025-02-28T10:17:04.978Zuploading: /work/omicron-package.log (6668 bytes)
102112025-02-28T10:17:05.987Zuploaded: /work/omicron-package.log
102122025-02-28T10:17:05.987Zuploading: /work/phbl-toolchain.log (881 bytes)
102132025-02-28T10:17:06.994Zuploaded: /work/phbl-toolchain.log
102142025-02-28T10:17:06.994Zuploading: /work/recovery-image.log (579591 bytes)
102152025-02-28T10:17:08.013Zuploaded: /work/recovery-image.log
102162025-02-28T10:17:08.013Zuploading: /work/recovery-package.log (1762 bytes)
102172025-02-28T10:17:09.022Zuploaded: /work/recovery-package.log
102182025-02-28T10:17:09.022Zuploading: /work/recovery-target.log (98 bytes)
102192025-02-28T10:17:10.031Zuploaded: /work/recovery-target.log
102202025-02-28T10:17:10.032Zuploading: /work/stamp-clickhouse.log (117 bytes)
102212025-02-28T10:17:11.041Zuploaded: /work/stamp-clickhouse.log
102222025-02-28T10:17:11.041Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
102232025-02-28T10:17:12.050Zuploaded: /work/stamp-clickhouse_keeper.log
102242025-02-28T10:17:12.050Zuploading: /work/stamp-cockroachdb.log (118 bytes)
102252025-02-28T10:17:13.059Zuploaded: /work/stamp-cockroachdb.log
102262025-02-28T10:17:13.059Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
102272025-02-28T10:17:14.067Zuploaded: /work/stamp-crucible-dtrace.log
102282025-02-28T10:17:14.067Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
102292025-02-28T10:17:15.076Zuploaded: /work/stamp-crucible-pantry-zone.log
102302025-02-28T10:17:15.076Zuploading: /work/stamp-crucible-zone.log (120 bytes)
102312025-02-28T10:17:16.085Zuploaded: /work/stamp-crucible-zone.log
102322025-02-28T10:17:16.085Zuploading: /work/stamp-external-dns.log (119 bytes)
102332025-02-28T10:17:17.093Zuploaded: /work/stamp-external-dns.log
102342025-02-28T10:17:17.096Zuploading: /work/stamp-installinator.log (103 bytes)
102352025-02-28T10:17:18.102Zuploaded: /work/stamp-installinator.log
102362025-02-28T10:17:18.102Zuploading: /work/stamp-internal-dns.log (119 bytes)
102372025-02-28T10:17:19.111Zuploaded: /work/stamp-internal-dns.log
102382025-02-28T10:17:19.111Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
102392025-02-28T10:17:20.121Zuploaded: /work/stamp-mg-ddm-gz.log
102402025-02-28T10:17:20.121Zuploading: /work/stamp-nexus.log (112 bytes)
102412025-02-28T10:17:21.131Zuploaded: /work/stamp-nexus.log
102422025-02-28T10:17:21.131Zuploading: /work/stamp-ntp.log (110 bytes)
102432025-02-28T10:17:22.139Zuploaded: /work/stamp-ntp.log
102442025-02-28T10:17:22.142Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102452025-02-28T10:17:23.148Zuploaded: /work/stamp-omicron-sled-agent.log
102462025-02-28T10:17:23.148Zuploading: /work/stamp-overlay.log (114 bytes)
102472025-02-28T10:17:24.161Zuploaded: /work/stamp-overlay.log
102482025-02-28T10:17:24.163Zuploading: /work/stamp-oximeter.log (115 bytes)
102492025-02-28T10:17:25.170Zuploaded: /work/stamp-oximeter.log
102502025-02-28T10:17:25.170Zuploading: /work/stamp-oxlog.log (109 bytes)
102512025-02-28T10:17:26.177Zuploaded: /work/stamp-oxlog.log
102522025-02-28T10:17:26.177Zuploading: /work/stamp-probe.log (112 bytes)
102532025-02-28T10:17:27.188Zuploaded: /work/stamp-probe.log
102542025-02-28T10:17:27.188Zuploading: /work/stamp-propolis-server.log (122 bytes)
102552025-02-28T10:17:28.198Zuploaded: /work/stamp-propolis-server.log
102562025-02-28T10:17:28.198Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102572025-02-28T10:17:29.209Zuploaded: /work/stamp-pumpkind-gz.log
102582025-02-28T10:17:29.209Zuploading: /work/stamp-switch-asic.log (118 bytes)
102592025-02-28T10:17:30.218Zuploaded: /work/stamp-switch-asic.log
102602025-02-28T10:17:30.218Zuploading: /work/verify-libraries.log (17219 bytes)
102612025-02-28T10:17:31.228Zuploaded: /work/verify-libraries.log