01JA9N6STNMV5XDV6HR6XVBBF6: 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: 01JA9N86G1D9TTWNHCXEE1SD6R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-16T03:24:32.129Zjob assigned to worker 01JA9NMHMBHFBTM9AXXNJ448YE (queued for 7 m 36 s)
 
22024-10-16T03:24:40.385Zstarting task 0: "setup"
32024-10-16T03:24:40.393Z++ uname -s
42024-10-16T03:24:40.396Z+ kern=SunOS
52024-10-16T03:24:40.396Z+ case "$kern" in
62024-10-16T03:24:40.396Z+ groupadd -g 12345 build
72024-10-16T03:24:40.398Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-16T03:24:42.408Z+ zfs create -o mountpoint=/work rpool/work
92024-10-16T03:24:42.576Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-16T03:24:42.580Z+ home_fs=zfs
112024-10-16T03:24:42.580Z+ [[ zfs == autofs ]]
122024-10-16T03:24:42.580Z+ mkdir -p /home/build
132024-10-16T03:24:42.583Z+ chown build:build /home/build /work
142024-10-16T03:24:44.584Z+ chmod 0700 /home/build /work
152024-10-16T03:24:44.589Zprocess exited: duration 4202 ms, exit code 0
 
162024-10-16T03:24:44.594Zstarting task 1: "rust-toolchain"
172024-10-16T03:24:44.600Z+ printf ' * toolchain channel = "%s"
182024-10-16T03:24:44.601Z * toolchain channel = "1.80.1"
192024-10-16T03:24:44.601Z' 1.80.1
202024-10-16T03:24:44.601Z+ printf ' * toolchain profile = "%s"
212024-10-16T03:24:44.601Z' default
222024-10-16T03:24:44.601Z * toolchain profile = "default"
232024-10-16T03:24:44.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-16T03:24:44.605Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-16T03:24:44.724Zinfo: downloading installer
262024-10-16T03:24:45.945Zinfo: profile set to 'default'
272024-10-16T03:24:45.945Zinfo: default host triple is x86_64-unknown-illumos
282024-10-16T03:24:45.948Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-16T03:24:46.079Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-16T03:24:46.079Zinfo: downloading component 'cargo'
312024-10-16T03:24:46.733Zinfo: downloading component 'clippy'
322024-10-16T03:24:46.964Zinfo: downloading component 'rust-docs'
332024-10-16T03:24:47.919Zinfo: downloading component 'rust-std'
342024-10-16T03:24:49.146Zinfo: downloading component 'rustc'
352024-10-16T03:24:52.596Zinfo: downloading component 'rustfmt'
362024-10-16T03:24:52.792Zinfo: installing component 'cargo'
372024-10-16T03:24:53.715Zinfo: installing component 'clippy'
382024-10-16T03:24:54.119Zinfo: installing component 'rust-docs'
392024-10-16T03:24:56.805Zinfo: installing component 'rust-std'
402024-10-16T03:24:57.559Zinfo: installing component 'rustc'
412024-10-16T03:25:02.171Zinfo: installing component 'rustfmt'
422024-10-16T03:25:02.518Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-16T03:25:02.518Z
442024-10-16T03:25:02.772Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-16T03:25:02.772Z
462024-10-16T03:25:02.775Z
472024-10-16T03:25:02.775ZRust is installed now. Great!
482024-10-16T03:25:02.775Z
492024-10-16T03:25:02.775ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-16T03:25:02.775Zenvironment variable. This has not been done automatically.
512024-10-16T03:25:02.775Z
522024-10-16T03:25:02.775ZTo configure your current shell, you need to source
532024-10-16T03:25:02.775Zthe corresponding env file under $HOME/.cargo.
542024-10-16T03:25:02.775Z
552024-10-16T03:25:02.775ZThis is usually done by running one of the following (note the leading DOT):
562024-10-16T03:25:02.775Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-16T03:25:02.775Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-16T03:25:02.828Z+ rustc --version
592024-10-16T03:25:02.894Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-16T03:25:02.898Zprocess exited: duration 18300 ms, exit code 0
 
612024-10-16T03:25:02.906Zstarting task 2: "authentication"
622024-10-16T03:25:02.929Zprocess exited: duration 22 ms, exit code 0
 
632024-10-16T03:25:02.934Zstarting task 3: "clone repository"
642024-10-16T03:25:02.939Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-16T03:25:02.942Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-16T03:25:03.239ZCloning into '/work/oxidecomputer/omicron'...
672024-10-16T03:25:10.793Z+ cd /work/oxidecomputer/omicron
682024-10-16T03:25:10.793Z+ git fetch origin c4d358cce5c872f3df148798125f0f73068f79de
692024-10-16T03:25:11.100ZFrom https://github.com/oxidecomputer/omicron
702024-10-16T03:25:11.100Z * branch c4d358cce5c872f3df148798125f0f73068f79de -> FETCH_HEAD
712024-10-16T03:25:11.112Z+ [[ -n '' ]]
722024-10-16T03:25:11.112Z+ git reset --hard c4d358cce5c872f3df148798125f0f73068f79de
732024-10-16T03:25:11.281ZHEAD is now at c4d358cce Update Rust crate unicode-width to 0.2.0
742024-10-16T03:25:11.283Zprocess exited: duration 8348 ms, exit code 0
 
752024-10-16T03:25:11.288Zstarting task 4: "build"
762024-10-16T03:25:11.294Z+ source .github/buildomat/ci-env.sh
772024-10-16T03:25:11.294Z++ export CARGO_TERM_COLOR=always
782024-10-16T03:25:11.294Z++ CARGO_TERM_COLOR=always
792024-10-16T03:25:11.296Z+ cargo --version
802024-10-16T03:25:11.352Zcargo 1.80.1 (376290515 2024-07-16)
812024-10-16T03:25:11.355Z+ rustc --version
822024-10-16T03:25:11.415Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
832024-10-16T03:25:11.417Z+ cargo tree --locked
842024-10-16T03:25:11.676Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
852024-10-16T03:25:11.999Z Updating crates.io index
862024-10-16T03:25:12.001Z Updating git repository `https://github.com/oxidecomputer/maghemite`
872024-10-16T03:25:12.930Z Updating git repository `https://github.com/oxidecomputer/oxnet`
882024-10-16T03:25:13.259Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
892024-10-16T03:25:13.496Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
902024-10-16T03:25:13.751Z Updating git repository `https://github.com/oxidecomputer/propolis`
912024-10-16T03:25:17.721Z Updating git repository `https://github.com/oxidecomputer/crucible`
922024-10-16T03:25:19.859Z Updating git repository `https://github.com/oxidecomputer/opte`
932024-10-16T03:25:20.848Z Updating git repository `https://github.com/oxidecomputer/falcon`
942024-10-16T03:25:21.600Z Updating git repository `https://github.com/oxidecomputer/clickward`
952024-10-16T03:25:21.894Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
962024-10-16T03:25:22.165Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
972024-10-16T03:25:22.711Z Updating git repository `https://github.com/oxidecomputer/libipcc`
982024-10-16T03:25:23.173Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
992024-10-16T03:25:23.650Z Updating git repository `https://github.com/oxidecomputer/tofino`
1002024-10-16T03:25:23.913Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1012024-10-16T03:25:24.155Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1022024-10-16T03:25:24.400Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1032024-10-16T03:25:24.719Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1042024-10-16T03:25:25.041Z Updating git repository `https://github.com/oxidecomputer/ispf`
1052024-10-16T03:25:25.349Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1062024-10-16T03:25:25.703Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1072024-10-16T03:25:26.164Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1082024-10-16T03:25:26.590Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1092024-10-16T03:25:27.132Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1102024-10-16T03:25:27.579Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1112024-10-16T03:25:27.811Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1122024-10-16T03:25:28.100Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1132024-10-16T03:25:29.678Z Downloading crates ...
1142024-10-16T03:25:29.812Z Downloaded arc-swap v1.7.1
1152024-10-16T03:25:29.816Z Downloaded anyhow v1.0.89
1162024-10-16T03:25:29.822Z Downloaded fallible-streaming-iterator v0.1.9
1172024-10-16T03:25:29.825Z Downloaded cfg_aliases v0.2.1
1182024-10-16T03:25:29.828Z Downloaded home v0.5.9
1192024-10-16T03:25:29.828Z Downloaded funty v2.0.0
1202024-10-16T03:25:29.831Z Downloaded fnv v1.0.7
1212024-10-16T03:25:29.836Z Downloaded http-body v1.0.1
1222024-10-16T03:25:29.839Z Downloaded bit-vec v0.6.3
1232024-10-16T03:25:29.844Z Downloaded futures-channel v0.3.31
1242024-10-16T03:25:29.844Z Downloaded blowfish v0.9.1
1252024-10-16T03:25:29.847Z Downloaded ident_case v1.0.1
1262024-10-16T03:25:29.847Z Downloaded async-channel v1.9.0
1272024-10-16T03:25:29.847Z Downloaded httptest v0.16.1
1282024-10-16T03:25:29.849Z Downloaded cargo-platform v0.1.8
1292024-10-16T03:25:29.851Z Downloaded foreign-types-macros v0.2.3
1302024-10-16T03:25:29.851Z Downloaded array-init v0.0.4
1312024-10-16T03:25:29.855Z Downloaded bitfield-struct v0.6.2
1322024-10-16T03:25:29.855Z Downloaded async-recursion v1.1.1
1332024-10-16T03:25:29.859Z Downloaded http-range v0.1.5
1342024-10-16T03:25:29.862Z Downloaded hubpack_derive v0.1.1
1352024-10-16T03:25:29.862Z Downloaded addr2line v0.24.2
1362024-10-16T03:25:29.862Z Downloaded heck v0.5.0
1372024-10-16T03:25:29.864Z Downloaded ciborium-io v0.2.2
1382024-10-16T03:25:29.864Z Downloaded heck v0.3.3
1392024-10-16T03:25:29.867Z Downloaded generic-array v0.14.7
1402024-10-16T03:25:29.867Z Downloaded atomicwrites v0.4.4
1412024-10-16T03:25:29.870Z Downloaded glob v0.3.1
1422024-10-16T03:25:29.870Z Downloaded hostname v0.4.0
1432024-10-16T03:25:29.873Z Downloaded ff v0.13.0
1442024-10-16T03:25:29.876Z Downloaded futures-sink v0.3.31
1452024-10-16T03:25:29.876Z Downloaded bcs v0.1.6
1462024-10-16T03:25:29.880Z Downloaded httpdate v1.0.3
1472024-10-16T03:25:29.880Z Downloaded cfg-if v1.0.0
1482024-10-16T03:25:29.880Z Downloaded async-stream-impl v0.3.6
1492024-10-16T03:25:29.880Z Downloaded hyper-rustls v0.26.0
1502024-10-16T03:25:29.883Z Downloaded bitflags v2.6.0
1512024-10-16T03:25:29.887Z Downloaded cfg-expr v0.17.0
1522024-10-16T03:25:29.890Z Downloaded blake2 v0.10.6
1532024-10-16T03:25:29.892Z Downloaded allocator-api2 v0.2.18
1542024-10-16T03:25:29.895Z Downloaded bb8 v0.8.5
1552024-10-16T03:25:29.898Z Downloaded async-executor v1.13.1
1562024-10-16T03:25:29.902Z Downloaded bytes v1.7.2
1572024-10-16T03:25:29.905Z Downloaded block-padding v0.3.3
1582024-10-16T03:25:29.905Z Downloaded cargo_metadata v0.18.1
1592024-10-16T03:25:29.907Z Downloaded aead v0.5.2
1602024-10-16T03:25:29.907Z Downloaded castaway v0.2.3
1612024-10-16T03:25:29.910Z Downloaded async-trait v0.1.83
1622024-10-16T03:25:29.913Z Downloaded fatfs v0.3.6
1632024-10-16T03:25:29.917Z Downloaded phf_shared v0.10.0
1642024-10-16T03:25:29.920Z Downloaded base64 v0.22.1
1652024-10-16T03:25:29.922Z Downloaded cc v1.1.30
1662024-10-16T03:25:29.926Z Downloaded hash32 v0.2.1
1672024-10-16T03:25:29.929Z Downloaded cipher v0.4.4
1682024-10-16T03:25:29.929Z Downloaded atty v0.2.14
1692024-10-16T03:25:29.932Z Downloaded futures-executor v0.3.31
1702024-10-16T03:25:29.932Z Downloaded async-bb8-diesel v0.2.1
1712024-10-16T03:25:29.934Z Downloaded autocfg v1.4.0
1722024-10-16T03:25:29.937Z Downloaded fixedbitset v0.4.2
1732024-10-16T03:25:29.940Z Downloaded base64 v0.13.1
1742024-10-16T03:25:29.944Z Downloaded adler2 v2.0.0
1752024-10-16T03:25:29.944Z Downloaded block-buffer v0.10.4
1762024-10-16T03:25:29.946Z Downloaded bcrypt-pbkdf v0.10.0
1772024-10-16T03:25:29.946Z Downloaded async-stream v0.3.6
1782024-10-16T03:25:29.949Z Downloaded peg-runtime v0.8.3
1792024-10-16T03:25:29.949Z Downloaded cfg_aliases v0.1.1
1802024-10-16T03:25:29.951Z Downloaded byteorder v1.5.0
1812024-10-16T03:25:29.953Z Downloaded chrono-tz-build v0.4.0
1822024-10-16T03:25:29.953Z Downloaded parking_lot v0.11.2
1832024-10-16T03:25:29.956Z Downloaded hyper-staticfile v0.10.1
1842024-10-16T03:25:29.959Z Downloaded fxhash v0.2.1
1852024-10-16T03:25:29.961Z Downloaded bitflags v1.3.2
1862024-10-16T03:25:29.964Z Downloaded foreign-types-shared v0.1.1
1872024-10-16T03:25:29.964Z Downloaded hex-literal v0.4.1
1882024-10-16T03:25:29.967Z Downloaded bit-set v0.5.3
1892024-10-16T03:25:29.967Z Downloaded guppy-workspace-hack v0.1.0
1902024-10-16T03:25:29.969Z Downloaded async-signal v0.2.10
1912024-10-16T03:25:29.971Z Downloaded async-global-executor v2.4.1
1922024-10-16T03:25:29.971Z Downloaded ascii-canvas v3.0.0
1932024-10-16T03:25:29.973Z Downloaded arrayref v0.3.9
1942024-10-16T03:25:29.976Z Downloaded psl-types v2.0.11
1952024-10-16T03:25:29.976Z Downloaded heapless v0.7.17
1962024-10-16T03:25:29.983Z Downloaded camino-tempfile v1.1.1
1972024-10-16T03:25:29.989Z Downloaded hyper-util v0.1.9
1982024-10-16T03:25:29.992Z Downloaded heck v0.4.1
1992024-10-16T03:25:29.992Z Downloaded base64ct v1.6.0
2002024-10-16T03:25:29.992Z Downloaded async-io v2.3.4
2012024-10-16T03:25:29.994Z Downloaded headers-core v0.3.0
2022024-10-16T03:25:29.997Z Downloaded ciborium-ll v0.2.2
2032024-10-16T03:25:29.997Z Downloaded chacha20 v0.9.1
2042024-10-16T03:25:30.000Z Downloaded anstyle-query v1.1.1
2052024-10-16T03:25:30.002Z Downloaded anstyle v1.0.8
2062024-10-16T03:25:30.005Z Downloaded olpc-cjson v0.1.4
2072024-10-16T03:25:30.005Z Downloaded r2d2 v0.8.10
2082024-10-16T03:25:30.007Z Downloaded fd-lock v4.0.2
2092024-10-16T03:25:30.009Z Downloaded take_mut v0.2.2
2102024-10-16T03:25:30.009Z Downloaded slog-async v2.8.0
2112024-10-16T03:25:30.012Z Downloaded password-hash v0.5.0
2122024-10-16T03:25:30.014Z Downloaded flagset v0.4.6
2132024-10-16T03:25:30.017Z Downloaded omicron-zone-package v0.11.1
2142024-10-16T03:25:30.019Z Downloaded hash32 v0.3.1
2152024-10-16T03:25:30.022Z Downloaded group v0.13.0
2162024-10-16T03:25:30.022Z Downloaded futures-task v0.3.31
2172024-10-16T03:25:30.024Z Downloaded futures-macro v0.3.31
2182024-10-16T03:25:30.027Z Downloaded secrecy v0.8.0
2192024-10-16T03:25:30.027Z Downloaded assert_cmd v2.0.16
2202024-10-16T03:25:30.031Z Downloaded tower-service v0.3.3
2212024-10-16T03:25:30.031Z Downloaded humantime v2.1.0
2222024-10-16T03:25:30.034Z Downloaded hex v0.4.3
2232024-10-16T03:25:30.034Z Downloaded fragile v2.0.0
2242024-10-16T03:25:30.036Z Downloaded stable_deref_trait v1.2.0
2252024-10-16T03:25:30.038Z Downloaded slab v0.4.9
2262024-10-16T03:25:30.038Z Downloaded sha1 v0.10.6
2272024-10-16T03:25:30.041Z Downloaded predicates-core v1.0.8
2282024-10-16T03:25:30.043Z Downloaded hyper-tls v0.6.0
2292024-10-16T03:25:30.043Z Downloaded camino v1.1.9
2302024-10-16T03:25:30.046Z Downloaded argon2 v0.5.3
2312024-10-16T03:25:30.050Z Downloaded http-body v0.4.6
2322024-10-16T03:25:30.050Z Downloaded hostname v0.3.1
2332024-10-16T03:25:30.053Z Downloaded hubpack v0.1.2
2342024-10-16T03:25:30.053Z Downloaded cancel-safe-futures v0.1.5
2352024-10-16T03:25:30.056Z Downloaded radium v0.7.0
2362024-10-16T03:25:30.058Z Downloaded progenitor v0.8.0
2372024-10-16T03:25:30.062Z Downloaded zone_cfg_derive v0.1.2
2382024-10-16T03:25:30.062Z Downloaded serde_path_to_error v0.1.16
2392024-10-16T03:25:30.064Z Downloaded relative-path v1.9.3
2402024-10-16T03:25:30.064Z Downloaded quinn-udp v0.5.5
2412024-10-16T03:25:30.067Z Downloaded semver v0.1.20
2422024-10-16T03:25:30.067Z Downloaded headers v0.4.0
2432024-10-16T03:25:30.072Z Downloaded quote v1.0.37
2442024-10-16T03:25:30.075Z Downloaded want v0.3.1
2452024-10-16T03:25:30.078Z Downloaded utf-8 v0.7.6
2462024-10-16T03:25:30.078Z Downloaded tap v1.0.1
2472024-10-16T03:25:30.081Z Downloaded structmeta-derive v0.3.0
2482024-10-16T03:25:30.081Z Downloaded time-macros v0.2.18
2492024-10-16T03:25:30.083Z Downloaded subtle v2.6.1
2502024-10-16T03:25:30.086Z Downloaded hickory-server v0.24.1
2512024-10-16T03:25:30.091Z Downloaded derive_builder_macro v0.20.2
2522024-10-16T03:25:30.093Z Downloaded httparse v1.9.5
2532024-10-16T03:25:30.096Z Downloaded difflib v0.4.0
2542024-10-16T03:25:30.098Z Downloaded iana-time-zone v0.1.61
2552024-10-16T03:25:30.101Z Downloaded hickory-client v0.24.1
2562024-10-16T03:25:30.103Z Downloaded spin v0.5.2
2572024-10-16T03:25:30.105Z Downloaded stringprep v0.1.5
2582024-10-16T03:25:30.108Z Downloaded openssl-probe v0.1.5
2592024-10-16T03:25:30.108Z Downloaded match_cfg v0.1.0
2602024-10-16T03:25:30.110Z Downloaded normalize-line-endings v0.3.0
2612024-10-16T03:25:30.110Z Downloaded newtype_derive v0.1.6
2622024-10-16T03:25:30.112Z Downloaded criterion-plot v0.5.0
2632024-10-16T03:25:30.115Z Downloaded constant_time_eq v0.3.1
2642024-10-16T03:25:30.115Z Downloaded endian-type v0.1.2
2652024-10-16T03:25:30.117Z Downloaded sha2 v0.10.8
2662024-10-16T03:25:30.119Z Downloaded serde_tokenstream v0.2.2
2672024-10-16T03:25:30.122Z Downloaded crossbeam-deque v0.8.5
2682024-10-16T03:25:30.124Z Downloaded usdt-impl v0.5.0
2692024-10-16T03:25:30.124Z Downloaded tokio-stream v0.1.16
2702024-10-16T03:25:30.134Z Downloaded futures v0.3.31
2712024-10-16T03:25:30.136Z Downloaded percent-encoding v2.3.1
2722024-10-16T03:25:30.136Z Downloaded datatest-stable v0.2.9
2732024-10-16T03:25:30.139Z Downloaded h2 v0.3.26
2742024-10-16T03:25:30.145Z Downloaded debug-ignore v1.0.5
2752024-10-16T03:25:30.147Z Downloaded sqlparser_derive v0.2.2
2762024-10-16T03:25:30.150Z Downloaded tracing-attributes v0.1.27
2772024-10-16T03:25:30.153Z Downloaded hmac v0.12.1
2782024-10-16T03:25:30.155Z Downloaded kv-log-macro v1.0.7
2792024-10-16T03:25:30.155Z Downloaded highway v1.2.0
2802024-10-16T03:25:30.157Z Downloaded oso v0.27.3
2812024-10-16T03:25:30.161Z Downloaded pretty-hex v0.4.1
2822024-10-16T03:25:30.164Z Downloaded serde_spanned v0.6.8
2832024-10-16T03:25:30.166Z Downloaded managed v0.8.0
2842024-10-16T03:25:30.166Z Downloaded xz2 v0.1.7
2852024-10-16T03:25:30.169Z Downloaded num v0.4.3
2862024-10-16T03:25:30.171Z Downloaded tinyvec_macros v0.1.1
2872024-10-16T03:25:30.171Z Downloaded slog-envlogger v2.2.0
2882024-10-16T03:25:30.173Z Downloaded precomputed-hash v0.1.1
2892024-10-16T03:25:30.173Z Downloaded digest v0.10.7
2902024-10-16T03:25:30.176Z Downloaded tokio-rustls v0.26.0
2912024-10-16T03:25:30.178Z Downloaded kstat-rs v0.2.4
2922024-10-16T03:25:30.181Z Downloaded rand_xorshift v0.3.0
2932024-10-16T03:25:30.181Z Downloaded maplit v1.0.2
2942024-10-16T03:25:30.183Z Downloaded indent_write v2.2.0
2952024-10-16T03:25:30.183Z Downloaded enum-as-inner v0.5.1
2962024-10-16T03:25:30.185Z Downloaded usdt-attr-macro v0.5.0
2972024-10-16T03:25:30.185Z Downloaded schemars v0.8.21
2982024-10-16T03:25:30.197Z Downloaded flume v0.11.0
2992024-10-16T03:25:30.202Z Downloaded resolv-conf v0.7.0
3002024-10-16T03:25:30.208Z Downloaded slog v2.7.0
3012024-10-16T03:25:30.210Z Downloaded phf v0.11.2
3022024-10-16T03:25:30.210Z Downloaded dhcproto-macros v0.1.0
3032024-10-16T03:25:30.210Z Downloaded rfc6979 v0.4.0
3042024-10-16T03:25:30.213Z Downloaded slog-dtrace v0.3.0
3052024-10-16T03:25:30.213Z Downloaded salsa20 v0.10.2
3062024-10-16T03:25:30.215Z Downloaded rusty-fork v0.3.0
3072024-10-16T03:25:30.217Z Downloaded rustfmt-wrapper v0.2.1
3082024-10-16T03:25:30.217Z Downloaded ssh-encoding v0.2.0
3092024-10-16T03:25:30.220Z Downloaded pin-project v1.1.6
3102024-10-16T03:25:30.230Z Downloaded matches v0.1.10
3112024-10-16T03:25:30.233Z Downloaded tls_codec v0.4.1
3122024-10-16T03:25:30.235Z Downloaded tokio-native-tls v0.3.1
3132024-10-16T03:25:30.238Z Downloaded terminal_size v0.4.0
3142024-10-16T03:25:30.238Z Downloaded nu-ansi-term v0.50.1
3152024-10-16T03:25:30.240Z Downloaded strum_macros v0.25.3
3162024-10-16T03:25:30.243Z Downloaded hashbrown v0.12.3
3172024-10-16T03:25:30.246Z Downloaded untrusted v0.7.1
3182024-10-16T03:25:30.249Z Downloaded zeroize v1.8.1
3192024-10-16T03:25:30.251Z Downloaded usdt v0.5.0
3202024-10-16T03:25:30.251Z Downloaded newline-converter v0.3.0
3212024-10-16T03:25:30.254Z Downloaded untrusted v0.9.0
3222024-10-16T03:25:30.254Z Downloaded unicode-linebreak v0.1.5
3232024-10-16T03:25:30.256Z Downloaded diff v0.1.13
3242024-10-16T03:25:30.259Z Downloaded aes-gcm v0.10.3
3252024-10-16T03:25:30.261Z Downloaded pest_meta v2.7.14
3262024-10-16T03:25:30.264Z Downloaded defmt-macros v0.3.9
3272024-10-16T03:25:30.267Z Downloaded zeroize_derive v1.4.2
3282024-10-16T03:25:30.269Z Downloaded utf8parse v0.2.2
3292024-10-16T03:25:30.273Z Downloaded futures-util v0.3.31
3302024-10-16T03:25:30.282Z Downloaded partial-io v0.5.4
3312024-10-16T03:25:30.285Z Downloaded rpassword v7.3.1
3322024-10-16T03:25:30.288Z Downloaded heapless v0.8.0
3332024-10-16T03:25:30.290Z Downloaded is-terminal v0.4.13
3342024-10-16T03:25:30.293Z Downloaded half v2.4.1
3352024-10-16T03:25:30.295Z Downloaded serde-big-array v0.5.1
3362024-10-16T03:25:30.297Z Downloaded lazycell v1.3.0
3372024-10-16T03:25:30.300Z Downloaded progenitor-client v0.8.0
3382024-10-16T03:25:30.300Z Downloaded num-conv v0.1.0
3392024-10-16T03:25:30.302Z Downloaded embedded-io v0.6.1
3402024-10-16T03:25:30.302Z Downloaded miniz_oxide v0.8.0
3412024-10-16T03:25:30.305Z Downloaded defmt-parser v0.3.4
3422024-10-16T03:25:30.307Z Downloaded zerocopy-derive v0.7.35
3432024-10-16T03:25:30.311Z Downloaded mime v0.3.17
3442024-10-16T03:25:30.314Z Downloaded http v0.2.12
3452024-10-16T03:25:30.316Z Downloaded lazy_static v1.5.0
3462024-10-16T03:25:30.319Z Downloaded num-derive v0.4.2
3472024-10-16T03:25:30.321Z Downloaded hyper v1.4.1
3482024-10-16T03:25:30.328Z Downloaded enum-as-inner v0.6.1
3492024-10-16T03:25:30.331Z Downloaded embedded-io v0.4.0
3502024-10-16T03:25:30.333Z Downloaded cstr-argument v0.1.2
3512024-10-16T03:25:30.333Z Downloaded crypto-common v0.1.6
3522024-10-16T03:25:30.333Z Downloaded plain v0.2.3
3532024-10-16T03:25:30.336Z Downloaded const_format_proc_macros v0.2.33
3542024-10-16T03:25:30.338Z Downloaded serde_with_macros v3.11.0
3552024-10-16T03:25:30.341Z Downloaded sec1 v0.7.3
3562024-10-16T03:25:30.343Z Downloaded mime_guess v2.0.5
3572024-10-16T03:25:30.343Z Downloaded macaddr v1.0.1
3582024-10-16T03:25:30.345Z Downloaded pkg-config v0.3.31
3592024-10-16T03:25:30.348Z Downloaded smf v0.2.3
3602024-10-16T03:25:30.348Z Downloaded serde-hex v0.1.0
3612024-10-16T03:25:30.350Z Downloaded peg v0.8.4
3622024-10-16T03:25:30.354Z Downloaded hickory-resolver v0.24.1
3632024-10-16T03:25:30.359Z Downloaded darling_macro v0.20.10
3642024-10-16T03:25:30.361Z Downloaded escape8259 v0.5.3
3652024-10-16T03:25:30.361Z Downloaded num-complex v0.4.6
3662024-10-16T03:25:30.365Z Downloaded string_cache v0.8.7
3672024-10-16T03:25:30.368Z Downloaded smawk v0.3.2
3682024-10-16T03:25:30.368Z Downloaded indexmap v1.9.3
3692024-10-16T03:25:30.371Z Downloaded ucd-trie v0.1.7
3702024-10-16T03:25:30.373Z Downloaded termcolor v1.4.1
3712024-10-16T03:25:30.375Z Downloaded hyper v0.14.30
3722024-10-16T03:25:30.383Z Downloaded static_assertions v1.1.0
3732024-10-16T03:25:30.385Z Downloaded opaque-debug v0.3.1
3742024-10-16T03:25:30.387Z Downloaded uuid v1.10.0
3752024-10-16T03:25:30.393Z Downloaded pkcs1 v0.7.5
3762024-10-16T03:25:30.393Z Downloaded thread-id v4.2.2
3772024-10-16T03:25:30.396Z Downloaded path-slash v0.1.5
3782024-10-16T03:25:30.396Z Downloaded uzers v0.11.3
3792024-10-16T03:25:30.398Z Downloaded hashbrown v0.15.0
3802024-10-16T03:25:30.404Z Downloaded pkcs8 v0.10.2
3812024-10-16T03:25:30.408Z Downloaded universal-hash v0.5.1
3822024-10-16T03:25:30.410Z Downloaded samael v0.0.17
3832024-10-16T03:25:30.414Z Downloaded peg-macros v0.8.4
3842024-10-16T03:25:30.417Z Downloaded concurrent-queue v2.5.0
3852024-10-16T03:25:30.419Z Downloaded typify-macro v0.2.0
3862024-10-16T03:25:30.421Z Downloaded nanorand v0.7.0
3872024-10-16T03:25:30.424Z Downloaded defmt v0.3.8
3882024-10-16T03:25:30.428Z Downloaded md-5 v0.10.6
3892024-10-16T03:25:30.430Z Downloaded multimap v0.10.0
3902024-10-16T03:25:30.433Z Downloaded memoffset v0.9.1
3912024-10-16T03:25:30.433Z Downloaded data-encoding v2.6.0
3922024-10-16T03:25:30.435Z Downloaded mockall v0.13.0
3932024-10-16T03:25:30.437Z Downloaded semver v1.0.23
3942024-10-16T03:25:30.440Z Downloaded dropshot_endpoint v0.12.0
3952024-10-16T03:25:30.442Z Downloaded tungstenite v0.23.0
3962024-10-16T03:25:30.445Z Downloaded dhcproto v0.12.0
3972024-10-16T03:25:30.448Z Downloaded owo-colors v4.1.0
3982024-10-16T03:25:30.451Z Downloaded is_terminal_polyfill v1.70.1
3992024-10-16T03:25:30.453Z Downloaded unarray v0.1.4
4002024-10-16T03:25:30.456Z Downloaded pretty_assertions v1.4.1
4012024-10-16T03:25:30.466Z Downloaded goblin v0.8.2
4022024-10-16T03:25:30.466Z Downloaded tokio-rustls v0.24.1
4032024-10-16T03:25:30.478Z Downloaded shell-words v1.1.0
4042024-10-16T03:25:30.479Z Downloaded display-error-chain v0.2.1
4052024-10-16T03:25:30.479Z Downloaded value-bag v1.9.0
4062024-10-16T03:25:30.485Z Downloaded proc-macro2 v1.0.87
4072024-10-16T03:25:30.485Z Downloaded quick-error v1.2.3
4082024-10-16T03:25:30.488Z Downloaded progenitor-macro v0.8.0
4092024-10-16T03:25:30.490Z Downloaded diesel_table_macro_syntax v0.2.0
4102024-10-16T03:25:30.491Z Downloaded curve25519-dalek-derive v0.1.1
4112024-10-16T03:25:30.493Z Downloaded structmeta v0.3.0
4122024-10-16T03:25:30.493Z Downloaded structmeta v0.2.0
4132024-10-16T03:25:30.495Z Downloaded indicatif v0.17.8
4142024-10-16T03:25:30.499Z Downloaded minimal-lexical v0.2.1
4152024-10-16T03:25:30.505Z Downloaded multer v3.1.0
4162024-10-16T03:25:30.508Z Downloaded tokio-rustls v0.25.0
4172024-10-16T03:25:30.511Z Downloaded mio v1.0.2
4182024-10-16T03:25:30.517Z Downloaded twox-hash v1.6.3
4192024-10-16T03:25:30.519Z Downloaded yasna v0.5.2
4202024-10-16T03:25:30.522Z Downloaded ipnetwork v0.20.0
4212024-10-16T03:25:30.524Z Downloaded crypto-bigint v0.5.5
4222024-10-16T03:25:30.532Z Downloaded const_format v0.2.33
4232024-10-16T03:25:30.538Z Downloaded zerocopy v0.6.6
4242024-10-16T03:25:30.541Z Downloaded cobs v0.2.3
4252024-10-16T03:25:30.543Z Downloaded unicode-xid v0.2.6
4262024-10-16T03:25:30.546Z Downloaded ron v0.8.1
4272024-10-16T03:25:30.552Z Downloaded rayon-core v1.12.1
4282024-10-16T03:25:30.557Z Downloaded zone_cfg_derive v0.3.0
4292024-10-16T03:25:30.559Z Downloaded swrite v0.1.0
4302024-10-16T03:25:30.559Z Downloaded thread_local v1.1.8
4312024-10-16T03:25:30.562Z Downloaded log v0.4.22
4322024-10-16T03:25:30.565Z Downloaded dtrace-parser v0.2.0
4332024-10-16T03:25:30.567Z Downloaded fallible-iterator v0.2.0
4342024-10-16T03:25:30.569Z Downloaded maybe-uninit v2.0.0
4352024-10-16T03:25:30.572Z Downloaded tempfile v3.13.0
4362024-10-16T03:25:30.574Z Downloaded mockall_derive v0.13.0
4372024-10-16T03:25:30.577Z Downloaded trybuild v1.0.100
4382024-10-16T03:25:30.581Z Downloaded const-oid v0.9.6
4392024-10-16T03:25:30.584Z Downloaded powerfmt v0.2.0
4402024-10-16T03:25:30.587Z Downloaded packed_struct_codegen v0.10.1
4412024-10-16T03:25:30.589Z Downloaded number_prefix v0.4.0
4422024-10-16T03:25:30.594Z Downloaded paste v1.0.15
4432024-10-16T03:25:30.594Z Downloaded md5 v0.7.0
4442024-10-16T03:25:30.598Z Downloaded rusqlite v0.32.1
4452024-10-16T03:25:30.602Z Downloaded tiny-keccak v2.0.2
4462024-10-16T03:25:30.606Z Downloaded rustls-pemfile v1.0.4
4472024-10-16T03:25:30.609Z Downloaded num_threads v0.1.7
4482024-10-16T03:25:30.611Z Downloaded progenitor-impl v0.8.0
4492024-10-16T03:25:30.614Z Downloaded clap v4.5.20
4502024-10-16T03:25:30.626Z Downloaded thiserror-no-std v2.0.2
4512024-10-16T03:25:30.630Z Downloaded whoami v1.5.2
4522024-10-16T03:25:30.634Z Downloaded doc-comment v0.3.3
4532024-10-16T03:25:30.636Z Downloaded crunchy v0.2.2
4542024-10-16T03:25:30.636Z Downloaded strum v0.26.3
4552024-10-16T03:25:30.639Z Downloaded pin-project-lite v0.2.14
4562024-10-16T03:25:30.643Z Downloaded primeorder v0.13.6
4572024-10-16T03:25:30.646Z Downloaded num-rational v0.4.2
4582024-10-16T03:25:30.649Z Downloaded rand_distr v0.4.3
4592024-10-16T03:25:30.652Z Downloaded criterion v0.5.1
4602024-10-16T03:25:30.661Z Downloaded rustls-pemfile v2.2.0
4612024-10-16T03:25:30.664Z Downloaded instant v0.1.13
4622024-10-16T03:25:30.667Z Downloaded num_enum_derive v0.5.11
4632024-10-16T03:25:30.669Z Downloaded num_enum v0.5.11
4642024-10-16T03:25:30.674Z Downloaded fallible-iterator v0.3.0
4652024-10-16T03:25:30.676Z Downloaded parse-size v1.0.0
4662024-10-16T03:25:30.678Z Downloaded rsa v0.9.6
4672024-10-16T03:25:30.683Z Downloaded ref-cast v1.0.23
4682024-10-16T03:25:30.686Z Downloaded toolchain_find v0.4.0
4692024-10-16T03:25:30.688Z Downloaded ref-cast-impl v1.0.23
4702024-10-16T03:25:30.691Z Downloaded which v4.4.2
4712024-10-16T03:25:30.693Z Downloaded nom v7.1.3
4722024-10-16T03:25:30.698Z Downloaded siphasher v0.3.11
4732024-10-16T03:25:30.701Z Downloaded inout v0.1.3
4742024-10-16T03:25:30.705Z Downloaded serde_derive_internals v0.29.1
4752024-10-16T03:25:30.705Z Downloaded der v0.7.9
4762024-10-16T03:25:30.710Z Downloaded indoc v1.0.9
4772024-10-16T03:25:30.714Z Downloaded wyz v0.5.1
4782024-10-16T03:25:30.717Z Downloaded qorb v0.0.2
4792024-10-16T03:25:30.721Z Downloaded serde_yaml v0.9.34+deprecated
4802024-10-16T03:25:30.725Z Downloaded quinn v0.11.5
4812024-10-16T03:25:30.730Z Downloaded h2 v0.4.6
4822024-10-16T03:25:30.737Z Downloaded num-integer v0.1.46
4832024-10-16T03:25:30.740Z Downloaded parse-display v0.10.0
4842024-10-16T03:25:30.743Z Downloaded scroll v0.12.0
4852024-10-16T03:25:30.743Z Downloaded clang-sys v1.8.1
4862024-10-16T03:25:30.747Z Downloaded schemars_derive v0.8.21
4872024-10-16T03:25:30.751Z Downloaded spki v0.7.3
4882024-10-16T03:25:30.754Z Downloaded slog-scope v4.4.0
4892024-10-16T03:25:30.754Z Downloaded rustversion v1.0.17
4902024-10-16T03:25:30.756Z Downloaded parking v2.2.1
4912024-10-16T03:25:30.759Z Downloaded waitgroup v0.1.2
4922024-10-16T03:25:30.759Z Downloaded derive_builder v0.20.2
4932024-10-16T03:25:30.764Z Downloaded derive-where v1.2.7
4942024-10-16T03:25:30.768Z Downloaded vte_generate_state_changes v0.1.2
4952024-10-16T03:25:30.770Z Downloaded try-lock v0.2.5
4962024-10-16T03:25:30.770Z Downloaded topological-sort v0.2.2
4972024-10-16T03:25:30.773Z Downloaded same-file v1.0.6
4982024-10-16T03:25:30.775Z Downloaded wait-timeout v0.2.0
4992024-10-16T03:25:30.775Z Downloaded num-bigint-dig v0.8.4
5002024-10-16T03:25:30.782Z Downloaded bindgen v0.69.5
5012024-10-16T03:25:30.790Z Downloaded either v1.13.0
5022024-10-16T03:25:30.792Z Downloaded downcast v0.11.0
5032024-10-16T03:25:30.796Z Downloaded num-iter v0.1.45
5042024-10-16T03:25:30.796Z Downloaded serde_with v3.11.0
5052024-10-16T03:25:30.804Z Downloaded rustyline v14.0.0
5062024-10-16T03:25:30.812Z Downloaded nested v0.1.1
5072024-10-16T03:25:30.814Z Downloaded rustc-hash v2.0.0
5082024-10-16T03:25:30.814Z Downloaded rustc-hash v1.1.0
5092024-10-16T03:25:30.817Z Downloaded parking_lot_core v0.8.6
5102024-10-16T03:25:30.820Z Downloaded rustc_version v0.1.7
5112024-10-16T03:25:30.820Z Downloaded parking_lot v0.12.3
5122024-10-16T03:25:30.823Z Downloaded instability v0.3.2
5132024-10-16T03:25:30.825Z Downloaded publicsuffix v2.2.3
5142024-10-16T03:25:30.829Z Downloaded serde_repr v0.1.19
5152024-10-16T03:25:30.829Z Downloaded vergen v8.3.2
5162024-10-16T03:25:30.832Z Downloaded strsim v0.11.1
5172024-10-16T03:25:30.835Z Downloaded piper v0.2.4
5182024-10-16T03:25:30.837Z Downloaded unicode-ident v1.0.13
5192024-10-16T03:25:30.840Z Downloaded yansi v1.0.1
5202024-10-16T03:25:30.842Z Downloaded tabwriter v1.4.0
5212024-10-16T03:25:30.846Z Downloaded slog-bunyan v2.5.0
5222024-10-16T03:25:30.846Z Downloaded unicase v2.7.0
5232024-10-16T03:25:30.848Z Downloaded gimli v0.31.1
5242024-10-16T03:25:30.855Z Downloaded p384 v0.13.0
5252024-10-16T03:25:30.862Z Downloaded keccak v0.1.5
5262024-10-16T03:25:30.865Z Downloaded target-spec v3.2.2
5272024-10-16T03:25:30.870Z Downloaded diesel-dtrace v0.3.0
5282024-10-16T03:25:30.872Z Downloaded scroll_derive v0.12.0
5292024-10-16T03:25:30.872Z Downloaded oso-derive v0.27.3
5302024-10-16T03:25:30.872Z Downloaded signal-hook-mio v0.2.4
5312024-10-16T03:25:30.872Z Downloaded unicode-segmentation v1.12.0
5322024-10-16T03:25:30.875Z Downloaded proc-macro-crate v3.2.0
5332024-10-16T03:25:30.878Z Downloaded russh-cryptovec v0.7.3
5342024-10-16T03:25:30.878Z Downloaded strip-ansi-escapes v0.2.0
5352024-10-16T03:25:30.881Z Downloaded similar-asserts v1.6.0
5362024-10-16T03:25:30.881Z Downloaded polyval v0.6.2
5372024-10-16T03:25:30.884Z Downloaded tui-tree-widget v0.22.0
5382024-10-16T03:25:30.886Z Downloaded proc-macro-crate v1.3.1
5392024-10-16T03:25:30.886Z Downloaded version_check v0.9.5
5402024-10-16T03:25:30.889Z Downloaded papergrid v0.11.0
5412024-10-16T03:25:30.894Z Downloaded p521 v0.13.3
5422024-10-16T03:25:30.898Z Downloaded libefi-sys v0.1.0
5432024-10-16T03:25:30.900Z Downloaded sync_wrapper v1.0.1
5442024-10-16T03:25:30.903Z Downloaded pathdiff v0.2.2
5452024-10-16T03:25:30.903Z Downloaded sigpipe v0.1.3
5462024-10-16T03:25:30.906Z Downloaded typenum v1.17.0
5472024-10-16T03:25:30.906Z Downloaded poly1305 v0.8.0
5482024-10-16T03:25:30.909Z Downloaded plotters-svg v0.3.7
5492024-10-16T03:25:30.912Z Downloaded phf_codegen v0.11.2
5502024-10-16T03:25:30.912Z Downloaded tokio-tungstenite v0.23.1
5512024-10-16T03:25:30.915Z Downloaded ssh-key v0.6.6
5522024-10-16T03:25:30.922Z Downloaded bitvec v1.0.1
5532024-10-16T03:25:30.938Z Downloaded new_debug_unreachable v1.0.6
5542024-10-16T03:25:30.941Z Downloaded signal-hook-tokio v0.3.1
5552024-10-16T03:25:30.941Z Downloaded target-lexicon v0.12.16
5562024-10-16T03:25:30.944Z Downloaded linked-hash-map v0.5.6
5572024-10-16T03:25:30.944Z Downloaded toml_datetime v0.6.8
5582024-10-16T03:25:30.947Z Downloaded shlex v1.3.0
5592024-10-16T03:25:30.947Z Downloaded pin-utils v0.1.0
5602024-10-16T03:25:30.950Z Downloaded dof v0.3.0
5612024-10-16T03:25:30.950Z Downloaded git2 v0.19.0
5622024-10-16T03:25:30.957Z Downloaded term v0.7.0
5632024-10-16T03:25:30.961Z Downloaded slog-stdlog v4.1.1
5642024-10-16T03:25:30.964Z Downloaded memchr v2.7.4
5652024-10-16T03:25:30.969Z Downloaded rayon v1.10.0
5662024-10-16T03:25:30.979Z Downloaded supports-color v3.0.1
5672024-10-16T03:25:30.982Z Downloaded memmap v0.7.0
5682024-10-16T03:25:30.989Z Downloaded nibble_vec v0.1.0
5692024-10-16T03:25:30.989Z Downloaded env_logger v0.11.5
5702024-10-16T03:25:30.992Z Downloaded test-strategy v0.3.1
5712024-10-16T03:25:30.992Z Downloaded tungstenite v0.21.0
5722024-10-16T03:25:30.995Z Downloaded scrypt v0.11.0
5732024-10-16T03:25:30.997Z Downloaded libm v0.2.8
5742024-10-16T03:25:31.004Z Downloaded rustls-webpki v0.101.7
5752024-10-16T03:25:31.021Z Downloaded colorchoice v1.0.2
5762024-10-16T03:25:31.024Z Downloaded cpufeatures v0.2.14
5772024-10-16T03:25:31.024Z Downloaded rand_seeder v0.3.0
5782024-10-16T03:25:31.027Z Downloaded signal-hook-registry v1.4.2
5792024-10-16T03:25:31.027Z Downloaded libtest-mimic v0.7.3
5802024-10-16T03:25:31.030Z Downloaded snafu v0.8.5
5812024-10-16T03:25:31.035Z Downloaded memmap2 v0.9.5
5822024-10-16T03:25:31.038Z Downloaded lock_api v0.4.12
5832024-10-16T03:25:31.042Z Downloaded polling v3.7.3
5842024-10-16T03:25:31.045Z Downloaded walkdir v2.5.0
5852024-10-16T03:25:31.048Z Downloaded toml v0.8.19
5862024-10-16T03:25:31.052Z Downloaded signal-hook v0.3.17
5872024-10-16T03:25:31.055Z Downloaded salty v0.3.0
5882024-10-16T03:25:31.061Z Downloaded event-listener v5.3.1
5892024-10-16T03:25:31.064Z Downloaded cookie_store v0.21.0
5902024-10-16T03:25:31.067Z Downloaded proc-macro-error v1.0.4
5912024-10-16T03:25:31.071Z Downloaded rustls-pki-types v1.9.0
5922024-10-16T03:25:31.074Z Downloaded unicode-bidi v0.3.17
5932024-10-16T03:25:31.077Z Downloaded lru v0.12.5
5942024-10-16T03:25:31.080Z Downloaded lalrpop v0.19.12
5952024-10-16T03:25:31.091Z Downloaded itertools v0.12.1
5962024-10-16T03:25:31.098Z Downloaded crc-any v2.5.0
5972024-10-16T03:25:31.100Z Downloaded russh-keys v0.45.0
5982024-10-16T03:25:31.103Z Downloaded cookie v0.18.1
5992024-10-16T03:25:31.105Z Downloaded zip v0.6.6
6002024-10-16T03:25:31.109Z Downloaded zerocopy v0.7.35
6012024-10-16T03:25:31.127Z Downloaded subprocess v0.2.9
6022024-10-16T03:25:31.131Z Downloaded signature v2.2.0
6032024-10-16T03:25:31.133Z Downloaded typed-path v0.7.1
6042024-10-16T03:25:31.139Z Downloaded time v0.3.36
6052024-10-16T03:25:31.147Z Downloaded quinn-proto v0.11.8
6062024-10-16T03:25:31.155Z Downloaded quick-xml v0.33.0
6072024-10-16T03:25:31.161Z Downloaded rustls v0.21.12
6082024-10-16T03:25:31.174Z Downloaded ron v0.7.1
6092024-10-16T03:25:31.179Z Downloaded serde_json v1.0.128
6102024-10-16T03:25:31.187Z Downloaded itertools v0.13.0
6112024-10-16T03:25:31.196Z Downloaded reedline v0.35.0
6122024-10-16T03:25:31.205Z Downloaded regex v1.11.0
6132024-10-16T03:25:31.218Z Downloaded reqwest v0.12.8
6142024-10-16T03:25:31.226Z Downloaded idna v0.5.0
6152024-10-16T03:25:31.233Z Downloaded tough v0.17.1
6162024-10-16T03:25:31.241Z Downloaded reqwest v0.11.27
6172024-10-16T03:25:31.249Z Downloaded sqlparser v0.45.0
6182024-10-16T03:25:31.254Z Downloaded russh v0.45.0
6192024-10-16T03:25:31.260Z Downloaded clap_builder v4.5.20
6202024-10-16T03:25:31.267Z Downloaded syn v2.0.79
6212024-10-16T03:25:31.282Z Downloaded dropshot v0.12.0
6222024-10-16T03:25:31.304Z Downloaded regex-syntax v0.8.5
6232024-10-16T03:25:31.314Z Downloaded chrono-tz v0.10.0
6242024-10-16T03:25:31.320Z Downloaded vcpkg v0.2.15
6252024-10-16T03:25:31.360Z Downloaded bstr v1.10.0
6262024-10-16T03:25:31.371Z Downloaded syn v1.0.109
6272024-10-16T03:25:31.382Z Downloaded regex-syntax v0.6.29
6282024-10-16T03:25:31.390Z Downloaded idna v0.2.3
6292024-10-16T03:25:31.396Z Downloaded smoltcp v0.9.1
6302024-10-16T03:25:31.408Z Downloaded curve25519-dalek v4.1.3
6312024-10-16T03:25:31.416Z Downloaded object v0.30.4
6322024-10-16T03:25:31.429Z Downloaded typify-impl v0.2.0
6332024-10-16T03:25:31.440Z Downloaded rustls-webpki v0.102.8
6342024-10-16T03:25:31.461Z Downloaded webpki-roots v0.26.6
6352024-10-16T03:25:31.464Z Downloaded openapiv3 v2.0.0
6362024-10-16T03:25:31.477Z Downloaded nix v0.27.1
6372024-10-16T03:25:31.488Z Downloaded trust-dns-proto v0.22.0
6382024-10-16T03:25:31.500Z Downloaded diesel v2.2.4
6392024-10-16T03:25:31.519Z Downloaded object v0.36.5
6402024-10-16T03:25:31.531Z Downloaded bzip2-sys v0.1.11+1.0.8
6412024-10-16T03:25:31.543Z Downloaded ratatui v0.28.1
6422024-10-16T03:25:31.565Z Downloaded nix v0.28.0
6432024-10-16T03:25:31.578Z Downloaded sled v0.34.7
6442024-10-16T03:25:31.588Z Downloaded smoltcp v0.11.0
6452024-10-16T03:25:31.603Z Downloaded zerocopy-derive v0.6.6
6462024-10-16T03:25:31.612Z Downloaded nix v0.29.0
6472024-10-16T03:25:31.625Z Downloaded rustls v0.23.14
6482024-10-16T03:25:31.638Z Downloaded lzma-sys v0.1.20
6492024-10-16T03:25:31.669Z Downloaded libz-sys v1.1.20
6502024-10-16T03:25:31.692Z Downloaded regex-automata v0.4.8
6512024-10-16T03:25:31.719Z Downloaded petgraph v0.6.5
6522024-10-16T03:25:31.736Z Downloaded tokio v1.40.0
6532024-10-16T03:25:31.769Z Downloaded encoding_rs v0.8.34
6542024-10-16T03:25:31.794Z Downloaded sha3 v0.10.8
6552024-10-16T03:25:31.799Z Downloaded libc v0.2.159
6562024-10-16T03:25:31.829Z Downloaded rustix v0.38.37
6572024-10-16T03:25:31.853Z Downloaded crossterm v0.28.1
6582024-10-16T03:25:31.861Z Downloaded csv v1.3.0
6592024-10-16T03:25:31.881Z Downloaded winnow v0.6.20
6602024-10-16T03:25:31.891Z Downloaded winnow v0.5.40
6612024-10-16T03:25:31.899Z Downloaded portable-atomic v1.9.0
6622024-10-16T03:25:31.907Z Downloaded proptest v1.5.0
6632024-10-16T03:25:31.916Z Downloaded regress v0.9.1
6642024-10-16T03:25:31.926Z Downloaded rustls v0.22.4
6652024-10-16T03:25:31.939Z Downloaded idna v0.3.0
6662024-10-16T03:25:31.946Z Downloaded regress v0.10.1
6672024-10-16T03:25:31.955Z Downloaded openssl v0.10.66
6682024-10-16T03:25:31.964Z Downloaded httpmock v0.8.0-alpha.1
6692024-10-16T03:25:31.983Z Downloaded idna v0.4.0
6702024-10-16T03:25:31.995Z Downloaded unicode-width v0.2.0
6712024-10-16T03:25:31.998Z Downloaded unicode-width v0.1.14
6722024-10-16T03:25:32.002Z Downloaded polar-core v0.27.3
6732024-10-16T03:25:32.011Z Downloaded hickory-proto v0.24.1
6742024-10-16T03:25:32.027Z Downloaded tabled v0.15.0
6752024-10-16T03:25:32.044Z Downloaded radix_trie v0.2.1
6762024-10-16T03:25:32.049Z Downloaded parse-zoneinfo v0.3.1
6772024-10-16T03:25:32.051Z Downloaded toml_edit v0.22.22
6782024-10-16T03:25:32.075Z Downloaded ctr v0.9.2
6792024-10-16T03:25:32.078Z Downloaded csv-core v0.1.11
6802024-10-16T03:25:32.078Z Downloaded libsqlite3-sys v0.30.1
6812024-10-16T03:25:32.157Z Downloaded tracing-core v0.1.32
6822024-10-16T03:25:32.161Z Downloaded crossbeam-utils v0.8.20
6832024-10-16T03:25:32.164Z Downloaded ed25519-dalek v2.1.1
6842024-10-16T03:25:32.167Z Downloaded toml_edit v0.19.15
6852024-10-16T03:25:32.182Z Downloaded jobserver v0.1.32
6862024-10-16T03:25:32.185Z Downloaded libgit2-sys v0.17.0+1.8.1
6872024-10-16T03:25:32.247Z Downloaded derive_builder_core v0.20.2
6882024-10-16T03:25:32.250Z Downloaded darling v0.20.10
6892024-10-16T03:25:32.252Z Downloaded rustls-native-certs v0.7.3
6902024-10-16T03:25:32.254Z Downloaded itoa v1.0.11
6912024-10-16T03:25:32.257Z Downloaded crc-catalog v2.4.0
6922024-10-16T03:25:32.257Z Downloaded sct v0.7.1
6932024-10-16T03:25:32.259Z Downloaded vte v0.11.1
6942024-10-16T03:25:32.262Z Downloaded smallvec v1.13.2
6952024-10-16T03:25:32.265Z Downloaded plotters v0.3.7
6962024-10-16T03:25:32.272Z Downloaded linear-map v1.2.0
6972024-10-16T03:25:32.275Z Downloaded libsw v3.3.1
6982024-10-16T03:25:32.277Z Downloaded spin v0.9.8
6992024-10-16T03:25:32.277Z Downloaded tar v0.4.42
7002024-10-16T03:25:32.280Z Downloaded expectorate v1.1.0
7012024-10-16T03:25:32.283Z Downloaded tokio-util v0.7.12
7022024-10-16T03:25:32.289Z Downloaded tinytemplate v1.2.1
7032024-10-16T03:25:32.291Z Downloaded vsss-rs v3.3.4
7042024-10-16T03:25:32.294Z Downloaded rust-argon2 v2.1.0
7052024-10-16T03:25:32.297Z Downloaded once_cell v1.20.2
7062024-10-16T03:25:32.299Z Downloaded native-tls v0.2.12
7072024-10-16T03:25:32.301Z Downloaded rcgen v0.12.1
7082024-10-16T03:25:32.304Z Downloaded itertools v0.10.5
7092024-10-16T03:25:32.309Z Downloaded oorandom v11.1.4
7102024-10-16T03:25:32.312Z Downloaded des v0.8.1
7112024-10-16T03:25:32.312Z Downloaded env_logger v0.10.2
7122024-10-16T03:25:32.315Z Downloaded ecdsa v0.16.9
7132024-10-16T03:25:32.318Z Downloaded chrono v0.4.38
7142024-10-16T03:25:32.324Z Downloaded rustc_version v0.4.1
7152024-10-16T03:25:32.326Z Downloaded unicode_categories v0.1.1
7162024-10-16T03:25:32.328Z Downloaded ed25519 v2.2.3
7172024-10-16T03:25:32.331Z Downloaded dyn-clone v1.0.17
7182024-10-16T03:25:32.331Z Downloaded zone v0.3.0
7192024-10-16T03:25:32.331Z Downloaded zone v0.1.8
7202024-10-16T03:25:32.334Z Downloaded rstest_macros v0.23.0
7212024-10-16T03:25:32.336Z Downloaded diesel_derives v2.2.3
7222024-10-16T03:25:32.339Z Downloaded unicode-normalization v0.1.24
7232024-10-16T03:25:32.343Z Downloaded unicode-properties v0.1.3
7242024-10-16T03:25:32.345Z Downloaded pest v2.7.14
7252024-10-16T03:25:32.351Z Downloaded strum_macros v0.26.4
7262024-10-16T03:25:32.353Z Downloaded pem-rfc7468 v0.7.0
7272024-10-16T03:25:32.356Z Downloaded crc32fast v1.4.2
7282024-10-16T03:25:32.358Z Downloaded internet-checksum v0.2.1
7292024-10-16T03:25:32.358Z Downloaded structmeta-derive v0.2.0
7302024-10-16T03:25:32.361Z Downloaded event-listener-strategy v0.5.2
7312024-10-16T03:25:32.361Z Downloaded steno v0.4.1
7322024-10-16T03:25:32.364Z Downloaded num-traits v0.2.19
7332024-10-16T03:25:32.366Z Downloaded lru-cache v0.1.2
7342024-10-16T03:25:32.369Z Downloaded indoc v2.0.5
7352024-10-16T03:25:32.371Z Downloaded postcard v1.0.10
7362024-10-16T03:25:32.374Z Downloaded pin-project-internal v1.1.6
7372024-10-16T03:25:32.376Z Downloaded libloading v0.8.5
7382024-10-16T03:25:32.376Z Downloaded darling_core v0.20.10
7392024-10-16T03:25:32.381Z Downloaded pem v3.0.4
7402024-10-16T03:25:32.383Z Downloaded dsl_auto_type v0.1.2
7412024-10-16T03:25:32.384Z Downloaded threadpool v1.8.1
7422024-10-16T03:25:32.387Z Downloaded postgres-types v0.2.8
7432024-10-16T03:25:32.387Z Downloaded packed_struct v0.10.1
7442024-10-16T03:25:32.390Z Downloaded ipnet v2.10.1
7452024-10-16T03:25:32.393Z Downloaded similar v2.6.0
7462024-10-16T03:25:32.395Z Downloaded tokio-postgres v0.7.12
7472024-10-16T03:25:32.400Z Downloaded rand v0.8.5
7482024-10-16T03:25:32.404Z Downloaded thiserror-impl v1.0.64
7492024-10-16T03:25:32.406Z Downloaded env_filter v0.1.2
7502024-10-16T03:25:32.409Z Downloaded libxml v0.3.3
7512024-10-16T03:25:32.413Z Downloaded thiserror-impl-no-std v2.0.2
7522024-10-16T03:25:32.416Z Downloaded sqlformat v0.2.6
7532024-10-16T03:25:32.418Z Downloaded unicode-truncate v1.1.0
7542024-10-16T03:25:32.418Z Downloaded toml v0.7.8
7552024-10-16T03:25:32.421Z Downloaded unsafe-libyaml v0.2.11
7562024-10-16T03:25:32.424Z Downloaded serde v1.0.210
7572024-10-16T03:25:32.427Z Downloaded serde_regex v1.1.0
7582024-10-16T03:25:32.430Z Downloaded serde_plain v1.0.2
7592024-10-16T03:25:32.430Z Downloaded rtoolbox v0.0.2
7602024-10-16T03:25:32.432Z Downloaded newtype-uuid v1.1.2
7612024-10-16T03:25:32.432Z Downloaded num_cpus v1.16.0
7622024-10-16T03:25:32.435Z Downloaded slog-term v2.9.1
7632024-10-16T03:25:32.437Z Downloaded parking_lot_core v0.9.10
7642024-10-16T03:25:32.440Z Downloaded serde_derive v1.0.210
7652024-10-16T03:25:32.443Z Downloaded indexmap v2.6.0
7662024-10-16T03:25:32.445Z Downloaded num-bigint v0.4.6
7672024-10-16T03:25:32.450Z Downloaded x509-cert v0.2.5
7682024-10-16T03:25:32.457Z Downloaded clap_lex v0.7.2
7692024-10-16T03:25:32.459Z Downloaded aho-corasick v1.1.3
7702024-10-16T03:25:32.463Z Downloaded p256 v0.13.2
7712024-10-16T03:25:32.466Z Downloaded url v2.5.2
7722024-10-16T03:25:32.469Z Downloaded blake3 v1.5.4
7732024-10-16T03:25:32.477Z Downloaded tinyvec v1.8.0
7742024-10-16T03:25:32.480Z Downloaded hashbrown v0.14.5
7752024-10-16T03:25:32.485Z Downloaded console v0.15.8
7762024-10-16T03:25:32.488Z Downloaded colored v2.1.0
7772024-10-16T03:25:32.491Z Downloaded hkdf v0.12.4
7782024-10-16T03:25:32.493Z Downloaded smallvec v0.6.14
7792024-10-16T03:25:32.496Z Downloaded proc-macro-error-attr v1.0.4
7802024-10-16T03:25:32.496Z Downloaded der_derive v0.7.3
7812024-10-16T03:25:32.498Z Downloaded rstest v0.23.0
7822024-10-16T03:25:32.502Z Downloaded path-tree v0.8.1
7832024-10-16T03:25:32.504Z Downloaded elliptic-curve v0.13.8
7842024-10-16T03:25:32.507Z Downloaded async-std v1.13.0
7852024-10-16T03:25:32.528Z Downloaded crucible-workspace-hack v0.1.0
7862024-10-16T03:25:32.531Z Downloaded ring v0.17.8
7872024-10-16T03:25:32.600Z Downloaded rand_chacha v0.3.1
7882024-10-16T03:25:32.603Z Downloaded rand_core v0.6.4
7892024-10-16T03:25:32.605Z Downloaded ppv-lite86 v0.2.20
7902024-10-16T03:25:32.605Z Downloaded plotters-backend v0.3.7
7912024-10-16T03:25:32.608Z Downloaded pkcs5 v0.7.1
7922024-10-16T03:25:32.610Z Downloaded event-listener v2.5.3
7932024-10-16T03:25:32.613Z Downloaded errno v0.3.9
7942024-10-16T03:25:32.613Z Downloaded deranged v0.3.11
7952024-10-16T03:25:32.615Z Downloaded lalrpop-util v0.19.12
7962024-10-16T03:25:32.615Z Downloaded convert_case v0.4.0
7972024-10-16T03:25:32.615Z Downloaded stringmetrics v2.2.2
7982024-10-16T03:25:32.618Z Downloaded crossbeam-channel v0.5.13
7992024-10-16T03:25:32.623Z Downloaded password-hash v0.4.2
8002024-10-16T03:25:32.626Z Downloaded tracing v0.1.40
8012024-10-16T03:25:32.629Z Downloaded compact_str v0.8.0
8022024-10-16T03:25:32.635Z Downloaded prettyplease v0.2.22
8032024-10-16T03:25:32.635Z Downloaded hashbrown v0.13.2
8042024-10-16T03:25:32.639Z Downloaded ring v0.16.20
8052024-10-16T03:25:32.725Z Downloaded openssl-sys v0.9.103
8062024-10-16T03:25:32.730Z Downloaded derive_more v0.99.18
8072024-10-16T03:25:32.735Z Downloaded equivalent v1.0.1
8082024-10-16T03:25:32.738Z Downloaded fancy-regex v0.13.0
8092024-10-16T03:25:32.740Z Downloaded scopeguard v1.2.0
8102024-10-16T03:25:32.740Z Downloaded snafu-derive v0.8.5
8112024-10-16T03:25:32.743Z Downloaded aes v0.8.4
8122024-10-16T03:25:32.745Z Downloaded ssh-cipher v0.2.0
8132024-10-16T03:25:32.748Z Downloaded tls_codec_derive v0.4.1
8142024-10-16T03:25:32.750Z Downloaded termios v0.3.3
8152024-10-16T03:25:32.750Z Downloaded serde_urlencoded v0.7.1
8162024-10-16T03:25:32.755Z Downloaded termtree v0.4.1
8172024-10-16T03:25:32.755Z Downloaded tabled_derive v0.7.0
8182024-10-16T03:25:32.755Z Downloaded crossbeam-epoch v0.9.18
8192024-10-16T03:25:32.758Z Downloaded clap_derive v4.5.18
8202024-10-16T03:25:32.758Z Downloaded textwrap v0.16.1
8212024-10-16T03:25:32.760Z Downloaded ryu v1.0.18
8222024-10-16T03:25:32.764Z Downloaded is_ci v1.2.0
8232024-10-16T03:25:32.767Z Downloaded strum_macros v0.24.3
8242024-10-16T03:25:32.767Z Downloaded slog-json v2.6.1
8252024-10-16T03:25:32.769Z Downloaded typify v0.2.0
8262024-10-16T03:25:32.772Z Downloaded pest_generator v2.7.14
8272024-10-16T03:25:32.775Z Downloaded pbkdf2 v0.12.2
8282024-10-16T03:25:32.775Z Downloaded thiserror v1.0.64
8292024-10-16T03:25:32.778Z Downloaded impl-trait-for-tuples v0.2.2
8302024-10-16T03:25:32.781Z Downloaded base64 v0.21.7
8312024-10-16T03:25:32.785Z Downloaded ena v0.14.3
8322024-10-16T03:25:32.788Z Downloaded usdt-macro v0.5.0
8332024-10-16T03:25:32.788Z Downloaded pretty-hex v0.2.1
8342024-10-16T03:25:32.788Z Downloaded dirs-sys-next v0.1.2
8352024-10-16T03:25:32.790Z Downloaded dirs-next v2.0.0
8362024-10-16T03:25:32.790Z Downloaded guppy v0.17.8
8372024-10-16T03:25:32.796Z Downloaded crc v3.2.1
8382024-10-16T03:25:32.801Z Downloaded socket2 v0.5.7
8392024-10-16T03:25:32.801Z Downloaded openssl-macros v0.1.1
8402024-10-16T03:25:32.804Z Downloaded nodrop v0.1.14
8412024-10-16T03:25:32.804Z Downloaded xattr v1.3.1
8422024-10-16T03:25:32.804Z Downloaded flate2 v1.0.34
8432024-10-16T03:25:32.809Z Downloaded tokio-tungstenite v0.21.0
8442024-10-16T03:25:32.812Z Downloaded hashlink v0.9.1
8452024-10-16T03:25:32.813Z Downloaded hyper-rustls v0.27.3
8462024-10-16T03:25:32.815Z Downloaded futures-timer v3.0.3
8472024-10-16T03:25:32.817Z Downloaded globset v0.4.15
8482024-10-16T03:25:32.820Z Downloaded bzip2 v0.4.4
8492024-10-16T03:25:32.820Z Downloaded float-ord v0.3.2
8502024-10-16T03:25:32.823Z Downloaded rustc-demangle v0.1.24
8512024-10-16T03:25:32.823Z Downloaded phf_shared v0.11.2
8522024-10-16T03:25:32.823Z Downloaded float-cmp v0.9.0
8532024-10-16T03:25:32.826Z Downloaded async-lock v3.4.0
8542024-10-16T03:25:32.826Z Downloaded predicates v3.1.2
8552024-10-16T03:25:32.829Z Downloaded ciborium v0.2.2
8562024-10-16T03:25:32.832Z Downloaded pbkdf2 v0.11.0
8572024-10-16T03:25:32.835Z Downloaded arrayvec v0.7.6
8582024-10-16T03:25:32.835Z Downloaded blake2b_simd v1.0.2
8592024-10-16T03:25:32.838Z Downloaded foreign-types v0.5.0
8602024-10-16T03:25:32.838Z Downloaded backtrace v0.3.74
8612024-10-16T03:25:32.842Z Downloaded backoff v0.4.0
8622024-10-16T03:25:32.845Z Downloaded ghash v0.5.1
8632024-10-16T03:25:32.845Z Downloaded futures-core v0.3.31
8642024-10-16T03:25:32.849Z Downloaded foldhash v0.1.3
8652024-10-16T03:25:32.849Z Downloaded http-body-util v0.1.2
8662024-10-16T03:25:32.849Z Downloaded gethostname v0.5.0
8672024-10-16T03:25:32.851Z Downloaded scheduled-thread-pool v0.2.7
8682024-10-16T03:25:32.851Z Downloaded filetime v0.2.25
8692024-10-16T03:25:32.854Z Downloaded tokio-macros v2.4.0
8702024-10-16T03:25:32.854Z Downloaded time-core v0.1.2
8712024-10-16T03:25:32.854Z Downloaded predicates-tree v1.0.11
8722024-10-16T03:25:32.860Z Downloaded postgres-protocol v0.6.7
8732024-10-16T03:25:32.860Z Downloaded phf_generator v0.11.2
8742024-10-16T03:25:32.863Z Downloaded pest_derive v2.7.14
8752024-10-16T03:25:32.863Z Downloaded fs-err v2.11.0
8762024-10-16T03:25:32.863Z Downloaded form_urlencoded v1.2.1
8772024-10-16T03:25:32.863Z Downloaded cexpr v0.6.0
8782024-10-16T03:25:32.866Z Downloaded async-task v4.7.1
8792024-10-16T03:25:32.869Z Downloaded sync_wrapper v0.1.2
8802024-10-16T03:25:32.869Z Downloaded getrandom v0.2.15
8812024-10-16T03:25:32.872Z Downloaded async-process v2.3.0
8822024-10-16T03:25:32.872Z Downloaded approx v0.5.1
8832024-10-16T03:25:32.874Z Downloaded anstyle-parse v0.2.5
8842024-10-16T03:25:32.878Z Downloaded parse-display-derive v0.10.0
8852024-10-16T03:25:32.878Z Downloaded fastrand v2.1.1
8862024-10-16T03:25:32.878Z Downloaded futures-lite v2.3.0
8872024-10-16T03:25:32.880Z Downloaded cassowary v0.3.0
8882024-10-16T03:25:32.880Z Downloaded cast v0.3.0
8892024-10-16T03:25:32.883Z Downloaded cbc v0.1.2
8902024-10-16T03:25:32.883Z Downloaded bytecount v0.6.8
8912024-10-16T03:25:32.886Z Downloaded blocking v1.6.1
8922024-10-16T03:25:32.886Z Downloaded base16ct v0.2.0
8932024-10-16T03:25:32.886Z Downloaded atomic-waker v1.1.2
8942024-10-16T03:25:32.889Z Downloaded async-attributes v1.1.2
8952024-10-16T03:25:32.889Z Downloaded anes v0.1.6
8962024-10-16T03:25:32.892Z Downloaded futures-io v0.3.31
8972024-10-16T03:25:32.892Z Downloaded chacha20poly1305 v0.10.1
8982024-10-16T03:25:32.895Z Downloaded bitfield v0.14.0
8992024-10-16T03:25:32.896Z Downloaded async-channel v2.3.1
9002024-10-16T03:25:32.900Z Downloaded http v1.1.0
9012024-10-16T03:25:32.902Z Downloaded async-object-pool v0.1.5
9022024-10-16T03:25:32.902Z Downloaded anstream v0.6.15
9032024-10-16T03:25:32.902Z Downloaded foreign-types-shared v0.3.1
9042024-10-16T03:25:32.908Z Downloaded foreign-types v0.3.2
9052024-10-16T03:25:32.908Z Downloaded buf-list v1.0.3
9062024-10-16T03:25:32.910Z Downloaded assert_matches v1.5.0
9072024-10-16T03:25:32.910Z Downloaded assert-json-diff v2.0.2
9082024-10-16T03:25:32.910Z Downloaded ahash v0.8.11
9092024-10-16T03:25:33.195Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9102024-10-16T03:25:55.039Z Startup: Refreshing catalog 'helios-dev' ... Done
9112024-10-16T03:25:58.362Z Startup: Caching catalogs ... Done
9122024-10-16T03:26:04.318ZPlanning: Solver setup ... Done (5.067s)
9132024-10-16T03:26:04.396ZPlanning: Running solver ... Done (0.078s)
9142024-10-16T03:26:04.595ZPlanning: Finding local manifests ... Done (0.127s)
9152024-10-16T03:26:04.607ZPlanning: Fetching manifests: 0/5 0% complete
9162024-10-16T03:26:04.841ZPlanning: Fetching manifests: 5/5 100% complete
9172024-10-16T03:26:05.206ZPlanning: Package planning ... Done (0.365s)
9182024-10-16T03:26:05.263ZPlanning: Merging actions ... Done (0.057s)
9192024-10-16T03:26:06.452ZPlanning: Checking for conflicting actions ... Done (1.189s)
9202024-10-16T03:26:15.710ZPlanning: Consolidating action changes ... Done (9.256s)
9212024-10-16T03:26:16.110ZPlanning: Evaluating mediators ... Done (0.386s)
9222024-10-16T03:26:16.268ZPlanning: Planning completed in 17.81 seconds
9232024-10-16T03:26:16.420Z Packages to install: 4
9242024-10-16T03:26:16.420Z Packages to update: 1
9252024-10-16T03:26:16.420Z Mediators to change: 2
9262024-10-16T03:26:16.423Z Services to change: 1
9272024-10-16T03:26:16.423Z Estimated space available: 155.48 GB
9282024-10-16T03:26:16.423ZEstimated space to be consumed: 1.57 GB
9292024-10-16T03:26:16.423Z Create boot environment: No
9302024-10-16T03:26:16.423ZCreate backup boot environment: Yes
9312024-10-16T03:26:16.423Z Rebuild boot archive: No
9322024-10-16T03:26:16.423Z
9332024-10-16T03:26:16.423ZChanged mediators:
9342024-10-16T03:26:16.423Z mediator clang:
9352024-10-16T03:26:16.423Z version: None -> 15 (system default)
9362024-10-16T03:26:16.423Z
9372024-10-16T03:26:16.423Z mediator llvm:
9382024-10-16T03:26:16.423Z version: 14 (system default) -> 15 (system default)
9392024-10-16T03:26:16.423Z
9402024-10-16T03:26:16.423ZChanged packages:
9412024-10-16T03:26:16.423Zhelios-dev
9422024-10-16T03:26:16.423Z developer/build-essential
9432024-10-16T03:26:16.423Z None -> 11-2.0
9442024-10-16T03:26:16.424Z library/libxmlsec1
9452024-10-16T03:26:16.424Z None -> 1.2.35-2.0
9462024-10-16T03:26:16.424Z ooce/developer/clang-15
9472024-10-16T03:26:16.424Z None -> 15.0.7-2.0
9482024-10-16T03:26:16.424Z ooce/developer/llvm-15
9492024-10-16T03:26:16.424Z None -> 15.0.7-2.0
9502024-10-16T03:26:16.424Z package/pkg
9512024-10-16T03:26:16.424Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9522024-10-16T03:26:16.424Z
9532024-10-16T03:26:16.424ZServices:
9542024-10-16T03:26:16.424Z restart_fmri:
9552024-10-16T03:26:16.424Z svc:/system/update-man-index:default
9562024-10-16T03:26:16.424Z
9572024-10-16T03:26:16.424ZEditable files to change:
9582024-10-16T03:26:16.424Z Update:
9592024-10-16T03:26:16.424Z usr/share/lib/pkg/web/config.shtml
9602024-10-16T03:26:16.854Z
9612024-10-16T03:26:16.854ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9622024-10-16T03:26:21.854ZDownload: 1370/4281 items 109.5/220.6MB 49% complete (22.1M/s)
9632024-10-16T03:26:26.864ZDownload: 3201/4281 items 167.0/220.6MB 75% complete (16.8M/s)
9642024-10-16T03:26:31.394ZDownload: Completed 220.60 MB in 14.54 seconds (15.2M/s)
9652024-10-16T03:26:33.755Z Actions: 1/5063 actions (Removing old actions)
9662024-10-16T03:26:33.774Z Actions: 194/5063 actions (Installing new actions)
9672024-10-16T03:26:38.806Z Actions: 4083/5063 actions (Installing new actions)
9682024-10-16T03:26:39.397Z Actions: 4226/5063 actions (Updating modified actions)
9692024-10-16T03:26:39.788Z Actions: Completed 5063 actions in 6.03 seconds.
9702024-10-16T03:26:40.142Z Done (0.347s)
9712024-10-16T03:26:40.145Z Done (0.000s)
9722024-10-16T03:26:40.631Z Done (0.487s)
9732024-10-16T03:26:47.571Z Done (6.732s)
9742024-10-16T03:26:48.013Z Done (0.362s)
9752024-10-16T03:26:48.020Z Done (0.000s)
9762024-10-16T03:26:48.200Z Done (0.000s)
9772024-10-16T03:26:48.875ZPlanning: Evaluating mediator changes ... Done
9782024-10-16T03:26:49.040ZPlanning: Checking for conflicting actions ... Done
9792024-10-16T03:26:49.043ZPlanning: Consolidating action changes ... Done
9802024-10-16T03:26:49.322ZPlanning: Evaluating mediators ... Done
9812024-10-16T03:26:49.325ZPlanning: Planning completed in 0.45 seconds
9822024-10-16T03:26:49.364Z Mediators to change: 2
9832024-10-16T03:26:49.364Z Create boot environment: No
9842024-10-16T03:26:49.364ZCreate backup boot environment: No
9852024-10-16T03:26:49.456Z Done
9862024-10-16T03:26:49.456Z Done
9872024-10-16T03:26:49.810Z Done
9882024-10-16T03:26:53.721Z Done
9892024-10-16T03:26:53.814Z Done
9902024-10-16T03:26:53.816Z Done
9912024-10-16T03:26:53.971Z Done
9922024-10-16T03:26:54.629ZPlanning: Evaluating mediator changes ... Done
9932024-10-16T03:26:54.633ZPlanning: Merging actions ... Done
9942024-10-16T03:26:54.826ZPlanning: Checking for conflicting actions ... Done
9952024-10-16T03:26:54.829ZPlanning: Consolidating action changes ... Done
9962024-10-16T03:26:55.101ZPlanning: Evaluating mediators ... Done
9972024-10-16T03:26:55.162ZPlanning: Planning completed in 0.78 seconds
9982024-10-16T03:26:55.203Z Packages to change: 1
9992024-10-16T03:26:55.203Z Mediators to change: 1
10002024-10-16T03:26:55.203Z Services to change: 1
10012024-10-16T03:26:55.203Z Create boot environment: No
10022024-10-16T03:26:55.205ZCreate backup boot environment: Yes
10032024-10-16T03:26:57.231Z Actions: 1/6 actions (Updating modified actions)
10042024-10-16T03:26:57.348Z Actions: Completed 6 actions in 0.12 seconds.
10052024-10-16T03:26:57.350Z Done
10062024-10-16T03:26:57.350Z Done
10072024-10-16T03:26:57.449Z Done
10082024-10-16T03:27:01.386Z Done
10092024-10-16T03:27:01.482Z Done
10102024-10-16T03:27:01.485Z Done
10112024-10-16T03:27:01.666Z Done
10122024-10-16T03:27:02.124ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10132024-10-16T03:27:02.124Zclang system 15 system
10142024-10-16T03:27:02.124Zcsh system system illumos
10152024-10-16T03:27:02.124Zctags system system illumos
10162024-10-16T03:27:02.124Zgcc vendor 12 vendor
10172024-10-16T03:27:02.125Zgcc system 10 system
10182024-10-16T03:27:02.125Zgcc system 7 system
10192024-10-16T03:27:02.125Zgo system 1.20 system
10202024-10-16T03:27:02.125Zgo system 1.19 system
10212024-10-16T03:27:02.125Zllvm system 15 system
10222024-10-16T03:27:02.125Zllvm system 14 system
10232024-10-16T03:27:02.125Zmariadb system 10.6 system
10242024-10-16T03:27:02.125Zmta vendor vendor dma
10252024-10-16T03:27:02.125Zopenjdk system 17 system
10262024-10-16T03:27:02.125Zopenjdk system 11 system
10272024-10-16T03:27:02.125Zopenjdk system 1.8 system
10282024-10-16T03:27:02.125Zopenssl vendor 3 vendor
10292024-10-16T03:27:02.125Zperl system 5.36 system
10302024-10-16T03:27:02.125Zpostgresql system 15 system
10312024-10-16T03:27:02.125Zpostgresql system 13 system
10322024-10-16T03:27:02.125Zpython vendor 3 vendor
10332024-10-16T03:27:02.125Zpython system 2 system
10342024-10-16T03:27:02.125Zpython3 system 3.11 system
10352024-10-16T03:27:02.125Zruby system 3.0 system
10362024-10-16T03:27:02.125Zwords vendor vendor american-english
10372024-10-16T03:27:02.125Zwords system system australian-english
10382024-10-16T03:27:02.125Zwords system system british-english
10392024-10-16T03:27:02.125Zwords system system canadian-english
10402024-10-16T03:27:02.125Zwords system system french
10412024-10-16T03:27:02.125Zwords system system italian
10422024-10-16T03:27:02.125Zwords system system ngerman
10432024-10-16T03:27:02.125Zwords system system ogerman
10442024-10-16T03:27:02.125Zwords system system spanish
10452024-10-16T03:27:02.483ZPUBLISHER TYPE STATUS P LOCATION
10462024-10-16T03:27:02.483Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10472024-10-16T03:27:04.776ZFMRI IFO
10482024-10-16T03:27:04.776Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10492024-10-16T03:27:04.776Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10502024-10-16T03:27:04.776Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10512024-10-16T03:27:04.776Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10522024-10-16T03:27:04.776Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10532024-10-16T03:27:04.776Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10542024-10-16T03:27:04.776Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10552024-10-16T03:27:04.776Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10562024-10-16T03:27:04.776Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10572024-10-16T03:27:04.776Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10582024-10-16T03:27:04.776Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10592024-10-16T03:27:04.776Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10602024-10-16T03:27:04.776Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10612024-10-16T03:27:05.846Z Downloading crates ...
10622024-10-16T03:27:05.934Z Downloaded cargo_toml v0.20.5
10632024-10-16T03:27:06.078Z Compiling proc-macro2 v1.0.87
10642024-10-16T03:27:06.078Z Compiling unicode-ident v1.0.13
10652024-10-16T03:27:06.081Z Compiling serde v1.0.210
10662024-10-16T03:27:06.081Z Compiling version_check v0.9.5
10672024-10-16T03:27:06.081Z Compiling memchr v2.7.4
10682024-10-16T03:27:06.081Z Compiling thiserror v1.0.64
10692024-10-16T03:27:06.081Z Compiling libc v0.2.159
10702024-10-16T03:27:06.081Z Compiling ryu v1.0.18
10712024-10-16T03:27:06.355Z Compiling ucd-trie v0.1.7
10722024-10-16T03:27:06.474Z Compiling itoa v1.0.11
10732024-10-16T03:27:06.907Z Compiling once_cell v1.20.2
10742024-10-16T03:27:06.918Z Compiling byteorder v1.5.0
10752024-10-16T03:27:07.242Z Compiling serde_json v1.0.128
10762024-10-16T03:27:07.462Z Compiling rustix v0.38.37
10772024-10-16T03:27:08.051Z Compiling bitflags v2.6.0
10782024-10-16T03:27:08.063Z Compiling proc-macro-error-attr v1.0.4
10792024-10-16T03:27:08.114Z Compiling usdt-impl v0.5.0
10802024-10-16T03:27:08.209Z Compiling syn v1.0.109
10812024-10-16T03:27:08.374Z Compiling proc-macro-error v1.0.4
10822024-10-16T03:27:08.418Z Compiling utf8parse v0.2.2
10832024-10-16T03:27:08.463Z Compiling plain v0.2.3
10842024-10-16T03:27:08.568Z Compiling equivalent v1.0.1
10852024-10-16T03:27:08.594Z Compiling camino v1.1.9
10862024-10-16T03:27:08.612Z Compiling hashbrown v0.15.0
10872024-10-16T03:27:08.670Z Compiling log v0.4.22
10882024-10-16T03:27:08.816Z Compiling thread-id v4.2.2
10892024-10-16T03:27:08.829Z Compiling anstyle-parse v0.2.5
10902024-10-16T03:27:08.865Z Compiling quote v1.0.37
10912024-10-16T03:27:09.046Z Compiling pretty-hex v0.4.1
10922024-10-16T03:27:09.144Z Compiling colorchoice v1.0.2
10932024-10-16T03:27:09.266Z Compiling syn v2.0.79
10942024-10-16T03:27:09.311Z Compiling errno v0.3.9
10952024-10-16T03:27:09.335Z Compiling unicode-width v0.1.14
10962024-10-16T03:27:09.553Z Compiling autocfg v1.4.0
10972024-10-16T03:27:09.636Z Compiling is_terminal_polyfill v1.70.1
10982024-10-16T03:27:09.755Z Compiling anstyle v1.0.8
10992024-10-16T03:27:09.850Z Compiling indexmap v2.6.0
11002024-10-16T03:27:09.898Z Compiling winnow v0.6.20
11012024-10-16T03:27:10.215Z Compiling anstyle-query v1.1.1
11022024-10-16T03:27:10.363Z Compiling semver v1.0.23
11032024-10-16T03:27:10.711Z Compiling fs-err v2.11.0
11042024-10-16T03:27:10.952Z Compiling anstream v0.6.15
11052024-10-16T03:27:11.178Z Compiling heck v0.4.1
11062024-10-16T03:27:11.235Z Compiling anyhow v1.0.89
11072024-10-16T03:27:11.577Z Compiling heck v0.5.0
11082024-10-16T03:27:11.717Z Compiling terminal_size v0.4.0
11092024-10-16T03:27:11.730Z Compiling strsim v0.11.1
11102024-10-16T03:27:11.913Z Compiling cfg-if v1.0.0
11112024-10-16T03:27:11.927Z Compiling clap_lex v0.7.2
11122024-10-16T03:27:12.002Z Compiling bytecount v0.6.8
11132024-10-16T03:27:12.133Z Compiling fastrand v2.1.1
11142024-10-16T03:27:12.224Z Compiling fnv v1.0.7
11152024-10-16T03:27:12.443Z Compiling papergrid v0.11.0
11162024-10-16T03:27:12.538Z Compiling tempfile v3.13.0
11172024-10-16T03:27:12.698Z Compiling clap_builder v4.5.20
11182024-10-16T03:27:13.024Z Compiling memmap v0.7.0
11192024-10-16T03:27:13.061Z Compiling unicode-linebreak v0.1.5
11202024-10-16T03:27:13.544Z Compiling smawk v0.3.2
11212024-10-16T03:27:13.559Z Compiling textwrap v0.16.1
11222024-10-16T03:27:13.837Z Compiling swrite v0.1.0
11232024-10-16T03:27:15.128Z Compiling tabled_derive v0.7.0
11242024-10-16T03:27:16.800Z Compiling tabled v0.15.0
11252024-10-16T03:27:18.266Z Compiling serde_derive v1.0.210
11262024-10-16T03:27:18.269Z Compiling thiserror-impl v1.0.64
11272024-10-16T03:27:18.335Z Compiling zerocopy-derive v0.7.35
11282024-10-16T03:27:18.404Z Compiling scroll_derive v0.12.0
11292024-10-16T03:27:18.417Z Compiling clap_derive v4.5.18
11302024-10-16T03:27:19.729Z Compiling scroll v0.12.0
11312024-10-16T03:27:20.167Z Compiling goblin v0.8.2
11322024-10-16T03:27:20.207Z Compiling zerocopy v0.7.35
11332024-10-16T03:27:20.977Z Compiling pest v2.7.14
11342024-10-16T03:27:22.371Z Compiling clap v4.5.20
11352024-10-16T03:27:23.345Z Compiling pest_meta v2.7.14
11362024-10-16T03:27:24.201Z Compiling pest_generator v2.7.14
11372024-10-16T03:27:26.185Z Compiling pest_derive v2.7.14
11382024-10-16T03:27:26.886Z Compiling dtrace-parser v0.2.0
11392024-10-16T03:27:28.630Z Compiling toml_datetime v0.6.8
11402024-10-16T03:27:28.630Z Compiling serde_spanned v0.6.8
11412024-10-16T03:27:28.633Z Compiling cargo-platform v0.1.8
11422024-10-16T03:27:29.038Z Compiling serde_tokenstream v0.2.2
11432024-10-16T03:27:29.142Z Compiling toml_edit v0.22.22
11442024-10-16T03:27:29.166Z Compiling macaddr v1.0.1
11452024-10-16T03:27:29.252Z Compiling camino-tempfile v1.1.1
11462024-10-16T03:27:30.073Z Compiling dof v0.3.0
11472024-10-16T03:27:30.073Z Compiling cargo_metadata v0.18.1
11482024-10-16T03:27:32.022Z Compiling toml v0.8.19
11492024-10-16T03:27:32.135Z Compiling usdt-macro v0.5.0
11502024-10-16T03:27:32.138Z Compiling usdt-attr-macro v0.5.0
11512024-10-16T03:27:32.877Z Compiling cargo_toml v0.20.5
11522024-10-16T03:27:33.479Z Compiling usdt v0.5.0
11532024-10-16T03:27:36.651Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11542024-10-16T03:27:40.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.59s
11552024-10-16T03:27:40.914Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11562024-10-16T03:27:41.864Z Compiling serde v1.0.210
11572024-10-16T03:27:41.867Z Compiling typenum v1.17.0
11582024-10-16T03:27:41.867Z Compiling generic-array v0.14.7
11592024-10-16T03:27:41.867Z Compiling lock_api v0.4.12
11602024-10-16T03:27:41.867Z Compiling scopeguard v1.2.0
11612024-10-16T03:27:41.867Z Compiling subtle v2.6.1
11622024-10-16T03:27:41.988Z Compiling syn v2.0.79
11632024-10-16T03:27:41.991Z Compiling getrandom v0.2.15
11642024-10-16T03:27:42.233Z Compiling rand_core v0.6.4
11652024-10-16T03:27:42.394Z Compiling value-bag v1.9.0
11662024-10-16T03:27:42.413Z Compiling const-oid v0.9.6
11672024-10-16T03:27:42.430Z Compiling pin-project-lite v0.2.14
11682024-10-16T03:27:42.550Z Compiling smallvec v1.13.2
11692024-10-16T03:27:42.568Z Compiling jobserver v0.1.32
11702024-10-16T03:27:42.779Z Compiling shlex v1.3.0
11712024-10-16T03:27:42.965Z Compiling log v0.4.22
11722024-10-16T03:27:42.982Z Compiling parking_lot_core v0.9.10
11732024-10-16T03:27:42.998Z Compiling futures-core v0.3.31
11742024-10-16T03:27:43.187Z Compiling cc v1.1.30
11752024-10-16T03:27:43.254Z Compiling signal-hook-registry v1.4.2
11762024-10-16T03:27:43.535Z Compiling mio v1.0.2
11772024-10-16T03:27:43.880Z Compiling parking_lot v0.12.3
11782024-10-16T03:27:44.087Z Compiling cpufeatures v0.2.14
11792024-10-16T03:27:44.129Z Compiling futures-sink v0.3.31
11802024-10-16T03:27:44.190Z Compiling spin v0.9.8
11812024-10-16T03:27:44.280Z Compiling socket2 v0.5.7
11822024-10-16T03:27:44.383Z Compiling slab v0.4.9
11832024-10-16T03:27:44.595Z Compiling serde_json v1.0.128
11842024-10-16T03:27:44.764Z Compiling futures-channel v0.3.31
11852024-10-16T03:27:44.783Z Compiling futures-io v0.3.31
11862024-10-16T03:27:44.800Z Compiling tinyvec_macros v0.1.1
11872024-10-16T03:27:44.886Z Compiling pin-utils v0.1.0
11882024-10-16T03:27:44.956Z Compiling allocator-api2 v0.2.18
11892024-10-16T03:27:44.979Z Compiling futures-task v0.3.31
11902024-10-16T03:27:45.118Z Compiling foldhash v0.1.3
11912024-10-16T03:27:45.135Z Compiling tinyvec v1.8.0
11922024-10-16T03:27:45.161Z Compiling libm v0.2.8
11932024-10-16T03:27:45.271Z Compiling num-traits v0.2.19
11942024-10-16T03:27:45.288Z Compiling unicode-bidi v0.3.17
11952024-10-16T03:27:45.420Z Compiling base64ct v1.6.0
11962024-10-16T03:27:45.755Z Compiling hashbrown v0.15.0
11972024-10-16T03:27:45.816Z Compiling httparse v1.9.5
11982024-10-16T03:27:46.024Z Compiling pem-rfc7468 v0.7.0
11992024-10-16T03:27:46.646Z Compiling unicode-normalization v0.1.24
12002024-10-16T03:27:46.755Z Compiling flagset v0.4.6
12012024-10-16T03:27:46.891Z Compiling tracing-core v0.1.32
12022024-10-16T03:27:46.971Z Compiling percent-encoding v2.3.1
12032024-10-16T03:27:47.045Z Compiling crossbeam-utils v0.8.20
12042024-10-16T03:27:47.129Z Compiling rustls-pki-types v1.9.0
12052024-10-16T03:27:47.566Z Compiling ring v0.17.8
12062024-10-16T03:27:47.723Z Compiling vcpkg v0.2.15
12072024-10-16T03:27:47.811Z Compiling powerfmt v0.2.0
12082024-10-16T03:27:48.128Z Compiling pkg-config v0.3.31
12092024-10-16T03:27:48.229Z Compiling num-conv v0.1.0
12102024-10-16T03:27:48.284Z Compiling time-core v0.1.2
12112024-10-16T03:27:48.301Z Compiling untrusted v0.9.0
12122024-10-16T03:27:48.453Z Compiling deranged v0.3.11
12132024-10-16T03:27:48.512Z Compiling time-macros v0.2.18
12142024-10-16T03:27:48.734Z Compiling atomic-waker v1.1.2
12152024-10-16T03:27:48.908Z Compiling num_threads v0.1.7
12162024-10-16T03:27:49.038Z Compiling form_urlencoded v1.2.1
12172024-10-16T03:27:49.356Z Compiling slog v2.7.0
12182024-10-16T03:27:49.653Z Compiling try-lock v0.2.5
12192024-10-16T03:27:49.731Z Compiling rustix v0.38.37
12202024-10-16T03:27:49.794Z Compiling want v0.3.1
12212024-10-16T03:27:49.870Z Compiling openssl-sys v0.9.103
12222024-10-16T03:27:49.938Z Compiling httpdate v1.0.3
12232024-10-16T03:27:50.291Z Compiling idna v0.5.0
12242024-10-16T03:27:50.392Z Compiling tower-service v0.3.3
12252024-10-16T03:27:50.510Z Compiling openssl v0.10.66
12262024-10-16T03:27:50.540Z Compiling iana-time-zone v0.1.61
12272024-10-16T03:27:50.843Z Compiling rustversion v1.0.17
12282024-10-16T03:27:50.916Z Compiling match_cfg v0.1.0
12292024-10-16T03:27:50.992Z Compiling base64 v0.22.1
12302024-10-16T03:27:51.009Z Compiling foreign-types-shared v0.1.1
12312024-10-16T03:27:51.119Z Compiling foreign-types v0.3.2
12322024-10-16T03:27:51.218Z Compiling url v2.5.2
12332024-10-16T03:27:51.570Z Compiling hostname v0.3.1
12342024-10-16T03:27:51.707Z Compiling dirs-sys-next v0.1.2
12352024-10-16T03:27:51.726Z Compiling time v0.3.36
12362024-10-16T03:27:51.812Z Compiling aho-corasick v1.1.3
12372024-10-16T03:27:51.834Z Compiling adler2 v2.0.0
12382024-10-16T03:27:52.015Z Compiling syn v1.0.109
12392024-10-16T03:27:52.325Z Compiling rustls v0.23.14
12402024-10-16T03:27:52.578Z Compiling siphasher v0.3.11
12412024-10-16T03:27:52.636Z Compiling regex-syntax v0.8.5
12422024-10-16T03:27:52.894Z Compiling data-encoding v2.6.0
12432024-10-16T03:27:52.915Z Compiling rustls v0.22.4
12442024-10-16T03:27:53.168Z Compiling native-tls v0.2.12
12452024-10-16T03:27:53.639Z Compiling miniz_oxide v0.8.0
12462024-10-16T03:27:54.792Z Compiling dirs-next v2.0.0
12472024-10-16T03:27:55.013Z Compiling serde_derive_internals v0.29.1
12482024-10-16T03:27:55.139Z Compiling crossbeam-epoch v0.9.18
12492024-10-16T03:27:55.846Z Compiling serde_derive v1.0.210
12502024-10-16T03:27:55.884Z Compiling zeroize_derive v1.4.2
12512024-10-16T03:27:56.330Z Compiling zerocopy-derive v0.7.35
12522024-10-16T03:27:56.614Z Compiling tokio-macros v2.4.0
12532024-10-16T03:27:57.169Z Compiling thiserror-impl v1.0.64
12542024-10-16T03:27:57.541Z Compiling zeroize v1.8.1
12552024-10-16T03:27:57.926Z Compiling futures-macro v0.3.31
12562024-10-16T03:27:58.238Z Compiling der_derive v0.7.3
12572024-10-16T03:27:58.552Z Compiling zerocopy v0.7.35
12582024-10-16T03:27:59.129Z Compiling tracing-attributes v0.1.27
12592024-10-16T03:27:59.228Z Compiling crypto-common v0.1.6
12602024-10-16T03:27:59.451Z Compiling block-buffer v0.10.4
12612024-10-16T03:27:59.727Z Compiling digest v0.10.7
12622024-10-16T03:27:59.844Z Compiling futures-util v0.3.31
12632024-10-16T03:28:00.121Z Compiling block-padding v0.3.3
12642024-10-16T03:28:00.299Z Compiling hmac v0.12.1
12652024-10-16T03:28:00.355Z Compiling thiserror v1.0.64
12662024-10-16T03:28:00.370Z Compiling inout v0.1.3
12672024-10-16T03:28:00.451Z Compiling sha2 v0.10.8
12682024-10-16T03:28:00.488Z Compiling ppv-lite86 v0.2.20
12692024-10-16T03:28:00.771Z Compiling cipher v0.4.4
12702024-10-16T03:28:00.784Z Compiling der v0.7.9
12712024-10-16T03:28:01.148Z Compiling salsa20 v0.10.2
12722024-10-16T03:28:01.330Z Compiling rand_chacha v0.3.1
12732024-10-16T03:28:01.379Z Compiling pest v2.7.14
12742024-10-16T03:28:02.925Z Compiling spki v0.7.3
12752024-10-16T03:28:03.038Z Compiling tracing v0.1.40
12762024-10-16T03:28:03.337Z Compiling rand v0.8.5
12772024-10-16T03:28:03.599Z Compiling pbkdf2 v0.12.2
12782024-10-16T03:28:03.767Z Compiling scrypt v0.11.0
12792024-10-16T03:28:04.044Z Compiling pest_meta v2.7.14
12802024-10-16T03:28:04.143Z Compiling aes v0.8.4
12812024-10-16T03:28:04.335Z Compiling cbc v0.1.2
12822024-10-16T03:28:04.487Z Compiling scroll_derive v0.12.0
12832024-10-16T03:28:04.566Z Compiling async-trait v0.1.83
12842024-10-16T03:28:05.573Z Compiling pest_generator v2.7.14
12852024-10-16T03:28:06.010Z Compiling scroll v0.12.0
12862024-10-16T03:28:06.145Z Compiling rustls-webpki v0.102.8
12872024-10-16T03:28:06.617Z Compiling pkcs5 v0.7.1
12882024-10-16T03:28:07.165Z Compiling goblin v0.8.2
12892024-10-16T03:28:07.517Z Compiling pkcs8 v0.10.2
12902024-10-16T03:28:07.683Z Compiling openssl-macros v0.1.1
12912024-10-16T03:28:07.905Z Compiling sha1 v0.10.6
12922024-10-16T03:28:07.925Z Compiling signature v2.2.0
12932024-10-16T03:28:08.224Z Compiling regex-automata v0.4.8
12942024-10-16T03:28:08.260Z Compiling lazy_static v1.5.0
12952024-10-16T03:28:08.335Z Compiling thread_local v1.1.8
12962024-10-16T03:28:08.353Z Compiling multer v3.1.0
12972024-10-16T03:28:08.387Z Compiling encoding_rs v0.8.34
12982024-10-16T03:28:08.458Z Compiling cookie v0.18.1
12992024-10-16T03:28:08.648Z Compiling mime v0.3.17
13002024-10-16T03:28:08.773Z Compiling either v1.13.0
13012024-10-16T03:28:08.917Z Compiling ipnet v2.10.1
13022024-10-16T03:28:09.162Z Compiling pest_derive v2.7.14
13032024-10-16T03:28:09.203Z Compiling gimli v0.31.1
13042024-10-16T03:28:09.228Z Compiling slog-async v2.8.0
13052024-10-16T03:28:09.768Z Compiling signal-hook v0.3.17
13062024-10-16T03:28:09.963Z Compiling dtrace-parser v0.2.0
13072024-10-16T03:28:10.050Z Compiling bytes v1.7.2
13082024-10-16T03:28:10.425Z Compiling indexmap v2.6.0
13092024-10-16T03:28:11.412Z Compiling tokio v1.40.0
13102024-10-16T03:28:11.989Z Compiling http v1.1.0
13112024-10-16T03:28:12.258Z Compiling bitflags v2.6.0
13122024-10-16T03:28:12.705Z Compiling semver v1.0.23
13132024-10-16T03:28:13.037Z Compiling dof v0.3.0
13142024-10-16T03:28:13.374Z Compiling rustc_version v0.4.1
13152024-10-16T03:28:14.191Z Compiling http-body v1.0.1
13162024-10-16T03:28:14.441Z Compiling uuid v1.10.0
13172024-10-16T03:28:14.566Z Compiling toml_datetime v0.6.8
13182024-10-16T03:28:14.585Z Compiling serde_spanned v0.6.8
13192024-10-16T03:28:14.827Z Compiling serde_tokenstream v0.2.2
13202024-10-16T03:28:15.089Z Compiling usdt-impl v0.5.0
13212024-10-16T03:28:15.317Z Compiling chrono v0.4.38
13222024-10-16T03:28:15.470Z Compiling http-body-util v0.1.2
13232024-10-16T03:28:15.956Z Compiling heapless v0.7.17
13242024-10-16T03:28:16.447Z Compiling schemars v0.8.21
13252024-10-16T03:28:16.737Z Compiling paste v1.0.15
13262024-10-16T03:28:16.837Z Compiling unicode-properties v0.1.3
13272024-10-16T03:28:17.234Z Compiling rayon-core v1.12.1
13282024-10-16T03:28:17.307Z Compiling openssl-probe v0.1.5
13292024-10-16T03:28:17.629Z Compiling stringprep v0.1.5
13302024-10-16T03:28:17.767Z Compiling toml_edit v0.22.22
13312024-10-16T03:28:17.843Z Compiling usdt-attr-macro v0.5.0
13322024-10-16T03:28:18.799Z Compiling usdt-macro v0.5.0
13332024-10-16T03:28:18.882Z Compiling curve25519-dalek v4.1.3
13342024-10-16T03:28:19.292Z Compiling addr2line v0.24.2
13352024-10-16T03:28:19.553Z Compiling slog-json v2.6.1
13362024-10-16T03:28:19.621Z Compiling serde_urlencoded v0.7.1
13372024-10-16T03:28:19.943Z Compiling tokio-util v0.7.12
13382024-10-16T03:28:20.376Z Compiling futures-executor v0.3.31
13392024-10-16T03:28:20.974Z Compiling h2 v0.4.6
13402024-10-16T03:28:21.369Z Compiling md-5 v0.10.6
13412024-10-16T03:28:21.553Z Compiling schemars_derive v0.8.21
13422024-10-16T03:28:21.683Z Compiling async-stream-impl v0.3.6
13432024-10-16T03:28:23.783Z Compiling enum-as-inner v0.6.1
13442024-10-16T03:28:24.939Z Compiling crossbeam-deque v0.8.5
13452024-10-16T03:28:25.055Z Compiling term v0.7.0
13462024-10-16T03:28:25.261Z Compiling crossbeam-channel v0.5.13
13472024-10-16T03:28:26.357Z Compiling num-integer v0.1.46
13482024-10-16T03:28:26.394Z Compiling rustls-pemfile v2.2.0
13492024-10-16T03:28:26.621Z Compiling idna v0.3.0
13502024-10-16T03:28:26.780Z Compiling idna v0.4.0
13512024-10-16T03:28:27.191Z Compiling hash32 v0.2.1
13522024-10-16T03:28:27.346Z Compiling ff v0.13.0
13532024-10-16T03:28:27.567Z Compiling is-terminal v0.4.13
13542024-10-16T03:28:27.585Z Compiling object v0.36.5
13552024-10-16T03:28:27.701Z Compiling dropshot v0.12.0
13562024-10-16T03:28:28.011Z Compiling num-bigint-dig v0.8.4
13572024-10-16T03:28:28.243Z Compiling quick-error v1.2.3
13582024-10-16T03:28:28.326Z Compiling take_mut v0.2.2
13592024-10-16T03:28:28.393Z Compiling hyper v1.4.1
13602024-10-16T03:28:28.420Z Compiling portable-atomic v1.9.0
13612024-10-16T03:28:28.489Z Compiling anyhow v1.0.89
13622024-10-16T03:28:29.128Z Compiling smoltcp v0.9.1
13632024-10-16T03:28:29.508Z Compiling fallible-iterator v0.2.0
13642024-10-16T03:28:29.912Z Compiling utf-8 v0.7.6
13652024-10-16T03:28:30.252Z Compiling dyn-clone v1.0.17
13662024-10-16T03:28:30.255Z Compiling rustc-demangle v0.1.24
13672024-10-16T03:28:30.486Z Compiling linked-hash-map v0.5.6
13682024-10-16T03:28:30.874Z Compiling hyper-util v0.1.9
13692024-10-16T03:28:30.981Z Compiling stable_deref_trait v1.2.0
13702024-10-16T03:28:31.092Z Compiling psl-types v2.0.11
13712024-10-16T03:28:31.262Z Compiling base16ct v0.2.0
13722024-10-16T03:28:31.283Z Compiling publicsuffix v2.2.3
13732024-10-16T03:28:31.588Z Compiling sec1 v0.7.3
13742024-10-16T03:28:32.184Z Compiling lru-cache v0.1.2
13752024-10-16T03:28:32.388Z Compiling postgres-protocol v0.6.7
13762024-10-16T03:28:32.744Z Compiling tungstenite v0.23.0
13772024-10-16T03:28:33.766Z Compiling resolv-conf v0.7.0
13782024-10-16T03:28:34.217Z Compiling slog-term v2.9.1
13792024-10-16T03:28:34.353Z Compiling hickory-proto v0.24.1
13802024-10-16T03:28:34.587Z Compiling usdt v0.5.0
13812024-10-16T03:28:35.119Z Compiling backtrace v0.3.74
13822024-10-16T03:28:35.150Z Compiling group v0.13.0
13832024-10-16T03:28:35.185Z Compiling num-iter v0.1.45
13842024-10-16T03:28:35.359Z Compiling tokio-rustls v0.26.0
13852024-10-16T03:28:35.466Z Compiling tokio-rustls v0.25.0
13862024-10-16T03:28:35.591Z Compiling tokio-native-tls v0.3.1
13872024-10-16T03:28:35.811Z Compiling async-stream v0.3.6
13882024-10-16T03:28:35.876Z Compiling toml v0.8.19
13892024-10-16T03:28:35.918Z Compiling futures v0.3.31
13902024-10-16T03:28:36.131Z Compiling camino v1.1.9
13912024-10-16T03:28:37.176Z Compiling slog-bunyan v2.5.0
13922024-10-16T03:28:37.348Z Compiling terminal_size v0.4.0
13932024-10-16T03:28:37.409Z Compiling dropshot_endpoint v0.12.0
13942024-10-16T03:28:37.559Z Compiling openapiv3 v2.0.0
13952024-10-16T03:28:37.654Z Compiling serde_path_to_error v0.1.16
13962024-10-16T03:28:38.201Z Compiling hkdf v0.12.4
13972024-10-16T03:28:38.462Z Compiling crypto-bigint v0.5.5
13982024-10-16T03:28:38.504Z Compiling curve25519-dalek-derive v0.1.1
13992024-10-16T03:28:38.603Z Compiling zerocopy-derive v0.6.6
14002024-10-16T03:28:38.762Z Compiling phf_shared v0.11.2
14012024-10-16T03:28:39.167Z Compiling waitgroup v0.1.2
14022024-10-16T03:28:39.399Z Compiling webpki-roots v0.26.6
14032024-10-16T03:28:39.618Z Compiling hostname v0.4.0
14042024-10-16T03:28:39.787Z Compiling hubpack_derive v0.1.1
14052024-10-16T03:28:39.867Z Compiling fs-err v2.11.0
14062024-10-16T03:28:40.119Z Compiling ahash v0.8.11
14072024-10-16T03:28:40.177Z Compiling winnow v0.5.40
14082024-10-16T03:28:40.474Z Compiling debug-ignore v1.0.5
14092024-10-16T03:28:40.626Z Compiling managed v0.8.0
14102024-10-16T03:28:40.734Z Compiling bitflags v1.3.2
14112024-10-16T03:28:40.848Z Compiling hubpack v0.1.2
14122024-10-16T03:28:40.882Z Compiling zerocopy v0.6.6
14132024-10-16T03:28:41.326Z Compiling strum_macros v0.25.3
14142024-10-16T03:28:41.773Z Compiling elliptic-curve v0.13.8
14152024-10-16T03:28:42.065Z Compiling clap_builder v4.5.20
14162024-10-16T03:28:42.636Z Compiling console v0.15.8
14172024-10-16T03:28:44.169Z Compiling toml_edit v0.19.15
14182024-10-16T03:28:44.287Z Compiling hickory-resolver v0.24.1
14192024-10-16T03:28:44.864Z Compiling hyper-rustls v0.27.3
14202024-10-16T03:28:45.054Z Compiling phf v0.11.2
14212024-10-16T03:28:45.351Z Compiling signal-hook-mio v0.2.4
14222024-10-16T03:28:45.498Z Compiling cookie_store v0.21.0
14232024-10-16T03:28:45.518Z Compiling rayon v1.10.0
14242024-10-16T03:28:46.453Z Compiling hyper-tls v0.6.0
14252024-10-16T03:28:47.118Z Compiling tokio-tungstenite v0.23.1
14262024-10-16T03:28:47.679Z Compiling postgres-types v0.2.8
14272024-10-16T03:28:50.536Z Compiling tokio-stream v0.1.16
14282024-10-16T03:28:50.627Z Compiling regex v1.11.0
14292024-10-16T03:28:51.299Z Compiling bstr v1.10.0
14302024-10-16T03:28:51.648Z Compiling serde-big-array v0.5.1
14312024-10-16T03:28:51.805Z Compiling ed25519 v2.2.3
14322024-10-16T03:28:51.827Z Compiling pkcs1 v0.7.5
14332024-10-16T03:28:51.898Z Compiling rfc6979 v0.4.0
14342024-10-16T03:28:51.995Z Compiling serde_repr v0.1.19
14352024-10-16T03:28:52.062Z Compiling derive-where v1.2.7
14362024-10-16T03:28:52.082Z Compiling clap_derive v4.5.18
14372024-10-16T03:28:52.394Z Compiling phf_shared v0.10.0
14382024-10-16T03:28:52.811Z Compiling float-cmp v0.9.0
14392024-10-16T03:28:52.829Z Compiling sync_wrapper v1.0.1
14402024-10-16T03:28:52.988Z Compiling crc32fast v1.4.2
14412024-10-16T03:28:53.044Z Compiling new_debug_unreachable v1.0.6
14422024-10-16T03:28:53.164Z Compiling number_prefix v0.4.0
14432024-10-16T03:28:53.185Z Compiling predicates-core v1.0.8
14442024-10-16T03:28:53.224Z Compiling difflib v0.4.0
14452024-10-16T03:28:53.319Z Compiling precomputed-hash v0.1.1
14462024-10-16T03:28:53.391Z Compiling bit-vec v0.6.3
14472024-10-16T03:28:53.437Z Compiling fixedbitset v0.4.2
14482024-10-16T03:28:53.548Z Compiling unicode-segmentation v1.12.0
14492024-10-16T03:28:53.885Z Compiling minimal-lexical v0.2.1
14502024-10-16T03:28:53.911Z Compiling normalize-line-endings v0.3.0
14512024-10-16T03:28:53.913Z Compiling static_assertions v1.1.0
14522024-10-16T03:28:54.032Z Compiling whoami v1.5.2
14532024-10-16T03:28:54.051Z Compiling predicates v3.1.2
14542024-10-16T03:28:54.423Z Compiling tokio-postgres v0.7.12
14552024-10-16T03:28:54.498Z Compiling nom v7.1.3
14562024-10-16T03:28:54.728Z Compiling similar v2.6.0
14572024-10-16T03:28:54.845Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14582024-10-16T03:28:55.827Z Compiling bit-set v0.5.3
14592024-10-16T03:28:55.846Z Compiling qorb v0.0.2
14602024-10-16T03:28:56.118Z Compiling petgraph v0.6.5
14612024-10-16T03:28:57.321Z Compiling string_cache v0.8.7
14622024-10-16T03:28:57.367Z Compiling clap v4.5.20
14632024-10-16T03:28:57.493Z Compiling indicatif v0.17.8
14642024-10-16T03:28:57.797Z Compiling flate2 v1.0.34
14652024-10-16T03:28:58.348Z Compiling reqwest v0.12.8
14662024-10-16T03:28:58.799Z Compiling rsa v0.9.6
14672024-10-16T03:28:59.748Z Compiling ed25519-dalek v2.1.1
14682024-10-16T03:29:00.270Z Compiling ecdsa v0.16.9
14692024-10-16T03:29:00.499Z Compiling toml v0.7.8
14702024-10-16T03:29:01.079Z Compiling crossterm v0.28.1
14712024-10-16T03:29:02.062Z Compiling hex v0.4.3
14722024-10-16T03:29:02.200Z Compiling itertools v0.10.5
14732024-10-16T03:29:02.313Z Compiling itertools v0.12.1
14742024-10-16T03:29:02.352Z Compiling x509-cert v0.2.5
14752024-10-16T03:29:02.568Z Compiling peg-runtime v0.8.3
14762024-10-16T03:29:02.677Z Compiling lalrpop-util v0.19.12
14772024-10-16T03:29:03.057Z Compiling unicode-xid v0.2.6
14782024-10-16T03:29:03.252Z Compiling xattr v1.3.1
14792024-10-16T03:29:03.271Z Compiling strum_macros v0.26.4
14802024-10-16T03:29:03.535Z Compiling filetime v0.2.25
14812024-10-16T03:29:03.881Z Compiling tar v0.4.42
14822024-10-16T03:29:07.149Z Compiling strum v0.26.3
14832024-10-16T03:29:07.758Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14842024-10-16T03:29:08.013Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14852024-10-16T03:29:14.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
14862024-10-16T03:29:14.185Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14872024-10-16T03:29:14.232ZOct 16 03:29:12.945 INFO Starting download, target: DendriteStub
14882024-10-16T03:29:14.232ZOct 16 03:29:12.946 INFO Starting download, target: Clickhouse
14892024-10-16T03:29:14.232ZOct 16 03:29:12.946 INFO Starting download, target: Console
14902024-10-16T03:29:14.232ZOct 16 03:29:12.946 INFO Starting download, target: DendriteOpenapi
14912024-10-16T03:29:14.232ZOct 16 03:29:12.946 INFO Starting download, target: MaghemiteMgd
14922024-10-16T03:29:14.235ZOct 16 03:29:12.946 INFO Starting download, target: Cockroach
14932024-10-16T03:29:14.235ZOct 16 03:29:12.946 INFO Starting download, target: TransceiverControl
14942024-10-16T03:29:14.235ZOct 16 03:29:12.946 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14952024-10-16T03:29:14.235ZOct 16 03:29:12.947 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14962024-10-16T03:29:14.235ZOct 16 03:29:12.947 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14972024-10-16T03:29:14.235ZOct 16 03:29:12.947 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14982024-10-16T03:29:14.235ZOct 16 03:29:12.947 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14992024-10-16T03:29:14.235ZOct 16 03:29:12.947 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15002024-10-16T03:29:14.235ZOct 16 03:29:12.947 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15012024-10-16T03:29:14.439ZOct 16 03:29:13.148 INFO Download complete, target: DendriteOpenapi
15022024-10-16T03:29:14.469ZOct 16 03:29:13.175 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15032024-10-16T03:29:14.827ZOct 16 03:29:13.538 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15042024-10-16T03:29:14.986ZOct 16 03:29:13.699 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15052024-10-16T03:29:15.118ZOct 16 03:29:13.831 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15062024-10-16T03:29:15.239ZOct 16 03:29:13.952 INFO Download complete, target: Console
15072024-10-16T03:29:15.278ZOct 16 03:29:13.991 INFO Download complete, target: TransceiverControl
15082024-10-16T03:29:15.428ZOct 16 03:29:14.141 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15092024-10-16T03:29:15.428ZOct 16 03:29:14.141 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15102024-10-16T03:29:16.205ZOct 16 03:29:14.918 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15112024-10-16T03:29:18.156ZOct 16 03:29:16.869 INFO Download complete, target: DendriteStub
15122024-10-16T03:29:18.510ZOct 16 03:29:17.223 INFO Download complete, target: MaghemiteMgd
15132024-10-16T03:29:23.868ZOct 16 03:29:22.581 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15142024-10-16T03:29:24.214ZOct 16 03:29:22.927 INFO Checking that binary works, target: Cockroach
15152024-10-16T03:29:24.438ZOct 16 03:29:23.150 INFO Download complete, target: Cockroach
15162024-10-16T03:29:30.343ZOct 16 03:29:29.055 INFO Checking that binary works, target: Clickhouse
15172024-10-16T03:29:31.060ZOct 16 03:29:29.772 INFO Download complete, target: Clickhouse
15182024-10-16T03:29:31.068ZAll prerequisites installed successfully
15192024-10-16T03:29:31.071Z
15202024-10-16T03:29:31.071Zreal 3:57.848051046
15212024-10-16T03:29:31.071Zuser 13:05.719736262
15222024-10-16T03:29:31.071Zsys 2:39.890221641
15232024-10-16T03:29:31.071Ztrap 0.441421955
15242024-10-16T03:29:31.071Ztflt 8.155516203
15252024-10-16T03:29:31.071Zdflt 5.927377108
15262024-10-16T03:29:31.071Zkflt 0.516148886
15272024-10-16T03:29:31.071Zlock 27:34.337174961
15282024-10-16T03:29:31.071Zslp 51:48.018942177
15292024-10-16T03:29:31.071Zlat 41.464353881
15302024-10-16T03:29:31.071Zstop 1:48.601847036
15312024-10-16T03:29:31.071Z+ source ./tools/include/force-git-over-https.sh
15322024-10-16T03:29:31.071Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15332024-10-16T03:29:31.071Z++ (( i = 0 ))
15342024-10-16T03:29:31.071Z++ (( i < 5 ))
15352024-10-16T03:29:31.071Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15362024-10-16T03:29:31.086Z++ (( i++ ))
15372024-10-16T03:29:31.087Z++ (( i < 5 ))
15382024-10-16T03:29:31.087Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15392024-10-16T03:29:31.087Z++ (( i++ ))
15402024-10-16T03:29:31.087Z++ (( i < 5 ))
15412024-10-16T03:29:31.087Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15422024-10-16T03:29:31.087Z++ (( i++ ))
15432024-10-16T03:29:31.087Z++ (( i < 5 ))
15442024-10-16T03:29:31.087Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15452024-10-16T03:29:31.087Z++ (( i++ ))
15462024-10-16T03:29:31.087Z++ (( i < 5 ))
15472024-10-16T03:29:31.087Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15482024-10-16T03:29:31.089Z++ (( i++ ))
15492024-10-16T03:29:31.089Z++ (( i < 5 ))
15502024-10-16T03:29:31.089Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15512024-10-16T03:29:31.089Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15522024-10-16T03:29:31.089Z+ rc=0
15532024-10-16T03:29:31.089Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15542024-10-16T03:29:57.475Z+ case $rc in
15552024-10-16T03:29:57.475Z+ pfexec zfs create -p rpool/images/build/host
15562024-10-16T03:29:57.696Z+ pfexec zfs create -p rpool/images/build/recovery
15572024-10-16T03:29:57.764Z+ cargo xtask releng --output-dir /work
15582024-10-16T03:29:58.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15592024-10-16T03:29:58.372Z Running `target/debug/xtask releng --output-dir /work`
15602024-10-16T03:29:59.384Z Compiling proc-macro2 v1.0.87
15612024-10-16T03:29:59.384Z Compiling unicode-ident v1.0.13
15622024-10-16T03:29:59.384Z Compiling libc v0.2.159
15632024-10-16T03:29:59.384Z Compiling serde v1.0.210
15642024-10-16T03:29:59.384Z Compiling autocfg v1.4.0
15652024-10-16T03:29:59.388Z Compiling version_check v0.9.5
15662024-10-16T03:29:59.388Z Compiling cfg-if v1.0.0
15672024-10-16T03:29:59.640Z Compiling typenum v1.17.0
15682024-10-16T03:29:59.683Z Compiling shlex v1.3.0
15692024-10-16T03:29:59.777Z Compiling memchr v2.7.4
15702024-10-16T03:30:00.059Z Compiling parking_lot_core v0.9.10
15712024-10-16T03:30:00.326Z Compiling lock_api v0.4.12
15722024-10-16T03:30:00.481Z Compiling generic-array v0.14.7
15732024-10-16T03:30:00.564Z Compiling serde_json v1.0.128
15742024-10-16T03:30:00.635Z Compiling libm v0.2.8
15752024-10-16T03:30:00.808Z Compiling value-bag v1.9.0
15762024-10-16T03:30:00.913Z Compiling num-traits v0.2.19
15772024-10-16T03:30:01.018Z Compiling slab v0.4.9
15782024-10-16T03:30:01.234Z Compiling quote v1.0.37
15792024-10-16T03:30:01.296Z Compiling log v0.4.22
15802024-10-16T03:30:01.352Z Compiling once_cell v1.20.2
15812024-10-16T03:30:01.423Z Compiling itoa v1.0.11
15822024-10-16T03:30:01.669Z Compiling syn v2.0.79
15832024-10-16T03:30:01.729Z Compiling getrandom v0.2.15
15842024-10-16T03:30:01.808Z Compiling jobserver v0.1.32
15852024-10-16T03:30:02.122Z Compiling thiserror v1.0.64
15862024-10-16T03:30:02.215Z Compiling cc v1.1.30
15872024-10-16T03:30:02.316Z Compiling scopeguard v1.2.0
15882024-10-16T03:30:02.468Z Compiling rand_core v0.6.4
15892024-10-16T03:30:02.748Z Compiling byteorder v1.5.0
15902024-10-16T03:30:03.256Z Compiling subtle v2.6.1
15912024-10-16T03:30:03.893Z Compiling semver v1.0.23
15922024-10-16T03:30:03.931Z Compiling smallvec v1.13.2
15932024-10-16T03:30:04.008Z Compiling pin-project-lite v0.2.14
15942024-10-16T03:30:04.304Z Compiling httparse v1.9.5
15952024-10-16T03:30:04.350Z Compiling const-oid v0.9.6
15962024-10-16T03:30:04.480Z Compiling heck v0.5.0
15972024-10-16T03:30:04.504Z Compiling ryu v1.0.18
15982024-10-16T03:30:04.748Z Compiling pkg-config v0.3.31
15992024-10-16T03:30:04.917Z Compiling futures-core v0.3.31
16002024-10-16T03:30:04.955Z Compiling allocator-api2 v0.2.18
16012024-10-16T03:30:05.341Z Compiling signal-hook-registry v1.4.2
16022024-10-16T03:30:05.918Z Compiling parking_lot v0.12.3
16032024-10-16T03:30:06.004Z Compiling ring v0.17.8
16042024-10-16T03:30:06.004Z Compiling mio v1.0.2
16052024-10-16T03:30:07.085Z Compiling socket2 v0.5.7
16062024-10-16T03:30:07.117Z Compiling crossbeam-utils v0.8.20
16072024-10-16T03:30:07.590Z Compiling vcpkg v0.2.15
16082024-10-16T03:30:07.822Z Compiling time-core v0.1.2
16092024-10-16T03:30:07.870Z Compiling futures-sink v0.3.31
16102024-10-16T03:30:07.933Z Compiling fnv v1.0.7
16112024-10-16T03:30:08.071Z Compiling num-conv v0.1.0
16122024-10-16T03:30:08.560Z Compiling time-macros v0.2.18
16132024-10-16T03:30:08.592Z Compiling ahash v0.8.11
16142024-10-16T03:30:08.743Z Compiling schemars v0.8.21
16152024-10-16T03:30:09.027Z Compiling spin v0.9.8
16162024-10-16T03:30:09.480Z Compiling openssl-sys v0.9.103
16172024-10-16T03:30:09.895Z Compiling serde_derive_internals v0.29.1
16182024-10-16T03:30:10.581Z Compiling equivalent v1.0.1
16192024-10-16T03:30:10.604Z Compiling foldhash v0.1.3
16202024-10-16T03:30:10.858Z Compiling rustix v0.38.37
16212024-10-16T03:30:11.017Z Compiling cpufeatures v0.2.14
16222024-10-16T03:30:11.418Z Compiling hashbrown v0.15.0
16232024-10-16T03:30:12.010Z Compiling futures-channel v0.3.31
16242024-10-16T03:30:12.217Z Compiling slog v2.7.0
16252024-10-16T03:30:12.608Z Compiling futures-task v0.3.31
16262024-10-16T03:30:12.670Z Compiling futures-io v0.3.31
16272024-10-16T03:30:12.850Z Compiling pin-utils v0.1.0
16282024-10-16T03:30:12.999Z Compiling tinyvec_macros v0.1.1
16292024-10-16T03:30:13.174Z Compiling tinyvec v1.8.0
16302024-10-16T03:30:13.221Z Compiling ucd-trie v0.1.7
16312024-10-16T03:30:13.564Z Compiling openssl v0.10.66
16322024-10-16T03:30:13.702Z Compiling iana-time-zone v0.1.61
16332024-10-16T03:30:13.766Z Compiling unicode-bidi v0.3.17
16342024-10-16T03:30:13.829Z Compiling tracing-core v0.1.32
16352024-10-16T03:30:14.102Z Compiling native-tls v0.2.12
16362024-10-16T03:30:14.123Z Compiling rustls v0.23.14
16372024-10-16T03:30:14.739Z Compiling base64ct v1.6.0
16382024-10-16T03:30:15.075Z Compiling unicode-normalization v0.1.24
16392024-10-16T03:30:15.441Z Compiling pem-rfc7468 v0.7.0
16402024-10-16T03:30:15.736Z Compiling serde_derive v1.0.210
16412024-10-16T03:30:16.265Z Compiling zeroize_derive v1.4.2
16422024-10-16T03:30:16.472Z Compiling zerocopy-derive v0.7.35
16432024-10-16T03:30:16.591Z Compiling tokio-macros v2.4.0
16442024-10-16T03:30:16.634Z Compiling thiserror-impl v1.0.64
16452024-10-16T03:30:16.880Z Compiling futures-macro v0.3.31
16462024-10-16T03:30:16.933Z Compiling tracing-attributes v0.1.27
16472024-10-16T03:30:18.009Z Compiling zeroize v1.8.1
16482024-10-16T03:30:18.656Z Compiling zerocopy v0.7.35
16492024-10-16T03:30:19.975Z Compiling der_derive v0.7.3
16502024-10-16T03:30:20.225Z Compiling crypto-common v0.1.6
16512024-10-16T03:30:20.528Z Compiling block-buffer v0.10.4
16522024-10-16T03:30:20.804Z Compiling digest v0.10.7
16532024-10-16T03:30:20.834Z Compiling schemars_derive v0.8.21
16542024-10-16T03:30:20.846Z Compiling futures-util v0.3.31
16552024-10-16T03:30:21.094Z Compiling scroll_derive v0.12.0
16562024-10-16T03:30:21.237Z Compiling hmac v0.12.1
16572024-10-16T03:30:21.505Z Compiling block-padding v0.3.3
16582024-10-16T03:30:21.547Z Compiling pest v2.7.14
16592024-10-16T03:30:22.549Z Compiling inout v0.1.3
16602024-10-16T03:30:22.774Z Compiling openssl-macros v0.1.1
16612024-10-16T03:30:22.914Z Compiling cipher v0.4.4
16622024-10-16T03:30:23.643Z Compiling sha2 v0.10.8
16632024-10-16T03:30:23.839Z Compiling tracing v0.1.40
16642024-10-16T03:30:24.580Z Compiling pest_meta v2.7.14
16652024-10-16T03:30:24.892Z Compiling ppv-lite86 v0.2.20
16662024-10-16T03:30:24.943Z Compiling async-trait v0.1.83
16672024-10-16T03:30:26.043Z Compiling pest_generator v2.7.14
16682024-10-16T03:30:28.099Z Compiling cookie v0.18.1
16692024-10-16T03:30:28.456Z Compiling usdt-impl v0.5.0
16702024-10-16T03:30:28.564Z Compiling syn v1.0.109
16712024-10-16T03:30:28.610Z Compiling flagset v0.4.6
16722024-10-16T03:30:28.860Z Compiling percent-encoding v2.3.1
16732024-10-16T03:30:28.952Z Compiling dyn-clone v1.0.17
16742024-10-16T03:30:29.165Z Compiling der v0.7.9
16752024-10-16T03:30:29.200Z Compiling pest_derive v2.7.14
16762024-10-16T03:30:29.392Z Compiling rand_chacha v0.3.1
16772024-10-16T03:30:29.793Z Compiling scroll v0.12.0
16782024-10-16T03:30:30.031Z Compiling aho-corasick v1.1.3
16792024-10-16T03:30:30.332Z Compiling regex-syntax v0.8.5
16802024-10-16T03:30:30.502Z Compiling bytes v1.7.2
16812024-10-16T03:30:32.118Z Compiling bitflags v2.6.0
16822024-10-16T03:30:32.494Z Compiling tokio v1.40.0
16832024-10-16T03:30:32.805Z Compiling indexmap v2.6.0
16842024-10-16T03:30:33.981Z Compiling http v1.1.0
16852024-10-16T03:30:34.796Z Compiling serde_tokenstream v0.2.2
16862024-10-16T03:30:34.895Z Compiling rustc_version v0.4.1
16872024-10-16T03:30:35.133Z Compiling uuid v1.10.0
16882024-10-16T03:30:35.492Z Compiling chrono v0.4.38
16892024-10-16T03:30:37.044Z Compiling rayon-core v1.12.1
16902024-10-16T03:30:37.155Z Compiling rustls-pki-types v1.9.0
16912024-10-16T03:30:37.969Z Compiling camino v1.1.9
16922024-10-16T03:30:38.639Z Compiling plain v0.2.3
16932024-10-16T03:30:38.865Z Compiling goblin v0.8.2
16942024-10-16T03:30:39.529Z Compiling regex-automata v0.4.8
16952024-10-16T03:30:39.699Z Compiling spki v0.7.3
16962024-10-16T03:30:41.766Z Compiling rand v0.8.5
16972024-10-16T03:30:42.795Z Compiling tokio-util v0.7.12
16982024-10-16T03:30:45.123Z Compiling salsa20 v0.10.2
16992024-10-16T03:30:45.446Z Compiling pbkdf2 v0.12.2
17002024-10-16T03:30:45.835Z Compiling untrusted v0.9.0
17012024-10-16T03:30:46.722Z Compiling pretty-hex v0.4.1
17022024-10-16T03:30:48.055Z Compiling rustls v0.22.4
17032024-10-16T03:30:48.260Z Compiling powerfmt v0.2.0
17042024-10-16T03:30:48.359Z Compiling try-lock v0.2.5
17052024-10-16T03:30:48.577Z Compiling want v0.3.1
17062024-10-16T03:30:48.794Z Compiling deranged v0.3.11
17072024-10-16T03:30:49.132Z Compiling dof v0.3.0
17082024-10-16T03:30:51.252Z Compiling scrypt v0.11.0
17092024-10-16T03:30:51.391Z Compiling dtrace-parser v0.2.0
17102024-10-16T03:30:51.902Z Compiling form_urlencoded v1.2.1
17112024-10-16T03:30:52.254Z Compiling aes v0.8.4
17122024-10-16T03:30:52.504Z Compiling cbc v0.1.2
17132024-10-16T03:30:52.743Z Compiling errno v0.3.9
17142024-10-16T03:30:52.793Z Compiling thread-id v4.2.2
17152024-10-16T03:30:52.956Z Compiling httpdate v1.0.3
17162024-10-16T03:30:53.084Z Compiling atomic-waker v1.1.2
17172024-10-16T03:30:53.329Z Compiling num_threads v0.1.7
17182024-10-16T03:30:53.564Z Compiling time v0.3.36
17192024-10-16T03:30:53.786Z Compiling pkcs5 v0.7.1
17202024-10-16T03:30:56.194Z Compiling rustls-webpki v0.102.8
17212024-10-16T03:30:57.331Z Compiling http-body v1.0.1
17222024-10-16T03:30:57.628Z Compiling heapless v0.7.17
17232024-10-16T03:30:58.193Z Compiling zerocopy-derive v0.6.6
17242024-10-16T03:30:58.425Z Compiling multer v3.1.0
17252024-10-16T03:30:58.763Z Compiling anyhow v1.0.89
17262024-10-16T03:30:58.935Z Compiling signal-hook v0.3.17
17272024-10-16T03:30:59.287Z Compiling slog-async v2.8.0
17282024-10-16T03:30:59.355Z Compiling tower-service v0.3.3
17292024-10-16T03:30:59.600Z Compiling num-bigint-dig v0.8.4
17302024-10-16T03:30:59.988Z Compiling pkcs8 v0.10.2
17312024-10-16T03:31:00.008Z Compiling h2 v0.4.6
17322024-10-16T03:31:00.668Z Compiling regex v1.11.0
17332024-10-16T03:31:01.786Z Compiling idna v0.5.0
17342024-10-16T03:31:02.111Z Compiling rustversion v1.0.17
17352024-10-16T03:31:02.260Z Compiling base64 v0.22.1
17362024-10-16T03:31:03.146Z Compiling strsim v0.11.1
17372024-10-16T03:31:03.438Z Compiling paste v1.0.15
17382024-10-16T03:31:04.145Z Compiling url v2.5.2
17392024-10-16T03:31:06.358Z Compiling usdt-attr-macro v0.5.0
17402024-10-16T03:31:06.487Z Compiling usdt-macro v0.5.0
17412024-10-16T03:31:08.153Z Compiling hyper v1.4.1
17422024-10-16T03:31:08.894Z Compiling curve25519-dalek v4.1.3
17432024-10-16T03:31:09.602Z Compiling openapiv3 v2.0.0
17442024-10-16T03:31:10.497Z Compiling toml_datetime v0.6.8
17452024-10-16T03:31:10.963Z Compiling serde_spanned v0.6.8
17462024-10-16T03:31:11.230Z Compiling async-stream-impl v0.3.6
17472024-10-16T03:31:11.352Z Compiling enum-as-inner v0.6.1
17482024-10-16T03:31:12.452Z Compiling dropshot v0.12.0
17492024-10-16T03:31:12.543Z Compiling smoltcp v0.9.1
17502024-10-16T03:31:12.831Z Compiling portable-atomic v1.9.0
17512024-10-16T03:31:13.238Z Compiling match_cfg v0.1.0
17522024-10-16T03:31:13.799Z Compiling foreign-types-shared v0.1.1
17532024-10-16T03:31:13.919Z Compiling foreign-types v0.3.2
17542024-10-16T03:31:13.963Z Compiling hyper-util v0.1.9
17552024-10-16T03:31:14.034Z Compiling hostname v0.3.1
17562024-10-16T03:31:17.683Z Compiling clap_derive v4.5.18
17572024-10-16T03:31:19.048Z Compiling dirs-sys-next v0.1.2
17582024-10-16T03:31:19.332Z Compiling encoding_rs v0.8.34
17592024-10-16T03:31:19.702Z Compiling mime v0.3.17
17602024-10-16T03:31:21.057Z Compiling data-encoding v2.6.0
17612024-10-16T03:31:22.988Z Compiling adler2 v2.0.0
17622024-10-16T03:31:23.176Z Compiling ipnet v2.10.1
17632024-10-16T03:31:23.334Z Compiling siphasher v0.3.11
17642024-10-16T03:31:23.818Z Compiling miniz_oxide v0.8.0
17652024-10-16T03:31:25.558Z Compiling dirs-next v2.0.0
17662024-10-16T03:31:31.677Z Compiling http-body-util v0.1.2
17672024-10-16T03:31:32.354Z Compiling hubpack_derive v0.1.1
17682024-10-16T03:31:32.541Z Compiling serde_urlencoded v0.7.1
17692024-10-16T03:31:32.646Z Compiling crossbeam-epoch v0.9.18
17702024-10-16T03:31:33.308Z Compiling dropshot_endpoint v0.12.0
17712024-10-16T03:31:33.442Z Compiling hashbrown v0.14.5
17722024-10-16T03:31:33.526Z Compiling sha1 v0.10.6
17732024-10-16T03:31:33.773Z Compiling signature v2.2.0
17742024-10-16T03:31:33.939Z Compiling curve25519-dalek-derive v0.1.1
17752024-10-16T03:31:34.052Z Compiling lazy_static v1.5.0
17762024-10-16T03:31:34.071Z Compiling thread_local v1.1.8
17772024-10-16T03:31:34.187Z Compiling fs-err v2.11.0
17782024-10-16T03:31:34.603Z Compiling utf8parse v0.2.2
17792024-10-16T03:31:35.088Z Compiling either v1.13.0
17802024-10-16T03:31:35.581Z Compiling unicode-properties v0.1.3
17812024-10-16T03:31:35.609Z Compiling winnow v0.6.20
17822024-10-16T03:31:35.684Z Compiling gimli v0.31.1
17832024-10-16T03:31:35.983Z Compiling openssl-probe v0.1.5
17842024-10-16T03:31:36.391Z Compiling anstyle v1.0.8
17852024-10-16T03:31:37.803Z Compiling stringprep v0.1.5
17862024-10-16T03:31:38.010Z Compiling regress v0.10.1
17872024-10-16T03:31:38.374Z Compiling anstyle-parse v0.2.5
17882024-10-16T03:31:38.917Z Compiling crossbeam-deque v0.8.5
17892024-10-16T03:31:39.353Z Compiling toml_edit v0.22.22
17902024-10-16T03:31:41.275Z Compiling addr2line v0.24.2
17912024-10-16T03:31:42.008Z Compiling term v0.7.0
17922024-10-16T03:31:43.437Z Compiling slog-json v2.6.1
17932024-10-16T03:31:44.169Z Compiling crossbeam-channel v0.5.13
17942024-10-16T03:31:44.672Z Compiling rustls-pemfile v2.2.0
17952024-10-16T03:31:45.655Z Compiling futures-executor v0.3.31
17962024-10-16T03:31:45.740Z Compiling md-5 v0.10.6
17972024-10-16T03:31:45.996Z Compiling idna v0.3.0
17982024-10-16T03:31:46.145Z Compiling idna v0.4.0
17992024-10-16T03:31:46.994Z Compiling num-integer v0.1.46
18002024-10-16T03:31:47.527Z Compiling ff v0.13.0
18012024-10-16T03:31:47.576Z Compiling hash32 v0.2.1
18022024-10-16T03:31:47.748Z Compiling memmap v0.7.0
18032024-10-16T03:31:47.797Z Compiling is-terminal v0.4.13
18042024-10-16T03:31:47.944Z Compiling object v0.36.5
18052024-10-16T03:31:47.992Z Compiling base16ct v0.2.0
18062024-10-16T03:31:48.094Z Compiling take_mut v0.2.2
18072024-10-16T03:31:48.272Z Compiling anstyle-query v1.1.1
18082024-10-16T03:31:48.300Z Compiling rustc-demangle v0.1.24
18092024-10-16T03:31:48.435Z Compiling stable_deref_trait v1.2.0
18102024-10-16T03:31:48.557Z Compiling fallible-iterator v0.2.0
18112024-10-16T03:31:48.839Z Compiling linked-hash-map v0.5.6
18122024-10-16T03:31:49.144Z Compiling psl-types v2.0.11
18132024-10-16T03:31:49.304Z Compiling utf-8 v0.7.6
18142024-10-16T03:31:49.354Z Compiling is_terminal_polyfill v1.70.1
18152024-10-16T03:31:49.495Z Compiling colorchoice v1.0.2
18162024-10-16T03:31:49.623Z Compiling quick-error v1.2.3
18172024-10-16T03:31:49.669Z Compiling heck v0.4.1
18182024-10-16T03:31:49.737Z Compiling anstream v0.6.15
18192024-10-16T03:31:49.790Z Compiling resolv-conf v0.7.0
18202024-10-16T03:31:50.128Z Compiling strum_macros v0.25.3
18212024-10-16T03:31:50.457Z Compiling tungstenite v0.23.0
18222024-10-16T03:31:51.611Z Compiling publicsuffix v2.2.3
18232024-10-16T03:31:51.837Z Compiling postgres-protocol v0.6.7
18242024-10-16T03:31:51.884Z Compiling lru-cache v0.1.2
18252024-10-16T03:31:53.155Z Compiling sec1 v0.7.3
18262024-10-16T03:31:53.368Z Compiling usdt v0.5.0
18272024-10-16T03:31:53.692Z Compiling slog-term v2.9.1
18282024-10-16T03:31:53.775Z Compiling group v0.13.0
18292024-10-16T03:31:53.862Z Compiling num-iter v0.1.45
18302024-10-16T03:31:54.054Z Compiling hickory-proto v0.24.1
18312024-10-16T03:31:54.075Z Compiling futures v0.3.31
18322024-10-16T03:31:54.826Z Compiling tokio-rustls v0.26.0
18332024-10-16T03:31:55.311Z Compiling backtrace v0.3.74
18342024-10-16T03:31:56.815Z Compiling tokio-rustls v0.25.0
18352024-10-16T03:31:57.244Z Compiling slog-bunyan v2.5.0
18362024-10-16T03:31:57.465Z Compiling toml v0.8.19
18372024-10-16T03:31:57.836Z Compiling typify-impl v0.2.0
18382024-10-16T03:31:57.854Z Compiling tokio-native-tls v0.3.1
18392024-10-16T03:31:58.150Z Compiling terminal_size v0.4.0
18402024-10-16T03:31:58.293Z Compiling phf_shared v0.11.2
18412024-10-16T03:31:58.588Z Compiling async-stream v0.3.6
18422024-10-16T03:31:58.895Z Compiling waitgroup v0.1.2
18432024-10-16T03:31:59.068Z Compiling webpki-roots v0.26.6
18442024-10-16T03:31:59.109Z Compiling serde_path_to_error v0.1.16
18452024-10-16T03:31:59.388Z Compiling hkdf v0.12.4
18462024-10-16T03:31:59.554Z Compiling crypto-bigint v0.5.5
18472024-10-16T03:31:59.948Z Compiling derive-where v1.2.7
18482024-10-16T03:32:03.047Z Compiling serde_repr v0.1.19
18492024-10-16T03:32:03.308Z Compiling hostname v0.4.0
18502024-10-16T03:32:03.502Z Compiling unicode-width v0.1.14
18512024-10-16T03:32:03.559Z Compiling winnow v0.5.40
18522024-10-16T03:32:03.921Z Compiling clap_lex v0.7.2
18532024-10-16T03:32:04.032Z Compiling managed v0.8.0
18542024-10-16T03:32:04.269Z Compiling bitflags v1.3.2
18552024-10-16T03:32:04.379Z Compiling debug-ignore v1.0.5
18562024-10-16T03:32:04.839Z Compiling clap_builder v4.5.20
18572024-10-16T03:32:04.967Z Compiling console v0.15.8
18582024-10-16T03:32:06.324Z Compiling elliptic-curve v0.13.8
18592024-10-16T03:32:07.076Z Compiling hickory-resolver v0.24.1
18602024-10-16T03:32:07.119Z Compiling toml_edit v0.19.15
18612024-10-16T03:32:10.175Z Compiling hyper-rustls v0.27.3
18622024-10-16T03:32:10.220Z Compiling typify-macro v0.2.0
18632024-10-16T03:32:12.669Z Compiling phf v0.11.2
18642024-10-16T03:32:13.002Z Compiling hyper-tls v0.6.0
18652024-10-16T03:32:13.398Z Compiling signal-hook-mio v0.2.4
18662024-10-16T03:32:13.563Z Compiling rayon v1.10.0
18672024-10-16T03:32:14.160Z Compiling cookie_store v0.21.0
18682024-10-16T03:32:14.313Z Compiling postgres-types v0.2.8
18692024-10-16T03:32:14.336Z Compiling tokio-tungstenite v0.23.1
18702024-10-16T03:32:15.031Z Compiling ed25519 v2.2.3
18712024-10-16T03:32:15.053Z Compiling hubpack v0.1.2
18722024-10-16T03:32:15.138Z Compiling phf_shared v0.10.0
18732024-10-16T03:32:15.536Z Compiling zerocopy v0.6.6
18742024-10-16T03:32:15.580Z Compiling pkcs1 v0.7.5
18752024-10-16T03:32:15.981Z Compiling bstr v1.10.0
18762024-10-16T03:32:16.440Z Compiling tokio-stream v0.1.16
18772024-10-16T03:32:16.660Z Compiling serde-big-array v0.5.1
18782024-10-16T03:32:16.909Z Compiling rfc6979 v0.4.0
18792024-10-16T03:32:17.142Z Compiling float-cmp v0.9.0
18802024-10-16T03:32:17.382Z Compiling sync_wrapper v1.0.1
18812024-10-16T03:32:17.486Z Compiling crc32fast v1.4.2
18822024-10-16T03:32:17.567Z Compiling whoami v1.5.2
18832024-10-16T03:32:17.637Z Compiling predicates-core v1.0.8
18842024-10-16T03:32:17.659Z Compiling bit-vec v0.6.3
18852024-10-16T03:32:17.827Z Compiling unicode-segmentation v1.12.0
18862024-10-16T03:32:17.987Z Compiling normalize-line-endings v0.3.0
18872024-10-16T03:32:18.158Z Compiling static_assertions v1.1.0
18882024-10-16T03:32:18.160Z Compiling new_debug_unreachable v1.0.6
18892024-10-16T03:32:18.296Z Compiling precomputed-hash v0.1.1
18902024-10-16T03:32:18.362Z Compiling number_prefix v0.4.0
18912024-10-16T03:32:18.426Z Compiling fixedbitset v0.4.2
18922024-10-16T03:32:18.454Z Compiling minimal-lexical v0.2.1
18932024-10-16T03:32:18.584Z Compiling difflib v0.4.0
18942024-10-16T03:32:18.853Z Compiling nom v7.1.3
18952024-10-16T03:32:18.995Z Compiling petgraph v0.6.5
18962024-10-16T03:32:19.200Z Compiling predicates v3.1.2
18972024-10-16T03:32:19.816Z Compiling similar v2.6.0
18982024-10-16T03:32:20.091Z Compiling indicatif v0.17.8
18992024-10-16T03:32:20.774Z Compiling string_cache v0.8.7
19002024-10-16T03:32:21.220Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19012024-10-16T03:32:21.883Z Compiling bit-set v0.5.3
19022024-10-16T03:32:22.179Z Compiling tokio-postgres v0.7.12
19032024-10-16T03:32:22.546Z Compiling flate2 v1.0.34
19042024-10-16T03:32:24.461Z Compiling reqwest v0.12.8
19052024-10-16T03:32:25.243Z Compiling qorb v0.0.2
19062024-10-16T03:32:25.904Z Compiling ecdsa v0.16.9
19072024-10-16T03:32:27.622Z Compiling rsa v0.9.6
19082024-10-16T03:32:28.517Z Compiling ed25519-dalek v2.1.1
19092024-10-16T03:32:29.504Z Compiling crossterm v0.28.1
19102024-10-16T03:32:29.562Z Compiling toml v0.7.8
19112024-10-16T03:32:29.939Z Compiling clap v4.5.20
19122024-10-16T03:32:30.124Z Compiling itertools v0.12.1
19132024-10-16T03:32:30.448Z Compiling itertools v0.10.5
19142024-10-16T03:32:33.407Z Compiling x509-cert v0.2.5
19152024-10-16T03:32:33.911Z Compiling hex v0.4.3
19162024-10-16T03:32:35.782Z Compiling radium v0.7.0
19172024-10-16T03:32:35.900Z Compiling peg-runtime v0.8.3
19182024-10-16T03:32:36.239Z Compiling lalrpop-util v0.19.12
19192024-10-16T03:32:37.640Z Compiling unicode-xid v0.2.6
19202024-10-16T03:32:38.291Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19212024-10-16T03:32:46.271Z Compiling ident_case v1.0.1
19222024-10-16T03:32:46.704Z Compiling maybe-uninit v2.0.0
19232024-10-16T03:32:47.192Z Compiling tap v1.0.1
19242024-10-16T03:32:47.927Z Compiling wyz v0.5.1
19252024-10-16T03:32:52.591Z Compiling darling_core v0.20.10
19262024-10-16T03:33:06.687Z Compiling typify v0.2.0
19272024-10-16T03:33:11.555Z Compiling http v0.2.12
19282024-10-16T03:33:12.617Z Compiling bzip2-sys v0.1.11+1.0.8
19292024-10-16T03:33:13.702Z Compiling packed_struct v0.10.1
19302024-10-16T03:33:13.905Z Compiling funty v2.0.0
19312024-10-16T03:33:14.159Z Compiling base64 v0.21.7
19322024-10-16T03:33:14.666Z Compiling unsafe-libyaml v0.2.11
19332024-10-16T03:33:16.410Z Compiling serde_yaml v0.9.34+deprecated
19342024-10-16T03:33:16.671Z Compiling bitvec v1.0.1
19352024-10-16T03:33:24.869Z Compiling progenitor-impl v0.8.0
19362024-10-16T03:33:26.221Z Compiling darling_macro v0.20.10
19372024-10-16T03:33:28.474Z Compiling packed_struct_codegen v0.10.1
19382024-10-16T03:33:31.237Z Compiling structmeta-derive v0.3.0
19392024-10-16T03:33:32.020Z Compiling indexmap v1.9.3
19402024-10-16T03:33:32.745Z Compiling newtype-uuid v1.1.2
19412024-10-16T03:33:33.082Z Compiling fastrand v2.1.1
19422024-10-16T03:33:33.670Z Compiling nodrop v0.1.14
19432024-10-16T03:33:33.706Z Compiling crc-catalog v2.4.0
19442024-10-16T03:33:33.821Z Compiling array-init v0.0.4
19452024-10-16T03:33:33.866Z Compiling crc v3.2.1
19462024-10-16T03:33:33.868Z Compiling structmeta v0.3.0
19472024-10-16T03:33:35.124Z Compiling tempfile v3.13.0
19482024-10-16T03:33:36.849Z Compiling progenitor-macro v0.8.0
19492024-10-16T03:33:40.538Z Compiling smallvec v0.6.14
19502024-10-16T03:33:41.355Z Compiling darling v0.20.10
19512024-10-16T03:33:44.773Z Compiling http-body v0.4.6
19522024-10-16T03:33:45.337Z Compiling h2 v0.3.26
19532024-10-16T03:33:47.453Z Compiling progenitor-client v0.8.0
19542024-10-16T03:33:52.841Z Compiling pin-project-internal v1.1.6
19552024-10-16T03:33:53.197Z Compiling bitfield v0.14.0
19562024-10-16T03:33:53.848Z Compiling termcolor v1.4.1
19572024-10-16T03:33:56.275Z Compiling hashbrown v0.12.3
19582024-10-16T03:33:56.367Z Compiling same-file v1.0.6
19592024-10-16T03:33:58.798Z Compiling walkdir v2.5.0
19602024-10-16T03:34:03.568Z Compiling pin-project v1.1.6
19612024-10-16T03:34:04.573Z Compiling env_logger v0.10.2
19622024-10-16T03:34:06.509Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19632024-10-16T03:34:07.612Z Compiling hyper v0.14.30
19642024-10-16T03:34:10.723Z Compiling progenitor v0.8.0
19652024-10-16T03:34:12.196Z Compiling serde_with_macros v3.11.0
19662024-10-16T03:34:12.257Z Compiling serde-hex v0.1.0
19672024-10-16T03:34:12.541Z Compiling bzip2 v0.4.4
19682024-10-16T03:34:13.433Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19692024-10-16T03:34:13.764Z Compiling parse-display-derive v0.10.0
19702024-10-16T03:34:14.891Z Compiling ron v0.8.1
19712024-10-16T03:34:21.017Z Compiling strum_macros v0.26.4
19722024-10-16T03:34:21.036Z Compiling ipnetwork v0.20.0
19732024-10-16T03:34:21.125Z Compiling hashbrown v0.13.2
19742024-10-16T03:34:21.352Z Compiling xattr v1.3.1
19752024-10-16T03:34:21.512Z Compiling snafu-derive v0.8.5
19762024-10-16T03:34:21.687Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19772024-10-16T03:34:22.498Z Compiling ring v0.16.20
19782024-10-16T03:34:22.541Z Compiling blake3 v1.5.4
19792024-10-16T03:34:22.742Z Compiling filetime v0.2.25
19802024-10-16T03:34:23.155Z Compiling instant v0.1.13
19812024-10-16T03:34:23.231Z Compiling crc-any v2.5.0
19822024-10-16T03:34:23.992Z Compiling buf-list v1.0.3
19832024-10-16T03:34:24.192Z Compiling sync_wrapper v0.1.2
19842024-10-16T03:34:24.354Z Compiling reqwest v0.11.27
19852024-10-16T03:34:24.558Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19862024-10-16T03:34:24.862Z Compiling backoff v0.4.0
19872024-10-16T03:34:25.638Z Compiling strum v0.26.3
19882024-10-16T03:34:25.825Z Compiling tar v0.4.42
19892024-10-16T03:34:25.888Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19902024-10-16T03:34:26.111Z Compiling object v0.30.4
19912024-10-16T03:34:26.335Z Compiling snafu v0.8.5
19922024-10-16T03:34:27.612Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19932024-10-16T03:34:30.718Z Compiling parse-display v0.10.0
19942024-10-16T03:34:31.297Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19952024-10-16T03:34:31.471Z Compiling serde_with v3.11.0
19962024-10-16T03:34:32.718Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19972024-10-16T03:34:33.052Z Compiling zip v0.6.6
19982024-10-16T03:34:33.299Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19992024-10-16T03:34:34.045Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20002024-10-16T03:34:35.835Z Compiling camino-tempfile v1.1.1
20012024-10-16T03:34:36.012Z Compiling globset v0.4.15
20022024-10-16T03:34:36.732Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20032024-10-16T03:34:36.940Z Compiling regress v0.9.1
20042024-10-16T03:34:39.623Z Compiling pem v3.0.4
20052024-10-16T03:34:41.164Z Compiling olpc-cjson v0.1.4
20062024-10-16T03:34:41.512Z Compiling serde_plain v1.0.2
20072024-10-16T03:34:42.069Z Compiling macaddr v1.0.1
20082024-10-16T03:34:42.531Z Compiling async-recursion v1.1.1
20092024-10-16T03:34:42.743Z Compiling memmap2 v0.9.5
20102024-10-16T03:34:43.363Z Compiling arrayvec v0.7.6
20112024-10-16T03:34:43.881Z Compiling path-slash v0.1.5
20122024-10-16T03:34:43.903Z Compiling untrusted v0.7.1
20132024-10-16T03:34:44.027Z Compiling constant_time_eq v0.3.1
20142024-10-16T03:34:44.129Z Compiling typed-path v0.7.1
20152024-10-16T03:34:44.148Z Compiling spin v0.5.2
20162024-10-16T03:34:44.250Z Compiling arrayref v0.3.9
20172024-10-16T03:34:45.105Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20182024-10-16T03:34:45.985Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20192024-10-16T03:34:47.209Z Compiling tough v0.17.1
20202024-10-16T03:34:51.681Z Compiling itertools v0.13.0
20212024-10-16T03:34:51.706Z Compiling cargo-platform v0.1.8
20222024-10-16T03:34:52.202Z Compiling parse-size v1.0.0
20232024-10-16T03:34:52.521Z Compiling topological-sort v0.2.2
20242024-10-16T03:34:52.716Z Compiling cargo_metadata v0.18.1
20252024-10-16T03:34:52.792Z Compiling omicron-zone-package v0.11.1
20262024-10-16T03:34:52.844Z Compiling shell-words v1.1.0
20272024-10-16T03:34:59.413Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20282024-10-16T03:35:13.898Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20292024-10-16T03:35:28.873Z Finished `release` profile [optimized] target(s) in 5m 30s
20302024-10-16T03:35:29.031Z Running `target/release/omicron-releng --output-dir /work`
20312024-10-16T03:35:29.083ZOct 16 03:35:27.758 DEBG changing working directory to /work/oxidecomputer/omicron
20322024-10-16T03:35:29.186ZOct 16 03:35:27.863 DEBG running: git rev-parse HEAD
20332024-10-16T03:35:29.193ZOct 16 03:35:27.870 DEBG process exited with exit status: 0 (6.946684ms)
20342024-10-16T03:35:29.193ZOct 16 03:35:27.870 INFO version: 12.0.0-0.ci+gitc4d358cce5c
20352024-10-16T03:35:29.233ZOct 16 03:35:27.910 INFO cloning helios to /work/oxidecomputer/helios
20362024-10-16T03:35:29.233ZOct 16 03:35:27.910 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20372024-10-16T03:35:29.239ZCloning into '/work/oxidecomputer/helios'...
20382024-10-16T03:35:29.699ZOct 16 03:35:28.376 DEBG process exited with exit status: 0 (465.244797ms)
20392024-10-16T03:35:29.699ZOct 16 03:35:28.376 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20402024-10-16T03:35:29.708Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20412024-10-16T03:35:29.708Z# branch.head master
20422024-10-16T03:35:29.708Z# branch.upstream origin/master
20432024-10-16T03:35:29.708Z# branch.ab +0 -0
20442024-10-16T03:35:29.711ZOct 16 03:35:28.385 DEBG process exited with exit status: 0 (9.256086ms)
20452024-10-16T03:35:29.711ZOct 16 03:35:28.385 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20462024-10-16T03:35:30.525ZOct 16 03:35:29.202 DEBG process exited with exit status: 0 (816.512919ms)
20472024-10-16T03:35:30.525ZOct 16 03:35:29.202 DEBG running: zfs list rpool/images/build/host
20482024-10-16T03:35:30.532ZNAME USED AVAIL REFER MOUNTPOINT
20492024-10-16T03:35:30.532Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20502024-10-16T03:35:30.535ZOct 16 03:35:29.210 DEBG process exited with exit status: 0 (8.252023ms)
20512024-10-16T03:35:30.535ZOct 16 03:35:29.210 DEBG running: zfs list rpool/images/build/recovery
20522024-10-16T03:35:30.539ZNAME USED AVAIL REFER MOUNTPOINT
20532024-10-16T03:35:30.539Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20542024-10-16T03:35:30.542ZOct 16 03:35:29.217 DEBG process exited with exit status: 0 (7.119821ms)
20552024-10-16T03:35:30.542ZOct 16 03:35:29.218 INFO [hubris-production] running task
20562024-10-16T03:35:30.542ZOct 16 03:35:29.218 INFO [hubris-staging] running task
20572024-10-16T03:35:30.542ZOct 16 03:35:29.219 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20582024-10-16T03:35:30.546ZOct 16 03:35:29.223 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20592024-10-16T03:35:30.879Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20602024-10-16T03:35:31.111Z[ omicron-package] Blocking waiting for file lock on package cache
20612024-10-16T03:35:31.675Z[ omicron-package] Blocking waiting for file lock on package cache
20622024-10-16T03:35:31.969Z[ omicron-package] Blocking waiting for file lock on package cache
20632024-10-16T03:35:32.026ZOct 16 03:35:30.703 INFO [hubris-production] task succeeded (1.484918118s)
20642024-10-16T03:35:32.699Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20652024-10-16T03:35:32.702Z[ omicron-package] Compiling heapless v0.8.0
20662024-10-16T03:35:32.702Z[ omicron-package] Compiling hash32 v0.3.1
20672024-10-16T03:35:32.702Z[ omicron-package] Compiling smoltcp v0.11.0
20682024-10-16T03:35:32.702Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20692024-10-16T03:35:32.702Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20702024-10-16T03:35:32.702Z[ omicron-package] Compiling cobs v0.2.3
20712024-10-16T03:35:32.702Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20722024-10-16T03:35:33.747Z[ omicron-package] Compiling postcard v1.0.10
20732024-10-16T03:35:34.109Z[ omicron-package] Compiling proc-macro-error v1.0.4
20742024-10-16T03:35:34.222Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20752024-10-16T03:35:34.480Z[ omicron-package] Compiling num_enum_derive v0.5.11
20762024-10-16T03:35:34.927Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20772024-10-16T03:35:35.054Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20782024-10-16T03:35:35.054Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20792024-10-16T03:35:35.846Z[ omicron-package] Compiling tabwriter v1.4.0
20802024-10-16T03:35:36.011Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20812024-10-16T03:35:36.109Z[ omicron-package] Compiling cstr-argument v0.1.2
20822024-10-16T03:35:36.207Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20832024-10-16T03:35:36.789Z[ omicron-package] Compiling pretty-hex v0.2.1
20842024-10-16T03:35:37.144Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20852024-10-16T03:35:37.377Z[ omicron-package] Compiling foreign-types v0.5.0
20862024-10-16T03:35:37.604Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20872024-10-16T03:35:37.939Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20882024-10-16T03:35:38.199Z[ omicron-package] Compiling colored v2.1.0
20892024-10-16T03:35:38.332Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20902024-10-16T03:35:38.471Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20912024-10-16T03:35:38.902Z[ omicron-package] Compiling num_enum v0.5.11
20922024-10-16T03:35:39.039Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20932024-10-16T03:35:39.153Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20942024-10-16T03:35:39.305Z[ omicron-package] Compiling sigpipe v0.1.3
20952024-10-16T03:35:39.508Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20962024-10-16T03:35:39.603Z[ omicron-package] Compiling num-derive v0.4.2
20972024-10-16T03:35:40.297Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20982024-10-16T03:35:40.506Z[ omicron-package] Compiling libefi-sys v0.1.0
20992024-10-16T03:35:40.897Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21002024-10-16T03:35:41.101Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21012024-10-16T03:35:41.333Z[ omicron-package] Compiling smf v0.2.3
21022024-10-16T03:35:41.585Z[ omicron-package] Compiling zone v0.3.0
21032024-10-16T03:35:41.662ZOct 16 03:35:40.338 INFO [hubris-staging] task succeeded (11.11985602s)
21042024-10-16T03:35:41.829Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21052024-10-16T03:35:42.316Z[ omicron-package] Compiling bitfield-struct v0.6.2
21062024-10-16T03:35:44.120Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21072024-10-16T03:35:44.942Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21082024-10-16T03:35:45.309Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21092024-10-16T03:35:45.910Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21102024-10-16T03:35:47.216Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21112024-10-16T03:35:47.312Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21122024-10-16T03:35:47.507Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132024-10-16T03:35:47.690Z[ omicron-package] Compiling gethostname v0.5.0
21142024-10-16T03:35:48.555Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21152024-10-16T03:35:51.041Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21162024-10-16T03:35:53.855Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21172024-10-16T03:35:54.389Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21182024-10-16T03:35:56.243Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21192024-10-16T03:36:14.365Z[ helios-setup] Oct 16 03:36:13.037 INFO helios repository root is: /work/oxidecomputer/helios
21202024-10-16T03:36:14.367Z[ helios-setup] Oct 16 03:36:13.040 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
21212024-10-16T03:36:14.367Z[ helios-setup] Oct 16 03:36:13.040 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21222024-10-16T03:36:14.373Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21232024-10-16T03:36:15.203Z[ helios-setup] Oct 16 03:36:13.876 INFO clone ok!, project: pinprick
21242024-10-16T03:36:15.206Z[ helios-setup] Oct 16 03:36:13.876 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
21252024-10-16T03:36:15.206Z[ helios-setup] Oct 16 03:36:13.876 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21262024-10-16T03:36:15.208Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21272024-10-16T03:36:15.740Z[ helios-setup] Oct 16 03:36:14.412 INFO clone ok!, project: phbl
21282024-10-16T03:36:15.743Z[ helios-setup] Oct 16 03:36:14.412 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21292024-10-16T03:36:15.743Z[ helios-setup] Oct 16 03:36:14.412 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
21302024-10-16T03:36:15.743Z[ helios-setup] Oct 16 03:36:14.412 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21312024-10-16T03:36:15.743Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21322024-10-16T03:36:16.280Z[ helios-setup] Oct 16 03:36:14.952 INFO clone ok!, project: image-builder
21332024-10-16T03:36:16.282Z[ helios-setup] Oct 16 03:36:14.953 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
21342024-10-16T03:36:16.282Z[ helios-setup] Oct 16 03:36:14.953 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
21352024-10-16T03:36:16.285Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21362024-10-16T03:36:16.725Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.16s
21372024-10-16T03:36:16.963Z[ omicron-package]
21382024-10-16T03:36:16.963Z[ omicron-package] real 46.363822239
21392024-10-16T03:36:16.965Z[ omicron-package] user 2:45.398028967
21402024-10-16T03:36:16.965Z[ omicron-package] sys 21.442426278
21412024-10-16T03:36:16.966Z[ omicron-package] trap 0.165396943
21422024-10-16T03:36:16.966Z[ omicron-package] tflt 1.426488371
21432024-10-16T03:36:16.966Z[ omicron-package] dflt 0.601636202
21442024-10-16T03:36:16.966Z[ omicron-package] kflt 0.008642361
21452024-10-16T03:36:16.966Z[ omicron-package] lock 5:20.754943418
21462024-10-16T03:36:16.966Z[ omicron-package] slp 9:00.305724094
21472024-10-16T03:36:16.966Z[ omicron-package] lat 1:40.956908892
21482024-10-16T03:36:16.966Z[ omicron-package] stop 54.564140020
21492024-10-16T03:36:16.966ZOct 16 03:36:15.636 INFO [omicron-package] process exited with exit status: 0 (46.412866814s)
21502024-10-16T03:36:16.966ZOct 16 03:36:15.636 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
21512024-10-16T03:36:17.036ZOct 16 03:36:15.709 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21522024-10-16T03:36:17.049Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21532024-10-16T03:36:17.052Z[ host-target] Created new build target 'host' and set it as active
21542024-10-16T03:36:17.052ZOct 16 03:36:15.723 INFO [host-target] process exited with exit status: 0 (86.885425ms)
21552024-10-16T03:36:17.052ZOct 16 03:36:15.724 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21562024-10-16T03:36:17.060Z[ recovery-target] Created new build target 'recovery' and set it as active
21572024-10-16T03:36:17.060Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21582024-10-16T03:36:17.064ZOct 16 03:36:15.737 INFO [recovery-target] process exited with exit status: 0 (27.743819ms)
21592024-10-16T03:36:17.072Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21602024-10-16T03:36:17.102Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21612024-10-16T03:36:17.109Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21622024-10-16T03:36:18.371Z[ host-package] Compiling convert_case v0.4.0
21632024-10-16T03:36:18.371Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21642024-10-16T03:36:18.374Z[ host-package] Compiling password-hash v0.5.0
21652024-10-16T03:36:18.374Z[ host-package] Compiling blake2 v0.10.6
21662024-10-16T03:36:18.374Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21672024-10-16T03:36:18.374Z[ host-package] Compiling newline-converter v0.3.0
21682024-10-16T03:36:18.374Z[ host-package] Compiling cancel-safe-futures v0.1.5
21692024-10-16T03:36:18.542Z[ host-package] Compiling owo-colors v4.1.0
21702024-10-16T03:36:18.762Z[ host-package] Compiling libsw v3.3.1
21712024-10-16T03:36:18.813Z[ host-package] Compiling expectorate v1.1.0
21722024-10-16T03:36:19.044Z[ host-package] Compiling swrite v0.1.0
21732024-10-16T03:36:19.105Z[ host-package] Compiling argon2 v0.5.3
21742024-10-16T03:36:19.205Z[ host-package] Compiling unicode-width v0.2.0
21752024-10-16T03:36:19.269Z[ host-package] Compiling derive_more v0.99.18
21762024-10-16T03:36:19.777Z[ host-package] Compiling linear-map v1.2.0
21772024-10-16T03:36:19.811Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21782024-10-16T03:36:19.811Z[ host-package] Compiling indent_write v2.2.0
21792024-10-16T03:36:20.064Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21802024-10-16T03:36:20.153Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21812024-10-16T03:36:20.202Z[ host-package] Compiling progenitor-client v0.8.0
21822024-10-16T03:36:20.479Z[ host-package] Compiling atomicwrites v0.4.4
21832024-10-16T03:36:20.688Z[ host-package] Compiling progenitor v0.8.0
21842024-10-16T03:36:20.711Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21852024-10-16T03:36:20.936Z[ host-package] Compiling num-rational v0.4.2
21862024-10-16T03:36:21.017Z[ host-package] Compiling num-complex v0.4.6
21872024-10-16T03:36:21.606Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21882024-10-16T03:36:22.158Z[ host-package] Compiling num v0.4.3
21892024-10-16T03:36:22.304Z[ host-package] Compiling float-ord v0.3.2
21902024-10-16T03:36:22.364Z[ host-package] Compiling prettyplease v0.2.22
21912024-10-16T03:36:22.515Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21922024-10-16T03:36:22.737Z[ host-package] Compiling semver v0.1.20
21932024-10-16T03:36:23.539Z[ host-package] Compiling rustc_version v0.1.7
21942024-10-16T03:36:23.756Z[ host-package] Compiling highway v1.2.0
21952024-10-16T03:36:23.831Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21962024-10-16T03:36:23.849Z[ helios-setup] Oct 16 03:36:22.518 INFO clone ok!, project: amd-host-image-builder
21972024-10-16T03:36:23.852Z[ helios-setup] Oct 16 03:36:22.519 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
21982024-10-16T03:36:23.852Z[ helios-setup] Oct 16 03:36:22.519 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21992024-10-16T03:36:23.852Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22002024-10-16T03:36:24.101Z[ host-package] Compiling newtype_derive v0.1.6
22012024-10-16T03:36:24.583Z[ host-package] Compiling humantime v2.1.0
22022024-10-16T03:36:24.676Z[ helios-setup] Oct 16 03:36:23.347 INFO clone ok!, project: bootserver
22032024-10-16T03:36:24.680Z[ helios-setup] Oct 16 03:36:23.348 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
22042024-10-16T03:36:24.680Z[ helios-setup] Oct 16 03:36:23.348 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22052024-10-16T03:36:24.683Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22062024-10-16T03:36:25.490Z[ host-package] Compiling home v0.5.9
22072024-10-16T03:36:25.575Z[ host-package] Compiling steno v0.4.1
22082024-10-16T03:36:26.457Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22092024-10-16T03:36:28.693Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22102024-10-16T03:36:29.214Z[ host-package] Compiling newtype-uuid v1.1.2
22112024-10-16T03:36:29.650Z[ host-package] Compiling ipnetwork v0.20.0
22122024-10-16T03:36:29.943Z[ host-package] Compiling instant v0.1.13
22132024-10-16T03:36:30.125Z[ host-package] Compiling slog-dtrace v0.3.0
22142024-10-16T03:36:30.530Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22152024-10-16T03:36:30.596Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22162024-10-16T03:36:30.627Z[ host-package] Compiling backoff v0.4.0
22172024-10-16T03:36:31.022Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22182024-10-16T03:36:31.239Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22192024-10-16T03:36:31.475Z[ host-package] Compiling parse-display v0.10.0
22202024-10-16T03:36:32.117Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212024-10-16T03:36:32.387Z[ host-package] Compiling serde_with v3.11.0
22222024-10-16T03:36:33.131Z[ helios-setup] Oct 16 03:36:31.802 INFO clone ok!, project: amd-firmware
22232024-10-16T03:36:33.134Z[ helios-setup] Oct 16 03:36:31.802 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
22242024-10-16T03:36:33.134Z[ helios-setup] Oct 16 03:36:31.802 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22252024-10-16T03:36:33.136Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22262024-10-16T03:36:34.350Z[ helios-setup] Oct 16 03:36:33.021 INFO clone ok!, project: pilot
22272024-10-16T03:36:34.353Z[ helios-setup] Oct 16 03:36:33.021 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
22282024-10-16T03:36:34.353Z[ helios-setup] Oct 16 03:36:33.021 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22292024-10-16T03:36:34.356Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22302024-10-16T03:36:35.593Z[ helios-setup] Oct 16 03:36:34.263 INFO clone ok!, project: chelsio-t6-roms
22312024-10-16T03:36:35.596Z[ helios-setup] Oct 16 03:36:34.264 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22322024-10-16T03:36:35.596Z[ helios-setup] Oct 16 03:36:34.264 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22332024-10-16T03:36:35.596Z[ helios-setup] Oct 16 03:36:34.264 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22342024-10-16T03:36:36.361Z[ helios-setup] Oct 16 03:36:35.031 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22352024-10-16T03:36:36.416Z[ host-package] Compiling strum v0.26.3
22362024-10-16T03:36:36.653Z[ host-package] Compiling regress v0.9.1
22372024-10-16T03:36:36.945Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22382024-10-16T03:36:36.968Z[ helios-setup] Oct 16 03:36:35.638 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22392024-10-16T03:36:36.968Z[ helios-setup] Oct 16 03:36:35.638 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22402024-10-16T03:36:37.583Z[ helios-setup] Oct 16 03:36:36.253 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22412024-10-16T03:36:38.188Z[ helios-setup] Oct 16 03:36:36.859 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22422024-10-16T03:36:38.191Z[ helios-setup] Oct 16 03:36:36.859 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22432024-10-16T03:36:38.791Z[ helios-setup] Oct 16 03:36:37.461 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22442024-10-16T03:36:39.065Z[ host-package] Compiling macaddr v1.0.1
22452024-10-16T03:36:39.444Z[ helios-setup] Oct 16 03:36:38.114 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22462024-10-16T03:36:39.444Z[ helios-setup] Oct 16 03:36:38.114 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22472024-10-16T03:36:39.444Z[ helios-setup] Oct 16 03:36:38.114 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22482024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO ok!
22492024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22502024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22512024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO ok!
22522024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22532024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22542024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO ok!
22552024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22562024-10-16T03:36:39.451Z[ helios-setup] Oct 16 03:36:38.115 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22572024-10-16T03:36:40.047Z[ helios-setup] Oct 16 03:36:38.599 INFO E| Downloading crates ...
22582024-10-16T03:36:40.058Z[ helios-setup] Oct 16 03:36:38.711 INFO E| Downloaded miniz_oxide v0.7.2
22592024-10-16T03:36:40.130Z[ helios-setup] Oct 16 03:36:38.799 INFO E| Compiling adler v1.0.2
22602024-10-16T03:36:40.257Z[ helios-setup] Oct 16 03:36:38.928 INFO E| Compiling miniz_oxide v0.7.2
22612024-10-16T03:36:40.540Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22622024-10-16T03:36:41.696Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22632024-10-16T03:36:42.109Z[ host-package] Compiling display-error-chain v0.2.1
22642024-10-16T03:36:42.393Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22652024-10-16T03:36:43.113Z[ helios-setup] Oct 16 03:36:41.783 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22662024-10-16T03:36:44.112Z[ helios-setup] Oct 16 03:36:42.782 INFO E| Finished `release` profile [optimized] target(s) in 4.57s
22672024-10-16T03:36:44.123Z[ helios-setup] Oct 16 03:36:42.793 INFO building project "pinprick" ok (4 seconds)
22682024-10-16T03:36:44.123Z[ helios-setup] Oct 16 03:36:42.793 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22692024-10-16T03:36:44.126Z[ helios-setup] Oct 16 03:36:42.793 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22702024-10-16T03:36:44.397Z[ helios-setup] Oct 16 03:36:43.067 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22712024-10-16T03:36:44.971Z[ helios-setup] Oct 16 03:36:43.640 INFO E| From https://github.com/jclulow/rust-jmclib
22722024-10-16T03:36:44.971Z[ helios-setup] Oct 16 03:36:43.641 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22732024-10-16T03:36:45.010Z[ helios-setup] Oct 16 03:36:43.679 INFO E| Updating crates.io index
22742024-10-16T03:36:45.236Z[ helios-setup] Oct 16 03:36:43.906 INFO E| Downloading crates ...
22752024-10-16T03:36:45.309Z[ helios-setup] Oct 16 03:36:43.979 INFO E| Downloaded itoa v1.0.9
22762024-10-16T03:36:45.315Z[ helios-setup] Oct 16 03:36:43.982 INFO E| Downloaded errno v0.3.1
22772024-10-16T03:36:45.347Z[ helios-setup] Oct 16 03:36:44.017 INFO E| Downloaded sha-1 v0.9.8
22782024-10-16T03:36:45.351Z[ helios-setup] Oct 16 03:36:44.020 INFO E| Downloaded serde v1.0.193
22792024-10-16T03:36:45.474Z[ helios-setup] Oct 16 03:36:44.027 INFO E| Downloaded libdevinfo-sys v1.0.0
22802024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.029 INFO E| Downloaded tempfile v3.7.0
22812024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.033 INFO E| Downloaded once_cell v1.18.0
22822024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.038 INFO E| Downloaded opaque-debug v0.3.0
22832024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.039 INFO E| Downloaded uuid v0.8.2
22842024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.045 INFO E| Downloaded proc-macro2 v1.0.66
22852024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.050 INFO E| Downloaded walkdir v2.3.3
22862024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.053 INFO E| Downloaded getrandom v0.2.10
22872024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.059 INFO E| Downloaded digest v0.9.0
22882024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.061 INFO E| Downloaded quote v1.0.31
22892024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.065 INFO E| Downloaded typenum v1.16.0
22902024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.070 INFO E| Downloaded unicode-ident v1.0.11
22912024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.075 INFO E| Downloaded serde_derive v1.0.193
22922024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.079 INFO E| Downloaded toml v0.5.11
22932024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.083 INFO E| Downloaded ryu v1.0.15
22942024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.089 INFO E| Downloaded serde_json v1.0.103
22952024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.101 INFO E| Downloaded anyhow v1.0.72
22962024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.107 INFO E| Downloaded md-5 v0.9.1
22972024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.110 INFO E| Downloaded unicode-width v0.1.10
22982024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.112 INFO E| Downloaded fastrand v2.0.0
22992024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.114 INFO E| Downloaded cpufeatures v0.2.9
23002024-10-16T03:36:45.479Z[ helios-setup] Oct 16 03:36:44.116 INFO E| Downloaded syn v2.0.32
23012024-10-16T03:36:45.485Z[ helios-setup] Oct 16 03:36:44.134 INFO E| Downloaded block-buffer v0.9.0
23022024-10-16T03:36:45.485Z[ helios-setup] Oct 16 03:36:44.135 INFO E| Downloaded rustix v0.38.4
23032024-10-16T03:36:45.498Z[ helios-setup] Oct 16 03:36:44.168 INFO E| Downloaded bitflags v2.3.3
23042024-10-16T03:36:45.502Z[ helios-setup] Oct 16 03:36:44.172 INFO E| Downloaded libc v0.2.147
23052024-10-16T03:36:45.772Z[ helios-setup] Oct 16 03:36:44.441 INFO E| Compiling libc v0.2.147
23062024-10-16T03:36:45.772Z[ helios-setup] Oct 16 03:36:44.441 INFO E| Compiling proc-macro2 v1.0.66
23072024-10-16T03:36:45.772Z[ helios-setup] Oct 16 03:36:44.441 INFO E| Compiling cfg-if v1.0.0
23082024-10-16T03:36:45.772Z[ helios-setup] Oct 16 03:36:44.441 INFO E| Compiling unicode-ident v1.0.11
23092024-10-16T03:36:45.969Z[ helios-setup] Oct 16 03:36:44.639 INFO E| Compiling typenum v1.16.0
23102024-10-16T03:36:45.972Z[ helios-setup] Oct 16 03:36:44.639 INFO E| Compiling version_check v0.9.4
23112024-10-16T03:36:45.972Z[ helios-setup] Oct 16 03:36:44.639 INFO E| Compiling serde v1.0.193
23122024-10-16T03:36:45.972Z[ helios-setup] Oct 16 03:36:44.639 INFO E| Compiling slog v2.7.0
23132024-10-16T03:36:46.065Z[ helios-setup] Oct 16 03:36:44.734 INFO E| Compiling num-conv v0.1.0
23142024-10-16T03:36:46.175Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23152024-10-16T03:36:46.618Z[ helios-setup] Oct 16 03:36:45.288 INFO E| Compiling powerfmt v0.2.0
23162024-10-16T03:36:46.767Z[ helios-setup] Oct 16 03:36:45.437 INFO E| Compiling time-core v0.1.2
23172024-10-16T03:36:47.085Z[ helios-setup] Oct 16 03:36:45.755 INFO E| Compiling rustix v0.38.4
23182024-10-16T03:36:47.189Z[ helios-setup] Oct 16 03:36:45.859 INFO E| Compiling itoa v1.0.9
23192024-10-16T03:36:47.328Z[ helios-setup] Oct 16 03:36:45.998 INFO E| Compiling generic-array v0.14.7
23202024-10-16T03:36:47.480Z[ helios-setup] Oct 16 03:36:46.150 INFO E| Compiling time-macros v0.2.18
23212024-10-16T03:36:47.710Z[ helios-setup] Oct 16 03:36:46.379 INFO E| Compiling deranged v0.3.11
23222024-10-16T03:36:47.916Z[ helios-setup] Oct 16 03:36:46.585 INFO E| Compiling num_threads v0.1.6
23232024-10-16T03:36:48.094Z[ helios-setup] Oct 16 03:36:46.763 INFO E| Compiling bitflags v2.3.3
23242024-10-16T03:36:48.168Z[ helios-setup] Oct 16 03:36:46.837 INFO E| Compiling once_cell v1.18.0
23252024-10-16T03:36:48.472Z[ host-package] Compiling half v2.4.1
23262024-10-16T03:36:48.736Z[ helios-setup] Oct 16 03:36:47.405 INFO E| Compiling quote v1.0.31
23272024-10-16T03:36:49.086Z[ helios-setup] Oct 16 03:36:47.755 INFO E| Compiling thread_local v1.1.7
23282024-10-16T03:36:50.104Z[ host-package] Compiling ciborium-io v0.2.2
23292024-10-16T03:36:50.215Z[ helios-setup] Oct 16 03:36:48.884 INFO E| Compiling syn v2.0.32
23302024-10-16T03:36:50.420Z[ helios-setup] Oct 16 03:36:49.088 INFO E| Compiling dirs-sys-next v0.1.2
23312024-10-16T03:36:50.488Z[ helios-setup] Oct 16 03:36:49.157 INFO E| Compiling errno v0.3.1
23322024-10-16T03:36:50.841Z[ host-package] Compiling ciborium-ll v0.2.2
23332024-10-16T03:36:51.183Z[ helios-setup] Oct 16 03:36:49.853 INFO E| Compiling dirs-next v2.0.0
23342024-10-16T03:36:51.288Z[ helios-setup] Oct 16 03:36:49.957 INFO E| Compiling atty v0.2.14
23352024-10-16T03:36:51.628Z[ helios-setup] Oct 16 03:36:50.298 INFO E| Compiling term v0.7.0
23362024-10-16T03:36:51.732Z[ helios-setup] Oct 16 03:36:50.401 INFO E| Compiling serde_json v1.0.103
23372024-10-16T03:36:51.732Z[ helios-setup] Oct 16 03:36:50.401 INFO E| Compiling opaque-debug v0.3.0
23382024-10-16T03:36:51.795Z[ helios-setup] Oct 16 03:36:50.464 INFO E| Compiling anyhow v1.0.72
23392024-10-16T03:36:51.819Z[ helios-setup] Oct 16 03:36:50.488 INFO E| Compiling fastrand v2.0.0
23402024-10-16T03:36:52.089Z[ host-package] Compiling tungstenite v0.21.0
23412024-10-16T03:36:52.931Z[ helios-setup] Oct 16 03:36:51.600 INFO E| Compiling block-buffer v0.9.0
23422024-10-16T03:36:52.984Z[ helios-setup] Oct 16 03:36:51.653 INFO E| Compiling digest v0.9.0
23432024-10-16T03:36:53.240Z[ helios-setup] Oct 16 03:36:51.909 INFO E| Compiling getrandom v0.2.10
23442024-10-16T03:36:53.396Z[ helios-setup] Oct 16 03:36:52.064 INFO E| Compiling time v0.3.36
23452024-10-16T03:36:53.401Z[ helios-setup] Oct 16 03:36:52.070 INFO E| Compiling ryu v1.0.15
23462024-10-16T03:36:53.451Z[ helios-setup] Oct 16 03:36:52.120 INFO E| Compiling same-file v1.0.6
23472024-10-16T03:36:53.891Z[ helios-setup] Oct 16 03:36:52.560 INFO E| Compiling unicode-width v0.1.10
23482024-10-16T03:36:53.986Z[ host-package] Compiling ciborium v0.2.2
23492024-10-16T03:36:54.092Z[ helios-setup] Oct 16 03:36:52.761 INFO E| Compiling cpufeatures v0.2.9
23502024-10-16T03:36:54.094Z[ helios-setup] Oct 16 03:36:52.761 INFO E| Compiling getopts v0.2.21
23512024-10-16T03:36:54.136Z[ helios-setup] Oct 16 03:36:52.805 INFO E| Compiling walkdir v2.3.3
23522024-10-16T03:36:54.215Z[ helios-setup] Oct 16 03:36:52.883 INFO E| Compiling sha-1 v0.9.8
23532024-10-16T03:36:54.996Z[ host-package] Compiling tokio-tungstenite v0.21.0
23542024-10-16T03:36:55.292Z[ helios-setup] Oct 16 03:36:53.961 INFO E| Compiling tempfile v3.7.0
23552024-10-16T03:36:55.710Z[ helios-setup] Oct 16 03:36:54.379 INFO E| Compiling md-5 v0.9.1
23562024-10-16T03:36:56.045Z[ helios-setup] Oct 16 03:36:54.714 INFO E| Compiling libdevinfo-sys v1.0.0
23572024-10-16T03:36:56.138Z[ helios-setup] Oct 16 03:36:54.806 INFO E| Compiling glob v0.3.1
23582024-10-16T03:36:56.535Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23592024-10-16T03:36:57.369Z[ helios-setup] Oct 16 03:36:56.037 INFO E| Compiling slog-term v2.9.0
23602024-10-16T03:36:58.116Z[ host-package] Compiling fastrand v2.1.1
23612024-10-16T03:36:59.067Z[ host-package] Compiling same-file v1.0.6
23622024-10-16T03:36:59.792Z[ host-package] Compiling walkdir v2.5.0
23632024-10-16T03:36:59.889Z[ helios-setup] Oct 16 03:36:58.557 INFO E| Compiling serde_derive v1.0.193
23642024-10-16T03:37:00.754Z[ host-package] Compiling tempfile v3.13.0
23652024-10-16T03:37:00.885Z[ host-package] Compiling blake3 v1.5.4
23662024-10-16T03:37:01.767Z[ host-package] Compiling ring v0.16.20
23672024-10-16T03:37:04.017Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23682024-10-16T03:37:04.561Z[ host-package] Compiling xattr v1.3.1
23692024-10-16T03:37:04.919Z[ host-package] Compiling memmap2 v0.9.5
23702024-10-16T03:37:05.562Z[ host-package] Compiling filetime v0.2.25
23712024-10-16T03:37:05.813Z[ host-package] Compiling spin v0.5.2
23722024-10-16T03:37:06.046Z[ host-package] Compiling untrusted v0.7.1
23732024-10-16T03:37:06.135Z[ host-package] Compiling constant_time_eq v0.3.1
23742024-10-16T03:37:06.399Z[ host-package] Compiling arrayref v0.3.9
23752024-10-16T03:37:06.569Z[ host-package] Compiling arrayvec v0.7.6
23762024-10-16T03:37:07.089Z[ host-package] Compiling keccak v0.1.5
23772024-10-16T03:37:08.193Z[ host-package] Compiling sha3 v0.10.8
23782024-10-16T03:37:08.880Z[ host-package] Compiling tar v0.4.42
23792024-10-16T03:37:09.215Z[ host-package] Compiling camino-tempfile v1.1.1
23802024-10-16T03:37:09.846Z[ host-package] Compiling toolchain_find v0.4.0
23812024-10-16T03:37:10.257Z[ host-package] Compiling nibble_vec v0.1.0
23822024-10-16T03:37:10.555Z[ host-package] Compiling endian-type v0.1.2
23832024-10-16T03:37:10.595Z[ host-package] Compiling crunchy v0.2.2
23842024-10-16T03:37:10.882Z[ host-package] Compiling maplit v1.0.2
23852024-10-16T03:37:11.037Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23862024-10-16T03:37:11.059Z[ host-package] Compiling glob v0.3.1
23872024-10-16T03:37:11.171Z[ host-package] Compiling topological-sort v0.2.2
23882024-10-16T03:37:11.408Z[ host-package] Compiling radix_trie v0.2.1
23892024-10-16T03:37:11.440Z[ host-package] Compiling omicron-zone-package v0.11.1
23902024-10-16T03:37:12.014Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23912024-10-16T03:37:12.089Z[ host-package] Compiling clang-sys v1.8.1
23922024-10-16T03:37:12.298Z[ host-package] Compiling tiny-keccak v2.0.2
23932024-10-16T03:37:12.561Z[ host-package] Compiling dsl_auto_type v0.1.2
23942024-10-16T03:37:12.681Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23952024-10-16T03:37:12.958Z[ host-package] Compiling secrecy v0.8.0
23962024-10-16T03:37:13.014Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23972024-10-16T03:37:13.307Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23982024-10-16T03:37:13.623Z[ host-package] Compiling arc-swap v1.7.1
23992024-10-16T03:37:13.729Z[ host-package] Compiling r2d2 v0.8.10
24002024-10-16T03:37:14.176Z[ host-package] Compiling diesel_derives v2.2.3
24012024-10-16T03:37:14.217Z[ host-package] Compiling slog-scope v4.4.0
24022024-10-16T03:37:14.223Z[ helios-setup] Oct 16 03:37:12.890 INFO E| Compiling toml v0.5.11
24032024-10-16T03:37:14.223Z[ helios-setup] Oct 16 03:37:12.890 INFO E| Compiling uuid v0.8.2
24042024-10-16T03:37:14.649Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24052024-10-16T03:37:15.059Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24062024-10-16T03:37:15.427Z[ host-package] Compiling ascii-canvas v3.0.0
24072024-10-16T03:37:16.060Z[ host-package] Compiling universal-hash v0.5.1
24082024-10-16T03:37:16.386Z[ helios-setup] Oct 16 03:37:15.053 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24092024-10-16T03:37:16.393Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24102024-10-16T03:37:16.502Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24112024-10-16T03:37:17.073Z[ host-package] Compiling ena v0.14.3
24122024-10-16T03:37:17.646Z[ host-package] Compiling libloading v0.8.5
24132024-10-16T03:37:18.311Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24142024-10-16T03:37:18.375Z[ host-package] Compiling regex-syntax v0.6.29
24152024-10-16T03:37:19.849Z[ helios-setup] Oct 16 03:37:18.515 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24162024-10-16T03:37:20.182Z[ host-package] Compiling opaque-debug v0.3.1
24172024-10-16T03:37:20.316Z[ host-package] Compiling diff v0.1.13
24182024-10-16T03:37:21.061Z[ host-package] Compiling bindgen v0.69.5
24192024-10-16T03:37:21.866Z[ host-package] Compiling poly1305 v0.8.0
24202024-10-16T03:37:23.763Z[ host-package] Compiling lalrpop v0.19.12
24212024-10-16T03:37:24.578Z[ host-package] Compiling thiserror-no-std v2.0.2
24222024-10-16T03:37:28.496Z[ host-package] Compiling diesel v2.2.4
24232024-10-16T03:37:33.818Z[ helios-setup] Oct 16 03:37:32.482 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.60s
24242024-10-16T03:37:33.865Z[ helios-setup] Oct 16 03:37:32.530 INFO building project "image-builder" ok (49 seconds)
24252024-10-16T03:37:33.865Z[ helios-setup] Oct 16 03:37:32.530 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24262024-10-16T03:37:33.868Z[ helios-setup] Oct 16 03:37:32.530 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24272024-10-16T03:37:33.876Z[ helios-setup] Oct 16 03:37:32.541 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24282024-10-16T03:37:34.109Z[ helios-setup] Oct 16 03:37:32.775 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24292024-10-16T03:37:34.109Z[ helios-setup] Oct 16 03:37:32.775 INFO E| info: downloading component 'cargo'
24302024-10-16T03:37:35.641Z[ helios-setup] Oct 16 03:37:34.306 INFO E| info: downloading component 'clippy'
24312024-10-16T03:37:36.108Z[ helios-setup] Oct 16 03:37:34.772 INFO E| info: downloading component 'rust-docs'
24322024-10-16T03:37:36.943Z[ host-package] Compiling slog-stdlog v4.1.1
24332024-10-16T03:37:37.300Z[ helios-setup] Oct 16 03:37:35.964 INFO E| info: downloading component 'rust-src'
24342024-10-16T03:37:37.492Z[ helios-setup] Oct 16 03:37:36.157 INFO E| info: downloading component 'rust-std'
24352024-10-16T03:37:38.195Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24362024-10-16T03:37:38.594Z[ host-package] Compiling which v4.4.2
24372024-10-16T03:37:39.187Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24382024-10-16T03:37:39.447Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24392024-10-16T03:37:39.533Z[ helios-setup] Oct 16 03:37:38.198 INFO E| info: downloading component 'rustc'
24402024-10-16T03:37:39.595Z[ host-package] Compiling chacha20 v0.9.1
24412024-10-16T03:37:39.725Z[ host-package] Compiling cexpr v0.6.0
24422024-10-16T03:37:40.132Z[ host-package] Compiling aead v0.5.2
24432024-10-16T03:37:40.516Z[ host-package] Compiling ref-cast v1.0.23
24442024-10-16T03:37:41.067Z[ host-package] Compiling rustc-hash v1.1.0
24452024-10-16T03:37:41.280Z[ host-package] Compiling lazycell v1.3.0
24462024-10-16T03:37:41.500Z[ host-package] Compiling chacha20poly1305 v0.10.1
24472024-10-16T03:37:41.817Z[ host-package] Compiling slog-envlogger v2.2.0
24482024-10-16T03:37:44.586Z[ host-package] Compiling vsss-rs v3.3.4
24492024-10-16T03:37:44.740Z[ helios-setup] Oct 16 03:37:43.404 INFO E| info: downloading component 'rustfmt'
24502024-10-16T03:37:45.146Z[ helios-setup] Oct 16 03:37:43.809 INFO E| info: installing component 'cargo'
24512024-10-16T03:37:46.636Z[ helios-setup] Oct 16 03:37:45.300 INFO E| info: installing component 'clippy'
24522024-10-16T03:37:47.125Z[ helios-setup] Oct 16 03:37:45.789 INFO E| info: installing component 'rust-docs'
24532024-10-16T03:37:49.794Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24542024-10-16T03:37:50.180Z[ host-package] Compiling derive_builder_core v0.20.2
24552024-10-16T03:37:52.759Z[ host-package] Compiling headers-core v0.3.0
24562024-10-16T03:37:53.090Z[ host-package] Compiling fxhash v0.2.1
24572024-10-16T03:37:53.421Z[ host-package] Compiling libxml v0.3.3
24582024-10-16T03:37:53.637Z[ host-package] Compiling polar-core v0.27.3
24592024-10-16T03:37:53.727Z[ helios-setup] Oct 16 03:37:52.390 INFO E| info: installing component 'rust-src'
24602024-10-16T03:37:53.820Z[ host-package] Compiling ref-cast-impl v1.0.23
24612024-10-16T03:37:54.190Z[ host-package] Compiling headers v0.4.0
24622024-10-16T03:37:54.746Z[ helios-setup] Oct 16 03:37:53.409 INFO E| info: installing component 'rust-std'
24632024-10-16T03:37:55.548Z[ host-package] Compiling derive_builder_macro v0.20.2
24642024-10-16T03:37:57.239Z[ helios-setup] Oct 16 03:37:55.901 INFO E| info: installing component 'rustc'
24652024-10-16T03:37:57.391Z[ host-package] Compiling samael v0.0.17
24662024-10-16T03:37:58.417Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24672024-10-16T03:37:59.447Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24682024-10-16T03:38:00.063Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24692024-10-16T03:38:02.194Z[ host-package] Compiling phf_generator v0.11.2
24702024-10-16T03:38:02.512Z[ host-package] Compiling strum_macros v0.24.3
24712024-10-16T03:38:04.042Z[ helios-setup] Oct 16 03:38:02.704 INFO E| info: installing component 'rustfmt'
24722024-10-16T03:38:05.142Z[ helios-setup] Oct 16 03:38:03.804 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24732024-10-16T03:38:05.851Z[ host-package] Compiling kstat-rs v0.2.4
24742024-10-16T03:38:05.885Z[ helios-setup] Oct 16 03:38:04.547 INFO E| From https://github.com/oxidecomputer/amd-apcb
24752024-10-16T03:38:05.885Z[ helios-setup] Oct 16 03:38:04.547 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
24762024-10-16T03:38:05.885Z[ helios-setup] Oct 16 03:38:04.547 INFO E| * [new tag] v0.4.1 -> v0.4.1
24772024-10-16T03:38:05.919Z[ helios-setup] Oct 16 03:38:04.581 INFO E| * [new tag] v0.1.3 -> v0.1.3
24782024-10-16T03:38:05.919Z[ helios-setup] Oct 16 03:38:04.581 INFO E| * [new tag] v0.1.4 -> v0.1.4
24792024-10-16T03:38:05.922Z[ helios-setup] Oct 16 03:38:04.582 INFO E| * [new tag] v0.1.5 -> v0.1.5
24802024-10-16T03:38:05.922Z[ helios-setup] Oct 16 03:38:04.582 INFO E| * [new tag] v0.2.0 -> v0.2.0
24812024-10-16T03:38:05.922Z[ helios-setup] Oct 16 03:38:04.582 INFO E| * [new tag] v0.3.0 -> v0.3.0
24822024-10-16T03:38:05.922Z[ helios-setup] Oct 16 03:38:04.582 INFO E| * [new tag] v0.3.1 -> v0.3.1
24832024-10-16T03:38:05.922Z[ helios-setup] Oct 16 03:38:04.582 INFO E| * [new tag] v0.3.2 -> v0.3.2
24842024-10-16T03:38:05.922Z[ helios-setup] Oct 16 03:38:04.583 INFO E| * [new tag] v0.3.3 -> v0.3.3
24852024-10-16T03:38:05.922Z[ helios-setup] Oct 16 03:38:04.583 INFO E| * [new tag] v0.4.0 -> v0.4.0
24862024-10-16T03:38:05.999Z[ helios-setup] Oct 16 03:38:04.661 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24872024-10-16T03:38:06.516Z[ host-package] Compiling unicase v2.7.0
24882024-10-16T03:38:06.894Z[ host-package] Compiling indoc v1.0.9
24892024-10-16T03:38:06.896Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24902024-10-16T03:38:06.925Z[ helios-setup] Oct 16 03:38:05.586 INFO E| From https://github.com/oxidecomputer/amd-efs
24912024-10-16T03:38:06.925Z[ helios-setup] Oct 16 03:38:05.586 INFO E| * [new branch] empty -> origin/empty
24922024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.586 INFO E| * [new branch] issue-117 -> origin/issue-117
24932024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.587 INFO E| * [new branch] issue-99 -> origin/issue-99
24942024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.587 INFO E| * [new branch] main -> origin/main
24952024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.587 INFO E| * [new branch] review -> origin/review
24962024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.587 INFO E| * [new ref] -> origin/HEAD
24972024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.587 INFO E| * [new tag] v0.2.0 -> v0.2.0
24982024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.587 INFO E| * [new tag] v0.2.1 -> v0.2.1
24992024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.588 INFO E| * [new tag] v0.2.2 -> v0.2.2
25002024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.588 INFO E| * [new tag] v0.2.3 -> v0.2.3
25012024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.588 INFO E| * [new tag] v0.2.4 -> v0.2.4
25022024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.588 INFO E| * [new tag] v0.2.5 -> v0.2.5
25032024-10-16T03:38:06.927Z[ helios-setup] Oct 16 03:38:05.588 INFO E| * [new tag] v0.2.6 -> v0.2.6
25042024-10-16T03:38:06.928Z[ helios-setup] Oct 16 03:38:05.588 INFO E| * [new tag] v0.2.7 -> v0.2.7
25052024-10-16T03:38:06.928Z[ helios-setup] Oct 16 03:38:05.588 INFO E| * [new tag] v0.3.0 -> v0.3.0
25062024-10-16T03:38:06.928Z[ helios-setup] Oct 16 03:38:05.588 INFO E| * [new tag] v0.3.1 -> v0.3.1
25072024-10-16T03:38:06.928Z[ helios-setup] Oct 16 03:38:05.589 INFO E| * [new tag] v0.4.0 -> v0.4.0
25082024-10-16T03:38:06.928Z[ helios-setup] Oct 16 03:38:05.589 INFO E| * [new tag] v0.4.1 -> v0.4.1
25092024-10-16T03:38:06.965Z[ helios-setup] Oct 16 03:38:05.627 INFO E| Updating crates.io index
25102024-10-16T03:38:07.101Z[ helios-setup] Oct 16 03:38:05.763 INFO E| Downloading crates ...
25112024-10-16T03:38:07.239Z[ helios-setup] Oct 16 03:38:05.900 INFO E| Downloaded proc-macro2 v1.0.86
25122024-10-16T03:38:07.243Z[ helios-setup] Oct 16 03:38:05.905 INFO E| Downloaded unic-char-range v0.9.0
25132024-10-16T03:38:07.245Z[ helios-setup] Oct 16 03:38:05.906 INFO E| Downloaded ansi_term v0.12.1
25142024-10-16T03:38:07.248Z[ helios-setup] Oct 16 03:38:05.909 INFO E| Downloaded once_cell v1.20.1
25152024-10-16T03:38:07.251Z[ helios-setup] Oct 16 03:38:05.913 INFO E| Downloaded unic-ucd-ident v0.9.0
25162024-10-16T03:38:07.253Z[ helios-setup] Oct 16 03:38:05.915 INFO E| Downloaded strsim v0.8.0
25172024-10-16T03:38:07.256Z[ helios-setup] Oct 16 03:38:05.916 INFO E| Downloaded pre v0.2.1
25182024-10-16T03:38:07.258Z[ helios-setup] Oct 16 03:38:05.918 INFO E| Downloaded pest_generator v2.7.13
25192024-10-16T03:38:07.258Z[ helios-setup] Oct 16 03:38:05.920 INFO E| Downloaded modular-bitfield v0.11.2
25202024-10-16T03:38:07.273Z[ helios-setup] Oct 16 03:38:05.935 INFO E| Downloaded vec_map v0.8.2
25212024-10-16T03:38:07.364Z[ helios-setup] Oct 16 03:38:06.026 INFO E| Downloaded semver-parser v0.7.0
25222024-10-16T03:38:07.366Z[ helios-setup] Oct 16 03:38:06.027 INFO E| Downloaded scroll_derive v0.10.5
25232024-10-16T03:38:07.367Z[ helios-setup] Oct 16 03:38:06.028 INFO E| Downloaded pre-proc-macro v0.2.1
25242024-10-16T03:38:07.369Z[ helios-setup] Oct 16 03:38:06.031 INFO E| Downloaded pest_meta v2.7.13
25252024-10-16T03:38:07.372Z[ helios-setup] Oct 16 03:38:06.034 INFO E| Downloaded goblin v0.4.3
25262024-10-16T03:38:07.379Z[ helios-setup] Oct 16 03:38:06.041 INFO E| Downloaded structopt v0.3.26
25272024-10-16T03:38:07.390Z[ helios-setup] Oct 16 03:38:06.052 INFO E| Downloaded unic-ucd-version v0.9.0
25282024-10-16T03:38:07.392Z[ helios-setup] Oct 16 03:38:06.053 INFO E| Downloaded unic-common v0.9.0
25292024-10-16T03:38:07.392Z[ helios-setup] Oct 16 03:38:06.054 INFO E| Downloaded unic-char-property v0.9.0
25302024-10-16T03:38:07.395Z[ helios-setup] Oct 16 03:38:06.056 INFO E| Downloaded rustc_version v0.2.3
25312024-10-16T03:38:07.397Z[ helios-setup] Oct 16 03:38:06.057 INFO E| Downloaded parse_int v0.6.0
25322024-10-16T03:38:07.397Z[ helios-setup] Oct 16 03:38:06.058 INFO E| Downloaded modular-bitfield-impl v0.11.2
25332024-10-16T03:38:07.399Z[ helios-setup] Oct 16 03:38:06.060 INFO E| Downloaded structopt-derive v0.4.18
25342024-10-16T03:38:07.400Z[ helios-setup] Oct 16 03:38:06.062 INFO E| Downloaded pest v2.7.13
25352024-10-16T03:38:07.406Z[ helios-setup] Oct 16 03:38:06.068 INFO E| Downloaded strum_macros v0.23.1
25362024-10-16T03:38:07.409Z[ helios-setup] Oct 16 03:38:06.071 INFO E| Downloaded proc-macro-crate v0.1.5
25372024-10-16T03:38:07.412Z[ helios-setup] Oct 16 03:38:06.073 INFO E| Downloaded cfg-if v0.1.10
25382024-10-16T03:38:07.415Z[ helios-setup] Oct 16 03:38:06.074 INFO E| Downloaded memoffset v0.5.6
25392024-10-16T03:38:07.415Z[ helios-setup] Oct 16 03:38:06.076 INFO E| Downloaded four-cc v0.3.0
25402024-10-16T03:38:07.417Z[ helios-setup] Oct 16 03:38:06.078 INFO E| Downloaded bytesize v1.3.0
25412024-10-16T03:38:07.419Z[ helios-setup] Oct 16 03:38:06.079 INFO E| Downloaded pest_derive v2.7.13
25422024-10-16T03:38:07.424Z[ helios-setup] Oct 16 03:38:06.083 INFO E| Downloaded clap v2.34.0
25432024-10-16T03:38:07.433Z[ helios-setup] Oct 16 03:38:06.094 INFO E| Downloaded textwrap v0.11.0
25442024-10-16T03:38:07.437Z[ helios-setup] Oct 16 03:38:06.097 INFO E| Downloaded strum v0.23.0
25452024-10-16T03:38:07.437Z[ helios-setup] Oct 16 03:38:06.098 INFO E| Downloaded semver v0.9.0
25462024-10-16T03:38:07.440Z[ helios-setup] Oct 16 03:38:06.100 INFO E| Downloaded scroll v0.10.2
25472024-10-16T03:38:07.442Z[ helios-setup] Oct 16 03:38:06.103 INFO E| Downloaded fletcher v0.1.0
25482024-10-16T03:38:07.557Z[ helios-setup] Oct 16 03:38:06.218 INFO E| Compiling proc-macro2 v1.0.86
25492024-10-16T03:38:07.559Z[ helios-setup] Oct 16 03:38:06.219 INFO E| Compiling unicode-ident v1.0.13
25502024-10-16T03:38:07.559Z[ helios-setup] Oct 16 03:38:06.219 INFO E| Compiling syn v1.0.109
25512024-10-16T03:38:07.559Z[ helios-setup] Oct 16 03:38:06.219 INFO E| Compiling version_check v0.9.5
25522024-10-16T03:38:07.559Z[ helios-setup] Oct 16 03:38:06.219 INFO E| Compiling memchr v2.7.4
25532024-10-16T03:38:07.559Z[ helios-setup] Oct 16 03:38:06.219 INFO E| Compiling autocfg v1.4.0
25542024-10-16T03:38:07.559Z[ helios-setup] Oct 16 03:38:06.220 INFO E| Compiling thiserror v1.0.64
25552024-10-16T03:38:07.559Z[ helios-setup] Oct 16 03:38:06.220 INFO E| Compiling semver-parser v0.7.0
25562024-10-16T03:38:08.098Z[ host-package] Compiling phf_codegen v0.11.2
25572024-10-16T03:38:08.174Z[ helios-setup] Oct 16 03:38:06.836 INFO E| Compiling serde v1.0.210
25582024-10-16T03:38:08.624Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25592024-10-16T03:38:09.258Z[ helios-setup] Oct 16 03:38:07.920 INFO E| Compiling semver v0.9.0
25602024-10-16T03:38:09.289Z[ helios-setup] Oct 16 03:38:07.950 INFO E| Compiling proc-macro-error-attr v1.0.4
25612024-10-16T03:38:09.366Z[ helios-setup] Oct 16 03:38:08.028 INFO E| Compiling proc-macro-error v1.0.4
25622024-10-16T03:38:09.788Z[ helios-setup] Oct 16 03:38:08.450 INFO E| Compiling rustc_version v0.2.3
25632024-10-16T03:38:09.978Z[ helios-setup] Oct 16 03:38:08.640 INFO E| Compiling serde_json v1.0.128
25642024-10-16T03:38:10.093Z[ helios-setup] Oct 16 03:38:08.755 INFO E| Compiling num-traits v0.2.19
25652024-10-16T03:38:10.374Z[ helios-setup] Oct 16 03:38:09.035 INFO E| Compiling itoa v1.0.11
25662024-10-16T03:38:10.423Z[ helios-setup] Oct 16 03:38:09.085 INFO E| Compiling unicode-segmentation v1.12.0
25672024-10-16T03:38:10.804Z[ helios-setup] Oct 16 03:38:09.466 INFO E| Compiling ryu v1.0.18
25682024-10-16T03:38:10.812Z[ helios-setup] Oct 16 03:38:09.473 INFO E| Compiling schemars v0.8.21
25692024-10-16T03:38:10.844Z[ helios-setup] Oct 16 03:38:09.506 INFO E| Compiling pre-proc-macro v0.2.1
25702024-10-16T03:38:11.250Z[ helios-setup] Oct 16 03:38:09.911 INFO E| Compiling memoffset v0.5.6
25712024-10-16T03:38:11.562Z[ helios-setup] Oct 16 03:38:10.223 INFO E| Compiling dyn-clone v1.0.17
25722024-10-16T03:38:11.698Z[ helios-setup] Oct 16 03:38:10.354 INFO E| Compiling quote v1.0.37
25732024-10-16T03:38:11.722Z[ helios-setup] Oct 16 03:38:10.383 INFO E| Compiling heck v0.3.3
25742024-10-16T03:38:11.797Z[ helios-setup] Oct 16 03:38:10.458 INFO E| Compiling lazy_static v1.5.0
25752024-10-16T03:38:11.963Z[ helios-setup] Oct 16 03:38:10.624 INFO E| Compiling libc v0.2.159
25762024-10-16T03:38:12.019Z[ helios-setup] Oct 16 03:38:10.680 INFO E| Compiling ucd-trie v0.1.7
25772024-10-16T03:38:12.114Z[ helios-setup] Oct 16 03:38:10.776 INFO E| Compiling paste v1.0.15
25782024-10-16T03:38:12.188Z[ helios-setup] Oct 16 03:38:10.849 INFO E| Compiling rustversion v1.0.17
25792024-10-16T03:38:12.415Z[ helios-setup] Oct 16 03:38:11.077 INFO E| Compiling syn v2.0.79
25802024-10-16T03:38:13.718Z[ helios-setup] Oct 16 03:38:12.379 INFO E| Compiling pre v0.2.1
25812024-10-16T03:38:13.831Z[ helios-setup] Oct 16 03:38:12.492 INFO E| Compiling once_cell v1.20.1
25822024-10-16T03:38:13.891Z[ helios-setup] Oct 16 03:38:12.553 INFO E| Compiling cfg-if v0.1.10
25832024-10-16T03:38:13.982Z[ helios-setup] Oct 16 03:38:12.643 INFO E| Compiling static_assertions v1.1.0
25842024-10-16T03:38:14.120Z[ helios-setup] Oct 16 03:38:12.782 INFO E| Compiling byteorder v1.5.0
25852024-10-16T03:38:15.223Z[ helios-setup] Oct 16 03:38:13.884 INFO E| Compiling unicode-width v0.1.14
25862024-10-16T03:38:16.207Z[ helios-setup] Oct 16 03:38:14.868 INFO E| Compiling atty v0.2.14
25872024-10-16T03:38:16.298Z[ helios-setup] Oct 16 03:38:14.958 INFO E| Compiling textwrap v0.11.0
25882024-10-16T03:38:16.532Z[ helios-setup] Oct 16 03:38:15.193 INFO E| Compiling strsim v0.8.0
25892024-10-16T03:38:17.568Z[ helios-setup] Oct 16 03:38:16.228 INFO E| Compiling unic-char-range v0.9.0
25902024-10-16T03:38:17.836Z[ helios-setup] Oct 16 03:38:16.497 INFO E| Compiling parse_int v0.6.0
25912024-10-16T03:38:17.914Z[ helios-setup] Oct 16 03:38:16.575 INFO E| Compiling vec_map v0.8.2
25922024-10-16T03:38:18.036Z[ helios-setup] Oct 16 03:38:16.697 INFO E| Compiling bitflags v1.3.2
25932024-10-16T03:38:18.090Z[ helios-setup] Oct 16 03:38:16.750 INFO E| Compiling ansi_term v0.12.1
25942024-10-16T03:38:18.225Z[ helios-setup] Oct 16 03:38:16.860 INFO E| Compiling fletcher v0.1.0
25952024-10-16T03:38:18.279Z[ helios-setup] Oct 16 03:38:16.940 INFO E| Compiling strum v0.23.0
25962024-10-16T03:38:18.337Z[ helios-setup] Oct 16 03:38:16.998 INFO E| Compiling unic-common v0.9.0
25972024-10-16T03:38:18.414Z[ helios-setup] Oct 16 03:38:17.075 INFO E| Compiling unic-char-property v0.9.0
25982024-10-16T03:38:18.484Z[ helios-setup] Oct 16 03:38:17.144 INFO E| Compiling unic-ucd-version v0.9.0
25992024-10-16T03:38:18.579Z[ helios-setup] Oct 16 03:38:17.240 INFO E| Compiling plain v0.2.3
26002024-10-16T03:38:18.595Z[ helios-setup] Oct 16 03:38:17.256 INFO E| Compiling log v0.4.22
26012024-10-16T03:38:18.595Z[ helios-setup] Oct 16 03:38:17.256 INFO E| Compiling bytesize v1.3.0
26022024-10-16T03:38:18.634Z[ helios-setup] Oct 16 03:38:17.295 INFO E| Compiling unic-ucd-ident v0.9.0
26032024-10-16T03:38:18.840Z[ helios-setup] Oct 16 03:38:17.501 INFO E| Compiling clap v2.34.0
26042024-10-16T03:38:19.330Z[ host-package] Compiling derive_builder v0.20.2
26052024-10-16T03:38:20.372Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26062024-10-16T03:38:20.957Z[ helios-setup] Oct 16 03:38:19.618 INFO E| Compiling serde_derive_internals v0.29.1
26072024-10-16T03:38:21.362Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26082024-10-16T03:38:22.035Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26092024-10-16T03:38:22.382Z[ helios-setup] Oct 16 03:38:21.043 INFO E| Compiling toml v0.5.11
26102024-10-16T03:38:25.507Z[ helios-setup] Oct 16 03:38:24.167 INFO E| Compiling proc-macro-crate v0.1.5
26112024-10-16T03:38:27.491Z[ helios-setup] Oct 16 03:38:26.150 INFO E| Compiling thiserror-impl v1.0.64
26122024-10-16T03:38:27.641Z[ helios-setup] Oct 16 03:38:26.300 INFO E| Compiling serde_derive v1.0.210
26132024-10-16T03:38:27.827Z[ helios-setup] Oct 16 03:38:26.487 INFO E| Compiling schemars_derive v0.8.21
26142024-10-16T03:38:28.034Z[ helios-setup] Oct 16 03:38:26.694 INFO E| Compiling zerocopy-derive v0.6.6
26152024-10-16T03:38:28.272Z[ helios-setup] Oct 16 03:38:26.932 INFO E| Compiling num-derive v0.4.2
26162024-10-16T03:38:29.609Z[ host-package] Compiling oso-derive v0.27.3
26172024-10-16T03:38:31.749Z[ host-package] Compiling parse-zoneinfo v0.3.1
26182024-10-16T03:38:31.802Z[ helios-setup] Oct 16 03:38:30.462 INFO E| Compiling zerocopy v0.6.6
26192024-10-16T03:38:33.345Z[ helios-setup] Oct 16 03:38:32.004 INFO E| Compiling pest v2.7.13
26202024-10-16T03:38:34.695Z[ helios-setup] Oct 16 03:38:33.354 INFO E| Compiling modular-bitfield-impl v0.11.2
26212024-10-16T03:38:34.695Z[ helios-setup] Oct 16 03:38:33.354 INFO E| Compiling strum_macros v0.23.1
26222024-10-16T03:38:34.880Z[ helios-setup] Oct 16 03:38:33.534 INFO E| Compiling scroll_derive v0.10.5
26232024-10-16T03:38:35.032Z[ helios-setup] Oct 16 03:38:33.691 INFO E| Compiling structopt-derive v0.4.18
26242024-10-16T03:38:35.099Z[ host-package] Compiling libz-sys v1.1.20
26252024-10-16T03:38:35.209Z[ host-package] Compiling quick-xml v0.33.0
26262024-10-16T03:38:36.701Z[ host-package] Compiling diesel-dtrace v0.3.0
26272024-10-16T03:38:37.536Z[ host-package] Compiling cfg_aliases v0.1.1
26282024-10-16T03:38:38.071Z[ host-package] Compiling parking_lot_core v0.8.6
26292024-10-16T03:38:38.276Z[ helios-setup] Oct 16 03:38:36.934 INFO E| Compiling scroll v0.10.2
26302024-10-16T03:38:39.436Z[ helios-setup] Oct 16 03:38:38.095 INFO E| Compiling pest_meta v2.7.13
26312024-10-16T03:38:39.509Z[ helios-setup] Oct 16 03:38:38.168 INFO E| Compiling goblin v0.4.3
26322024-10-16T03:38:39.595Z[ host-package] Compiling nix v0.28.0
26332024-10-16T03:38:40.456Z[ helios-setup] Oct 16 03:38:39.114 INFO E| Compiling modular-bitfield v0.11.2
26342024-10-16T03:38:40.922Z[ host-package] Compiling oso v0.27.3
26352024-10-16T03:38:41.088Z[ helios-setup] Oct 16 03:38:39.747 INFO E| Compiling structopt v0.3.26
26362024-10-16T03:38:41.189Z[ host-package] Compiling chrono-tz-build v0.4.0
26372024-10-16T03:38:41.734Z[ helios-setup] Oct 16 03:38:40.393 INFO E| Compiling pest_generator v2.7.13
26382024-10-16T03:38:42.820Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26392024-10-16T03:38:43.012Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26402024-10-16T03:38:45.516Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26412024-10-16T03:38:46.125Z[ helios-setup] Oct 16 03:38:44.783 INFO E| Compiling pest_derive v2.7.13
26422024-10-16T03:38:49.758Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26432024-10-16T03:38:50.203Z[ host-package] Compiling bb8 v0.8.5
26442024-10-16T03:38:50.675Z[ host-package] Compiling const_format_proc_macros v0.2.33
26452024-10-16T03:38:51.119Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26462024-10-16T03:38:51.995Z[ host-package] Compiling vte v0.11.1
26472024-10-16T03:38:52.680Z[ helios-setup] Oct 16 03:38:51.338 INFO E| Compiling json5 v0.4.1
26482024-10-16T03:38:53.518Z[ host-package] Compiling const_format v0.2.33
26492024-10-16T03:38:54.043Z[ host-package] Compiling async-bb8-diesel v0.2.1
26502024-10-16T03:38:55.366Z[ host-package] Compiling chrono-tz v0.10.0
26512024-10-16T03:38:57.088Z[ host-package] Compiling fd-lock v4.0.2
26522024-10-16T03:38:57.433Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26532024-10-16T03:38:57.765Z[ host-package] Compiling atty v0.2.14
26542024-10-16T03:38:58.124Z[ host-package] Compiling salty v0.3.0
26552024-10-16T03:38:58.533Z[ host-package] Compiling bytecount v0.6.8
26562024-10-16T03:38:58.803Z[ host-package] Compiling papergrid v0.11.0
26572024-10-16T03:38:58.937Z[ helios-setup] Oct 16 03:38:57.592 INFO E| Compiling four-cc v0.3.0
26582024-10-16T03:38:58.937Z[ helios-setup] Oct 16 03:38:57.593 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
26592024-10-16T03:38:59.152Z[ helios-setup] Oct 16 03:38:57.809 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
26602024-10-16T03:39:06.580Z[ host-package] Compiling parking_lot v0.11.2
26612024-10-16T03:39:14.362Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26622024-10-16T03:39:15.425Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26632024-10-16T03:39:16.764Z[ host-package] Compiling tabled_derive v0.7.0
26642024-10-16T03:39:19.502Z[ host-package] Compiling peg-macros v0.8.4
26652024-10-16T03:39:20.961Z[ host-package] Compiling sqlparser_derive v0.2.2
26662024-10-16T03:39:22.178Z[ host-package] Compiling nu-ansi-term v0.50.1
26672024-10-16T03:39:23.395Z[ host-package] Compiling unicode_categories v0.1.1
26682024-10-16T03:39:23.858Z[ host-package] Compiling rustyline v14.0.0
26692024-10-16T03:39:24.009Z[ host-package] Compiling sqlformat v0.2.6
26702024-10-16T03:39:37.344Z[ host-package] Compiling peg v0.8.4
26712024-10-16T03:39:37.495Z[ host-package] Compiling reedline v0.35.0
26722024-10-16T03:39:37.989Z[ host-package] Compiling sqlparser v0.45.0
26732024-10-16T03:39:40.500Z[ host-package] Compiling tabled v0.15.0
26742024-10-16T03:39:42.875Z[ helios-setup] Oct 16 03:39:41.527 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26752024-10-16T03:39:47.479Z[ host-package] Compiling sled v0.34.7
26762024-10-16T03:39:55.974Z[ host-package] Compiling mime_guess v2.0.5
26772024-10-16T03:39:56.361Z[ helios-setup] Oct 16 03:39:55.012 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26782024-10-16T03:39:59.134Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26792024-10-16T03:40:00.482Z[ host-package] Compiling hickory-client v0.24.1
26802024-10-16T03:40:01.853Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26812024-10-16T03:40:01.920Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26822024-10-16T03:40:05.195Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26832024-10-16T03:40:05.762Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26842024-10-16T03:40:06.651Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26852024-10-16T03:40:08.396Z[ host-package] Compiling hickory-server v0.24.1
26862024-10-16T03:40:08.701Z[ host-package] Compiling primeorder v0.13.6
26872024-10-16T03:40:09.408Z[ host-package] Compiling vergen v8.3.2
26882024-10-16T03:40:09.443Z[ host-package] Compiling bcs v0.1.6
26892024-10-16T03:40:09.817Z[ host-package] Compiling env_filter v0.1.2
26902024-10-16T03:40:10.436Z[ host-package] Compiling cargo-platform v0.1.8
26912024-10-16T03:40:11.144Z[ host-package] Compiling nanorand v0.7.0
26922024-10-16T03:40:11.412Z[ host-package] Compiling memoffset v0.9.1
26932024-10-16T03:40:12.122Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26942024-10-16T03:40:12.296Z[ host-package] Compiling flume v0.11.0
26952024-10-16T03:40:13.218Z[ host-package] Compiling cargo_metadata v0.18.1
26962024-10-16T03:40:16.392Z[ host-package] Compiling env_logger v0.11.5
26972024-10-16T03:40:17.235Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26982024-10-16T03:40:18.193Z[ host-package] Compiling p384 v0.13.0
26992024-10-16T03:40:25.574Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27002024-10-16T03:40:27.542Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27012024-10-16T03:40:39.110Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27022024-10-16T03:40:40.660Z[ host-package] Compiling git2 v0.19.0
27032024-10-16T03:40:42.267Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27042024-10-16T03:40:42.718Z[ host-package] Compiling libsqlite3-sys v0.30.1
27052024-10-16T03:40:43.471Z[ host-package] Compiling lzma-sys v0.1.20
27062024-10-16T03:40:44.711Z[ helios-setup] Oct 16 03:40:43.358 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 39s
27072024-10-16T03:40:44.747Z[ helios-setup] Oct 16 03:40:43.394 INFO building project "amd-host-image-builder" ok (190 seconds)
27082024-10-16T03:40:44.750Z[ helios-setup] Oct 16 03:40:43.394 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27092024-10-16T03:40:44.750Z[ helios-setup] Oct 16 03:40:43.394 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27102024-10-16T03:40:44.795Z[ host-package] Compiling cfg_aliases v0.2.1
27112024-10-16T03:40:44.904Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27122024-10-16T03:40:44.935Z[ host-package] Compiling rustls v0.21.12
27132024-10-16T03:40:45.109Z[ helios-setup] Oct 16 03:40:43.755 INFO E| Downloading crates ...
27142024-10-16T03:40:45.233Z[ helios-setup] Oct 16 03:40:43.879 INFO E| Downloaded bytes v1.2.1
27152024-10-16T03:40:45.240Z[ helios-setup] Oct 16 03:40:43.886 INFO E| Downloaded sha2 v0.10.5
27162024-10-16T03:40:45.243Z[ helios-setup] Oct 16 03:40:43.890 INFO E| Downloaded digest v0.10.3
27172024-10-16T03:40:45.247Z[ helios-setup] Oct 16 03:40:43.892 INFO E| Downloaded miniz_oxide v0.6.2
27182024-10-16T03:40:45.249Z[ helios-setup] Oct 16 03:40:43.895 INFO E| Downloaded cpufeatures v0.2.5
27192024-10-16T03:40:45.252Z[ helios-setup] Oct 16 03:40:43.897 INFO E| Downloaded generic-array v0.14.6
27202024-10-16T03:40:45.254Z[ helios-setup] Oct 16 03:40:43.899 INFO E| Downloaded typenum v1.15.0
27212024-10-16T03:40:45.256Z[ helios-setup] Oct 16 03:40:43.903 INFO E| Downloaded anyhow v1.0.62
27222024-10-16T03:40:45.261Z[ helios-setup] Oct 16 03:40:43.908 INFO E| Downloaded flate2 v1.0.25
27232024-10-16T03:40:45.281Z[ helios-setup] Oct 16 03:40:43.927 INFO E| Downloaded block-buffer v0.10.3
27242024-10-16T03:40:45.365Z[ host-package] Compiling nix v0.29.0
27252024-10-16T03:40:45.388Z[ helios-setup] Oct 16 03:40:44.035 INFO E| Compiling version_check v0.9.4
27262024-10-16T03:40:45.388Z[ helios-setup] Oct 16 03:40:44.035 INFO E| Compiling typenum v1.15.0
27272024-10-16T03:40:45.388Z[ helios-setup] Oct 16 03:40:44.035 INFO E| Compiling cfg-if v1.0.0
27282024-10-16T03:40:45.391Z[ helios-setup] Oct 16 03:40:44.035 INFO E| Compiling crc32fast v1.3.2
27292024-10-16T03:40:45.391Z[ helios-setup] Oct 16 03:40:44.035 INFO E| Compiling anyhow v1.0.62
27302024-10-16T03:40:45.391Z[ helios-setup] Oct 16 03:40:44.035 INFO E| Compiling adler v1.0.2
27312024-10-16T03:40:45.391Z[ helios-setup] Oct 16 03:40:44.035 INFO E| Compiling cpufeatures v0.2.5
27322024-10-16T03:40:45.391Z[ helios-setup] Oct 16 03:40:44.035 INFO E| Compiling unicode-width v0.1.10
27332024-10-16T03:40:46.232Z[ helios-setup] Oct 16 03:40:44.879 INFO E| Compiling miniz_oxide v0.6.2
27342024-10-16T03:40:46.263Z[ helios-setup] Oct 16 03:40:44.909 INFO E| Compiling getopts v0.2.21
27352024-10-16T03:40:46.328Z[ helios-setup] Oct 16 03:40:44.954 INFO E| Compiling bitflags v1.3.2
27362024-10-16T03:40:46.451Z[ helios-setup] Oct 16 03:40:45.096 INFO E| Compiling bytes v1.2.1
27372024-10-16T03:40:46.778Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27382024-10-16T03:40:47.471Z[ helios-setup] Oct 16 03:40:46.118 INFO E| Compiling generic-array v0.14.6
27392024-10-16T03:40:48.114Z[ helios-setup] Oct 16 03:40:46.760 INFO E| Compiling flate2 v1.0.25
27402024-10-16T03:40:51.512Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27412024-10-16T03:40:51.584Z[ helios-setup] Oct 16 03:40:50.230 INFO E| Compiling crypto-common v0.1.6
27422024-10-16T03:40:51.584Z[ helios-setup] Oct 16 03:40:50.230 INFO E| Compiling block-buffer v0.10.3
27432024-10-16T03:40:51.899Z[ helios-setup] Oct 16 03:40:50.545 INFO E| Compiling digest v0.10.3
27442024-10-16T03:40:52.266Z[ helios-setup] Oct 16 03:40:50.912 INFO E| Compiling sha2 v0.10.5
27452024-10-16T03:40:52.857Z[ helios-setup] Oct 16 03:40:51.503 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27462024-10-16T03:40:53.733Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27472024-10-16T03:40:54.768Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482024-10-16T03:40:55.309Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27492024-10-16T03:40:58.509Z[ helios-setup] Oct 16 03:40:57.154 INFO E| Finished `release` profile [optimized] target(s) in 13.67s
27502024-10-16T03:40:58.525Z[ helios-setup] Oct 16 03:40:57.170 INFO building project "bootserver" ok (13 seconds)
27512024-10-16T03:40:58.525Z[ helios-setup] Oct 16 03:40:57.170 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27522024-10-16T03:40:58.527Z[ helios-setup] Oct 16 03:40:57.170 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27532024-10-16T03:40:58.925Z[ helios-setup] Oct 16 03:40:57.570 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27542024-10-16T03:41:00.056Z[ helios-setup] Oct 16 03:40:58.701 INFO E| From https://github.com/oxidecomputer/progenitor
27552024-10-16T03:41:00.056Z[ helios-setup] Oct 16 03:40:58.701 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27562024-10-16T03:41:00.093Z[ helios-setup] Oct 16 03:40:58.738 INFO E| * [new tag] v0.1.1 -> v0.1.1
27572024-10-16T03:41:00.093Z[ helios-setup] Oct 16 03:40:58.738 INFO E| * [new tag] v0.2.0 -> v0.2.0
27582024-10-16T03:41:00.227Z[ helios-setup] Oct 16 03:40:58.872 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27592024-10-16T03:41:00.750Z[ helios-setup] Oct 16 03:40:59.395 INFO E| From https://github.com/jclulow/hiercmd
27602024-10-16T03:41:00.750Z[ helios-setup] Oct 16 03:40:59.395 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27612024-10-16T03:41:00.868Z[ helios-setup] Oct 16 03:40:59.513 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27622024-10-16T03:41:01.330Z[ helios-setup] Oct 16 03:40:59.975 INFO E| From https://github.com/jclulow/network-interface
27632024-10-16T03:41:01.331Z[ helios-setup] Oct 16 03:40:59.975 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27642024-10-16T03:41:01.354Z[ helios-setup] Oct 16 03:40:59.999 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27652024-10-16T03:41:01.931Z[ helios-setup] Oct 16 03:41:00.576 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27662024-10-16T03:41:01.931Z[ helios-setup] Oct 16 03:41:00.576 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27672024-10-16T03:41:01.993Z[ helios-setup] Oct 16 03:41:00.638 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27682024-10-16T03:41:02.718Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27692024-10-16T03:41:02.886Z[ helios-setup] Oct 16 03:41:01.530 INFO E| From https://github.com/oxidecomputer/facade
27702024-10-16T03:41:02.886Z[ helios-setup] Oct 16 03:41:01.531 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27712024-10-16T03:41:02.939Z[ helios-setup] Oct 16 03:41:01.584 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27722024-10-16T03:41:03.189Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27732024-10-16T03:41:03.577Z[ host-package] Compiling rustls-webpki v0.101.7
27742024-10-16T03:41:03.608Z[ helios-setup] Oct 16 03:41:02.251 INFO E| From https://github.com/oxidecomputer/dropshot
27752024-10-16T03:41:03.608Z[ helios-setup] Oct 16 03:41:02.251 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27762024-10-16T03:41:03.645Z[ helios-setup] Oct 16 03:41:02.290 INFO E| * [new tag] v0.3.0 -> v0.3.0
27772024-10-16T03:41:03.645Z[ helios-setup] Oct 16 03:41:02.290 INFO E| * [new tag] v0.4.0 -> v0.4.0
27782024-10-16T03:41:03.649Z[ helios-setup] Oct 16 03:41:02.290 INFO E| * [new tag] v0.5.0 -> v0.5.0
27792024-10-16T03:41:03.649Z[ helios-setup] Oct 16 03:41:02.290 INFO E| * [new tag] v0.5.1 -> v0.5.1
27802024-10-16T03:41:03.649Z[ helios-setup] Oct 16 03:41:02.290 INFO E| * [new tag] v0.6.0 -> v0.6.0
27812024-10-16T03:41:03.649Z[ helios-setup] Oct 16 03:41:02.291 INFO E| * [new tag] v0.7.0 -> v0.7.0
27822024-10-16T03:41:03.649Z[ helios-setup] Oct 16 03:41:02.291 INFO E| * [new tag] v0.8.0 -> v0.8.0
27832024-10-16T03:41:03.649Z[ helios-setup] Oct 16 03:41:02.291 INFO E| * [new tag] v0.9.0 -> v0.9.0
27842024-10-16T03:41:03.699Z[ helios-setup] Oct 16 03:41:02.344 INFO E| Updating crates.io index
27852024-10-16T03:41:03.797Z[ host-package] Compiling sct v0.7.1
27862024-10-16T03:41:03.905Z[ helios-setup] Oct 16 03:41:02.550 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27872024-10-16T03:41:04.298Z[ host-package] Compiling heck v0.3.3
27882024-10-16T03:41:04.778Z[ host-package] Compiling castaway v0.2.3
27892024-10-16T03:41:04.804Z[ helios-setup] Oct 16 03:41:03.447 INFO E| From https://github.com/oxidecomputer/typify
27902024-10-16T03:41:04.804Z[ helios-setup] Oct 16 03:41:03.447 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27912024-10-16T03:41:04.836Z[ helios-setup] Oct 16 03:41:03.480 INFO E| * [new tag] v0.0.10 -> v0.0.10
27922024-10-16T03:41:04.836Z[ helios-setup] Oct 16 03:41:03.480 INFO E| * [new tag] v0.0.11 -> v0.0.11
27932024-10-16T03:41:04.839Z[ helios-setup] Oct 16 03:41:03.481 INFO E| * [new tag] v0.0.4 -> v0.0.4
27942024-10-16T03:41:04.839Z[ helios-setup] Oct 16 03:41:03.481 INFO E| * [new tag] v0.0.5 -> v0.0.5
27952024-10-16T03:41:04.839Z[ helios-setup] Oct 16 03:41:03.481 INFO E| * [new tag] v0.0.7 -> v0.0.7
27962024-10-16T03:41:04.839Z[ helios-setup] Oct 16 03:41:03.481 INFO E| * [new tag] v0.0.8 -> v0.0.8
27972024-10-16T03:41:04.839Z[ helios-setup] Oct 16 03:41:03.481 INFO E| * [new tag] v0.0.9 -> v0.0.9
27982024-10-16T03:41:05.006Z[ host-package] Compiling rand_seeder v0.3.0
27992024-10-16T03:41:05.330Z[ helios-setup] Oct 16 03:41:03.975 INFO E| Downloading crates ...
28002024-10-16T03:41:05.461Z[ host-package] Compiling csv-core v0.1.11
28012024-10-16T03:41:05.473Z[ helios-setup] Oct 16 03:41:04.118 INFO E| Downloaded const-random-macro v0.1.15
28022024-10-16T03:41:05.476Z[ helios-setup] Oct 16 03:41:04.120 INFO E| Downloaded ahash v0.7.6
28032024-10-16T03:41:05.517Z[ helios-setup] Oct 16 03:41:04.162 INFO E| Downloaded async-trait v0.1.68
28042024-10-16T03:41:05.525Z[ helios-setup] Oct 16 03:41:04.169 INFO E| Downloaded fastrand v1.9.0
28052024-10-16T03:41:05.527Z[ helios-setup] Oct 16 03:41:04.172 INFO E| Downloaded http-body v0.4.5
28062024-10-16T03:41:05.531Z[ helios-setup] Oct 16 03:41:04.175 INFO E| Downloaded iana-time-zone v0.1.56
28072024-10-16T03:41:05.535Z[ helios-setup] Oct 16 03:41:04.180 INFO E| Downloaded either v1.8.0
28082024-10-16T03:41:05.538Z[ helios-setup] Oct 16 03:41:04.183 INFO E| Downloaded num_enum v0.5.7
28092024-10-16T03:41:05.546Z[ helios-setup] Oct 16 03:41:04.191 INFO E| Downloaded rustfmt-wrapper v0.2.0
28102024-10-16T03:41:05.551Z[ helios-setup] Oct 16 03:41:04.194 INFO E| Downloaded serde_spanned v0.6.1
28112024-10-16T03:41:05.553Z[ helios-setup] Oct 16 03:41:04.198 INFO E| Downloaded sha2 v0.10.6
28122024-10-16T03:41:05.559Z[ helios-setup] Oct 16 03:41:04.203 INFO E| Downloaded tokio-macros v2.0.0
28132024-10-16T03:41:05.562Z[ helios-setup] Oct 16 03:41:04.207 INFO E| Downloaded tungstenite v0.18.0
28142024-10-16T03:41:05.569Z[ helios-setup] Oct 16 03:41:04.214 INFO E| Downloaded concolor-override v1.0.0
28152024-10-16T03:41:05.573Z[ helios-setup] Oct 16 03:41:04.216 INFO E| Downloaded thiserror-impl v1.0.38
28162024-10-16T03:41:05.575Z[ helios-setup] Oct 16 03:41:04.220 INFO E| Downloaded async-stream-impl v0.3.5
28172024-10-16T03:41:05.577Z[ helios-setup] Oct 16 03:41:04.222 INFO E| Downloaded tower-service v0.3.2
28182024-10-16T03:41:05.579Z[ helios-setup] Oct 16 03:41:04.224 INFO E| Downloaded ipnet v2.7.2
28192024-10-16T03:41:05.583Z[ helios-setup] Oct 16 03:41:04.228 INFO E| Downloaded quote v1.0.36
28202024-10-16T03:41:05.589Z[ helios-setup] Oct 16 03:41:04.234 INFO E| Downloaded clap v4.2.1
28212024-10-16T03:41:05.607Z[ helios-setup] Oct 16 03:41:04.252 INFO E| Downloaded terminal_size v0.2.6
28222024-10-16T03:41:05.610Z[ helios-setup] Oct 16 03:41:04.254 INFO E| Downloaded semver v0.11.0
28232024-10-16T03:41:05.613Z[ helios-setup] Oct 16 03:41:04.257 INFO E| Downloaded toolchain_find v0.2.0
28242024-10-16T03:41:05.616Z[ helios-setup] Oct 16 03:41:04.261 INFO E| Downloaded toml_datetime v0.6.1
28252024-10-16T03:41:05.619Z[ helios-setup] Oct 16 03:41:04.263 INFO E| Downloaded schemars_derive v0.8.12
28262024-10-16T03:41:05.624Z[ helios-setup] Oct 16 03:41:04.268 INFO E| Downloaded sct v0.7.0
28272024-10-16T03:41:05.632Z[ helios-setup] Oct 16 03:41:04.276 INFO E| Downloaded semver-parser v0.10.2
28282024-10-16T03:41:05.636Z[ helios-setup] Oct 16 03:41:04.281 INFO E| Downloaded textwrap v0.16.0
28292024-10-16T03:41:05.641Z[ helios-setup] Oct 16 03:41:04.286 INFO E| Downloaded try-lock v0.2.4
28302024-10-16T03:41:05.644Z[ helios-setup] Oct 16 03:41:04.289 INFO E| Downloaded crossbeam-epoch v0.9.13
28312024-10-16T03:41:05.650Z[ helios-setup] Oct 16 03:41:04.295 INFO E| Downloaded want v0.3.0
28322024-10-16T03:41:05.653Z[ helios-setup] Oct 16 03:41:04.297 INFO E| Downloaded url v2.3.1
28332024-10-16T03:41:05.659Z[ helios-setup] Oct 16 03:41:04.304 INFO E| Downloaded signal-hook-registry v1.4.0
28342024-10-16T03:41:05.670Z[ helios-setup] Oct 16 03:41:04.306 INFO E| Downloaded utf8parse v0.2.1
28352024-10-16T03:41:05.670Z[ helios-setup] Oct 16 03:41:04.309 INFO E| Downloaded serde v1.0.204
28362024-10-16T03:41:05.672Z[ helios-setup] Oct 16 03:41:04.316 INFO E| Downloaded scopeguard v1.1.0
28372024-10-16T03:41:05.674Z[ helios-setup] Oct 16 03:41:04.318 INFO E| Downloaded semver v1.0.17
28382024-10-16T03:41:05.679Z[ helios-setup] Oct 16 03:41:04.324 INFO E| Downloaded jobserver v0.1.26
28392024-10-16T03:41:05.683Z[ helios-setup] Oct 16 03:41:04.328 INFO E| Downloaded unicode-normalization v0.1.22
28402024-10-16T03:41:05.697Z[ helios-setup] Oct 16 03:41:04.341 INFO E| Downloaded pin-project-lite v0.2.9
28412024-10-16T03:41:05.704Z[ helios-setup] Oct 16 03:41:04.349 INFO E| Downloaded schemars v0.8.12
28422024-10-16T03:41:05.724Z[ helios-setup] Oct 16 03:41:04.369 INFO E| Downloaded unicode-bidi v0.3.13
28432024-10-16T03:41:05.727Z[ helios-setup] Oct 16 03:41:04.372 INFO E| Downloaded unsafe-libyaml v0.2.8
28442024-10-16T03:41:05.734Z[ helios-setup] Oct 16 03:41:04.379 INFO E| Downloaded unicode-linebreak v0.1.4
28452024-10-16T03:41:05.738Z[ helios-setup] Oct 16 03:41:04.382 INFO E| Downloaded winnow v0.4.1
28462024-10-16T03:41:05.752Z[ helios-setup] Oct 16 03:41:04.397 INFO E| Downloaded serde_json v1.0.95
28472024-10-16T03:41:05.771Z[ helios-setup] Oct 16 03:41:04.416 INFO E| Downloaded syn v2.0.72
28482024-10-16T03:41:05.790Z[ helios-setup] Oct 16 03:41:04.434 INFO E| Downloaded syn v1.0.107
28492024-10-16T03:41:05.805Z[ helios-setup] Oct 16 03:41:04.450 INFO E| Downloaded serde_derive v1.0.204
28502024-10-16T03:41:05.809Z[ helios-setup] Oct 16 03:41:04.454 INFO E| Downloaded tokio v1.27.0
28512024-10-16T03:41:05.873Z[ helios-setup] Oct 16 03:41:04.518 INFO E| Downloaded http v0.2.9
28522024-10-16T03:41:05.880Z[ helios-setup] Oct 16 03:41:04.525 INFO E| Downloaded futures-util v0.3.28
28532024-10-16T03:41:05.905Z[ helios-setup] Oct 16 03:41:04.549 INFO E| Downloaded aho-corasick v0.7.20
28542024-10-16T03:41:05.911Z[ helios-setup] Oct 16 03:41:04.556 INFO E| Downloaded pest v2.5.7
28552024-10-16T03:41:05.944Z[ helios-setup] Oct 16 03:41:04.588 INFO E| Downloaded mio v0.8.5
28562024-10-16T03:41:05.952Z[ helios-setup] Oct 16 03:41:04.597 INFO E| Downloaded reqwest v0.11.16
28572024-10-16T03:41:05.968Z[ helios-setup] Oct 16 03:41:04.613 INFO E| Downloaded chrono v0.4.24
28582024-10-16T03:41:05.980Z[ helios-setup] Oct 16 03:41:04.625 INFO E| Downloaded rayon v1.6.1
28592024-10-16T03:41:05.995Z[ helios-setup] Oct 16 03:41:04.639 INFO E| Downloaded hyper v0.14.25
28602024-10-16T03:41:06.010Z[ helios-setup] Oct 16 03:41:04.654 INFO E| Downloaded regress v0.5.0
28612024-10-16T03:41:06.024Z[ helios-setup] Oct 16 03:41:04.668 INFO E| Downloaded rustls v0.21.0
28622024-10-16T03:41:06.042Z[ helios-setup] Oct 16 03:41:04.687 INFO E| Downloaded regex v1.7.3
28632024-10-16T03:41:06.056Z[ helios-setup] Oct 16 03:41:04.701 INFO E| Downloaded rustix v0.37.3
28642024-10-16T03:41:06.091Z[ helios-setup] Oct 16 03:41:04.735 INFO E| Downloaded rhai v1.14.0
28652024-10-16T03:41:06.113Z[ helios-setup] Oct 16 03:41:04.758 INFO E| Downloaded openapiv3 v1.0.2
28662024-10-16T03:41:06.136Z[ helios-setup] Oct 16 03:41:04.780 INFO E| Downloaded h2 v0.3.16
28672024-10-16T03:41:06.185Z[ helios-setup] Oct 16 03:41:04.830 INFO E| Downloaded git2 v0.16.1
28682024-10-16T03:41:06.200Z[ helios-setup] Oct 16 03:41:04.844 INFO E| Downloaded clap_builder v4.2.1
28692024-10-16T03:41:06.214Z[ helios-setup] Oct 16 03:41:04.856 INFO E| Downloaded base64 v0.21.0
28702024-10-16T03:41:06.218Z[ helios-setup] Oct 16 03:41:04.862 INFO E| Downloaded libc v0.2.139
28712024-10-16T03:41:06.261Z[ helios-setup] Oct 16 03:41:04.906 INFO E| Downloaded tracing v0.1.37
28722024-10-16T03:41:06.268Z[ helios-setup] Oct 16 03:41:04.913 INFO E| Downloaded toml_edit v0.19.8
28732024-10-16T03:41:06.296Z[ helios-setup] Oct 16 03:41:04.941 INFO E| Downloaded toml v0.7.3
28742024-10-16T03:41:06.301Z[ helios-setup] Oct 16 03:41:04.946 INFO E| Downloaded ryu v1.0.13
28752024-10-16T03:41:06.307Z[ helios-setup] Oct 16 03:41:04.951 INFO E| Downloaded rayon-core v1.10.2
28762024-10-16T03:41:06.313Z[ helios-setup] Oct 16 03:41:04.958 INFO E| Downloaded num-traits v0.2.15
28772024-10-16T03:41:06.317Z[ helios-setup] Oct 16 03:41:04.962 INFO E| Downloaded crossbeam-channel v0.5.6
28782024-10-16T03:41:06.325Z[ helios-setup] Oct 16 03:41:04.970 INFO E| Downloaded ucd-trie v0.1.5
28792024-10-16T03:41:06.328Z[ helios-setup] Oct 16 03:41:04.973 INFO E| Downloaded socket2 v0.4.9
28802024-10-16T03:41:06.331Z[ helios-setup] Oct 16 03:41:04.976 INFO E| Downloaded httparse v1.8.0
28812024-10-16T03:41:06.336Z[ helios-setup] Oct 16 03:41:04.981 INFO E| Downloaded anyhow v1.0.68
28822024-10-16T03:41:06.343Z[ helios-setup] Oct 16 03:41:04.988 INFO E| Downloaded tokio-util v0.7.7
28832024-10-16T03:41:06.354Z[ helios-setup] Oct 16 03:41:04.998 INFO E| Downloaded tokio-rustls v0.24.0
28842024-10-16T03:41:06.361Z[ helios-setup] Oct 16 03:41:05.006 INFO E| Downloaded serde_derive_internals v0.26.0
28852024-10-16T03:41:06.364Z[ helios-setup] Oct 16 03:41:05.009 INFO E| Downloaded rustls-webpki v0.100.1
28862024-10-16T03:41:06.375Z[ helios-setup] Oct 16 03:41:05.019 INFO E| Downloaded parking_lot_core v0.9.6
28872024-10-16T03:41:06.378Z[ helios-setup] Oct 16 03:41:05.023 INFO E| Downloaded encoding_rs v0.8.32
28882024-10-16T03:41:06.427Z[ helios-setup] Oct 16 03:41:05.071 INFO E| Downloaded memchr v2.5.0
28892024-10-16T03:41:06.433Z[ helios-setup] Oct 16 03:41:05.078 INFO E| Downloaded log v0.4.17
28902024-10-16T03:41:06.437Z[ helios-setup] Oct 16 03:41:05.081 INFO E| Downloaded futures-core v0.3.28
28912024-10-16T03:41:06.439Z[ helios-setup] Oct 16 03:41:05.084 INFO E| Downloaded crossbeam-utils v0.8.14
28922024-10-16T03:41:06.443Z[ helios-setup] Oct 16 03:41:05.088 INFO E| Downloaded cc v1.0.78
28932024-10-16T03:41:06.447Z[ helios-setup] Oct 16 03:41:05.092 INFO E| Downloaded percent-encoding v2.2.0
28942024-10-16T03:41:06.450Z[ helios-setup] Oct 16 03:41:05.093 INFO E| Downloaded tokio-tungstenite v0.18.0
28952024-10-16T03:41:06.452Z[ helios-setup] Oct 16 03:41:05.097 INFO E| Downloaded time v0.1.45
28962024-10-16T03:41:06.455Z[ helios-setup] Oct 16 03:41:05.099 INFO E| Downloaded tempfile v3.5.0
28972024-10-16T03:41:06.458Z[ helios-setup] Oct 16 03:41:05.103 INFO E| Downloaded smartstring v1.0.1
28982024-10-16T03:41:06.463Z[ helios-setup] Oct 16 03:41:05.108 INFO E| Downloaded io-lifetimes v1.0.10
28992024-10-16T03:41:06.467Z[ helios-setup] Oct 16 03:41:05.112 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29002024-10-16T03:41:06.503Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29012024-10-16T03:41:06.562Z[ helios-setup] Oct 16 03:41:05.206 INFO E| Downloaded bytes v1.4.0
29022024-10-16T03:41:06.569Z[ helios-setup] Oct 16 03:41:05.213 INFO E| Downloaded parking_lot v0.12.1
29032024-10-16T03:41:06.573Z[ helios-setup] Oct 16 03:41:05.218 INFO E| Downloaded futures v0.3.28
29042024-10-16T03:41:06.582Z[ helios-setup] Oct 16 03:41:05.227 INFO E| Downloaded tinyvec v1.6.0
29052024-10-16T03:41:06.587Z[ helios-setup] Oct 16 03:41:05.232 INFO E| Downloaded serde_yaml v0.9.21
29062024-10-16T03:41:06.596Z[ helios-setup] Oct 16 03:41:05.239 INFO E| Downloaded futures-channel v0.3.28
29072024-10-16T03:41:06.599Z[ helios-setup] Oct 16 03:41:05.242 INFO E| Downloaded libz-sys v1.1.8
29082024-10-16T03:41:06.700Z[ helios-setup] Oct 16 03:41:05.344 INFO E| Downloaded cargo-lock v8.0.3
29092024-10-16T03:41:06.704Z[ helios-setup] Oct 16 03:41:05.349 INFO E| Downloaded camino v1.1.4
29102024-10-16T03:41:06.707Z[ helios-setup] Oct 16 03:41:05.352 INFO E| Downloaded bincode v1.3.3
29112024-10-16T03:41:06.710Z[ helios-setup] Oct 16 03:41:05.355 INFO E| Downloaded thiserror v1.0.38
29122024-10-16T03:41:06.717Z[ helios-setup] Oct 16 03:41:05.362 INFO E| Downloaded sha1 v0.10.5
29132024-10-16T03:41:06.720Z[ helios-setup] Oct 16 03:41:05.364 INFO E| Downloaded byteorder v1.4.3
29142024-10-16T03:41:06.723Z[ helios-setup] Oct 16 03:41:05.367 INFO E| Downloaded rhai_codegen v1.5.0
29152024-10-16T03:41:06.735Z[ helios-setup] Oct 16 03:41:05.380 INFO E| Downloaded getrandom v0.2.8
29162024-10-16T03:41:06.739Z[ helios-setup] Oct 16 03:41:05.384 INFO E| Downloaded tracing-core v0.1.30
29172024-10-16T03:41:06.743Z[ helios-setup] Oct 16 03:41:05.388 INFO E| Downloaded slog-async v2.7.0
29182024-10-16T03:41:06.745Z[ helios-setup] Oct 16 03:41:05.389 INFO E| Downloaded num_enum_derive v0.5.7
29192024-10-16T03:41:06.748Z[ helios-setup] Oct 16 03:41:05.391 INFO E| Downloaded num_cpus v1.15.0
29202024-10-16T03:41:06.750Z[ helios-setup] Oct 16 03:41:05.394 INFO E| Downloaded serde_tokenstream v0.2.0
29212024-10-16T03:41:06.754Z[ helios-setup] Oct 16 03:41:05.398 INFO E| Downloaded serde_path_to_error v0.1.11
29222024-10-16T03:41:06.756Z[ helios-setup] Oct 16 03:41:05.400 INFO E| Downloaded lock_api v0.4.9
29232024-10-16T03:41:06.758Z[ helios-setup] Oct 16 03:41:05.402 INFO E| Downloaded form_urlencoded v1.1.0
29242024-10-16T03:41:06.758Z[ helios-setup] Oct 16 03:41:05.403 INFO E| Downloaded ppv-lite86 v0.2.17
29252024-10-16T03:41:06.770Z[ helios-setup] Oct 16 03:41:05.405 INFO E| Downloaded is-terminal v0.4.7
29262024-10-16T03:41:06.770Z[ helios-setup] Oct 16 03:41:05.406 INFO E| Downloaded anstyle v0.3.5
29272024-10-16T03:41:06.770Z[ helios-setup] Oct 16 03:41:05.408 INFO E| Downloaded unicode-ident v1.0.8
29282024-10-16T03:41:06.770Z[ helios-setup] Oct 16 03:41:05.413 INFO E| Downloaded slab v0.4.7
29292024-10-16T03:41:06.772Z[ helios-setup] Oct 16 03:41:05.415 INFO E| Downloaded once_cell v1.17.0
29302024-10-16T03:41:06.775Z[ helios-setup] Oct 16 03:41:05.418 INFO E| Downloaded num-integer v0.1.45
29312024-10-16T03:41:06.778Z[ helios-setup] Oct 16 03:41:05.421 INFO E| Downloaded uuid v1.3.0
29322024-10-16T03:41:06.783Z[ helios-setup] Oct 16 03:41:05.428 INFO E| Downloaded concolor-query v0.3.3
29332024-10-16T03:41:06.785Z[ helios-setup] Oct 16 03:41:05.429 INFO E| Downloaded clap_lex v0.4.1
29342024-10-16T03:41:06.789Z[ helios-setup] Oct 16 03:41:05.430 INFO E| Downloaded futures-executor v0.3.28
29352024-10-16T03:41:06.789Z[ helios-setup] Oct 16 03:41:05.432 INFO E| Downloaded crossbeam-deque v0.8.2
29362024-10-16T03:41:06.791Z[ helios-setup] Oct 16 03:41:05.434 INFO E| Downloaded strsim v0.10.0
29372024-10-16T03:41:06.791Z[ helios-setup] Oct 16 03:41:05.436 INFO E| Downloaded smawk v0.3.1
29382024-10-16T03:41:06.799Z[ helios-setup] Oct 16 03:41:05.438 INFO E| Downloaded smallvec v1.10.0
29392024-10-16T03:41:06.801Z[ helios-setup] Oct 16 03:41:05.444 INFO E| Downloaded project-root v0.2.2
29402024-10-16T03:41:06.801Z[ helios-setup] Oct 16 03:41:05.444 INFO E| Downloaded memoffset v0.7.1
29412024-10-16T03:41:06.801Z[ helios-setup] Oct 16 03:41:05.444 INFO E| Downloaded futures-task v0.3.28
29422024-10-16T03:41:06.801Z[ helios-setup] Oct 16 03:41:05.444 INFO E| Downloaded futures-macro v0.3.28
29432024-10-16T03:41:06.801Z[ helios-setup] Oct 16 03:41:05.445 INFO E| Downloaded dyn-clone v1.0.11
29442024-10-16T03:41:06.804Z[ helios-setup] Oct 16 03:41:05.448 INFO E| Downloaded slog-bunyan v2.4.0
29452024-10-16T03:41:06.806Z[ helios-setup] Oct 16 03:41:05.449 INFO E| Downloaded proc-macro-crate v1.2.1
29462024-10-16T03:41:06.806Z[ helios-setup] Oct 16 03:41:05.451 INFO E| Downloaded lazy_static v1.4.0
29472024-10-16T03:41:06.808Z[ helios-setup] Oct 16 03:41:05.452 INFO E| Downloaded itoa v1.0.6
29482024-10-16T03:41:06.811Z[ helios-setup] Oct 16 03:41:05.454 INFO E| Downloaded async-stream v0.3.5
29492024-10-16T03:41:06.813Z[ helios-setup] Oct 16 03:41:05.457 INFO E| Downloaded built v0.6.0
29502024-10-16T03:41:06.815Z[ helios-setup] Oct 16 03:41:05.459 INFO E| Downloaded paste v1.0.12
29512024-10-16T03:41:06.820Z[ helios-setup] Oct 16 03:41:05.464 INFO E| Downloaded autocfg v1.1.0
29522024-10-16T03:41:06.822Z[ helios-setup] Oct 16 03:41:05.467 INFO E| Downloaded pkg-config v0.3.26
29532024-10-16T03:41:06.825Z[ helios-setup] Oct 16 03:41:05.469 INFO E| Downloaded httpdate v1.0.2
29542024-10-16T03:41:06.827Z[ helios-setup] Oct 16 03:41:05.471 INFO E| Downloaded clap_derive v4.2.0
29552024-10-16T03:41:06.830Z[ helios-setup] Oct 16 03:41:05.475 INFO E| Downloaded rustls-pemfile v1.0.2
29562024-10-16T03:41:06.833Z[ helios-setup] Oct 16 03:41:05.478 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29572024-10-16T03:41:06.836Z[ helios-setup] Oct 16 03:41:05.481 INFO E| Downloaded digest v0.10.6
29582024-10-16T03:41:06.839Z[ helios-setup] Oct 16 03:41:05.484 INFO E| Downloaded anstream v0.2.6
29592024-10-16T03:41:06.842Z[ helios-setup] Oct 16 03:41:05.487 INFO E| Downloaded futures-io v0.3.28
29602024-10-16T03:41:06.845Z[ helios-setup] Oct 16 03:41:05.489 INFO E| Downloaded home v0.5.4
29612024-10-16T03:41:06.847Z[ helios-setup] Oct 16 03:41:05.490 INFO E| Downloaded futures-sink v0.3.28
29622024-10-16T03:41:06.847Z[ helios-setup] Oct 16 03:41:05.491 INFO E| Downloaded anstyle-parse v0.1.1
29632024-10-16T03:41:06.850Z[ helios-setup] Oct 16 03:41:05.494 INFO E| Downloaded const-random v0.1.15
29642024-10-16T03:41:06.852Z[ helios-setup] Oct 16 03:41:05.495 INFO E| Downloaded ahash v0.8.3
29652024-10-16T03:41:07.031Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29662024-10-16T03:41:07.152Z[ helios-setup] Oct 16 03:41:05.796 INFO E| Compiling proc-macro2 v1.0.86
29672024-10-16T03:41:07.153Z[ helios-setup] Oct 16 03:41:05.797 INFO E| Compiling libc v0.2.139
29682024-10-16T03:41:07.153Z[ helios-setup] Oct 16 03:41:05.797 INFO E| Compiling unicode-ident v1.0.8
29692024-10-16T03:41:07.155Z[ helios-setup] Oct 16 03:41:05.797 INFO E| Compiling autocfg v1.1.0
29702024-10-16T03:41:07.155Z[ helios-setup] Oct 16 03:41:05.797 INFO E| Compiling cfg-if v1.0.0
29712024-10-16T03:41:07.155Z[ helios-setup] Oct 16 03:41:05.797 INFO E| Compiling version_check v0.9.4
29722024-10-16T03:41:07.155Z[ helios-setup] Oct 16 03:41:05.797 INFO E| Compiling serde v1.0.204
29732024-10-16T03:41:07.155Z[ helios-setup] Oct 16 03:41:05.797 INFO E| Compiling syn v1.0.107
29742024-10-16T03:41:07.727Z[ helios-setup] Oct 16 03:41:06.368 INFO E| Compiling memchr v2.5.0
29752024-10-16T03:41:08.223Z[ helios-setup] Oct 16 03:41:06.864 INFO E| Compiling once_cell v1.17.0
29762024-10-16T03:41:08.258Z[ host-package] Compiling http-range v0.1.5
29772024-10-16T03:41:08.422Z[ helios-setup] Oct 16 03:41:07.066 INFO E| Compiling log v0.4.17
29782024-10-16T03:41:08.661Z[ helios-setup] Oct 16 03:41:07.305 INFO E| Compiling thiserror v1.0.38
29792024-10-16T03:41:08.955Z[ host-package] Compiling hyper-staticfile v0.10.1
29802024-10-16T03:41:09.226Z[ helios-setup] Oct 16 03:41:07.868 INFO E| Compiling itoa v1.0.6
29812024-10-16T03:41:09.384Z[ helios-setup] Oct 16 03:41:08.027 INFO E| Compiling serde_json v1.0.95
29822024-10-16T03:41:09.478Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29832024-10-16T03:41:10.224Z[ helios-setup] Oct 16 03:41:08.868 INFO E| Compiling indexmap v1.9.3
29842024-10-16T03:41:10.755Z[ helios-setup] Oct 16 03:41:09.399 INFO E| Compiling pin-project-lite v0.2.9
29852024-10-16T03:41:10.872Z[ helios-setup] Oct 16 03:41:09.515 INFO E| Compiling scopeguard v1.1.0
29862024-10-16T03:41:11.228Z[ helios-setup] Oct 16 03:41:09.872 INFO E| Compiling quote v1.0.36
29872024-10-16T03:41:11.233Z[ helios-setup] Oct 16 03:41:09.873 INFO E| Compiling num-integer v0.1.45
29882024-10-16T03:41:11.411Z[ helios-setup] Oct 16 03:41:10.056 INFO E| Compiling bytes v1.4.0
29892024-10-16T03:41:11.492Z[ host-package] Compiling csv v1.3.0
29902024-10-16T03:41:11.526Z[ helios-setup] Oct 16 03:41:10.170 INFO E| Compiling futures-core v0.3.28
29912024-10-16T03:41:12.340Z[ helios-setup] Oct 16 03:41:10.983 INFO E| Compiling syn v2.0.72
29922024-10-16T03:41:12.807Z[ helios-setup] Oct 16 03:41:11.451 INFO E| Compiling jobserver v0.1.26
29932024-10-16T03:41:12.881Z[ helios-setup] Oct 16 03:41:11.525 INFO E| Compiling getrandom v0.2.8
29942024-10-16T03:41:13.642Z[ helios-setup] Oct 16 03:41:12.286 INFO E| Compiling cc v1.0.78
29952024-10-16T03:41:13.881Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29962024-10-16T03:41:13.942Z[ host-package] Compiling compact_str v0.8.0
29972024-10-16T03:41:14.154Z[ helios-setup] Oct 16 03:41:12.797 INFO E| Compiling ryu v1.0.13
29982024-10-16T03:41:14.391Z[ host-package] Compiling zone_cfg_derive v0.1.2
29992024-10-16T03:41:15.112Z[ helios-setup] Oct 16 03:41:13.755 INFO E| Compiling lock_api v0.4.9
30002024-10-16T03:41:15.190Z[ helios-setup] Oct 16 03:41:13.833 INFO E| Compiling bitflags v1.3.2
30012024-10-16T03:41:15.350Z[ helios-setup] Oct 16 03:41:13.993 INFO E| Compiling parking_lot_core v0.9.6
30022024-10-16T03:41:15.381Z[ helios-setup] Oct 16 03:41:14.025 INFO E| Compiling typenum v1.16.0
30032024-10-16T03:41:15.491Z[ helios-setup] Oct 16 03:41:14.135 INFO E| Compiling num_cpus v1.15.0
30042024-10-16T03:41:16.326Z[ helios-setup] Oct 16 03:41:14.970 INFO E| Compiling slab v0.4.7
30052024-10-16T03:41:16.416Z[ helios-setup] Oct 16 03:41:15.060 INFO E| Compiling generic-array v0.14.6
30062024-10-16T03:41:16.496Z[ helios-setup] Oct 16 03:41:15.140 INFO E| Compiling futures-channel v0.3.28
30072024-10-16T03:41:16.832Z[ helios-setup] Oct 16 03:41:15.476 INFO E| Compiling futures-task v0.3.28
30082024-10-16T03:41:17.219Z[ helios-setup] Oct 16 03:41:15.862 INFO E| Compiling futures-sink v0.3.28
30092024-10-16T03:41:17.319Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30102024-10-16T03:41:17.762Z[ helios-setup] Oct 16 03:41:16.406 INFO E| Compiling tokio v1.27.0
30112024-10-16T03:41:17.819Z[ helios-setup] Oct 16 03:41:16.462 INFO E| Compiling futures-util v0.3.28
30122024-10-16T03:41:17.938Z[ helios-setup] Oct 16 03:41:16.582 INFO E| Compiling schemars v0.8.12
30132024-10-16T03:41:18.906Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30142024-10-16T03:41:19.144Z[ host-package] Compiling nix v0.27.1
30152024-10-16T03:41:19.166Z[ helios-setup] Oct 16 03:41:17.809 INFO E| Compiling signal-hook-registry v1.4.0
30162024-10-16T03:41:19.166Z[ helios-setup] Oct 16 03:41:17.809 INFO E| Compiling socket2 v0.4.9
30172024-10-16T03:41:19.297Z[ helios-setup] Oct 16 03:41:17.941 INFO E| Compiling mio v0.8.5
30182024-10-16T03:41:19.519Z[ helios-setup] Oct 16 03:41:18.162 INFO E| Compiling num-traits v0.2.15
30192024-10-16T03:41:20.156Z[ helios-setup] Oct 16 03:41:18.799 INFO E| Compiling ahash v0.7.6
30202024-10-16T03:41:20.461Z[ helios-setup] Oct 16 03:41:19.105 INFO E| Compiling io-lifetimes v1.0.10
30212024-10-16T03:41:21.732Z[ helios-setup] Oct 16 03:41:20.375 INFO E| Compiling futures-io v0.3.28
30222024-10-16T03:41:22.152Z[ helios-setup] Oct 16 03:41:20.795 INFO E| Compiling crunchy v0.2.2
30232024-10-16T03:41:22.164Z[ helios-setup] Oct 16 03:41:20.807 INFO E| Compiling pin-utils v0.1.0
30242024-10-16T03:41:23.254Z[ helios-setup] Oct 16 03:41:21.897 INFO E| Compiling ahash v0.8.3
30252024-10-16T03:41:23.256Z[ helios-setup] Oct 16 03:41:21.897 INFO E| Compiling rustix v0.37.3
30262024-10-16T03:41:23.262Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30272024-10-16T03:41:23.353Z[ helios-setup] Oct 16 03:41:21.996 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30282024-10-16T03:41:24.177Z[ helios-setup] Oct 16 03:41:22.820 INFO E| Compiling tiny-keccak v2.0.2
30292024-10-16T03:41:24.282Z[ helios-setup] Oct 16 03:41:22.924 INFO E| Compiling hashbrown v0.12.3
30302024-10-16T03:41:24.989Z[ helios-setup] Oct 16 03:41:23.632 INFO E| Compiling serde_derive_internals v0.26.0
30312024-10-16T03:41:25.017Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30322024-10-16T03:41:25.107Z[ helios-setup] Oct 16 03:41:23.750 INFO E| Compiling crypto-common v0.1.6
30332024-10-16T03:41:25.172Z[ helios-setup] Oct 16 03:41:23.815 INFO E| Compiling block-buffer v0.10.3
30342024-10-16T03:41:26.034Z[ helios-setup] Oct 16 03:41:24.676 INFO E| Compiling errno v0.3.1
30352024-10-16T03:41:26.749Z[ helios-setup] Oct 16 03:41:25.391 INFO E| Compiling slog v2.7.0
30362024-10-16T03:41:26.805Z[ helios-setup] Oct 16 03:41:25.448 INFO E| Compiling crossbeam-utils v0.8.14
30372024-10-16T03:41:26.919Z[ helios-setup] Oct 16 03:41:25.561 INFO E| Compiling pkg-config v0.3.26
30382024-10-16T03:41:27.616Z[ helios-setup] Oct 16 03:41:26.259 INFO E| Compiling fnv v1.0.7
30392024-10-16T03:41:27.946Z[ helios-setup] Oct 16 03:41:26.589 INFO E| Compiling http v0.2.9
30402024-10-16T03:41:29.363Z[ helios-setup] Oct 16 03:41:28.005 INFO E| Compiling digest v0.10.6
30412024-10-16T03:41:30.972Z[ helios-setup] Oct 16 03:41:29.614 INFO E| Compiling aho-corasick v0.7.20
30422024-10-16T03:41:31.222Z[ helios-setup] Oct 16 03:41:29.863 INFO E| Compiling anyhow v1.0.68
30432024-10-16T03:41:32.223Z[ helios-setup] Oct 16 03:41:30.865 INFO E| Compiling tinyvec_macros v0.1.1
30442024-10-16T03:41:32.675Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30452024-10-16T03:41:32.759Z[ helios-setup] Oct 16 03:41:31.401 INFO E| Compiling unicode-width v0.1.10
30462024-10-16T03:41:33.399Z[ helios-setup] Oct 16 03:41:32.041 INFO E| Compiling percent-encoding v2.2.0
30472024-10-16T03:41:33.462Z[ helios-setup] Oct 16 03:41:32.104 INFO E| Compiling regex-syntax v0.6.29
30482024-10-16T03:41:33.879Z[ helios-setup] Oct 16 03:41:32.520 INFO E| Compiling cpufeatures v0.2.5
30492024-10-16T03:41:34.053Z[ helios-setup] Oct 16 03:41:32.694 INFO E| Compiling httparse v1.8.0
30502024-10-16T03:41:34.198Z[ helios-setup] Oct 16 03:41:32.840 INFO E| Compiling heck v0.4.1
30512024-10-16T03:41:34.498Z[ helios-setup] Oct 16 03:41:33.140 INFO E| Compiling const-random-macro v0.1.15
30522024-10-16T03:41:34.998Z[ helios-setup] Oct 16 03:41:33.640 INFO E| Compiling form_urlencoded v1.1.0
30532024-10-16T03:41:35.365Z[ helios-setup] Oct 16 03:41:34.006 INFO E| Compiling tinyvec v1.6.0
30542024-10-16T03:41:35.660Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30552024-10-16T03:41:35.964Z[ helios-setup] Oct 16 03:41:34.606 INFO E| Compiling serde_derive v1.0.204
30562024-10-16T03:41:36.270Z[ helios-setup] Oct 16 03:41:34.911 INFO E| Compiling futures-macro v0.3.28
30572024-10-16T03:41:36.328Z[ helios-setup] Oct 16 03:41:34.969 INFO E| Compiling tokio-macros v2.0.0
30582024-10-16T03:41:36.611Z[ helios-setup] Oct 16 03:41:35.253 INFO E| Compiling thiserror-impl v1.0.38
30592024-10-16T03:41:37.335Z[ helios-setup] Oct 16 03:41:35.977 INFO E| Compiling schemars_derive v0.8.12
30602024-10-16T03:41:39.120Z[ helios-setup] Oct 16 03:41:37.761 INFO E| Compiling hashbrown v0.13.2
30612024-10-16T03:41:39.893Z[ helios-setup] Oct 16 03:41:38.534 INFO E| Compiling chrono v0.4.24
30622024-10-16T03:41:42.030Z[ helios-setup] Oct 16 03:41:40.671 INFO E| Compiling regex v1.7.3
30632024-10-16T03:41:43.651Z[ helios-setup] Oct 16 03:41:42.291 INFO E| Compiling libz-sys v1.1.8
30642024-10-16T03:41:44.810Z[ helios-setup] Oct 16 03:41:43.451 INFO E| Compiling dyn-clone v1.0.11
30652024-10-16T03:41:45.205Z[ helios-setup] Oct 16 03:41:43.846 INFO E| Compiling uuid v1.3.0
30662024-10-16T03:41:45.438Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30672024-10-16T03:41:45.584Z[ helios-setup] Oct 16 03:41:44.224 INFO E| Compiling regress v0.5.0
30682024-10-16T03:41:45.871Z[ helios-setup] Oct 16 03:41:44.511 INFO E| Compiling unicode-normalization v0.1.22
30692024-10-16T03:41:46.228Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30702024-10-16T03:41:46.307Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30712024-10-16T03:41:46.330Z[ helios-setup] Oct 16 03:41:44.970 INFO E| Compiling const-random v0.1.15
30722024-10-16T03:41:47.148Z[ host-package] Compiling unicode-truncate v1.1.0
30732024-10-16T03:41:47.196Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30742024-10-16T03:41:47.934Z[ host-package] Compiling hashlink v0.9.1
30752024-10-16T03:41:48.035Z[ host-package] Compiling lru v0.12.5
30762024-10-16T03:41:48.541Z[ host-package] Compiling instability v0.3.2
30772024-10-16T03:41:48.633Z[ helios-setup] Oct 16 03:41:47.273 INFO E| Compiling getopts v0.2.21
30782024-10-16T03:41:48.820Z[ helios-setup] Oct 16 03:41:47.460 INFO E| Compiling tracing-core v0.1.30
30792024-10-16T03:41:48.916Z[ host-package] Compiling cassowary v0.3.0
30802024-10-16T03:41:49.729Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30812024-10-16T03:41:49.757Z[ helios-setup] Oct 16 03:41:48.397 INFO E| Compiling memoffset v0.7.1
30822024-10-16T03:41:50.330Z[ host-package] Compiling base64 v0.13.1
30832024-10-16T03:41:50.631Z[ helios-setup] Oct 16 03:41:49.272 INFO E| Compiling powerfmt v0.2.0
30842024-10-16T03:41:50.657Z[ host-package] Compiling fallible-iterator v0.3.0
30852024-10-16T03:41:51.321Z[ helios-setup] Oct 16 03:41:49.961 INFO E| Compiling unicode-bidi v0.3.13
30862024-10-16T03:41:51.929Z[ helios-setup] Oct 16 03:41:50.569 INFO E| Compiling ucd-trie v0.1.5
30872024-10-16T03:41:52.135Z[ host-package] Compiling ron v0.7.1
30882024-10-16T03:41:52.327Z[ host-package] Compiling rusqlite v0.32.1
30892024-10-16T03:41:52.717Z[ helios-setup] Oct 16 03:41:51.356 INFO E| Compiling num-conv v0.1.0
30902024-10-16T03:41:53.529Z[ helios-setup] Oct 16 03:41:52.169 INFO E| Compiling time-core v0.1.2
30912024-10-16T03:41:54.118Z[ helios-setup] Oct 16 03:41:52.758 INFO E| Compiling time-macros v0.2.18
30922024-10-16T03:41:54.828Z[ helios-setup] Oct 16 03:41:53.466 INFO E| Compiling idna v0.3.0
30932024-10-16T03:41:55.926Z[ helios-setup] Oct 16 03:41:54.565 INFO E| Compiling pest v2.5.7
30942024-10-16T03:41:56.220Z[ helios-setup] Oct 16 03:41:54.860 INFO E| Compiling deranged v0.3.11
30952024-10-16T03:41:56.440Z[ host-package] Compiling ratatui v0.28.1
30962024-10-16T03:41:58.827Z[ helios-setup] Oct 16 03:41:57.467 INFO E| Compiling tracing v0.1.37
30972024-10-16T03:42:01.106Z[ helios-setup] Oct 16 03:41:59.745 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30982024-10-16T03:42:01.738Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30992024-10-16T03:42:01.789Z[ helios-setup] Oct 16 03:42:00.428 INFO E| Compiling time v0.1.45
31002024-10-16T03:42:02.235Z[ helios-setup] Oct 16 03:42:00.874 INFO E| Compiling crossbeam-epoch v0.9.13
31012024-10-16T03:42:03.250Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31022024-10-16T03:42:03.635Z[ helios-setup] Oct 16 03:42:02.274 INFO E| Compiling semver v1.0.17
31032024-10-16T03:42:03.724Z[ helios-setup] Oct 16 03:42:02.363 INFO E| Compiling num_threads v0.1.6
31042024-10-16T03:42:04.034Z[ helios-setup] Oct 16 03:42:02.673 INFO E| Compiling iana-time-zone v0.1.56
31052024-10-16T03:42:04.937Z[ helios-setup] Oct 16 03:42:03.576 INFO E| Compiling time v0.3.36
31062024-10-16T03:42:05.393Z[ helios-setup] Oct 16 03:42:04.032 INFO E| Compiling toml v0.5.11
31072024-10-16T03:42:05.677Z[ helios-setup] Oct 16 03:42:04.316 INFO E| Compiling serde_tokenstream v0.2.0
31082024-10-16T03:42:07.212Z[ helios-setup] Oct 16 03:42:05.851 INFO E| Compiling smallvec v1.10.0
31092024-10-16T03:42:07.634Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31102024-10-16T03:42:09.445Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31112024-10-16T03:42:09.918Z[ helios-setup] Oct 16 03:42:08.556 INFO E| Compiling parking_lot v0.12.1
31122024-10-16T03:42:11.248Z[ host-package] Compiling xz2 v0.1.7
31132024-10-16T03:42:12.712Z[ host-package] Compiling tokio-rustls v0.24.1
31142024-10-16T03:42:13.001Z[ helios-setup] Oct 16 03:42:11.639 INFO E| Compiling semver-parser v0.10.2
31152024-10-16T03:42:14.407Z[ helios-setup] Oct 16 03:42:13.045 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31162024-10-16T03:42:16.711Z[ helios-setup] Oct 16 03:42:15.349 INFO E| Compiling url v2.3.1
31172024-10-16T03:42:19.012Z[ host-package] Compiling zone v0.1.8
31182024-10-16T03:42:20.269Z[ helios-setup] Oct 16 03:42:18.906 INFO E| Compiling crossbeam-channel v0.5.6
31192024-10-16T03:42:20.949Z[ helios-setup] Oct 16 03:42:19.586 INFO E| Compiling dirs-sys-next v0.1.2
31202024-10-16T03:42:23.337Z[ helios-setup] Oct 16 03:42:21.974 INFO E| Compiling crc32fast v1.3.2
31212024-10-16T03:42:23.712Z[ helios-setup] Oct 16 03:42:22.349 INFO E| Compiling try-lock v0.2.4
31222024-10-16T03:42:23.779Z[ helios-setup] Oct 16 03:42:22.416 INFO E| Compiling same-file v1.0.6
31232024-10-16T03:42:24.258Z[ helios-setup] Oct 16 03:42:22.895 INFO E| Compiling walkdir v2.3.3
31242024-10-16T03:42:25.158Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31252024-10-16T03:42:25.374Z[ helios-setup] Oct 16 03:42:24.011 INFO E| Compiling want v0.3.0
31262024-10-16T03:42:26.261Z[ helios-setup] Oct 16 03:42:24.898 INFO E| Compiling dirs-next v2.0.0
31272024-10-16T03:42:28.240Z[ helios-setup] Oct 16 03:42:26.876 INFO E| Compiling semver v0.11.0
31282024-10-16T03:42:29.172Z[ helios-setup] Oct 16 03:42:27.808 INFO E| Compiling proc-macro-crate v1.2.1
31292024-10-16T03:42:30.124Z[ helios-setup] Oct 16 03:42:28.760 INFO E| Compiling tokio-util v0.7.7
31302024-10-16T03:42:32.259Z[ helios-setup] Oct 16 03:42:30.895 INFO E| Compiling futures-executor v0.3.28
31312024-10-16T03:42:33.327Z[ helios-setup] Oct 16 03:42:31.963 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31322024-10-16T03:42:34.248Z[ helios-setup] Oct 16 03:42:32.884 INFO E| Compiling h2 v0.3.16
31332024-10-16T03:42:34.603Z[ helios-setup] Oct 16 03:42:33.239 INFO E| Compiling http-body v0.4.5
31342024-10-16T03:42:35.134Z[ helios-setup] Oct 16 03:42:33.770 INFO E| Compiling ring v0.16.20
31352024-10-16T03:42:35.954Z[ helios-setup] Oct 16 03:42:34.589 INFO E| Compiling rand_core v0.6.4
31362024-10-16T03:42:37.309Z[ helios-setup] Oct 16 03:42:35.944 INFO E| Compiling thread_local v1.1.7
31372024-10-16T03:42:38.343Z[ helios-setup] Oct 16 03:42:36.979 INFO E| Compiling home v0.5.4
31382024-10-16T03:42:38.929Z[ helios-setup] Oct 16 03:42:37.565 INFO E| Compiling lazy_static v1.4.0
31392024-10-16T03:42:39.185Z[ helios-setup] Oct 16 03:42:37.821 INFO E| Compiling base64 v0.21.0
31402024-10-16T03:42:39.303Z[ helios-setup] Oct 16 03:42:37.938 INFO E| Compiling httpdate v1.0.2
31412024-10-16T03:42:40.703Z[ helios-setup] Oct 16 03:42:39.338 INFO E| Compiling utf8parse v0.2.1
31422024-10-16T03:42:40.938Z[ helios-setup] Oct 16 03:42:39.573 INFO E| Compiling tower-service v0.3.2
31432024-10-16T03:42:41.209Z[ helios-setup] Oct 16 03:42:39.844 INFO E| Compiling adler v1.0.2
31442024-10-16T03:42:41.307Z[ helios-setup] Oct 16 03:42:39.942 INFO E| Compiling rayon-core v1.10.2
31452024-10-16T03:42:41.951Z[ helios-setup] Oct 16 03:42:40.586 INFO E| Compiling fastrand v1.9.0
31462024-10-16T03:42:42.039Z[ helios-setup] Oct 16 03:42:40.674 INFO E| Compiling ppv-lite86 v0.2.17
31472024-10-16T03:42:42.767Z[ helios-setup] Oct 16 03:42:41.402 INFO E| Compiling tempfile v3.5.0
31482024-10-16T03:42:43.268Z[ helios-setup] Oct 16 03:42:41.903 INFO E| Compiling miniz_oxide v0.6.2
31492024-10-16T03:42:44.185Z[ helios-setup] Oct 16 03:42:42.820 INFO E| Compiling rand_chacha v0.3.1
31502024-10-16T03:42:44.224Z[ helios-setup] Oct 16 03:42:42.859 INFO E| Compiling anstyle-parse v0.1.1
31512024-10-16T03:42:45.247Z[ helios-setup] Oct 16 03:42:43.882 INFO E| Compiling toolchain_find v0.2.0
31522024-10-16T03:42:46.062Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31532024-10-16T03:42:46.433Z[ helios-setup] Oct 16 03:42:45.067 INFO E| Compiling hyper v0.14.25
31542024-10-16T03:42:49.553Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31552024-10-16T03:42:49.666Z[ helios-setup] Oct 16 03:42:48.300 INFO E| Compiling futures v0.3.28
31562024-10-16T03:42:56.587Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31572024-10-16T03:42:57.461Z[ host-package] Compiling rustls-pemfile v1.0.4
31582024-10-16T03:42:58.948Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31592024-10-16T03:43:00.086Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31602024-10-16T03:43:02.004Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31612024-10-16T03:43:02.502Z[ host-package] Compiling signal-hook-tokio v0.3.1
31622024-10-16T03:43:03.148Z[ host-package] Compiling twox-hash v1.6.3
31632024-10-16T03:43:04.816Z[ helios-setup] Oct 16 03:43:03.449 INFO E| Compiling cargo-lock v8.0.3
31642024-10-16T03:43:05.436Z[ host-package] Compiling yasna v0.5.2
31652024-10-16T03:43:05.591Z[ helios-setup] Oct 16 03:43:04.223 INFO E| Compiling num_enum_derive v0.5.7
31662024-10-16T03:43:05.636Z[ host-package] Compiling is_ci v1.2.0
31672024-10-16T03:43:06.384Z[ host-package] Compiling unicode-linebreak v0.1.5
31682024-10-16T03:43:07.872Z[ host-package] Compiling smawk v0.3.2
31692024-10-16T03:43:08.393Z[ host-package] Compiling textwrap v0.16.1
31702024-10-16T03:43:09.597Z[ host-package] Compiling rcgen v0.12.1
31712024-10-16T03:43:09.761Z[ helios-setup] Oct 16 03:43:08.394 INFO E| Compiling crossbeam-deque v0.8.2
31722024-10-16T03:43:10.683Z[ helios-setup] Oct 16 03:43:09.315 INFO E| Compiling term v0.7.0
31732024-10-16T03:43:12.090Z[ helios-setup] Oct 16 03:43:10.722 INFO E| Compiling serde_urlencoded v0.7.1
31742024-10-16T03:43:12.273Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31752024-10-16T03:43:12.436Z[ helios-setup] Oct 16 03:43:11.068 INFO E| Compiling sha1 v0.10.5
31762024-10-16T03:43:13.265Z[ helios-setup] Oct 16 03:43:11.897 INFO E| Compiling sha2 v0.10.6
31772024-10-16T03:43:14.051Z[ helios-setup] Oct 16 03:43:12.683 INFO E| Compiling is-terminal v0.4.7
31782024-10-16T03:43:14.134Z[ helios-setup] Oct 16 03:43:12.767 INFO E| Compiling atty v0.2.14
31792024-10-16T03:43:14.773Z[ helios-setup] Oct 16 03:43:13.405 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31802024-10-16T03:43:15.042Z[ host-package] Compiling supports-color v3.0.1
31812024-10-16T03:43:15.949Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31822024-10-16T03:43:17.711Z[ helios-setup] Oct 16 03:43:16.343 INFO E| Compiling concolor-override v1.0.0
31832024-10-16T03:43:18.083Z[ helios-setup] Oct 16 03:43:16.715 INFO E| Compiling anstyle v0.3.5
31842024-10-16T03:43:19.135Z[ helios-setup] Oct 16 03:43:17.766 INFO E| Compiling concolor-query v0.3.3
31852024-10-16T03:43:19.558Z[ helios-setup] Oct 16 03:43:18.189 INFO E| Compiling anstream v0.2.6
31862024-10-16T03:43:22.215Z[ helios-setup] Oct 16 03:43:20.846 INFO E| Compiling slog-term v2.9.0
31872024-10-16T03:43:22.953Z[ helios-setup] Oct 16 03:43:21.584 INFO E| Compiling flate2 v1.0.25
31882024-10-16T03:43:23.919Z[ helios-setup] Oct 16 03:43:22.550 INFO E| Compiling num_enum v0.5.7
31892024-10-16T03:43:24.594Z[ helios-setup] Oct 16 03:43:23.225 INFO E| Compiling rustfmt-wrapper v0.2.0
31902024-10-16T03:43:25.462Z[ helios-setup] Oct 16 03:43:24.093 INFO E| Compiling rand v0.8.5
31912024-10-16T03:43:26.019Z[ helios-setup] Oct 16 03:43:24.650 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31922024-10-16T03:43:26.586Z[ helios-setup] Oct 16 03:43:25.217 INFO E| Compiling openapiv3 v1.0.2
31932024-10-16T03:43:29.752Z[ helios-setup] Oct 16 03:43:28.383 INFO E| Compiling encoding_rs v0.8.32
31942024-10-16T03:43:31.516Z[ helios-setup] Oct 16 03:43:30.146 INFO E| Compiling ipnet v2.7.2
31952024-10-16T03:43:33.332Z[ helios-setup] Oct 16 03:43:31.963 INFO E| Compiling untrusted v0.7.1
31962024-10-16T03:43:33.474Z[ helios-setup] Oct 16 03:43:32.104 INFO E| Compiling project-root v0.2.2
31972024-10-16T03:43:33.715Z[ helios-setup] Oct 16 03:43:32.343 INFO E| Compiling byteorder v1.4.3
31982024-10-16T03:43:34.129Z[ helios-setup] Oct 16 03:43:32.758 INFO E| Compiling base64 v0.13.1
31992024-10-16T03:43:35.100Z[ helios-setup] Oct 16 03:43:33.730 INFO E| Compiling strsim v0.10.0
32002024-10-16T03:43:35.758Z[ helios-setup] Oct 16 03:43:34.388 INFO E| Compiling unsafe-libyaml v0.2.8
32012024-10-16T03:43:36.420Z[ helios-setup] Oct 16 03:43:35.050 INFO E| Compiling utf-8 v0.7.6
32022024-10-16T03:43:36.575Z[ helios-setup] Oct 16 03:43:35.205 INFO E| Compiling either v1.8.0
32032024-10-16T03:43:36.734Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32042024-10-16T03:43:37.211Z[ helios-setup] Oct 16 03:43:35.841 INFO E| Compiling spin v0.5.2
32052024-10-16T03:43:37.238Z[ helios-setup] Oct 16 03:43:35.868 INFO E| Compiling mime v0.3.17
32062024-10-16T03:43:38.030Z[ helios-setup] Oct 16 03:43:36.660 INFO E| Compiling clap_lex v0.4.1
32072024-10-16T03:43:38.348Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32082024-10-16T03:43:39.190Z[ helios-setup] Oct 16 03:43:37.820 INFO E| Compiling clap_builder v4.2.1
32092024-10-16T03:43:39.348Z[ helios-setup] Oct 16 03:43:37.978 INFO E| Compiling serde_yaml v0.9.21
32102024-10-16T03:43:39.644Z[ helios-setup] Oct 16 03:43:38.273 INFO E| Compiling reqwest v0.11.16
32112024-10-16T03:43:42.260Z[ helios-setup] Oct 16 03:43:40.890 INFO E| Compiling rayon v1.6.1
32122024-10-16T03:43:47.132Z[ helios-setup] Oct 16 03:43:45.761 INFO E| Compiling tungstenite v0.18.0
32132024-10-16T03:43:51.354Z[ helios-setup] Oct 16 03:43:49.982 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32142024-10-16T03:43:54.401Z[ helios-setup] Oct 16 03:43:53.029 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32152024-10-16T03:43:54.728Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32162024-10-16T03:43:54.950Z[ helios-setup] Oct 16 03:43:53.578 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32172024-10-16T03:43:58.001Z[ helios-setup] Oct 16 03:43:56.629 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32182024-10-16T03:43:58.017Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32192024-10-16T03:43:59.590Z[ helios-setup] Oct 16 03:43:58.218 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32202024-10-16T03:44:00.168Z[ helios-setup] Oct 16 03:43:58.795 INFO E| Compiling clap_derive v4.2.0
32212024-10-16T03:44:00.358Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32222024-10-16T03:44:01.816Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32232024-10-16T03:44:02.711Z[ helios-setup] Oct 16 03:44:01.338 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32242024-10-16T03:44:04.861Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32252024-10-16T03:44:10.845Z[ helios-setup] Oct 16 03:44:09.472 INFO E| Compiling clap v4.2.1
32262024-10-16T03:44:11.150Z[ helios-setup] Oct 16 03:44:09.777 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32272024-10-16T03:44:18.109Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32282024-10-16T03:44:19.300Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32292024-10-16T03:44:22.308Z[ helios-setup] Oct 16 03:44:20.934 INFO E| Compiling tokio-tungstenite v0.18.0
32302024-10-16T03:44:24.190Z[ helios-setup] Oct 16 03:44:22.815 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32312024-10-16T03:44:27.387Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32322024-10-16T03:44:27.479Z[ helios-setup] Oct 16 03:44:26.104 INFO E| Compiling smartstring v1.0.1
32332024-10-16T03:44:28.983Z[ helios-setup] Oct 16 03:44:27.608 INFO E| Compiling rustls v0.21.0
32342024-10-16T03:44:31.579Z[ helios-setup] Oct 16 03:44:30.203 INFO E| Compiling sct v0.7.0
32352024-10-16T03:44:32.615Z[ helios-setup] Oct 16 03:44:31.240 INFO E| Compiling rustls-webpki v0.100.1
32362024-10-16T03:44:32.903Z[ host-package] Compiling fatfs v0.3.6
32372024-10-16T03:44:33.602Z[ helios-setup] Oct 16 03:44:32.226 INFO E| Compiling serde_spanned v0.6.1
32382024-10-16T03:44:34.158Z[ helios-setup] Oct 16 03:44:32.783 INFO E| Compiling toml_datetime v0.6.1
32392024-10-16T03:44:35.928Z[ helios-setup] Oct 16 03:44:34.552 INFO E| Compiling paste v1.0.12
32402024-10-16T03:44:36.714Z[ helios-setup] Oct 16 03:44:35.338 INFO E| Compiling async-trait v0.1.68
32412024-10-16T03:44:37.181Z[ helios-setup] Oct 16 03:44:35.805 INFO E| Compiling match_cfg v0.1.0
32422024-10-16T03:44:37.682Z[ helios-setup] Oct 16 03:44:36.305 INFO E| Compiling static_assertions v1.1.0
32432024-10-16T03:44:37.919Z[ helios-setup] Oct 16 03:44:36.543 INFO E| Compiling camino v1.1.4
32442024-10-16T03:44:38.079Z[ helios-setup] Oct 16 03:44:36.702 INFO E| Compiling winnow v0.4.1
32452024-10-16T03:44:38.517Z[ host-package] Compiling rtoolbox v0.0.2
32462024-10-16T03:44:39.496Z[ helios-setup] Oct 16 03:44:38.120 INFO E| Compiling slog-async v2.7.0
32472024-10-16T03:44:39.605Z[ host-package] Compiling subprocess v0.2.9
32482024-10-16T03:44:40.709Z[ host-package] Compiling assert_matches v1.5.0
32492024-10-16T03:44:41.124Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32502024-10-16T03:44:41.350Z[ helios-setup] Oct 16 03:44:39.974 INFO E| Compiling hostname v0.3.1
32512024-10-16T03:44:42.168Z[ helios-setup] Oct 16 03:44:40.791 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32522024-10-16T03:44:46.396Z[ helios-setup] Oct 16 03:44:45.018 INFO E| Compiling toml_edit v0.19.8
32532024-10-16T03:44:48.248Z[ host-package] Compiling rpassword v7.3.1
32542024-10-16T03:44:49.152Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32552024-10-16T03:44:51.456Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32562024-10-16T03:44:51.874Z[ helios-setup] Oct 16 03:44:50.496 INFO E| Compiling slog-json v2.6.1
32572024-10-16T03:44:53.282Z[ helios-setup] Oct 16 03:44:51.904 INFO E| Compiling unicode-linebreak v0.1.4
32582024-10-16T03:44:56.505Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32592024-10-16T03:44:58.607Z[ helios-setup] Oct 16 03:44:57.229 INFO E| Compiling rhai_codegen v1.5.0
32602024-10-16T03:44:59.040Z[ helios-setup] Oct 16 03:44:57.661 INFO E| Compiling async-stream-impl v0.3.5
32612024-10-16T03:44:59.720Z[ helios-setup] Oct 16 03:44:58.341 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32622024-10-16T03:45:00.816Z[ helios-setup] Oct 16 03:44:59.437 INFO E| Compiling take_mut v0.2.2
32632024-10-16T03:45:02.190Z[ helios-setup] Oct 16 03:45:00.750 INFO E| Compiling toml v0.7.3
32642024-10-16T03:45:02.387Z[ helios-setup] Oct 16 03:45:00.982 INFO E| Compiling async-stream v0.3.5
32652024-10-16T03:45:03.338Z[ helios-setup] Oct 16 03:45:01.909 INFO E| Compiling slog-bunyan v2.4.0
32662024-10-16T03:45:04.143Z[ helios-setup] Oct 16 03:45:02.764 INFO E| Compiling tokio-rustls v0.24.0
32672024-10-16T03:45:04.247Z[ helios-setup] Oct 16 03:45:02.869 INFO E| Compiling rhai v1.14.0
32682024-10-16T03:45:09.782Z[ host-package] Compiling tui-tree-widget v0.22.0
32692024-10-16T03:45:10.819Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32702024-10-16T03:45:11.259Z[ helios-setup] Oct 16 03:45:09.879 INFO E| Compiling rustls-pemfile v1.0.2
32712024-10-16T03:45:12.202Z[ helios-setup] Oct 16 03:45:10.822 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32722024-10-16T03:45:12.766Z[ helios-setup] Oct 16 03:45:11.386 INFO E| Compiling serde_path_to_error v0.1.11
32732024-10-16T03:45:12.995Z[ helios-setup] Oct 16 03:45:11.616 INFO E| Compiling bincode v1.3.3
32742024-10-16T03:45:15.320Z[ helios-setup] Oct 16 03:45:13.940 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32752024-10-16T03:45:15.341Z[ helios-setup] Oct 16 03:45:13.961 INFO E| Compiling terminal_size v0.2.6
32762024-10-16T03:45:15.489Z[ helios-setup] Oct 16 03:45:14.109 INFO E| Compiling smawk v0.3.1
32772024-10-16T03:45:16.138Z[ helios-setup] Oct 16 03:45:14.758 INFO E| Compiling textwrap v0.16.0
32782024-10-16T03:45:41.427Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32792024-10-16T03:45:43.500Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32802024-10-16T03:45:44.390Z[ host-package] Compiling uzers v0.11.3
32812024-10-16T03:45:45.164Z[ helios-setup] Oct 16 03:45:43.782 INFO E| Compiling git2 v0.16.1
32822024-10-16T03:45:47.762Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32832024-10-16T03:45:51.053Z[ helios-setup] Oct 16 03:45:49.670 INFO E| Compiling built v0.6.0
32842024-10-16T03:45:51.104Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32852024-10-16T03:45:54.095Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32862024-10-16T03:45:54.557Z[ helios-setup] Oct 16 03:45:53.174 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32872024-10-16T03:45:56.220Z[ helios-setup] Oct 16 03:45:54.837 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32882024-10-16T03:45:56.898Z[ helios-setup] Oct 16 03:45:55.514 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32892024-10-16T03:46:18.495Z[ helios-setup] Oct 16 03:46:17.109 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32902024-10-16T03:46:20.883Z[ helios-setup] Oct 16 03:46:19.497 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32912024-10-16T03:46:44.245Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32922024-10-16T03:46:48.224Z[ host-package] Compiling multimap v0.10.0
32932024-10-16T03:47:07.152Z[ helios-setup] Oct 16 03:47:05.761 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32942024-10-16T03:48:15.988Z[ helios-setup] Oct 16 03:48:14.590 INFO E| Finished `release` profile [optimized] target(s) in 7m 17s
32952024-10-16T03:48:16.145Z[ helios-setup] Oct 16 03:48:14.747 INFO building project "pilot" ok (437 seconds)
32962024-10-16T03:48:16.148Z[ helios-setup] rm -f helios-build
32972024-10-16T03:48:16.150Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32982024-10-16T03:48:16.152Z[ helios-setup]
32992024-10-16T03:48:16.154Z[ helios-setup] Setup complete! ./helios-build is now available.
33002024-10-16T03:48:16.157Z[ helios-setup]
33012024-10-16T03:48:16.157Z[ helios-setup]
33022024-10-16T03:48:16.157Z[ helios-setup] real 12:45.536040196
33032024-10-16T03:48:16.157Z[ helios-setup] user 30:18.072902145
33042024-10-16T03:48:16.157Z[ helios-setup] sys 3:45.847276106
33052024-10-16T03:48:16.157Z[ helios-setup] trap 1.924594195
33062024-10-16T03:48:16.157Z[ helios-setup] tflt 7.872168131
33072024-10-16T03:48:16.157Z[ helios-setup] dflt 33.730995183
33082024-10-16T03:48:16.159Z[ helios-setup] kflt 0.014642583
33092024-10-16T03:48:16.160Z[ helios-setup] lock 2:19:25.732537999
33102024-10-16T03:48:16.160Z[ helios-setup] slp 3:55:05.557705712
33112024-10-16T03:48:16.160Z[ helios-setup] lat 34:11.963395457
33122024-10-16T03:48:16.160Z[ helios-setup] stop 4:31.099612778
33132024-10-16T03:48:16.160ZOct 16 03:48:14.761 INFO [helios-setup] process exited with exit status: 0 (765.54221105s)
33142024-10-16T03:48:16.160ZOct 16 03:48:14.761 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33152024-10-16T03:48:16.225Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33162024-10-16T03:48:17.250Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33172024-10-16T03:48:17.250Z[ phbl-toolchain] info: downloading component 'cargo'
33182024-10-16T03:48:19.223Z[ phbl-toolchain] info: downloading component 'clippy'
33192024-10-16T03:48:19.603Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33202024-10-16T03:48:25.411Z[ phbl-toolchain] info: downloading component 'miri'
33212024-10-16T03:48:25.617Z[ phbl-toolchain] info: downloading component 'rust-docs'
33222024-10-16T03:48:27.201Z[ phbl-toolchain] info: downloading component 'rust-src'
33232024-10-16T03:48:27.532Z[ phbl-toolchain] info: downloading component 'rust-std'
33242024-10-16T03:48:30.817Z[ phbl-toolchain] info: downloading component 'rustc'
33252024-10-16T03:48:39.559Z[ phbl-toolchain] info: downloading component 'rustfmt'
33262024-10-16T03:48:40.297Z[ phbl-toolchain] info: installing component 'cargo'
33272024-10-16T03:48:41.746Z[ phbl-toolchain] info: installing component 'clippy'
33282024-10-16T03:48:42.299Z[ phbl-toolchain] info: installing component 'llvm-tools'
33292024-10-16T03:48:48.519Z[ phbl-toolchain] info: installing component 'miri'
33302024-10-16T03:48:48.916Z[ phbl-toolchain] info: installing component 'rust-docs'
33312024-10-16T03:48:57.123Z[ phbl-toolchain] info: installing component 'rust-src'
33322024-10-16T03:48:57.875Z[ phbl-toolchain] info: installing component 'rust-std'
33332024-10-16T03:49:00.572Z[ phbl-toolchain] info: installing component 'rustc'
33342024-10-16T03:49:10.280Z[ phbl-toolchain] info: installing component 'rustfmt'
33352024-10-16T03:49:11.057Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33362024-10-16T03:49:11.060ZOct 16 03:49:09.658 INFO [phbl-toolchain] process exited with exit status: 0 (54.896762842s)
33372024-10-16T03:49:42.130Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33382024-10-16T03:50:07.181Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33392024-10-16T03:57:00.967Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 43s
33402024-10-16T03:58:04.223ZOct 16 03:58:02.769 INFO [host-package] process exited with exit status: 0 (1307.045646578s)
33412024-10-16T03:58:04.228ZOct 16 03:58:02.770 INFO [host-stamp] running task
33422024-10-16T03:58:04.228ZOct 16 03:58:02.770 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33432024-10-16T03:58:04.234ZOct 16 03:58:02.780 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gitc4d358cce5c
33442024-10-16T03:58:04.247ZOct 16 03:58:02.793 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gitc4d358cce5c
33452024-10-16T03:58:04.256Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33462024-10-16T03:58:04.258Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33472024-10-16T03:58:04.262Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33482024-10-16T03:58:04.262ZOct 16 03:58:02.807 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gitc4d358cce5c
33492024-10-16T03:58:04.270Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33502024-10-16T03:58:04.272Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33512024-10-16T03:58:04.275ZOct 16 03:58:02.820 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gitc4d358cce5c
33522024-10-16T03:58:04.286Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-10-16T03:58:04.289ZOct 16 03:58:02.833 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gitc4d358cce5c
33542024-10-16T03:58:04.295Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33552024-10-16T03:58:04.301Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33562024-10-16T03:58:04.304ZOct 16 03:58:02.848 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gitc4d358cce5c
33572024-10-16T03:58:04.315Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33582024-10-16T03:58:04.318ZOct 16 03:58:02.862 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gitc4d358cce5c
33592024-10-16T03:58:04.329Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-16T03:58:04.331ZOct 16 03:58:02.875 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gitc4d358cce5c
33612024-10-16T03:58:04.345Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-16T03:58:04.345ZOct 16 03:58:02.891 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (111.014073ms)
33632024-10-16T03:58:04.347ZOct 16 03:58:02.892 INFO [stamp-overlay] process exited with exit status: 0 (98.572173ms)
33642024-10-16T03:58:04.347ZOct 16 03:58:02.892 INFO [stamp-oxlog] process exited with exit status: 0 (84.788977ms)
33652024-10-16T03:58:04.355Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-10-16T03:58:04.454Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33672024-10-16T03:58:04.458ZOct 16 03:58:03.004 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.942389ms)
33682024-10-16T03:58:04.512Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33692024-10-16T03:58:04.516ZOct 16 03:58:03.062 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (241.910392ms)
33702024-10-16T03:58:04.694Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33712024-10-16T03:58:04.698ZOct 16 03:58:03.243 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (381.271027ms)
33722024-10-16T03:58:05.431Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33732024-10-16T03:58:05.434ZOct 16 03:58:03.980 INFO [stamp-propolis-server] process exited with exit status: 0 (1.132525062s)
33742024-10-16T03:58:05.658Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33752024-10-16T03:58:08.073Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33762024-10-16T03:58:14.725Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33772024-10-16T03:58:14.728ZOct 16 03:58:13.274 INFO [stamp-switch-asic] process exited with exit status: 0 (10.441028347s)
33782024-10-16T03:58:14.731ZOct 16 03:58:13.274 INFO [host-stamp] task succeeded (10.504376597s)
33792024-10-16T03:58:14.731ZOct 16 03:58:13.274 INFO [host-proto] running task
33802024-10-16T03:58:15.111ZOct 16 03:58:13.656 INFO [host-proto] task succeeded (382.059886ms)
33812024-10-16T03:58:15.111ZOct 16 03:58:13.656 INFO [host-profile] running task
33822024-10-16T03:58:15.114ZOct 16 03:58:13.656 INFO [host-profile] task succeeded (316.246µs)
33832024-10-16T03:58:15.114ZOct 16 03:58:13.657 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.33.293' -P /tmp/.tmpFfgg6s/proto/host/root -N 'ci c4d358c/${os_short_commit} 2024-10-16 03:35' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33842024-10-16T03:58:15.131Z[ host-image] Oct 16 03:58:13.676 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33852024-10-16T03:58:15.131Z[ host-image] Oct 16 03:58:13.677 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33862024-10-16T03:58:15.149Z[ host-image] Oct 16 03:58:13.694 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpFfgg6s/proto/host/root"
33872024-10-16T03:58:15.149Z[ host-image] Oct 16 03:58:13.694 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33882024-10-16T03:58:15.151Z[ host-image] Oct 16 03:58:13.694 INFO image builder template: ramdisk-01-os...
33892024-10-16T03:58:15.151Z[ host-image] Oct 16 03:58:13.694 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/.tmpFfgg6s/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33902024-10-16T03:58:15.171Z[ host-image] Oct 16 03:58:13.716 INFO O| Oct 16 03:58:13.716 INFO CREATE DATASET: rpool/images/build/host/output
33912024-10-16T03:58:15.495Z[ host-image] Oct 16 03:58:14.040 INFO O| Oct 16 03:58:14.040 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33922024-10-16T03:58:15.500Z[ host-image] Oct 16 03:58:14.046 INFO O| Oct 16 03:58:14.046 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33932024-10-16T03:58:15.711Z[ host-image] Oct 16 03:58:14.256 INFO O| Oct 16 03:58:14.256 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33942024-10-16T03:58:15.787Z[ host-image] Oct 16 03:58:14.332 INFO O| Oct 16 03:58:14.332 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33952024-10-16T03:58:15.787Z[ host-image] Oct 16 03:58:14.332 INFO O| Oct 16 03:58:14.332 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33962024-10-16T03:58:15.791Z[ host-image] Oct 16 03:58:14.332 INFO O| Oct 16 03:58:14.332 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33972024-10-16T03:58:15.791Z[ host-image] Oct 16 03:58:14.332 INFO O| Oct 16 03:58:14.332 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33982024-10-16T03:58:15.797Z[ host-image] Oct 16 03:58:14.342 INFO O| Oct 16 03:58:14.342 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33992024-10-16T03:58:16.036Z[ host-image] Oct 16 03:58:14.581 INFO O| Oct 16 03:58:14.580 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34002024-10-16T03:58:16.050Z[ host-image] Oct 16 03:58:14.595 INFO O| Oct 16 03:58:14.595 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34012024-10-16T03:58:16.459Z[ host-image] Oct 16 03:58:15.004 INFO O| Oct 16 03:58:15.004 INFO O| Caching catalogs ... Done
34022024-10-16T03:58:16.555Z[ host-image] Oct 16 03:58:15.100 INFO O| Oct 16 03:58:15.100 INFO STEP 0 (pkg_image_create) COMPLETE
34032024-10-16T03:58:16.555Z[ host-image] Oct 16 03:58:15.100 INFO O| Oct 16 03:58:15.100 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34042024-10-16T03:58:16.559Z[ host-image] Oct 16 03:58:15.100 INFO O| Oct 16 03:58:15.100 INFO skip step because feature "repo_redist" is not enabled
34052024-10-16T03:58:16.559Z[ host-image] Oct 16 03:58:15.100 INFO O| Oct 16 03:58:15.100 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34062024-10-16T03:58:16.571Z[ host-image] Oct 16 03:58:15.116 INFO O| Oct 16 03:58:15.116 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"]
34072024-10-16T03:58:17.005Z[ host-image] Oct 16 03:58:15.550 INFO O| Oct 16 03:58:15.550 INFO STEP 2 (pkg_set_publisher) COMPLETE
34082024-10-16T03:58:17.005Z[ host-image] Oct 16 03:58:15.550 INFO O| Oct 16 03:58:15.550 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-10-16T03:58:17.024Z[ host-image] Oct 16 03:58:15.569 INFO O| Oct 16 03:58:15.569 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"]
34102024-10-16T03:58:17.573Z[ host-image] Oct 16 03:58:16.117 INFO O| Oct 16 03:58:16.117 INFO STEP 3 (pkg_set_publisher) COMPLETE
34112024-10-16T03:58:17.573Z[ host-image] Oct 16 03:58:16.117 INFO O| Oct 16 03:58:16.117 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34122024-10-16T03:58:17.576Z[ host-image] Oct 16 03:58:16.117 INFO O| Oct 16 03:58:16.117 INFO skip step because feature "repo_redist" is not enabled
34132024-10-16T03:58:17.576Z[ host-image] Oct 16 03:58:16.117 INFO O| Oct 16 03:58:16.117 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-10-16T03:58:18.184Z[ host-image] Oct 16 03:58:16.728 INFO O| Oct 16 03:58:16.728 INFO variant opensolaris.zone is already global
34152024-10-16T03:58:18.184Z[ host-image] Oct 16 03:58:16.728 INFO O| Oct 16 03:58:16.728 INFO STEP 5 (pkg_change_variant) COMPLETE
34162024-10-16T03:58:18.186Z[ host-image] Oct 16 03:58:16.728 INFO O| Oct 16 03:58:16.728 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-16T03:58:18.802Z[ host-image] Oct 16 03:58:17.346 INFO O| Oct 16 03:58:17.346 INFO variant opensolaris.imagetype is full; changing to partial
34182024-10-16T03:58:18.802Z[ host-image] Oct 16 03:58:17.346 INFO O| Oct 16 03:58:17.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34192024-10-16T03:58:25.573Z[ host-image] Oct 16 03:58:24.117 INFO O| Oct 16 03:58:24.117 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34202024-10-16T03:58:28.382Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.89s
34212024-10-16T03:58:28.660Z[ host-image] Oct 16 03:58:27.204 INFO O| Oct 16 03:58:27.204 INFO O| Startup: Caching catalogs ... Done
34222024-10-16T03:58:28.726Z[ host-image] Oct 16 03:58:27.269 INFO O| Oct 16 03:58:27.269 INFO O| Planning: Planning completed in 0.00 seconds
34232024-10-16T03:58:28.728Z[ host-image] Oct 16 03:58:27.270 INFO O| Oct 16 03:58:27.270 INFO O| Planning: Consolidating action changes ... Done
34242024-10-16T03:58:28.728Z[ host-image] Oct 16 03:58:27.270 INFO O| Oct 16 03:58:27.270 INFO O| Planning: Evaluating mediators ... Done
34252024-10-16T03:58:28.728Z[ host-image] Oct 16 03:58:27.270 INFO O| Oct 16 03:58:27.270 INFO O| Planning: Planning completed in 0.00 seconds
34262024-10-16T03:58:28.728Z[ host-image] Oct 16 03:58:27.270 INFO O| Oct 16 03:58:27.270 INFO O| Variants/Facets to change: 1
34272024-10-16T03:58:28.747Z[ host-image] Oct 16 03:58:27.288 INFO O| Oct 16 03:58:27.288 INFO O| Done
34282024-10-16T03:58:28.747Z[ host-image] Oct 16 03:58:27.288 INFO O| Oct 16 03:58:27.288 INFO O| Done
34292024-10-16T03:58:29.143Z[ host-image] Oct 16 03:58:27.686 INFO O| Oct 16 03:58:27.686 INFO O| Done
34302024-10-16T03:58:29.190Z[ host-image] Oct 16 03:58:27.730 INFO O| Oct 16 03:58:27.730 INFO O| Done
34312024-10-16T03:58:29.197Z[ host-image] Oct 16 03:58:27.732 INFO O| Oct 16 03:58:27.732 INFO O| Done
34322024-10-16T03:58:29.197Z[ host-image] Oct 16 03:58:27.732 INFO O| Oct 16 03:58:27.732 INFO O| Done
34332024-10-16T03:58:29.197Z[ host-image] Oct 16 03:58:27.733 INFO O| Oct 16 03:58:27.733 INFO O| Done
34342024-10-16T03:58:29.594ZOct 16 03:58:28.137 INFO [recovery-package] process exited with exit status: 0 (25.367325259s)
34352024-10-16T03:58:29.594ZOct 16 03:58:28.138 INFO [recovery-stamp] running task
34362024-10-16T03:58:29.596ZOct 16 03:58:28.138 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34372024-10-16T03:58:29.602Z[ host-image] Oct 16 03:58:28.144 INFO O| Oct 16 03:58:28.144 INFO STEP 6 (pkg_change_variant) COMPLETE
34382024-10-16T03:58:29.605Z[ host-image] Oct 16 03:58:28.144 INFO O| Oct 16 03:58:28.144 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34392024-10-16T03:58:29.605Z[ host-image] Oct 16 03:58:28.144 INFO O| Oct 16 03:58:28.144 INFO skip step because feature "debug_variant" is not enabled
34402024-10-16T03:58:29.605Z[ host-image] Oct 16 03:58:28.144 INFO O| Oct 16 03:58:28.144 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34412024-10-16T03:58:29.605ZOct 16 03:58:28.147 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitc4d358cce5c
34422024-10-16T03:58:29.616ZOct 16 03:58:28.160 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gitc4d358cce5c
34432024-10-16T03:58:29.631Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34442024-10-16T03:58:29.644Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34452024-10-16T03:58:29.698Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34462024-10-16T03:58:29.702ZOct 16 03:58:28.246 INFO [stamp-installinator] process exited with exit status: 0 (99.119511ms)
34472024-10-16T03:58:29.769Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34482024-10-16T03:58:29.772ZOct 16 03:58:28.316 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (156.359324ms)
34492024-10-16T03:58:29.775ZOct 16 03:58:28.316 INFO [recovery-stamp] task succeeded (178.974358ms)
34502024-10-16T03:58:29.775ZOct 16 03:58:28.317 INFO [recovery-proto] running task
34512024-10-16T03:58:29.775ZOct 16 03:58:28.317 INFO [tuf-stamp] running task
34522024-10-16T03:58:29.775ZOct 16 03:58:28.318 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gitc4d358cce5c
34532024-10-16T03:58:29.788ZOct 16 03:58:28.332 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gitc4d358cce5c
34542024-10-16T03:58:29.803Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34552024-10-16T03:58:29.805ZOct 16 03:58:28.347 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gitc4d358cce5c
34562024-10-16T03:58:29.818Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34572024-10-16T03:58:29.821ZOct 16 03:58:28.362 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gitc4d358cce5c
34582024-10-16T03:58:29.835Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34592024-10-16T03:58:29.838ZOct 16 03:58:28.380 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gitc4d358cce5c
34602024-10-16T03:58:29.854Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34612024-10-16T03:58:29.857ZOct 16 03:58:28.398 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gitc4d358cce5c
34622024-10-16T03:58:29.884Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-16T03:58:29.887ZOct 16 03:58:28.428 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gitc4d358cce5c
34642024-10-16T03:58:29.959ZOct 16 03:58:28.503 INFO [recovery-proto] task succeeded (186.270336ms)
34652024-10-16T03:58:29.962ZOct 16 03:58:28.503 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.33.293' -P /tmp/.tmpFfgg6s/proto/recovery/root -N 'recovery c4d358c/${os_short_commit} 2024-10-16 03:35' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34662024-10-16T03:58:29.983Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-16T03:58:29.985ZOct 16 03:58:28.527 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gitc4d358cce5c
34682024-10-16T03:58:30.003Z[ recovery-image] Oct 16 03:58:28.528 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34692024-10-16T03:58:30.005Z[ recovery-image] Oct 16 03:58:28.529 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34702024-10-16T03:58:30.005Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34712024-10-16T03:58:30.005ZOct 16 03:58:28.547 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gitc4d358cce5c
34722024-10-16T03:58:30.019Z[ recovery-image] Oct 16 03:58:28.548 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpFfgg6s/proto/recovery/root"
34732024-10-16T03:58:30.022Z[ recovery-image] Oct 16 03:58:28.548 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34742024-10-16T03:58:30.022Z[ recovery-image] Oct 16 03:58:28.548 INFO image builder template: ramdisk-01-os...
34752024-10-16T03:58:30.022Z[ recovery-image] Oct 16 03:58:28.548 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/.tmpFfgg6s/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34762024-10-16T03:58:30.035Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34772024-10-16T03:58:30.038ZOct 16 03:58:28.579 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gitc4d358cce5c
34782024-10-16T03:58:30.197Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34792024-10-16T03:58:30.197Z[ host-image] Oct 16 03:58:28.656 INFO O| Oct 16 03:58:28.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34802024-10-16T03:58:30.197Z[ recovery-image] Oct 16 03:58:28.598 INFO O| Oct 16 03:58:28.598 INFO CREATE DATASET: rpool/images/build/recovery/output
34812024-10-16T03:58:30.271ZOct 16 03:58:28.815 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gitc4d358cce5c
34822024-10-16T03:58:30.273Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34832024-10-16T03:58:30.386Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34842024-10-16T03:58:30.418ZOct 16 03:58:28.962 INFO [stamp-probe] process exited with exit status: 0 (533.438884ms)
34852024-10-16T03:58:30.442Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34862024-10-16T03:58:30.567Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34872024-10-16T03:58:30.600ZOct 16 03:58:29.143 INFO [stamp-ntp] process exited with exit status: 0 (596.140345ms)
34882024-10-16T03:58:30.645Z[ recovery-image] Oct 16 03:58:29.189 INFO O| Oct 16 03:58:29.188 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34892024-10-16T03:58:30.653Z[ recovery-image] Oct 16 03:58:29.197 INFO O| Oct 16 03:58:29.197 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34902024-10-16T03:58:31.101Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
34912024-10-16T03:58:31.123Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34922024-10-16T03:58:31.261Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34932024-10-16T03:58:31.265ZOct 16 03:58:29.809 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.446683258s)
34942024-10-16T03:58:31.323Z[ recovery-image] Oct 16 03:58:29.867 INFO O| Oct 16 03:58:29.866 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34952024-10-16T03:58:31.459Z[ recovery-image] Oct 16 03:58:30.003 INFO O| Oct 16 03:58:30.003 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34962024-10-16T03:58:31.459Z[ recovery-image] Oct 16 03:58:30.003 INFO O| Oct 16 03:58:30.003 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34972024-10-16T03:58:31.462Z[ recovery-image] Oct 16 03:58:30.003 INFO O| Oct 16 03:58:30.003 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34982024-10-16T03:58:31.463Z[ recovery-image] Oct 16 03:58:30.003 INFO O| Oct 16 03:58:30.003 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34992024-10-16T03:58:31.472Z[ recovery-image] Oct 16 03:58:30.016 INFO O| Oct 16 03:58:30.016 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35002024-10-16T03:58:31.488Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35012024-10-16T03:58:31.515ZOct 16 03:58:30.059 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.712007753s)
35022024-10-16T03:58:31.524Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35032024-10-16T03:58:31.534ZOct 16 03:58:30.077 INFO [stamp-internal-dns] process exited with exit status: 0 (1.697739624s)
35042024-10-16T03:58:31.622Z[ host-image] Oct 16 03:58:30.165 INFO O| Oct 16 03:58:30.165 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35052024-10-16T03:58:31.625Z[ host-image] Oct 16 03:58:30.167 INFO O| Oct 16 03:58:30.167 INFO O| Planning: Planning completed in 0.00 seconds
35062024-10-16T03:58:31.625Z[ host-image] Oct 16 03:58:30.168 INFO O| Oct 16 03:58:30.168 INFO O| Planning: Consolidating action changes ... Done
35072024-10-16T03:58:31.625Z[ host-image] Oct 16 03:58:30.168 INFO O| Oct 16 03:58:30.168 INFO O| Planning: Evaluating mediators ... Done
35082024-10-16T03:58:31.628Z[ host-image] Oct 16 03:58:30.169 INFO O| Oct 16 03:58:30.169 INFO O| Planning: Planning completed in 0.00 seconds
35092024-10-16T03:58:31.628Z[ host-image] Oct 16 03:58:30.169 INFO O| Oct 16 03:58:30.169 INFO O| Variants/Facets to change: 1
35102024-10-16T03:58:31.799Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35112024-10-16T03:58:31.803ZOct 16 03:58:30.347 INFO [stamp-external-dns] process exited with exit status: 0 (1.610379425s)
35122024-10-16T03:58:31.865Z[ recovery-image] Oct 16 03:58:30.408 INFO O| Oct 16 03:58:30.408 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35132024-10-16T03:58:31.865Z[ host-image] Oct 16 03:58:30.408 INFO O| Oct 16 03:58:30.408 INFO O| Done
35142024-10-16T03:58:31.865Z[ host-image] Oct 16 03:58:30.408 INFO O| Oct 16 03:58:30.408 INFO O| Done
35152024-10-16T03:58:31.882Z[ recovery-image] Oct 16 03:58:30.425 INFO O| Oct 16 03:58:30.425 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35162024-10-16T03:58:32.070Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35172024-10-16T03:58:32.074ZOct 16 03:58:30.618 INFO [stamp-oximeter] process exited with exit status: 0 (2.09080999s)
35182024-10-16T03:58:32.384Z[ recovery-image] Oct 16 03:58:30.926 INFO O| Oct 16 03:58:30.926 INFO O| Caching catalogs ... Done
35192024-10-16T03:58:32.461Z[ host-image] Oct 16 03:58:31.004 INFO O| Oct 16 03:58:31.004 INFO O| Done
35202024-10-16T03:58:32.485Z[ recovery-image] Oct 16 03:58:31.028 INFO O| Oct 16 03:58:31.028 INFO STEP 0 (pkg_image_create) COMPLETE
35212024-10-16T03:58:32.485Z[ recovery-image] Oct 16 03:58:31.029 INFO O| Oct 16 03:58:31.028 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35222024-10-16T03:58:32.488Z[ recovery-image] Oct 16 03:58:31.029 INFO O| Oct 16 03:58:31.028 INFO skip step because feature "repo_redist" is not enabled
35232024-10-16T03:58:32.488Z[ recovery-image] Oct 16 03:58:31.029 INFO O| Oct 16 03:58:31.029 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-10-16T03:58:32.501Z[ recovery-image] Oct 16 03:58:31.045 INFO O| Oct 16 03:58:31.045 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"]
35252024-10-16T03:58:32.514Z[ host-image] Oct 16 03:58:31.057 INFO O| Oct 16 03:58:31.057 INFO O| Done
35262024-10-16T03:58:32.516Z[ host-image] Oct 16 03:58:31.058 INFO O| Oct 16 03:58:31.058 INFO O| Done
35272024-10-16T03:58:32.516Z[ host-image] Oct 16 03:58:31.058 INFO O| Oct 16 03:58:31.058 INFO O| Done
35282024-10-16T03:58:32.516Z[ host-image] Oct 16 03:58:31.060 INFO O| Oct 16 03:58:31.060 INFO O| Done
35292024-10-16T03:58:32.606Z[ host-image] Oct 16 03:58:31.149 INFO O| Oct 16 03:58:31.149 INFO STEP 8 (pkg_change_facet) COMPLETE
35302024-10-16T03:58:32.606Z[ host-image] Oct 16 03:58:31.149 INFO O| Oct 16 03:58:31.149 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35312024-10-16T03:58:32.609Z[ host-image] Oct 16 03:58:31.150 INFO O| Oct 16 03:58:31.149 INFO skip step because feature "recovery" is not enabled
35322024-10-16T03:58:32.609Z[ host-image] Oct 16 03:58:31.150 INFO O| Oct 16 03:58:31.149 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35332024-10-16T03:58:32.609Z[ host-image] Oct 16 03:58:31.150 INFO O| Oct 16 03:58:31.149 INFO skip step because feature "recovery" is not enabled
35342024-10-16T03:58:32.609Z[ host-image] Oct 16 03:58:31.150 INFO O| Oct 16 03:58:31.149 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-16T03:58:32.625Z[ host-image] Oct 16 03:58:31.168 INFO O| Oct 16 03:58:31.168 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"]
35362024-10-16T03:58:33.016Z[ recovery-image] Oct 16 03:58:31.559 INFO O| Oct 16 03:58:31.559 INFO STEP 2 (pkg_set_publisher) COMPLETE
35372024-10-16T03:58:33.016Z[ recovery-image] Oct 16 03:58:31.559 INFO O| Oct 16 03:58:31.559 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35382024-10-16T03:58:33.037Z[ recovery-image] Oct 16 03:58:31.580 INFO O| Oct 16 03:58:31.580 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"]
35392024-10-16T03:58:33.219Z[ host-image] Oct 16 03:58:31.763 INFO O| Oct 16 03:58:31.762 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35402024-10-16T03:58:33.559Z[ recovery-image] Oct 16 03:58:32.102 INFO O| Oct 16 03:58:32.102 INFO STEP 3 (pkg_set_publisher) COMPLETE
35412024-10-16T03:58:33.559Z[ recovery-image] Oct 16 03:58:32.103 INFO O| Oct 16 03:58:32.102 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35422024-10-16T03:58:33.559Z[ recovery-image] Oct 16 03:58:32.103 INFO O| Oct 16 03:58:32.102 INFO skip step because feature "repo_redist" is not enabled
35432024-10-16T03:58:33.559Z[ recovery-image] Oct 16 03:58:32.103 INFO O| Oct 16 03:58:32.102 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35442024-10-16T03:58:33.805Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35452024-10-16T03:58:33.809ZOct 16 03:58:32.352 INFO [stamp-nexus] process exited with exit status: 0 (3.953837459s)
35462024-10-16T03:58:33.968Z[ recovery-image] Oct 16 03:58:32.512 INFO O| Oct 16 03:58:32.511 INFO variant opensolaris.zone is already global
35472024-10-16T03:58:33.969Z[ recovery-image] Oct 16 03:58:32.512 INFO O| Oct 16 03:58:32.512 INFO STEP 5 (pkg_change_variant) COMPLETE
35482024-10-16T03:58:33.969Z[ recovery-image] Oct 16 03:58:32.512 INFO O| Oct 16 03:58:32.512 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35492024-10-16T03:58:34.487Z[ recovery-image] Oct 16 03:58:33.030 INFO O| Oct 16 03:58:33.030 INFO variant opensolaris.imagetype is full; changing to partial
35502024-10-16T03:58:34.487Z[ recovery-image] Oct 16 03:58:33.030 INFO O| Oct 16 03:58:33.030 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35512024-10-16T03:58:35.151Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35522024-10-16T03:58:35.154Z[verify-libraries] Compiling polyval v0.6.2
35532024-10-16T03:58:35.315Z[verify-libraries] Compiling ctr v0.9.2
35542024-10-16T03:58:35.338Z[verify-libraries] Compiling ssh-encoding v0.2.0
35552024-10-16T03:58:35.338Z[verify-libraries] Compiling blowfish v0.9.1
35562024-10-16T03:58:35.367Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35572024-10-16T03:58:35.389Z[verify-libraries] Compiling password-hash v0.4.2
35582024-10-16T03:58:35.392Z[verify-libraries] Compiling matches v0.1.10
35592024-10-16T03:58:35.397ZOct 16 03:58:33.938 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.619760258s)
35602024-10-16T03:58:35.527Z[verify-libraries] Compiling p521 v0.13.3
35612024-10-16T03:58:35.801Z[verify-libraries] Compiling ghash v0.5.1
35622024-10-16T03:58:35.921Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35632024-10-16T03:58:36.089Z[verify-libraries] Compiling aes-gcm v0.10.3
35642024-10-16T03:58:36.299Z[verify-libraries] Compiling pbkdf2 v0.11.0
35652024-10-16T03:58:36.698Z[verify-libraries] Compiling ssh-cipher v0.2.0
35662024-10-16T03:58:36.742Z[verify-libraries] Compiling idna v0.2.3
35672024-10-16T03:58:36.808Z[verify-libraries] Compiling p256 v0.13.2
35682024-10-16T03:58:36.877Z[verify-libraries] Compiling enum-as-inner v0.5.1
35692024-10-16T03:58:37.226Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35702024-10-16T03:58:37.966Z[verify-libraries] Compiling ssh-key v0.6.6
35712024-10-16T03:58:38.090Z[verify-libraries] Compiling md5 v0.7.0
35722024-10-16T03:58:38.808Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35732024-10-16T03:58:39.562Z[verify-libraries] Compiling num-bigint v0.4.6
35742024-10-16T03:58:39.963Z[verify-libraries] Compiling des v0.8.1
35752024-10-16T03:58:40.799Z[verify-libraries] Compiling hex-literal v0.4.1
35762024-10-16T03:58:40.976Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35772024-10-16T03:58:40.980ZOct 16 03:58:39.467 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.13554428s)
35782024-10-16T03:58:41.195Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35792024-10-16T03:58:41.321Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35802024-10-16T03:58:42.376Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35812024-10-16T03:58:42.402ZOct 16 03:58:40.945 INFO [stamp-clickhouse] process exited with exit status: 0 (12.365508122s)
35822024-10-16T03:58:42.402ZOct 16 03:58:40.945 INFO [tuf-stamp] task succeeded (12.62807549s)
35832024-10-16T03:58:42.745Z[verify-libraries] Compiling russh-keys v0.45.0
35842024-10-16T03:58:42.803Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35852024-10-16T03:58:43.600Z[verify-libraries] Compiling internet-checksum v0.2.1
35862024-10-16T03:58:44.226Z[verify-libraries] Compiling heck v0.4.1
35872024-10-16T03:58:44.981Z[ recovery-image] Oct 16 03:58:43.523 INFO O| Oct 16 03:58:43.523 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35882024-10-16T03:58:46.109Z[verify-libraries] Compiling dhcproto v0.12.0
35892024-10-16T03:58:48.915Z[verify-libraries] Compiling russh v0.45.0
35902024-10-16T03:58:51.299Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35912024-10-16T03:58:51.756Z[ recovery-image] Oct 16 03:58:50.297 INFO O| Oct 16 03:58:50.297 INFO O| Startup: Caching catalogs ... Done
35922024-10-16T03:58:51.923Z[ recovery-image] Oct 16 03:58:50.464 INFO O| Oct 16 03:58:50.463 INFO O| Planning: Planning completed in 0.00 seconds
35932024-10-16T03:58:51.927Z[ recovery-image] Oct 16 03:58:50.465 INFO O| Oct 16 03:58:50.464 INFO O| Planning: Consolidating action changes ... Done
35942024-10-16T03:58:51.927Z[ recovery-image] Oct 16 03:58:50.465 INFO O| Oct 16 03:58:50.465 INFO O| Planning: Evaluating mediators ... Done
35952024-10-16T03:58:51.927Z[ recovery-image] Oct 16 03:58:50.465 INFO O| Oct 16 03:58:50.465 INFO O| Planning: Planning completed in 0.00 seconds
35962024-10-16T03:58:51.927Z[ recovery-image] Oct 16 03:58:50.466 INFO O| Oct 16 03:58:50.466 INFO O| Variants/Facets to change: 1
35972024-10-16T03:58:52.025Z[ recovery-image] Oct 16 03:58:50.566 INFO O| Oct 16 03:58:50.566 INFO O| Done
35982024-10-16T03:58:52.025Z[ recovery-image] Oct 16 03:58:50.566 INFO O| Oct 16 03:58:50.566 INFO O| Done
35992024-10-16T03:58:52.769Z[ recovery-image] Oct 16 03:58:51.310 INFO O| Oct 16 03:58:51.310 INFO O| Done
36002024-10-16T03:58:52.828Z[ recovery-image] Oct 16 03:58:51.369 INFO O| Oct 16 03:58:51.369 INFO O| Done
36012024-10-16T03:58:52.832Z[ recovery-image] Oct 16 03:58:51.371 INFO O| Oct 16 03:58:51.371 INFO O| Done
36022024-10-16T03:58:52.832Z[ recovery-image] Oct 16 03:58:51.371 INFO O| Oct 16 03:58:51.371 INFO O| Done
36032024-10-16T03:58:52.832Z[ recovery-image] Oct 16 03:58:51.373 INFO O| Oct 16 03:58:51.373 INFO O| Done
36042024-10-16T03:58:53.466Z[ recovery-image] Oct 16 03:58:52.007 INFO O| Oct 16 03:58:52.007 INFO STEP 6 (pkg_change_variant) COMPLETE
36052024-10-16T03:58:53.466Z[ recovery-image] Oct 16 03:58:52.007 INFO O| Oct 16 03:58:52.007 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36062024-10-16T03:58:53.469Z[ recovery-image] Oct 16 03:58:52.007 INFO O| Oct 16 03:58:52.007 INFO skip step because feature "debug_variant" is not enabled
36072024-10-16T03:58:53.469Z[ recovery-image] Oct 16 03:58:52.007 INFO O| Oct 16 03:58:52.007 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36082024-10-16T03:58:54.220Z[ recovery-image] Oct 16 03:58:52.761 INFO O| Oct 16 03:58:52.761 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36092024-10-16T03:58:55.276Z[ recovery-image] Oct 16 03:58:53.817 INFO O| Oct 16 03:58:53.816 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36102024-10-16T03:58:55.279Z[ recovery-image] Oct 16 03:58:53.818 INFO O| Oct 16 03:58:53.818 INFO O| Planning: Planning completed in 0.00 seconds
36112024-10-16T03:58:55.279Z[ recovery-image] Oct 16 03:58:53.819 INFO O| Oct 16 03:58:53.819 INFO O| Planning: Consolidating action changes ... Done
36122024-10-16T03:58:55.279Z[ recovery-image] Oct 16 03:58:53.819 INFO O| Oct 16 03:58:53.819 INFO O| Planning: Evaluating mediators ... Done
36132024-10-16T03:58:55.279Z[ recovery-image] Oct 16 03:58:53.820 INFO O| Oct 16 03:58:53.820 INFO O| Planning: Planning completed in 0.00 seconds
36142024-10-16T03:58:55.282Z[ recovery-image] Oct 16 03:58:53.820 INFO O| Oct 16 03:58:53.820 INFO O| Variants/Facets to change: 1
36152024-10-16T03:58:55.353Z[ recovery-image] Oct 16 03:58:53.893 INFO O| Oct 16 03:58:53.893 INFO O| Done
36162024-10-16T03:58:55.353Z[ recovery-image] Oct 16 03:58:53.893 INFO O| Oct 16 03:58:53.893 INFO O| Done
36172024-10-16T03:58:56.053Z[ recovery-image] Oct 16 03:58:54.594 INFO O| Oct 16 03:58:54.594 INFO O| Done
36182024-10-16T03:58:56.125Z[ recovery-image] Oct 16 03:58:54.666 INFO O| Oct 16 03:58:54.666 INFO O| Done
36192024-10-16T03:58:56.130Z[ recovery-image] Oct 16 03:58:54.667 INFO O| Oct 16 03:58:54.667 INFO O| Done
36202024-10-16T03:58:56.130Z[ recovery-image] Oct 16 03:58:54.667 INFO O| Oct 16 03:58:54.667 INFO O| Done
36212024-10-16T03:58:56.130Z[ recovery-image] Oct 16 03:58:54.669 INFO O| Oct 16 03:58:54.669 INFO O| Done
36222024-10-16T03:58:56.288Z[ recovery-image] Oct 16 03:58:54.828 INFO O| Oct 16 03:58:54.828 INFO STEP 8 (pkg_change_facet) COMPLETE
36232024-10-16T03:58:56.288Z[ recovery-image] Oct 16 03:58:54.828 INFO O| Oct 16 03:58:54.828 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36242024-10-16T03:58:57.022Z[ recovery-image] Oct 16 03:58:55.563 INFO O| Oct 16 03:58:55.563 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36252024-10-16T03:58:58.223Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36262024-10-16T03:58:58.284Z[ recovery-image] Oct 16 03:58:56.824 INFO O| Oct 16 03:58:56.824 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36272024-10-16T03:58:58.286Z[ recovery-image] Oct 16 03:58:56.826 INFO O| Oct 16 03:58:56.826 INFO O| Planning: Planning completed in 0.00 seconds
36282024-10-16T03:58:58.286Z[ recovery-image] Oct 16 03:58:56.827 INFO O| Oct 16 03:58:56.827 INFO O| Planning: Consolidating action changes ... Done
36292024-10-16T03:58:58.286Z[ recovery-image] Oct 16 03:58:56.827 INFO O| Oct 16 03:58:56.827 INFO O| Planning: Evaluating mediators ... Done
36302024-10-16T03:58:58.289Z[ recovery-image] Oct 16 03:58:56.828 INFO O| Oct 16 03:58:56.828 INFO O| Planning: Planning completed in 0.00 seconds
36312024-10-16T03:58:58.289Z[ recovery-image] Oct 16 03:58:56.828 INFO O| Oct 16 03:58:56.828 INFO O| Variants/Facets to change: 1
36322024-10-16T03:58:58.381Z[ recovery-image] Oct 16 03:58:56.920 INFO O| Oct 16 03:58:56.920 INFO O| Done
36332024-10-16T03:58:58.381Z[ recovery-image] Oct 16 03:58:56.920 INFO O| Oct 16 03:58:56.920 INFO O| Done
36342024-10-16T03:58:59.091Z[ recovery-image] Oct 16 03:58:57.631 INFO O| Oct 16 03:58:57.631 INFO O| Done
36352024-10-16T03:58:59.185Z[ recovery-image] Oct 16 03:58:57.726 INFO O| Oct 16 03:58:57.725 INFO O| Done
36362024-10-16T03:58:59.188Z[ recovery-image] Oct 16 03:58:57.727 INFO O| Oct 16 03:58:57.727 INFO O| Done
36372024-10-16T03:58:59.188Z[ recovery-image] Oct 16 03:58:57.727 INFO O| Oct 16 03:58:57.727 INFO O| Done
36382024-10-16T03:58:59.188Z[ recovery-image] Oct 16 03:58:57.729 INFO O| Oct 16 03:58:57.729 INFO O| Done
36392024-10-16T03:58:59.349Z[ recovery-image] Oct 16 03:58:57.890 INFO O| Oct 16 03:58:57.889 INFO STEP 9 (pkg_change_facet) COMPLETE
36402024-10-16T03:58:59.349Z[ recovery-image] Oct 16 03:58:57.890 INFO O| Oct 16 03:58:57.890 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412024-10-16T03:59:00.123Z[ recovery-image] Oct 16 03:58:58.664 INFO O| Oct 16 03:58:58.664 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36422024-10-16T03:59:00.584Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36432024-10-16T03:59:01.160Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36442024-10-16T03:59:01.210Z[ recovery-image] Oct 16 03:58:59.750 INFO O| Oct 16 03:58:59.750 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36452024-10-16T03:59:01.214Z[ recovery-image] Oct 16 03:58:59.752 INFO O| Oct 16 03:58:59.752 INFO O| Planning: Planning completed in 0.00 seconds
36462024-10-16T03:59:01.214Z[ recovery-image] Oct 16 03:58:59.753 INFO O| Oct 16 03:58:59.753 INFO O| Planning: Consolidating action changes ... Done
36472024-10-16T03:59:01.214Z[ recovery-image] Oct 16 03:58:59.753 INFO O| Oct 16 03:58:59.753 INFO O| Planning: Evaluating mediators ... Done
36482024-10-16T03:59:01.214Z[ recovery-image] Oct 16 03:58:59.754 INFO O| Oct 16 03:58:59.754 INFO O| Planning: Planning completed in 0.00 seconds
36492024-10-16T03:59:01.214Z[ recovery-image] Oct 16 03:58:59.754 INFO O| Oct 16 03:58:59.754 INFO O| Variants/Facets to change: 1
36502024-10-16T03:59:01.272Z[ recovery-image] Oct 16 03:58:59.812 INFO O| Oct 16 03:58:59.811 INFO O| Done
36512024-10-16T03:59:01.272Z[ recovery-image] Oct 16 03:58:59.812 INFO O| Oct 16 03:58:59.812 INFO O| Done
36522024-10-16T03:59:01.916Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36532024-10-16T03:59:01.991Z[ recovery-image] Oct 16 03:59:00.531 INFO O| Oct 16 03:59:00.531 INFO O| Done
36542024-10-16T03:59:02.104Z[ recovery-image] Oct 16 03:59:00.645 INFO O| Oct 16 03:59:00.644 INFO O| Done
36552024-10-16T03:59:02.107Z[ recovery-image] Oct 16 03:59:00.646 INFO O| Oct 16 03:59:00.646 INFO O| Done
36562024-10-16T03:59:02.108Z[ recovery-image] Oct 16 03:59:00.646 INFO O| Oct 16 03:59:00.646 INFO O| Done
36572024-10-16T03:59:02.111Z[ recovery-image] Oct 16 03:59:00.648 INFO O| Oct 16 03:59:00.648 INFO O| Done
36582024-10-16T03:59:02.234Z[ recovery-image] Oct 16 03:59:00.774 INFO O| Oct 16 03:59:00.774 INFO STEP 10 (pkg_change_facet) COMPLETE
36592024-10-16T03:59:02.234Z[ recovery-image] Oct 16 03:59:00.774 INFO O| Oct 16 03:59:00.774 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-10-16T03:59:02.257Z[ recovery-image] Oct 16 03:59:00.795 INFO O| Oct 16 03:59:00.795 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"]
36612024-10-16T03:59:02.341Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36622024-10-16T03:59:02.622Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36632024-10-16T03:59:03.031Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36642024-10-16T03:59:03.173Z[ recovery-image] Oct 16 03:59:01.712 INFO O| Oct 16 03:59:01.712 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36652024-10-16T03:59:03.854Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36662024-10-16T03:59:09.835Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36672024-10-16T03:59:14.222Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36682024-10-16T03:59:14.238Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36692024-10-16T03:59:19.218Z[ host-image] Oct 16 03:59:17.756 INFO O| Oct 16 03:59:17.756 INFO O| Planning: Solver setup ... Done
36702024-10-16T03:59:19.287Z[verify-libraries] Compiling termios v0.3.3
36712024-10-16T03:59:19.855Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36722024-10-16T03:59:34.021Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36732024-10-16T03:59:50.047Z[ recovery-image] Oct 16 03:59:48.583 INFO O| Oct 16 03:59:48.582 INFO O| Planning: Solver setup ... Done
36742024-10-16T04:00:06.080Z[ host-image] Oct 16 04:00:04.614 INFO O| Oct 16 04:00:04.614 INFO O| Planning: Running solver ... Done
36752024-10-16T04:00:06.589Z[ host-image] Oct 16 04:00:05.123 INFO O| Oct 16 04:00:05.123 INFO O| Planning: Finding local manifests ... Done
36762024-10-16T04:00:06.611Z[ host-image] Oct 16 04:00:05.145 INFO O| Oct 16 04:00:05.145 INFO O| Planning: Fetching manifests: 0/124 0% complete
36772024-10-16T04:00:11.091Z[ host-image] Oct 16 04:00:09.624 INFO O| Oct 16 04:00:09.624 INFO O| Planning: Fetching manifests: 124/124 100% complete
36782024-10-16T04:00:12.291Z[ host-image] Oct 16 04:00:10.824 INFO O| Oct 16 04:00:10.824 INFO O| Planning: Package planning ... Done
36792024-10-16T04:00:13.888Z[ host-image] Oct 16 04:00:12.421 INFO O| Oct 16 04:00:12.421 INFO O| Planning: Merging actions ... Done
36802024-10-16T04:00:14.581Z[ host-image] Oct 16 04:00:13.115 INFO O| Oct 16 04:00:13.114 INFO O| Planning: Checking for conflicting actions ... Done
36812024-10-16T04:00:14.880Z[ host-image] Oct 16 04:00:13.414 INFO O| Oct 16 04:00:13.413 INFO O| Planning: Consolidating action changes ... Done
36822024-10-16T04:00:15.367Z[ host-image] Oct 16 04:00:13.901 INFO O| Oct 16 04:00:13.900 INFO O| Planning: Evaluating mediators ... Done
36832024-10-16T04:00:22.220Z[ host-image] Oct 16 04:00:20.753 INFO O| Oct 16 04:00:20.753 INFO O| Planning: Planning completed in 108.99 seconds
36842024-10-16T04:00:22.227Z[ host-image] Oct 16 04:00:20.760 INFO O| Oct 16 04:00:20.760 INFO O| Packages to install: 124
36852024-10-16T04:00:22.227Z[ host-image] Oct 16 04:00:20.760 INFO O| Oct 16 04:00:20.760 INFO O| Mediators to change: 4
36862024-10-16T04:00:22.231Z[ host-image] Oct 16 04:00:20.760 INFO O| Oct 16 04:00:20.760 INFO O| Services to change: 6
36872024-10-16T04:00:22.403Z[ host-image] Oct 16 04:00:20.913 INFO O| Oct 16 04:00:20.913 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36882024-10-16T04:00:22.574Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36892024-10-16T04:00:27.391Z[ host-image] Oct 16 04:00:25.923 INFO O| Oct 16 04:00:25.923 INFO O| Download: 1206/22734 items 7.7/196.5MB 3% complete (1.6M/s)
36902024-10-16T04:00:32.427Z[ host-image] Oct 16 04:00:30.958 INFO O| Oct 16 04:00:30.958 INFO O| Download: 1792/22734 items 13.2/196.5MB 6% complete (1.3M/s)
36912024-10-16T04:00:35.445Z[ recovery-image] Oct 16 04:00:33.976 INFO O| Oct 16 04:00:33.976 INFO O| Planning: Running solver ... Done
36922024-10-16T04:00:35.850Z[ recovery-image] Oct 16 04:00:34.382 INFO O| Oct 16 04:00:34.381 INFO O| Planning: Finding local manifests ... Done
36932024-10-16T04:00:35.871Z[ recovery-image] Oct 16 04:00:34.402 INFO O| Oct 16 04:00:34.402 INFO O| Planning: Fetching manifests: 0/124 0% complete
36942024-10-16T04:00:36.816Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36952024-10-16T04:00:37.435Z[ host-image] Oct 16 04:00:35.966 INFO O| Oct 16 04:00:35.966 INFO O| Download: 2225/22734 items 24.3/196.5MB 12% complete (1.8M/s)
36962024-10-16T04:00:41.127Z[ recovery-image] Oct 16 04:00:39.658 INFO O| Oct 16 04:00:39.658 INFO O| Planning: Fetching manifests: 124/124 100% complete
36972024-10-16T04:00:42.451Z[ host-image] Oct 16 04:00:40.982 INFO O| Oct 16 04:00:40.981 INFO O| Download: 3207/22734 items 34.0/196.5MB 17% complete (2.1M/s)
36982024-10-16T04:00:42.549Z[ recovery-image] Oct 16 04:00:41.080 INFO O| Oct 16 04:00:41.080 INFO O| Planning: Package planning ... Done
36992024-10-16T04:00:43.343Z[ recovery-image] Oct 16 04:00:41.873 INFO O| Oct 16 04:00:41.873 INFO O| Planning: Merging actions ... Done
37002024-10-16T04:00:43.500Z[ recovery-image] Oct 16 04:00:42.030 INFO O| Oct 16 04:00:42.030 INFO O| Planning: Checking for conflicting actions ... Done
37012024-10-16T04:00:43.631Z[ recovery-image] Oct 16 04:00:42.161 INFO O| Oct 16 04:00:42.161 INFO O| Planning: Consolidating action changes ... Done
37022024-10-16T04:00:44.054Z[ recovery-image] Oct 16 04:00:42.584 INFO O| Oct 16 04:00:42.584 INFO O| Planning: Evaluating mediators ... Done
37032024-10-16T04:00:47.452Z[ host-image] Oct 16 04:00:45.982 INFO O| Oct 16 04:00:45.982 INFO O| Download: 4421/22734 items 41.2/196.5MB 20% complete (1.7M/s)
37042024-10-16T04:00:49.788Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37052024-10-16T04:00:50.338Z[ recovery-image] Oct 16 04:00:48.868 INFO O| Oct 16 04:00:48.868 INFO O| Planning: Planning completed in 107.16 seconds
37062024-10-16T04:00:50.346Z[ recovery-image] Oct 16 04:00:48.876 INFO O| Oct 16 04:00:48.876 INFO O| Packages to install: 124
37072024-10-16T04:00:50.346Z[ recovery-image] Oct 16 04:00:48.876 INFO O| Oct 16 04:00:48.876 INFO O| Mediators to change: 4
37082024-10-16T04:00:50.346Z[ recovery-image] Oct 16 04:00:48.876 INFO O| Oct 16 04:00:48.876 INFO O| Services to change: 5
37092024-10-16T04:00:50.453Z[ recovery-image] Oct 16 04:00:48.983 INFO O| Oct 16 04:00:48.983 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37102024-10-16T04:00:52.457Z[ host-image] Oct 16 04:00:50.987 INFO O| Oct 16 04:00:50.987 INFO O| Download: 5009/22734 items 45.8/196.5MB 23% complete (1.2M/s)
37112024-10-16T04:00:55.454Z[ recovery-image] Oct 16 04:00:53.983 INFO O| Oct 16 04:00:53.983 INFO O| Download: 1025/15836 items 7.9/173.3MB 4% complete (1.6M/s)
37122024-10-16T04:00:57.464Z[ host-image] Oct 16 04:00:55.992 INFO O| Oct 16 04:00:55.992 INFO O| Download: 5782/22734 items 46.3/196.5MB 23% complete (531k/s)
37132024-10-16T04:01:00.556Z[ recovery-image] Oct 16 04:00:59.085 INFO O| Oct 16 04:00:59.085 INFO O| Download: 1174/15836 items 10.9/173.3MB 6% complete (1.1M/s)
37142024-10-16T04:01:02.636Z[ host-image] Oct 16 04:01:01.165 INFO O| Oct 16 04:01:01.165 INFO O| Download: 6852/22734 items 49.0/196.5MB 24% complete (312k/s)
37152024-10-16T04:01:05.076Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37162024-10-16T04:01:05.557Z[ recovery-image] Oct 16 04:01:04.085 INFO O| Oct 16 04:01:04.085 INFO O| Download: 1619/15836 items 25.1/173.3MB 14% complete (1.7M/s)
37172024-10-16T04:01:07.657Z[ host-image] Oct 16 04:01:06.183 INFO O| Oct 16 04:01:06.183 INFO O| Download: 7610/22734 items 58.4/196.5MB 29% complete (1.2M/s)
37182024-10-16T04:01:10.753Z[ recovery-image] Oct 16 04:01:09.281 INFO O| Oct 16 04:01:09.281 INFO O| Download: 2676/15836 items 32.9/173.3MB 18% complete (2.2M/s)
37192024-10-16T04:01:12.742Z[ host-image] Oct 16 04:01:11.268 INFO O| Oct 16 04:01:11.268 INFO O| Download: 8238/22734 items 63.4/196.5MB 32% complete (1.4M/s)
37202024-10-16T04:01:15.779Z[ recovery-image] Oct 16 04:01:14.301 INFO O| Oct 16 04:01:14.301 INFO O| Download: 3585/15836 items 38.8/173.3MB 22% complete (1.4M/s)
37212024-10-16T04:01:17.805Z[ host-image] Oct 16 04:01:16.324 INFO O| Oct 16 04:01:16.324 INFO O| Download: 8947/22734 items 71.8/196.5MB 36% complete (1.3M/s)
37222024-10-16T04:01:20.786Z[ recovery-image] Oct 16 04:01:19.311 INFO O| Oct 16 04:01:19.311 INFO O| Download: 4003/15836 items 42.6/173.3MB 24% complete (990k/s)
37232024-10-16T04:01:22.801Z[ host-image] Oct 16 04:01:21.328 INFO O| Oct 16 04:01:21.327 INFO O| Download: 9680/22734 items 83.5/196.5MB 42% complete (2.0M/s)
37242024-10-16T04:01:25.805Z[ recovery-image] Oct 16 04:01:24.331 INFO O| Oct 16 04:01:24.331 INFO O| Download: 4796/15836 items 43.0/173.3MB 24% complete (444k/s)
37252024-10-16T04:01:30.423Z[ host-image] Oct 16 04:01:26.334 INFO O| Oct 16 04:01:26.334 INFO O| Download: 10597/22734 items 88.9/196.5MB 45% complete (1.7M/s)
37262024-10-16T04:01:30.556Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37272024-10-16T04:01:31.043Z[ recovery-image] Oct 16 04:01:29.569 INFO O| Oct 16 04:01:29.569 INFO O| Download: 5664/15836 items 44.5/173.3MB 25% complete (182k/s)
37282024-10-16T04:01:33.089Z[ host-image] Oct 16 04:01:31.612 INFO O| Oct 16 04:01:31.612 INFO O| Download: 11232/22734 items 94.0/196.5MB 47% complete (1.1M/s)
37292024-10-16T04:01:33.403Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37302024-10-16T04:01:35.526Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37312024-10-16T04:01:36.046Z[ recovery-image] Oct 16 04:01:34.572 INFO O| Oct 16 04:01:34.572 INFO O| Download: 5955/15836 items 53.6/173.3MB 30% complete (1.1M/s)
37322024-10-16T04:01:38.093Z[ host-image] Oct 16 04:01:36.618 INFO O| Oct 16 04:01:36.618 INFO O| Download: 12012/22734 items 100.1/196.5MB 50% complete (1.0M/s)
37332024-10-16T04:01:41.050Z[ recovery-image] Oct 16 04:01:39.575 INFO O| Oct 16 04:01:39.574 INFO O| Download: 6545/15836 items 64.1/173.3MB 36% complete (1.9M/s)
37342024-10-16T04:01:43.108Z[ host-image] Oct 16 04:01:41.633 INFO O| Oct 16 04:01:41.633 INFO O| Download: 12450/22734 items 109.5/196.5MB 55% complete (1.6M/s)
37352024-10-16T04:01:46.069Z[ recovery-image] Oct 16 04:01:44.594 INFO O| Oct 16 04:01:44.593 INFO O| Download: 7354/15836 items 73.4/173.3MB 42% complete (2.0M/s)
37362024-10-16T04:01:48.130Z[ host-image] Oct 16 04:01:46.654 INFO O| Oct 16 04:01:46.654 INFO O| Download: 13342/22734 items 110.0/196.5MB 55% complete (1.1M/s)
37372024-10-16T04:01:51.070Z[ recovery-image] Oct 16 04:01:49.594 INFO O| Oct 16 04:01:49.593 INFO O| Download: 7906/15836 items 76.9/173.3MB 44% complete (1.3M/s)
37382024-10-16T04:01:56.035Z[ host-image] Oct 16 04:01:51.791 INFO O| Oct 16 04:01:51.791 INFO O| Download: 14266/22734 items 110.7/196.5MB 56% complete (118k/s)
37392024-10-16T04:01:56.209Z[ recovery-image] Oct 16 04:01:54.733 INFO O| Oct 16 04:01:54.733 INFO O| Download: 8702/15836 items 83.7/173.3MB 48% complete (1013k/s)
37402024-10-16T04:01:58.343Z[ host-image] Oct 16 04:01:56.866 INFO O| Oct 16 04:01:56.866 INFO O| Download: 14750/22734 items 117.1/196.5MB 59% complete (727k/s)
37412024-10-16T04:02:01.347Z[ recovery-image] Oct 16 04:01:59.869 INFO O| Oct 16 04:01:59.869 INFO O| Download: 9408/15836 items 92.8/173.3MB 53% complete (1.6M/s)
37422024-10-16T04:02:03.344Z[ host-image] Oct 16 04:02:01.866 INFO O| Oct 16 04:02:01.866 INFO O| Download: 15553/22734 items 125.0/196.5MB 63% complete (1.5M/s)
37432024-10-16T04:02:06.347Z[ recovery-image] Oct 16 04:02:04.869 INFO O| Oct 16 04:02:04.869 INFO O| Download: 10808/15836 items 93.8/173.3MB 54% complete (1015k/s)
37442024-10-16T04:02:08.346Z[ host-image] Oct 16 04:02:06.869 INFO O| Oct 16 04:02:06.868 INFO O| Download: 16673/22734 items 141.8/196.5MB 72% complete (2.4M/s)
37452024-10-16T04:02:11.873Z[ recovery-image] Oct 16 04:02:10.395 INFO O| Oct 16 04:02:10.395 INFO O| Download: 11049/15836 items 95.3/173.3MB 55% complete (231k/s)
37462024-10-16T04:02:13.438Z[ host-image] Oct 16 04:02:11.960 INFO O| Oct 16 04:02:11.960 INFO O| Download: 17887/22734 items 155.4/196.5MB 79% complete (3.0M/s)
37472024-10-16T04:02:16.889Z[ recovery-image] Oct 16 04:02:15.410 INFO O| Oct 16 04:02:15.410 INFO O| Download: 11896/15836 items 127.7/173.3MB 73% complete (3.3M/s)
37482024-10-16T04:02:18.447Z[ host-image] Oct 16 04:02:16.968 INFO O| Oct 16 04:02:16.968 INFO O| Download: 18614/22734 items 161.4/196.5MB 82% complete (1.9M/s)
37492024-10-16T04:02:21.891Z[ recovery-image] Oct 16 04:02:20.411 INFO O| Oct 16 04:02:20.411 INFO O| Download: 12443/15836 items 138.7/173.3MB 80% complete (4.4M/s)
37502024-10-16T04:02:23.454Z[ host-image] Oct 16 04:02:21.974 INFO O| Oct 16 04:02:21.974 INFO O| Download: 19533/22734 items 164.5/196.5MB 83% complete (936k/s)
37512024-10-16T04:02:26.910Z[ recovery-image] Oct 16 04:02:25.431 INFO O| Oct 16 04:02:25.430 INFO O| Download: 13240/15836 items 141.6/173.3MB 81% complete (1.4M/s)
37522024-10-16T04:02:28.457Z[ host-image] Oct 16 04:02:26.976 INFO O| Oct 16 04:02:26.976 INFO O| Download: 20207/22734 items 166.9/196.5MB 84% complete (569k/s)
37532024-10-16T04:02:31.922Z[ recovery-image] Oct 16 04:02:30.441 INFO O| Oct 16 04:02:30.441 INFO O| Download: 14036/15836 items 144.3/173.3MB 83% complete (572k/s)
37542024-10-16T04:02:33.458Z[ host-image] Oct 16 04:02:31.977 INFO O| Oct 16 04:02:31.977 INFO O| Download: 20693/22734 items 170.9/196.5MB 86% complete (636k/s)
37552024-10-16T04:02:37.097Z[ recovery-image] Oct 16 04:02:35.616 INFO O| Oct 16 04:02:35.616 INFO O| Download: 14727/15836 items 151.7/173.3MB 87% complete (915k/s)
37562024-10-16T04:02:38.460Z[ host-image] Oct 16 04:02:36.979 INFO O| Oct 16 04:02:36.979 INFO O| Download: 21311/22734 items 177.3/196.5MB 90% complete (1.0M/s)
37572024-10-16T04:02:42.098Z[ recovery-image] Oct 16 04:02:40.616 INFO O| Oct 16 04:02:40.616 INFO O| Download: 15257/15836 items 158.0/173.3MB 91% complete (1.3M/s)
37582024-10-16T04:02:43.483Z[ host-image] Oct 16 04:02:42.002 INFO O| Oct 16 04:02:42.002 INFO O| Download: 21910/22734 items 188.5/196.5MB 95% complete (1.9M/s)
37592024-10-16T04:02:47.271Z[ recovery-image] Oct 16 04:02:45.789 INFO O| Oct 16 04:02:45.789 INFO O| Download: 15524/15836 items 165.9/173.3MB 95% complete (1.5M/s)
37602024-10-16T04:02:48.527Z[ host-image] Oct 16 04:02:47.045 INFO O| Oct 16 04:02:47.045 INFO O| Download: 22208/22734 items 194.8/196.5MB 99% complete (1.8M/s)
37612024-10-16T04:02:51.168Z[ host-image] Oct 16 04:02:49.686 INFO O| Oct 16 04:02:49.685 INFO O| Download: Completed 196.54 MB in 148.77 seconds (1.3M/s)
37622024-10-16T04:02:52.593Z[ recovery-image] Oct 16 04:02:51.111 INFO O| Oct 16 04:02:51.111 INFO O| Download: 15817/15836 items 172.3/173.3MB 99% complete (1.4M/s)
37632024-10-16T04:02:52.734Z[ host-image] Oct 16 04:02:51.252 INFO O| Oct 16 04:02:51.252 INFO O| Actions: 1/49270 actions (Installing new actions)
37642024-10-16T04:02:53.417Z[ recovery-image] Oct 16 04:02:51.935 INFO O| Oct 16 04:02:51.935 INFO O| Download: Completed 173.30 MB in 122.95 seconds (1.4M/s)
37652024-10-16T04:02:54.589Z[ recovery-image] Oct 16 04:02:53.106 INFO O| Oct 16 04:02:53.106 INFO O| Actions: 1/24971 actions (Installing new actions)
37662024-10-16T04:02:57.735Z[ host-image] Oct 16 04:02:56.252 INFO O| Oct 16 04:02:56.252 INFO O| Actions: 8928/49270 actions (Installing new actions)
37672024-10-16T04:02:59.596Z[ recovery-image] Oct 16 04:02:58.113 INFO O| Oct 16 04:02:58.113 INFO O| Actions: 8047/24971 actions (Installing new actions)
37682024-10-16T04:03:02.736Z[ host-image] Oct 16 04:03:01.253 INFO O| Oct 16 04:03:01.252 INFO O| Actions: 15481/49270 actions (Installing new actions)
37692024-10-16T04:03:04.597Z[ recovery-image] Oct 16 04:03:03.114 INFO O| Oct 16 04:03:03.114 INFO O| Actions: 13765/24971 actions (Installing new actions)
37702024-10-16T04:03:07.736Z[ host-image] Oct 16 04:03:06.253 INFO O| Oct 16 04:03:06.252 INFO O| Actions: 21095/49270 actions (Installing new actions)
37712024-10-16T04:03:09.606Z[ recovery-image] Oct 16 04:03:08.122 INFO O| Oct 16 04:03:08.122 INFO O| Actions: 18420/24971 actions (Installing new actions)
37722024-10-16T04:03:12.737Z[ host-image] Oct 16 04:03:11.253 INFO O| Oct 16 04:03:11.253 INFO O| Actions: 32331/49270 actions (Installing new actions)
37732024-10-16T04:03:14.657Z[ recovery-image] Oct 16 04:03:13.173 INFO O| Oct 16 04:03:13.173 INFO O| Actions: 24492/24971 actions (Installing new actions)
37742024-10-16T04:03:17.520Z[ recovery-image] Oct 16 04:03:16.035 INFO O| Oct 16 04:03:16.035 INFO O| Actions: Completed 24971 actions in 22.93 seconds.
37752024-10-16T04:03:17.769Z[ host-image] Oct 16 04:03:16.284 INFO O| Oct 16 04:03:16.284 INFO O| Actions: 48823/49270 actions (Installing new actions)
37762024-10-16T04:03:18.066Z[ recovery-image] Oct 16 04:03:16.581 INFO O| Oct 16 04:03:16.581 INFO O| Done
37772024-10-16T04:03:18.066Z[ recovery-image] Oct 16 04:03:16.581 INFO O| Oct 16 04:03:16.581 INFO O| Done
37782024-10-16T04:03:19.345Z[ recovery-image] Oct 16 04:03:17.860 INFO O| Oct 16 04:03:17.860 INFO O| Done
37792024-10-16T04:03:20.380Z[ host-image] Oct 16 04:03:18.895 INFO O| Oct 16 04:03:18.895 INFO O| Actions: Completed 49270 actions in 27.64 seconds.
37802024-10-16T04:03:21.172Z[ host-image] Oct 16 04:03:19.687 INFO O| Oct 16 04:03:19.687 INFO O| Done
37812024-10-16T04:03:21.172Z[ host-image] Oct 16 04:03:19.687 INFO O| Oct 16 04:03:19.687 INFO O| Done
37822024-10-16T04:03:21.662Z[ recovery-image] Oct 16 04:03:20.177 INFO O| Oct 16 04:03:20.177 INFO O| Done
37832024-10-16T04:03:21.700Z[ recovery-image] Oct 16 04:03:20.215 INFO O| Oct 16 04:03:20.215 INFO O| Done
37842024-10-16T04:03:22.682Z[ host-image] Oct 16 04:03:21.197 INFO O| Oct 16 04:03:21.197 INFO O| Done
37852024-10-16T04:03:25.368Z[ host-image] Oct 16 04:03:23.883 INFO O| Oct 16 04:03:23.883 INFO O| Done
37862024-10-16T04:03:25.423Z[ host-image] Oct 16 04:03:23.938 INFO O| Oct 16 04:03:23.938 INFO O| Done
37872024-10-16T04:03:26.867Z[ recovery-image] Oct 16 04:03:25.382 INFO O| Oct 16 04:03:25.381 INFO O| Done
37882024-10-16T04:03:27.618Z[ recovery-image] Oct 16 04:03:26.133 INFO O| Oct 16 04:03:26.133 INFO O| Done
37892024-10-16T04:03:28.063Z[ recovery-image] Oct 16 04:03:26.577 INFO O| Oct 16 04:03:26.577 INFO STEP 11 (pkg_install) COMPLETE
37902024-10-16T04:03:28.063Z[ recovery-image] Oct 16 04:03:26.577 INFO O| Oct 16 04:03:26.577 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37912024-10-16T04:03:28.066Z[ recovery-image] Oct 16 04:03:26.577 INFO O| Oct 16 04:03:26.577 INFO skip step because feature "recovery" is enabled
37922024-10-16T04:03:28.066Z[ recovery-image] Oct 16 04:03:26.577 INFO O| Oct 16 04:03:26.577 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37932024-10-16T04:03:28.066Z[ recovery-image] Oct 16 04:03:26.577 INFO O| Oct 16 04:03:26.577 INFO skip step because feature "omicron1" is not enabled
37942024-10-16T04:03:28.066Z[ recovery-image] Oct 16 04:03:26.577 INFO O| Oct 16 04:03:26.577 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37952024-10-16T04:03:28.084Z[ recovery-image] Oct 16 04:03:26.598 INFO O| Oct 16 04:03:26.598 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37962024-10-16T04:03:29.811Z[ recovery-image] Oct 16 04:03:28.325 INFO O| Oct 16 04:03:28.325 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37972024-10-16T04:03:33.406Z[ recovery-image] Oct 16 04:03:31.920 INFO O| Oct 16 04:03:31.920 INFO O| Planning: Solver setup ... Done
37982024-10-16T04:03:33.412Z[ recovery-image] Oct 16 04:03:31.926 INFO O| Oct 16 04:03:31.926 INFO O| Planning: Running solver ... Done
37992024-10-16T04:03:33.490Z[ recovery-image] Oct 16 04:03:32.004 INFO O| Oct 16 04:03:32.004 INFO O| Planning: Finding local manifests ... Done
38002024-10-16T04:03:33.493Z[ recovery-image] Oct 16 04:03:32.005 INFO O| Oct 16 04:03:32.005 INFO O| Planning: Fetching manifests: 0/1 0% complete
38012024-10-16T04:03:33.674Z[ recovery-image] Oct 16 04:03:32.188 INFO O| Oct 16 04:03:32.188 INFO O| Planning: Fetching manifests: 1/1 100% complete
38022024-10-16T04:03:33.709Z[ recovery-image] Oct 16 04:03:32.223 INFO O| Oct 16 04:03:32.223 INFO O| Planning: Package planning ... Done
38032024-10-16T04:03:33.712Z[ recovery-image] Oct 16 04:03:32.224 INFO O| Oct 16 04:03:32.224 INFO O| Planning: Merging actions ... Done
38042024-10-16T04:03:33.798Z[ recovery-image] Oct 16 04:03:32.310 INFO O| Oct 16 04:03:32.310 INFO O| Planning: Checking for conflicting actions ... Done
38052024-10-16T04:03:33.802Z[ recovery-image] Oct 16 04:03:32.311 INFO O| Oct 16 04:03:32.311 INFO O| Planning: Consolidating action changes ... Done
38062024-10-16T04:03:33.910Z[ host-image] Oct 16 04:03:32.424 INFO O| Oct 16 04:03:32.424 INFO O| Done
38072024-10-16T04:03:34.091Z[ recovery-image] Oct 16 04:03:32.605 INFO O| Oct 16 04:03:32.605 INFO O| Planning: Evaluating mediators ... Done
38082024-10-16T04:03:34.094Z[ recovery-image] Oct 16 04:03:32.606 INFO O| Oct 16 04:03:32.606 INFO O| Planning: Planning completed in 4.28 seconds
38092024-10-16T04:03:34.097Z[ recovery-image] Oct 16 04:03:32.609 INFO O| Oct 16 04:03:32.609 INFO O| Packages to install: 1
38102024-10-16T04:03:34.114Z[ recovery-image] Oct 16 04:03:32.628 INFO O| Oct 16 04:03:32.628 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38112024-10-16T04:03:35.050Z[ host-image] Oct 16 04:03:33.564 INFO O| Oct 16 04:03:33.564 INFO O| Done
38122024-10-16T04:03:35.486Z[ recovery-image] Oct 16 04:03:34.000 INFO O| Oct 16 04:03:34.000 INFO O| Download: Completed 20.80 MB in 1.37 seconds (15.2M/s)
38132024-10-16T04:03:35.502Z[ host-image] Oct 16 04:03:34.016 INFO O| Oct 16 04:03:34.016 INFO STEP 11 (pkg_install) COMPLETE
38142024-10-16T04:03:35.502Z[ host-image] Oct 16 04:03:34.016 INFO O| Oct 16 04:03:34.016 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38152024-10-16T04:03:35.539Z[ host-image] Oct 16 04:03:34.052 INFO O| Oct 16 04:03:34.052 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38162024-10-16T04:03:35.580Z[ recovery-image] Oct 16 04:03:34.092 INFO O| Oct 16 04:03:34.092 INFO O| Actions: 1/22 actions (Installing new actions)
38172024-10-16T04:03:36.590Z[ recovery-image] Oct 16 04:03:35.104 INFO O| Oct 16 04:03:35.104 INFO O| Actions: Completed 22 actions in 1.01 seconds.
38182024-10-16T04:03:36.627Z[ host-image] Oct 16 04:03:35.140 INFO O| Oct 16 04:03:35.140 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38192024-10-16T04:03:37.207Z[ recovery-image] Oct 16 04:03:35.720 INFO O| Oct 16 04:03:35.720 INFO O| Done
38202024-10-16T04:03:37.213Z[ recovery-image] Oct 16 04:03:35.720 INFO O| Oct 16 04:03:35.720 INFO O| Done
38212024-10-16T04:03:38.345Z[ recovery-image] Oct 16 04:03:36.858 INFO O| Oct 16 04:03:36.858 INFO O| Done
38222024-10-16T04:03:40.243Z[ recovery-image] Oct 16 04:03:38.756 INFO O| Oct 16 04:03:38.756 INFO O| Done
38232024-10-16T04:03:40.291Z[ recovery-image] Oct 16 04:03:38.804 INFO O| Oct 16 04:03:38.804 INFO O| Done
38242024-10-16T04:03:40.293Z[ recovery-image] Oct 16 04:03:38.804 INFO O| Oct 16 04:03:38.804 INFO O| Done
38252024-10-16T04:03:40.308Z[ recovery-image] Oct 16 04:03:38.821 INFO O| Oct 16 04:03:38.821 INFO O| Done
38262024-10-16T04:03:40.571Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO STEP 14 (pkg_install) COMPLETE
38272024-10-16T04:03:40.571Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38282024-10-16T04:03:40.572Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO skip step because feature "mfg" is not enabled
38292024-10-16T04:03:40.578Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38302024-10-16T04:03:40.578Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO skip step because feature "compliance" is not enabled
38312024-10-16T04:03:40.578Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38322024-10-16T04:03:40.578Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO skip step because feature "stress" is not enabled
38332024-10-16T04:03:40.578Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38342024-10-16T04:03:40.579Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO skip step because feature "nfs" is not enabled
38352024-10-16T04:03:40.579Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38362024-10-16T04:03:40.579Z[ recovery-image] Oct 16 04:03:39.085 INFO O| Oct 16 04:03:39.085 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38372024-10-16T04:03:40.933Z[ recovery-image] Oct 16 04:03:39.447 INFO O| Oct 16 04:03:39.446 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38382024-10-16T04:03:41.056Z[ recovery-image] Oct 16 04:03:39.568 INFO O| Oct 16 04:03:39.568 INFO completed processing gimlet/ramdisk-01-os
38392024-10-16T04:03:41.060Z[ recovery-image] Oct 16 04:03:39.572 INFO image builder template: ramdisk-02-trim...
38402024-10-16T04:03:41.060Z[ recovery-image] Oct 16 04:03:39.573 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/.tmpFfgg6s/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
38412024-10-16T04:03:41.096Z[ host-image] Oct 16 04:03:39.610 INFO O| Oct 16 04:03:39.610 INFO O| Planning: Solver setup ... Done
38422024-10-16T04:03:41.103Z[ host-image] Oct 16 04:03:39.616 INFO O| Oct 16 04:03:39.616 INFO O| Planning: Running solver ... Done
38432024-10-16T04:03:41.141Z[ recovery-image] Oct 16 04:03:39.654 INFO O| Oct 16 04:03:39.648 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38442024-10-16T04:03:41.153Z[ recovery-image] Oct 16 04:03:39.666 INFO O| Oct 16 04:03:39.666 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38452024-10-16T04:03:41.182Z[ host-image] Oct 16 04:03:39.696 INFO O| Oct 16 04:03:39.696 INFO O| Planning: Finding local manifests ... Done
38462024-10-16T04:03:41.186Z[ host-image] Oct 16 04:03:39.699 INFO O| Oct 16 04:03:39.699 INFO O| Planning: Fetching manifests: 0/4 0% complete
38472024-10-16T04:03:41.339Z[ recovery-image] Oct 16 04:03:39.852 INFO O| Oct 16 04:03:39.849 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38482024-10-16T04:03:41.401Z[ host-image] Oct 16 04:03:39.915 INFO O| Oct 16 04:03:39.914 INFO O| Planning: Fetching manifests: 4/4 100% complete
38492024-10-16T04:03:41.419Z[ recovery-image] Oct 16 04:03:39.933 INFO O| Oct 16 04:03:39.933 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38502024-10-16T04:03:41.419Z[ recovery-image] Oct 16 04:03:39.933 INFO O| Oct 16 04:03:39.933 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38512024-10-16T04:03:41.430Z[ recovery-image] Oct 16 04:03:39.943 INFO O| Oct 16 04:03:39.943 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38522024-10-16T04:03:41.438Z[ recovery-image] Oct 16 04:03:39.952 INFO O| Oct 16 04:03:39.952 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38532024-10-16T04:03:41.441Z[ host-image] Oct 16 04:03:39.953 INFO O| Oct 16 04:03:39.952 INFO O| Planning: Package planning ... Done
38542024-10-16T04:03:41.443Z[ host-image] Oct 16 04:03:39.957 INFO O| Oct 16 04:03:39.957 INFO O| Planning: Merging actions ... Done
38552024-10-16T04:03:41.453Z[ recovery-image] Oct 16 04:03:39.966 INFO O| Oct 16 04:03:39.966 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38562024-10-16T04:03:41.689Z[ host-image] Oct 16 04:03:40.202 INFO O| Oct 16 04:03:40.202 INFO O| Planning: Checking for conflicting actions ... Done
38572024-10-16T04:03:41.692Z[ host-image] Oct 16 04:03:40.205 INFO O| Oct 16 04:03:40.205 INFO O| Planning: Consolidating action changes ... Done
38582024-10-16T04:03:41.837Z[ recovery-image] Oct 16 04:03:40.350 INFO O| Oct 16 04:03:40.350 INFO rolled back to input snapshot; work may begin
38592024-10-16T04:03:41.837Z[ recovery-image] Oct 16 04:03:40.350 INFO O| Oct 16 04:03:40.350 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38602024-10-16T04:03:41.862Z[ recovery-image] Oct 16 04:03:40.375 INFO O| Oct 16 04:03:40.375 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-10-16T04:03:41.885Z[ recovery-image] Oct 16 04:03:40.398 INFO O| Oct 16 04:03:40.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38622024-10-16T04:03:41.988Z[ recovery-image] Oct 16 04:03:40.501 INFO O| Oct 16 04:03:40.500 INFO STEP 0 (remove_files) COMPLETE
38632024-10-16T04:03:41.988Z[ recovery-image] Oct 16 04:03:40.501 INFO O| Oct 16 04:03:40.500 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-16T04:03:42.045Z[ recovery-image] Oct 16 04:03:40.558 INFO O| Oct 16 04:03:40.558 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38652024-10-16T04:03:42.048Z[ recovery-image] Oct 16 04:03:40.561 INFO O| Oct 16 04:03:40.561 INFO STEP 1 (remove_files) COMPLETE
38662024-10-16T04:03:42.048Z[ recovery-image] Oct 16 04:03:40.561 INFO O| Oct 16 04:03:40.561 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-10-16T04:03:42.068Z[ host-image] Oct 16 04:03:40.582 INFO O| Oct 16 04:03:40.581 INFO O| Planning: Evaluating mediators ... Done
38682024-10-16T04:03:42.071Z[ host-image] Oct 16 04:03:40.583 INFO O| Oct 16 04:03:40.583 INFO O| Planning: Planning completed in 5.44 seconds
38692024-10-16T04:03:42.074Z[ host-image] Oct 16 04:03:40.587 INFO O| Oct 16 04:03:40.586 INFO O| Packages to install: 4
38702024-10-16T04:03:42.074Z[ host-image] Oct 16 04:03:40.587 INFO O| Oct 16 04:03:40.586 INFO O| Services to change: 2
38712024-10-16T04:03:42.101Z[ recovery-image] Oct 16 04:03:40.615 INFO O| Oct 16 04:03:40.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38722024-10-16T04:03:42.108Z[ host-image] Oct 16 04:03:40.621 INFO O| Oct 16 04:03:40.621 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38732024-10-16T04:03:42.125Z[ recovery-image] Oct 16 04:03:40.637 INFO O| Oct 16 04:03:40.637 INFO STEP 2 (remove_files) COMPLETE
38742024-10-16T04:03:42.127Z[ recovery-image] Oct 16 04:03:40.637 INFO O| Oct 16 04:03:40.637 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-10-16T04:03:42.147Z[ recovery-image] Oct 16 04:03:40.660 INFO O| Oct 16 04:03:40.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38762024-10-16T04:03:42.149Z[ recovery-image] Oct 16 04:03:40.663 INFO O| Oct 16 04:03:40.663 INFO STEP 3 (remove_files) COMPLETE
38772024-10-16T04:03:42.152Z[ recovery-image] Oct 16 04:03:40.663 INFO O| Oct 16 04:03:40.663 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-10-16T04:03:42.171Z[ recovery-image] Oct 16 04:03:40.684 INFO O| Oct 16 04:03:40.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38792024-10-16T04:03:42.176Z[ recovery-image] Oct 16 04:03:40.690 INFO O| Oct 16 04:03:40.690 INFO STEP 4 (remove_files) COMPLETE
38802024-10-16T04:03:42.179Z[ recovery-image] Oct 16 04:03:40.690 INFO O| Oct 16 04:03:40.690 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-10-16T04:03:42.198Z[ recovery-image] Oct 16 04:03:40.711 INFO O| Oct 16 04:03:40.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38822024-10-16T04:03:42.200Z[ recovery-image] Oct 16 04:03:40.712 INFO O| Oct 16 04:03:40.712 INFO STEP 5 (remove_files) COMPLETE
38832024-10-16T04:03:42.200Z[ recovery-image] Oct 16 04:03:40.712 INFO O| Oct 16 04:03:40.712 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-10-16T04:03:42.220Z[ recovery-image] Oct 16 04:03:40.734 INFO O| Oct 16 04:03:40.733 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38852024-10-16T04:03:42.237Z[ recovery-image] Oct 16 04:03:40.751 INFO O| Oct 16 04:03:40.750 INFO STEP 6 (remove_files) COMPLETE
38862024-10-16T04:03:42.237Z[ recovery-image] Oct 16 04:03:40.751 INFO O| Oct 16 04:03:40.751 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-16T04:03:42.238Z[ recovery-image] Oct 16 04:03:40.751 INFO O| Oct 16 04:03:40.751 INFO skip step because feature "recovery" is enabled
38882024-10-16T04:03:42.240Z[ recovery-image] Oct 16 04:03:40.751 INFO O| Oct 16 04:03:40.751 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-10-16T04:03:42.240Z[ recovery-image] Oct 16 04:03:40.751 INFO O| Oct 16 04:03:40.751 INFO skip step because feature "recovery" is enabled
38902024-10-16T04:03:42.240Z[ recovery-image] Oct 16 04:03:40.751 INFO O| Oct 16 04:03:40.751 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-16T04:03:42.240Z[ recovery-image] Oct 16 04:03:40.751 INFO O| Oct 16 04:03:40.751 INFO skip step because feature "recovery" is enabled
38922024-10-16T04:03:42.240Z[ recovery-image] Oct 16 04:03:40.751 INFO O| Oct 16 04:03:40.751 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-10-16T04:03:42.272Z[ recovery-image] Oct 16 04:03:40.785 INFO O| Oct 16 04:03:40.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38942024-10-16T04:03:42.277Z[ recovery-image] Oct 16 04:03:40.790 INFO O| Oct 16 04:03:40.790 INFO STEP 10 (remove_files) COMPLETE
38952024-10-16T04:03:42.277Z[ recovery-image] Oct 16 04:03:40.790 INFO O| Oct 16 04:03:40.790 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-10-16T04:03:42.313Z[ recovery-image] Oct 16 04:03:40.826 INFO O| Oct 16 04:03:40.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38972024-10-16T04:03:42.316Z[ recovery-image] Oct 16 04:03:40.828 INFO O| Oct 16 04:03:40.828 INFO STEP 11 (remove_files) COMPLETE
38982024-10-16T04:03:42.316Z[ recovery-image] Oct 16 04:03:40.828 INFO O| Oct 16 04:03:40.828 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-10-16T04:03:42.340Z[ recovery-image] Oct 16 04:03:40.853 INFO O| Oct 16 04:03:40.853 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39002024-10-16T04:03:42.343Z[ recovery-image] Oct 16 04:03:40.856 INFO O| Oct 16 04:03:40.856 INFO STEP 12 (remove_files) COMPLETE
39012024-10-16T04:03:42.346Z[ recovery-image] Oct 16 04:03:40.856 INFO O| Oct 16 04:03:40.856 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-10-16T04:03:42.382Z[ recovery-image] Oct 16 04:03:40.896 INFO O| Oct 16 04:03:40.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39032024-10-16T04:03:42.421Z[ recovery-image] Oct 16 04:03:40.935 INFO O| Oct 16 04:03:40.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39042024-10-16T04:03:42.424Z[ recovery-image] Oct 16 04:03:40.938 INFO O| Oct 16 04:03:40.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39052024-10-16T04:03:42.504Z[ recovery-image] Oct 16 04:03:41.015 INFO O| Oct 16 04:03:41.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39062024-10-16T04:03:42.506Z[ recovery-image] Oct 16 04:03:41.017 INFO O| Oct 16 04:03:41.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39072024-10-16T04:03:42.835Z[ recovery-image] Oct 16 04:03:41.348 INFO O| Oct 16 04:03:41.347 INFO STEP 13 (remove_files) COMPLETE
39082024-10-16T04:03:42.835Z[ recovery-image] Oct 16 04:03:41.348 INFO O| Oct 16 04:03:41.348 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-16T04:03:42.855Z[ recovery-image] Oct 16 04:03:41.368 INFO O| Oct 16 04:03:41.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39102024-10-16T04:03:42.858Z[ recovery-image] Oct 16 04:03:41.370 INFO O| Oct 16 04:03:41.370 INFO STEP 14 (remove_files) COMPLETE
39112024-10-16T04:03:42.858Z[ recovery-image] Oct 16 04:03:41.370 INFO O| Oct 16 04:03:41.370 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-10-16T04:03:42.878Z[ recovery-image] Oct 16 04:03:41.391 INFO O| Oct 16 04:03:41.391 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39132024-10-16T04:03:42.887Z[ recovery-image] Oct 16 04:03:41.399 INFO O| Oct 16 04:03:41.399 INFO STEP 15 (remove_files) COMPLETE
39142024-10-16T04:03:42.887Z[ recovery-image] Oct 16 04:03:41.399 INFO O| Oct 16 04:03:41.399 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-10-16T04:03:42.906Z[ recovery-image] Oct 16 04:03:41.419 INFO O| Oct 16 04:03:41.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39162024-10-16T04:03:42.909Z[ recovery-image] Oct 16 04:03:41.420 INFO O| Oct 16 04:03:41.420 INFO STEP 16 (remove_files) COMPLETE
39172024-10-16T04:03:42.909Z[ recovery-image] Oct 16 04:03:41.420 INFO O| Oct 16 04:03:41.420 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-10-16T04:03:42.928Z[ recovery-image] Oct 16 04:03:41.441 INFO O| Oct 16 04:03:41.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39192024-10-16T04:03:42.930Z[ recovery-image] Oct 16 04:03:41.443 INFO O| Oct 16 04:03:41.443 INFO STEP 17 (remove_files) COMPLETE
39202024-10-16T04:03:42.930Z[ recovery-image] Oct 16 04:03:41.443 INFO O| Oct 16 04:03:41.443 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39212024-10-16T04:03:42.958Z[ recovery-image] Oct 16 04:03:41.471 INFO O| Oct 16 04:03:41.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39222024-10-16T04:03:42.958Z[ recovery-image] Oct 16 04:03:41.471 INFO O| Oct 16 04:03:41.471 INFO STEP 18 (remove_files) COMPLETE
39232024-10-16T04:03:42.958Z[ recovery-image] Oct 16 04:03:41.471 INFO O| Oct 16 04:03:41.471 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-10-16T04:03:43.014Z[ recovery-image] Oct 16 04:03:41.527 INFO O| Oct 16 04:03:41.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39252024-10-16T04:03:43.014Z[ recovery-image] Oct 16 04:03:41.527 INFO O| Oct 16 04:03:41.527 INFO STEP 19 (remove_files) COMPLETE
39262024-10-16T04:03:43.014Z[ recovery-image] Oct 16 04:03:41.527 INFO O| Oct 16 04:03:41.527 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-10-16T04:03:43.032Z[ recovery-image] Oct 16 04:03:41.546 INFO O| Oct 16 04:03:41.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39282024-10-16T04:03:43.032Z[ recovery-image] Oct 16 04:03:41.546 INFO O| Oct 16 04:03:41.546 INFO STEP 20 (remove_files) COMPLETE
39292024-10-16T04:03:43.033Z[ recovery-image] Oct 16 04:03:41.546 INFO O| Oct 16 04:03:41.546 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-10-16T04:03:43.052Z[ recovery-image] Oct 16 04:03:41.565 INFO O| Oct 16 04:03:41.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39312024-10-16T04:03:43.052Z[ recovery-image] Oct 16 04:03:41.565 INFO O| Oct 16 04:03:41.565 INFO STEP 21 (remove_files) COMPLETE
39322024-10-16T04:03:43.054Z[ recovery-image] Oct 16 04:03:41.565 INFO O| Oct 16 04:03:41.565 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-10-16T04:03:43.071Z[ recovery-image] Oct 16 04:03:41.585 INFO O| Oct 16 04:03:41.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39342024-10-16T04:03:43.071Z[ recovery-image] Oct 16 04:03:41.585 INFO O| Oct 16 04:03:41.585 INFO STEP 22 (remove_files) COMPLETE
39352024-10-16T04:03:43.072Z[ recovery-image] Oct 16 04:03:41.585 INFO O| Oct 16 04:03:41.585 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39362024-10-16T04:03:43.093Z[ recovery-image] Oct 16 04:03:41.606 INFO O| Oct 16 04:03:41.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39372024-10-16T04:03:43.093Z[ recovery-image] Oct 16 04:03:41.606 INFO O| Oct 16 04:03:41.606 INFO STEP 23 (remove_files) COMPLETE
39382024-10-16T04:03:43.093Z[ recovery-image] Oct 16 04:03:41.606 INFO O| Oct 16 04:03:41.606 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-10-16T04:03:43.134Z[ recovery-image] Oct 16 04:03:41.647 INFO O| Oct 16 04:03:41.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39402024-10-16T04:03:43.134Z[ recovery-image] Oct 16 04:03:41.647 INFO O| Oct 16 04:03:41.647 INFO STEP 24 (remove_files) COMPLETE
39412024-10-16T04:03:43.134Z[ recovery-image] Oct 16 04:03:41.647 INFO O| Oct 16 04:03:41.647 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-10-16T04:03:43.194Z[ recovery-image] Oct 16 04:03:41.707 INFO O| Oct 16 04:03:41.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39432024-10-16T04:03:43.194Z[ recovery-image] Oct 16 04:03:41.707 INFO O| Oct 16 04:03:41.707 INFO STEP 25 (remove_files) COMPLETE
39442024-10-16T04:03:43.194Z[ recovery-image] Oct 16 04:03:41.708 INFO O| Oct 16 04:03:41.707 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-10-16T04:03:43.231Z[ recovery-image] Oct 16 04:03:41.745 INFO O| Oct 16 04:03:41.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39462024-10-16T04:03:43.231Z[ recovery-image] Oct 16 04:03:41.745 INFO O| Oct 16 04:03:41.745 INFO STEP 26 (remove_files) COMPLETE
39472024-10-16T04:03:43.234Z[ recovery-image] Oct 16 04:03:41.745 INFO O| Oct 16 04:03:41.745 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-10-16T04:03:43.254Z[ recovery-image] Oct 16 04:03:41.767 INFO O| Oct 16 04:03:41.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39492024-10-16T04:03:43.254Z[ recovery-image] Oct 16 04:03:41.767 INFO O| Oct 16 04:03:41.767 INFO STEP 27 (remove_files) COMPLETE
39502024-10-16T04:03:43.254Z[ recovery-image] Oct 16 04:03:41.767 INFO O| Oct 16 04:03:41.767 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39512024-10-16T04:03:43.290Z[ recovery-image] Oct 16 04:03:41.803 INFO O| Oct 16 04:03:41.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39522024-10-16T04:03:43.293Z[ recovery-image] Oct 16 04:03:41.804 INFO O| Oct 16 04:03:41.804 INFO STEP 28 (remove_files) COMPLETE
39532024-10-16T04:03:43.293Z[ recovery-image] Oct 16 04:03:41.804 INFO O| Oct 16 04:03:41.804 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-10-16T04:03:43.314Z[ recovery-image] Oct 16 04:03:41.827 INFO O| Oct 16 04:03:41.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39552024-10-16T04:03:43.316Z[ recovery-image] Oct 16 04:03:41.827 INFO O| Oct 16 04:03:41.827 INFO STEP 29 (remove_files) COMPLETE
39562024-10-16T04:03:43.316Z[ recovery-image] Oct 16 04:03:41.828 INFO O| Oct 16 04:03:41.827 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39572024-10-16T04:03:43.337Z[ recovery-image] Oct 16 04:03:41.850 INFO O| Oct 16 04:03:41.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39582024-10-16T04:03:43.340Z[ recovery-image] Oct 16 04:03:41.851 INFO O| Oct 16 04:03:41.851 INFO STEP 30 (remove_files) COMPLETE
39592024-10-16T04:03:43.340Z[ recovery-image] Oct 16 04:03:41.851 INFO O| Oct 16 04:03:41.851 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39602024-10-16T04:03:43.362Z[ recovery-image] Oct 16 04:03:41.875 INFO O| Oct 16 04:03:41.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39612024-10-16T04:03:43.365Z[ recovery-image] Oct 16 04:03:41.876 INFO O| Oct 16 04:03:41.875 INFO STEP 31 (remove_files) COMPLETE
39622024-10-16T04:03:43.365Z[ recovery-image] Oct 16 04:03:41.876 INFO O| Oct 16 04:03:41.876 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-10-16T04:03:43.387Z[ recovery-image] Oct 16 04:03:41.900 INFO O| Oct 16 04:03:41.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39642024-10-16T04:03:43.390Z[ recovery-image] Oct 16 04:03:41.901 INFO O| Oct 16 04:03:41.901 INFO STEP 32 (remove_files) COMPLETE
39652024-10-16T04:03:43.390Z[ recovery-image] Oct 16 04:03:41.901 INFO O| Oct 16 04:03:41.901 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39662024-10-16T04:03:43.411Z[ recovery-image] Oct 16 04:03:41.924 INFO O| Oct 16 04:03:41.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39672024-10-16T04:03:43.413Z[ recovery-image] Oct 16 04:03:41.924 INFO O| Oct 16 04:03:41.924 INFO STEP 33 (remove_files) COMPLETE
39682024-10-16T04:03:43.413Z[ recovery-image] Oct 16 04:03:41.924 INFO O| Oct 16 04:03:41.924 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39692024-10-16T04:03:43.457Z[ recovery-image] Oct 16 04:03:41.970 INFO O| Oct 16 04:03:41.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39702024-10-16T04:03:43.457Z[ recovery-image] Oct 16 04:03:41.970 INFO O| Oct 16 04:03:41.970 INFO STEP 34 (remove_files) COMPLETE
39712024-10-16T04:03:43.459Z[ recovery-image] Oct 16 04:03:41.970 INFO O| Oct 16 04:03:41.970 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39722024-10-16T04:03:43.479Z[ recovery-image] Oct 16 04:03:41.993 INFO O| Oct 16 04:03:41.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39732024-10-16T04:03:43.480Z[ recovery-image] Oct 16 04:03:41.993 INFO O| Oct 16 04:03:41.993 INFO STEP 35 (remove_files) COMPLETE
39742024-10-16T04:03:43.482Z[ recovery-image] Oct 16 04:03:41.993 INFO O| Oct 16 04:03:41.993 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-10-16T04:03:43.504Z[ recovery-image] Oct 16 04:03:42.017 INFO O| Oct 16 04:03:42.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39762024-10-16T04:03:43.504Z[ recovery-image] Oct 16 04:03:42.017 INFO O| Oct 16 04:03:42.017 INFO STEP 36 (remove_files) COMPLETE
39772024-10-16T04:03:43.506Z[ recovery-image] Oct 16 04:03:42.017 INFO O| Oct 16 04:03:42.017 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39782024-10-16T04:03:43.528Z[ recovery-image] Oct 16 04:03:42.041 INFO O| Oct 16 04:03:42.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39792024-10-16T04:03:43.528Z[ recovery-image] Oct 16 04:03:42.041 INFO O| Oct 16 04:03:42.041 INFO STEP 37 (remove_files) COMPLETE
39802024-10-16T04:03:43.528Z[ recovery-image] Oct 16 04:03:42.041 INFO O| Oct 16 04:03:42.041 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-10-16T04:03:43.551Z[ recovery-image] Oct 16 04:03:42.064 INFO O| Oct 16 04:03:42.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39822024-10-16T04:03:43.551Z[ recovery-image] Oct 16 04:03:42.064 INFO O| Oct 16 04:03:42.064 INFO STEP 38 (remove_files) COMPLETE
39832024-10-16T04:03:43.551Z[ recovery-image] Oct 16 04:03:42.064 INFO O| Oct 16 04:03:42.064 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39842024-10-16T04:03:43.603Z[ recovery-image] Oct 16 04:03:42.116 INFO O| Oct 16 04:03:42.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39852024-10-16T04:03:43.603Z[ recovery-image] Oct 16 04:03:42.116 INFO O| Oct 16 04:03:42.116 INFO STEP 39 (remove_files) COMPLETE
39862024-10-16T04:03:43.603Z[ recovery-image] Oct 16 04:03:42.116 INFO O| Oct 16 04:03:42.116 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39872024-10-16T04:03:43.641Z[ recovery-image] Oct 16 04:03:42.154 INFO O| Oct 16 04:03:42.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39882024-10-16T04:03:43.641Z[ recovery-image] Oct 16 04:03:42.154 INFO O| Oct 16 04:03:42.154 INFO STEP 40 (remove_files) COMPLETE
39892024-10-16T04:03:43.644Z[ recovery-image] Oct 16 04:03:42.154 INFO O| Oct 16 04:03:42.154 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39902024-10-16T04:03:43.665Z[ recovery-image] Oct 16 04:03:42.178 INFO O| Oct 16 04:03:42.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39912024-10-16T04:03:43.665Z[ recovery-image] Oct 16 04:03:42.178 INFO O| Oct 16 04:03:42.178 INFO STEP 41 (remove_files) COMPLETE
39922024-10-16T04:03:43.665Z[ recovery-image] Oct 16 04:03:42.178 INFO O| Oct 16 04:03:42.178 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39932024-10-16T04:03:43.689Z[ recovery-image] Oct 16 04:03:42.202 INFO O| Oct 16 04:03:42.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39942024-10-16T04:03:43.689Z[ recovery-image] Oct 16 04:03:42.202 INFO O| Oct 16 04:03:42.202 INFO STEP 42 (remove_files) COMPLETE
39952024-10-16T04:03:43.689Z[ recovery-image] Oct 16 04:03:42.202 INFO O| Oct 16 04:03:42.202 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39962024-10-16T04:03:43.723Z[ recovery-image] Oct 16 04:03:42.237 INFO O| Oct 16 04:03:42.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39972024-10-16T04:03:43.726Z[ recovery-image] Oct 16 04:03:42.237 INFO O| Oct 16 04:03:42.237 INFO STEP 43 (remove_files) COMPLETE
39982024-10-16T04:03:43.726Z[ recovery-image] Oct 16 04:03:42.237 INFO O| Oct 16 04:03:42.237 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39992024-10-16T04:03:43.749Z[ recovery-image] Oct 16 04:03:42.263 INFO O| Oct 16 04:03:42.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40002024-10-16T04:03:43.749Z[ recovery-image] Oct 16 04:03:42.263 INFO O| Oct 16 04:03:42.263 INFO STEP 44 (remove_files) COMPLETE
40012024-10-16T04:03:43.749Z[ recovery-image] Oct 16 04:03:42.263 INFO O| Oct 16 04:03:42.263 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-10-16T04:03:43.775Z[ recovery-image] Oct 16 04:03:42.288 INFO O| Oct 16 04:03:42.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40032024-10-16T04:03:43.775Z[ recovery-image] Oct 16 04:03:42.288 INFO O| Oct 16 04:03:42.288 INFO STEP 45 (remove_files) COMPLETE
40042024-10-16T04:03:43.781Z[ recovery-image] Oct 16 04:03:42.288 INFO O| Oct 16 04:03:42.288 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-10-16T04:03:43.801Z[ recovery-image] Oct 16 04:03:42.314 INFO O| Oct 16 04:03:42.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40062024-10-16T04:03:43.803Z[ recovery-image] Oct 16 04:03:42.314 INFO O| Oct 16 04:03:42.314 INFO STEP 46 (remove_files) COMPLETE
40072024-10-16T04:03:43.803Z[ recovery-image] Oct 16 04:03:42.314 INFO O| Oct 16 04:03:42.314 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-10-16T04:03:43.844Z[ recovery-image] Oct 16 04:03:42.357 INFO O| Oct 16 04:03:42.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40092024-10-16T04:03:43.844Z[ recovery-image] Oct 16 04:03:42.357 INFO O| Oct 16 04:03:42.357 INFO STEP 47 (remove_files) COMPLETE
40102024-10-16T04:03:43.844Z[ recovery-image] Oct 16 04:03:42.357 INFO O| Oct 16 04:03:42.357 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40112024-10-16T04:03:43.865Z[ recovery-image] Oct 16 04:03:42.378 INFO O| Oct 16 04:03:42.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40122024-10-16T04:03:43.865Z[ recovery-image] Oct 16 04:03:42.378 INFO O| Oct 16 04:03:42.378 INFO STEP 48 (remove_files) COMPLETE
40132024-10-16T04:03:43.868Z[ recovery-image] Oct 16 04:03:42.378 INFO O| Oct 16 04:03:42.378 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-10-16T04:03:43.886Z[ recovery-image] Oct 16 04:03:42.399 INFO O| Oct 16 04:03:42.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40152024-10-16T04:03:43.886Z[ recovery-image] Oct 16 04:03:42.399 INFO O| Oct 16 04:03:42.399 INFO STEP 49 (remove_files) COMPLETE
40162024-10-16T04:03:43.889Z[ recovery-image] Oct 16 04:03:42.400 INFO O| Oct 16 04:03:42.399 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-10-16T04:03:43.907Z[ recovery-image] Oct 16 04:03:42.420 INFO O| Oct 16 04:03:42.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40182024-10-16T04:03:43.907Z[ recovery-image] Oct 16 04:03:42.420 INFO O| Oct 16 04:03:42.420 INFO STEP 50 (remove_files) COMPLETE
40192024-10-16T04:03:43.908Z[ recovery-image] Oct 16 04:03:42.420 INFO O| Oct 16 04:03:42.420 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-10-16T04:03:43.930Z[ recovery-image] Oct 16 04:03:42.443 INFO O| Oct 16 04:03:42.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40212024-10-16T04:03:43.930Z[ recovery-image] Oct 16 04:03:42.443 INFO O| Oct 16 04:03:42.443 INFO STEP 51 (remove_files) COMPLETE
40222024-10-16T04:03:43.933Z[ recovery-image] Oct 16 04:03:42.443 INFO O| Oct 16 04:03:42.443 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40232024-10-16T04:03:43.962Z[ recovery-image] Oct 16 04:03:42.475 INFO O| Oct 16 04:03:42.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40242024-10-16T04:03:43.962Z[ recovery-image] Oct 16 04:03:42.475 INFO O| Oct 16 04:03:42.475 INFO STEP 52 (remove_files) COMPLETE
40252024-10-16T04:03:43.962Z[ recovery-image] Oct 16 04:03:42.475 INFO O| Oct 16 04:03:42.475 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-10-16T04:03:44.021Z[ recovery-image] Oct 16 04:03:42.534 INFO O| Oct 16 04:03:42.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40272024-10-16T04:03:44.021Z[ recovery-image] Oct 16 04:03:42.534 INFO O| Oct 16 04:03:42.534 INFO STEP 53 (remove_files) COMPLETE
40282024-10-16T04:03:44.021Z[ recovery-image] Oct 16 04:03:42.534 INFO O| Oct 16 04:03:42.534 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40292024-10-16T04:03:44.045Z[ recovery-image] Oct 16 04:03:42.558 INFO O| Oct 16 04:03:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40302024-10-16T04:03:44.045Z[ recovery-image] Oct 16 04:03:42.558 INFO O| Oct 16 04:03:42.558 INFO STEP 54 (remove_files) COMPLETE
40312024-10-16T04:03:44.048Z[ recovery-image] Oct 16 04:03:42.558 INFO O| Oct 16 04:03:42.558 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40322024-10-16T04:03:44.068Z[ recovery-image] Oct 16 04:03:42.581 INFO O| Oct 16 04:03:42.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40332024-10-16T04:03:44.068Z[ recovery-image] Oct 16 04:03:42.581 INFO O| Oct 16 04:03:42.581 INFO STEP 55 (remove_files) COMPLETE
40342024-10-16T04:03:44.070Z[ recovery-image] Oct 16 04:03:42.581 INFO O| Oct 16 04:03:42.581 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-10-16T04:03:44.099Z[ recovery-image] Oct 16 04:03:42.612 INFO O| Oct 16 04:03:42.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40362024-10-16T04:03:44.099Z[ recovery-image] Oct 16 04:03:42.612 INFO O| Oct 16 04:03:42.612 INFO STEP 56 (remove_files) COMPLETE
40372024-10-16T04:03:44.099Z[ recovery-image] Oct 16 04:03:42.612 INFO O| Oct 16 04:03:42.612 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40382024-10-16T04:03:44.125Z[ recovery-image] Oct 16 04:03:42.638 INFO O| Oct 16 04:03:42.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40392024-10-16T04:03:44.125Z[ recovery-image] Oct 16 04:03:42.638 INFO O| Oct 16 04:03:42.638 INFO STEP 57 (remove_files) COMPLETE
40402024-10-16T04:03:44.125Z[ recovery-image] Oct 16 04:03:42.638 INFO O| Oct 16 04:03:42.638 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40412024-10-16T04:03:44.150Z[ recovery-image] Oct 16 04:03:42.663 INFO O| Oct 16 04:03:42.663 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40422024-10-16T04:03:44.152Z[ recovery-image] Oct 16 04:03:42.663 INFO O| Oct 16 04:03:42.663 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40432024-10-16T04:03:44.152Z[ recovery-image] Oct 16 04:03:42.663 INFO O| Oct 16 04:03:42.663 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40442024-10-16T04:03:44.152Z[ recovery-image] Oct 16 04:03:42.664 INFO O| Oct 16 04:03:42.664 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40452024-10-16T04:03:44.152Z[ recovery-image] Oct 16 04:03:42.664 INFO O| Oct 16 04:03:42.664 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40462024-10-16T04:03:44.152Z[ recovery-image] Oct 16 04:03:42.664 INFO O| Oct 16 04:03:42.664 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40472024-10-16T04:03:44.153Z[ recovery-image] Oct 16 04:03:42.664 INFO O| Oct 16 04:03:42.664 INFO ok!
40482024-10-16T04:03:44.153Z[ recovery-image] Oct 16 04:03:42.664 INFO O| Oct 16 04:03:42.664 INFO STEP 58 (ensure_file) COMPLETE
40492024-10-16T04:03:44.153Z[ recovery-image] Oct 16 04:03:42.664 INFO O| Oct 16 04:03:42.664 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-10-16T04:03:44.176Z[ recovery-image] Oct 16 04:03:42.689 INFO O| Oct 16 04:03:42.689 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40512024-10-16T04:03:44.179Z[ recovery-image] Oct 16 04:03:42.689 INFO O| Oct 16 04:03:42.689 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40522024-10-16T04:03:44.179Z[ recovery-image] Oct 16 04:03:42.690 INFO O| Oct 16 04:03:42.690 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40532024-10-16T04:03:44.179Z[ recovery-image] Oct 16 04:03:42.690 INFO O| Oct 16 04:03:42.690 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40542024-10-16T04:03:44.179Z[ recovery-image] Oct 16 04:03:42.690 INFO O| Oct 16 04:03:42.690 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40552024-10-16T04:03:44.179Z[ recovery-image] Oct 16 04:03:42.690 INFO O| Oct 16 04:03:42.690 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40562024-10-16T04:03:44.179Z[ recovery-image] Oct 16 04:03:42.690 INFO O| Oct 16 04:03:42.690 INFO ok!
40572024-10-16T04:03:44.179Z[ recovery-image] Oct 16 04:03:42.691 INFO O| Oct 16 04:03:42.691 INFO STEP 59 (ensure_file) COMPLETE
40582024-10-16T04:03:44.179Z[ recovery-image] Oct 16 04:03:42.691 INFO O| Oct 16 04:03:42.691 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-10-16T04:03:44.205Z[ recovery-image] Oct 16 04:03:42.717 INFO O| Oct 16 04:03:42.717 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40602024-10-16T04:03:44.205Z[ recovery-image] Oct 16 04:03:42.717 INFO O| Oct 16 04:03:42.717 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40612024-10-16T04:03:44.207Z[ recovery-image] Oct 16 04:03:42.717 INFO O| Oct 16 04:03:42.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40622024-10-16T04:03:44.207Z[ recovery-image] Oct 16 04:03:42.717 INFO O| Oct 16 04:03:42.717 INFO ok!
40632024-10-16T04:03:44.207Z[ recovery-image] Oct 16 04:03:42.717 INFO O| Oct 16 04:03:42.717 INFO STEP 60 (ensure_file) COMPLETE
40642024-10-16T04:03:44.207Z[ recovery-image] Oct 16 04:03:42.717 INFO O| Oct 16 04:03:42.717 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-10-16T04:03:44.247Z[ recovery-image] Oct 16 04:03:42.761 INFO O| Oct 16 04:03:42.760 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40662024-10-16T04:03:44.247Z[ recovery-image] Oct 16 04:03:42.761 INFO O| Oct 16 04:03:42.761 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40672024-10-16T04:03:44.247Z[ recovery-image] Oct 16 04:03:42.761 INFO O| Oct 16 04:03:42.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40682024-10-16T04:03:44.250Z[ recovery-image] Oct 16 04:03:42.761 INFO O| Oct 16 04:03:42.761 INFO ok!
40692024-10-16T04:03:44.250Z[ recovery-image] Oct 16 04:03:42.761 INFO O| Oct 16 04:03:42.761 INFO STEP 61 (ensure_file) COMPLETE
40702024-10-16T04:03:44.250Z[ recovery-image] Oct 16 04:03:42.761 INFO O| Oct 16 04:03:42.761 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-10-16T04:03:44.269Z[ recovery-image] Oct 16 04:03:42.782 INFO O| Oct 16 04:03:42.782 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40722024-10-16T04:03:44.269Z[ recovery-image] Oct 16 04:03:42.782 INFO O| Oct 16 04:03:42.782 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40732024-10-16T04:03:44.271Z[ recovery-image] Oct 16 04:03:42.782 INFO O| Oct 16 04:03:42.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40742024-10-16T04:03:44.271Z[ recovery-image] Oct 16 04:03:42.782 INFO O| Oct 16 04:03:42.782 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40752024-10-16T04:03:44.271Z[ recovery-image] Oct 16 04:03:42.782 INFO O| Oct 16 04:03:42.782 INFO ok!
40762024-10-16T04:03:44.271Z[ recovery-image] Oct 16 04:03:42.782 INFO O| Oct 16 04:03:42.782 INFO STEP 62 (ensure_file) COMPLETE
40772024-10-16T04:03:44.271Z[ recovery-image] Oct 16 04:03:42.782 INFO O| Oct 16 04:03:42.782 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-10-16T04:03:44.308Z[ recovery-image] Oct 16 04:03:42.822 INFO O| Oct 16 04:03:42.821 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40792024-10-16T04:03:44.308Z[ recovery-image] Oct 16 04:03:42.822 INFO O| Oct 16 04:03:42.821 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40802024-10-16T04:03:44.311Z[ recovery-image] Oct 16 04:03:42.822 INFO O| Oct 16 04:03:42.822 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40812024-10-16T04:03:44.311Z[ recovery-image] Oct 16 04:03:42.822 INFO O| Oct 16 04:03:42.822 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40822024-10-16T04:03:44.311Z[ recovery-image] Oct 16 04:03:42.822 INFO O| Oct 16 04:03:42.822 INFO ok!
40832024-10-16T04:03:44.311Z[ recovery-image] Oct 16 04:03:42.822 INFO O| Oct 16 04:03:42.822 INFO STEP 63 (ensure_file) COMPLETE
40842024-10-16T04:03:44.311Z[ recovery-image] Oct 16 04:03:42.822 INFO O| Oct 16 04:03:42.822 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-10-16T04:03:44.363Z[ recovery-image] Oct 16 04:03:42.876 INFO O| Oct 16 04:03:42.876 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40862024-10-16T04:03:44.363Z[ recovery-image] Oct 16 04:03:42.876 INFO O| Oct 16 04:03:42.876 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40872024-10-16T04:03:44.366Z[ recovery-image] Oct 16 04:03:42.876 INFO O| Oct 16 04:03:42.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40882024-10-16T04:03:44.366Z[ recovery-image] Oct 16 04:03:42.876 INFO O| Oct 16 04:03:42.876 INFO ok!
40892024-10-16T04:03:44.366Z[ recovery-image] Oct 16 04:03:42.876 INFO O| Oct 16 04:03:42.876 INFO STEP 64 (assemble_files) COMPLETE
40902024-10-16T04:03:44.366Z[ recovery-image] Oct 16 04:03:42.876 INFO O| Oct 16 04:03:42.876 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-10-16T04:03:44.388Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40922024-10-16T04:03:44.388Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40932024-10-16T04:03:44.388Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40942024-10-16T04:03:44.388Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40952024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO ok!
40962024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO STEP 65 (ensure_file) COMPLETE
40972024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO skip step because feature "omicron1" is not enabled
40992024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO skip step because feature "omicron1" is not enabled
41012024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO skip step because feature "omicron1" is not enabled
41032024-10-16T04:03:44.391Z[ recovery-image] Oct 16 04:03:42.901 INFO O| Oct 16 04:03:42.901 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-10-16T04:03:44.424Z[ recovery-image] Oct 16 04:03:42.937 INFO O| Oct 16 04:03:42.937 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41052024-10-16T04:03:44.424Z[ recovery-image] Oct 16 04:03:42.937 INFO O| Oct 16 04:03:42.937 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41062024-10-16T04:03:45.023Z[ host-image] Oct 16 04:03:43.536 INFO O| Oct 16 04:03:43.536 INFO O| Download: Completed 1.39 MB in 2.91 seconds (488k/s)
41072024-10-16T04:03:45.072Z[ host-image] Oct 16 04:03:43.584 INFO O| Oct 16 04:03:43.584 INFO O| Actions: 1/238 actions (Installing new actions)
41082024-10-16T04:03:45.258Z[ host-image] Oct 16 04:03:43.771 INFO O| Oct 16 04:03:43.770 INFO O| Actions: Completed 238 actions in 0.19 seconds.
41092024-10-16T04:03:45.779Z[ host-image] Oct 16 04:03:44.293 INFO O| Oct 16 04:03:44.292 INFO O| Done
41102024-10-16T04:03:45.780Z[ host-image] Oct 16 04:03:44.293 INFO O| Oct 16 04:03:44.292 INFO O| Done
41112024-10-16T04:03:47.056Z[ host-image] Oct 16 04:03:45.569 INFO O| Oct 16 04:03:45.569 INFO O| Done
41122024-10-16T04:03:47.374Z[ recovery-image] Oct 16 04:03:45.887 INFO O| Oct 16 04:03:45.886 INFO STEP 69 (pack_tar) COMPLETE
41132024-10-16T04:03:47.374Z[ recovery-image] Oct 16 04:03:45.887 INFO O| Oct 16 04:03:45.887 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41142024-10-16T04:03:47.377Z[ recovery-image] Oct 16 04:03:45.887 INFO O| Oct 16 04:03:45.887 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41152024-10-16T04:03:47.758Z[ recovery-image] Oct 16 04:03:46.271 INFO O| Oct 16 04:03:46.271 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41162024-10-16T04:03:47.898Z[ recovery-image] Oct 16 04:03:46.410 INFO O| Oct 16 04:03:46.410 INFO completed processing gimlet/ramdisk-02-trim
41172024-10-16T04:03:47.901Z[ recovery-image] Oct 16 04:03:46.414 INFO image builder template: ramdisk-03-recovery-trim...
41182024-10-16T04:03:47.904Z[ recovery-image] Oct 16 04:03:46.414 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/.tmpFfgg6s/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41192024-10-16T04:03:48.111Z[ recovery-image] Oct 16 04:03:46.623 INFO O| Oct 16 04:03:46.623 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41202024-10-16T04:03:48.121Z[ recovery-image] Oct 16 04:03:46.633 INFO O| Oct 16 04:03:46.633 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41212024-10-16T04:03:48.255Z[ recovery-image] Oct 16 04:03:46.768 INFO O| Oct 16 04:03:46.768 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41222024-10-16T04:03:48.330Z[ recovery-image] Oct 16 04:03:46.842 INFO O| Oct 16 04:03:46.842 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41232024-10-16T04:03:48.334Z[ recovery-image] Oct 16 04:03:46.843 INFO O| Oct 16 04:03:46.843 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41242024-10-16T04:03:48.346Z[ recovery-image] Oct 16 04:03:46.859 INFO O| Oct 16 04:03:46.859 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41252024-10-16T04:03:48.356Z[ recovery-image] Oct 16 04:03:46.869 INFO O| Oct 16 04:03:46.868 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41262024-10-16T04:03:48.368Z[ recovery-image] Oct 16 04:03:46.881 INFO O| Oct 16 04:03:46.881 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41272024-10-16T04:03:48.990Z[ recovery-image] Oct 16 04:03:47.503 INFO O| Oct 16 04:03:47.503 INFO rolled back to input snapshot; work may begin
41282024-10-16T04:03:48.990Z[ recovery-image] Oct 16 04:03:47.503 INFO O| Oct 16 04:03:47.503 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41292024-10-16T04:03:49.002Z[ recovery-image] Oct 16 04:03:47.514 INFO O| Oct 16 04:03:47.513 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-10-16T04:03:49.022Z[ recovery-image] Oct 16 04:03:47.534 INFO O| Oct 16 04:03:47.534 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41312024-10-16T04:03:49.065Z[ recovery-image] Oct 16 04:03:47.577 INFO O| Oct 16 04:03:47.576 INFO STEP 0 (remove_files) COMPLETE
41322024-10-16T04:03:49.065Z[ recovery-image] Oct 16 04:03:47.577 INFO O| Oct 16 04:03:47.576 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-10-16T04:03:49.130Z[ recovery-image] Oct 16 04:03:47.642 INFO O| Oct 16 04:03:47.642 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41342024-10-16T04:03:49.321Z[ recovery-image] Oct 16 04:03:47.833 INFO O| Oct 16 04:03:47.833 INFO STEP 1 (remove_files) COMPLETE
41352024-10-16T04:03:49.321Z[ recovery-image] Oct 16 04:03:47.833 INFO O| Oct 16 04:03:47.833 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-10-16T04:03:49.346Z[ recovery-image] Oct 16 04:03:47.859 INFO O| Oct 16 04:03:47.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41372024-10-16T04:03:49.415Z[ recovery-image] Oct 16 04:03:47.928 INFO O| Oct 16 04:03:47.927 INFO STEP 2 (remove_files) COMPLETE
41382024-10-16T04:03:49.418Z[ recovery-image] Oct 16 04:03:47.928 INFO O| Oct 16 04:03:47.928 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-10-16T04:03:49.440Z[ recovery-image] Oct 16 04:03:47.953 INFO O| Oct 16 04:03:47.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41402024-10-16T04:03:49.568Z[ recovery-image] Oct 16 04:03:48.081 INFO O| Oct 16 04:03:48.081 INFO STEP 3 (remove_files) COMPLETE
41412024-10-16T04:03:49.568Z[ recovery-image] Oct 16 04:03:48.081 INFO O| Oct 16 04:03:48.081 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-10-16T04:03:49.592Z[ recovery-image] Oct 16 04:03:48.104 INFO O| Oct 16 04:03:48.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41432024-10-16T04:03:49.710Z[ host-image] Oct 16 04:03:48.222 INFO O| Oct 16 04:03:48.222 INFO O| Done
41442024-10-16T04:03:49.754Z[ host-image] Oct 16 04:03:48.267 INFO O| Oct 16 04:03:48.267 INFO O| Done
41452024-10-16T04:03:49.758Z[ host-image] Oct 16 04:03:48.267 INFO O| Oct 16 04:03:48.267 INFO O| Done
41462024-10-16T04:03:49.780Z[ host-image] Oct 16 04:03:48.293 INFO O| Oct 16 04:03:48.293 INFO O| Done
41472024-10-16T04:03:49.826Z[ recovery-image] Oct 16 04:03:48.339 INFO O| Oct 16 04:03:48.338 INFO STEP 4 (remove_files) COMPLETE
41482024-10-16T04:03:49.826Z[ recovery-image] Oct 16 04:03:48.339 INFO O| Oct 16 04:03:48.339 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-16T04:03:49.850Z[ recovery-image] Oct 16 04:03:48.363 INFO O| Oct 16 04:03:48.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41502024-10-16T04:03:49.903Z[ recovery-image] Oct 16 04:03:48.416 INFO O| Oct 16 04:03:48.416 INFO STEP 5 (remove_files) COMPLETE
41512024-10-16T04:03:49.903Z[ recovery-image] Oct 16 04:03:48.416 INFO O| Oct 16 04:03:48.416 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-16T04:03:49.928Z[ recovery-image] Oct 16 04:03:48.441 INFO O| Oct 16 04:03:48.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41532024-10-16T04:03:49.936Z[ recovery-image] Oct 16 04:03:48.449 INFO O| Oct 16 04:03:48.449 INFO STEP 6 (remove_files) COMPLETE
41542024-10-16T04:03:49.939Z[ recovery-image] Oct 16 04:03:48.449 INFO O| Oct 16 04:03:48.449 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-16T04:03:49.961Z[ recovery-image] Oct 16 04:03:48.473 INFO O| Oct 16 04:03:48.473 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41562024-10-16T04:03:49.963Z[ recovery-image] Oct 16 04:03:48.475 INFO O| Oct 16 04:03:48.475 INFO STEP 7 (remove_files) COMPLETE
41572024-10-16T04:03:49.963Z[ recovery-image] Oct 16 04:03:48.475 INFO O| Oct 16 04:03:48.475 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-16T04:03:49.982Z[ recovery-image] Oct 16 04:03:48.495 INFO O| Oct 16 04:03:48.495 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41592024-10-16T04:03:49.985Z[ host-image] Oct 16 04:03:48.496 INFO O| Oct 16 04:03:48.496 INFO STEP 12 (pkg_install) COMPLETE
41602024-10-16T04:03:49.985Z[ host-image] Oct 16 04:03:48.496 INFO O| Oct 16 04:03:48.496 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41612024-10-16T04:03:50.004Z[ host-image] Oct 16 04:03:48.517 INFO O| Oct 16 04:03:48.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41622024-10-16T04:03:50.059Z[ recovery-image] Oct 16 04:03:48.572 INFO O| Oct 16 04:03:48.572 INFO STEP 8 (remove_files) COMPLETE
41632024-10-16T04:03:50.059Z[ recovery-image] Oct 16 04:03:48.572 INFO O| Oct 16 04:03:48.572 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-16T04:03:50.084Z[ recovery-image] Oct 16 04:03:48.597 INFO O| Oct 16 04:03:48.597 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41652024-10-16T04:03:50.087Z[ recovery-image] Oct 16 04:03:48.597 INFO O| Oct 16 04:03:48.597 INFO STEP 9 (remove_files) COMPLETE
41662024-10-16T04:03:50.087Z[ recovery-image] Oct 16 04:03:48.598 INFO O| Oct 16 04:03:48.597 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-16T04:03:50.111Z[ recovery-image] Oct 16 04:03:48.623 INFO O| Oct 16 04:03:48.623 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41682024-10-16T04:03:50.113Z[ recovery-image] Oct 16 04:03:48.624 INFO O| Oct 16 04:03:48.624 INFO STEP 10 (remove_files) COMPLETE
41692024-10-16T04:03:50.113Z[ recovery-image] Oct 16 04:03:48.625 INFO O| Oct 16 04:03:48.624 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-16T04:03:50.137Z[ recovery-image] Oct 16 04:03:48.649 INFO O| Oct 16 04:03:48.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41712024-10-16T04:03:50.303Z[ recovery-image] Oct 16 04:03:48.816 INFO O| Oct 16 04:03:48.815 INFO STEP 11 (remove_files) COMPLETE
41722024-10-16T04:03:50.303Z[ recovery-image] Oct 16 04:03:48.816 INFO O| Oct 16 04:03:48.815 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-16T04:03:50.342Z[ recovery-image] Oct 16 04:03:48.855 INFO O| Oct 16 04:03:48.855 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41742024-10-16T04:03:50.413Z[ recovery-image] Oct 16 04:03:48.926 INFO O| Oct 16 04:03:48.926 INFO STEP 12 (remove_files) COMPLETE
41752024-10-16T04:03:50.413Z[ recovery-image] Oct 16 04:03:48.926 INFO O| Oct 16 04:03:48.926 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-16T04:03:50.437Z[ recovery-image] Oct 16 04:03:48.950 INFO O| Oct 16 04:03:48.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41772024-10-16T04:03:50.466Z[ recovery-image] Oct 16 04:03:48.978 INFO O| Oct 16 04:03:48.978 INFO STEP 13 (remove_files) COMPLETE
41782024-10-16T04:03:50.466Z[ recovery-image] Oct 16 04:03:48.978 INFO O| Oct 16 04:03:48.978 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-16T04:03:50.498Z[ recovery-image] Oct 16 04:03:49.010 INFO O| Oct 16 04:03:49.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41802024-10-16T04:03:50.500Z[ recovery-image] Oct 16 04:03:49.011 INFO O| Oct 16 04:03:49.011 INFO STEP 14 (remove_files) COMPLETE
41812024-10-16T04:03:50.500Z[ recovery-image] Oct 16 04:03:49.011 INFO O| Oct 16 04:03:49.011 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-16T04:03:50.522Z[ recovery-image] Oct 16 04:03:49.035 INFO O| Oct 16 04:03:49.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41832024-10-16T04:03:50.566Z[ recovery-image] Oct 16 04:03:49.078 INFO O| Oct 16 04:03:49.078 INFO STEP 15 (remove_files) COMPLETE
41842024-10-16T04:03:50.566Z[ recovery-image] Oct 16 04:03:49.079 INFO O| Oct 16 04:03:49.078 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-16T04:03:50.592Z[ recovery-image] Oct 16 04:03:49.104 INFO O| Oct 16 04:03:49.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41862024-10-16T04:03:50.766Z[ recovery-image] Oct 16 04:03:49.278 INFO O| Oct 16 04:03:49.278 INFO STEP 16 (remove_files) COMPLETE
41872024-10-16T04:03:50.766Z[ recovery-image] Oct 16 04:03:49.278 INFO O| Oct 16 04:03:49.278 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-16T04:03:50.789Z[ recovery-image] Oct 16 04:03:49.301 INFO O| Oct 16 04:03:49.301 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41892024-10-16T04:03:50.792Z[ recovery-image] Oct 16 04:03:49.302 INFO O| Oct 16 04:03:49.302 INFO STEP 17 (remove_files) COMPLETE
41902024-10-16T04:03:50.792Z[ recovery-image] Oct 16 04:03:49.302 INFO O| Oct 16 04:03:49.302 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-16T04:03:50.810Z[ recovery-image] Oct 16 04:03:49.323 INFO O| Oct 16 04:03:49.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41922024-10-16T04:03:50.813Z[ recovery-image] Oct 16 04:03:49.323 INFO O| Oct 16 04:03:49.323 INFO STEP 18 (remove_files) COMPLETE
41932024-10-16T04:03:50.813Z[ recovery-image] Oct 16 04:03:49.323 INFO O| Oct 16 04:03:49.323 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-16T04:03:50.832Z[ recovery-image] Oct 16 04:03:49.344 INFO O| Oct 16 04:03:49.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41952024-10-16T04:03:51.039Z[ recovery-image] Oct 16 04:03:49.550 INFO O| Oct 16 04:03:49.550 INFO STEP 19 (remove_files) COMPLETE
41962024-10-16T04:03:51.039Z[ recovery-image] Oct 16 04:03:49.551 INFO O| Oct 16 04:03:49.550 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-16T04:03:51.080Z[ recovery-image] Oct 16 04:03:49.593 INFO O| Oct 16 04:03:49.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41982024-10-16T04:03:51.121Z[ recovery-image] Oct 16 04:03:49.633 INFO O| Oct 16 04:03:49.633 INFO STEP 20 (remove_files) COMPLETE
41992024-10-16T04:03:51.121Z[ recovery-image] Oct 16 04:03:49.633 INFO O| Oct 16 04:03:49.633 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-16T04:03:51.155Z[ recovery-image] Oct 16 04:03:49.667 INFO O| Oct 16 04:03:49.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42012024-10-16T04:03:51.177Z[ recovery-image] Oct 16 04:03:49.690 INFO O| Oct 16 04:03:49.690 INFO STEP 21 (remove_files) COMPLETE
42022024-10-16T04:03:51.177Z[ recovery-image] Oct 16 04:03:49.690 INFO O| Oct 16 04:03:49.690 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-16T04:03:51.216Z[ recovery-image] Oct 16 04:03:49.729 INFO O| Oct 16 04:03:49.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42042024-10-16T04:03:51.219Z[ recovery-image] Oct 16 04:03:49.729 INFO O| Oct 16 04:03:49.729 INFO STEP 22 (remove_files) COMPLETE
42052024-10-16T04:03:51.219Z[ recovery-image] Oct 16 04:03:49.729 INFO O| Oct 16 04:03:49.729 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-16T04:03:51.240Z[ recovery-image] Oct 16 04:03:49.752 INFO O| Oct 16 04:03:49.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42072024-10-16T04:03:51.243Z[ recovery-image] Oct 16 04:03:49.753 INFO O| Oct 16 04:03:49.753 INFO STEP 23 (remove_files) COMPLETE
42082024-10-16T04:03:51.243Z[ recovery-image] Oct 16 04:03:49.753 INFO O| Oct 16 04:03:49.753 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-16T04:03:51.274Z[ recovery-image] Oct 16 04:03:49.786 INFO O| Oct 16 04:03:49.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42102024-10-16T04:03:51.277Z[ recovery-image] Oct 16 04:03:49.787 INFO O| Oct 16 04:03:49.787 INFO STEP 24 (remove_files) COMPLETE
42112024-10-16T04:03:51.277Z[ recovery-image] Oct 16 04:03:49.787 INFO O| Oct 16 04:03:49.787 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-16T04:03:51.305Z[ recovery-image] Oct 16 04:03:49.817 INFO O| Oct 16 04:03:49.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42132024-10-16T04:03:51.317Z[ recovery-image] Oct 16 04:03:49.830 INFO O| Oct 16 04:03:49.830 INFO STEP 25 (remove_files) COMPLETE
42142024-10-16T04:03:51.320Z[ recovery-image] Oct 16 04:03:49.830 INFO O| Oct 16 04:03:49.830 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-16T04:03:51.343Z[ recovery-image] Oct 16 04:03:49.855 INFO O| Oct 16 04:03:49.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42162024-10-16T04:03:51.346Z[ recovery-image] Oct 16 04:03:49.856 INFO O| Oct 16 04:03:49.856 INFO STEP 26 (remove_files) COMPLETE
42172024-10-16T04:03:51.346Z[ recovery-image] Oct 16 04:03:49.856 INFO O| Oct 16 04:03:49.856 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-16T04:03:51.366Z[ recovery-image] Oct 16 04:03:49.879 INFO O| Oct 16 04:03:49.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42192024-10-16T04:03:51.369Z[ recovery-image] Oct 16 04:03:49.879 INFO O| Oct 16 04:03:49.879 INFO STEP 27 (remove_files) COMPLETE
42202024-10-16T04:03:51.369Z[ recovery-image] Oct 16 04:03:49.879 INFO O| Oct 16 04:03:49.879 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-16T04:03:51.406Z[ recovery-image] Oct 16 04:03:49.918 INFO O| Oct 16 04:03:49.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42222024-10-16T04:03:51.427Z[ recovery-image] Oct 16 04:03:49.940 INFO O| Oct 16 04:03:49.940 INFO STEP 28 (remove_files) COMPLETE
42232024-10-16T04:03:51.428Z[ recovery-image] Oct 16 04:03:49.940 INFO O| Oct 16 04:03:49.940 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-16T04:03:51.518Z[ recovery-image] Oct 16 04:03:50.030 INFO O| Oct 16 04:03:50.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42252024-10-16T04:03:51.518Z[ recovery-image] Oct 16 04:03:50.030 INFO O| Oct 16 04:03:50.030 INFO STEP 29 (remove_files) COMPLETE
42262024-10-16T04:03:51.520Z[ recovery-image] Oct 16 04:03:50.030 INFO O| Oct 16 04:03:50.030 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-16T04:03:51.543Z[ recovery-image] Oct 16 04:03:50.055 INFO O| Oct 16 04:03:50.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42282024-10-16T04:03:51.543Z[ recovery-image] Oct 16 04:03:50.055 INFO O| Oct 16 04:03:50.055 INFO STEP 30 (remove_files) COMPLETE
42292024-10-16T04:03:51.543Z[ recovery-image] Oct 16 04:03:50.055 INFO O| Oct 16 04:03:50.055 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-16T04:03:51.581Z[ recovery-image] Oct 16 04:03:50.093 INFO O| Oct 16 04:03:50.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42312024-10-16T04:03:51.581Z[ recovery-image] Oct 16 04:03:50.094 INFO O| Oct 16 04:03:50.093 INFO STEP 31 (remove_files) COMPLETE
42322024-10-16T04:03:51.581Z[ recovery-image] Oct 16 04:03:50.094 INFO O| Oct 16 04:03:50.094 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-16T04:03:51.605Z[ recovery-image] Oct 16 04:03:50.118 INFO O| Oct 16 04:03:50.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42342024-10-16T04:03:51.605Z[ recovery-image] Oct 16 04:03:50.118 INFO O| Oct 16 04:03:50.118 INFO STEP 32 (remove_files) COMPLETE
42352024-10-16T04:03:51.608Z[ recovery-image] Oct 16 04:03:50.118 INFO O| Oct 16 04:03:50.118 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-16T04:03:51.631Z[ recovery-image] Oct 16 04:03:50.143 INFO O| Oct 16 04:03:50.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42372024-10-16T04:03:51.631Z[ recovery-image] Oct 16 04:03:50.143 INFO O| Oct 16 04:03:50.143 INFO STEP 33 (remove_files) COMPLETE
42382024-10-16T04:03:51.631Z[ recovery-image] Oct 16 04:03:50.143 INFO O| Oct 16 04:03:50.143 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-16T04:03:51.664Z[ recovery-image] Oct 16 04:03:50.176 INFO O| Oct 16 04:03:50.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42402024-10-16T04:03:51.664Z[ recovery-image] Oct 16 04:03:50.176 INFO O| Oct 16 04:03:50.176 INFO STEP 34 (remove_files) COMPLETE
42412024-10-16T04:03:51.666Z[ recovery-image] Oct 16 04:03:50.177 INFO O| Oct 16 04:03:50.176 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-16T04:03:51.689Z[ recovery-image] Oct 16 04:03:50.201 INFO O| Oct 16 04:03:50.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42432024-10-16T04:03:51.689Z[ recovery-image] Oct 16 04:03:50.201 INFO O| Oct 16 04:03:50.201 INFO STEP 35 (remove_files) COMPLETE
42442024-10-16T04:03:51.691Z[ recovery-image] Oct 16 04:03:50.201 INFO O| Oct 16 04:03:50.201 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-16T04:03:51.712Z[ recovery-image] Oct 16 04:03:50.225 INFO O| Oct 16 04:03:50.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42462024-10-16T04:03:51.712Z[ recovery-image] Oct 16 04:03:50.225 INFO O| Oct 16 04:03:50.225 INFO STEP 36 (remove_files) COMPLETE
42472024-10-16T04:03:51.715Z[ recovery-image] Oct 16 04:03:50.225 INFO O| Oct 16 04:03:50.225 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-16T04:03:51.735Z[ recovery-image] Oct 16 04:03:50.248 INFO O| Oct 16 04:03:50.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42492024-10-16T04:03:51.735Z[ recovery-image] Oct 16 04:03:50.248 INFO O| Oct 16 04:03:50.248 INFO STEP 37 (remove_files) COMPLETE
42502024-10-16T04:03:51.735Z[ recovery-image] Oct 16 04:03:50.248 INFO O| Oct 16 04:03:50.248 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-16T04:03:51.756Z[ recovery-image] Oct 16 04:03:50.268 INFO O| Oct 16 04:03:50.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42522024-10-16T04:03:51.756Z[ recovery-image] Oct 16 04:03:50.268 INFO O| Oct 16 04:03:50.268 INFO STEP 38 (remove_files) COMPLETE
42532024-10-16T04:03:51.756Z[ recovery-image] Oct 16 04:03:50.268 INFO O| Oct 16 04:03:50.268 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-16T04:03:51.798Z[ recovery-image] Oct 16 04:03:50.310 INFO O| Oct 16 04:03:50.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42552024-10-16T04:03:51.798Z[ recovery-image] Oct 16 04:03:50.310 INFO O| Oct 16 04:03:50.310 INFO STEP 39 (remove_files) COMPLETE
42562024-10-16T04:03:51.798Z[ recovery-image] Oct 16 04:03:50.310 INFO O| Oct 16 04:03:50.310 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-16T04:03:51.822Z[ recovery-image] Oct 16 04:03:50.333 INFO O| Oct 16 04:03:50.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42582024-10-16T04:03:51.822Z[ recovery-image] Oct 16 04:03:50.333 INFO O| Oct 16 04:03:50.333 INFO STEP 40 (remove_files) COMPLETE
42592024-10-16T04:03:51.822Z[ recovery-image] Oct 16 04:03:50.333 INFO O| Oct 16 04:03:50.333 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-16T04:03:51.841Z[ recovery-image] Oct 16 04:03:50.354 INFO O| Oct 16 04:03:50.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42612024-10-16T04:03:51.841Z[ recovery-image] Oct 16 04:03:50.354 INFO O| Oct 16 04:03:50.354 INFO STEP 41 (remove_files) COMPLETE
42622024-10-16T04:03:51.841Z[ recovery-image] Oct 16 04:03:50.354 INFO O| Oct 16 04:03:50.354 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-16T04:03:51.862Z[ recovery-image] Oct 16 04:03:50.374 INFO O| Oct 16 04:03:50.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42642024-10-16T04:03:51.862Z[ recovery-image] Oct 16 04:03:50.374 INFO O| Oct 16 04:03:50.374 INFO STEP 42 (remove_files) COMPLETE
42652024-10-16T04:03:51.865Z[ recovery-image] Oct 16 04:03:50.374 INFO O| Oct 16 04:03:50.374 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-16T04:03:51.882Z[ recovery-image] Oct 16 04:03:50.394 INFO O| Oct 16 04:03:50.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42672024-10-16T04:03:51.882Z[ recovery-image] Oct 16 04:03:50.394 INFO O| Oct 16 04:03:50.394 INFO STEP 43 (remove_files) COMPLETE
42682024-10-16T04:03:51.882Z[ recovery-image] Oct 16 04:03:50.394 INFO O| Oct 16 04:03:50.394 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-16T04:03:51.902Z[ recovery-image] Oct 16 04:03:50.414 INFO O| Oct 16 04:03:50.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42702024-10-16T04:03:51.902Z[ recovery-image] Oct 16 04:03:50.414 INFO O| Oct 16 04:03:50.414 INFO STEP 44 (remove_files) COMPLETE
42712024-10-16T04:03:51.905Z[ recovery-image] Oct 16 04:03:50.414 INFO O| Oct 16 04:03:50.414 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-16T04:03:51.939Z[ recovery-image] Oct 16 04:03:50.450 INFO O| Oct 16 04:03:50.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42732024-10-16T04:03:51.939Z[ recovery-image] Oct 16 04:03:50.450 INFO O| Oct 16 04:03:50.450 INFO STEP 45 (remove_files) COMPLETE
42742024-10-16T04:03:51.939Z[ recovery-image] Oct 16 04:03:50.450 INFO O| Oct 16 04:03:50.450 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-16T04:03:51.973Z[ recovery-image] Oct 16 04:03:50.485 INFO O| Oct 16 04:03:50.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42762024-10-16T04:03:51.973Z[ recovery-image] Oct 16 04:03:50.486 INFO O| Oct 16 04:03:50.485 INFO STEP 46 (remove_files) COMPLETE
42772024-10-16T04:03:51.976Z[ recovery-image] Oct 16 04:03:50.486 INFO O| Oct 16 04:03:50.486 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-16T04:03:51.994Z[ recovery-image] Oct 16 04:03:50.507 INFO O| Oct 16 04:03:50.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42792024-10-16T04:03:51.997Z[ recovery-image] Oct 16 04:03:50.507 INFO O| Oct 16 04:03:50.507 INFO STEP 47 (remove_files) COMPLETE
42802024-10-16T04:03:51.997Z[ recovery-image] Oct 16 04:03:50.507 INFO O| Oct 16 04:03:50.507 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-16T04:03:52.013Z[ recovery-image] Oct 16 04:03:50.526 INFO O| Oct 16 04:03:50.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42822024-10-16T04:03:52.013Z[ recovery-image] Oct 16 04:03:50.526 INFO O| Oct 16 04:03:50.526 INFO STEP 48 (remove_files) COMPLETE
42832024-10-16T04:03:52.016Z[ recovery-image] Oct 16 04:03:50.526 INFO O| Oct 16 04:03:50.526 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-16T04:03:52.034Z[ recovery-image] Oct 16 04:03:50.546 INFO O| Oct 16 04:03:50.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42852024-10-16T04:03:52.034Z[ recovery-image] Oct 16 04:03:50.546 INFO O| Oct 16 04:03:50.546 INFO STEP 49 (remove_files) COMPLETE
42862024-10-16T04:03:52.034Z[ recovery-image] Oct 16 04:03:50.546 INFO O| Oct 16 04:03:50.546 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-16T04:03:52.055Z[ recovery-image] Oct 16 04:03:50.567 INFO O| Oct 16 04:03:50.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42882024-10-16T04:03:52.055Z[ recovery-image] Oct 16 04:03:50.567 INFO O| Oct 16 04:03:50.567 INFO STEP 50 (remove_files) COMPLETE
42892024-10-16T04:03:52.058Z[ recovery-image] Oct 16 04:03:50.568 INFO O| Oct 16 04:03:50.567 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-16T04:03:52.077Z[ recovery-image] Oct 16 04:03:50.589 INFO O| Oct 16 04:03:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42912024-10-16T04:03:52.078Z[ recovery-image] Oct 16 04:03:50.589 INFO O| Oct 16 04:03:50.589 INFO STEP 51 (remove_files) COMPLETE
42922024-10-16T04:03:52.078Z[ recovery-image] Oct 16 04:03:50.589 INFO O| Oct 16 04:03:50.589 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-16T04:03:52.099Z[ recovery-image] Oct 16 04:03:50.612 INFO O| Oct 16 04:03:50.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42942024-10-16T04:03:52.099Z[ recovery-image] Oct 16 04:03:50.612 INFO O| Oct 16 04:03:50.612 INFO STEP 52 (remove_files) COMPLETE
42952024-10-16T04:03:52.102Z[ recovery-image] Oct 16 04:03:50.612 INFO O| Oct 16 04:03:50.612 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-16T04:03:52.123Z[ recovery-image] Oct 16 04:03:50.636 INFO O| Oct 16 04:03:50.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42972024-10-16T04:03:52.145Z[ recovery-image] Oct 16 04:03:50.657 INFO O| Oct 16 04:03:50.657 INFO STEP 53 (remove_files) COMPLETE
42982024-10-16T04:03:52.145Z[ recovery-image] Oct 16 04:03:50.657 INFO O| Oct 16 04:03:50.657 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-16T04:03:52.210Z[ recovery-image] Oct 16 04:03:50.721 INFO O| Oct 16 04:03:50.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43002024-10-16T04:03:52.210Z[ recovery-image] Oct 16 04:03:50.721 INFO O| Oct 16 04:03:50.721 INFO STEP 54 (remove_files) COMPLETE
43012024-10-16T04:03:52.210Z[ recovery-image] Oct 16 04:03:50.722 INFO O| Oct 16 04:03:50.721 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-16T04:03:52.245Z[ recovery-image] Oct 16 04:03:50.758 INFO O| Oct 16 04:03:50.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43032024-10-16T04:03:52.246Z[ recovery-image] Oct 16 04:03:50.758 INFO O| Oct 16 04:03:50.758 INFO STEP 55 (remove_files) COMPLETE
43042024-10-16T04:03:52.248Z[ recovery-image] Oct 16 04:03:50.758 INFO O| Oct 16 04:03:50.758 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-16T04:03:52.267Z[ recovery-image] Oct 16 04:03:50.779 INFO O| Oct 16 04:03:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43062024-10-16T04:03:52.270Z[ recovery-image] Oct 16 04:03:50.780 INFO O| Oct 16 04:03:50.780 INFO STEP 56 (remove_files) COMPLETE
43072024-10-16T04:03:52.270Z[ recovery-image] Oct 16 04:03:50.780 INFO O| Oct 16 04:03:50.780 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-16T04:03:52.303Z[ host-image] Oct 16 04:03:50.815 INFO O| Oct 16 04:03:50.815 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43092024-10-16T04:03:52.308Z[ recovery-image] Oct 16 04:03:50.820 INFO O| Oct 16 04:03:50.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43102024-10-16T04:03:52.310Z[ recovery-image] Oct 16 04:03:50.820 INFO O| Oct 16 04:03:50.820 INFO STEP 57 (remove_files) COMPLETE
43112024-10-16T04:03:52.310Z[ recovery-image] Oct 16 04:03:50.821 INFO O| Oct 16 04:03:50.820 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-16T04:03:52.333Z[ recovery-image] Oct 16 04:03:50.845 INFO O| Oct 16 04:03:50.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43132024-10-16T04:03:52.333Z[ recovery-image] Oct 16 04:03:50.845 INFO O| Oct 16 04:03:50.845 INFO STEP 58 (remove_files) COMPLETE
43142024-10-16T04:03:52.335Z[ recovery-image] Oct 16 04:03:50.845 INFO O| Oct 16 04:03:50.845 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-16T04:03:52.357Z[ recovery-image] Oct 16 04:03:50.869 INFO O| Oct 16 04:03:50.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43162024-10-16T04:03:52.360Z[ recovery-image] Oct 16 04:03:50.869 INFO O| Oct 16 04:03:50.869 INFO STEP 59 (remove_files) COMPLETE
43172024-10-16T04:03:52.360Z[ recovery-image] Oct 16 04:03:50.870 INFO O| Oct 16 04:03:50.870 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-10-16T04:03:52.385Z[ recovery-image] Oct 16 04:03:50.897 INFO O| Oct 16 04:03:50.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43192024-10-16T04:03:52.386Z[ recovery-image] Oct 16 04:03:50.897 INFO O| Oct 16 04:03:50.897 INFO STEP 60 (remove_files) COMPLETE
43202024-10-16T04:03:52.389Z[ recovery-image] Oct 16 04:03:50.897 INFO O| Oct 16 04:03:50.897 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-16T04:03:52.408Z[ recovery-image] Oct 16 04:03:50.921 INFO O| Oct 16 04:03:50.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43222024-10-16T04:03:52.408Z[ recovery-image] Oct 16 04:03:50.921 INFO O| Oct 16 04:03:50.921 INFO STEP 61 (remove_files) COMPLETE
43232024-10-16T04:03:52.412Z[ recovery-image] Oct 16 04:03:50.921 INFO O| Oct 16 04:03:50.921 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-10-16T04:03:52.431Z[ recovery-image] Oct 16 04:03:50.943 INFO O| Oct 16 04:03:50.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43252024-10-16T04:03:52.431Z[ recovery-image] Oct 16 04:03:50.943 INFO O| Oct 16 04:03:50.943 INFO STEP 62 (remove_files) COMPLETE
43262024-10-16T04:03:52.433Z[ recovery-image] Oct 16 04:03:50.943 INFO O| Oct 16 04:03:50.943 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-10-16T04:03:52.453Z[ recovery-image] Oct 16 04:03:50.964 INFO O| Oct 16 04:03:50.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43282024-10-16T04:03:52.453Z[ recovery-image] Oct 16 04:03:50.964 INFO O| Oct 16 04:03:50.964 INFO STEP 63 (remove_files) COMPLETE
43292024-10-16T04:03:52.453Z[ recovery-image] Oct 16 04:03:50.964 INFO O| Oct 16 04:03:50.964 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-10-16T04:03:52.471Z[ recovery-image] Oct 16 04:03:50.983 INFO O| Oct 16 04:03:50.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43312024-10-16T04:03:52.471Z[ recovery-image] Oct 16 04:03:50.984 INFO O| Oct 16 04:03:50.983 INFO STEP 64 (remove_files) COMPLETE
43322024-10-16T04:03:52.474Z[ recovery-image] Oct 16 04:03:50.984 INFO O| Oct 16 04:03:50.984 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-10-16T04:03:52.503Z[ recovery-image] Oct 16 04:03:51.015 INFO O| Oct 16 04:03:51.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43342024-10-16T04:03:52.503Z[ recovery-image] Oct 16 04:03:51.015 INFO O| Oct 16 04:03:51.015 INFO STEP 65 (remove_files) COMPLETE
43352024-10-16T04:03:52.503Z[ recovery-image] Oct 16 04:03:51.015 INFO O| Oct 16 04:03:51.015 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-10-16T04:03:52.529Z[ recovery-image] Oct 16 04:03:51.040 INFO O| Oct 16 04:03:51.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43372024-10-16T04:03:52.529Z[ recovery-image] Oct 16 04:03:51.040 INFO O| Oct 16 04:03:51.040 INFO STEP 66 (remove_files) COMPLETE
43382024-10-16T04:03:52.529Z[ recovery-image] Oct 16 04:03:51.040 INFO O| Oct 16 04:03:51.040 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-10-16T04:03:52.552Z[ recovery-image] Oct 16 04:03:51.064 INFO O| Oct 16 04:03:51.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43402024-10-16T04:03:52.552Z[ recovery-image] Oct 16 04:03:51.064 INFO O| Oct 16 04:03:51.064 INFO STEP 67 (remove_files) COMPLETE
43412024-10-16T04:03:52.554Z[ recovery-image] Oct 16 04:03:51.064 INFO O| Oct 16 04:03:51.064 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-10-16T04:03:52.614Z[ recovery-image] Oct 16 04:03:51.126 INFO O| Oct 16 04:03:51.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43432024-10-16T04:03:52.633Z[ recovery-image] Oct 16 04:03:51.146 INFO O| Oct 16 04:03:51.146 INFO STEP 68 (remove_files) COMPLETE
43442024-10-16T04:03:52.633Z[ recovery-image] Oct 16 04:03:51.146 INFO O| Oct 16 04:03:51.146 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-16T04:03:52.688Z[ recovery-image] Oct 16 04:03:51.201 INFO O| Oct 16 04:03:51.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43462024-10-16T04:03:52.688Z[ recovery-image] Oct 16 04:03:51.201 INFO O| Oct 16 04:03:51.201 INFO STEP 69 (remove_files) COMPLETE
43472024-10-16T04:03:52.691Z[ recovery-image] Oct 16 04:03:51.201 INFO O| Oct 16 04:03:51.201 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-10-16T04:03:52.715Z[ recovery-image] Oct 16 04:03:51.227 INFO O| Oct 16 04:03:51.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43492024-10-16T04:03:52.715Z[ recovery-image] Oct 16 04:03:51.228 INFO O| Oct 16 04:03:51.227 INFO STEP 70 (remove_files) COMPLETE
43502024-10-16T04:03:52.718Z[ recovery-image] Oct 16 04:03:51.228 INFO O| Oct 16 04:03:51.228 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-10-16T04:03:52.740Z[ recovery-image] Oct 16 04:03:51.252 INFO O| Oct 16 04:03:51.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43522024-10-16T04:03:52.755Z[ recovery-image] Oct 16 04:03:51.268 INFO O| Oct 16 04:03:51.268 INFO STEP 71 (remove_files) COMPLETE
43532024-10-16T04:03:52.755Z[ recovery-image] Oct 16 04:03:51.268 INFO O| Oct 16 04:03:51.268 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-10-16T04:03:52.801Z[ recovery-image] Oct 16 04:03:51.314 INFO O| Oct 16 04:03:51.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43552024-10-16T04:03:52.801Z[ recovery-image] Oct 16 04:03:51.314 INFO O| Oct 16 04:03:51.314 INFO STEP 72 (remove_files) COMPLETE
43562024-10-16T04:03:52.804Z[ recovery-image] Oct 16 04:03:51.314 INFO O| Oct 16 04:03:51.314 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-10-16T04:03:52.825Z[ recovery-image] Oct 16 04:03:51.337 INFO O| Oct 16 04:03:51.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43582024-10-16T04:03:52.828Z[ recovery-image] Oct 16 04:03:51.338 INFO O| Oct 16 04:03:51.337 INFO STEP 73 (remove_files) COMPLETE
43592024-10-16T04:03:52.828Z[ recovery-image] Oct 16 04:03:51.338 INFO O| Oct 16 04:03:51.338 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-10-16T04:03:52.847Z[ recovery-image] Oct 16 04:03:51.359 INFO O| Oct 16 04:03:51.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43612024-10-16T04:03:52.847Z[ recovery-image] Oct 16 04:03:51.359 INFO O| Oct 16 04:03:51.359 INFO STEP 74 (remove_files) COMPLETE
43622024-10-16T04:03:52.850Z[ recovery-image] Oct 16 04:03:51.359 INFO O| Oct 16 04:03:51.359 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-16T04:03:52.871Z[ recovery-image] Oct 16 04:03:51.383 INFO O| Oct 16 04:03:51.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43642024-10-16T04:03:52.871Z[ recovery-image] Oct 16 04:03:51.384 INFO O| Oct 16 04:03:51.383 INFO STEP 75 (remove_files) COMPLETE
43652024-10-16T04:03:52.874Z[ recovery-image] Oct 16 04:03:51.384 INFO O| Oct 16 04:03:51.384 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-16T04:03:52.908Z[ recovery-image] Oct 16 04:03:51.420 INFO O| Oct 16 04:03:51.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43672024-10-16T04:03:52.908Z[ recovery-image] Oct 16 04:03:51.420 INFO O| Oct 16 04:03:51.420 INFO STEP 76 (remove_files) COMPLETE
43682024-10-16T04:03:52.911Z[ recovery-image] Oct 16 04:03:51.420 INFO O| Oct 16 04:03:51.420 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-10-16T04:03:52.942Z[ recovery-image] Oct 16 04:03:51.454 INFO O| Oct 16 04:03:51.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43702024-10-16T04:03:52.942Z[ recovery-image] Oct 16 04:03:51.454 INFO O| Oct 16 04:03:51.454 INFO STEP 77 (remove_files) COMPLETE
43712024-10-16T04:03:52.945Z[ recovery-image] Oct 16 04:03:51.454 INFO O| Oct 16 04:03:51.454 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-10-16T04:03:53.001Z[ recovery-image] Oct 16 04:03:51.513 INFO O| Oct 16 04:03:51.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43732024-10-16T04:03:53.001Z[ recovery-image] Oct 16 04:03:51.513 INFO O| Oct 16 04:03:51.513 INFO STEP 78 (remove_files) COMPLETE
43742024-10-16T04:03:53.001Z[ recovery-image] Oct 16 04:03:51.513 INFO O| Oct 16 04:03:51.513 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-10-16T04:03:53.040Z[ recovery-image] Oct 16 04:03:51.552 INFO O| Oct 16 04:03:51.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43762024-10-16T04:03:53.041Z[ recovery-image] Oct 16 04:03:51.552 INFO O| Oct 16 04:03:51.552 INFO STEP 79 (remove_files) COMPLETE
43772024-10-16T04:03:53.041Z[ recovery-image] Oct 16 04:03:51.552 INFO O| Oct 16 04:03:51.552 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-10-16T04:03:53.081Z[ recovery-image] Oct 16 04:03:51.594 INFO O| Oct 16 04:03:51.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43792024-10-16T04:03:53.081Z[ recovery-image] Oct 16 04:03:51.594 INFO O| Oct 16 04:03:51.594 INFO STEP 80 (remove_files) COMPLETE
43802024-10-16T04:03:53.081Z[ recovery-image] Oct 16 04:03:51.594 INFO O| Oct 16 04:03:51.594 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-10-16T04:03:53.135Z[ recovery-image] Oct 16 04:03:51.647 INFO O| Oct 16 04:03:51.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43822024-10-16T04:03:53.135Z[ recovery-image] Oct 16 04:03:51.647 INFO O| Oct 16 04:03:51.647 INFO STEP 81 (remove_files) COMPLETE
43832024-10-16T04:03:53.139Z[ recovery-image] Oct 16 04:03:51.647 INFO O| Oct 16 04:03:51.647 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-10-16T04:03:53.162Z[ recovery-image] Oct 16 04:03:51.674 INFO O| Oct 16 04:03:51.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43852024-10-16T04:03:53.162Z[ recovery-image] Oct 16 04:03:51.674 INFO O| Oct 16 04:03:51.674 INFO STEP 82 (remove_files) COMPLETE
43862024-10-16T04:03:53.162Z[ recovery-image] Oct 16 04:03:51.674 INFO O| Oct 16 04:03:51.674 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-10-16T04:03:53.187Z[ recovery-image] Oct 16 04:03:51.699 INFO O| Oct 16 04:03:51.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43882024-10-16T04:03:53.187Z[ recovery-image] Oct 16 04:03:51.699 INFO O| Oct 16 04:03:51.699 INFO STEP 83 (remove_files) COMPLETE
43892024-10-16T04:03:53.189Z[ recovery-image] Oct 16 04:03:51.699 INFO O| Oct 16 04:03:51.699 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-10-16T04:03:53.238Z[ recovery-image] Oct 16 04:03:51.751 INFO O| Oct 16 04:03:51.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43912024-10-16T04:03:53.239Z[ recovery-image] Oct 16 04:03:51.751 INFO O| Oct 16 04:03:51.751 INFO STEP 84 (remove_files) COMPLETE
43922024-10-16T04:03:53.239Z[ recovery-image] Oct 16 04:03:51.751 INFO O| Oct 16 04:03:51.751 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-10-16T04:03:53.261Z[ recovery-image] Oct 16 04:03:51.773 INFO O| Oct 16 04:03:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43942024-10-16T04:03:53.264Z[ recovery-image] Oct 16 04:03:51.773 INFO O| Oct 16 04:03:51.773 INFO STEP 85 (remove_files) COMPLETE
43952024-10-16T04:03:53.264Z[ recovery-image] Oct 16 04:03:51.773 INFO O| Oct 16 04:03:51.773 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-16T04:03:53.303Z[ recovery-image] Oct 16 04:03:51.815 INFO O| Oct 16 04:03:51.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43972024-10-16T04:03:53.303Z[ recovery-image] Oct 16 04:03:51.815 INFO O| Oct 16 04:03:51.815 INFO STEP 86 (remove_files) COMPLETE
43982024-10-16T04:03:53.303Z[ recovery-image] Oct 16 04:03:51.815 INFO O| Oct 16 04:03:51.815 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-10-16T04:03:53.326Z[ recovery-image] Oct 16 04:03:51.838 INFO O| Oct 16 04:03:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44002024-10-16T04:03:53.326Z[ recovery-image] Oct 16 04:03:51.838 INFO O| Oct 16 04:03:51.838 INFO STEP 87 (remove_files) COMPLETE
44012024-10-16T04:03:53.326Z[ recovery-image] Oct 16 04:03:51.838 INFO O| Oct 16 04:03:51.838 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-10-16T04:03:53.364Z[ recovery-image] Oct 16 04:03:51.876 INFO O| Oct 16 04:03:51.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44032024-10-16T04:03:53.364Z[ recovery-image] Oct 16 04:03:51.876 INFO O| Oct 16 04:03:51.876 INFO STEP 88 (remove_files) COMPLETE
44042024-10-16T04:03:53.367Z[ recovery-image] Oct 16 04:03:51.876 INFO O| Oct 16 04:03:51.876 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-10-16T04:03:53.465Z[ recovery-image] Oct 16 04:03:51.977 INFO O| Oct 16 04:03:51.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44062024-10-16T04:03:53.466Z[ recovery-image] Oct 16 04:03:51.978 INFO O| Oct 16 04:03:51.978 INFO STEP 89 (remove_files) COMPLETE
44072024-10-16T04:03:53.469Z[ recovery-image] Oct 16 04:03:51.978 INFO O| Oct 16 04:03:51.978 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-10-16T04:03:53.496Z[ recovery-image] Oct 16 04:03:52.008 INFO O| Oct 16 04:03:52.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44092024-10-16T04:03:53.496Z[ recovery-image] Oct 16 04:03:52.008 INFO O| Oct 16 04:03:52.008 INFO STEP 90 (remove_files) COMPLETE
44102024-10-16T04:03:53.496Z[ recovery-image] Oct 16 04:03:52.008 INFO O| Oct 16 04:03:52.008 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-16T04:03:53.529Z[ recovery-image] Oct 16 04:03:52.041 INFO O| Oct 16 04:03:52.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44122024-10-16T04:03:53.529Z[ recovery-image] Oct 16 04:03:52.041 INFO O| Oct 16 04:03:52.041 INFO STEP 91 (remove_files) COMPLETE
44132024-10-16T04:03:53.529Z[ recovery-image] Oct 16 04:03:52.042 INFO O| Oct 16 04:03:52.041 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-16T04:03:53.551Z[ recovery-image] Oct 16 04:03:52.063 INFO O| Oct 16 04:03:52.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44152024-10-16T04:03:53.551Z[ recovery-image] Oct 16 04:03:52.064 INFO O| Oct 16 04:03:52.064 INFO STEP 92 (remove_files) COMPLETE
44162024-10-16T04:03:53.554Z[ recovery-image] Oct 16 04:03:52.064 INFO O| Oct 16 04:03:52.064 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-16T04:03:53.613Z[ recovery-image] Oct 16 04:03:52.125 INFO O| Oct 16 04:03:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44182024-10-16T04:03:53.613Z[ recovery-image] Oct 16 04:03:52.125 INFO O| Oct 16 04:03:52.125 INFO STEP 93 (remove_files) COMPLETE
44192024-10-16T04:03:53.613Z[ recovery-image] Oct 16 04:03:52.125 INFO O| Oct 16 04:03:52.125 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-10-16T04:03:53.641Z[ recovery-image] Oct 16 04:03:52.153 INFO O| Oct 16 04:03:52.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44212024-10-16T04:03:53.662Z[ recovery-image] Oct 16 04:03:52.174 INFO O| Oct 16 04:03:52.174 INFO STEP 94 (remove_files) COMPLETE
44222024-10-16T04:03:53.662Z[ recovery-image] Oct 16 04:03:52.174 INFO O| Oct 16 04:03:52.174 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-10-16T04:03:53.693Z[ recovery-image] Oct 16 04:03:52.205 INFO O| Oct 16 04:03:52.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44242024-10-16T04:03:53.696Z[ recovery-image] Oct 16 04:03:52.206 INFO O| Oct 16 04:03:52.205 INFO STEP 95 (remove_files) COMPLETE
44252024-10-16T04:03:53.696Z[ recovery-image] Oct 16 04:03:52.206 INFO O| Oct 16 04:03:52.206 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-10-16T04:03:53.719Z[ recovery-image] Oct 16 04:03:52.231 INFO O| Oct 16 04:03:52.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44272024-10-16T04:03:53.722Z[ recovery-image] Oct 16 04:03:52.232 INFO O| Oct 16 04:03:52.232 INFO STEP 96 (remove_files) COMPLETE
44282024-10-16T04:03:53.722Z[ recovery-image] Oct 16 04:03:52.232 INFO O| Oct 16 04:03:52.232 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-16T04:03:53.816Z[ recovery-image] Oct 16 04:03:52.328 INFO O| Oct 16 04:03:52.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44302024-10-16T04:03:53.819Z[ recovery-image] Oct 16 04:03:52.328 INFO O| Oct 16 04:03:52.328 INFO STEP 97 (remove_files) COMPLETE
44312024-10-16T04:03:53.819Z[ recovery-image] Oct 16 04:03:52.328 INFO O| Oct 16 04:03:52.328 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-16T04:03:53.852Z[ recovery-image] Oct 16 04:03:52.364 INFO O| Oct 16 04:03:52.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44332024-10-16T04:03:53.852Z[ recovery-image] Oct 16 04:03:52.364 INFO O| Oct 16 04:03:52.364 INFO STEP 98 (remove_files) COMPLETE
44342024-10-16T04:03:53.852Z[ recovery-image] Oct 16 04:03:52.364 INFO O| Oct 16 04:03:52.364 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-10-16T04:03:53.874Z[ recovery-image] Oct 16 04:03:52.386 INFO O| Oct 16 04:03:52.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44362024-10-16T04:03:53.874Z[ recovery-image] Oct 16 04:03:52.386 INFO O| Oct 16 04:03:52.386 INFO STEP 99 (remove_files) COMPLETE
44372024-10-16T04:03:53.879Z[ recovery-image] Oct 16 04:03:52.386 INFO O| Oct 16 04:03:52.386 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-16T04:03:53.895Z[ recovery-image] Oct 16 04:03:52.407 INFO O| Oct 16 04:03:52.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44392024-10-16T04:03:53.919Z[ recovery-image] Oct 16 04:03:52.431 INFO O| Oct 16 04:03:52.431 INFO STEP 100 (remove_files) COMPLETE
44402024-10-16T04:03:53.919Z[ recovery-image] Oct 16 04:03:52.431 INFO O| Oct 16 04:03:52.431 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-16T04:03:53.989Z[ recovery-image] Oct 16 04:03:52.501 INFO O| Oct 16 04:03:52.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44422024-10-16T04:03:53.989Z[ recovery-image] Oct 16 04:03:52.501 INFO O| Oct 16 04:03:52.501 INFO STEP 101 (remove_files) COMPLETE
44432024-10-16T04:03:53.989Z[ recovery-image] Oct 16 04:03:52.501 INFO O| Oct 16 04:03:52.501 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-10-16T04:03:54.014Z[ recovery-image] Oct 16 04:03:52.526 INFO O| Oct 16 04:03:52.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44452024-10-16T04:03:54.015Z[ recovery-image] Oct 16 04:03:52.527 INFO O| Oct 16 04:03:52.527 INFO STEP 102 (remove_files) COMPLETE
44462024-10-16T04:03:54.015Z[ recovery-image] Oct 16 04:03:52.527 INFO O| Oct 16 04:03:52.527 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-16T04:03:54.039Z[ recovery-image] Oct 16 04:03:52.551 INFO O| Oct 16 04:03:52.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44482024-10-16T04:03:54.059Z[ recovery-image] Oct 16 04:03:52.571 INFO O| Oct 16 04:03:52.571 INFO STEP 103 (remove_files) COMPLETE
44492024-10-16T04:03:54.059Z[ recovery-image] Oct 16 04:03:52.571 INFO O| Oct 16 04:03:52.571 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-16T04:03:54.084Z[ recovery-image] Oct 16 04:03:52.596 INFO O| Oct 16 04:03:52.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44512024-10-16T04:03:54.084Z[ recovery-image] Oct 16 04:03:52.596 INFO O| Oct 16 04:03:52.596 INFO STEP 104 (remove_files) COMPLETE
44522024-10-16T04:03:54.084Z[ recovery-image] Oct 16 04:03:52.596 INFO O| Oct 16 04:03:52.596 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-16T04:03:54.109Z[ recovery-image] Oct 16 04:03:52.621 INFO O| Oct 16 04:03:52.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44542024-10-16T04:03:54.136Z[ recovery-image] Oct 16 04:03:52.647 INFO O| Oct 16 04:03:52.647 INFO STEP 105 (remove_files) COMPLETE
44552024-10-16T04:03:54.136Z[ recovery-image] Oct 16 04:03:52.647 INFO O| Oct 16 04:03:52.647 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-10-16T04:03:54.171Z[ recovery-image] Oct 16 04:03:52.683 INFO O| Oct 16 04:03:52.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44572024-10-16T04:03:54.173Z[ recovery-image] Oct 16 04:03:52.683 INFO O| Oct 16 04:03:52.683 INFO STEP 106 (remove_files) COMPLETE
44582024-10-16T04:03:54.173Z[ recovery-image] Oct 16 04:03:52.683 INFO O| Oct 16 04:03:52.683 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-10-16T04:03:54.197Z[ recovery-image] Oct 16 04:03:52.709 INFO O| Oct 16 04:03:52.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44602024-10-16T04:03:54.197Z[ recovery-image] Oct 16 04:03:52.710 INFO O| Oct 16 04:03:52.710 INFO STEP 107 (remove_files) COMPLETE
44612024-10-16T04:03:54.200Z[ recovery-image] Oct 16 04:03:52.710 INFO O| Oct 16 04:03:52.710 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-16T04:03:54.224Z[ recovery-image] Oct 16 04:03:52.736 INFO O| Oct 16 04:03:52.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44632024-10-16T04:03:54.224Z[ recovery-image] Oct 16 04:03:52.736 INFO O| Oct 16 04:03:52.736 INFO STEP 108 (remove_files) COMPLETE
44642024-10-16T04:03:54.224Z[ recovery-image] Oct 16 04:03:52.736 INFO O| Oct 16 04:03:52.736 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-16T04:03:54.256Z[ recovery-image] Oct 16 04:03:52.768 INFO O| Oct 16 04:03:52.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44662024-10-16T04:03:54.256Z[ recovery-image] Oct 16 04:03:52.768 INFO O| Oct 16 04:03:52.768 INFO STEP 109 (remove_files) COMPLETE
44672024-10-16T04:03:54.259Z[ recovery-image] Oct 16 04:03:52.768 INFO O| Oct 16 04:03:52.768 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-16T04:03:54.319Z[ recovery-image] Oct 16 04:03:52.831 INFO O| Oct 16 04:03:52.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44692024-10-16T04:03:54.322Z[ recovery-image] Oct 16 04:03:52.831 INFO O| Oct 16 04:03:52.831 INFO STEP 110 (remove_files) COMPLETE
44702024-10-16T04:03:54.322Z[ recovery-image] Oct 16 04:03:52.832 INFO O| Oct 16 04:03:52.832 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-10-16T04:03:54.342Z[ recovery-image] Oct 16 04:03:52.854 INFO O| Oct 16 04:03:52.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44722024-10-16T04:03:54.345Z[ recovery-image] Oct 16 04:03:52.855 INFO O| Oct 16 04:03:52.855 INFO STEP 111 (remove_files) COMPLETE
44732024-10-16T04:03:54.345Z[ recovery-image] Oct 16 04:03:52.855 INFO O| Oct 16 04:03:52.855 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-16T04:03:54.365Z[ recovery-image] Oct 16 04:03:52.877 INFO O| Oct 16 04:03:52.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44752024-10-16T04:03:54.368Z[ recovery-image] Oct 16 04:03:52.878 INFO O| Oct 16 04:03:52.878 INFO STEP 112 (remove_files) COMPLETE
44762024-10-16T04:03:54.369Z[ recovery-image] Oct 16 04:03:52.878 INFO O| Oct 16 04:03:52.878 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-16T04:03:54.388Z[ recovery-image] Oct 16 04:03:52.900 INFO O| Oct 16 04:03:52.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44782024-10-16T04:03:54.390Z[ recovery-image] Oct 16 04:03:52.900 INFO O| Oct 16 04:03:52.900 INFO STEP 113 (remove_files) COMPLETE
44792024-10-16T04:03:54.390Z[ recovery-image] Oct 16 04:03:52.900 INFO O| Oct 16 04:03:52.900 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-10-16T04:03:54.431Z[ recovery-image] Oct 16 04:03:52.943 INFO O| Oct 16 04:03:52.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44812024-10-16T04:03:54.431Z[ recovery-image] Oct 16 04:03:52.943 INFO O| Oct 16 04:03:52.943 INFO STEP 114 (remove_files) COMPLETE
44822024-10-16T04:03:54.433Z[ recovery-image] Oct 16 04:03:52.943 INFO O| Oct 16 04:03:52.943 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-16T04:03:54.467Z[ recovery-image] Oct 16 04:03:52.979 INFO O| Oct 16 04:03:52.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44842024-10-16T04:03:54.467Z[ recovery-image] Oct 16 04:03:52.979 INFO O| Oct 16 04:03:52.979 INFO STEP 115 (remove_files) COMPLETE
44852024-10-16T04:03:54.467Z[ recovery-image] Oct 16 04:03:52.979 INFO O| Oct 16 04:03:52.979 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-16T04:03:54.520Z[ recovery-image] Oct 16 04:03:53.032 INFO O| Oct 16 04:03:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44872024-10-16T04:03:54.520Z[ recovery-image] Oct 16 04:03:53.033 INFO O| Oct 16 04:03:53.032 INFO STEP 116 (remove_files) COMPLETE
44882024-10-16T04:03:54.520Z[ recovery-image] Oct 16 04:03:53.033 INFO O| Oct 16 04:03:53.032 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-16T04:03:54.568Z[ recovery-image] Oct 16 04:03:53.080 INFO O| Oct 16 04:03:53.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44902024-10-16T04:03:54.568Z[ recovery-image] Oct 16 04:03:53.080 INFO O| Oct 16 04:03:53.080 INFO STEP 117 (remove_files) COMPLETE
44912024-10-16T04:03:54.571Z[ recovery-image] Oct 16 04:03:53.080 INFO O| Oct 16 04:03:53.080 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-16T04:03:54.593Z[ recovery-image] Oct 16 04:03:53.106 INFO O| Oct 16 04:03:53.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44932024-10-16T04:03:54.594Z[ recovery-image] Oct 16 04:03:53.106 INFO O| Oct 16 04:03:53.106 INFO STEP 118 (remove_files) COMPLETE
44942024-10-16T04:03:54.597Z[ recovery-image] Oct 16 04:03:53.106 INFO O| Oct 16 04:03:53.106 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-16T04:03:54.618Z[ recovery-image] Oct 16 04:03:53.130 INFO O| Oct 16 04:03:53.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44962024-10-16T04:03:54.618Z[ recovery-image] Oct 16 04:03:53.130 INFO O| Oct 16 04:03:53.130 INFO STEP 119 (remove_files) COMPLETE
44972024-10-16T04:03:54.618Z[ recovery-image] Oct 16 04:03:53.130 INFO O| Oct 16 04:03:53.130 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-10-16T04:03:54.643Z[ recovery-image] Oct 16 04:03:53.155 INFO O| Oct 16 04:03:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44992024-10-16T04:03:54.643Z[ recovery-image] Oct 16 04:03:53.155 INFO O| Oct 16 04:03:53.155 INFO STEP 120 (remove_files) COMPLETE
45002024-10-16T04:03:54.647Z[ recovery-image] Oct 16 04:03:53.155 INFO O| Oct 16 04:03:53.155 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-10-16T04:03:54.668Z[ recovery-image] Oct 16 04:03:53.180 INFO O| Oct 16 04:03:53.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45022024-10-16T04:03:54.668Z[ recovery-image] Oct 16 04:03:53.180 INFO O| Oct 16 04:03:53.180 INFO STEP 121 (remove_files) COMPLETE
45032024-10-16T04:03:54.671Z[ recovery-image] Oct 16 04:03:53.180 INFO O| Oct 16 04:03:53.180 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-16T04:03:54.691Z[ recovery-image] Oct 16 04:03:53.203 INFO O| Oct 16 04:03:53.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45052024-10-16T04:03:54.693Z[ recovery-image] Oct 16 04:03:53.203 INFO O| Oct 16 04:03:53.203 INFO STEP 122 (remove_files) COMPLETE
45062024-10-16T04:03:54.694Z[ recovery-image] Oct 16 04:03:53.203 INFO O| Oct 16 04:03:53.203 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-16T04:03:54.714Z[ recovery-image] Oct 16 04:03:53.226 INFO O| Oct 16 04:03:53.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45082024-10-16T04:03:54.717Z[ recovery-image] Oct 16 04:03:53.226 INFO O| Oct 16 04:03:53.226 INFO STEP 123 (remove_files) COMPLETE
45092024-10-16T04:03:54.717Z[ recovery-image] Oct 16 04:03:53.226 INFO O| Oct 16 04:03:53.226 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-16T04:03:54.736Z[ recovery-image] Oct 16 04:03:53.248 INFO O| Oct 16 04:03:53.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45112024-10-16T04:03:54.739Z[ recovery-image] Oct 16 04:03:53.249 INFO O| Oct 16 04:03:53.248 INFO STEP 124 (remove_files) COMPLETE
45122024-10-16T04:03:54.739Z[ recovery-image] Oct 16 04:03:53.249 INFO O| Oct 16 04:03:53.249 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-16T04:03:54.758Z[ recovery-image] Oct 16 04:03:53.270 INFO O| Oct 16 04:03:53.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45142024-10-16T04:03:54.758Z[ recovery-image] Oct 16 04:03:53.270 INFO O| Oct 16 04:03:53.270 INFO STEP 125 (remove_files) COMPLETE
45152024-10-16T04:03:54.761Z[ recovery-image] Oct 16 04:03:53.270 INFO O| Oct 16 04:03:53.270 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-16T04:03:54.781Z[ recovery-image] Oct 16 04:03:53.293 INFO O| Oct 16 04:03:53.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45172024-10-16T04:03:54.781Z[ recovery-image] Oct 16 04:03:53.293 INFO O| Oct 16 04:03:53.293 INFO STEP 126 (remove_files) COMPLETE
45182024-10-16T04:03:54.784Z[ recovery-image] Oct 16 04:03:53.293 INFO O| Oct 16 04:03:53.293 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-10-16T04:03:54.803Z[ recovery-image] Oct 16 04:03:53.315 INFO O| Oct 16 04:03:53.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45202024-10-16T04:03:54.803Z[ recovery-image] Oct 16 04:03:53.315 INFO O| Oct 16 04:03:53.315 INFO STEP 127 (remove_files) COMPLETE
45212024-10-16T04:03:54.803Z[ recovery-image] Oct 16 04:03:53.315 INFO O| Oct 16 04:03:53.315 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-10-16T04:03:54.823Z[ recovery-image] Oct 16 04:03:53.335 INFO O| Oct 16 04:03:53.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45232024-10-16T04:03:54.826Z[ recovery-image] Oct 16 04:03:53.336 INFO O| Oct 16 04:03:53.336 INFO STEP 128 (remove_files) COMPLETE
45242024-10-16T04:03:54.826Z[ recovery-image] Oct 16 04:03:53.336 INFO O| Oct 16 04:03:53.336 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-10-16T04:03:54.843Z[ recovery-image] Oct 16 04:03:53.356 INFO O| Oct 16 04:03:53.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45262024-10-16T04:03:54.846Z[ recovery-image] Oct 16 04:03:53.356 INFO O| Oct 16 04:03:53.356 INFO STEP 129 (remove_files) COMPLETE
45272024-10-16T04:03:54.846Z[ recovery-image] Oct 16 04:03:53.356 INFO O| Oct 16 04:03:53.356 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-10-16T04:03:54.883Z[ recovery-image] Oct 16 04:03:53.395 INFO O| Oct 16 04:03:53.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45292024-10-16T04:03:54.883Z[ recovery-image] Oct 16 04:03:53.395 INFO O| Oct 16 04:03:53.395 INFO STEP 130 (remove_files) COMPLETE
45302024-10-16T04:03:54.883Z[ recovery-image] Oct 16 04:03:53.395 INFO O| Oct 16 04:03:53.395 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-10-16T04:03:54.908Z[ recovery-image] Oct 16 04:03:53.419 INFO O| Oct 16 04:03:53.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45322024-10-16T04:03:54.908Z[ recovery-image] Oct 16 04:03:53.419 INFO O| Oct 16 04:03:53.419 INFO STEP 131 (remove_files) COMPLETE
45332024-10-16T04:03:54.908Z[ recovery-image] Oct 16 04:03:53.419 INFO O| Oct 16 04:03:53.419 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-10-16T04:03:54.931Z[ recovery-image] Oct 16 04:03:53.442 INFO O| Oct 16 04:03:53.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45352024-10-16T04:03:54.931Z[ recovery-image] Oct 16 04:03:53.442 INFO O| Oct 16 04:03:53.442 INFO STEP 132 (remove_files) COMPLETE
45362024-10-16T04:03:54.931Z[ recovery-image] Oct 16 04:03:53.442 INFO O| Oct 16 04:03:53.442 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-10-16T04:03:55.012Z[ recovery-image] Oct 16 04:03:53.524 INFO O| Oct 16 04:03:53.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45382024-10-16T04:03:55.015Z[ recovery-image] Oct 16 04:03:53.524 INFO O| Oct 16 04:03:53.524 INFO STEP 133 (remove_files) COMPLETE
45392024-10-16T04:03:55.015Z[ recovery-image] Oct 16 04:03:53.524 INFO O| Oct 16 04:03:53.524 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-10-16T04:03:55.035Z[ recovery-image] Oct 16 04:03:53.548 INFO O| Oct 16 04:03:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45412024-10-16T04:03:55.039Z[ recovery-image] Oct 16 04:03:53.548 INFO O| Oct 16 04:03:53.548 INFO STEP 134 (remove_files) COMPLETE
45422024-10-16T04:03:55.039Z[ recovery-image] Oct 16 04:03:53.548 INFO O| Oct 16 04:03:53.548 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-10-16T04:03:55.058Z[ recovery-image] Oct 16 04:03:53.570 INFO O| Oct 16 04:03:53.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45442024-10-16T04:03:55.061Z[ recovery-image] Oct 16 04:03:53.570 INFO O| Oct 16 04:03:53.570 INFO STEP 135 (remove_files) COMPLETE
45452024-10-16T04:03:55.061Z[ recovery-image] Oct 16 04:03:53.571 INFO O| Oct 16 04:03:53.570 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-10-16T04:03:55.094Z[ recovery-image] Oct 16 04:03:53.606 INFO O| Oct 16 04:03:53.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45472024-10-16T04:03:55.094Z[ recovery-image] Oct 16 04:03:53.606 INFO O| Oct 16 04:03:53.606 INFO STEP 136 (remove_files) COMPLETE
45482024-10-16T04:03:55.099Z[ recovery-image] Oct 16 04:03:53.606 INFO O| Oct 16 04:03:53.606 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-10-16T04:03:55.187Z[ recovery-image] Oct 16 04:03:53.699 INFO O| Oct 16 04:03:53.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45502024-10-16T04:03:55.187Z[ recovery-image] Oct 16 04:03:53.699 INFO O| Oct 16 04:03:53.699 INFO STEP 137 (remove_files) COMPLETE
45512024-10-16T04:03:55.187Z[ recovery-image] Oct 16 04:03:53.699 INFO O| Oct 16 04:03:53.699 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-10-16T04:03:55.244Z[ recovery-image] Oct 16 04:03:53.756 INFO O| Oct 16 04:03:53.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45532024-10-16T04:03:55.244Z[ recovery-image] Oct 16 04:03:53.756 INFO O| Oct 16 04:03:53.756 INFO STEP 138 (remove_files) COMPLETE
45542024-10-16T04:03:55.244Z[ recovery-image] Oct 16 04:03:53.757 INFO O| Oct 16 04:03:53.756 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-10-16T04:03:55.267Z[ recovery-image] Oct 16 04:03:53.779 INFO O| Oct 16 04:03:53.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45562024-10-16T04:03:55.267Z[ recovery-image] Oct 16 04:03:53.779 INFO O| Oct 16 04:03:53.779 INFO STEP 139 (remove_files) COMPLETE
45572024-10-16T04:03:55.267Z[ recovery-image] Oct 16 04:03:53.779 INFO O| Oct 16 04:03:53.779 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-10-16T04:03:55.320Z[ recovery-image] Oct 16 04:03:53.824 INFO O| Oct 16 04:03:53.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45592024-10-16T04:03:55.320Z[ recovery-image] Oct 16 04:03:53.824 INFO O| Oct 16 04:03:53.824 INFO STEP 140 (remove_files) COMPLETE
45602024-10-16T04:03:55.320Z[ recovery-image] Oct 16 04:03:53.824 INFO O| Oct 16 04:03:53.824 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-10-16T04:03:55.345Z[ recovery-image] Oct 16 04:03:53.857 INFO O| Oct 16 04:03:53.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45622024-10-16T04:03:55.345Z[ recovery-image] Oct 16 04:03:53.857 INFO O| Oct 16 04:03:53.857 INFO STEP 141 (remove_files) COMPLETE
45632024-10-16T04:03:55.351Z[ recovery-image] Oct 16 04:03:53.858 INFO O| Oct 16 04:03:53.857 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-10-16T04:03:55.372Z[ recovery-image] Oct 16 04:03:53.884 INFO O| Oct 16 04:03:53.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45652024-10-16T04:03:55.372Z[ recovery-image] Oct 16 04:03:53.884 INFO O| Oct 16 04:03:53.884 INFO STEP 142 (remove_files) COMPLETE
45662024-10-16T04:03:55.372Z[ recovery-image] Oct 16 04:03:53.884 INFO O| Oct 16 04:03:53.884 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-10-16T04:03:55.398Z[ recovery-image] Oct 16 04:03:53.908 INFO O| Oct 16 04:03:53.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45682024-10-16T04:03:55.398Z[ recovery-image] Oct 16 04:03:53.908 INFO O| Oct 16 04:03:53.908 INFO STEP 143 (remove_files) COMPLETE
45692024-10-16T04:03:55.398Z[ recovery-image] Oct 16 04:03:53.908 INFO O| Oct 16 04:03:53.908 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-10-16T04:03:55.471Z[ recovery-image] Oct 16 04:03:53.952 INFO O| Oct 16 04:03:53.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45712024-10-16T04:03:55.471Z[ recovery-image] Oct 16 04:03:53.952 INFO O| Oct 16 04:03:53.952 INFO STEP 144 (remove_files) COMPLETE
45722024-10-16T04:03:55.471Z[ recovery-image] Oct 16 04:03:53.952 INFO O| Oct 16 04:03:53.952 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-10-16T04:03:55.526Z[ recovery-image] Oct 16 04:03:54.038 INFO O| Oct 16 04:03:54.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45742024-10-16T04:03:55.526Z[ recovery-image] Oct 16 04:03:54.038 INFO O| Oct 16 04:03:54.038 INFO STEP 145 (remove_files) COMPLETE
45752024-10-16T04:03:55.526Z[ recovery-image] Oct 16 04:03:54.038 INFO O| Oct 16 04:03:54.038 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-10-16T04:03:55.637Z[ recovery-image] Oct 16 04:03:54.149 INFO O| Oct 16 04:03:54.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45772024-10-16T04:03:55.637Z[ recovery-image] Oct 16 04:03:54.149 INFO O| Oct 16 04:03:54.149 INFO STEP 146 (remove_files) COMPLETE
45782024-10-16T04:03:55.640Z[ recovery-image] Oct 16 04:03:54.149 INFO O| Oct 16 04:03:54.149 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-10-16T04:03:55.680Z[ recovery-image] Oct 16 04:03:54.192 INFO O| Oct 16 04:03:54.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45802024-10-16T04:03:55.680Z[ recovery-image] Oct 16 04:03:54.192 INFO O| Oct 16 04:03:54.192 INFO STEP 147 (remove_files) COMPLETE
45812024-10-16T04:03:55.682Z[ recovery-image] Oct 16 04:03:54.192 INFO O| Oct 16 04:03:54.192 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-10-16T04:03:55.744Z[ recovery-image] Oct 16 04:03:54.256 INFO O| Oct 16 04:03:54.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45832024-10-16T04:03:55.747Z[ recovery-image] Oct 16 04:03:54.257 INFO O| Oct 16 04:03:54.256 INFO STEP 148 (remove_files) COMPLETE
45842024-10-16T04:03:55.747Z[ recovery-image] Oct 16 04:03:54.257 INFO O| Oct 16 04:03:54.257 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-10-16T04:03:55.767Z[ recovery-image] Oct 16 04:03:54.279 INFO O| Oct 16 04:03:54.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45862024-10-16T04:03:55.770Z[ recovery-image] Oct 16 04:03:54.279 INFO O| Oct 16 04:03:54.279 INFO STEP 149 (remove_files) COMPLETE
45872024-10-16T04:03:55.770Z[ recovery-image] Oct 16 04:03:54.280 INFO O| Oct 16 04:03:54.279 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-10-16T04:03:55.790Z[ recovery-image] Oct 16 04:03:54.302 INFO O| Oct 16 04:03:54.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45892024-10-16T04:03:55.792Z[ recovery-image] Oct 16 04:03:54.302 INFO O| Oct 16 04:03:54.302 INFO STEP 150 (remove_files) COMPLETE
45902024-10-16T04:03:55.792Z[ recovery-image] Oct 16 04:03:54.302 INFO O| Oct 16 04:03:54.302 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-10-16T04:03:55.813Z[ recovery-image] Oct 16 04:03:54.325 INFO O| Oct 16 04:03:54.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45922024-10-16T04:03:55.816Z[ recovery-image] Oct 16 04:03:54.325 INFO O| Oct 16 04:03:54.325 INFO STEP 151 (remove_files) COMPLETE
45932024-10-16T04:03:55.816Z[ recovery-image] Oct 16 04:03:54.325 INFO O| Oct 16 04:03:54.325 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-10-16T04:03:55.901Z[ recovery-image] Oct 16 04:03:54.413 INFO O| Oct 16 04:03:54.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45952024-10-16T04:03:55.901Z[ recovery-image] Oct 16 04:03:54.413 INFO O| Oct 16 04:03:54.413 INFO STEP 152 (remove_files) COMPLETE
45962024-10-16T04:03:55.904Z[ recovery-image] Oct 16 04:03:54.413 INFO O| Oct 16 04:03:54.413 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-10-16T04:03:55.932Z[ host-image] Oct 16 04:03:54.444 INFO O| Oct 16 04:03:54.444 INFO O| Planning: Solver setup ... Done
45982024-10-16T04:03:55.938Z[ recovery-image] Oct 16 04:03:54.450 INFO O| Oct 16 04:03:54.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45992024-10-16T04:03:55.938Z[ recovery-image] Oct 16 04:03:54.451 INFO O| Oct 16 04:03:54.451 INFO STEP 153 (remove_files) COMPLETE
46002024-10-16T04:03:55.941Z[ recovery-image] Oct 16 04:03:54.451 INFO O| Oct 16 04:03:54.451 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-16T04:03:55.941Z[ host-image] Oct 16 04:03:54.451 INFO O| Oct 16 04:03:54.451 INFO O| Planning: Running solver ... Done
46022024-10-16T04:03:55.969Z[ recovery-image] Oct 16 04:03:54.481 INFO O| Oct 16 04:03:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46032024-10-16T04:03:55.972Z[ recovery-image] Oct 16 04:03:54.481 INFO O| Oct 16 04:03:54.481 INFO STEP 154 (remove_files) COMPLETE
46042024-10-16T04:03:55.972Z[ recovery-image] Oct 16 04:03:54.482 INFO O| Oct 16 04:03:54.481 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-10-16T04:03:55.991Z[ recovery-image] Oct 16 04:03:54.503 INFO O| Oct 16 04:03:54.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46062024-10-16T04:03:55.994Z[ recovery-image] Oct 16 04:03:54.503 INFO O| Oct 16 04:03:54.503 INFO STEP 155 (remove_files) COMPLETE
46072024-10-16T04:03:55.994Z[ recovery-image] Oct 16 04:03:54.503 INFO O| Oct 16 04:03:54.503 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-10-16T04:03:56.025Z[ host-image] Oct 16 04:03:54.537 INFO O| Oct 16 04:03:54.537 INFO O| Planning: Finding local manifests ... Done
46092024-10-16T04:03:56.028Z[ host-image] Oct 16 04:03:54.539 INFO O| Oct 16 04:03:54.539 INFO O| Planning: Fetching manifests: 0/6 0% complete
46102024-10-16T04:03:56.028Z[ recovery-image] Oct 16 04:03:54.540 INFO O| Oct 16 04:03:54.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46112024-10-16T04:03:56.028Z[ recovery-image] Oct 16 04:03:54.540 INFO O| Oct 16 04:03:54.540 INFO STEP 156 (remove_files) COMPLETE
46122024-10-16T04:03:56.031Z[ recovery-image] Oct 16 04:03:54.540 INFO O| Oct 16 04:03:54.540 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-16T04:03:56.051Z[ recovery-image] Oct 16 04:03:54.563 INFO O| Oct 16 04:03:54.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46142024-10-16T04:03:56.054Z[ recovery-image] Oct 16 04:03:54.563 INFO O| Oct 16 04:03:54.563 INFO STEP 157 (remove_files) COMPLETE
46152024-10-16T04:03:56.054Z[ recovery-image] Oct 16 04:03:54.563 INFO O| Oct 16 04:03:54.563 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-16T04:03:56.074Z[ recovery-image] Oct 16 04:03:54.585 INFO O| Oct 16 04:03:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46172024-10-16T04:03:56.076Z[ recovery-image] Oct 16 04:03:54.586 INFO O| Oct 16 04:03:54.586 INFO STEP 158 (remove_files) COMPLETE
46182024-10-16T04:03:56.076Z[ recovery-image] Oct 16 04:03:54.586 INFO O| Oct 16 04:03:54.586 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-16T04:03:56.106Z[ recovery-image] Oct 16 04:03:54.618 INFO O| Oct 16 04:03:54.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46202024-10-16T04:03:56.106Z[ recovery-image] Oct 16 04:03:54.618 INFO O| Oct 16 04:03:54.618 INFO STEP 159 (remove_files) COMPLETE
46212024-10-16T04:03:56.106Z[ recovery-image] Oct 16 04:03:54.618 INFO O| Oct 16 04:03:54.618 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-16T04:03:56.131Z[ recovery-image] Oct 16 04:03:54.644 INFO O| Oct 16 04:03:54.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46232024-10-16T04:03:56.132Z[ recovery-image] Oct 16 04:03:54.644 INFO O| Oct 16 04:03:54.644 INFO STEP 160 (remove_files) COMPLETE
46242024-10-16T04:03:56.134Z[ recovery-image] Oct 16 04:03:54.644 INFO O| Oct 16 04:03:54.644 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-16T04:03:56.155Z[ recovery-image] Oct 16 04:03:54.667 INFO O| Oct 16 04:03:54.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46262024-10-16T04:03:56.155Z[ recovery-image] Oct 16 04:03:54.668 INFO O| Oct 16 04:03:54.668 INFO STEP 161 (remove_files) COMPLETE
46272024-10-16T04:03:56.158Z[ recovery-image] Oct 16 04:03:54.668 INFO O| Oct 16 04:03:54.668 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-16T04:03:56.179Z[ recovery-image] Oct 16 04:03:54.691 INFO O| Oct 16 04:03:54.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46292024-10-16T04:03:56.179Z[ recovery-image] Oct 16 04:03:54.691 INFO O| Oct 16 04:03:54.691 INFO STEP 162 (remove_files) COMPLETE
46302024-10-16T04:03:56.182Z[ recovery-image] Oct 16 04:03:54.691 INFO O| Oct 16 04:03:54.691 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-16T04:03:56.200Z[ recovery-image] Oct 16 04:03:54.712 INFO O| Oct 16 04:03:54.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46322024-10-16T04:03:56.200Z[ recovery-image] Oct 16 04:03:54.712 INFO O| Oct 16 04:03:54.712 INFO STEP 163 (remove_files) COMPLETE
46332024-10-16T04:03:56.202Z[ recovery-image] Oct 16 04:03:54.712 INFO O| Oct 16 04:03:54.712 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-16T04:03:56.232Z[ recovery-image] Oct 16 04:03:54.744 INFO O| Oct 16 04:03:54.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46352024-10-16T04:03:56.232Z[ recovery-image] Oct 16 04:03:54.744 INFO O| Oct 16 04:03:54.744 INFO STEP 164 (remove_files) COMPLETE
46362024-10-16T04:03:56.232Z[ recovery-image] Oct 16 04:03:54.744 INFO O| Oct 16 04:03:54.744 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-16T04:03:56.262Z[ recovery-image] Oct 16 04:03:54.774 INFO O| Oct 16 04:03:54.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46382024-10-16T04:03:56.262Z[ recovery-image] Oct 16 04:03:54.774 INFO O| Oct 16 04:03:54.774 INFO STEP 165 (remove_files) COMPLETE
46392024-10-16T04:03:56.265Z[ recovery-image] Oct 16 04:03:54.774 INFO O| Oct 16 04:03:54.774 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-16T04:03:56.309Z[ recovery-image] Oct 16 04:03:54.821 INFO O| Oct 16 04:03:54.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46412024-10-16T04:03:56.329Z[ recovery-image] Oct 16 04:03:54.841 INFO O| Oct 16 04:03:54.841 INFO STEP 166 (remove_files) COMPLETE
46422024-10-16T04:03:56.329Z[ recovery-image] Oct 16 04:03:54.841 INFO O| Oct 16 04:03:54.841 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-16T04:03:56.368Z[ recovery-image] Oct 16 04:03:54.880 INFO O| Oct 16 04:03:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46442024-10-16T04:03:56.368Z[ recovery-image] Oct 16 04:03:54.880 INFO O| Oct 16 04:03:54.880 INFO STEP 167 (remove_files) COMPLETE
46452024-10-16T04:03:56.368Z[ recovery-image] Oct 16 04:03:54.880 INFO O| Oct 16 04:03:54.880 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-16T04:03:56.393Z[ recovery-image] Oct 16 04:03:54.905 INFO O| Oct 16 04:03:54.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46472024-10-16T04:03:56.393Z[ recovery-image] Oct 16 04:03:54.905 INFO O| Oct 16 04:03:54.905 INFO STEP 168 (remove_files) COMPLETE
46482024-10-16T04:03:56.397Z[ recovery-image] Oct 16 04:03:54.906 INFO O| Oct 16 04:03:54.905 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-16T04:03:56.430Z[ recovery-image] Oct 16 04:03:54.941 INFO O| Oct 16 04:03:54.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46502024-10-16T04:03:56.430Z[ recovery-image] Oct 16 04:03:54.942 INFO O| Oct 16 04:03:54.942 INFO STEP 169 (remove_files) COMPLETE
46512024-10-16T04:03:56.430Z[ recovery-image] Oct 16 04:03:54.942 INFO O| Oct 16 04:03:54.942 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-16T04:03:56.457Z[ recovery-image] Oct 16 04:03:54.969 INFO O| Oct 16 04:03:54.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46532024-10-16T04:03:56.457Z[ recovery-image] Oct 16 04:03:54.969 INFO O| Oct 16 04:03:54.969 INFO STEP 170 (remove_files) COMPLETE
46542024-10-16T04:03:56.460Z[ recovery-image] Oct 16 04:03:54.969 INFO O| Oct 16 04:03:54.969 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-16T04:03:56.494Z[ host-image] Oct 16 04:03:55.006 INFO O| Oct 16 04:03:55.006 INFO O| Planning: Fetching manifests: 6/6 100% complete
46562024-10-16T04:03:56.501Z[ recovery-image] Oct 16 04:03:55.012 INFO O| Oct 16 04:03:55.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46572024-10-16T04:03:56.501Z[ recovery-image] Oct 16 04:03:55.012 INFO O| Oct 16 04:03:55.012 INFO STEP 171 (remove_files) COMPLETE
46582024-10-16T04:03:56.501Z[ recovery-image] Oct 16 04:03:55.012 INFO O| Oct 16 04:03:55.012 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-16T04:03:56.546Z[ recovery-image] Oct 16 04:03:55.058 INFO O| Oct 16 04:03:55.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46602024-10-16T04:03:56.546Z[ recovery-image] Oct 16 04:03:55.058 INFO O| Oct 16 04:03:55.058 INFO STEP 172 (remove_files) COMPLETE
46612024-10-16T04:03:56.546Z[ recovery-image] Oct 16 04:03:55.058 INFO O| Oct 16 04:03:55.058 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-16T04:03:56.559Z[ host-image] Oct 16 04:03:55.070 INFO O| Oct 16 04:03:55.070 INFO O| Planning: Package planning ... Done
46632024-10-16T04:03:56.570Z[ recovery-image] Oct 16 04:03:55.082 INFO O| Oct 16 04:03:55.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46642024-10-16T04:03:56.570Z[ recovery-image] Oct 16 04:03:55.082 INFO O| Oct 16 04:03:55.082 INFO STEP 173 (remove_files) COMPLETE
46652024-10-16T04:03:56.573Z[ recovery-image] Oct 16 04:03:55.082 INFO O| Oct 16 04:03:55.082 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-10-16T04:03:56.595Z[ recovery-image] Oct 16 04:03:55.107 INFO O| Oct 16 04:03:55.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46672024-10-16T04:03:56.595Z[ recovery-image] Oct 16 04:03:55.107 INFO O| Oct 16 04:03:55.107 INFO STEP 174 (remove_files) COMPLETE
46682024-10-16T04:03:56.598Z[ recovery-image] Oct 16 04:03:55.107 INFO O| Oct 16 04:03:55.107 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-10-16T04:03:56.598Z[ host-image] Oct 16 04:03:55.110 INFO O| Oct 16 04:03:55.110 INFO O| Planning: Merging actions ... Done
46702024-10-16T04:03:56.656Z[ recovery-image] Oct 16 04:03:55.168 INFO O| Oct 16 04:03:55.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46712024-10-16T04:03:56.660Z[ recovery-image] Oct 16 04:03:55.168 INFO O| Oct 16 04:03:55.168 INFO STEP 175 (remove_files) COMPLETE
46722024-10-16T04:03:56.660Z[ recovery-image] Oct 16 04:03:55.168 INFO O| Oct 16 04:03:55.168 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-16T04:03:56.681Z[ recovery-image] Oct 16 04:03:55.193 INFO O| Oct 16 04:03:55.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46742024-10-16T04:03:56.684Z[ recovery-image] Oct 16 04:03:55.193 INFO O| Oct 16 04:03:55.193 INFO STEP 176 (remove_files) COMPLETE
46752024-10-16T04:03:56.684Z[ recovery-image] Oct 16 04:03:55.193 INFO O| Oct 16 04:03:55.193 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-16T04:03:56.722Z[ recovery-image] Oct 16 04:03:55.234 INFO O| Oct 16 04:03:55.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46772024-10-16T04:03:56.725Z[ recovery-image] Oct 16 04:03:55.234 INFO O| Oct 16 04:03:55.234 INFO STEP 177 (remove_files) COMPLETE
46782024-10-16T04:03:56.725Z[ recovery-image] Oct 16 04:03:55.234 INFO O| Oct 16 04:03:55.234 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-16T04:03:56.746Z[ recovery-image] Oct 16 04:03:55.258 INFO O| Oct 16 04:03:55.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46802024-10-16T04:03:56.749Z[ recovery-image] Oct 16 04:03:55.258 INFO O| Oct 16 04:03:55.258 INFO STEP 178 (remove_files) COMPLETE
46812024-10-16T04:03:56.749Z[ recovery-image] Oct 16 04:03:55.258 INFO O| Oct 16 04:03:55.258 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-16T04:03:56.798Z[ host-image] Oct 16 04:03:55.310 INFO O| Oct 16 04:03:55.309 INFO O| Planning: Checking for conflicting actions ... Done
46832024-10-16T04:03:56.812Z[ recovery-image] Oct 16 04:03:55.324 INFO O| Oct 16 04:03:55.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46842024-10-16T04:03:56.815Z[ recovery-image] Oct 16 04:03:55.324 INFO O| Oct 16 04:03:55.324 INFO STEP 179 (remove_files) COMPLETE
46852024-10-16T04:03:56.815Z[ recovery-image] Oct 16 04:03:55.325 INFO O| Oct 16 04:03:55.325 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-16T04:03:56.818Z[ host-image] Oct 16 04:03:55.328 INFO O| Oct 16 04:03:55.328 INFO O| Planning: Consolidating action changes ... Done
46872024-10-16T04:03:56.836Z[ recovery-image] Oct 16 04:03:55.348 INFO O| Oct 16 04:03:55.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46882024-10-16T04:03:56.839Z[ recovery-image] Oct 16 04:03:55.348 INFO O| Oct 16 04:03:55.348 INFO STEP 180 (remove_files) COMPLETE
46892024-10-16T04:03:56.840Z[ recovery-image] Oct 16 04:03:55.349 INFO O| Oct 16 04:03:55.348 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-10-16T04:03:56.859Z[ recovery-image] Oct 16 04:03:55.371 INFO O| Oct 16 04:03:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46912024-10-16T04:03:56.861Z[ recovery-image] Oct 16 04:03:55.371 INFO O| Oct 16 04:03:55.371 INFO STEP 181 (remove_files) COMPLETE
46922024-10-16T04:03:56.861Z[ recovery-image] Oct 16 04:03:55.371 INFO O| Oct 16 04:03:55.371 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-10-16T04:03:56.881Z[ recovery-image] Oct 16 04:03:55.393 INFO O| Oct 16 04:03:55.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46942024-10-16T04:03:56.885Z[ recovery-image] Oct 16 04:03:55.394 INFO O| Oct 16 04:03:55.394 INFO STEP 182 (remove_files) COMPLETE
46952024-10-16T04:03:56.885Z[ recovery-image] Oct 16 04:03:55.394 INFO O| Oct 16 04:03:55.394 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-10-16T04:03:56.922Z[ recovery-image] Oct 16 04:03:55.433 INFO O| Oct 16 04:03:55.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46972024-10-16T04:03:56.946Z[ recovery-image] Oct 16 04:03:55.457 INFO O| Oct 16 04:03:55.457 INFO STEP 183 (remove_files) COMPLETE
46982024-10-16T04:03:56.946Z[ recovery-image] Oct 16 04:03:55.457 INFO O| Oct 16 04:03:55.457 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-10-16T04:03:56.979Z[ recovery-image] Oct 16 04:03:55.491 INFO O| Oct 16 04:03:55.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47002024-10-16T04:03:56.979Z[ recovery-image] Oct 16 04:03:55.491 INFO O| Oct 16 04:03:55.491 INFO STEP 184 (remove_files) COMPLETE
47012024-10-16T04:03:56.981Z[ recovery-image] Oct 16 04:03:55.491 INFO O| Oct 16 04:03:55.491 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-10-16T04:03:57.046Z[ recovery-image] Oct 16 04:03:55.557 INFO O| Oct 16 04:03:55.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47032024-10-16T04:03:57.046Z[ recovery-image] Oct 16 04:03:55.557 INFO O| Oct 16 04:03:55.557 INFO STEP 185 (remove_files) COMPLETE
47042024-10-16T04:03:57.046Z[ recovery-image] Oct 16 04:03:55.557 INFO O| Oct 16 04:03:55.557 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-10-16T04:03:57.068Z[ recovery-image] Oct 16 04:03:55.580 INFO O| Oct 16 04:03:55.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47062024-10-16T04:03:57.068Z[ recovery-image] Oct 16 04:03:55.580 INFO O| Oct 16 04:03:55.580 INFO STEP 186 (remove_files) COMPLETE
47072024-10-16T04:03:57.068Z[ recovery-image] Oct 16 04:03:55.580 INFO O| Oct 16 04:03:55.580 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-10-16T04:03:57.113Z[ recovery-image] Oct 16 04:03:55.625 INFO O| Oct 16 04:03:55.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47092024-10-16T04:03:57.113Z[ recovery-image] Oct 16 04:03:55.625 INFO O| Oct 16 04:03:55.625 INFO STEP 187 (remove_files) COMPLETE
47102024-10-16T04:03:57.115Z[ recovery-image] Oct 16 04:03:55.625 INFO O| Oct 16 04:03:55.625 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-10-16T04:03:57.139Z[ recovery-image] Oct 16 04:03:55.651 INFO O| Oct 16 04:03:55.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47122024-10-16T04:03:57.139Z[ recovery-image] Oct 16 04:03:55.651 INFO O| Oct 16 04:03:55.651 INFO STEP 188 (remove_files) COMPLETE
47132024-10-16T04:03:57.142Z[ recovery-image] Oct 16 04:03:55.651 INFO O| Oct 16 04:03:55.651 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-10-16T04:03:57.163Z[ recovery-image] Oct 16 04:03:55.675 INFO O| Oct 16 04:03:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47152024-10-16T04:03:57.163Z[ recovery-image] Oct 16 04:03:55.675 INFO O| Oct 16 04:03:55.675 INFO STEP 189 (remove_files) COMPLETE
47162024-10-16T04:03:57.163Z[ recovery-image] Oct 16 04:03:55.675 INFO O| Oct 16 04:03:55.675 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-10-16T04:03:57.198Z[ recovery-image] Oct 16 04:03:55.710 INFO O| Oct 16 04:03:55.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47182024-10-16T04:03:57.198Z[ recovery-image] Oct 16 04:03:55.710 INFO O| Oct 16 04:03:55.710 INFO STEP 190 (remove_files) COMPLETE
47192024-10-16T04:03:57.201Z[ recovery-image] Oct 16 04:03:55.710 INFO O| Oct 16 04:03:55.710 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-10-16T04:03:57.232Z[ recovery-image] Oct 16 04:03:55.744 INFO O| Oct 16 04:03:55.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47212024-10-16T04:03:57.232Z[ recovery-image] Oct 16 04:03:55.744 INFO O| Oct 16 04:03:55.744 INFO STEP 191 (remove_files) COMPLETE
47222024-10-16T04:03:57.235Z[ recovery-image] Oct 16 04:03:55.744 INFO O| Oct 16 04:03:55.744 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-10-16T04:03:57.262Z[ recovery-image] Oct 16 04:03:55.774 INFO O| Oct 16 04:03:55.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47242024-10-16T04:03:57.262Z[ recovery-image] Oct 16 04:03:55.774 INFO O| Oct 16 04:03:55.774 INFO STEP 192 (remove_files) COMPLETE
47252024-10-16T04:03:57.262Z[ recovery-image] Oct 16 04:03:55.774 INFO O| Oct 16 04:03:55.774 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-10-16T04:03:57.278Z[ host-image] Oct 16 04:03:55.790 INFO O| Oct 16 04:03:55.790 INFO O| Planning: Evaluating mediators ... Done
47272024-10-16T04:03:57.283Z[ host-image] Oct 16 04:03:55.795 INFO O| Oct 16 04:03:55.795 INFO O| Planning: Planning completed in 4.98 seconds
47282024-10-16T04:03:57.286Z[ host-image] Oct 16 04:03:55.798 INFO O| Oct 16 04:03:55.798 INFO O| Packages to install: 6
47292024-10-16T04:03:57.289Z[ host-image] Oct 16 04:03:55.798 INFO O| Oct 16 04:03:55.798 INFO O| Mediators to change: 1
47302024-10-16T04:03:57.291Z[ host-image] Oct 16 04:03:55.798 INFO O| Oct 16 04:03:55.798 INFO O| Services to change: 1
47312024-10-16T04:03:57.301Z[ recovery-image] Oct 16 04:03:55.813 INFO O| Oct 16 04:03:55.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47322024-10-16T04:03:57.301Z[ recovery-image] Oct 16 04:03:55.813 INFO O| Oct 16 04:03:55.813 INFO STEP 193 (remove_files) COMPLETE
47332024-10-16T04:03:57.301Z[ recovery-image] Oct 16 04:03:55.813 INFO O| Oct 16 04:03:55.813 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-16T04:03:57.312Z[ host-image] Oct 16 04:03:55.824 INFO O| Oct 16 04:03:55.824 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
47352024-10-16T04:03:57.339Z[ recovery-image] Oct 16 04:03:55.851 INFO O| Oct 16 04:03:55.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47362024-10-16T04:03:57.342Z[ recovery-image] Oct 16 04:03:55.852 INFO O| Oct 16 04:03:55.852 INFO STEP 194 (remove_files) COMPLETE
47372024-10-16T04:03:57.342Z[ recovery-image] Oct 16 04:03:55.852 INFO O| Oct 16 04:03:55.852 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-10-16T04:03:57.365Z[ recovery-image] Oct 16 04:03:55.876 INFO O| Oct 16 04:03:55.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47392024-10-16T04:03:57.367Z[ recovery-image] Oct 16 04:03:55.877 INFO O| Oct 16 04:03:55.877 INFO STEP 195 (remove_files) COMPLETE
47402024-10-16T04:03:57.367Z[ recovery-image] Oct 16 04:03:55.877 INFO O| Oct 16 04:03:55.877 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-10-16T04:03:57.427Z[ recovery-image] Oct 16 04:03:55.939 INFO O| Oct 16 04:03:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47422024-10-16T04:03:57.427Z[ recovery-image] Oct 16 04:03:55.939 INFO O| Oct 16 04:03:55.939 INFO STEP 196 (remove_files) COMPLETE
47432024-10-16T04:03:57.430Z[ recovery-image] Oct 16 04:03:55.939 INFO O| Oct 16 04:03:55.939 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-10-16T04:03:57.450Z[ recovery-image] Oct 16 04:03:55.961 INFO O| Oct 16 04:03:55.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47452024-10-16T04:03:57.452Z[ recovery-image] Oct 16 04:03:55.962 INFO O| Oct 16 04:03:55.962 INFO STEP 197 (remove_files) COMPLETE
47462024-10-16T04:03:57.453Z[ recovery-image] Oct 16 04:03:55.962 INFO O| Oct 16 04:03:55.962 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-10-16T04:03:57.472Z[ recovery-image] Oct 16 04:03:55.984 INFO O| Oct 16 04:03:55.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47482024-10-16T04:03:57.475Z[ recovery-image] Oct 16 04:03:55.984 INFO O| Oct 16 04:03:55.984 INFO STEP 198 (remove_files) COMPLETE
47492024-10-16T04:03:57.475Z[ recovery-image] Oct 16 04:03:55.985 INFO O| Oct 16 04:03:55.984 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-10-16T04:03:57.496Z[ recovery-image] Oct 16 04:03:56.008 INFO O| Oct 16 04:03:56.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47512024-10-16T04:03:57.499Z[ recovery-image] Oct 16 04:03:56.008 INFO O| Oct 16 04:03:56.008 INFO STEP 199 (remove_files) COMPLETE
47522024-10-16T04:03:57.499Z[ recovery-image] Oct 16 04:03:56.009 INFO O| Oct 16 04:03:56.008 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-10-16T04:03:57.519Z[ recovery-image] Oct 16 04:03:56.031 INFO O| Oct 16 04:03:56.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47542024-10-16T04:03:57.522Z[ recovery-image] Oct 16 04:03:56.031 INFO O| Oct 16 04:03:56.031 INFO STEP 200 (remove_files) COMPLETE
47552024-10-16T04:03:57.522Z[ recovery-image] Oct 16 04:03:56.031 INFO O| Oct 16 04:03:56.031 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-10-16T04:03:57.553Z[ recovery-image] Oct 16 04:03:56.065 INFO O| Oct 16 04:03:56.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47572024-10-16T04:03:57.553Z[ recovery-image] Oct 16 04:03:56.065 INFO O| Oct 16 04:03:56.065 INFO STEP 201 (remove_files) COMPLETE
47582024-10-16T04:03:57.556Z[ recovery-image] Oct 16 04:03:56.065 INFO O| Oct 16 04:03:56.065 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-10-16T04:03:57.587Z[ recovery-image] Oct 16 04:03:56.099 INFO O| Oct 16 04:03:56.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47602024-10-16T04:03:57.587Z[ recovery-image] Oct 16 04:03:56.099 INFO O| Oct 16 04:03:56.099 INFO STEP 202 (remove_files) COMPLETE
47612024-10-16T04:03:57.587Z[ recovery-image] Oct 16 04:03:56.099 INFO O| Oct 16 04:03:56.099 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-10-16T04:03:57.612Z[ recovery-image] Oct 16 04:03:56.124 INFO O| Oct 16 04:03:56.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47632024-10-16T04:03:57.612Z[ recovery-image] Oct 16 04:03:56.124 INFO O| Oct 16 04:03:56.124 INFO STEP 203 (remove_files) COMPLETE
47642024-10-16T04:03:57.618Z[ recovery-image] Oct 16 04:03:56.124 INFO O| Oct 16 04:03:56.124 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-10-16T04:03:57.660Z[ recovery-image] Oct 16 04:03:56.172 INFO O| Oct 16 04:03:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47662024-10-16T04:03:57.660Z[ recovery-image] Oct 16 04:03:56.172 INFO O| Oct 16 04:03:56.172 INFO STEP 204 (remove_files) COMPLETE
47672024-10-16T04:03:57.663Z[ recovery-image] Oct 16 04:03:56.172 INFO O| Oct 16 04:03:56.172 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-10-16T04:03:57.685Z[ recovery-image] Oct 16 04:03:56.197 INFO O| Oct 16 04:03:56.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47692024-10-16T04:03:57.685Z[ recovery-image] Oct 16 04:03:56.197 INFO O| Oct 16 04:03:56.197 INFO STEP 205 (remove_files) COMPLETE
47702024-10-16T04:03:57.685Z[ recovery-image] Oct 16 04:03:56.197 INFO O| Oct 16 04:03:56.197 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-10-16T04:03:57.710Z[ recovery-image] Oct 16 04:03:56.222 INFO O| Oct 16 04:03:56.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47722024-10-16T04:03:57.710Z[ recovery-image] Oct 16 04:03:56.222 INFO O| Oct 16 04:03:56.222 INFO STEP 206 (remove_files) COMPLETE
47732024-10-16T04:03:57.713Z[ recovery-image] Oct 16 04:03:56.222 INFO O| Oct 16 04:03:56.222 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-10-16T04:03:57.735Z[ recovery-image] Oct 16 04:03:56.247 INFO O| Oct 16 04:03:56.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47752024-10-16T04:03:57.735Z[ recovery-image] Oct 16 04:03:56.247 INFO O| Oct 16 04:03:56.247 INFO STEP 207 (remove_files) COMPLETE
47762024-10-16T04:03:57.738Z[ recovery-image] Oct 16 04:03:56.247 INFO O| Oct 16 04:03:56.247 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-10-16T04:03:57.813Z[ recovery-image] Oct 16 04:03:56.324 INFO O| Oct 16 04:03:56.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47782024-10-16T04:03:57.813Z[ recovery-image] Oct 16 04:03:56.324 INFO O| Oct 16 04:03:56.324 INFO STEP 208 (remove_files) COMPLETE
47792024-10-16T04:03:57.813Z[ recovery-image] Oct 16 04:03:56.324 INFO O| Oct 16 04:03:56.324 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-10-16T04:03:57.835Z[ recovery-image] Oct 16 04:03:56.346 INFO O| Oct 16 04:03:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47812024-10-16T04:03:57.835Z[ recovery-image] Oct 16 04:03:56.346 INFO O| Oct 16 04:03:56.346 INFO STEP 209 (remove_files) COMPLETE
47822024-10-16T04:03:57.838Z[ recovery-image] Oct 16 04:03:56.347 INFO O| Oct 16 04:03:56.346 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-10-16T04:03:57.871Z[ recovery-image] Oct 16 04:03:56.382 INFO O| Oct 16 04:03:56.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47842024-10-16T04:03:57.871Z[ recovery-image] Oct 16 04:03:56.383 INFO O| Oct 16 04:03:56.383 INFO STEP 210 (remove_files) COMPLETE
47852024-10-16T04:03:57.871Z[ recovery-image] Oct 16 04:03:56.383 INFO O| Oct 16 04:03:56.383 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-10-16T04:03:57.894Z[ recovery-image] Oct 16 04:03:56.405 INFO O| Oct 16 04:03:56.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47872024-10-16T04:03:57.894Z[ recovery-image] Oct 16 04:03:56.406 INFO O| Oct 16 04:03:56.406 INFO STEP 211 (remove_files) COMPLETE
47882024-10-16T04:03:57.894Z[ recovery-image] Oct 16 04:03:56.406 INFO O| Oct 16 04:03:56.406 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-10-16T04:03:57.916Z[ recovery-image] Oct 16 04:03:56.427 INFO O| Oct 16 04:03:56.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47902024-10-16T04:03:57.916Z[ recovery-image] Oct 16 04:03:56.427 INFO O| Oct 16 04:03:56.427 INFO STEP 212 (remove_files) COMPLETE
47912024-10-16T04:03:57.916Z[ recovery-image] Oct 16 04:03:56.427 INFO O| Oct 16 04:03:56.427 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-10-16T04:03:57.954Z[ recovery-image] Oct 16 04:03:56.466 INFO O| Oct 16 04:03:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47932024-10-16T04:03:57.954Z[ recovery-image] Oct 16 04:03:56.466 INFO O| Oct 16 04:03:56.466 INFO STEP 213 (remove_files) COMPLETE
47942024-10-16T04:03:57.957Z[ recovery-image] Oct 16 04:03:56.466 INFO O| Oct 16 04:03:56.466 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-10-16T04:03:57.977Z[ recovery-image] Oct 16 04:03:56.489 INFO O| Oct 16 04:03:56.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47962024-10-16T04:03:57.977Z[ recovery-image] Oct 16 04:03:56.489 INFO O| Oct 16 04:03:56.489 INFO STEP 214 (remove_files) COMPLETE
47972024-10-16T04:03:57.977Z[ recovery-image] Oct 16 04:03:56.489 INFO O| Oct 16 04:03:56.489 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-10-16T04:03:57.999Z[ recovery-image] Oct 16 04:03:56.511 INFO O| Oct 16 04:03:56.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47992024-10-16T04:03:57.999Z[ recovery-image] Oct 16 04:03:56.511 INFO O| Oct 16 04:03:56.511 INFO STEP 215 (remove_files) COMPLETE
48002024-10-16T04:03:57.999Z[ recovery-image] Oct 16 04:03:56.511 INFO O| Oct 16 04:03:56.511 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-10-16T04:03:58.022Z[ recovery-image] Oct 16 04:03:56.533 INFO O| Oct 16 04:03:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48022024-10-16T04:03:58.022Z[ recovery-image] Oct 16 04:03:56.533 INFO O| Oct 16 04:03:56.533 INFO STEP 216 (remove_files) COMPLETE
48032024-10-16T04:03:58.022Z[ recovery-image] Oct 16 04:03:56.533 INFO O| Oct 16 04:03:56.533 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-10-16T04:03:58.046Z[ recovery-image] Oct 16 04:03:56.558 INFO O| Oct 16 04:03:56.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48052024-10-16T04:03:58.046Z[ recovery-image] Oct 16 04:03:56.558 INFO O| Oct 16 04:03:56.558 INFO STEP 217 (remove_files) COMPLETE
48062024-10-16T04:03:58.046Z[ recovery-image] Oct 16 04:03:56.558 INFO O| Oct 16 04:03:56.558 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-10-16T04:03:58.071Z[ recovery-image] Oct 16 04:03:56.583 INFO O| Oct 16 04:03:56.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48082024-10-16T04:03:58.071Z[ recovery-image] Oct 16 04:03:56.583 INFO O| Oct 16 04:03:56.583 INFO STEP 218 (remove_files) COMPLETE
48092024-10-16T04:03:58.074Z[ recovery-image] Oct 16 04:03:56.583 INFO O| Oct 16 04:03:56.583 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-10-16T04:03:58.097Z[ recovery-image] Oct 16 04:03:56.608 INFO O| Oct 16 04:03:56.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48112024-10-16T04:03:58.097Z[ recovery-image] Oct 16 04:03:56.609 INFO O| Oct 16 04:03:56.609 INFO STEP 219 (remove_files) COMPLETE
48122024-10-16T04:03:58.097Z[ recovery-image] Oct 16 04:03:56.609 INFO O| Oct 16 04:03:56.609 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-10-16T04:03:58.122Z[ recovery-image] Oct 16 04:03:56.634 INFO O| Oct 16 04:03:56.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48142024-10-16T04:03:58.122Z[ recovery-image] Oct 16 04:03:56.634 INFO O| Oct 16 04:03:56.634 INFO STEP 220 (remove_files) COMPLETE
48152024-10-16T04:03:58.126Z[ recovery-image] Oct 16 04:03:56.634 INFO O| Oct 16 04:03:56.634 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-10-16T04:03:58.163Z[ recovery-image] Oct 16 04:03:56.675 INFO O| Oct 16 04:03:56.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48172024-10-16T04:03:58.164Z[ recovery-image] Oct 16 04:03:56.675 INFO O| Oct 16 04:03:56.675 INFO STEP 221 (remove_files) COMPLETE
48182024-10-16T04:03:58.166Z[ recovery-image] Oct 16 04:03:56.675 INFO O| Oct 16 04:03:56.675 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-10-16T04:03:58.231Z[ recovery-image] Oct 16 04:03:56.743 INFO O| Oct 16 04:03:56.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48202024-10-16T04:03:58.231Z[ recovery-image] Oct 16 04:03:56.743 INFO O| Oct 16 04:03:56.743 INFO STEP 222 (remove_files) COMPLETE
48212024-10-16T04:03:58.231Z[ recovery-image] Oct 16 04:03:56.743 INFO O| Oct 16 04:03:56.743 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-10-16T04:03:58.254Z[ recovery-image] Oct 16 04:03:56.766 INFO O| Oct 16 04:03:56.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48232024-10-16T04:03:58.254Z[ recovery-image] Oct 16 04:03:56.766 INFO O| Oct 16 04:03:56.766 INFO STEP 223 (remove_files) COMPLETE
48242024-10-16T04:03:58.254Z[ recovery-image] Oct 16 04:03:56.766 INFO O| Oct 16 04:03:56.766 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-10-16T04:03:58.293Z[ recovery-image] Oct 16 04:03:56.805 INFO O| Oct 16 04:03:56.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48262024-10-16T04:03:58.293Z[ recovery-image] Oct 16 04:03:56.805 INFO O| Oct 16 04:03:56.805 INFO STEP 224 (remove_files) COMPLETE
48272024-10-16T04:03:58.296Z[ recovery-image] Oct 16 04:03:56.805 INFO O| Oct 16 04:03:56.805 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-10-16T04:03:58.319Z[ recovery-image] Oct 16 04:03:56.831 INFO O| Oct 16 04:03:56.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48292024-10-16T04:03:58.322Z[ recovery-image] Oct 16 04:03:56.831 INFO O| Oct 16 04:03:56.831 INFO STEP 225 (remove_files) COMPLETE
48302024-10-16T04:03:58.322Z[ recovery-image] Oct 16 04:03:56.831 INFO O| Oct 16 04:03:56.831 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-10-16T04:03:58.350Z[ recovery-image] Oct 16 04:03:56.862 INFO O| Oct 16 04:03:56.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48322024-10-16T04:03:58.350Z[ recovery-image] Oct 16 04:03:56.862 INFO O| Oct 16 04:03:56.862 INFO STEP 226 (remove_files) COMPLETE
48332024-10-16T04:03:58.350Z[ recovery-image] Oct 16 04:03:56.862 INFO O| Oct 16 04:03:56.862 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-10-16T04:03:58.376Z[ recovery-image] Oct 16 04:03:56.888 INFO O| Oct 16 04:03:56.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48352024-10-16T04:03:58.377Z[ recovery-image] Oct 16 04:03:56.888 INFO O| Oct 16 04:03:56.888 INFO STEP 227 (remove_files) COMPLETE
48362024-10-16T04:03:58.380Z[ recovery-image] Oct 16 04:03:56.888 INFO O| Oct 16 04:03:56.888 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-10-16T04:03:58.418Z[ recovery-image] Oct 16 04:03:56.929 INFO O| Oct 16 04:03:56.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48382024-10-16T04:03:58.420Z[ recovery-image] Oct 16 04:03:56.930 INFO O| Oct 16 04:03:56.930 INFO STEP 228 (remove_files) COMPLETE
48392024-10-16T04:03:58.420Z[ recovery-image] Oct 16 04:03:56.930 INFO O| Oct 16 04:03:56.930 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-10-16T04:03:58.520Z[ recovery-image] Oct 16 04:03:57.032 INFO O| Oct 16 04:03:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48412024-10-16T04:03:58.523Z[ recovery-image] Oct 16 04:03:57.032 INFO O| Oct 16 04:03:57.032 INFO STEP 229 (remove_files) COMPLETE
48422024-10-16T04:03:58.523Z[ recovery-image] Oct 16 04:03:57.033 INFO O| Oct 16 04:03:57.032 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-10-16T04:03:58.545Z[ recovery-image] Oct 16 04:03:57.056 INFO O| Oct 16 04:03:57.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48442024-10-16T04:03:58.545Z[ recovery-image] Oct 16 04:03:57.057 INFO O| Oct 16 04:03:57.057 INFO STEP 230 (remove_files) COMPLETE
48452024-10-16T04:03:58.545Z[ recovery-image] Oct 16 04:03:57.057 INFO O| Oct 16 04:03:57.057 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-10-16T04:03:58.569Z[ recovery-image] Oct 16 04:03:57.081 INFO O| Oct 16 04:03:57.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48472024-10-16T04:03:58.569Z[ recovery-image] Oct 16 04:03:57.081 INFO O| Oct 16 04:03:57.081 INFO STEP 231 (remove_files) COMPLETE
48482024-10-16T04:03:58.570Z[ recovery-image] Oct 16 04:03:57.081 INFO O| Oct 16 04:03:57.081 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-10-16T04:03:58.615Z[ recovery-image] Oct 16 04:03:57.105 INFO O| Oct 16 04:03:57.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48502024-10-16T04:03:58.615Z[ recovery-image] Oct 16 04:03:57.105 INFO O| Oct 16 04:03:57.105 INFO STEP 232 (remove_files) COMPLETE
48512024-10-16T04:03:58.615Z[ recovery-image] Oct 16 04:03:57.105 INFO O| Oct 16 04:03:57.105 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-10-16T04:03:58.620Z[ recovery-image] Oct 16 04:03:57.128 INFO O| Oct 16 04:03:57.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48532024-10-16T04:03:58.620Z[ recovery-image] Oct 16 04:03:57.128 INFO O| Oct 16 04:03:57.128 INFO STEP 233 (remove_files) COMPLETE
48542024-10-16T04:03:58.620Z[ recovery-image] Oct 16 04:03:57.129 INFO O| Oct 16 04:03:57.128 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-10-16T04:03:58.644Z[ recovery-image] Oct 16 04:03:57.154 INFO O| Oct 16 04:03:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48562024-10-16T04:03:58.644Z[ recovery-image] Oct 16 04:03:57.155 INFO O| Oct 16 04:03:57.155 INFO STEP 234 (remove_files) COMPLETE
48572024-10-16T04:03:58.644Z[ recovery-image] Oct 16 04:03:57.155 INFO O| Oct 16 04:03:57.155 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-10-16T04:03:58.669Z[ recovery-image] Oct 16 04:03:57.181 INFO O| Oct 16 04:03:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48592024-10-16T04:03:58.672Z[ recovery-image] Oct 16 04:03:57.181 INFO O| Oct 16 04:03:57.181 INFO STEP 235 (remove_files) COMPLETE
48602024-10-16T04:03:58.672Z[ recovery-image] Oct 16 04:03:57.182 INFO O| Oct 16 04:03:57.182 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-10-16T04:03:58.696Z[ recovery-image] Oct 16 04:03:57.207 INFO O| Oct 16 04:03:57.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48622024-10-16T04:03:58.696Z[ recovery-image] Oct 16 04:03:57.208 INFO O| Oct 16 04:03:57.207 INFO STEP 236 (remove_files) COMPLETE
48632024-10-16T04:03:58.696Z[ recovery-image] Oct 16 04:03:57.208 INFO O| Oct 16 04:03:57.208 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-10-16T04:03:58.721Z[ recovery-image] Oct 16 04:03:57.233 INFO O| Oct 16 04:03:57.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48652024-10-16T04:03:58.724Z[ recovery-image] Oct 16 04:03:57.233 INFO O| Oct 16 04:03:57.233 INFO STEP 237 (remove_files) COMPLETE
48662024-10-16T04:03:58.724Z[ recovery-image] Oct 16 04:03:57.233 INFO O| Oct 16 04:03:57.233 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-10-16T04:03:58.801Z[ recovery-image] Oct 16 04:03:57.312 INFO O| Oct 16 04:03:57.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48682024-10-16T04:03:58.801Z[ recovery-image] Oct 16 04:03:57.312 INFO O| Oct 16 04:03:57.312 INFO STEP 238 (remove_files) COMPLETE
48692024-10-16T04:03:58.803Z[ recovery-image] Oct 16 04:03:57.312 INFO O| Oct 16 04:03:57.312 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-10-16T04:03:58.823Z[ recovery-image] Oct 16 04:03:57.335 INFO O| Oct 16 04:03:57.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48712024-10-16T04:03:58.823Z[ recovery-image] Oct 16 04:03:57.335 INFO O| Oct 16 04:03:57.335 INFO STEP 239 (remove_files) COMPLETE
48722024-10-16T04:03:58.826Z[ recovery-image] Oct 16 04:03:57.335 INFO O| Oct 16 04:03:57.335 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-10-16T04:03:58.848Z[ recovery-image] Oct 16 04:03:57.360 INFO O| Oct 16 04:03:57.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48742024-10-16T04:03:58.848Z[ recovery-image] Oct 16 04:03:57.360 INFO O| Oct 16 04:03:57.360 INFO STEP 240 (remove_files) COMPLETE
48752024-10-16T04:03:58.848Z[ recovery-image] Oct 16 04:03:57.360 INFO O| Oct 16 04:03:57.360 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-10-16T04:03:58.868Z[ recovery-image] Oct 16 04:03:57.380 INFO O| Oct 16 04:03:57.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48772024-10-16T04:03:58.868Z[ recovery-image] Oct 16 04:03:57.380 INFO O| Oct 16 04:03:57.380 INFO STEP 241 (remove_files) COMPLETE
48782024-10-16T04:03:58.871Z[ recovery-image] Oct 16 04:03:57.380 INFO O| Oct 16 04:03:57.380 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-10-16T04:03:58.893Z[ recovery-image] Oct 16 04:03:57.404 INFO O| Oct 16 04:03:57.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48802024-10-16T04:03:58.895Z[ recovery-image] Oct 16 04:03:57.405 INFO O| Oct 16 04:03:57.404 INFO STEP 242 (remove_files) COMPLETE
48812024-10-16T04:03:58.895Z[ recovery-image] Oct 16 04:03:57.405 INFO O| Oct 16 04:03:57.405 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-10-16T04:03:58.916Z[ recovery-image] Oct 16 04:03:57.428 INFO O| Oct 16 04:03:57.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48832024-10-16T04:03:58.919Z[ recovery-image] Oct 16 04:03:57.428 INFO O| Oct 16 04:03:57.428 INFO STEP 243 (remove_files) COMPLETE
48842024-10-16T04:03:58.919Z[ recovery-image] Oct 16 04:03:57.429 INFO O| Oct 16 04:03:57.428 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-10-16T04:03:58.995Z[ recovery-image] Oct 16 04:03:57.494 INFO O| Oct 16 04:03:57.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48862024-10-16T04:03:58.995Z[ recovery-image] Oct 16 04:03:57.494 INFO O| Oct 16 04:03:57.491 INFO STEP 244 (remove_files) COMPLETE
48872024-10-16T04:03:58.998Z[ recovery-image] Oct 16 04:03:57.494 INFO O| Oct 16 04:03:57.491 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-10-16T04:03:59.002Z[ recovery-image] Oct 16 04:03:57.512 INFO O| Oct 16 04:03:57.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48892024-10-16T04:03:59.002Z[ recovery-image] Oct 16 04:03:57.512 INFO O| Oct 16 04:03:57.512 INFO STEP 245 (remove_files) COMPLETE
48902024-10-16T04:03:59.005Z[ recovery-image] Oct 16 04:03:57.512 INFO O| Oct 16 04:03:57.512 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-10-16T04:03:59.029Z[ recovery-image] Oct 16 04:03:57.541 INFO O| Oct 16 04:03:57.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48922024-10-16T04:03:59.032Z[ recovery-image] Oct 16 04:03:57.541 INFO O| Oct 16 04:03:57.541 INFO STEP 246 (remove_files) COMPLETE
48932024-10-16T04:03:59.032Z[ recovery-image] Oct 16 04:03:57.541 INFO O| Oct 16 04:03:57.541 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-10-16T04:03:59.072Z[ recovery-image] Oct 16 04:03:57.583 INFO O| Oct 16 04:03:57.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48952024-10-16T04:03:59.072Z[ recovery-image] Oct 16 04:03:57.583 INFO O| Oct 16 04:03:57.583 INFO STEP 247 (remove_files) COMPLETE
48962024-10-16T04:03:59.072Z[ recovery-image] Oct 16 04:03:57.583 INFO O| Oct 16 04:03:57.583 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-10-16T04:03:59.150Z[ recovery-image] Oct 16 04:03:57.662 INFO O| Oct 16 04:03:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48982024-10-16T04:03:59.153Z[ recovery-image] Oct 16 04:03:57.662 INFO O| Oct 16 04:03:57.662 INFO STEP 248 (remove_files) COMPLETE
48992024-10-16T04:03:59.153Z[ recovery-image] Oct 16 04:03:57.662 INFO O| Oct 16 04:03:57.662 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-10-16T04:03:59.176Z[ recovery-image] Oct 16 04:03:57.688 INFO O| Oct 16 04:03:57.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49012024-10-16T04:03:59.179Z[ recovery-image] Oct 16 04:03:57.688 INFO O| Oct 16 04:03:57.688 INFO STEP 249 (remove_files) COMPLETE
49022024-10-16T04:03:59.179Z[ recovery-image] Oct 16 04:03:57.688 INFO O| Oct 16 04:03:57.688 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-10-16T04:03:59.231Z[ recovery-image] Oct 16 04:03:57.742 INFO O| Oct 16 04:03:57.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49042024-10-16T04:03:59.231Z[ recovery-image] Oct 16 04:03:57.743 INFO O| Oct 16 04:03:57.743 INFO STEP 250 (remove_files) COMPLETE
49052024-10-16T04:03:59.231Z[ recovery-image] Oct 16 04:03:57.743 INFO O| Oct 16 04:03:57.743 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-10-16T04:03:59.292Z[ recovery-image] Oct 16 04:03:57.803 INFO O| Oct 16 04:03:57.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49072024-10-16T04:03:59.292Z[ recovery-image] Oct 16 04:03:57.803 INFO O| Oct 16 04:03:57.803 INFO STEP 251 (remove_files) COMPLETE
49082024-10-16T04:03:59.294Z[ recovery-image] Oct 16 04:03:57.804 INFO O| Oct 16 04:03:57.803 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-16T04:03:59.328Z[ recovery-image] Oct 16 04:03:57.839 INFO O| Oct 16 04:03:57.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49102024-10-16T04:03:59.328Z[ recovery-image] Oct 16 04:03:57.839 INFO O| Oct 16 04:03:57.839 INFO STEP 252 (remove_files) COMPLETE
49112024-10-16T04:03:59.328Z[ recovery-image] Oct 16 04:03:57.839 INFO O| Oct 16 04:03:57.839 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-16T04:03:59.349Z[ recovery-image] Oct 16 04:03:57.860 INFO O| Oct 16 04:03:57.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49132024-10-16T04:03:59.349Z[ recovery-image] Oct 16 04:03:57.860 INFO O| Oct 16 04:03:57.860 INFO STEP 253 (remove_files) COMPLETE
49142024-10-16T04:03:59.349Z[ recovery-image] Oct 16 04:03:57.861 INFO O| Oct 16 04:03:57.860 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-16T04:03:59.369Z[ recovery-image] Oct 16 04:03:57.881 INFO O| Oct 16 04:03:57.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49162024-10-16T04:03:59.369Z[ recovery-image] Oct 16 04:03:57.881 INFO O| Oct 16 04:03:57.881 INFO STEP 254 (remove_files) COMPLETE
49172024-10-16T04:03:59.369Z[ recovery-image] Oct 16 04:03:57.881 INFO O| Oct 16 04:03:57.881 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-16T04:03:59.389Z[ recovery-image] Oct 16 04:03:57.900 INFO O| Oct 16 04:03:57.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49192024-10-16T04:03:59.389Z[ recovery-image] Oct 16 04:03:57.901 INFO O| Oct 16 04:03:57.901 INFO STEP 255 (remove_files) COMPLETE
49202024-10-16T04:03:59.389Z[ recovery-image] Oct 16 04:03:57.901 INFO O| Oct 16 04:03:57.901 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-16T04:03:59.407Z[ recovery-image] Oct 16 04:03:57.919 INFO O| Oct 16 04:03:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49222024-10-16T04:03:59.407Z[ recovery-image] Oct 16 04:03:57.919 INFO O| Oct 16 04:03:57.919 INFO STEP 256 (remove_files) COMPLETE
49232024-10-16T04:03:59.410Z[ recovery-image] Oct 16 04:03:57.919 INFO O| Oct 16 04:03:57.919 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-16T04:03:59.425Z[ recovery-image] Oct 16 04:03:57.937 INFO O| Oct 16 04:03:57.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49252024-10-16T04:03:59.428Z[ recovery-image] Oct 16 04:03:57.937 INFO O| Oct 16 04:03:57.937 INFO STEP 257 (remove_files) COMPLETE
49262024-10-16T04:03:59.428Z[ recovery-image] Oct 16 04:03:57.937 INFO O| Oct 16 04:03:57.937 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-16T04:03:59.446Z[ recovery-image] Oct 16 04:03:57.958 INFO O| Oct 16 04:03:57.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49282024-10-16T04:03:59.446Z[ recovery-image] Oct 16 04:03:57.958 INFO O| Oct 16 04:03:57.958 INFO STEP 258 (remove_files) COMPLETE
49292024-10-16T04:03:59.446Z[ recovery-image] Oct 16 04:03:57.958 INFO O| Oct 16 04:03:57.958 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-16T04:03:59.467Z[ recovery-image] Oct 16 04:03:57.979 INFO O| Oct 16 04:03:57.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49312024-10-16T04:03:59.467Z[ recovery-image] Oct 16 04:03:57.979 INFO O| Oct 16 04:03:57.979 INFO STEP 259 (remove_files) COMPLETE
49322024-10-16T04:03:59.470Z[ recovery-image] Oct 16 04:03:57.979 INFO O| Oct 16 04:03:57.979 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-16T04:03:59.578Z[ recovery-image] Oct 16 04:03:58.089 INFO O| Oct 16 04:03:58.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49342024-10-16T04:03:59.578Z[ recovery-image] Oct 16 04:03:58.089 INFO O| Oct 16 04:03:58.089 INFO STEP 260 (remove_files) COMPLETE
49352024-10-16T04:03:59.580Z[ recovery-image] Oct 16 04:03:58.089 INFO O| Oct 16 04:03:58.089 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-16T04:03:59.599Z[ recovery-image] Oct 16 04:03:58.111 INFO O| Oct 16 04:03:58.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49372024-10-16T04:03:59.602Z[ recovery-image] Oct 16 04:03:58.111 INFO O| Oct 16 04:03:58.111 INFO STEP 261 (remove_files) COMPLETE
49382024-10-16T04:03:59.602Z[ recovery-image] Oct 16 04:03:58.111 INFO O| Oct 16 04:03:58.111 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-16T04:03:59.622Z[ recovery-image] Oct 16 04:03:58.134 INFO O| Oct 16 04:03:58.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49402024-10-16T04:03:59.622Z[ recovery-image] Oct 16 04:03:58.134 INFO O| Oct 16 04:03:58.134 INFO STEP 262 (remove_files) COMPLETE
49412024-10-16T04:03:59.623Z[ recovery-image] Oct 16 04:03:58.134 INFO O| Oct 16 04:03:58.134 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-16T04:03:59.646Z[ recovery-image] Oct 16 04:03:58.157 INFO O| Oct 16 04:03:58.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49432024-10-16T04:03:59.646Z[ recovery-image] Oct 16 04:03:58.157 INFO O| Oct 16 04:03:58.157 INFO STEP 263 (remove_files) COMPLETE
49442024-10-16T04:03:59.646Z[ recovery-image] Oct 16 04:03:58.157 INFO O| Oct 16 04:03:58.157 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-16T04:03:59.670Z[ recovery-image] Oct 16 04:03:58.181 INFO O| Oct 16 04:03:58.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49462024-10-16T04:03:59.686Z[ recovery-image] Oct 16 04:03:58.198 INFO O| Oct 16 04:03:58.198 INFO STEP 264 (remove_files) COMPLETE
49472024-10-16T04:03:59.687Z[ recovery-image] Oct 16 04:03:58.198 INFO O| Oct 16 04:03:58.198 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-16T04:03:59.709Z[ recovery-image] Oct 16 04:03:58.221 INFO O| Oct 16 04:03:58.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49492024-10-16T04:03:59.709Z[ recovery-image] Oct 16 04:03:58.221 INFO O| Oct 16 04:03:58.221 INFO STEP 265 (remove_files) COMPLETE
49502024-10-16T04:03:59.709Z[ recovery-image] Oct 16 04:03:58.221 INFO O| Oct 16 04:03:58.221 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-16T04:03:59.732Z[ recovery-image] Oct 16 04:03:58.243 INFO O| Oct 16 04:03:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49522024-10-16T04:03:59.732Z[ recovery-image] Oct 16 04:03:58.243 INFO O| Oct 16 04:03:58.243 INFO STEP 266 (remove_files) COMPLETE
49532024-10-16T04:03:59.732Z[ recovery-image] Oct 16 04:03:58.243 INFO O| Oct 16 04:03:58.243 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-16T04:03:59.768Z[ recovery-image] Oct 16 04:03:58.280 INFO O| Oct 16 04:03:58.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49552024-10-16T04:03:59.771Z[ recovery-image] Oct 16 04:03:58.280 INFO O| Oct 16 04:03:58.280 INFO STEP 267 (remove_files) COMPLETE
49562024-10-16T04:03:59.771Z[ recovery-image] Oct 16 04:03:58.280 INFO O| Oct 16 04:03:58.280 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-16T04:03:59.792Z[ recovery-image] Oct 16 04:03:58.304 INFO O| Oct 16 04:03:58.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49582024-10-16T04:03:59.795Z[ recovery-image] Oct 16 04:03:58.304 INFO O| Oct 16 04:03:58.304 INFO STEP 268 (remove_files) COMPLETE
49592024-10-16T04:03:59.795Z[ recovery-image] Oct 16 04:03:58.304 INFO O| Oct 16 04:03:58.304 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-16T04:03:59.814Z[ recovery-image] Oct 16 04:03:58.326 INFO O| Oct 16 04:03:58.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49612024-10-16T04:03:59.817Z[ recovery-image] Oct 16 04:03:58.326 INFO O| Oct 16 04:03:58.326 INFO STEP 269 (remove_files) COMPLETE
49622024-10-16T04:03:59.817Z[ recovery-image] Oct 16 04:03:58.326 INFO O| Oct 16 04:03:58.326 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-10-16T04:03:59.836Z[ recovery-image] Oct 16 04:03:58.347 INFO O| Oct 16 04:03:58.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49642024-10-16T04:03:59.839Z[ recovery-image] Oct 16 04:03:58.348 INFO O| Oct 16 04:03:58.348 INFO STEP 270 (remove_files) COMPLETE
49652024-10-16T04:03:59.839Z[ recovery-image] Oct 16 04:03:58.348 INFO O| Oct 16 04:03:58.348 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-10-16T04:03:59.865Z[ recovery-image] Oct 16 04:03:58.376 INFO O| Oct 16 04:03:58.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49672024-10-16T04:03:59.865Z[ recovery-image] Oct 16 04:03:58.376 INFO O| Oct 16 04:03:58.376 INFO STEP 271 (remove_files) COMPLETE
49682024-10-16T04:03:59.866Z[ recovery-image] Oct 16 04:03:58.376 INFO O| Oct 16 04:03:58.376 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-10-16T04:03:59.897Z[ recovery-image] Oct 16 04:03:58.409 INFO O| Oct 16 04:03:58.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49702024-10-16T04:03:59.897Z[ recovery-image] Oct 16 04:03:58.409 INFO O| Oct 16 04:03:58.409 INFO STEP 272 (remove_files) COMPLETE
49712024-10-16T04:03:59.900Z[ recovery-image] Oct 16 04:03:58.409 INFO O| Oct 16 04:03:58.409 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-10-16T04:03:59.918Z[ recovery-image] Oct 16 04:03:58.430 INFO O| Oct 16 04:03:58.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49732024-10-16T04:03:59.918Z[ recovery-image] Oct 16 04:03:58.430 INFO O| Oct 16 04:03:58.430 INFO STEP 273 (remove_files) COMPLETE
49742024-10-16T04:03:59.918Z[ recovery-image] Oct 16 04:03:58.430 INFO O| Oct 16 04:03:58.430 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-10-16T04:03:59.938Z[ recovery-image] Oct 16 04:03:58.450 INFO O| Oct 16 04:03:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49762024-10-16T04:03:59.938Z[ recovery-image] Oct 16 04:03:58.450 INFO O| Oct 16 04:03:58.450 INFO STEP 274 (remove_files) COMPLETE
49772024-10-16T04:03:59.938Z[ recovery-image] Oct 16 04:03:58.450 INFO O| Oct 16 04:03:58.450 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-10-16T04:03:59.959Z[ recovery-image] Oct 16 04:03:58.470 INFO O| Oct 16 04:03:58.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49792024-10-16T04:03:59.959Z[ recovery-image] Oct 16 04:03:58.470 INFO O| Oct 16 04:03:58.470 INFO STEP 275 (remove_files) COMPLETE
49802024-10-16T04:03:59.959Z[ recovery-image] Oct 16 04:03:58.470 INFO O| Oct 16 04:03:58.470 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-10-16T04:03:59.999Z[ recovery-image] Oct 16 04:03:58.511 INFO O| Oct 16 04:03:58.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49822024-10-16T04:03:59.999Z[ recovery-image] Oct 16 04:03:58.511 INFO O| Oct 16 04:03:58.511 INFO STEP 276 (remove_files) COMPLETE
49832024-10-16T04:03:59.999Z[ recovery-image] Oct 16 04:03:58.511 INFO O| Oct 16 04:03:58.511 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-10-16T04:04:00.024Z[ recovery-image] Oct 16 04:03:58.535 INFO O| Oct 16 04:03:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49852024-10-16T04:04:00.024Z[ recovery-image] Oct 16 04:03:58.535 INFO O| Oct 16 04:03:58.535 INFO STEP 277 (remove_files) COMPLETE
49862024-10-16T04:04:00.024Z[ recovery-image] Oct 16 04:03:58.535 INFO O| Oct 16 04:03:58.535 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-10-16T04:04:00.047Z[ recovery-image] Oct 16 04:03:58.559 INFO O| Oct 16 04:03:58.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49882024-10-16T04:04:00.047Z[ recovery-image] Oct 16 04:03:58.559 INFO O| Oct 16 04:03:58.559 INFO STEP 278 (remove_files) COMPLETE
49892024-10-16T04:04:00.047Z[ recovery-image] Oct 16 04:03:58.559 INFO O| Oct 16 04:03:58.559 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-10-16T04:04:00.071Z[ recovery-image] Oct 16 04:03:58.583 INFO O| Oct 16 04:03:58.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49912024-10-16T04:04:00.071Z[ recovery-image] Oct 16 04:03:58.583 INFO O| Oct 16 04:03:58.583 INFO STEP 279 (remove_files) COMPLETE
49922024-10-16T04:04:00.071Z[ recovery-image] Oct 16 04:03:58.583 INFO O| Oct 16 04:03:58.583 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-10-16T04:04:00.096Z[ recovery-image] Oct 16 04:03:58.608 INFO O| Oct 16 04:03:58.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49942024-10-16T04:04:00.096Z[ recovery-image] Oct 16 04:03:58.608 INFO O| Oct 16 04:03:58.608 INFO STEP 280 (remove_files) COMPLETE
49952024-10-16T04:04:00.096Z[ recovery-image] Oct 16 04:03:58.608 INFO O| Oct 16 04:03:58.608 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-10-16T04:04:00.122Z[ recovery-image] Oct 16 04:03:58.634 INFO O| Oct 16 04:03:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49972024-10-16T04:04:00.122Z[ recovery-image] Oct 16 04:03:58.634 INFO O| Oct 16 04:03:58.634 INFO STEP 281 (remove_files) COMPLETE
49982024-10-16T04:04:00.125Z[ recovery-image] Oct 16 04:03:58.634 INFO O| Oct 16 04:03:58.634 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-16T04:04:00.153Z[ recovery-image] Oct 16 04:03:58.664 INFO O| Oct 16 04:03:58.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50002024-10-16T04:04:00.153Z[ recovery-image] Oct 16 04:03:58.664 INFO O| Oct 16 04:03:58.664 INFO STEP 282 (remove_files) COMPLETE
50012024-10-16T04:04:00.155Z[ recovery-image] Oct 16 04:03:58.664 INFO O| Oct 16 04:03:58.664 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-10-16T04:04:00.178Z[ recovery-image] Oct 16 04:03:58.690 INFO O| Oct 16 04:03:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50032024-10-16T04:04:00.178Z[ recovery-image] Oct 16 04:03:58.690 INFO O| Oct 16 04:03:58.690 INFO STEP 283 (remove_files) COMPLETE
50042024-10-16T04:04:00.179Z[ recovery-image] Oct 16 04:03:58.690 INFO O| Oct 16 04:03:58.690 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-16T04:04:00.204Z[ recovery-image] Oct 16 04:03:58.716 INFO O| Oct 16 04:03:58.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50062024-10-16T04:04:00.205Z[ recovery-image] Oct 16 04:03:58.716 INFO O| Oct 16 04:03:58.716 INFO STEP 284 (remove_files) COMPLETE
50072024-10-16T04:04:00.205Z[ recovery-image] Oct 16 04:03:58.716 INFO O| Oct 16 04:03:58.716 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-10-16T04:04:00.228Z[ recovery-image] Oct 16 04:03:58.740 INFO O| Oct 16 04:03:58.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50092024-10-16T04:04:00.228Z[ recovery-image] Oct 16 04:03:58.740 INFO O| Oct 16 04:03:58.740 INFO STEP 285 (remove_files) COMPLETE
50102024-10-16T04:04:00.228Z[ recovery-image] Oct 16 04:03:58.740 INFO O| Oct 16 04:03:58.740 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-10-16T04:04:00.255Z[ recovery-image] Oct 16 04:03:58.766 INFO O| Oct 16 04:03:58.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50122024-10-16T04:04:00.255Z[ recovery-image] Oct 16 04:03:58.766 INFO O| Oct 16 04:03:58.766 INFO STEP 286 (remove_files) COMPLETE
50132024-10-16T04:04:00.258Z[ recovery-image] Oct 16 04:03:58.766 INFO O| Oct 16 04:03:58.766 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-10-16T04:04:00.299Z[ recovery-image] Oct 16 04:03:58.810 INFO O| Oct 16 04:03:58.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50152024-10-16T04:04:00.302Z[ recovery-image] Oct 16 04:03:58.811 INFO O| Oct 16 04:03:58.810 INFO STEP 287 (remove_files) COMPLETE
50162024-10-16T04:04:00.302Z[ recovery-image] Oct 16 04:03:58.811 INFO O| Oct 16 04:03:58.811 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-10-16T04:04:00.324Z[ recovery-image] Oct 16 04:03:58.836 INFO O| Oct 16 04:03:58.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50182024-10-16T04:04:00.324Z[ recovery-image] Oct 16 04:03:58.836 INFO O| Oct 16 04:03:58.836 INFO STEP 288 (remove_files) COMPLETE
50192024-10-16T04:04:00.327Z[ recovery-image] Oct 16 04:03:58.836 INFO O| Oct 16 04:03:58.836 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-10-16T04:04:00.348Z[ recovery-image] Oct 16 04:03:58.859 INFO O| Oct 16 04:03:58.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50212024-10-16T04:04:00.348Z[ recovery-image] Oct 16 04:03:58.859 INFO O| Oct 16 04:03:58.859 INFO STEP 289 (remove_files) COMPLETE
50222024-10-16T04:04:00.348Z[ recovery-image] Oct 16 04:03:58.859 INFO O| Oct 16 04:03:58.859 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-10-16T04:04:00.373Z[ recovery-image] Oct 16 04:03:58.884 INFO O| Oct 16 04:03:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50242024-10-16T04:04:00.373Z[ recovery-image] Oct 16 04:03:58.884 INFO O| Oct 16 04:03:58.884 INFO STEP 290 (remove_files) COMPLETE
50252024-10-16T04:04:00.373Z[ recovery-image] Oct 16 04:03:58.885 INFO O| Oct 16 04:03:58.884 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-10-16T04:04:00.475Z[ recovery-image] Oct 16 04:03:58.987 INFO O| Oct 16 04:03:58.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50272024-10-16T04:04:00.478Z[ recovery-image] Oct 16 04:03:58.987 INFO O| Oct 16 04:03:58.987 INFO STEP 291 (remove_files) COMPLETE
50282024-10-16T04:04:00.478Z[ recovery-image] Oct 16 04:03:58.987 INFO O| Oct 16 04:03:58.987 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-10-16T04:04:00.500Z[ recovery-image] Oct 16 04:03:59.011 INFO O| Oct 16 04:03:59.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50302024-10-16T04:04:00.500Z[ recovery-image] Oct 16 04:03:59.011 INFO O| Oct 16 04:03:59.011 INFO STEP 292 (remove_files) COMPLETE
50312024-10-16T04:04:00.502Z[ recovery-image] Oct 16 04:03:59.012 INFO O| Oct 16 04:03:59.011 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-10-16T04:04:00.525Z[ recovery-image] Oct 16 04:03:59.035 INFO O| Oct 16 04:03:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50332024-10-16T04:04:00.525Z[ recovery-image] Oct 16 04:03:59.035 INFO O| Oct 16 04:03:59.035 INFO STEP 293 (remove_files) COMPLETE
50342024-10-16T04:04:00.525Z[ recovery-image] Oct 16 04:03:59.035 INFO O| Oct 16 04:03:59.035 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-10-16T04:04:00.556Z[ recovery-image] Oct 16 04:03:59.068 INFO O| Oct 16 04:03:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50362024-10-16T04:04:00.558Z[ recovery-image] Oct 16 04:03:59.068 INFO O| Oct 16 04:03:59.068 INFO STEP 294 (remove_files) COMPLETE
50372024-10-16T04:04:00.558Z[ recovery-image] Oct 16 04:03:59.068 INFO O| Oct 16 04:03:59.068 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-10-16T04:04:00.590Z[ recovery-image] Oct 16 04:03:59.101 INFO O| Oct 16 04:03:59.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50392024-10-16T04:04:00.590Z[ recovery-image] Oct 16 04:03:59.102 INFO O| Oct 16 04:03:59.101 INFO STEP 295 (remove_files) COMPLETE
50402024-10-16T04:04:00.590Z[ recovery-image] Oct 16 04:03:59.102 INFO O| Oct 16 04:03:59.102 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-10-16T04:04:00.616Z[ recovery-image] Oct 16 04:03:59.125 INFO O| Oct 16 04:03:59.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50422024-10-16T04:04:00.616Z[ recovery-image] Oct 16 04:03:59.125 INFO O| Oct 16 04:03:59.125 INFO STEP 296 (remove_files) COMPLETE
50432024-10-16T04:04:00.616Z[ recovery-image] Oct 16 04:03:59.125 INFO O| Oct 16 04:03:59.125 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-10-16T04:04:00.646Z[ recovery-image] Oct 16 04:03:59.157 INFO O| Oct 16 04:03:59.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50452024-10-16T04:04:00.646Z[ recovery-image] Oct 16 04:03:59.157 INFO O| Oct 16 04:03:59.157 INFO STEP 297 (remove_files) COMPLETE
50462024-10-16T04:04:00.648Z[ recovery-image] Oct 16 04:03:59.158 INFO O| Oct 16 04:03:59.158 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-10-16T04:04:00.669Z[ recovery-image] Oct 16 04:03:59.180 INFO O| Oct 16 04:03:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50482024-10-16T04:04:00.671Z[ recovery-image] Oct 16 04:03:59.183 INFO O| Oct 16 04:03:59.183 INFO STEP 298 (remove_files) COMPLETE
50492024-10-16T04:04:00.671Z[ recovery-image] Oct 16 04:03:59.183 INFO O| Oct 16 04:03:59.183 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-10-16T04:04:00.693Z[ recovery-image] Oct 16 04:03:59.204 INFO O| Oct 16 04:03:59.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50512024-10-16T04:04:00.693Z[ recovery-image] Oct 16 04:03:59.204 INFO O| Oct 16 04:03:59.204 INFO STEP 299 (remove_files) COMPLETE
50522024-10-16T04:04:00.696Z[ recovery-image] Oct 16 04:03:59.205 INFO O| Oct 16 04:03:59.204 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-16T04:04:00.714Z[ recovery-image] Oct 16 04:03:59.225 INFO O| Oct 16 04:03:59.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50542024-10-16T04:04:00.714Z[ recovery-image] Oct 16 04:03:59.226 INFO O| Oct 16 04:03:59.226 INFO STEP 300 (remove_files) COMPLETE
50552024-10-16T04:04:00.717Z[ recovery-image] Oct 16 04:03:59.226 INFO O| Oct 16 04:03:59.226 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-16T04:04:00.735Z[ recovery-image] Oct 16 04:03:59.246 INFO O| Oct 16 04:03:59.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50572024-10-16T04:04:00.737Z[ recovery-image] Oct 16 04:03:59.246 INFO O| Oct 16 04:03:59.246 INFO STEP 301 (remove_files) COMPLETE
50582024-10-16T04:04:00.737Z[ recovery-image] Oct 16 04:03:59.246 INFO O| Oct 16 04:03:59.246 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-16T04:04:00.769Z[ recovery-image] Oct 16 04:03:59.281 INFO O| Oct 16 04:03:59.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50602024-10-16T04:04:00.769Z[ recovery-image] Oct 16 04:03:59.281 INFO O| Oct 16 04:03:59.281 INFO STEP 302 (remove_files) COMPLETE
50612024-10-16T04:04:00.772Z[ recovery-image] Oct 16 04:03:59.281 INFO O| Oct 16 04:03:59.281 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-16T04:04:00.793Z[ recovery-image] Oct 16 04:03:59.305 INFO O| Oct 16 04:03:59.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50632024-10-16T04:04:00.793Z[ recovery-image] Oct 16 04:03:59.305 INFO O| Oct 16 04:03:59.305 INFO STEP 303 (remove_files) COMPLETE
50642024-10-16T04:04:00.793Z[ recovery-image] Oct 16 04:03:59.305 INFO O| Oct 16 04:03:59.305 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-16T04:04:00.833Z[ recovery-image] Oct 16 04:03:59.344 INFO O| Oct 16 04:03:59.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50662024-10-16T04:04:00.833Z[ recovery-image] Oct 16 04:03:59.344 INFO O| Oct 16 04:03:59.344 INFO STEP 304 (remove_files) COMPLETE
50672024-10-16T04:04:00.833Z[ recovery-image] Oct 16 04:03:59.344 INFO O| Oct 16 04:03:59.344 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-16T04:04:00.892Z[ recovery-image] Oct 16 04:03:59.403 INFO O| Oct 16 04:03:59.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50692024-10-16T04:04:00.892Z[ recovery-image] Oct 16 04:03:59.404 INFO O| Oct 16 04:03:59.404 INFO STEP 305 (remove_files) COMPLETE
50702024-10-16T04:04:00.895Z[ recovery-image] Oct 16 04:03:59.404 INFO O| Oct 16 04:03:59.404 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-10-16T04:04:00.914Z[ recovery-image] Oct 16 04:03:59.425 INFO O| Oct 16 04:03:59.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50722024-10-16T04:04:00.914Z[ recovery-image] Oct 16 04:03:59.425 INFO O| Oct 16 04:03:59.425 INFO STEP 306 (remove_files) COMPLETE
50732024-10-16T04:04:00.916Z[ recovery-image] Oct 16 04:03:59.425 INFO O| Oct 16 04:03:59.425 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-16T04:04:00.937Z[ recovery-image] Oct 16 04:03:59.448 INFO O| Oct 16 04:03:59.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50752024-10-16T04:04:00.937Z[ recovery-image] Oct 16 04:03:59.448 INFO O| Oct 16 04:03:59.448 INFO STEP 307 (remove_files) COMPLETE
50762024-10-16T04:04:00.937Z[ recovery-image] Oct 16 04:03:59.448 INFO O| Oct 16 04:03:59.448 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-16T04:04:00.960Z[ recovery-image] Oct 16 04:03:59.472 INFO O| Oct 16 04:03:59.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50782024-10-16T04:04:00.960Z[ recovery-image] Oct 16 04:03:59.472 INFO O| Oct 16 04:03:59.472 INFO STEP 308 (remove_files) COMPLETE
50792024-10-16T04:04:00.963Z[ recovery-image] Oct 16 04:03:59.472 INFO O| Oct 16 04:03:59.472 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-16T04:04:00.994Z[ recovery-image] Oct 16 04:03:59.505 INFO O| Oct 16 04:03:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50812024-10-16T04:04:00.994Z[ recovery-image] Oct 16 04:03:59.505 INFO O| Oct 16 04:03:59.505 INFO STEP 309 (remove_files) COMPLETE
50822024-10-16T04:04:00.997Z[ recovery-image] Oct 16 04:03:59.505 INFO O| Oct 16 04:03:59.505 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-16T04:04:01.017Z[ recovery-image] Oct 16 04:03:59.528 INFO O| Oct 16 04:03:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50842024-10-16T04:04:01.017Z[ recovery-image] Oct 16 04:03:59.529 INFO O| Oct 16 04:03:59.528 INFO STEP 310 (remove_files) COMPLETE
50852024-10-16T04:04:01.020Z[ recovery-image] Oct 16 04:03:59.529 INFO O| Oct 16 04:03:59.529 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-16T04:04:01.057Z[ recovery-image] Oct 16 04:03:59.568 INFO O| Oct 16 04:03:59.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50872024-10-16T04:04:01.057Z[ recovery-image] Oct 16 04:03:59.568 INFO O| Oct 16 04:03:59.568 INFO STEP 311 (remove_files) COMPLETE
50882024-10-16T04:04:01.060Z[ recovery-image] Oct 16 04:03:59.569 INFO O| Oct 16 04:03:59.568 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-16T04:04:01.118Z[ recovery-image] Oct 16 04:03:59.629 INFO O| Oct 16 04:03:59.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50902024-10-16T04:04:01.118Z[ recovery-image] Oct 16 04:03:59.629 INFO O| Oct 16 04:03:59.629 INFO STEP 312 (remove_files) COMPLETE
50912024-10-16T04:04:01.118Z[ recovery-image] Oct 16 04:03:59.629 INFO O| Oct 16 04:03:59.629 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-16T04:04:01.138Z[ recovery-image] Oct 16 04:03:59.650 INFO O| Oct 16 04:03:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50932024-10-16T04:04:01.138Z[ recovery-image] Oct 16 04:03:59.650 INFO O| Oct 16 04:03:59.650 INFO STEP 313 (remove_files) COMPLETE
50942024-10-16T04:04:01.138Z[ recovery-image] Oct 16 04:03:59.650 INFO O| Oct 16 04:03:59.650 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-16T04:04:01.159Z[ recovery-image] Oct 16 04:03:59.671 INFO O| Oct 16 04:03:59.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50962024-10-16T04:04:01.159Z[ recovery-image] Oct 16 04:03:59.671 INFO O| Oct 16 04:03:59.671 INFO STEP 314 (remove_files) COMPLETE
50972024-10-16T04:04:01.162Z[ recovery-image] Oct 16 04:03:59.671 INFO O| Oct 16 04:03:59.671 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-16T04:04:01.180Z[ recovery-image] Oct 16 04:03:59.691 INFO O| Oct 16 04:03:59.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50992024-10-16T04:04:01.180Z[ recovery-image] Oct 16 04:03:59.691 INFO O| Oct 16 04:03:59.691 INFO STEP 315 (remove_files) COMPLETE
51002024-10-16T04:04:01.180Z[ recovery-image] Oct 16 04:03:59.691 INFO O| Oct 16 04:03:59.691 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-16T04:04:01.200Z[ recovery-image] Oct 16 04:03:59.712 INFO O| Oct 16 04:03:59.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51022024-10-16T04:04:01.200Z[ recovery-image] Oct 16 04:03:59.712 INFO O| Oct 16 04:03:59.712 INFO STEP 316 (remove_files) COMPLETE
51032024-10-16T04:04:01.200Z[ recovery-image] Oct 16 04:03:59.712 INFO O| Oct 16 04:03:59.712 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-16T04:04:01.221Z[ recovery-image] Oct 16 04:03:59.732 INFO O| Oct 16 04:03:59.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51052024-10-16T04:04:01.221Z[ recovery-image] Oct 16 04:03:59.732 INFO O| Oct 16 04:03:59.732 INFO STEP 317 (remove_files) COMPLETE
51062024-10-16T04:04:01.221Z[ recovery-image] Oct 16 04:03:59.732 INFO O| Oct 16 04:03:59.732 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-10-16T04:04:01.253Z[ recovery-image] Oct 16 04:03:59.764 INFO O| Oct 16 04:03:59.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51082024-10-16T04:04:01.253Z[ recovery-image] Oct 16 04:03:59.764 INFO O| Oct 16 04:03:59.764 INFO STEP 318 (remove_files) COMPLETE
51092024-10-16T04:04:01.253Z[ recovery-image] Oct 16 04:03:59.764 INFO O| Oct 16 04:03:59.764 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-10-16T04:04:01.309Z[ recovery-image] Oct 16 04:03:59.820 INFO O| Oct 16 04:03:59.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51112024-10-16T04:04:01.311Z[ recovery-image] Oct 16 04:03:59.820 INFO O| Oct 16 04:03:59.820 INFO STEP 319 (remove_files) COMPLETE
51122024-10-16T04:04:01.311Z[ recovery-image] Oct 16 04:03:59.820 INFO O| Oct 16 04:03:59.820 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-10-16T04:04:01.342Z[ recovery-image] Oct 16 04:03:59.853 INFO O| Oct 16 04:03:59.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51142024-10-16T04:04:01.342Z[ recovery-image] Oct 16 04:03:59.853 INFO O| Oct 16 04:03:59.853 INFO STEP 320 (remove_files) COMPLETE
51152024-10-16T04:04:01.342Z[ recovery-image] Oct 16 04:03:59.853 INFO O| Oct 16 04:03:59.853 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-10-16T04:04:01.381Z[ recovery-image] Oct 16 04:03:59.892 INFO O| Oct 16 04:03:59.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51172024-10-16T04:04:01.381Z[ recovery-image] Oct 16 04:03:59.892 INFO O| Oct 16 04:03:59.892 INFO STEP 321 (remove_files) COMPLETE
51182024-10-16T04:04:01.384Z[ recovery-image] Oct 16 04:03:59.893 INFO O| Oct 16 04:03:59.892 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-10-16T04:04:01.424Z[ recovery-image] Oct 16 04:03:59.935 INFO O| Oct 16 04:03:59.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51202024-10-16T04:04:01.424Z[ recovery-image] Oct 16 04:03:59.935 INFO O| Oct 16 04:03:59.935 INFO STEP 322 (remove_files) COMPLETE
51212024-10-16T04:04:01.425Z[ recovery-image] Oct 16 04:03:59.935 INFO O| Oct 16 04:03:59.935 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-10-16T04:04:01.460Z[ recovery-image] Oct 16 04:03:59.971 INFO O| Oct 16 04:03:59.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51232024-10-16T04:04:01.460Z[ recovery-image] Oct 16 04:03:59.971 INFO O| Oct 16 04:03:59.971 INFO STEP 323 (remove_files) COMPLETE
51242024-10-16T04:04:01.460Z[ recovery-image] Oct 16 04:03:59.971 INFO O| Oct 16 04:03:59.971 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-10-16T04:04:01.483Z[ recovery-image] Oct 16 04:03:59.993 INFO O| Oct 16 04:03:59.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51262024-10-16T04:04:01.483Z[ recovery-image] Oct 16 04:03:59.993 INFO O| Oct 16 04:03:59.993 INFO STEP 324 (remove_files) COMPLETE
51272024-10-16T04:04:01.483Z[ recovery-image] Oct 16 04:03:59.994 INFO O| Oct 16 04:03:59.993 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-10-16T04:04:01.505Z[ recovery-image] Oct 16 04:04:00.015 INFO O| Oct 16 04:04:00.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51292024-10-16T04:04:01.505Z[ recovery-image] Oct 16 04:04:00.016 INFO O| Oct 16 04:04:00.015 INFO STEP 325 (remove_files) COMPLETE
51302024-10-16T04:04:01.505Z[ recovery-image] Oct 16 04:04:00.016 INFO O| Oct 16 04:04:00.015 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-10-16T04:04:01.525Z[ recovery-image] Oct 16 04:04:00.036 INFO O| Oct 16 04:04:00.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51322024-10-16T04:04:01.525Z[ recovery-image] Oct 16 04:04:00.037 INFO O| Oct 16 04:04:00.036 INFO STEP 326 (remove_files) COMPLETE
51332024-10-16T04:04:01.525Z[ recovery-image] Oct 16 04:04:00.037 INFO O| Oct 16 04:04:00.037 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-10-16T04:04:01.544Z[ recovery-image] Oct 16 04:04:00.056 INFO O| Oct 16 04:04:00.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51352024-10-16T04:04:01.544Z[ recovery-image] Oct 16 04:04:00.056 INFO O| Oct 16 04:04:00.056 INFO STEP 327 (remove_files) COMPLETE
51362024-10-16T04:04:01.544Z[ recovery-image] Oct 16 04:04:00.056 INFO O| Oct 16 04:04:00.056 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-10-16T04:04:01.565Z[ recovery-image] Oct 16 04:04:00.076 INFO O| Oct 16 04:04:00.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51382024-10-16T04:04:01.565Z[ recovery-image] Oct 16 04:04:00.076 INFO O| Oct 16 04:04:00.076 INFO STEP 328 (remove_files) COMPLETE
51392024-10-16T04:04:01.565Z[ recovery-image] Oct 16 04:04:00.076 INFO O| Oct 16 04:04:00.076 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-10-16T04:04:01.588Z[ recovery-image] Oct 16 04:04:00.099 INFO O| Oct 16 04:04:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51412024-10-16T04:04:01.588Z[ recovery-image] Oct 16 04:04:00.099 INFO O| Oct 16 04:04:00.099 INFO STEP 329 (remove_files) COMPLETE
51422024-10-16T04:04:01.591Z[ recovery-image] Oct 16 04:04:00.099 INFO O| Oct 16 04:04:00.099 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-10-16T04:04:01.614Z[ recovery-image] Oct 16 04:04:00.125 INFO O| Oct 16 04:04:00.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51442024-10-16T04:04:01.614Z[ recovery-image] Oct 16 04:04:00.125 INFO O| Oct 16 04:04:00.125 INFO STEP 330 (remove_files) COMPLETE
51452024-10-16T04:04:01.616Z[ recovery-image] Oct 16 04:04:00.125 INFO O| Oct 16 04:04:00.125 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-10-16T04:04:01.653Z[ recovery-image] Oct 16 04:04:00.164 INFO O| Oct 16 04:04:00.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51472024-10-16T04:04:01.656Z[ recovery-image] Oct 16 04:04:00.164 INFO O| Oct 16 04:04:00.164 INFO STEP 331 (remove_files) COMPLETE
51482024-10-16T04:04:01.656Z[ recovery-image] Oct 16 04:04:00.164 INFO O| Oct 16 04:04:00.164 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-10-16T04:04:01.689Z[ recovery-image] Oct 16 04:04:00.201 INFO O| Oct 16 04:04:00.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51502024-10-16T04:04:01.689Z[ recovery-image] Oct 16 04:04:00.201 INFO O| Oct 16 04:04:00.201 INFO STEP 332 (remove_files) COMPLETE
51512024-10-16T04:04:01.690Z[ recovery-image] Oct 16 04:04:00.201 INFO O| Oct 16 04:04:00.201 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-16T04:04:01.715Z[ recovery-image] Oct 16 04:04:00.226 INFO O| Oct 16 04:04:00.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51532024-10-16T04:04:01.715Z[ recovery-image] Oct 16 04:04:00.226 INFO O| Oct 16 04:04:00.226 INFO STEP 333 (remove_files) COMPLETE
51542024-10-16T04:04:01.718Z[ recovery-image] Oct 16 04:04:00.226 INFO O| Oct 16 04:04:00.226 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-16T04:04:01.737Z[ recovery-image] Oct 16 04:04:00.248 INFO O| Oct 16 04:04:00.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51562024-10-16T04:04:01.737Z[ recovery-image] Oct 16 04:04:00.248 INFO O| Oct 16 04:04:00.248 INFO STEP 334 (remove_files) COMPLETE
51572024-10-16T04:04:01.737Z[ recovery-image] Oct 16 04:04:00.249 INFO O| Oct 16 04:04:00.248 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-16T04:04:01.759Z[ recovery-image] Oct 16 04:04:00.271 INFO O| Oct 16 04:04:00.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51592024-10-16T04:04:01.759Z[ recovery-image] Oct 16 04:04:00.271 INFO O| Oct 16 04:04:00.271 INFO STEP 335 (remove_files) COMPLETE
51602024-10-16T04:04:01.759Z[ recovery-image] Oct 16 04:04:00.271 INFO O| Oct 16 04:04:00.271 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-16T04:04:01.782Z[ recovery-image] Oct 16 04:04:00.294 INFO O| Oct 16 04:04:00.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51622024-10-16T04:04:01.782Z[ recovery-image] Oct 16 04:04:00.294 INFO O| Oct 16 04:04:00.294 INFO STEP 336 (remove_files) COMPLETE
51632024-10-16T04:04:01.782Z[ recovery-image] Oct 16 04:04:00.294 INFO O| Oct 16 04:04:00.294 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-16T04:04:01.806Z[ recovery-image] Oct 16 04:04:00.318 INFO O| Oct 16 04:04:00.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51652024-10-16T04:04:01.806Z[ recovery-image] Oct 16 04:04:00.318 INFO O| Oct 16 04:04:00.318 INFO STEP 337 (remove_files) COMPLETE
51662024-10-16T04:04:01.806Z[ recovery-image] Oct 16 04:04:00.318 INFO O| Oct 16 04:04:00.318 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-16T04:04:01.833Z[ recovery-image] Oct 16 04:04:00.344 INFO O| Oct 16 04:04:00.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51682024-10-16T04:04:01.833Z[ recovery-image] Oct 16 04:04:00.344 INFO O| Oct 16 04:04:00.344 INFO STEP 338 (remove_files) COMPLETE
51692024-10-16T04:04:01.836Z[ recovery-image] Oct 16 04:04:00.344 INFO O| Oct 16 04:04:00.344 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-16T04:04:01.875Z[ recovery-image] Oct 16 04:04:00.386 INFO O| Oct 16 04:04:00.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51712024-10-16T04:04:01.899Z[ recovery-image] Oct 16 04:04:00.410 INFO O| Oct 16 04:04:00.410 INFO STEP 339 (remove_files) COMPLETE
51722024-10-16T04:04:01.901Z[ recovery-image] Oct 16 04:04:00.410 INFO O| Oct 16 04:04:00.410 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-16T04:04:01.939Z[ recovery-image] Oct 16 04:04:00.450 INFO O| Oct 16 04:04:00.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51742024-10-16T04:04:01.939Z[ recovery-image] Oct 16 04:04:00.450 INFO O| Oct 16 04:04:00.450 INFO STEP 340 (remove_files) COMPLETE
51752024-10-16T04:04:01.942Z[ recovery-image] Oct 16 04:04:00.450 INFO O| Oct 16 04:04:00.450 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-16T04:04:02.001Z[ recovery-image] Oct 16 04:04:00.512 INFO O| Oct 16 04:04:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51772024-10-16T04:04:02.001Z[ recovery-image] Oct 16 04:04:00.512 INFO O| Oct 16 04:04:00.512 INFO STEP 341 (remove_files) COMPLETE
51782024-10-16T04:04:02.001Z[ recovery-image] Oct 16 04:04:00.512 INFO O| Oct 16 04:04:00.512 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-16T04:04:02.022Z[ recovery-image] Oct 16 04:04:00.533 INFO O| Oct 16 04:04:00.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51802024-10-16T04:04:02.022Z[ recovery-image] Oct 16 04:04:00.534 INFO O| Oct 16 04:04:00.534 INFO STEP 342 (remove_files) COMPLETE
51812024-10-16T04:04:02.022Z[ recovery-image] Oct 16 04:04:00.534 INFO O| Oct 16 04:04:00.534 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-16T04:04:02.044Z[ recovery-image] Oct 16 04:04:00.556 INFO O| Oct 16 04:04:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51832024-10-16T04:04:02.044Z[ recovery-image] Oct 16 04:04:00.556 INFO O| Oct 16 04:04:00.556 INFO STEP 343 (remove_files) COMPLETE
51842024-10-16T04:04:02.044Z[ recovery-image] Oct 16 04:04:00.556 INFO O| Oct 16 04:04:00.556 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-16T04:04:02.067Z[ recovery-image] Oct 16 04:04:00.578 INFO O| Oct 16 04:04:00.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51862024-10-16T04:04:02.067Z[ recovery-image] Oct 16 04:04:00.579 INFO O| Oct 16 04:04:00.578 INFO STEP 344 (remove_files) COMPLETE
51872024-10-16T04:04:02.070Z[ recovery-image] Oct 16 04:04:00.579 INFO O| Oct 16 04:04:00.579 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-16T04:04:02.090Z[ recovery-image] Oct 16 04:04:00.602 INFO O| Oct 16 04:04:00.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51892024-10-16T04:04:02.090Z[ recovery-image] Oct 16 04:04:00.602 INFO O| Oct 16 04:04:00.602 INFO STEP 345 (remove_files) COMPLETE
51902024-10-16T04:04:02.090Z[ recovery-image] Oct 16 04:04:00.602 INFO O| Oct 16 04:04:00.602 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-16T04:04:02.114Z[ recovery-image] Oct 16 04:04:00.626 INFO O| Oct 16 04:04:00.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51922024-10-16T04:04:02.115Z[ recovery-image] Oct 16 04:04:00.626 INFO O| Oct 16 04:04:00.626 INFO STEP 346 (remove_files) COMPLETE
51932024-10-16T04:04:02.115Z[ recovery-image] Oct 16 04:04:00.626 INFO O| Oct 16 04:04:00.626 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-10-16T04:04:02.140Z[ recovery-image] Oct 16 04:04:00.651 INFO O| Oct 16 04:04:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51952024-10-16T04:04:02.140Z[ recovery-image] Oct 16 04:04:00.651 INFO O| Oct 16 04:04:00.651 INFO STEP 347 (remove_files) COMPLETE
51962024-10-16T04:04:02.140Z[ recovery-image] Oct 16 04:04:00.651 INFO O| Oct 16 04:04:00.651 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-10-16T04:04:02.163Z[ recovery-image] Oct 16 04:04:00.675 INFO O| Oct 16 04:04:00.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51982024-10-16T04:04:02.163Z[ recovery-image] Oct 16 04:04:00.675 INFO O| Oct 16 04:04:00.675 INFO STEP 348 (remove_files) COMPLETE
51992024-10-16T04:04:02.166Z[ recovery-image] Oct 16 04:04:00.675 INFO O| Oct 16 04:04:00.675 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-10-16T04:04:02.185Z[ recovery-image] Oct 16 04:04:00.696 INFO O| Oct 16 04:04:00.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52012024-10-16T04:04:02.185Z[ recovery-image] Oct 16 04:04:00.696 INFO O| Oct 16 04:04:00.696 INFO STEP 349 (remove_files) COMPLETE
52022024-10-16T04:04:02.186Z[ recovery-image] Oct 16 04:04:00.696 INFO O| Oct 16 04:04:00.696 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-10-16T04:04:02.209Z[ recovery-image] Oct 16 04:04:00.720 INFO O| Oct 16 04:04:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52042024-10-16T04:04:02.209Z[ recovery-image] Oct 16 04:04:00.720 INFO O| Oct 16 04:04:00.720 INFO STEP 350 (remove_files) COMPLETE
52052024-10-16T04:04:02.209Z[ recovery-image] Oct 16 04:04:00.720 INFO O| Oct 16 04:04:00.720 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-10-16T04:04:02.274Z[ recovery-image] Oct 16 04:04:00.785 INFO O| Oct 16 04:04:00.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52072024-10-16T04:04:02.277Z[ recovery-image] Oct 16 04:04:00.786 INFO O| Oct 16 04:04:00.785 INFO STEP 351 (remove_files) COMPLETE
52082024-10-16T04:04:02.277Z[ recovery-image] Oct 16 04:04:00.786 INFO O| Oct 16 04:04:00.786 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-10-16T04:04:02.298Z[ recovery-image] Oct 16 04:04:00.809 INFO O| Oct 16 04:04:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52102024-10-16T04:04:02.298Z[ recovery-image] Oct 16 04:04:00.810 INFO O| Oct 16 04:04:00.810 INFO STEP 352 (remove_files) COMPLETE
52112024-10-16T04:04:02.301Z[ recovery-image] Oct 16 04:04:00.810 INFO O| Oct 16 04:04:00.810 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-10-16T04:04:02.322Z[ host-image] Oct 16 04:04:00.832 INFO O| Oct 16 04:04:00.832 INFO O| Download: 542/1140 items 2.7/8.4MB 31% complete (563k/s)
52132024-10-16T04:04:02.325Z[ recovery-image] Oct 16 04:04:00.834 INFO O| Oct 16 04:04:00.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52142024-10-16T04:04:02.326Z[ recovery-image] Oct 16 04:04:00.835 INFO O| Oct 16 04:04:00.834 INFO STEP 353 (remove_files) COMPLETE
52152024-10-16T04:04:02.326Z[ recovery-image] Oct 16 04:04:00.835 INFO O| Oct 16 04:04:00.835 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-16T04:04:02.348Z[ recovery-image] Oct 16 04:04:00.860 INFO O| Oct 16 04:04:00.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52172024-10-16T04:04:02.351Z[ recovery-image] Oct 16 04:04:00.860 INFO O| Oct 16 04:04:00.860 INFO STEP 354 (remove_files) COMPLETE
52182024-10-16T04:04:02.352Z[ recovery-image] Oct 16 04:04:00.860 INFO O| Oct 16 04:04:00.860 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-16T04:04:02.379Z[ recovery-image] Oct 16 04:04:00.890 INFO O| Oct 16 04:04:00.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52202024-10-16T04:04:02.379Z[ recovery-image] Oct 16 04:04:00.890 INFO O| Oct 16 04:04:00.890 INFO STEP 355 (remove_files) COMPLETE
52212024-10-16T04:04:02.379Z[ recovery-image] Oct 16 04:04:00.890 INFO O| Oct 16 04:04:00.890 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-16T04:04:02.408Z[ recovery-image] Oct 16 04:04:00.919 INFO O| Oct 16 04:04:00.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52232024-10-16T04:04:02.408Z[ recovery-image] Oct 16 04:04:00.919 INFO O| Oct 16 04:04:00.919 INFO STEP 356 (remove_files) COMPLETE
52242024-10-16T04:04:02.408Z[ recovery-image] Oct 16 04:04:00.920 INFO O| Oct 16 04:04:00.919 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-16T04:04:02.435Z[ recovery-image] Oct 16 04:04:00.946 INFO O| Oct 16 04:04:00.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52262024-10-16T04:04:02.435Z[ recovery-image] Oct 16 04:04:00.947 INFO O| Oct 16 04:04:00.947 INFO STEP 357 (remove_files) COMPLETE
52272024-10-16T04:04:02.435Z[ recovery-image] Oct 16 04:04:00.947 INFO O| Oct 16 04:04:00.947 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-10-16T04:04:02.470Z[ recovery-image] Oct 16 04:04:00.981 INFO O| Oct 16 04:04:00.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52292024-10-16T04:04:02.470Z[ recovery-image] Oct 16 04:04:00.981 INFO O| Oct 16 04:04:00.981 INFO STEP 358 (remove_files) COMPLETE
52302024-10-16T04:04:02.473Z[ recovery-image] Oct 16 04:04:00.981 INFO O| Oct 16 04:04:00.981 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-10-16T04:04:02.551Z[ recovery-image] Oct 16 04:04:01.062 INFO O| Oct 16 04:04:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52322024-10-16T04:04:02.551Z[ recovery-image] Oct 16 04:04:01.062 INFO O| Oct 16 04:04:01.062 INFO STEP 359 (remove_files) COMPLETE
52332024-10-16T04:04:02.556Z[ recovery-image] Oct 16 04:04:01.062 INFO O| Oct 16 04:04:01.062 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-10-16T04:04:02.574Z[ recovery-image] Oct 16 04:04:01.086 INFO O| Oct 16 04:04:01.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52352024-10-16T04:04:02.575Z[ recovery-image] Oct 16 04:04:01.086 INFO O| Oct 16 04:04:01.086 INFO STEP 360 (remove_files) COMPLETE
52362024-10-16T04:04:02.575Z[ recovery-image] Oct 16 04:04:01.086 INFO O| Oct 16 04:04:01.086 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-10-16T04:04:02.599Z[ recovery-image] Oct 16 04:04:01.110 INFO O| Oct 16 04:04:01.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52382024-10-16T04:04:02.599Z[ recovery-image] Oct 16 04:04:01.110 INFO O| Oct 16 04:04:01.110 INFO STEP 361 (remove_files) COMPLETE
52392024-10-16T04:04:02.602Z[ recovery-image] Oct 16 04:04:01.111 INFO O| Oct 16 04:04:01.110 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-10-16T04:04:02.626Z[ recovery-image] Oct 16 04:04:01.137 INFO O| Oct 16 04:04:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52412024-10-16T04:04:02.626Z[ recovery-image] Oct 16 04:04:01.137 INFO O| Oct 16 04:04:01.137 INFO STEP 362 (remove_files) COMPLETE
52422024-10-16T04:04:02.626Z[ recovery-image] Oct 16 04:04:01.137 INFO O| Oct 16 04:04:01.137 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-10-16T04:04:02.652Z[ recovery-image] Oct 16 04:04:01.163 INFO O| Oct 16 04:04:01.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52442024-10-16T04:04:02.652Z[ recovery-image] Oct 16 04:04:01.163 INFO O| Oct 16 04:04:01.163 INFO STEP 363 (remove_files) COMPLETE
52452024-10-16T04:04:02.655Z[ recovery-image] Oct 16 04:04:01.163 INFO O| Oct 16 04:04:01.163 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-10-16T04:04:02.727Z[ recovery-image] Oct 16 04:04:01.238 INFO O| Oct 16 04:04:01.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52472024-10-16T04:04:02.727Z[ recovery-image] Oct 16 04:04:01.238 INFO O| Oct 16 04:04:01.238 INFO STEP 364 (remove_files) COMPLETE
52482024-10-16T04:04:02.730Z[ recovery-image] Oct 16 04:04:01.238 INFO O| Oct 16 04:04:01.238 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-10-16T04:04:02.751Z[ recovery-image] Oct 16 04:04:01.263 INFO O| Oct 16 04:04:01.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52502024-10-16T04:04:02.751Z[ recovery-image] Oct 16 04:04:01.263 INFO O| Oct 16 04:04:01.263 INFO STEP 365 (remove_files) COMPLETE
52512024-10-16T04:04:02.754Z[ recovery-image] Oct 16 04:04:01.263 INFO O| Oct 16 04:04:01.263 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-10-16T04:04:02.774Z[ recovery-image] Oct 16 04:04:01.285 INFO O| Oct 16 04:04:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52532024-10-16T04:04:02.774Z[ recovery-image] Oct 16 04:04:01.285 INFO O| Oct 16 04:04:01.285 INFO STEP 366 (remove_files) COMPLETE
52542024-10-16T04:04:02.774Z[ recovery-image] Oct 16 04:04:01.285 INFO O| Oct 16 04:04:01.285 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-10-16T04:04:02.796Z[ recovery-image] Oct 16 04:04:01.307 INFO O| Oct 16 04:04:01.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52562024-10-16T04:04:02.796Z[ recovery-image] Oct 16 04:04:01.307 INFO O| Oct 16 04:04:01.307 INFO STEP 367 (remove_files) COMPLETE
52572024-10-16T04:04:02.799Z[ recovery-image] Oct 16 04:04:01.308 INFO O| Oct 16 04:04:01.307 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-10-16T04:04:02.821Z[ recovery-image] Oct 16 04:04:01.332 INFO O| Oct 16 04:04:01.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52592024-10-16T04:04:02.821Z[ recovery-image] Oct 16 04:04:01.332 INFO O| Oct 16 04:04:01.332 INFO STEP 368 (remove_files) COMPLETE
52602024-10-16T04:04:02.824Z[ recovery-image] Oct 16 04:04:01.332 INFO O| Oct 16 04:04:01.332 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-10-16T04:04:02.842Z[ recovery-image] Oct 16 04:04:01.354 INFO O| Oct 16 04:04:01.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52622024-10-16T04:04:02.843Z[ recovery-image] Oct 16 04:04:01.354 INFO O| Oct 16 04:04:01.354 INFO STEP 369 (remove_files) COMPLETE
52632024-10-16T04:04:02.843Z[ recovery-image] Oct 16 04:04:01.354 INFO O| Oct 16 04:04:01.354 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-10-16T04:04:02.866Z[ recovery-image] Oct 16 04:04:01.377 INFO O| Oct 16 04:04:01.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52652024-10-16T04:04:02.866Z[ recovery-image] Oct 16 04:04:01.377 INFO O| Oct 16 04:04:01.377 INFO STEP 370 (remove_files) COMPLETE
52662024-10-16T04:04:02.869Z[ recovery-image] Oct 16 04:04:01.377 INFO O| Oct 16 04:04:01.377 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-10-16T04:04:02.925Z[ recovery-image] Oct 16 04:04:01.436 INFO O| Oct 16 04:04:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52682024-10-16T04:04:02.925Z[ recovery-image] Oct 16 04:04:01.436 INFO O| Oct 16 04:04:01.436 INFO STEP 371 (remove_files) COMPLETE
52692024-10-16T04:04:02.925Z[ recovery-image] Oct 16 04:04:01.436 INFO O| Oct 16 04:04:01.436 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-10-16T04:04:02.985Z[ recovery-image] Oct 16 04:04:01.495 INFO O| Oct 16 04:04:01.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52712024-10-16T04:04:02.985Z[ recovery-image] Oct 16 04:04:01.496 INFO O| Oct 16 04:04:01.496 INFO STEP 372 (remove_files) COMPLETE
52722024-10-16T04:04:02.985Z[ recovery-image] Oct 16 04:04:01.496 INFO O| Oct 16 04:04:01.496 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-10-16T04:04:03.009Z[ recovery-image] Oct 16 04:04:01.520 INFO O| Oct 16 04:04:01.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52742024-10-16T04:04:03.009Z[ recovery-image] Oct 16 04:04:01.520 INFO O| Oct 16 04:04:01.520 INFO STEP 373 (remove_files) COMPLETE
52752024-10-16T04:04:03.011Z[ recovery-image] Oct 16 04:04:01.520 INFO O| Oct 16 04:04:01.520 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-16T04:04:03.066Z[ recovery-image] Oct 16 04:04:01.578 INFO O| Oct 16 04:04:01.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52772024-10-16T04:04:03.066Z[ recovery-image] Oct 16 04:04:01.578 INFO O| Oct 16 04:04:01.578 INFO STEP 374 (remove_files) COMPLETE
52782024-10-16T04:04:03.066Z[ recovery-image] Oct 16 04:04:01.578 INFO O| Oct 16 04:04:01.578 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-16T04:04:03.121Z[ recovery-image] Oct 16 04:04:01.632 INFO O| Oct 16 04:04:01.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52802024-10-16T04:04:03.121Z[ recovery-image] Oct 16 04:04:01.632 INFO O| Oct 16 04:04:01.632 INFO STEP 375 (remove_files) COMPLETE
52812024-10-16T04:04:03.121Z[ recovery-image] Oct 16 04:04:01.632 INFO O| Oct 16 04:04:01.632 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-16T04:04:03.145Z[ recovery-image] Oct 16 04:04:01.656 INFO O| Oct 16 04:04:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52832024-10-16T04:04:03.145Z[ recovery-image] Oct 16 04:04:01.656 INFO O| Oct 16 04:04:01.656 INFO STEP 376 (remove_files) COMPLETE
52842024-10-16T04:04:03.145Z[ recovery-image] Oct 16 04:04:01.656 INFO O| Oct 16 04:04:01.656 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-16T04:04:03.168Z[ recovery-image] Oct 16 04:04:01.679 INFO O| Oct 16 04:04:01.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52862024-10-16T04:04:03.168Z[ recovery-image] Oct 16 04:04:01.679 INFO O| Oct 16 04:04:01.679 INFO STEP 377 (remove_files) COMPLETE
52872024-10-16T04:04:03.168Z[ recovery-image] Oct 16 04:04:01.680 INFO O| Oct 16 04:04:01.679 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-16T04:04:03.190Z[ recovery-image] Oct 16 04:04:01.701 INFO O| Oct 16 04:04:01.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52892024-10-16T04:04:03.190Z[ recovery-image] Oct 16 04:04:01.701 INFO O| Oct 16 04:04:01.701 INFO STEP 378 (remove_files) COMPLETE
52902024-10-16T04:04:03.190Z[ recovery-image] Oct 16 04:04:01.701 INFO O| Oct 16 04:04:01.701 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-16T04:04:03.213Z[ recovery-image] Oct 16 04:04:01.724 INFO O| Oct 16 04:04:01.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52922024-10-16T04:04:03.213Z[ recovery-image] Oct 16 04:04:01.724 INFO O| Oct 16 04:04:01.724 INFO STEP 379 (remove_files) COMPLETE
52932024-10-16T04:04:03.213Z[ recovery-image] Oct 16 04:04:01.724 INFO O| Oct 16 04:04:01.724 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-16T04:04:03.236Z[ recovery-image] Oct 16 04:04:01.747 INFO O| Oct 16 04:04:01.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52952024-10-16T04:04:03.236Z[ recovery-image] Oct 16 04:04:01.747 INFO O| Oct 16 04:04:01.747 INFO STEP 380 (remove_files) COMPLETE
52962024-10-16T04:04:03.236Z[ recovery-image] Oct 16 04:04:01.747 INFO O| Oct 16 04:04:01.747 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-16T04:04:03.265Z[ recovery-image] Oct 16 04:04:01.776 INFO O| Oct 16 04:04:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52982024-10-16T04:04:03.268Z[ recovery-image] Oct 16 04:04:01.777 INFO O| Oct 16 04:04:01.776 INFO STEP 381 (remove_files) COMPLETE
52992024-10-16T04:04:03.268Z[ recovery-image] Oct 16 04:04:01.777 INFO O| Oct 16 04:04:01.777 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-16T04:04:03.290Z[ recovery-image] Oct 16 04:04:01.801 INFO O| Oct 16 04:04:01.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53012024-10-16T04:04:03.290Z[ recovery-image] Oct 16 04:04:01.801 INFO O| Oct 16 04:04:01.801 INFO STEP 382 (remove_files) COMPLETE
53022024-10-16T04:04:03.290Z[ recovery-image] Oct 16 04:04:01.802 INFO O| Oct 16 04:04:01.801 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-16T04:04:03.314Z[ recovery-image] Oct 16 04:04:01.825 INFO O| Oct 16 04:04:01.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53042024-10-16T04:04:03.314Z[ recovery-image] Oct 16 04:04:01.825 INFO O| Oct 16 04:04:01.825 INFO STEP 383 (remove_files) COMPLETE
53052024-10-16T04:04:03.318Z[ recovery-image] Oct 16 04:04:01.825 INFO O| Oct 16 04:04:01.825 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-16T04:04:03.359Z[ recovery-image] Oct 16 04:04:01.871 INFO O| Oct 16 04:04:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53072024-10-16T04:04:03.360Z[ recovery-image] Oct 16 04:04:01.871 INFO O| Oct 16 04:04:01.871 INFO STEP 384 (remove_files) COMPLETE
53082024-10-16T04:04:03.363Z[ recovery-image] Oct 16 04:04:01.871 INFO O| Oct 16 04:04:01.871 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-16T04:04:03.384Z[ recovery-image] Oct 16 04:04:01.894 INFO O| Oct 16 04:04:01.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53102024-10-16T04:04:03.384Z[ recovery-image] Oct 16 04:04:01.894 INFO O| Oct 16 04:04:01.894 INFO STEP 385 (remove_files) COMPLETE
53112024-10-16T04:04:03.384Z[ recovery-image] Oct 16 04:04:01.895 INFO O| Oct 16 04:04:01.894 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-16T04:04:03.408Z[ recovery-image] Oct 16 04:04:01.919 INFO O| Oct 16 04:04:01.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53132024-10-16T04:04:03.412Z[ recovery-image] Oct 16 04:04:01.919 INFO O| Oct 16 04:04:01.919 INFO STEP 386 (remove_files) COMPLETE
53142024-10-16T04:04:03.412Z[ recovery-image] Oct 16 04:04:01.920 INFO O| Oct 16 04:04:01.920 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-16T04:04:03.431Z[ recovery-image] Oct 16 04:04:01.942 INFO O| Oct 16 04:04:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53162024-10-16T04:04:03.434Z[ recovery-image] Oct 16 04:04:01.942 INFO O| Oct 16 04:04:01.942 INFO STEP 387 (remove_files) COMPLETE
53172024-10-16T04:04:03.434Z[ recovery-image] Oct 16 04:04:01.942 INFO O| Oct 16 04:04:01.942 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-16T04:04:03.473Z[ recovery-image] Oct 16 04:04:01.984 INFO O| Oct 16 04:04:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53192024-10-16T04:04:03.477Z[ recovery-image] Oct 16 04:04:01.985 INFO O| Oct 16 04:04:01.985 INFO STEP 388 (remove_files) COMPLETE
53202024-10-16T04:04:03.477Z[ recovery-image] Oct 16 04:04:01.985 INFO O| Oct 16 04:04:01.985 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-16T04:04:03.498Z[ recovery-image] Oct 16 04:04:02.009 INFO O| Oct 16 04:04:02.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53222024-10-16T04:04:03.500Z[ recovery-image] Oct 16 04:04:02.009 INFO O| Oct 16 04:04:02.009 INFO STEP 389 (remove_files) COMPLETE
53232024-10-16T04:04:03.501Z[ recovery-image] Oct 16 04:04:02.009 INFO O| Oct 16 04:04:02.009 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-16T04:04:03.522Z[ recovery-image] Oct 16 04:04:02.033 INFO O| Oct 16 04:04:02.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53252024-10-16T04:04:03.525Z[ recovery-image] Oct 16 04:04:02.034 INFO O| Oct 16 04:04:02.033 INFO STEP 390 (remove_files) COMPLETE
53262024-10-16T04:04:03.525Z[ recovery-image] Oct 16 04:04:02.034 INFO O| Oct 16 04:04:02.034 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-16T04:04:03.547Z[ recovery-image] Oct 16 04:04:02.059 INFO O| Oct 16 04:04:02.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53282024-10-16T04:04:03.550Z[ recovery-image] Oct 16 04:04:02.059 INFO O| Oct 16 04:04:02.059 INFO STEP 391 (remove_files) COMPLETE
53292024-10-16T04:04:03.550Z[ recovery-image] Oct 16 04:04:02.059 INFO O| Oct 16 04:04:02.059 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-16T04:04:03.572Z[ recovery-image] Oct 16 04:04:02.083 INFO O| Oct 16 04:04:02.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53312024-10-16T04:04:03.575Z[ recovery-image] Oct 16 04:04:02.083 INFO O| Oct 16 04:04:02.083 INFO STEP 392 (remove_files) COMPLETE
53322024-10-16T04:04:03.575Z[ recovery-image] Oct 16 04:04:02.083 INFO O| Oct 16 04:04:02.083 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-16T04:04:03.593Z[ recovery-image] Oct 16 04:04:02.105 INFO O| Oct 16 04:04:02.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53342024-10-16T04:04:03.620Z[ recovery-image] Oct 16 04:04:02.131 INFO O| Oct 16 04:04:02.131 INFO STEP 393 (remove_files) COMPLETE
53352024-10-16T04:04:03.620Z[ recovery-image] Oct 16 04:04:02.131 INFO O| Oct 16 04:04:02.131 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-16T04:04:03.643Z[ recovery-image] Oct 16 04:04:02.154 INFO O| Oct 16 04:04:02.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53372024-10-16T04:04:03.647Z[ recovery-image] Oct 16 04:04:02.154 INFO O| Oct 16 04:04:02.154 INFO STEP 394 (remove_files) COMPLETE
53382024-10-16T04:04:03.647Z[ recovery-image] Oct 16 04:04:02.154 INFO O| Oct 16 04:04:02.154 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-16T04:04:03.666Z[ recovery-image] Oct 16 04:04:02.177 INFO O| Oct 16 04:04:02.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53402024-10-16T04:04:03.669Z[ recovery-image] Oct 16 04:04:02.177 INFO O| Oct 16 04:04:02.177 INFO STEP 395 (remove_files) COMPLETE
53412024-10-16T04:04:03.669Z[ recovery-image] Oct 16 04:04:02.178 INFO O| Oct 16 04:04:02.178 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-16T04:04:03.688Z[ recovery-image] Oct 16 04:04:02.199 INFO O| Oct 16 04:04:02.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53432024-10-16T04:04:03.692Z[ recovery-image] Oct 16 04:04:02.200 INFO O| Oct 16 04:04:02.200 INFO STEP 396 (remove_files) COMPLETE
53442024-10-16T04:04:03.692Z[ recovery-image] Oct 16 04:04:02.200 INFO O| Oct 16 04:04:02.200 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-16T04:04:03.710Z[ recovery-image] Oct 16 04:04:02.222 INFO O| Oct 16 04:04:02.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53462024-10-16T04:04:03.713Z[ recovery-image] Oct 16 04:04:02.222 INFO O| Oct 16 04:04:02.222 INFO STEP 397 (remove_files) COMPLETE
53472024-10-16T04:04:03.713Z[ recovery-image] Oct 16 04:04:02.222 INFO O| Oct 16 04:04:02.222 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-16T04:04:03.761Z[ recovery-image] Oct 16 04:04:02.244 INFO O| Oct 16 04:04:02.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53492024-10-16T04:04:03.761Z[ recovery-image] Oct 16 04:04:02.244 INFO O| Oct 16 04:04:02.244 INFO STEP 398 (remove_files) COMPLETE
53502024-10-16T04:04:03.764Z[ recovery-image] Oct 16 04:04:02.244 INFO O| Oct 16 04:04:02.244 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-16T04:04:03.815Z[ recovery-image] Oct 16 04:04:02.326 INFO O| Oct 16 04:04:02.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53522024-10-16T04:04:03.817Z[ recovery-image] Oct 16 04:04:02.326 INFO O| Oct 16 04:04:02.326 INFO STEP 399 (remove_files) COMPLETE
53532024-10-16T04:04:03.817Z[ recovery-image] Oct 16 04:04:02.326 INFO O| Oct 16 04:04:02.326 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-16T04:04:03.837Z[ recovery-image] Oct 16 04:04:02.348 INFO O| Oct 16 04:04:02.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53552024-10-16T04:04:03.840Z[ recovery-image] Oct 16 04:04:02.348 INFO O| Oct 16 04:04:02.348 INFO STEP 400 (remove_files) COMPLETE
53562024-10-16T04:04:03.840Z[ recovery-image] Oct 16 04:04:02.348 INFO O| Oct 16 04:04:02.348 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-16T04:04:03.859Z[ recovery-image] Oct 16 04:04:02.370 INFO O| Oct 16 04:04:02.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53582024-10-16T04:04:03.862Z[ recovery-image] Oct 16 04:04:02.370 INFO O| Oct 16 04:04:02.370 INFO STEP 401 (remove_files) COMPLETE
53592024-10-16T04:04:03.862Z[ recovery-image] Oct 16 04:04:02.370 INFO O| Oct 16 04:04:02.370 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-16T04:04:03.882Z[ recovery-image] Oct 16 04:04:02.392 INFO O| Oct 16 04:04:02.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53612024-10-16T04:04:03.884Z[ recovery-image] Oct 16 04:04:02.392 INFO O| Oct 16 04:04:02.392 INFO STEP 402 (remove_files) COMPLETE
53622024-10-16T04:04:03.884Z[ recovery-image] Oct 16 04:04:02.392 INFO O| Oct 16 04:04:02.392 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-16T04:04:03.902Z[ recovery-image] Oct 16 04:04:02.413 INFO O| Oct 16 04:04:02.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53642024-10-16T04:04:03.905Z[ recovery-image] Oct 16 04:04:02.413 INFO O| Oct 16 04:04:02.413 INFO STEP 403 (remove_files) COMPLETE
53652024-10-16T04:04:03.905Z[ recovery-image] Oct 16 04:04:02.414 INFO O| Oct 16 04:04:02.413 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-16T04:04:03.926Z[ recovery-image] Oct 16 04:04:02.437 INFO O| Oct 16 04:04:02.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53672024-10-16T04:04:03.928Z[ recovery-image] Oct 16 04:04:02.438 INFO O| Oct 16 04:04:02.437 INFO STEP 404 (remove_files) COMPLETE
53682024-10-16T04:04:03.929Z[ recovery-image] Oct 16 04:04:02.438 INFO O| Oct 16 04:04:02.438 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-16T04:04:03.950Z[ recovery-image] Oct 16 04:04:02.461 INFO O| Oct 16 04:04:02.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53702024-10-16T04:04:03.953Z[ recovery-image] Oct 16 04:04:02.461 INFO O| Oct 16 04:04:02.461 INFO STEP 405 (remove_files) COMPLETE
53712024-10-16T04:04:03.953Z[ recovery-image] Oct 16 04:04:02.462 INFO O| Oct 16 04:04:02.462 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-16T04:04:03.974Z[ recovery-image] Oct 16 04:04:02.485 INFO O| Oct 16 04:04:02.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53732024-10-16T04:04:03.977Z[ recovery-image] Oct 16 04:04:02.486 INFO O| Oct 16 04:04:02.486 INFO STEP 406 (remove_files) COMPLETE
53742024-10-16T04:04:03.977Z[ recovery-image] Oct 16 04:04:02.486 INFO O| Oct 16 04:04:02.486 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-16T04:04:03.998Z[ recovery-image] Oct 16 04:04:02.510 INFO O| Oct 16 04:04:02.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53762024-10-16T04:04:04.002Z[ recovery-image] Oct 16 04:04:02.510 INFO O| Oct 16 04:04:02.510 INFO STEP 407 (remove_files) COMPLETE
53772024-10-16T04:04:04.002Z[ recovery-image] Oct 16 04:04:02.510 INFO O| Oct 16 04:04:02.510 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-16T04:04:04.023Z[ recovery-image] Oct 16 04:04:02.534 INFO O| Oct 16 04:04:02.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53792024-10-16T04:04:04.025Z[ recovery-image] Oct 16 04:04:02.534 INFO O| Oct 16 04:04:02.534 INFO STEP 408 (remove_files) COMPLETE
53802024-10-16T04:04:04.025Z[ recovery-image] Oct 16 04:04:02.534 INFO O| Oct 16 04:04:02.534 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-16T04:04:04.047Z[ recovery-image] Oct 16 04:04:02.558 INFO O| Oct 16 04:04:02.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53822024-10-16T04:04:04.050Z[ recovery-image] Oct 16 04:04:02.559 INFO O| Oct 16 04:04:02.559 INFO STEP 409 (remove_files) COMPLETE
53832024-10-16T04:04:04.050Z[ recovery-image] Oct 16 04:04:02.559 INFO O| Oct 16 04:04:02.559 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-16T04:04:04.074Z[ recovery-image] Oct 16 04:04:02.585 INFO O| Oct 16 04:04:02.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53852024-10-16T04:04:04.077Z[ recovery-image] Oct 16 04:04:02.585 INFO O| Oct 16 04:04:02.585 INFO STEP 410 (remove_files) COMPLETE
53862024-10-16T04:04:04.077Z[ recovery-image] Oct 16 04:04:02.585 INFO O| Oct 16 04:04:02.585 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-16T04:04:04.100Z[ recovery-image] Oct 16 04:04:02.611 INFO O| Oct 16 04:04:02.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53882024-10-16T04:04:04.103Z[ recovery-image] Oct 16 04:04:02.611 INFO O| Oct 16 04:04:02.611 INFO STEP 411 (remove_files) COMPLETE
53892024-10-16T04:04:04.103Z[ recovery-image] Oct 16 04:04:02.611 INFO O| Oct 16 04:04:02.611 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-16T04:04:04.127Z[ recovery-image] Oct 16 04:04:02.637 INFO O| Oct 16 04:04:02.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53912024-10-16T04:04:04.129Z[ recovery-image] Oct 16 04:04:02.638 INFO O| Oct 16 04:04:02.638 INFO STEP 412 (remove_files) COMPLETE
53922024-10-16T04:04:04.129Z[ recovery-image] Oct 16 04:04:02.638 INFO O| Oct 16 04:04:02.638 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-16T04:04:04.153Z[ recovery-image] Oct 16 04:04:02.664 INFO O| Oct 16 04:04:02.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53942024-10-16T04:04:04.155Z[ recovery-image] Oct 16 04:04:02.664 INFO O| Oct 16 04:04:02.664 INFO STEP 413 (remove_files) COMPLETE
53952024-10-16T04:04:04.155Z[ recovery-image] Oct 16 04:04:02.664 INFO O| Oct 16 04:04:02.664 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-16T04:04:04.176Z[ recovery-image] Oct 16 04:04:02.687 INFO O| Oct 16 04:04:02.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53972024-10-16T04:04:04.179Z[ recovery-image] Oct 16 04:04:02.688 INFO O| Oct 16 04:04:02.688 INFO STEP 414 (remove_files) COMPLETE
53982024-10-16T04:04:04.179Z[ recovery-image] Oct 16 04:04:02.688 INFO O| Oct 16 04:04:02.688 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-16T04:04:04.199Z[ recovery-image] Oct 16 04:04:02.710 INFO O| Oct 16 04:04:02.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54002024-10-16T04:04:04.202Z[ recovery-image] Oct 16 04:04:02.710 INFO O| Oct 16 04:04:02.710 INFO STEP 415 (remove_files) COMPLETE
54012024-10-16T04:04:04.202Z[ recovery-image] Oct 16 04:04:02.711 INFO O| Oct 16 04:04:02.710 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-16T04:04:04.225Z[ recovery-image] Oct 16 04:04:02.736 INFO O| Oct 16 04:04:02.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54032024-10-16T04:04:04.225Z[ recovery-image] Oct 16 04:04:02.736 INFO O| Oct 16 04:04:02.736 INFO STEP 416 (remove_files) COMPLETE
54042024-10-16T04:04:04.228Z[ recovery-image] Oct 16 04:04:02.736 INFO O| Oct 16 04:04:02.736 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-16T04:04:04.252Z[ recovery-image] Oct 16 04:04:02.763 INFO O| Oct 16 04:04:02.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54062024-10-16T04:04:04.255Z[ recovery-image] Oct 16 04:04:02.763 INFO O| Oct 16 04:04:02.763 INFO STEP 417 (remove_files) COMPLETE
54072024-10-16T04:04:04.255Z[ recovery-image] Oct 16 04:04:02.763 INFO O| Oct 16 04:04:02.763 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-16T04:04:04.307Z[ recovery-image] Oct 16 04:04:02.818 INFO O| Oct 16 04:04:02.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54092024-10-16T04:04:04.307Z[ recovery-image] Oct 16 04:04:02.818 INFO O| Oct 16 04:04:02.818 INFO STEP 418 (remove_files) COMPLETE
54102024-10-16T04:04:04.307Z[ recovery-image] Oct 16 04:04:02.818 INFO O| Oct 16 04:04:02.818 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-16T04:04:04.407Z[ recovery-image] Oct 16 04:04:02.918 INFO O| Oct 16 04:04:02.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54122024-10-16T04:04:04.407Z[ recovery-image] Oct 16 04:04:02.918 INFO O| Oct 16 04:04:02.918 INFO STEP 419 (remove_files) COMPLETE
54132024-10-16T04:04:04.407Z[ recovery-image] Oct 16 04:04:02.918 INFO O| Oct 16 04:04:02.918 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-16T04:04:04.432Z[ recovery-image] Oct 16 04:04:02.943 INFO O| Oct 16 04:04:02.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54152024-10-16T04:04:04.432Z[ recovery-image] Oct 16 04:04:02.943 INFO O| Oct 16 04:04:02.943 INFO STEP 420 (remove_files) COMPLETE
54162024-10-16T04:04:04.432Z[ recovery-image] Oct 16 04:04:02.943 INFO O| Oct 16 04:04:02.943 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-16T04:04:04.455Z[ recovery-image] Oct 16 04:04:02.966 INFO O| Oct 16 04:04:02.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54182024-10-16T04:04:04.455Z[ recovery-image] Oct 16 04:04:02.966 INFO O| Oct 16 04:04:02.966 INFO STEP 421 (remove_files) COMPLETE
54192024-10-16T04:04:04.455Z[ recovery-image] Oct 16 04:04:02.966 INFO O| Oct 16 04:04:02.966 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-16T04:04:04.478Z[ recovery-image] Oct 16 04:04:02.989 INFO O| Oct 16 04:04:02.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54212024-10-16T04:04:04.478Z[ recovery-image] Oct 16 04:04:02.989 INFO O| Oct 16 04:04:02.989 INFO STEP 422 (remove_files) COMPLETE
54222024-10-16T04:04:04.478Z[ recovery-image] Oct 16 04:04:02.989 INFO O| Oct 16 04:04:02.989 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-16T04:04:04.502Z[ recovery-image] Oct 16 04:04:03.013 INFO O| Oct 16 04:04:03.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54242024-10-16T04:04:04.502Z[ recovery-image] Oct 16 04:04:03.013 INFO O| Oct 16 04:04:03.013 INFO STEP 423 (remove_files) COMPLETE
54252024-10-16T04:04:04.502Z[ recovery-image] Oct 16 04:04:03.013 INFO O| Oct 16 04:04:03.013 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-16T04:04:04.521Z[ recovery-image] Oct 16 04:04:03.032 INFO O| Oct 16 04:04:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54272024-10-16T04:04:04.521Z[ recovery-image] Oct 16 04:04:03.032 INFO O| Oct 16 04:04:03.032 INFO STEP 424 (remove_files) COMPLETE
54282024-10-16T04:04:04.521Z[ recovery-image] Oct 16 04:04:03.032 INFO O| Oct 16 04:04:03.032 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-16T04:04:04.541Z[ recovery-image] Oct 16 04:04:03.052 INFO O| Oct 16 04:04:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54302024-10-16T04:04:04.541Z[ recovery-image] Oct 16 04:04:03.052 INFO O| Oct 16 04:04:03.052 INFO STEP 425 (remove_files) COMPLETE
54312024-10-16T04:04:04.541Z[ recovery-image] Oct 16 04:04:03.052 INFO O| Oct 16 04:04:03.052 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-16T04:04:04.561Z[ recovery-image] Oct 16 04:04:03.072 INFO O| Oct 16 04:04:03.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54332024-10-16T04:04:04.561Z[ recovery-image] Oct 16 04:04:03.072 INFO O| Oct 16 04:04:03.072 INFO STEP 426 (remove_files) COMPLETE
54342024-10-16T04:04:04.561Z[ recovery-image] Oct 16 04:04:03.072 INFO O| Oct 16 04:04:03.072 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-16T04:04:04.583Z[ recovery-image] Oct 16 04:04:03.094 INFO O| Oct 16 04:04:03.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54362024-10-16T04:04:04.583Z[ recovery-image] Oct 16 04:04:03.094 INFO O| Oct 16 04:04:03.094 INFO STEP 427 (remove_files) COMPLETE
54372024-10-16T04:04:04.583Z[ recovery-image] Oct 16 04:04:03.094 INFO O| Oct 16 04:04:03.094 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-16T04:04:04.607Z[ recovery-image] Oct 16 04:04:03.117 INFO O| Oct 16 04:04:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54392024-10-16T04:04:04.607Z[ recovery-image] Oct 16 04:04:03.117 INFO O| Oct 16 04:04:03.117 INFO STEP 428 (remove_files) COMPLETE
54402024-10-16T04:04:04.607Z[ recovery-image] Oct 16 04:04:03.117 INFO O| Oct 16 04:04:03.117 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-16T04:04:04.631Z[ recovery-image] Oct 16 04:04:03.142 INFO O| Oct 16 04:04:03.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54422024-10-16T04:04:04.631Z[ recovery-image] Oct 16 04:04:03.143 INFO O| Oct 16 04:04:03.143 INFO STEP 429 (remove_files) COMPLETE
54432024-10-16T04:04:04.631Z[ recovery-image] Oct 16 04:04:03.143 INFO O| Oct 16 04:04:03.143 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-16T04:04:04.658Z[ recovery-image] Oct 16 04:04:03.169 INFO O| Oct 16 04:04:03.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54452024-10-16T04:04:04.658Z[ recovery-image] Oct 16 04:04:03.169 INFO O| Oct 16 04:04:03.169 INFO STEP 430 (remove_files) COMPLETE
54462024-10-16T04:04:04.658Z[ recovery-image] Oct 16 04:04:03.169 INFO O| Oct 16 04:04:03.169 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-16T04:04:04.683Z[ recovery-image] Oct 16 04:04:03.195 INFO O| Oct 16 04:04:03.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54482024-10-16T04:04:04.683Z[ recovery-image] Oct 16 04:04:03.195 INFO O| Oct 16 04:04:03.195 INFO STEP 431 (remove_files) COMPLETE
54492024-10-16T04:04:04.683Z[ recovery-image] Oct 16 04:04:03.195 INFO O| Oct 16 04:04:03.195 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-16T04:04:04.710Z[ recovery-image] Oct 16 04:04:03.221 INFO O| Oct 16 04:04:03.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54512024-10-16T04:04:04.710Z[ recovery-image] Oct 16 04:04:03.221 INFO O| Oct 16 04:04:03.221 INFO STEP 432 (remove_files) COMPLETE
54522024-10-16T04:04:04.713Z[ recovery-image] Oct 16 04:04:03.221 INFO O| Oct 16 04:04:03.221 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-16T04:04:04.734Z[ recovery-image] Oct 16 04:04:03.245 INFO O| Oct 16 04:04:03.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54542024-10-16T04:04:04.737Z[ recovery-image] Oct 16 04:04:03.245 INFO O| Oct 16 04:04:03.245 INFO STEP 433 (remove_files) COMPLETE
54552024-10-16T04:04:04.737Z[ recovery-image] Oct 16 04:04:03.246 INFO O| Oct 16 04:04:03.246 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-16T04:04:04.759Z[ recovery-image] Oct 16 04:04:03.270 INFO O| Oct 16 04:04:03.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54572024-10-16T04:04:04.766Z[ recovery-image] Oct 16 04:04:03.271 INFO O| Oct 16 04:04:03.271 INFO STEP 434 (remove_files) COMPLETE
54582024-10-16T04:04:04.766Z[ recovery-image] Oct 16 04:04:03.271 INFO O| Oct 16 04:04:03.271 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-16T04:04:04.784Z[ recovery-image] Oct 16 04:04:03.295 INFO O| Oct 16 04:04:03.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54602024-10-16T04:04:04.786Z[ recovery-image] Oct 16 04:04:03.295 INFO O| Oct 16 04:04:03.295 INFO STEP 435 (remove_files) COMPLETE
54612024-10-16T04:04:04.786Z[ recovery-image] Oct 16 04:04:03.295 INFO O| Oct 16 04:04:03.295 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-16T04:04:04.809Z[ recovery-image] Oct 16 04:04:03.320 INFO O| Oct 16 04:04:03.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54632024-10-16T04:04:04.809Z[ recovery-image] Oct 16 04:04:03.320 INFO O| Oct 16 04:04:03.320 INFO STEP 436 (remove_files) COMPLETE
54642024-10-16T04:04:04.811Z[ recovery-image] Oct 16 04:04:03.320 INFO O| Oct 16 04:04:03.320 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-10-16T04:04:04.833Z[ recovery-image] Oct 16 04:04:03.344 INFO O| Oct 16 04:04:03.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54662024-10-16T04:04:04.836Z[ recovery-image] Oct 16 04:04:03.344 INFO O| Oct 16 04:04:03.344 INFO STEP 437 (remove_files) COMPLETE
54672024-10-16T04:04:04.836Z[ recovery-image] Oct 16 04:04:03.344 INFO O| Oct 16 04:04:03.344 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-16T04:04:04.856Z[ recovery-image] Oct 16 04:04:03.367 INFO O| Oct 16 04:04:03.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54692024-10-16T04:04:04.856Z[ recovery-image] Oct 16 04:04:03.367 INFO O| Oct 16 04:04:03.367 INFO STEP 438 (remove_files) COMPLETE
54702024-10-16T04:04:04.917Z[ recovery-image] Oct 16 04:04:03.368 INFO O| Oct 16 04:04:03.368 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-10-16T04:04:04.921Z[ recovery-image] Oct 16 04:04:03.392 INFO O| Oct 16 04:04:03.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54722024-10-16T04:04:04.921Z[ recovery-image] Oct 16 04:04:03.392 INFO O| Oct 16 04:04:03.392 INFO STEP 439 (remove_files) COMPLETE
54732024-10-16T04:04:04.921Z[ recovery-image] Oct 16 04:04:03.393 INFO O| Oct 16 04:04:03.392 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-16T04:04:04.921Z[ recovery-image] Oct 16 04:04:03.416 INFO O| Oct 16 04:04:03.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54752024-10-16T04:04:04.921Z[ recovery-image] Oct 16 04:04:03.416 INFO O| Oct 16 04:04:03.416 INFO STEP 440 (remove_files) COMPLETE
54762024-10-16T04:04:04.921Z[ recovery-image] Oct 16 04:04:03.416 INFO O| Oct 16 04:04:03.416 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-16T04:04:04.926Z[ recovery-image] Oct 16 04:04:03.438 INFO O| Oct 16 04:04:03.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54782024-10-16T04:04:04.926Z[ recovery-image] Oct 16 04:04:03.438 INFO O| Oct 16 04:04:03.438 INFO STEP 441 (remove_files) COMPLETE
54792024-10-16T04:04:04.929Z[ recovery-image] Oct 16 04:04:03.438 INFO O| Oct 16 04:04:03.438 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-10-16T04:04:04.954Z[ recovery-image] Oct 16 04:04:03.465 INFO O| Oct 16 04:04:03.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54812024-10-16T04:04:04.954Z[ recovery-image] Oct 16 04:04:03.465 INFO O| Oct 16 04:04:03.465 INFO STEP 442 (remove_files) COMPLETE
54822024-10-16T04:04:04.957Z[ recovery-image] Oct 16 04:04:03.465 INFO O| Oct 16 04:04:03.465 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-10-16T04:04:05.051Z[ recovery-image] Oct 16 04:04:03.562 INFO O| Oct 16 04:04:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54842024-10-16T04:04:05.054Z[ recovery-image] Oct 16 04:04:03.562 INFO O| Oct 16 04:04:03.562 INFO STEP 443 (remove_files) COMPLETE
54852024-10-16T04:04:05.054Z[ recovery-image] Oct 16 04:04:03.562 INFO O| Oct 16 04:04:03.562 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-16T04:04:05.140Z[ recovery-image] Oct 16 04:04:03.651 INFO O| Oct 16 04:04:03.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54872024-10-16T04:04:05.140Z[ recovery-image] Oct 16 04:04:03.651 INFO O| Oct 16 04:04:03.651 INFO STEP 444 (remove_files) COMPLETE
54882024-10-16T04:04:05.140Z[ recovery-image] Oct 16 04:04:03.651 INFO O| Oct 16 04:04:03.651 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-16T04:04:05.165Z[ recovery-image] Oct 16 04:04:03.676 INFO O| Oct 16 04:04:03.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54902024-10-16T04:04:05.165Z[ recovery-image] Oct 16 04:04:03.676 INFO O| Oct 16 04:04:03.676 INFO STEP 445 (remove_files) COMPLETE
54912024-10-16T04:04:05.168Z[ recovery-image] Oct 16 04:04:03.676 INFO O| Oct 16 04:04:03.676 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-16T04:04:05.189Z[ recovery-image] Oct 16 04:04:03.700 INFO O| Oct 16 04:04:03.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54932024-10-16T04:04:05.189Z[ recovery-image] Oct 16 04:04:03.700 INFO O| Oct 16 04:04:03.700 INFO STEP 446 (remove_files) COMPLETE
54942024-10-16T04:04:05.192Z[ recovery-image] Oct 16 04:04:03.700 INFO O| Oct 16 04:04:03.700 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-16T04:04:05.214Z[ recovery-image] Oct 16 04:04:03.725 INFO O| Oct 16 04:04:03.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54962024-10-16T04:04:05.214Z[ recovery-image] Oct 16 04:04:03.725 INFO O| Oct 16 04:04:03.725 INFO STEP 447 (remove_files) COMPLETE
54972024-10-16T04:04:05.217Z[ recovery-image] Oct 16 04:04:03.725 INFO O| Oct 16 04:04:03.725 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-16T04:04:05.239Z[ recovery-image] Oct 16 04:04:03.749 INFO O| Oct 16 04:04:03.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54992024-10-16T04:04:05.241Z[ recovery-image] Oct 16 04:04:03.750 INFO O| Oct 16 04:04:03.750 INFO STEP 448 (remove_files) COMPLETE
55002024-10-16T04:04:05.242Z[ recovery-image] Oct 16 04:04:03.750 INFO O| Oct 16 04:04:03.750 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-16T04:04:05.283Z[ recovery-image] Oct 16 04:04:03.794 INFO O| Oct 16 04:04:03.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55022024-10-16T04:04:05.283Z[ recovery-image] Oct 16 04:04:03.794 INFO O| Oct 16 04:04:03.794 INFO STEP 449 (remove_files) COMPLETE
55032024-10-16T04:04:05.286Z[ recovery-image] Oct 16 04:04:03.794 INFO O| Oct 16 04:04:03.794 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-16T04:04:05.330Z[ recovery-image] Oct 16 04:04:03.841 INFO O| Oct 16 04:04:03.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55052024-10-16T04:04:05.332Z[ recovery-image] Oct 16 04:04:03.841 INFO O| Oct 16 04:04:03.841 INFO STEP 450 (remove_files) COMPLETE
55062024-10-16T04:04:05.332Z[ recovery-image] Oct 16 04:04:03.841 INFO O| Oct 16 04:04:03.841 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-16T04:04:05.355Z[ recovery-image] Oct 16 04:04:03.866 INFO O| Oct 16 04:04:03.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55082024-10-16T04:04:05.355Z[ recovery-image] Oct 16 04:04:03.866 INFO O| Oct 16 04:04:03.866 INFO STEP 451 (remove_files) COMPLETE
55092024-10-16T04:04:05.355Z[ recovery-image] Oct 16 04:04:03.866 INFO O| Oct 16 04:04:03.866 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-16T04:04:05.379Z[ recovery-image] Oct 16 04:04:03.890 INFO O| Oct 16 04:04:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55112024-10-16T04:04:05.379Z[ recovery-image] Oct 16 04:04:03.890 INFO O| Oct 16 04:04:03.890 INFO STEP 452 (remove_files) COMPLETE
55122024-10-16T04:04:05.382Z[ recovery-image] Oct 16 04:04:03.890 INFO O| Oct 16 04:04:03.890 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-16T04:04:05.403Z[ recovery-image] Oct 16 04:04:03.914 INFO O| Oct 16 04:04:03.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55142024-10-16T04:04:05.403Z[ recovery-image] Oct 16 04:04:03.914 INFO O| Oct 16 04:04:03.914 INFO STEP 453 (remove_files) COMPLETE
55152024-10-16T04:04:05.403Z[ recovery-image] Oct 16 04:04:03.914 INFO O| Oct 16 04:04:03.914 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-16T04:04:05.426Z[ recovery-image] Oct 16 04:04:03.937 INFO O| Oct 16 04:04:03.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55172024-10-16T04:04:05.429Z[ recovery-image] Oct 16 04:04:03.937 INFO O| Oct 16 04:04:03.937 INFO STEP 454 (remove_files) COMPLETE
55182024-10-16T04:04:05.429Z[ recovery-image] Oct 16 04:04:03.937 INFO O| Oct 16 04:04:03.937 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-16T04:04:05.457Z[ recovery-image] Oct 16 04:04:03.968 INFO O| Oct 16 04:04:03.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55202024-10-16T04:04:05.457Z[ recovery-image] Oct 16 04:04:03.968 INFO O| Oct 16 04:04:03.968 INFO STEP 455 (remove_files) COMPLETE
55212024-10-16T04:04:05.457Z[ recovery-image] Oct 16 04:04:03.968 INFO O| Oct 16 04:04:03.968 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-16T04:04:05.481Z[ recovery-image] Oct 16 04:04:03.992 INFO O| Oct 16 04:04:03.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55232024-10-16T04:04:05.481Z[ recovery-image] Oct 16 04:04:03.992 INFO O| Oct 16 04:04:03.992 INFO STEP 456 (remove_files) COMPLETE
55242024-10-16T04:04:05.481Z[ recovery-image] Oct 16 04:04:03.992 INFO O| Oct 16 04:04:03.992 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-16T04:04:05.510Z[ recovery-image] Oct 16 04:04:04.021 INFO O| Oct 16 04:04:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55262024-10-16T04:04:05.510Z[ recovery-image] Oct 16 04:04:04.021 INFO O| Oct 16 04:04:04.021 INFO STEP 457 (remove_files) COMPLETE
55272024-10-16T04:04:05.510Z[ recovery-image] Oct 16 04:04:04.021 INFO O| Oct 16 04:04:04.021 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-16T04:04:05.533Z[ recovery-image] Oct 16 04:04:04.044 INFO O| Oct 16 04:04:04.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55292024-10-16T04:04:05.533Z[ recovery-image] Oct 16 04:04:04.044 INFO O| Oct 16 04:04:04.044 INFO STEP 458 (remove_files) COMPLETE
55302024-10-16T04:04:05.533Z[ recovery-image] Oct 16 04:04:04.045 INFO O| Oct 16 04:04:04.044 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-16T04:04:05.559Z[ recovery-image] Oct 16 04:04:04.070 INFO O| Oct 16 04:04:04.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55322024-10-16T04:04:05.559Z[ recovery-image] Oct 16 04:04:04.070 INFO O| Oct 16 04:04:04.070 INFO STEP 459 (remove_files) COMPLETE
55332024-10-16T04:04:05.559Z[ recovery-image] Oct 16 04:04:04.070 INFO O| Oct 16 04:04:04.070 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-16T04:04:05.597Z[ recovery-image] Oct 16 04:04:04.108 INFO O| Oct 16 04:04:04.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55352024-10-16T04:04:05.598Z[ recovery-image] Oct 16 04:04:04.108 INFO O| Oct 16 04:04:04.108 INFO STEP 460 (remove_files) COMPLETE
55362024-10-16T04:04:05.598Z[ recovery-image] Oct 16 04:04:04.108 INFO O| Oct 16 04:04:04.108 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-16T04:04:05.634Z[ recovery-image] Oct 16 04:04:04.145 INFO O| Oct 16 04:04:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55382024-10-16T04:04:05.634Z[ recovery-image] Oct 16 04:04:04.145 INFO O| Oct 16 04:04:04.145 INFO STEP 461 (remove_files) COMPLETE
55392024-10-16T04:04:05.634Z[ recovery-image] Oct 16 04:04:04.145 INFO O| Oct 16 04:04:04.145 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-16T04:04:05.658Z[ recovery-image] Oct 16 04:04:04.169 INFO O| Oct 16 04:04:04.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55412024-10-16T04:04:05.658Z[ recovery-image] Oct 16 04:04:04.169 INFO O| Oct 16 04:04:04.169 INFO STEP 462 (remove_files) COMPLETE
55422024-10-16T04:04:05.658Z[ recovery-image] Oct 16 04:04:04.169 INFO O| Oct 16 04:04:04.169 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-16T04:04:05.683Z[ recovery-image] Oct 16 04:04:04.194 INFO O| Oct 16 04:04:04.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55442024-10-16T04:04:05.683Z[ recovery-image] Oct 16 04:04:04.194 INFO O| Oct 16 04:04:04.194 INFO STEP 463 (remove_files) COMPLETE
55452024-10-16T04:04:05.683Z[ recovery-image] Oct 16 04:04:04.194 INFO O| Oct 16 04:04:04.194 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-16T04:04:05.726Z[ recovery-image] Oct 16 04:04:04.237 INFO O| Oct 16 04:04:04.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55472024-10-16T04:04:05.726Z[ recovery-image] Oct 16 04:04:04.237 INFO O| Oct 16 04:04:04.237 INFO STEP 464 (remove_files) COMPLETE
55482024-10-16T04:04:05.726Z[ recovery-image] Oct 16 04:04:04.237 INFO O| Oct 16 04:04:04.237 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-16T04:04:05.771Z[ recovery-image] Oct 16 04:04:04.282 INFO O| Oct 16 04:04:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55502024-10-16T04:04:05.772Z[ recovery-image] Oct 16 04:04:04.282 INFO O| Oct 16 04:04:04.282 INFO STEP 465 (remove_files) COMPLETE
55512024-10-16T04:04:05.772Z[ recovery-image] Oct 16 04:04:04.282 INFO O| Oct 16 04:04:04.282 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-16T04:04:05.828Z[ recovery-image] Oct 16 04:04:04.338 INFO O| Oct 16 04:04:04.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55532024-10-16T04:04:05.828Z[ recovery-image] Oct 16 04:04:04.338 INFO O| Oct 16 04:04:04.338 INFO STEP 466 (remove_files) COMPLETE
55542024-10-16T04:04:05.828Z[ recovery-image] Oct 16 04:04:04.338 INFO O| Oct 16 04:04:04.338 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-16T04:04:05.952Z[ recovery-image] Oct 16 04:04:04.463 INFO O| Oct 16 04:04:04.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55562024-10-16T04:04:05.952Z[ recovery-image] Oct 16 04:04:04.463 INFO O| Oct 16 04:04:04.463 INFO STEP 467 (remove_files) COMPLETE
55572024-10-16T04:04:05.955Z[ recovery-image] Oct 16 04:04:04.463 INFO O| Oct 16 04:04:04.463 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-16T04:04:05.976Z[ recovery-image] Oct 16 04:04:04.487 INFO O| Oct 16 04:04:04.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55592024-10-16T04:04:05.976Z[ recovery-image] Oct 16 04:04:04.487 INFO O| Oct 16 04:04:04.487 INFO STEP 468 (remove_files) COMPLETE
55602024-10-16T04:04:05.979Z[ recovery-image] Oct 16 04:04:04.487 INFO O| Oct 16 04:04:04.487 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-10-16T04:04:06.000Z[ recovery-image] Oct 16 04:04:04.511 INFO O| Oct 16 04:04:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55622024-10-16T04:04:06.000Z[ recovery-image] Oct 16 04:04:04.511 INFO O| Oct 16 04:04:04.511 INFO STEP 469 (remove_files) COMPLETE
55632024-10-16T04:04:06.000Z[ recovery-image] Oct 16 04:04:04.511 INFO O| Oct 16 04:04:04.511 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-16T04:04:06.025Z[ recovery-image] Oct 16 04:04:04.535 INFO O| Oct 16 04:04:04.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55652024-10-16T04:04:06.025Z[ recovery-image] Oct 16 04:04:04.536 INFO O| Oct 16 04:04:04.536 INFO STEP 470 (remove_files) COMPLETE
55662024-10-16T04:04:06.028Z[ recovery-image] Oct 16 04:04:04.536 INFO O| Oct 16 04:04:04.536 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-16T04:04:06.049Z[ recovery-image] Oct 16 04:04:04.560 INFO O| Oct 16 04:04:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55682024-10-16T04:04:06.049Z[ recovery-image] Oct 16 04:04:04.560 INFO O| Oct 16 04:04:04.560 INFO STEP 471 (remove_files) COMPLETE
55692024-10-16T04:04:06.052Z[ recovery-image] Oct 16 04:04:04.560 INFO O| Oct 16 04:04:04.560 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-16T04:04:06.073Z[ recovery-image] Oct 16 04:04:04.584 INFO O| Oct 16 04:04:04.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55712024-10-16T04:04:06.073Z[ recovery-image] Oct 16 04:04:04.584 INFO O| Oct 16 04:04:04.584 INFO STEP 472 (remove_files) COMPLETE
55722024-10-16T04:04:06.076Z[ recovery-image] Oct 16 04:04:04.584 INFO O| Oct 16 04:04:04.584 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-16T04:04:06.096Z[ recovery-image] Oct 16 04:04:04.607 INFO O| Oct 16 04:04:04.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55742024-10-16T04:04:06.096Z[ recovery-image] Oct 16 04:04:04.607 INFO O| Oct 16 04:04:04.607 INFO STEP 473 (remove_files) COMPLETE
55752024-10-16T04:04:06.096Z[ recovery-image] Oct 16 04:04:04.607 INFO O| Oct 16 04:04:04.607 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-10-16T04:04:06.122Z[ recovery-image] Oct 16 04:04:04.633 INFO O| Oct 16 04:04:04.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55772024-10-16T04:04:06.122Z[ recovery-image] Oct 16 04:04:04.633 INFO O| Oct 16 04:04:04.633 INFO STEP 474 (remove_files) COMPLETE
55782024-10-16T04:04:06.125Z[ recovery-image] Oct 16 04:04:04.633 INFO O| Oct 16 04:04:04.633 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-10-16T04:04:06.125Z[ host-image] Oct 16 04:04:04.636 INFO O| Oct 16 04:04:04.636 INFO O| Download: Completed 8.42 MB in 8.81 seconds (978k/s)
55802024-10-16T04:04:06.149Z[ recovery-image] Oct 16 04:04:04.660 INFO O| Oct 16 04:04:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55812024-10-16T04:04:06.149Z[ recovery-image] Oct 16 04:04:04.660 INFO O| Oct 16 04:04:04.660 INFO STEP 475 (remove_files) COMPLETE
55822024-10-16T04:04:06.149Z[ recovery-image] Oct 16 04:04:04.660 INFO O| Oct 16 04:04:04.660 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-16T04:04:06.216Z[ recovery-image] Oct 16 04:04:04.726 INFO O| Oct 16 04:04:04.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55842024-10-16T04:04:06.216Z[ recovery-image] Oct 16 04:04:04.726 INFO O| Oct 16 04:04:04.726 INFO STEP 476 (remove_files) COMPLETE
55852024-10-16T04:04:06.216Z[ recovery-image] Oct 16 04:04:04.726 INFO O| Oct 16 04:04:04.726 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-16T04:04:06.252Z[ recovery-image] Oct 16 04:04:04.762 INFO O| Oct 16 04:04:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55872024-10-16T04:04:06.252Z[ recovery-image] Oct 16 04:04:04.762 INFO O| Oct 16 04:04:04.762 INFO STEP 477 (remove_files) COMPLETE
55882024-10-16T04:04:06.252Z[ recovery-image] Oct 16 04:04:04.763 INFO O| Oct 16 04:04:04.762 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-16T04:04:06.277Z[ recovery-image] Oct 16 04:04:04.787 INFO O| Oct 16 04:04:04.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55902024-10-16T04:04:06.277Z[ recovery-image] Oct 16 04:04:04.787 INFO O| Oct 16 04:04:04.787 INFO STEP 478 (remove_files) COMPLETE
55912024-10-16T04:04:06.277Z[ recovery-image] Oct 16 04:04:04.787 INFO O| Oct 16 04:04:04.787 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-16T04:04:06.314Z[ recovery-image] Oct 16 04:04:04.824 INFO O| Oct 16 04:04:04.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55932024-10-16T04:04:06.314Z[ recovery-image] Oct 16 04:04:04.824 INFO O| Oct 16 04:04:04.824 INFO STEP 479 (remove_files) COMPLETE
55942024-10-16T04:04:06.314Z[ recovery-image] Oct 16 04:04:04.824 INFO O| Oct 16 04:04:04.824 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-16T04:04:06.321Z[ host-image] Oct 16 04:04:04.832 INFO O| Oct 16 04:04:04.832 INFO O| Actions: 1/1361 actions (Installing new actions)
55962024-10-16T04:04:06.360Z[ recovery-image] Oct 16 04:04:04.870 INFO O| Oct 16 04:04:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55972024-10-16T04:04:06.360Z[ recovery-image] Oct 16 04:04:04.870 INFO O| Oct 16 04:04:04.870 INFO STEP 480 (remove_files) COMPLETE
55982024-10-16T04:04:06.360Z[ recovery-image] Oct 16 04:04:04.870 INFO O| Oct 16 04:04:04.870 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-16T04:04:06.406Z[ recovery-image] Oct 16 04:04:04.916 INFO O| Oct 16 04:04:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56002024-10-16T04:04:06.406Z[ recovery-image] Oct 16 04:04:04.917 INFO O| Oct 16 04:04:04.917 INFO STEP 481 (remove_files) COMPLETE
56012024-10-16T04:04:06.408Z[ recovery-image] Oct 16 04:04:04.917 INFO O| Oct 16 04:04:04.917 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-16T04:04:06.456Z[ recovery-image] Oct 16 04:04:04.967 INFO O| Oct 16 04:04:04.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56032024-10-16T04:04:06.456Z[ recovery-image] Oct 16 04:04:04.967 INFO O| Oct 16 04:04:04.967 INFO STEP 482 (remove_files) COMPLETE
56042024-10-16T04:04:06.459Z[ recovery-image] Oct 16 04:04:04.967 INFO O| Oct 16 04:04:04.967 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-10-16T04:04:06.482Z[ recovery-image] Oct 16 04:04:04.993 INFO O| Oct 16 04:04:04.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56062024-10-16T04:04:06.486Z[ recovery-image] Oct 16 04:04:04.994 INFO O| Oct 16 04:04:04.993 INFO STEP 483 (remove_files) COMPLETE
56072024-10-16T04:04:06.486Z[ recovery-image] Oct 16 04:04:04.994 INFO O| Oct 16 04:04:04.994 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-10-16T04:04:06.508Z[ recovery-image] Oct 16 04:04:05.019 INFO O| Oct 16 04:04:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56092024-10-16T04:04:06.508Z[ recovery-image] Oct 16 04:04:05.019 INFO O| Oct 16 04:04:05.019 INFO STEP 484 (remove_files) COMPLETE
56102024-10-16T04:04:06.511Z[ recovery-image] Oct 16 04:04:05.019 INFO O| Oct 16 04:04:05.019 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-16T04:04:06.532Z[ recovery-image] Oct 16 04:04:05.042 INFO O| Oct 16 04:04:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56122024-10-16T04:04:06.532Z[ recovery-image] Oct 16 04:04:05.043 INFO O| Oct 16 04:04:05.043 INFO STEP 485 (remove_files) COMPLETE
56132024-10-16T04:04:06.534Z[ recovery-image] Oct 16 04:04:05.043 INFO O| Oct 16 04:04:05.043 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-16T04:04:06.569Z[ recovery-image] Oct 16 04:04:05.080 INFO O| Oct 16 04:04:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56152024-10-16T04:04:06.572Z[ recovery-image] Oct 16 04:04:05.080 INFO O| Oct 16 04:04:05.080 INFO STEP 486 (remove_files) COMPLETE
56162024-10-16T04:04:06.572Z[ recovery-image] Oct 16 04:04:05.080 INFO O| Oct 16 04:04:05.080 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-16T04:04:06.613Z[ recovery-image] Oct 16 04:04:05.123 INFO O| Oct 16 04:04:05.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56182024-10-16T04:04:06.616Z[ recovery-image] Oct 16 04:04:05.124 INFO O| Oct 16 04:04:05.124 INFO STEP 487 (remove_files) COMPLETE
56192024-10-16T04:04:06.616Z[ recovery-image] Oct 16 04:04:05.124 INFO O| Oct 16 04:04:05.124 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-16T04:04:06.637Z[ recovery-image] Oct 16 04:04:05.148 INFO O| Oct 16 04:04:05.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56212024-10-16T04:04:06.640Z[ recovery-image] Oct 16 04:04:05.148 INFO O| Oct 16 04:04:05.148 INFO STEP 488 (remove_files) COMPLETE
56222024-10-16T04:04:06.640Z[ recovery-image] Oct 16 04:04:05.148 INFO O| Oct 16 04:04:05.148 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-16T04:04:06.663Z[ recovery-image] Oct 16 04:04:05.174 INFO O| Oct 16 04:04:05.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56242024-10-16T04:04:06.666Z[ recovery-image] Oct 16 04:04:05.175 INFO O| Oct 16 04:04:05.175 INFO STEP 489 (remove_files) COMPLETE
56252024-10-16T04:04:06.666Z[ recovery-image] Oct 16 04:04:05.175 INFO O| Oct 16 04:04:05.175 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-16T04:04:06.713Z[ recovery-image] Oct 16 04:04:05.223 INFO O| Oct 16 04:04:05.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56272024-10-16T04:04:06.713Z[ recovery-image] Oct 16 04:04:05.223 INFO O| Oct 16 04:04:05.223 INFO STEP 490 (remove_files) COMPLETE
56282024-10-16T04:04:06.713Z[ recovery-image] Oct 16 04:04:05.223 INFO O| Oct 16 04:04:05.223 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-16T04:04:06.789Z[ recovery-image] Oct 16 04:04:05.300 INFO O| Oct 16 04:04:05.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56302024-10-16T04:04:06.789Z[ recovery-image] Oct 16 04:04:05.300 INFO O| Oct 16 04:04:05.300 INFO STEP 491 (remove_files) COMPLETE
56312024-10-16T04:04:06.792Z[ recovery-image] Oct 16 04:04:05.300 INFO O| Oct 16 04:04:05.300 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-16T04:04:06.833Z[ recovery-image] Oct 16 04:04:05.343 INFO O| Oct 16 04:04:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56332024-10-16T04:04:06.834Z[ recovery-image] Oct 16 04:04:05.344 INFO O| Oct 16 04:04:05.344 INFO STEP 492 (remove_files) COMPLETE
56342024-10-16T04:04:06.834Z[ recovery-image] Oct 16 04:04:05.344 INFO O| Oct 16 04:04:05.344 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-16T04:04:06.854Z[ recovery-image] Oct 16 04:04:05.364 INFO O| Oct 16 04:04:05.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56362024-10-16T04:04:06.854Z[ recovery-image] Oct 16 04:04:05.365 INFO O| Oct 16 04:04:05.365 INFO STEP 493 (remove_files) COMPLETE
56372024-10-16T04:04:06.854Z[ recovery-image] Oct 16 04:04:05.365 INFO O| Oct 16 04:04:05.365 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-16T04:04:06.897Z[ recovery-image] Oct 16 04:04:05.408 INFO O| Oct 16 04:04:05.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56392024-10-16T04:04:06.897Z[ recovery-image] Oct 16 04:04:05.408 INFO O| Oct 16 04:04:05.408 INFO STEP 494 (remove_files) COMPLETE
56402024-10-16T04:04:06.897Z[ recovery-image] Oct 16 04:04:05.408 INFO O| Oct 16 04:04:05.408 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-16T04:04:06.920Z[ recovery-image] Oct 16 04:04:05.431 INFO O| Oct 16 04:04:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56422024-10-16T04:04:06.920Z[ recovery-image] Oct 16 04:04:05.431 INFO O| Oct 16 04:04:05.431 INFO STEP 495 (remove_files) COMPLETE
56432024-10-16T04:04:06.922Z[ recovery-image] Oct 16 04:04:05.431 INFO O| Oct 16 04:04:05.431 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-16T04:04:06.960Z[ recovery-image] Oct 16 04:04:05.470 INFO O| Oct 16 04:04:05.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56452024-10-16T04:04:06.960Z[ recovery-image] Oct 16 04:04:05.470 INFO O| Oct 16 04:04:05.470 INFO STEP 496 (remove_files) COMPLETE
56462024-10-16T04:04:06.960Z[ recovery-image] Oct 16 04:04:05.470 INFO O| Oct 16 04:04:05.470 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-16T04:04:07.003Z[ recovery-image] Oct 16 04:04:05.513 INFO O| Oct 16 04:04:05.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56482024-10-16T04:04:07.003Z[ recovery-image] Oct 16 04:04:05.513 INFO O| Oct 16 04:04:05.513 INFO STEP 497 (remove_files) COMPLETE
56492024-10-16T04:04:07.003Z[ recovery-image] Oct 16 04:04:05.513 INFO O| Oct 16 04:04:05.513 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-16T04:04:07.025Z[ recovery-image] Oct 16 04:04:05.536 INFO O| Oct 16 04:04:05.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56512024-10-16T04:04:07.028Z[ recovery-image] Oct 16 04:04:05.536 INFO O| Oct 16 04:04:05.536 INFO STEP 498 (remove_files) COMPLETE
56522024-10-16T04:04:07.028Z[ recovery-image] Oct 16 04:04:05.536 INFO O| Oct 16 04:04:05.536 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-16T04:04:07.065Z[ recovery-image] Oct 16 04:04:05.576 INFO O| Oct 16 04:04:05.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56542024-10-16T04:04:07.065Z[ recovery-image] Oct 16 04:04:05.576 INFO O| Oct 16 04:04:05.576 INFO STEP 499 (remove_files) COMPLETE
56552024-10-16T04:04:07.066Z[ recovery-image] Oct 16 04:04:05.576 INFO O| Oct 16 04:04:05.576 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-16T04:04:07.107Z[ recovery-image] Oct 16 04:04:05.618 INFO O| Oct 16 04:04:05.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56572024-10-16T04:04:07.108Z[ recovery-image] Oct 16 04:04:05.618 INFO O| Oct 16 04:04:05.618 INFO STEP 500 (remove_files) COMPLETE
56582024-10-16T04:04:07.110Z[ recovery-image] Oct 16 04:04:05.618 INFO O| Oct 16 04:04:05.618 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-16T04:04:07.133Z[ recovery-image] Oct 16 04:04:05.644 INFO O| Oct 16 04:04:05.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56602024-10-16T04:04:07.133Z[ recovery-image] Oct 16 04:04:05.644 INFO O| Oct 16 04:04:05.644 INFO STEP 501 (remove_files) COMPLETE
56612024-10-16T04:04:07.133Z[ recovery-image] Oct 16 04:04:05.644 INFO O| Oct 16 04:04:05.644 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-16T04:04:07.150Z[ host-image] Oct 16 04:04:05.660 INFO O| Oct 16 04:04:05.660 INFO O| Actions: Completed 1361 actions in 0.83 seconds.
56632024-10-16T04:04:07.192Z[ recovery-image] Oct 16 04:04:05.703 INFO O| Oct 16 04:04:05.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56642024-10-16T04:04:07.195Z[ recovery-image] Oct 16 04:04:05.703 INFO O| Oct 16 04:04:05.703 INFO STEP 502 (remove_files) COMPLETE
56652024-10-16T04:04:07.195Z[ recovery-image] Oct 16 04:04:05.703 INFO O| Oct 16 04:04:05.703 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-16T04:04:07.216Z[ recovery-image] Oct 16 04:04:05.727 INFO O| Oct 16 04:04:05.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56672024-10-16T04:04:07.216Z[ recovery-image] Oct 16 04:04:05.727 INFO O| Oct 16 04:04:05.727 INFO STEP 503 (remove_files) COMPLETE
56682024-10-16T04:04:07.216Z[ recovery-image] Oct 16 04:04:05.727 INFO O| Oct 16 04:04:05.727 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-16T04:04:07.241Z[ recovery-image] Oct 16 04:04:05.752 INFO O| Oct 16 04:04:05.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56702024-10-16T04:04:07.241Z[ recovery-image] Oct 16 04:04:05.752 INFO O| Oct 16 04:04:05.752 INFO STEP 504 (remove_files) COMPLETE
56712024-10-16T04:04:07.241Z[ recovery-image] Oct 16 04:04:05.752 INFO O| Oct 16 04:04:05.752 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-16T04:04:07.286Z[ recovery-image] Oct 16 04:04:05.797 INFO O| Oct 16 04:04:05.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56732024-10-16T04:04:07.289Z[ recovery-image] Oct 16 04:04:05.797 INFO O| Oct 16 04:04:05.797 INFO STEP 505 (remove_files) COMPLETE
56742024-10-16T04:04:07.289Z[ recovery-image] Oct 16 04:04:05.797 INFO O| Oct 16 04:04:05.797 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-16T04:04:07.329Z[ recovery-image] Oct 16 04:04:05.840 INFO O| Oct 16 04:04:05.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56762024-10-16T04:04:07.332Z[ recovery-image] Oct 16 04:04:05.840 INFO O| Oct 16 04:04:05.840 INFO STEP 506 (remove_files) COMPLETE
56772024-10-16T04:04:07.332Z[ recovery-image] Oct 16 04:04:05.840 INFO O| Oct 16 04:04:05.840 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-16T04:04:07.353Z[ recovery-image] Oct 16 04:04:05.864 INFO O| Oct 16 04:04:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56792024-10-16T04:04:07.356Z[ recovery-image] Oct 16 04:04:05.864 INFO O| Oct 16 04:04:05.864 INFO STEP 507 (remove_files) COMPLETE
56802024-10-16T04:04:07.356Z[ recovery-image] Oct 16 04:04:05.865 INFO O| Oct 16 04:04:05.864 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-16T04:04:07.387Z[ recovery-image] Oct 16 04:04:05.897 INFO O| Oct 16 04:04:05.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56822024-10-16T04:04:07.387Z[ recovery-image] Oct 16 04:04:05.897 INFO O| Oct 16 04:04:05.897 INFO STEP 508 (remove_files) COMPLETE
56832024-10-16T04:04:07.387Z[ recovery-image] Oct 16 04:04:05.897 INFO O| Oct 16 04:04:05.897 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-16T04:04:07.458Z[ recovery-image] Oct 16 04:04:05.968 INFO O| Oct 16 04:04:05.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56852024-10-16T04:04:07.458Z[ recovery-image] Oct 16 04:04:05.968 INFO O| Oct 16 04:04:05.968 INFO STEP 509 (remove_files) COMPLETE
56862024-10-16T04:04:07.460Z[ recovery-image] Oct 16 04:04:05.968 INFO O| Oct 16 04:04:05.968 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-16T04:04:07.493Z[ recovery-image] Oct 16 04:04:06.003 INFO O| Oct 16 04:04:06.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56882024-10-16T04:04:07.496Z[ recovery-image] Oct 16 04:04:06.004 INFO O| Oct 16 04:04:06.004 INFO STEP 510 (remove_files) COMPLETE
56892024-10-16T04:04:07.496Z[ recovery-image] Oct 16 04:04:06.004 INFO O| Oct 16 04:04:06.004 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-16T04:04:07.533Z[ recovery-image] Oct 16 04:04:06.044 INFO O| Oct 16 04:04:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56912024-10-16T04:04:07.533Z[ recovery-image] Oct 16 04:04:06.044 INFO O| Oct 16 04:04:06.044 INFO STEP 511 (remove_files) COMPLETE
56922024-10-16T04:04:07.533Z[ recovery-image] Oct 16 04:04:06.044 INFO O| Oct 16 04:04:06.044 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-16T04:04:07.558Z[ recovery-image] Oct 16 04:04:06.069 INFO O| Oct 16 04:04:06.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56942024-10-16T04:04:07.562Z[ recovery-image] Oct 16 04:04:06.070 INFO O| Oct 16 04:04:06.069 INFO STEP 512 (remove_files) COMPLETE
56952024-10-16T04:04:07.562Z[ recovery-image] Oct 16 04:04:06.070 INFO O| Oct 16 04:04:06.069 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-16T04:04:07.584Z[ recovery-image] Oct 16 04:04:06.095 INFO O| Oct 16 04:04:06.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56972024-10-16T04:04:07.584Z[ recovery-image] Oct 16 04:04:06.095 INFO O| Oct 16 04:04:06.095 INFO STEP 513 (remove_files) COMPLETE
56982024-10-16T04:04:07.587Z[ recovery-image] Oct 16 04:04:06.095 INFO O| Oct 16 04:04:06.095 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-16T04:04:07.609Z[ recovery-image] Oct 16 04:04:06.120 INFO O| Oct 16 04:04:06.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57002024-10-16T04:04:07.609Z[ recovery-image] Oct 16 04:04:06.120 INFO O| Oct 16 04:04:06.120 INFO STEP 514 (remove_files) COMPLETE
57012024-10-16T04:04:07.609Z[ recovery-image] Oct 16 04:04:06.120 INFO O| Oct 16 04:04:06.120 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-16T04:04:07.634Z[ recovery-image] Oct 16 04:04:06.145 INFO O| Oct 16 04:04:06.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57032024-10-16T04:04:07.634Z[ recovery-image] Oct 16 04:04:06.145 INFO O| Oct 16 04:04:06.145 INFO STEP 515 (remove_files) COMPLETE
57042024-10-16T04:04:07.637Z[ recovery-image] Oct 16 04:04:06.145 INFO O| Oct 16 04:04:06.145 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-16T04:04:07.690Z[ host-image] Oct 16 04:04:06.200 INFO O| Oct 16 04:04:06.200 INFO O| Done
57062024-10-16T04:04:07.690Z[ host-image] Oct 16 04:04:06.200 INFO O| Oct 16 04:04:06.200 INFO O| Done
57072024-10-16T04:04:07.695Z[ recovery-image] Oct 16 04:04:06.206 INFO O| Oct 16 04:04:06.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57082024-10-16T04:04:07.695Z[ recovery-image] Oct 16 04:04:06.206 INFO O| Oct 16 04:04:06.206 INFO STEP 516 (remove_files) COMPLETE
57092024-10-16T04:04:07.697Z[ recovery-image] Oct 16 04:04:06.206 INFO O| Oct 16 04:04:06.206 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-16T04:04:07.722Z[ recovery-image] Oct 16 04:04:06.231 INFO O| Oct 16 04:04:06.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57112024-10-16T04:04:07.722Z[ recovery-image] Oct 16 04:04:06.231 INFO O| Oct 16 04:04:06.231 INFO STEP 517 (remove_files) COMPLETE
57122024-10-16T04:04:07.722Z[ recovery-image] Oct 16 04:04:06.231 INFO O| Oct 16 04:04:06.231 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-16T04:04:07.749Z[ recovery-image] Oct 16 04:04:06.259 INFO O| Oct 16 04:04:06.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57142024-10-16T04:04:07.749Z[ recovery-image] Oct 16 04:04:06.259 INFO O| Oct 16 04:04:06.259 INFO STEP 518 (remove_files) COMPLETE
57152024-10-16T04:04:07.751Z[ recovery-image] Oct 16 04:04:06.259 INFO O| Oct 16 04:04:06.259 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-16T04:04:07.784Z[ recovery-image] Oct 16 04:04:06.294 INFO O| Oct 16 04:04:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57172024-10-16T04:04:07.784Z[ recovery-image] Oct 16 04:04:06.294 INFO O| Oct 16 04:04:06.294 INFO STEP 519 (remove_files) COMPLETE
57182024-10-16T04:04:07.784Z[ recovery-image] Oct 16 04:04:06.294 INFO O| Oct 16 04:04:06.294 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-16T04:04:07.807Z[ recovery-image] Oct 16 04:04:06.318 INFO O| Oct 16 04:04:06.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57202024-10-16T04:04:07.807Z[ recovery-image] Oct 16 04:04:06.318 INFO O| Oct 16 04:04:06.318 INFO STEP 520 (remove_files) COMPLETE
57212024-10-16T04:04:07.807Z[ recovery-image] Oct 16 04:04:06.318 INFO O| Oct 16 04:04:06.318 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-16T04:04:07.840Z[ recovery-image] Oct 16 04:04:06.350 INFO O| Oct 16 04:04:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57232024-10-16T04:04:07.840Z[ recovery-image] Oct 16 04:04:06.350 INFO O| Oct 16 04:04:06.350 INFO STEP 521 (remove_files) COMPLETE
57242024-10-16T04:04:07.842Z[ recovery-image] Oct 16 04:04:06.350 INFO O| Oct 16 04:04:06.350 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-16T04:04:07.859Z[ recovery-image] Oct 16 04:04:06.370 INFO O| Oct 16 04:04:06.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57262024-10-16T04:04:07.859Z[ recovery-image] Oct 16 04:04:06.370 INFO O| Oct 16 04:04:06.370 INFO STEP 522 (remove_files) COMPLETE
57272024-10-16T04:04:07.859Z[ recovery-image] Oct 16 04:04:06.370 INFO O| Oct 16 04:04:06.370 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-16T04:04:07.879Z[ recovery-image] Oct 16 04:04:06.390 INFO O| Oct 16 04:04:06.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57292024-10-16T04:04:07.879Z[ recovery-image] Oct 16 04:04:06.390 INFO O| Oct 16 04:04:06.390 INFO STEP 523 (remove_files) COMPLETE
57302024-10-16T04:04:07.882Z[ recovery-image] Oct 16 04:04:06.390 INFO O| Oct 16 04:04:06.390 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-16T04:04:07.899Z[ recovery-image] Oct 16 04:04:06.410 INFO O| Oct 16 04:04:06.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57322024-10-16T04:04:07.900Z[ recovery-image] Oct 16 04:04:06.410 INFO O| Oct 16 04:04:06.410 INFO STEP 524 (remove_files) COMPLETE
57332024-10-16T04:04:07.900Z[ recovery-image] Oct 16 04:04:06.410 INFO O| Oct 16 04:04:06.410 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-16T04:04:07.918Z[ recovery-image] Oct 16 04:04:06.429 INFO O| Oct 16 04:04:06.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57352024-10-16T04:04:07.918Z[ recovery-image] Oct 16 04:04:06.429 INFO O| Oct 16 04:04:06.429 INFO STEP 525 (remove_files) COMPLETE
57362024-10-16T04:04:07.918Z[ recovery-image] Oct 16 04:04:06.429 INFO O| Oct 16 04:04:06.429 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-16T04:04:07.937Z[ recovery-image] Oct 16 04:04:06.448 INFO O| Oct 16 04:04:06.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57382024-10-16T04:04:07.937Z[ recovery-image] Oct 16 04:04:06.448 INFO O| Oct 16 04:04:06.448 INFO STEP 526 (remove_files) COMPLETE
57392024-10-16T04:04:07.937Z[ recovery-image] Oct 16 04:04:06.448 INFO O| Oct 16 04:04:06.448 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-16T04:04:07.976Z[ recovery-image] Oct 16 04:04:06.487 INFO O| Oct 16 04:04:06.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57412024-10-16T04:04:07.976Z[ recovery-image] Oct 16 04:04:06.487 INFO O| Oct 16 04:04:06.487 INFO STEP 527 (remove_files) COMPLETE
57422024-10-16T04:04:07.977Z[ recovery-image] Oct 16 04:04:06.487 INFO O| Oct 16 04:04:06.487 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-16T04:04:08.008Z[ recovery-image] Oct 16 04:04:06.518 INFO O| Oct 16 04:04:06.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57442024-10-16T04:04:08.008Z[ recovery-image] Oct 16 04:04:06.519 INFO O| Oct 16 04:04:06.518 INFO STEP 528 (remove_files) COMPLETE
57452024-10-16T04:04:08.010Z[ recovery-image] Oct 16 04:04:06.519 INFO O| Oct 16 04:04:06.518 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-16T04:04:08.032Z[ recovery-image] Oct 16 04:04:06.543 INFO O| Oct 16 04:04:06.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57472024-10-16T04:04:08.032Z[ recovery-image] Oct 16 04:04:06.543 INFO O| Oct 16 04:04:06.543 INFO STEP 529 (remove_files) COMPLETE
57482024-10-16T04:04:08.032Z[ recovery-image] Oct 16 04:04:06.543 INFO O| Oct 16 04:04:06.543 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-16T04:04:08.073Z[ recovery-image] Oct 16 04:04:06.584 INFO O| Oct 16 04:04:06.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57502024-10-16T04:04:08.073Z[ recovery-image] Oct 16 04:04:06.584 INFO O| Oct 16 04:04:06.584 INFO STEP 530 (remove_files) COMPLETE
57512024-10-16T04:04:08.076Z[ recovery-image] Oct 16 04:04:06.584 INFO O| Oct 16 04:04:06.584 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-16T04:04:08.097Z[ recovery-image] Oct 16 04:04:06.608 INFO O| Oct 16 04:04:06.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57532024-10-16T04:04:08.097Z[ recovery-image] Oct 16 04:04:06.608 INFO O| Oct 16 04:04:06.608 INFO STEP 531 (remove_files) COMPLETE
57542024-10-16T04:04:08.097Z[ recovery-image] Oct 16 04:04:06.608 INFO O| Oct 16 04:04:06.608 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-16T04:04:08.125Z[ recovery-image] Oct 16 04:04:06.636 INFO O| Oct 16 04:04:06.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57562024-10-16T04:04:08.128Z[ recovery-image] Oct 16 04:04:06.636 INFO O| Oct 16 04:04:06.636 INFO STEP 532 (remove_files) COMPLETE
57572024-10-16T04:04:08.128Z[ recovery-image] Oct 16 04:04:06.637 INFO O| Oct 16 04:04:06.636 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-16T04:04:08.151Z[ recovery-image] Oct 16 04:04:06.662 INFO O| Oct 16 04:04:06.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57592024-10-16T04:04:08.154Z[ recovery-image] Oct 16 04:04:06.662 INFO O| Oct 16 04:04:06.662 INFO STEP 533 (remove_files) COMPLETE
57602024-10-16T04:04:08.154Z[ recovery-image] Oct 16 04:04:06.662 INFO O| Oct 16 04:04:06.662 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-16T04:04:08.176Z[ recovery-image] Oct 16 04:04:06.687 INFO O| Oct 16 04:04:06.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57622024-10-16T04:04:08.179Z[ recovery-image] Oct 16 04:04:06.687 INFO O| Oct 16 04:04:06.687 INFO STEP 534 (remove_files) COMPLETE
57632024-10-16T04:04:08.179Z[ recovery-image] Oct 16 04:04:06.687 INFO O| Oct 16 04:04:06.687 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-16T04:04:08.211Z[ recovery-image] Oct 16 04:04:06.722 INFO O| Oct 16 04:04:06.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57652024-10-16T04:04:08.211Z[ recovery-image] Oct 16 04:04:06.722 INFO O| Oct 16 04:04:06.722 INFO STEP 535 (remove_files) COMPLETE
57662024-10-16T04:04:08.211Z[ recovery-image] Oct 16 04:04:06.722 INFO O| Oct 16 04:04:06.722 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-16T04:04:08.234Z[ recovery-image] Oct 16 04:04:06.745 INFO O| Oct 16 04:04:06.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57682024-10-16T04:04:08.238Z[ recovery-image] Oct 16 04:04:06.745 INFO O| Oct 16 04:04:06.745 INFO STEP 536 (remove_files) COMPLETE
57692024-10-16T04:04:08.238Z[ recovery-image] Oct 16 04:04:06.745 INFO O| Oct 16 04:04:06.745 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-16T04:04:08.274Z[ recovery-image] Oct 16 04:04:06.785 INFO O| Oct 16 04:04:06.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57712024-10-16T04:04:08.274Z[ recovery-image] Oct 16 04:04:06.785 INFO O| Oct 16 04:04:06.785 INFO STEP 537 (remove_files) COMPLETE
57722024-10-16T04:04:08.274Z[ recovery-image] Oct 16 04:04:06.785 INFO O| Oct 16 04:04:06.785 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-16T04:04:08.350Z[ recovery-image] Oct 16 04:04:06.861 INFO O| Oct 16 04:04:06.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57742024-10-16T04:04:08.350Z[ recovery-image] Oct 16 04:04:06.861 INFO O| Oct 16 04:04:06.861 INFO STEP 538 (remove_files) COMPLETE
57752024-10-16T04:04:08.350Z[ recovery-image] Oct 16 04:04:06.861 INFO O| Oct 16 04:04:06.861 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-16T04:04:08.373Z[ recovery-image] Oct 16 04:04:06.884 INFO O| Oct 16 04:04:06.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57772024-10-16T04:04:08.373Z[ recovery-image] Oct 16 04:04:06.884 INFO O| Oct 16 04:04:06.884 INFO STEP 539 (remove_files) COMPLETE
57782024-10-16T04:04:08.376Z[ recovery-image] Oct 16 04:04:06.884 INFO O| Oct 16 04:04:06.884 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-16T04:04:08.410Z[ recovery-image] Oct 16 04:04:06.921 INFO O| Oct 16 04:04:06.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57802024-10-16T04:04:08.410Z[ recovery-image] Oct 16 04:04:06.921 INFO O| Oct 16 04:04:06.921 INFO STEP 540 (remove_files) COMPLETE
57812024-10-16T04:04:08.410Z[ recovery-image] Oct 16 04:04:06.921 INFO O| Oct 16 04:04:06.921 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-16T04:04:08.449Z[ recovery-image] Oct 16 04:04:06.960 INFO O| Oct 16 04:04:06.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57832024-10-16T04:04:08.449Z[ recovery-image] Oct 16 04:04:06.960 INFO O| Oct 16 04:04:06.960 INFO STEP 541 (remove_files) COMPLETE
57842024-10-16T04:04:08.449Z[ recovery-image] Oct 16 04:04:06.960 INFO O| Oct 16 04:04:06.960 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-16T04:04:08.476Z[ recovery-image] Oct 16 04:04:06.986 INFO O| Oct 16 04:04:06.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57862024-10-16T04:04:08.476Z[ recovery-image] Oct 16 04:04:06.986 INFO O| Oct 16 04:04:06.986 INFO STEP 542 (remove_files) COMPLETE
57872024-10-16T04:04:08.476Z[ recovery-image] Oct 16 04:04:06.986 INFO O| Oct 16 04:04:06.986 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-16T04:04:08.528Z[ recovery-image] Oct 16 04:04:07.039 INFO O| Oct 16 04:04:07.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57892024-10-16T04:04:08.528Z[ recovery-image] Oct 16 04:04:07.039 INFO O| Oct 16 04:04:07.039 INFO STEP 543 (remove_files) COMPLETE
57902024-10-16T04:04:08.528Z[ recovery-image] Oct 16 04:04:07.039 INFO O| Oct 16 04:04:07.039 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-16T04:04:08.559Z[ recovery-image] Oct 16 04:04:07.069 INFO O| Oct 16 04:04:07.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57922024-10-16T04:04:08.561Z[ recovery-image] Oct 16 04:04:07.070 INFO O| Oct 16 04:04:07.070 INFO STEP 544 (remove_files) COMPLETE
57932024-10-16T04:04:08.561Z[ recovery-image] Oct 16 04:04:07.070 INFO O| Oct 16 04:04:07.070 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-16T04:04:08.584Z[ recovery-image] Oct 16 04:04:07.095 INFO O| Oct 16 04:04:07.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57952024-10-16T04:04:08.587Z[ recovery-image] Oct 16 04:04:07.095 INFO O| Oct 16 04:04:07.095 INFO STEP 545 (remove_files) COMPLETE
57962024-10-16T04:04:08.587Z[ recovery-image] Oct 16 04:04:07.095 INFO O| Oct 16 04:04:07.095 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-16T04:04:08.608Z[ recovery-image] Oct 16 04:04:07.118 INFO O| Oct 16 04:04:07.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57982024-10-16T04:04:08.610Z[ recovery-image] Oct 16 04:04:07.119 INFO O| Oct 16 04:04:07.119 INFO STEP 546 (remove_files) COMPLETE
57992024-10-16T04:04:08.610Z[ recovery-image] Oct 16 04:04:07.119 INFO O| Oct 16 04:04:07.119 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-16T04:04:08.634Z[ recovery-image] Oct 16 04:04:07.145 INFO O| Oct 16 04:04:07.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58012024-10-16T04:04:08.637Z[ recovery-image] Oct 16 04:04:07.145 INFO O| Oct 16 04:04:07.145 INFO STEP 547 (remove_files) COMPLETE
58022024-10-16T04:04:08.637Z[ recovery-image] Oct 16 04:04:07.146 INFO O| Oct 16 04:04:07.146 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-16T04:04:08.697Z[ recovery-image] Oct 16 04:04:07.207 INFO O| Oct 16 04:04:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58042024-10-16T04:04:08.700Z[ recovery-image] Oct 16 04:04:07.207 INFO O| Oct 16 04:04:07.207 INFO STEP 548 (remove_files) COMPLETE
58052024-10-16T04:04:08.700Z[ recovery-image] Oct 16 04:04:07.207 INFO O| Oct 16 04:04:07.207 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-16T04:04:08.728Z[ host-image] Oct 16 04:04:07.239 INFO O| Oct 16 04:04:07.238 INFO O| Done
58072024-10-16T04:04:08.734Z[ recovery-image] Oct 16 04:04:07.245 INFO O| Oct 16 04:04:07.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58082024-10-16T04:04:08.737Z[ recovery-image] Oct 16 04:04:07.246 INFO O| Oct 16 04:04:07.245 INFO STEP 549 (remove_files) COMPLETE
58092024-10-16T04:04:08.737Z[ recovery-image] Oct 16 04:04:07.246 INFO O| Oct 16 04:04:07.246 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-10-16T04:04:08.798Z[ recovery-image] Oct 16 04:04:07.308 INFO O| Oct 16 04:04:07.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58112024-10-16T04:04:08.801Z[ recovery-image] Oct 16 04:04:07.309 INFO O| Oct 16 04:04:07.308 INFO STEP 550 (remove_files) COMPLETE
58122024-10-16T04:04:08.802Z[ recovery-image] Oct 16 04:04:07.309 INFO O| Oct 16 04:04:07.309 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-10-16T04:04:08.876Z[ recovery-image] Oct 16 04:04:07.386 INFO O| Oct 16 04:04:07.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58142024-10-16T04:04:08.876Z[ recovery-image] Oct 16 04:04:07.386 INFO O| Oct 16 04:04:07.386 INFO STEP 551 (remove_files) COMPLETE
58152024-10-16T04:04:08.876Z[ recovery-image] Oct 16 04:04:07.386 INFO O| Oct 16 04:04:07.386 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-10-16T04:04:08.914Z[ recovery-image] Oct 16 04:04:07.425 INFO O| Oct 16 04:04:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58172024-10-16T04:04:08.917Z[ recovery-image] Oct 16 04:04:07.425 INFO O| Oct 16 04:04:07.425 INFO STEP 552 (remove_files) COMPLETE
58182024-10-16T04:04:08.917Z[ recovery-image] Oct 16 04:04:07.425 INFO O| Oct 16 04:04:07.425 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-10-16T04:04:08.953Z[ recovery-image] Oct 16 04:04:07.463 INFO O| Oct 16 04:04:07.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58202024-10-16T04:04:08.955Z[ recovery-image] Oct 16 04:04:07.463 INFO O| Oct 16 04:04:07.463 INFO STEP 553 (remove_files) COMPLETE
58212024-10-16T04:04:08.955Z[ recovery-image] Oct 16 04:04:07.463 INFO O| Oct 16 04:04:07.463 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-10-16T04:04:09.012Z[ recovery-image] Oct 16 04:04:07.522 INFO O| Oct 16 04:04:07.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58232024-10-16T04:04:09.017Z[ recovery-image] Oct 16 04:04:07.527 INFO O| Oct 16 04:04:07.527 INFO STEP 554 (remove_files) COMPLETE
58242024-10-16T04:04:09.017Z[ recovery-image] Oct 16 04:04:07.527 INFO O| Oct 16 04:04:07.527 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-10-16T04:04:09.058Z[ recovery-image] Oct 16 04:04:07.568 INFO O| Oct 16 04:04:07.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58262024-10-16T04:04:09.082Z[ recovery-image] Oct 16 04:04:07.593 INFO O| Oct 16 04:04:07.593 INFO STEP 555 (remove_files) COMPLETE
58272024-10-16T04:04:09.082Z[ recovery-image] Oct 16 04:04:07.593 INFO O| Oct 16 04:04:07.593 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-10-16T04:04:09.118Z[ recovery-image] Oct 16 04:04:07.628 INFO O| Oct 16 04:04:07.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58292024-10-16T04:04:09.118Z[ recovery-image] Oct 16 04:04:07.628 INFO O| Oct 16 04:04:07.628 INFO STEP 556 (remove_files) COMPLETE
58302024-10-16T04:04:09.118Z[ recovery-image] Oct 16 04:04:07.628 INFO O| Oct 16 04:04:07.628 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-10-16T04:04:09.145Z[ recovery-image] Oct 16 04:04:07.655 INFO O| Oct 16 04:04:07.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58322024-10-16T04:04:09.145Z[ recovery-image] Oct 16 04:04:07.655 INFO O| Oct 16 04:04:07.655 INFO STEP 557 (remove_files) COMPLETE
58332024-10-16T04:04:09.148Z[ recovery-image] Oct 16 04:04:07.655 INFO O| Oct 16 04:04:07.655 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-10-16T04:04:09.173Z[ recovery-image] Oct 16 04:04:07.683 INFO O| Oct 16 04:04:07.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58352024-10-16T04:04:09.173Z[ recovery-image] Oct 16 04:04:07.683 INFO O| Oct 16 04:04:07.683 INFO STEP 558 (remove_files) COMPLETE
58362024-10-16T04:04:09.174Z[ recovery-image] Oct 16 04:04:07.683 INFO O| Oct 16 04:04:07.683 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-10-16T04:04:09.245Z[ recovery-image] Oct 16 04:04:07.755 INFO O| Oct 16 04:04:07.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58382024-10-16T04:04:09.245Z[ recovery-image] Oct 16 04:04:07.756 INFO O| Oct 16 04:04:07.756 INFO STEP 559 (remove_files) COMPLETE
58392024-10-16T04:04:09.245Z[ recovery-image] Oct 16 04:04:07.756 INFO O| Oct 16 04:04:07.756 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-10-16T04:04:09.267Z[ recovery-image] Oct 16 04:04:07.777 INFO O| Oct 16 04:04:07.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58412024-10-16T04:04:09.267Z[ recovery-image] Oct 16 04:04:07.778 INFO O| Oct 16 04:04:07.777 INFO STEP 560 (remove_files) COMPLETE
58422024-10-16T04:04:09.267Z[ recovery-image] Oct 16 04:04:07.778 INFO O| Oct 16 04:04:07.778 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-10-16T04:04:09.308Z[ recovery-image] Oct 16 04:04:07.818 INFO O| Oct 16 04:04:07.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58442024-10-16T04:04:09.329Z[ recovery-image] Oct 16 04:04:07.840 INFO O| Oct 16 04:04:07.840 INFO STEP 561 (remove_files) COMPLETE
58452024-10-16T04:04:09.329Z[ recovery-image] Oct 16 04:04:07.840 INFO O| Oct 16 04:04:07.840 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-10-16T04:04:09.353Z[ recovery-image] Oct 16 04:04:07.864 INFO O| Oct 16 04:04:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58472024-10-16T04:04:09.356Z[ recovery-image] Oct 16 04:04:07.864 INFO O| Oct 16 04:04:07.864 INFO STEP 562 (remove_files) COMPLETE
58482024-10-16T04:04:09.356Z[ recovery-image] Oct 16 04:04:07.864 INFO O| Oct 16 04:04:07.864 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-10-16T04:04:09.380Z[ recovery-image] Oct 16 04:04:07.890 INFO O| Oct 16 04:04:07.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58502024-10-16T04:04:09.380Z[ recovery-image] Oct 16 04:04:07.890 INFO O| Oct 16 04:04:07.890 INFO STEP 563 (remove_files) COMPLETE
58512024-10-16T04:04:09.380Z[ recovery-image] Oct 16 04:04:07.890 INFO O| Oct 16 04:04:07.890 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-10-16T04:04:09.405Z[ recovery-image] Oct 16 04:04:07.915 INFO O| Oct 16 04:04:07.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58532024-10-16T04:04:09.405Z[ recovery-image] Oct 16 04:04:07.915 INFO O| Oct 16 04:04:07.915 INFO STEP 564 (remove_files) COMPLETE
58542024-10-16T04:04:09.405Z[ recovery-image] Oct 16 04:04:07.915 INFO O| Oct 16 04:04:07.915 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-10-16T04:04:09.426Z[ recovery-image] Oct 16 04:04:07.937 INFO O| Oct 16 04:04:07.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58562024-10-16T04:04:09.426Z[ recovery-image] Oct 16 04:04:07.937 INFO O| Oct 16 04:04:07.937 INFO STEP 565 (remove_files) COMPLETE
58572024-10-16T04:04:09.426Z[ recovery-image] Oct 16 04:04:07.937 INFO O| Oct 16 04:04:07.937 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-10-16T04:04:09.448Z[ recovery-image] Oct 16 04:04:07.958 INFO O| Oct 16 04:04:07.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58592024-10-16T04:04:09.448Z[ recovery-image] Oct 16 04:04:07.959 INFO O| Oct 16 04:04:07.958 INFO STEP 566 (remove_files) COMPLETE
58602024-10-16T04:04:09.451Z[ recovery-image] Oct 16 04:04:07.959 INFO O| Oct 16 04:04:07.959 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-10-16T04:04:09.489Z[ recovery-image] Oct 16 04:04:08.000 INFO O| Oct 16 04:04:08.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58622024-10-16T04:04:09.489Z[ recovery-image] Oct 16 04:04:08.000 INFO O| Oct 16 04:04:08.000 INFO STEP 567 (remove_files) COMPLETE
58632024-10-16T04:04:09.489Z[ recovery-image] Oct 16 04:04:08.000 INFO O| Oct 16 04:04:08.000 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-10-16T04:04:09.513Z[ recovery-image] Oct 16 04:04:08.023 INFO O| Oct 16 04:04:08.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58652024-10-16T04:04:09.513Z[ recovery-image] Oct 16 04:04:08.023 INFO O| Oct 16 04:04:08.023 INFO STEP 568 (remove_files) COMPLETE
58662024-10-16T04:04:09.513Z[ recovery-image] Oct 16 04:04:08.024 INFO O| Oct 16 04:04:08.023 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-10-16T04:04:09.546Z[ recovery-image] Oct 16 04:04:08.056 INFO O| Oct 16 04:04:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58682024-10-16T04:04:09.546Z[ recovery-image] Oct 16 04:04:08.056 INFO O| Oct 16 04:04:08.056 INFO STEP 569 (remove_files) COMPLETE
58692024-10-16T04:04:09.546Z[ recovery-image] Oct 16 04:04:08.056 INFO O| Oct 16 04:04:08.056 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-10-16T04:04:09.571Z[ recovery-image] Oct 16 04:04:08.081 INFO O| Oct 16 04:04:08.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58712024-10-16T04:04:09.571Z[ recovery-image] Oct 16 04:04:08.081 INFO O| Oct 16 04:04:08.081 INFO STEP 570 (remove_files) COMPLETE
58722024-10-16T04:04:09.574Z[ recovery-image] Oct 16 04:04:08.081 INFO O| Oct 16 04:04:08.081 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-10-16T04:04:09.597Z[ recovery-image] Oct 16 04:04:08.107 INFO O| Oct 16 04:04:08.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58742024-10-16T04:04:09.597Z[ recovery-image] Oct 16 04:04:08.107 INFO O| Oct 16 04:04:08.107 INFO STEP 571 (remove_files) COMPLETE
58752024-10-16T04:04:09.599Z[ recovery-image] Oct 16 04:04:08.107 INFO O| Oct 16 04:04:08.107 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-10-16T04:04:09.630Z[ recovery-image] Oct 16 04:04:08.140 INFO O| Oct 16 04:04:08.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58772024-10-16T04:04:09.634Z[ recovery-image] Oct 16 04:04:08.141 INFO O| Oct 16 04:04:08.140 INFO STEP 572 (remove_files) COMPLETE
58782024-10-16T04:04:09.634Z[ recovery-image] Oct 16 04:04:08.141 INFO O| Oct 16 04:04:08.141 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-10-16T04:04:09.656Z[ recovery-image] Oct 16 04:04:08.167 INFO O| Oct 16 04:04:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58802024-10-16T04:04:09.659Z[ recovery-image] Oct 16 04:04:08.167 INFO O| Oct 16 04:04:08.167 INFO STEP 573 (remove_files) COMPLETE
58812024-10-16T04:04:09.659Z[ recovery-image] Oct 16 04:04:08.167 INFO O| Oct 16 04:04:08.167 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-10-16T04:04:09.684Z[ recovery-image] Oct 16 04:04:08.195 INFO O| Oct 16 04:04:08.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58832024-10-16T04:04:09.687Z[ recovery-image] Oct 16 04:04:08.195 INFO O| Oct 16 04:04:08.195 INFO STEP 574 (remove_files) COMPLETE
58842024-10-16T04:04:09.687Z[ recovery-image] Oct 16 04:04:08.195 INFO O| Oct 16 04:04:08.195 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-10-16T04:04:09.710Z[ recovery-image] Oct 16 04:04:08.220 INFO O| Oct 16 04:04:08.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58862024-10-16T04:04:09.712Z[ recovery-image] Oct 16 04:04:08.220 INFO O| Oct 16 04:04:08.220 INFO STEP 575 (remove_files) COMPLETE
58872024-10-16T04:04:09.713Z[ recovery-image] Oct 16 04:04:08.220 INFO O| Oct 16 04:04:08.220 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-10-16T04:04:09.754Z[ recovery-image] Oct 16 04:04:08.264 INFO O| Oct 16 04:04:08.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58892024-10-16T04:04:09.754Z[ recovery-image] Oct 16 04:04:08.264 INFO O| Oct 16 04:04:08.264 INFO STEP 576 (remove_files) COMPLETE
58902024-10-16T04:04:09.754Z[ recovery-image] Oct 16 04:04:08.264 INFO O| Oct 16 04:04:08.264 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-10-16T04:04:09.819Z[ recovery-image] Oct 16 04:04:08.329 INFO O| Oct 16 04:04:08.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58922024-10-16T04:04:09.819Z[ recovery-image] Oct 16 04:04:08.329 INFO O| Oct 16 04:04:08.329 INFO STEP 577 (remove_files) COMPLETE
58932024-10-16T04:04:09.819Z[ recovery-image] Oct 16 04:04:08.329 INFO O| Oct 16 04:04:08.329 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-10-16T04:04:09.846Z[ recovery-image] Oct 16 04:04:08.355 INFO O| Oct 16 04:04:08.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58952024-10-16T04:04:09.846Z[ recovery-image] Oct 16 04:04:08.355 INFO O| Oct 16 04:04:08.355 INFO STEP 578 (remove_files) COMPLETE
58962024-10-16T04:04:09.849Z[ recovery-image] Oct 16 04:04:08.356 INFO O| Oct 16 04:04:08.355 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-10-16T04:04:09.957Z[ recovery-image] Oct 16 04:04:08.468 INFO O| Oct 16 04:04:08.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58982024-10-16T04:04:09.961Z[ recovery-image] Oct 16 04:04:08.468 INFO O| Oct 16 04:04:08.468 INFO STEP 579 (remove_files) COMPLETE
58992024-10-16T04:04:09.961Z[ recovery-image] Oct 16 04:04:08.468 INFO O| Oct 16 04:04:08.468 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-10-16T04:04:09.981Z[ recovery-image] Oct 16 04:04:08.492 INFO O| Oct 16 04:04:08.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59012024-10-16T04:04:09.984Z[ recovery-image] Oct 16 04:04:08.492 INFO O| Oct 16 04:04:08.492 INFO STEP 580 (remove_files) COMPLETE
59022024-10-16T04:04:09.984Z[ recovery-image] Oct 16 04:04:08.492 INFO O| Oct 16 04:04:08.492 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-16T04:04:10.048Z[ recovery-image] Oct 16 04:04:08.558 INFO O| Oct 16 04:04:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59042024-10-16T04:04:10.048Z[ recovery-image] Oct 16 04:04:08.558 INFO O| Oct 16 04:04:08.558 INFO STEP 581 (remove_files) COMPLETE
59052024-10-16T04:04:10.048Z[ recovery-image] Oct 16 04:04:08.558 INFO O| Oct 16 04:04:08.558 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-16T04:04:10.110Z[ recovery-image] Oct 16 04:04:08.621 INFO O| Oct 16 04:04:08.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59072024-10-16T04:04:10.111Z[ recovery-image] Oct 16 04:04:08.621 INFO O| Oct 16 04:04:08.621 INFO STEP 582 (remove_files) COMPLETE
59082024-10-16T04:04:10.111Z[ recovery-image] Oct 16 04:04:08.621 INFO O| Oct 16 04:04:08.621 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-16T04:04:10.135Z[ recovery-image] Oct 16 04:04:08.646 INFO O| Oct 16 04:04:08.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59102024-10-16T04:04:10.135Z[ recovery-image] Oct 16 04:04:08.646 INFO O| Oct 16 04:04:08.646 INFO STEP 583 (remove_files) COMPLETE
59112024-10-16T04:04:10.135Z[ recovery-image] Oct 16 04:04:08.646 INFO O| Oct 16 04:04:08.646 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-10-16T04:04:10.173Z[ recovery-image] Oct 16 04:04:08.683 INFO O| Oct 16 04:04:08.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59132024-10-16T04:04:10.173Z[ recovery-image] Oct 16 04:04:08.684 INFO O| Oct 16 04:04:08.683 INFO STEP 584 (remove_files) COMPLETE
59142024-10-16T04:04:10.175Z[ recovery-image] Oct 16 04:04:08.684 INFO O| Oct 16 04:04:08.683 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-10-16T04:04:10.198Z[ recovery-image] Oct 16 04:04:08.709 INFO O| Oct 16 04:04:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59162024-10-16T04:04:10.199Z[ recovery-image] Oct 16 04:04:08.709 INFO O| Oct 16 04:04:08.709 INFO STEP 585 (remove_files) COMPLETE
59172024-10-16T04:04:10.199Z[ recovery-image] Oct 16 04:04:08.709 INFO O| Oct 16 04:04:08.709 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-10-16T04:04:10.242Z[ recovery-image] Oct 16 04:04:08.752 INFO O| Oct 16 04:04:08.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59192024-10-16T04:04:10.245Z[ recovery-image] Oct 16 04:04:08.753 INFO O| Oct 16 04:04:08.753 INFO STEP 586 (remove_files) COMPLETE
59202024-10-16T04:04:10.245Z[ recovery-image] Oct 16 04:04:08.753 INFO O| Oct 16 04:04:08.753 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-10-16T04:04:10.265Z[ recovery-image] Oct 16 04:04:08.775 INFO O| Oct 16 04:04:08.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59222024-10-16T04:04:10.265Z[ recovery-image] Oct 16 04:04:08.775 INFO O| Oct 16 04:04:08.775 INFO STEP 587 (remove_files) COMPLETE
59232024-10-16T04:04:10.265Z[ recovery-image] Oct 16 04:04:08.776 INFO O| Oct 16 04:04:08.775 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-10-16T04:04:10.308Z[ recovery-image] Oct 16 04:04:08.818 INFO O| Oct 16 04:04:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59252024-10-16T04:04:10.311Z[ recovery-image] Oct 16 04:04:08.819 INFO O| Oct 16 04:04:08.818 INFO STEP 588 (remove_files) COMPLETE
59262024-10-16T04:04:10.311Z[ recovery-image] Oct 16 04:04:08.819 INFO O| Oct 16 04:04:08.819 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-10-16T04:04:10.335Z[ recovery-image] Oct 16 04:04:08.846 INFO O| Oct 16 04:04:08.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59282024-10-16T04:04:10.336Z[ recovery-image] Oct 16 04:04:08.846 INFO O| Oct 16 04:04:08.846 INFO STEP 589 (remove_files) COMPLETE
59292024-10-16T04:04:10.336Z[ recovery-image] Oct 16 04:04:08.846 INFO O| Oct 16 04:04:08.846 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-16T04:04:10.372Z[ recovery-image] Oct 16 04:04:08.883 INFO O| Oct 16 04:04:08.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59312024-10-16T04:04:10.372Z[ recovery-image] Oct 16 04:04:08.883 INFO O| Oct 16 04:04:08.883 INFO STEP 590 (remove_files) COMPLETE
59322024-10-16T04:04:10.372Z[ recovery-image] Oct 16 04:04:08.883 INFO O| Oct 16 04:04:08.883 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-10-16T04:04:10.401Z[ recovery-image] Oct 16 04:04:08.911 INFO O| Oct 16 04:04:08.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59342024-10-16T04:04:10.401Z[ recovery-image] Oct 16 04:04:08.911 INFO O| Oct 16 04:04:08.911 INFO STEP 591 (remove_files) COMPLETE
59352024-10-16T04:04:10.404Z[ recovery-image] Oct 16 04:04:08.912 INFO O| Oct 16 04:04:08.911 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-10-16T04:04:10.425Z[ recovery-image] Oct 16 04:04:08.936 INFO O| Oct 16 04:04:08.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59372024-10-16T04:04:10.425Z[ recovery-image] Oct 16 04:04:08.936 INFO O| Oct 16 04:04:08.936 INFO STEP 592 (remove_files) COMPLETE
59382024-10-16T04:04:10.428Z[ recovery-image] Oct 16 04:04:08.936 INFO O| Oct 16 04:04:08.936 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-10-16T04:04:10.449Z[ recovery-image] Oct 16 04:04:08.958 INFO O| Oct 16 04:04:08.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59402024-10-16T04:04:10.449Z[ recovery-image] Oct 16 04:04:08.959 INFO O| Oct 16 04:04:08.958 INFO STEP 593 (remove_files) COMPLETE
59412024-10-16T04:04:10.449Z[ recovery-image] Oct 16 04:04:08.959 INFO O| Oct 16 04:04:08.959 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-10-16T04:04:10.470Z[ recovery-image] Oct 16 04:04:08.981 INFO O| Oct 16 04:04:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59432024-10-16T04:04:10.473Z[ recovery-image] Oct 16 04:04:08.981 INFO O| Oct 16 04:04:08.981 INFO STEP 594 (remove_files) COMPLETE
59442024-10-16T04:04:10.473Z[ recovery-image] Oct 16 04:04:08.981 INFO O| Oct 16 04:04:08.981 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-10-16T04:04:10.507Z[ recovery-image] Oct 16 04:04:09.018 INFO O| Oct 16 04:04:09.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59462024-10-16T04:04:10.507Z[ recovery-image] Oct 16 04:04:09.018 INFO O| Oct 16 04:04:09.018 INFO STEP 595 (remove_files) COMPLETE
59472024-10-16T04:04:10.511Z[ recovery-image] Oct 16 04:04:09.018 INFO O| Oct 16 04:04:09.018 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-10-16T04:04:10.570Z[ recovery-image] Oct 16 04:04:09.081 INFO O| Oct 16 04:04:09.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59492024-10-16T04:04:10.570Z[ recovery-image] Oct 16 04:04:09.081 INFO O| Oct 16 04:04:09.081 INFO STEP 596 (remove_files) COMPLETE
59502024-10-16T04:04:10.570Z[ recovery-image] Oct 16 04:04:09.081 INFO O| Oct 16 04:04:09.081 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-10-16T04:04:10.594Z[ recovery-image] Oct 16 04:04:09.105 INFO O| Oct 16 04:04:09.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59522024-10-16T04:04:10.594Z[ recovery-image] Oct 16 04:04:09.105 INFO O| Oct 16 04:04:09.105 INFO STEP 597 (remove_files) COMPLETE
59532024-10-16T04:04:10.594Z[ recovery-image] Oct 16 04:04:09.105 INFO O| Oct 16 04:04:09.105 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-16T04:04:10.618Z[ recovery-image] Oct 16 04:04:09.129 INFO O| Oct 16 04:04:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59552024-10-16T04:04:10.635Z[ recovery-image] Oct 16 04:04:09.146 INFO O| Oct 16 04:04:09.146 INFO STEP 598 (remove_files) COMPLETE
59562024-10-16T04:04:10.635Z[ recovery-image] Oct 16 04:04:09.146 INFO O| Oct 16 04:04:09.146 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-16T04:04:10.677Z[ recovery-image] Oct 16 04:04:09.187 INFO O| Oct 16 04:04:09.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59582024-10-16T04:04:10.677Z[ recovery-image] Oct 16 04:04:09.187 INFO O| Oct 16 04:04:09.187 INFO STEP 599 (remove_files) COMPLETE
59592024-10-16T04:04:10.677Z[ recovery-image] Oct 16 04:04:09.187 INFO O| Oct 16 04:04:09.187 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-16T04:04:10.702Z[ recovery-image] Oct 16 04:04:09.213 INFO O| Oct 16 04:04:09.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59612024-10-16T04:04:10.702Z[ recovery-image] Oct 16 04:04:09.213 INFO O| Oct 16 04:04:09.213 INFO STEP 600 (remove_files) COMPLETE
59622024-10-16T04:04:10.702Z[ recovery-image] Oct 16 04:04:09.213 INFO O| Oct 16 04:04:09.213 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-16T04:04:10.744Z[ recovery-image] Oct 16 04:04:09.255 INFO O| Oct 16 04:04:09.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59642024-10-16T04:04:10.744Z[ recovery-image] Oct 16 04:04:09.255 INFO O| Oct 16 04:04:09.255 INFO STEP 601 (remove_files) COMPLETE
59652024-10-16T04:04:10.745Z[ recovery-image] Oct 16 04:04:09.255 INFO O| Oct 16 04:04:09.255 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-16T04:04:10.827Z[ recovery-image] Oct 16 04:04:09.337 INFO O| Oct 16 04:04:09.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59672024-10-16T04:04:10.827Z[ recovery-image] Oct 16 04:04:09.337 INFO O| Oct 16 04:04:09.337 INFO STEP 602 (remove_files) COMPLETE
59682024-10-16T04:04:10.829Z[ recovery-image] Oct 16 04:04:09.337 INFO O| Oct 16 04:04:09.337 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-16T04:04:10.848Z[ recovery-image] Oct 16 04:04:09.359 INFO O| Oct 16 04:04:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59702024-10-16T04:04:10.848Z[ recovery-image] Oct 16 04:04:09.359 INFO O| Oct 16 04:04:09.359 INFO STEP 603 (remove_files) COMPLETE
59712024-10-16T04:04:10.848Z[ recovery-image] Oct 16 04:04:09.359 INFO O| Oct 16 04:04:09.359 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-16T04:04:10.878Z[ recovery-image] Oct 16 04:04:09.388 INFO O| Oct 16 04:04:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59732024-10-16T04:04:10.878Z[ recovery-image] Oct 16 04:04:09.388 INFO O| Oct 16 04:04:09.388 INFO STEP 604 (remove_files) COMPLETE
59742024-10-16T04:04:10.878Z[ recovery-image] Oct 16 04:04:09.388 INFO O| Oct 16 04:04:09.388 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-16T04:04:10.909Z[ recovery-image] Oct 16 04:04:09.419 INFO O| Oct 16 04:04:09.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59762024-10-16T04:04:10.911Z[ recovery-image] Oct 16 04:04:09.420 INFO O| Oct 16 04:04:09.420 INFO STEP 605 (remove_files) COMPLETE
59772024-10-16T04:04:10.911Z[ recovery-image] Oct 16 04:04:09.420 INFO O| Oct 16 04:04:09.420 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-16T04:04:10.932Z[ recovery-image] Oct 16 04:04:09.443 INFO O| Oct 16 04:04:09.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59792024-10-16T04:04:10.934Z[ recovery-image] Oct 16 04:04:09.443 INFO O| Oct 16 04:04:09.443 INFO STEP 606 (remove_files) COMPLETE
59802024-10-16T04:04:10.935Z[ recovery-image] Oct 16 04:04:09.443 INFO O| Oct 16 04:04:09.443 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-16T04:04:10.955Z[ recovery-image] Oct 16 04:04:09.465 INFO O| Oct 16 04:04:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59822024-10-16T04:04:10.957Z[ recovery-image] Oct 16 04:04:09.465 INFO O| Oct 16 04:04:09.465 INFO STEP 607 (remove_files) COMPLETE
59832024-10-16T04:04:10.957Z[ recovery-image] Oct 16 04:04:09.466 INFO O| Oct 16 04:04:09.466 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-10-16T04:04:10.981Z[ recovery-image] Oct 16 04:04:09.492 INFO O| Oct 16 04:04:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59852024-10-16T04:04:10.981Z[ recovery-image] Oct 16 04:04:09.492 INFO O| Oct 16 04:04:09.492 INFO STEP 608 (remove_files) COMPLETE
59862024-10-16T04:04:10.984Z[ recovery-image] Oct 16 04:04:09.492 INFO O| Oct 16 04:04:09.492 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-10-16T04:04:11.012Z[ recovery-image] Oct 16 04:04:09.522 INFO O| Oct 16 04:04:09.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59882024-10-16T04:04:11.012Z[ recovery-image] Oct 16 04:04:09.522 INFO O| Oct 16 04:04:09.522 INFO STEP 609 (remove_files) COMPLETE
59892024-10-16T04:04:11.012Z[ recovery-image] Oct 16 04:04:09.522 INFO O| Oct 16 04:04:09.522 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-10-16T04:04:11.072Z[ recovery-image] Oct 16 04:04:09.583 INFO O| Oct 16 04:04:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59912024-10-16T04:04:11.072Z[ recovery-image] Oct 16 04:04:09.583 INFO O| Oct 16 04:04:09.583 INFO STEP 610 (remove_files) COMPLETE
59922024-10-16T04:04:11.072Z[ recovery-image] Oct 16 04:04:09.583 INFO O| Oct 16 04:04:09.583 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-10-16T04:04:11.133Z[ recovery-image] Oct 16 04:04:09.643 INFO O| Oct 16 04:04:09.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59942024-10-16T04:04:11.133Z[ recovery-image] Oct 16 04:04:09.643 INFO O| Oct 16 04:04:09.643 INFO STEP 611 (remove_files) COMPLETE
59952024-10-16T04:04:11.133Z[ recovery-image] Oct 16 04:04:09.643 INFO O| Oct 16 04:04:09.643 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-10-16T04:04:11.273Z[ recovery-image] Oct 16 04:04:09.667 INFO O| Oct 16 04:04:09.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59972024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.667 INFO O| Oct 16 04:04:09.667 INFO STEP 612 (remove_files) COMPLETE
59982024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.667 INFO O| Oct 16 04:04:09.667 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.690 INFO O| Oct 16 04:04:09.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60002024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.716 INFO O| Oct 16 04:04:09.716 INFO STEP 613 (remove_files) COMPLETE
60012024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.716 INFO O| Oct 16 04:04:09.716 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.751 INFO O| Oct 16 04:04:09.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60032024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.751 INFO O| Oct 16 04:04:09.751 INFO STEP 614 (remove_files) COMPLETE
60042024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.751 INFO O| Oct 16 04:04:09.751 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.772 INFO O| Oct 16 04:04:09.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60062024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.773 INFO O| Oct 16 04:04:09.773 INFO STEP 615 (remove_files) COMPLETE
60072024-10-16T04:04:11.277Z[ recovery-image] Oct 16 04:04:09.773 INFO O| Oct 16 04:04:09.773 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-10-16T04:04:11.318Z[ recovery-image] Oct 16 04:04:09.828 INFO O| Oct 16 04:04:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60092024-10-16T04:04:11.321Z[ recovery-image] Oct 16 04:04:09.829 INFO O| Oct 16 04:04:09.829 INFO STEP 616 (remove_files) COMPLETE
60102024-10-16T04:04:11.321Z[ recovery-image] Oct 16 04:04:09.829 INFO O| Oct 16 04:04:09.829 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-10-16T04:04:11.344Z[ recovery-image] Oct 16 04:04:09.854 INFO O| Oct 16 04:04:09.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60122024-10-16T04:04:11.371Z[ recovery-image] Oct 16 04:04:09.881 INFO O| Oct 16 04:04:09.881 INFO STEP 617 (remove_files) COMPLETE
60132024-10-16T04:04:11.371Z[ recovery-image] Oct 16 04:04:09.881 INFO O| Oct 16 04:04:09.881 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-10-16T04:04:11.410Z[ recovery-image] Oct 16 04:04:09.921 INFO O| Oct 16 04:04:09.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60152024-10-16T04:04:11.411Z[ recovery-image] Oct 16 04:04:09.921 INFO O| Oct 16 04:04:09.921 INFO STEP 618 (remove_files) COMPLETE
60162024-10-16T04:04:11.411Z[ recovery-image] Oct 16 04:04:09.921 INFO O| Oct 16 04:04:09.921 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-10-16T04:04:11.435Z[ recovery-image] Oct 16 04:04:09.945 INFO O| Oct 16 04:04:09.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60182024-10-16T04:04:11.435Z[ recovery-image] Oct 16 04:04:09.945 INFO O| Oct 16 04:04:09.945 INFO STEP 619 (remove_files) COMPLETE
60192024-10-16T04:04:11.435Z[ recovery-image] Oct 16 04:04:09.945 INFO O| Oct 16 04:04:09.945 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-10-16T04:04:11.474Z[ recovery-image] Oct 16 04:04:09.985 INFO O| Oct 16 04:04:09.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60212024-10-16T04:04:11.474Z[ recovery-image] Oct 16 04:04:09.985 INFO O| Oct 16 04:04:09.985 INFO STEP 620 (remove_files) COMPLETE
60222024-10-16T04:04:11.478Z[ recovery-image] Oct 16 04:04:09.985 INFO O| Oct 16 04:04:09.985 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-10-16T04:04:11.501Z[ recovery-image] Oct 16 04:04:10.011 INFO O| Oct 16 04:04:10.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60242024-10-16T04:04:11.501Z[ recovery-image] Oct 16 04:04:10.011 INFO O| Oct 16 04:04:10.011 INFO STEP 621 (remove_files) COMPLETE
60252024-10-16T04:04:11.501Z[ recovery-image] Oct 16 04:04:10.012 INFO O| Oct 16 04:04:10.012 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-10-16T04:04:11.545Z[ recovery-image] Oct 16 04:04:10.055 INFO O| Oct 16 04:04:10.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60272024-10-16T04:04:11.545Z[ recovery-image] Oct 16 04:04:10.055 INFO O| Oct 16 04:04:10.055 INFO STEP 622 (remove_files) COMPLETE
60282024-10-16T04:04:11.548Z[ recovery-image] Oct 16 04:04:10.056 INFO O| Oct 16 04:04:10.055 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-10-16T04:04:11.599Z[ recovery-image] Oct 16 04:04:10.109 INFO O| Oct 16 04:04:10.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60302024-10-16T04:04:11.599Z[ recovery-image] Oct 16 04:04:10.109 INFO O| Oct 16 04:04:10.109 INFO STEP 623 (remove_files) COMPLETE
60312024-10-16T04:04:11.599Z[ recovery-image] Oct 16 04:04:10.109 INFO O| Oct 16 04:04:10.109 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-10-16T04:04:11.623Z[ recovery-image] Oct 16 04:04:10.134 INFO O| Oct 16 04:04:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60332024-10-16T04:04:11.623Z[ recovery-image] Oct 16 04:04:10.134 INFO O| Oct 16 04:04:10.134 INFO STEP 624 (remove_files) COMPLETE
60342024-10-16T04:04:11.623Z[ recovery-image] Oct 16 04:04:10.134 INFO O| Oct 16 04:04:10.134 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-10-16T04:04:11.648Z[ recovery-image] Oct 16 04:04:10.158 INFO O| Oct 16 04:04:10.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60362024-10-16T04:04:11.648Z[ recovery-image] Oct 16 04:04:10.158 INFO O| Oct 16 04:04:10.158 INFO STEP 625 (remove_files) COMPLETE
60372024-10-16T04:04:11.648Z[ recovery-image] Oct 16 04:04:10.158 INFO O| Oct 16 04:04:10.158 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-10-16T04:04:11.681Z[ recovery-image] Oct 16 04:04:10.190 INFO O| Oct 16 04:04:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60392024-10-16T04:04:11.699Z[ recovery-image] Oct 16 04:04:10.210 INFO O| Oct 16 04:04:10.210 INFO STEP 626 (remove_files) COMPLETE
60402024-10-16T04:04:11.699Z[ recovery-image] Oct 16 04:04:10.210 INFO O| Oct 16 04:04:10.210 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-10-16T04:04:11.763Z[ recovery-image] Oct 16 04:04:10.273 INFO O| Oct 16 04:04:10.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60422024-10-16T04:04:11.763Z[ recovery-image] Oct 16 04:04:10.273 INFO O| Oct 16 04:04:10.273 INFO STEP 627 (remove_files) COMPLETE
60432024-10-16T04:04:11.763Z[ recovery-image] Oct 16 04:04:10.273 INFO O| Oct 16 04:04:10.273 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-10-16T04:04:11.781Z[ recovery-image] Oct 16 04:04:10.292 INFO O| Oct 16 04:04:10.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60452024-10-16T04:04:11.781Z[ recovery-image] Oct 16 04:04:10.292 INFO O| Oct 16 04:04:10.292 INFO STEP 628 (remove_files) COMPLETE
60462024-10-16T04:04:11.781Z[ recovery-image] Oct 16 04:04:10.292 INFO O| Oct 16 04:04:10.292 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-10-16T04:04:11.802Z[ host-image] Oct 16 04:04:10.312 INFO O| Oct 16 04:04:10.312 INFO O| Done
60482024-10-16T04:04:11.805Z[ recovery-image] Oct 16 04:04:10.313 INFO O| Oct 16 04:04:10.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60492024-10-16T04:04:11.805Z[ recovery-image] Oct 16 04:04:10.313 INFO O| Oct 16 04:04:10.313 INFO STEP 629 (remove_files) COMPLETE
60502024-10-16T04:04:11.805Z[ recovery-image] Oct 16 04:04:10.313 INFO O| Oct 16 04:04:10.313 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-10-16T04:04:11.839Z[ recovery-image] Oct 16 04:04:10.349 INFO O| Oct 16 04:04:10.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60522024-10-16T04:04:11.839Z[ recovery-image] Oct 16 04:04:10.349 INFO O| Oct 16 04:04:10.349 INFO STEP 630 (remove_files) COMPLETE
60532024-10-16T04:04:11.839Z[ recovery-image] Oct 16 04:04:10.350 INFO O| Oct 16 04:04:10.349 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-10-16T04:04:11.863Z[ recovery-image] Oct 16 04:04:10.373 INFO O| Oct 16 04:04:10.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60552024-10-16T04:04:11.865Z[ recovery-image] Oct 16 04:04:10.374 INFO O| Oct 16 04:04:10.373 INFO STEP 631 (remove_files) COMPLETE
60562024-10-16T04:04:11.865Z[ recovery-image] Oct 16 04:04:10.374 INFO O| Oct 16 04:04:10.374 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-10-16T04:04:11.874Z[ host-image] Oct 16 04:04:10.385 INFO O| Oct 16 04:04:10.385 INFO O| Done
60582024-10-16T04:04:11.877Z[ host-image] Oct 16 04:04:10.385 INFO O| Oct 16 04:04:10.385 INFO O| Done
60592024-10-16T04:04:11.884Z[ recovery-image] Oct 16 04:04:10.395 INFO O| Oct 16 04:04:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60602024-10-16T04:04:11.887Z[ recovery-image] Oct 16 04:04:10.395 INFO O| Oct 16 04:04:10.395 INFO STEP 632 (remove_files) COMPLETE
60612024-10-16T04:04:11.887Z[ recovery-image] Oct 16 04:04:10.395 INFO O| Oct 16 04:04:10.395 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-10-16T04:04:11.906Z[ recovery-image] Oct 16 04:04:10.417 INFO O| Oct 16 04:04:10.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60632024-10-16T04:04:11.909Z[ recovery-image] Oct 16 04:04:10.417 INFO O| Oct 16 04:04:10.417 INFO STEP 633 (remove_files) COMPLETE
60642024-10-16T04:04:11.909Z[ recovery-image] Oct 16 04:04:10.417 INFO O| Oct 16 04:04:10.417 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-16T04:04:11.925Z[ recovery-image] Oct 16 04:04:10.436 INFO O| Oct 16 04:04:10.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60662024-10-16T04:04:11.928Z[ recovery-image] Oct 16 04:04:10.436 INFO O| Oct 16 04:04:10.436 INFO STEP 634 (remove_files) COMPLETE
60672024-10-16T04:04:11.928Z[ recovery-image] Oct 16 04:04:10.436 INFO O| Oct 16 04:04:10.436 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-10-16T04:04:11.964Z[ host-image] Oct 16 04:04:10.474 INFO O| Oct 16 04:04:10.474 INFO O| Done
60692024-10-16T04:04:11.991Z[ recovery-image] Oct 16 04:04:10.502 INFO O| Oct 16 04:04:10.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60702024-10-16T04:04:11.994Z[ recovery-image] Oct 16 04:04:10.502 INFO O| Oct 16 04:04:10.502 INFO STEP 635 (remove_files) COMPLETE
60712024-10-16T04:04:11.994Z[ recovery-image] Oct 16 04:04:10.502 INFO O| Oct 16 04:04:10.502 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-10-16T04:04:12.013Z[ recovery-image] Oct 16 04:04:10.524 INFO O| Oct 16 04:04:10.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60732024-10-16T04:04:12.016Z[ recovery-image] Oct 16 04:04:10.524 INFO O| Oct 16 04:04:10.524 INFO STEP 636 (remove_files) COMPLETE
60742024-10-16T04:04:12.016Z[ recovery-image] Oct 16 04:04:10.524 INFO O| Oct 16 04:04:10.524 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-10-16T04:04:12.067Z[ recovery-image] Oct 16 04:04:10.577 INFO O| Oct 16 04:04:10.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60762024-10-16T04:04:12.070Z[ recovery-image] Oct 16 04:04:10.578 INFO O| Oct 16 04:04:10.577 INFO STEP 637 (remove_files) COMPLETE
60772024-10-16T04:04:12.070Z[ recovery-image] Oct 16 04:04:10.578 INFO O| Oct 16 04:04:10.578 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-10-16T04:04:12.092Z[ recovery-image] Oct 16 04:04:10.602 INFO O| Oct 16 04:04:10.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60792024-10-16T04:04:12.094Z[ recovery-image] Oct 16 04:04:10.602 INFO O| Oct 16 04:04:10.602 INFO STEP 638 (remove_files) COMPLETE
60802024-10-16T04:04:12.094Z[ recovery-image] Oct 16 04:04:10.603 INFO O| Oct 16 04:04:10.603 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-10-16T04:04:12.116Z[ recovery-image] Oct 16 04:04:10.626 INFO O| Oct 16 04:04:10.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60822024-10-16T04:04:12.118Z[ recovery-image] Oct 16 04:04:10.626 INFO O| Oct 16 04:04:10.626 INFO STEP 639 (remove_files) COMPLETE
60832024-10-16T04:04:12.118Z[ recovery-image] Oct 16 04:04:10.627 INFO O| Oct 16 04:04:10.626 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-10-16T04:04:12.140Z[ recovery-image] Oct 16 04:04:10.650 INFO O| Oct 16 04:04:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60852024-10-16T04:04:12.142Z[ recovery-image] Oct 16 04:04:10.650 INFO O| Oct 16 04:04:10.650 INFO STEP 640 (remove_files) COMPLETE
60862024-10-16T04:04:12.142Z[ recovery-image] Oct 16 04:04:10.651 INFO O| Oct 16 04:04:10.650 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-16T04:04:12.174Z[ host-image] Oct 16 04:04:10.685 INFO O| Oct 16 04:04:10.685 INFO STEP 13 (pkg_install) COMPLETE
60882024-10-16T04:04:12.174Z[ host-image] Oct 16 04:04:10.685 INFO O| Oct 16 04:04:10.685 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60892024-10-16T04:04:12.177Z[ recovery-image] Oct 16 04:04:10.686 INFO O| Oct 16 04:04:10.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60902024-10-16T04:04:12.177Z[ recovery-image] Oct 16 04:04:10.686 INFO O| Oct 16 04:04:10.686 INFO STEP 641 (remove_files) COMPLETE
60912024-10-16T04:04:12.177Z[ recovery-image] Oct 16 04:04:10.686 INFO O| Oct 16 04:04:10.686 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-10-16T04:04:12.195Z[ host-image] Oct 16 04:04:10.705 INFO O| Oct 16 04:04:10.705 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
60932024-10-16T04:04:12.198Z[ recovery-image] Oct 16 04:04:10.707 INFO O| Oct 16 04:04:10.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60942024-10-16T04:04:12.198Z[ recovery-image] Oct 16 04:04:10.707 INFO O| Oct 16 04:04:10.707 INFO STEP 642 (remove_files) COMPLETE
60952024-10-16T04:04:12.198Z[ recovery-image] Oct 16 04:04:10.707 INFO O| Oct 16 04:04:10.707 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-16T04:04:12.218Z[ recovery-image] Oct 16 04:04:10.728 INFO O| Oct 16 04:04:10.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60972024-10-16T04:04:12.218Z[ recovery-image] Oct 16 04:04:10.728 INFO O| Oct 16 04:04:10.728 INFO STEP 643 (remove_files) COMPLETE
60982024-10-16T04:04:12.220Z[ recovery-image] Oct 16 04:04:10.728 INFO O| Oct 16 04:04:10.728 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-16T04:04:12.243Z[ recovery-image] Oct 16 04:04:10.754 INFO O| Oct 16 04:04:10.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61002024-10-16T04:04:12.243Z[ recovery-image] Oct 16 04:04:10.754 INFO O| Oct 16 04:04:10.754 INFO STEP 644 (remove_files) COMPLETE
61012024-10-16T04:04:12.243Z[ recovery-image] Oct 16 04:04:10.754 INFO O| Oct 16 04:04:10.754 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-16T04:04:12.284Z[ recovery-image] Oct 16 04:04:10.794 INFO O| Oct 16 04:04:10.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61032024-10-16T04:04:12.284Z[ recovery-image] Oct 16 04:04:10.794 INFO O| Oct 16 04:04:10.794 INFO STEP 645 (remove_files) COMPLETE
61042024-10-16T04:04:12.284Z[ recovery-image] Oct 16 04:04:10.794 INFO O| Oct 16 04:04:10.794 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-16T04:04:12.319Z[ recovery-image] Oct 16 04:04:10.829 INFO O| Oct 16 04:04:10.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61062024-10-16T04:04:12.322Z[ recovery-image] Oct 16 04:04:10.830 INFO O| Oct 16 04:04:10.830 INFO STEP 646 (remove_files) COMPLETE
61072024-10-16T04:04:12.322Z[ recovery-image] Oct 16 04:04:10.830 INFO O| Oct 16 04:04:10.830 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-16T04:04:12.342Z[ recovery-image] Oct 16 04:04:10.852 INFO O| Oct 16 04:04:10.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61092024-10-16T04:04:12.345Z[ recovery-image] Oct 16 04:04:10.852 INFO O| Oct 16 04:04:10.852 INFO STEP 647 (remove_files) COMPLETE
61102024-10-16T04:04:12.345Z[ recovery-image] Oct 16 04:04:10.852 INFO O| Oct 16 04:04:10.852 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-16T04:04:12.364Z[ recovery-image] Oct 16 04:04:10.874 INFO O| Oct 16 04:04:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61122024-10-16T04:04:12.364Z[ recovery-image] Oct 16 04:04:10.875 INFO O| Oct 16 04:04:10.875 INFO STEP 648 (remove_files) COMPLETE
61132024-10-16T04:04:12.367Z[ recovery-image] Oct 16 04:04:10.875 INFO O| Oct 16 04:04:10.875 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-16T04:04:12.427Z[ recovery-image] Oct 16 04:04:10.937 INFO O| Oct 16 04:04:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61152024-10-16T04:04:12.430Z[ recovery-image] Oct 16 04:04:10.937 INFO O| Oct 16 04:04:10.937 INFO STEP 649 (remove_files) COMPLETE
61162024-10-16T04:04:12.430Z[ recovery-image] Oct 16 04:04:10.938 INFO O| Oct 16 04:04:10.938 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-16T04:04:12.469Z[ recovery-image] Oct 16 04:04:10.979 INFO O| Oct 16 04:04:10.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61182024-10-16T04:04:12.471Z[ recovery-image] Oct 16 04:04:10.979 INFO O| Oct 16 04:04:10.979 INFO STEP 650 (remove_files) COMPLETE
61192024-10-16T04:04:12.471Z[ recovery-image] Oct 16 04:04:10.979 INFO O| Oct 16 04:04:10.979 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-16T04:04:12.489Z[ recovery-image] Oct 16 04:04:10.999 INFO O| Oct 16 04:04:10.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61212024-10-16T04:04:12.489Z[ recovery-image] Oct 16 04:04:11.000 INFO O| Oct 16 04:04:10.999 INFO STEP 651 (remove_files) COMPLETE
61222024-10-16T04:04:12.489Z[ recovery-image] Oct 16 04:04:11.000 INFO O| Oct 16 04:04:11.000 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-16T04:04:12.510Z[ recovery-image] Oct 16 04:04:11.018 INFO O| Oct 16 04:04:11.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61242024-10-16T04:04:12.510Z[ recovery-image] Oct 16 04:04:11.018 INFO O| Oct 16 04:04:11.018 INFO STEP 652 (remove_files) COMPLETE
61252024-10-16T04:04:12.510Z[ recovery-image] Oct 16 04:04:11.018 INFO O| Oct 16 04:04:11.018 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-16T04:04:12.529Z[ recovery-image] Oct 16 04:04:11.039 INFO O| Oct 16 04:04:11.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61272024-10-16T04:04:12.531Z[ recovery-image] Oct 16 04:04:11.039 INFO O| Oct 16 04:04:11.039 INFO STEP 653 (remove_files) COMPLETE
61282024-10-16T04:04:12.531Z[ recovery-image] Oct 16 04:04:11.039 INFO O| Oct 16 04:04:11.039 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-16T04:04:12.551Z[ recovery-image] Oct 16 04:04:11.062 INFO O| Oct 16 04:04:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61302024-10-16T04:04:12.551Z[ recovery-image] Oct 16 04:04:11.062 INFO O| Oct 16 04:04:11.062 INFO STEP 654 (remove_files) COMPLETE
61312024-10-16T04:04:12.554Z[ recovery-image] Oct 16 04:04:11.062 INFO O| Oct 16 04:04:11.062 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-16T04:04:12.583Z[ recovery-image] Oct 16 04:04:11.093 INFO O| Oct 16 04:04:11.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61332024-10-16T04:04:12.583Z[ recovery-image] Oct 16 04:04:11.093 INFO O| Oct 16 04:04:11.093 INFO STEP 655 (remove_files) COMPLETE
61342024-10-16T04:04:12.586Z[ recovery-image] Oct 16 04:04:11.094 INFO O| Oct 16 04:04:11.093 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-16T04:04:12.637Z[ recovery-image] Oct 16 04:04:11.148 INFO O| Oct 16 04:04:11.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61362024-10-16T04:04:12.637Z[ recovery-image] Oct 16 04:04:11.148 INFO O| Oct 16 04:04:11.148 INFO STEP 656 (remove_files) COMPLETE
61372024-10-16T04:04:12.638Z[ recovery-image] Oct 16 04:04:11.148 INFO O| Oct 16 04:04:11.148 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-16T04:04:12.661Z[ recovery-image] Oct 16 04:04:11.172 INFO O| Oct 16 04:04:11.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61392024-10-16T04:04:12.661Z[ recovery-image] Oct 16 04:04:11.172 INFO O| Oct 16 04:04:11.172 INFO STEP 657 (remove_files) COMPLETE
61402024-10-16T04:04:12.661Z[ recovery-image] Oct 16 04:04:11.172 INFO O| Oct 16 04:04:11.172 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-16T04:04:12.685Z[ recovery-image] Oct 16 04:04:11.195 INFO O| Oct 16 04:04:11.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61422024-10-16T04:04:12.685Z[ recovery-image] Oct 16 04:04:11.195 INFO O| Oct 16 04:04:11.195 INFO STEP 658 (remove_files) COMPLETE
61432024-10-16T04:04:12.686Z[ recovery-image] Oct 16 04:04:11.195 INFO O| Oct 16 04:04:11.195 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-16T04:04:12.722Z[ recovery-image] Oct 16 04:04:11.232 INFO O| Oct 16 04:04:11.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61452024-10-16T04:04:12.722Z[ recovery-image] Oct 16 04:04:11.232 INFO O| Oct 16 04:04:11.232 INFO STEP 659 (remove_files) COMPLETE
61462024-10-16T04:04:12.722Z[ recovery-image] Oct 16 04:04:11.232 INFO O| Oct 16 04:04:11.232 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-16T04:04:12.787Z[ recovery-image] Oct 16 04:04:11.297 INFO O| Oct 16 04:04:11.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61482024-10-16T04:04:12.787Z[ recovery-image] Oct 16 04:04:11.297 INFO O| Oct 16 04:04:11.297 INFO STEP 660 (remove_files) COMPLETE
61492024-10-16T04:04:12.787Z[ recovery-image] Oct 16 04:04:11.297 INFO O| Oct 16 04:04:11.297 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-16T04:04:12.831Z[ recovery-image] Oct 16 04:04:11.341 INFO O| Oct 16 04:04:11.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61512024-10-16T04:04:12.831Z[ recovery-image] Oct 16 04:04:11.341 INFO O| Oct 16 04:04:11.341 INFO STEP 661 (remove_files) COMPLETE
61522024-10-16T04:04:12.831Z[ recovery-image] Oct 16 04:04:11.341 INFO O| Oct 16 04:04:11.341 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-16T04:04:12.876Z[ recovery-image] Oct 16 04:04:11.386 INFO O| Oct 16 04:04:11.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61542024-10-16T04:04:12.876Z[ recovery-image] Oct 16 04:04:11.386 INFO O| Oct 16 04:04:11.386 INFO STEP 662 (remove_files) COMPLETE
61552024-10-16T04:04:12.876Z[ recovery-image] Oct 16 04:04:11.386 INFO O| Oct 16 04:04:11.386 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-16T04:04:12.921Z[ recovery-image] Oct 16 04:04:11.431 INFO O| Oct 16 04:04:11.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61572024-10-16T04:04:12.921Z[ recovery-image] Oct 16 04:04:11.431 INFO O| Oct 16 04:04:11.431 INFO STEP 663 (remove_files) COMPLETE
61582024-10-16T04:04:12.925Z[ recovery-image] Oct 16 04:04:11.431 INFO O| Oct 16 04:04:11.431 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-16T04:04:12.944Z[ recovery-image] Oct 16 04:04:11.455 INFO O| Oct 16 04:04:11.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61602024-10-16T04:04:12.944Z[ recovery-image] Oct 16 04:04:11.455 INFO O| Oct 16 04:04:11.455 INFO STEP 664 (remove_files) COMPLETE
61612024-10-16T04:04:12.944Z[ recovery-image] Oct 16 04:04:11.455 INFO O| Oct 16 04:04:11.455 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-16T04:04:12.972Z[ recovery-image] Oct 16 04:04:11.482 INFO O| Oct 16 04:04:11.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61632024-10-16T04:04:12.975Z[ recovery-image] Oct 16 04:04:11.483 INFO O| Oct 16 04:04:11.482 INFO STEP 665 (remove_files) COMPLETE
61642024-10-16T04:04:12.975Z[ recovery-image] Oct 16 04:04:11.483 INFO O| Oct 16 04:04:11.483 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-16T04:04:12.997Z[ recovery-image] Oct 16 04:04:11.507 INFO O| Oct 16 04:04:11.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61662024-10-16T04:04:13.000Z[ recovery-image] Oct 16 04:04:11.507 INFO O| Oct 16 04:04:11.507 INFO STEP 666 (remove_files) COMPLETE
61672024-10-16T04:04:13.000Z[ recovery-image] Oct 16 04:04:11.508 INFO O| Oct 16 04:04:11.507 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-16T04:04:13.021Z[ recovery-image] Oct 16 04:04:11.531 INFO O| Oct 16 04:04:11.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61692024-10-16T04:04:13.025Z[ recovery-image] Oct 16 04:04:11.531 INFO O| Oct 16 04:04:11.531 INFO STEP 667 (remove_files) COMPLETE
61702024-10-16T04:04:13.025Z[ recovery-image] Oct 16 04:04:11.531 INFO O| Oct 16 04:04:11.531 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-16T04:04:13.044Z[ recovery-image] Oct 16 04:04:11.554 INFO O| Oct 16 04:04:11.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61722024-10-16T04:04:13.047Z[ recovery-image] Oct 16 04:04:11.554 INFO O| Oct 16 04:04:11.554 INFO STEP 668 (remove_files) COMPLETE
61732024-10-16T04:04:13.047Z[ recovery-image] Oct 16 04:04:11.555 INFO O| Oct 16 04:04:11.555 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-16T04:04:13.085Z[ recovery-image] Oct 16 04:04:11.595 INFO O| Oct 16 04:04:11.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61752024-10-16T04:04:13.085Z[ recovery-image] Oct 16 04:04:11.595 INFO O| Oct 16 04:04:11.595 INFO STEP 669 (remove_files) COMPLETE
61762024-10-16T04:04:13.088Z[ recovery-image] Oct 16 04:04:11.595 INFO O| Oct 16 04:04:11.595 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-16T04:04:13.111Z[ recovery-image] Oct 16 04:04:11.621 INFO O| Oct 16 04:04:11.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61782024-10-16T04:04:13.111Z[ recovery-image] Oct 16 04:04:11.621 INFO O| Oct 16 04:04:11.621 INFO STEP 670 (remove_files) COMPLETE
61792024-10-16T04:04:13.111Z[ recovery-image] Oct 16 04:04:11.621 INFO O| Oct 16 04:04:11.621 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-16T04:04:13.153Z[ recovery-image] Oct 16 04:04:11.663 INFO O| Oct 16 04:04:11.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61812024-10-16T04:04:13.156Z[ recovery-image] Oct 16 04:04:11.663 INFO O| Oct 16 04:04:11.663 INFO STEP 671 (remove_files) COMPLETE
61822024-10-16T04:04:13.156Z[ recovery-image] Oct 16 04:04:11.663 INFO O| Oct 16 04:04:11.663 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-16T04:04:13.187Z[ recovery-image] Oct 16 04:04:11.697 INFO O| Oct 16 04:04:11.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61842024-10-16T04:04:13.187Z[ recovery-image] Oct 16 04:04:11.697 INFO O| Oct 16 04:04:11.697 INFO STEP 672 (remove_files) COMPLETE
61852024-10-16T04:04:13.190Z[ recovery-image] Oct 16 04:04:11.697 INFO O| Oct 16 04:04:11.697 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-16T04:04:13.213Z[ recovery-image] Oct 16 04:04:11.723 INFO O| Oct 16 04:04:11.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61872024-10-16T04:04:13.213Z[ recovery-image] Oct 16 04:04:11.723 INFO O| Oct 16 04:04:11.723 INFO STEP 673 (remove_files) COMPLETE
61882024-10-16T04:04:13.213Z[ recovery-image] Oct 16 04:04:11.724 INFO O| Oct 16 04:04:11.723 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-16T04:04:13.237Z[ recovery-image] Oct 16 04:04:11.748 INFO O| Oct 16 04:04:11.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61902024-10-16T04:04:13.238Z[ recovery-image] Oct 16 04:04:11.748 INFO O| Oct 16 04:04:11.748 INFO STEP 674 (remove_files) COMPLETE
61912024-10-16T04:04:13.238Z[ recovery-image] Oct 16 04:04:11.748 INFO O| Oct 16 04:04:11.748 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-16T04:04:13.285Z[ recovery-image] Oct 16 04:04:11.795 INFO O| Oct 16 04:04:11.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61932024-10-16T04:04:13.285Z[ recovery-image] Oct 16 04:04:11.795 INFO O| Oct 16 04:04:11.795 INFO STEP 675 (remove_files) COMPLETE
61942024-10-16T04:04:13.285Z[ recovery-image] Oct 16 04:04:11.795 INFO O| Oct 16 04:04:11.795 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-16T04:04:13.354Z[ recovery-image] Oct 16 04:04:11.864 INFO O| Oct 16 04:04:11.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61962024-10-16T04:04:13.354Z[ recovery-image] Oct 16 04:04:11.864 INFO O| Oct 16 04:04:11.864 INFO STEP 676 (remove_files) COMPLETE
61972024-10-16T04:04:13.354Z[ recovery-image] Oct 16 04:04:11.864 INFO O| Oct 16 04:04:11.864 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-16T04:04:13.379Z[ recovery-image] Oct 16 04:04:11.890 INFO O| Oct 16 04:04:11.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61992024-10-16T04:04:13.380Z[ recovery-image] Oct 16 04:04:11.890 INFO O| Oct 16 04:04:11.890 INFO STEP 677 (remove_files) COMPLETE
62002024-10-16T04:04:13.380Z[ recovery-image] Oct 16 04:04:11.890 INFO O| Oct 16 04:04:11.890 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-16T04:04:13.406Z[ recovery-image] Oct 16 04:04:11.916 INFO O| Oct 16 04:04:11.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62022024-10-16T04:04:13.406Z[ recovery-image] Oct 16 04:04:11.916 INFO O| Oct 16 04:04:11.916 INFO STEP 678 (remove_files) COMPLETE
62032024-10-16T04:04:13.406Z[ recovery-image] Oct 16 04:04:11.916 INFO O| Oct 16 04:04:11.916 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-16T04:04:13.431Z[ recovery-image] Oct 16 04:04:11.940 INFO O| Oct 16 04:04:11.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62052024-10-16T04:04:13.434Z[ recovery-image] Oct 16 04:04:11.941 INFO O| Oct 16 04:04:11.941 INFO STEP 679 (remove_files) COMPLETE
62062024-10-16T04:04:13.434Z[ recovery-image] Oct 16 04:04:11.941 INFO O| Oct 16 04:04:11.941 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-16T04:04:13.471Z[ host-image] Oct 16 04:04:11.981 INFO O| Oct 16 04:04:11.980 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
62082024-10-16T04:04:13.485Z[ recovery-image] Oct 16 04:04:11.996 INFO O| Oct 16 04:04:11.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62092024-10-16T04:04:13.489Z[ recovery-image] Oct 16 04:04:11.996 INFO O| Oct 16 04:04:11.996 INFO STEP 680 (remove_files) COMPLETE
62102024-10-16T04:04:13.489Z[ recovery-image] Oct 16 04:04:11.996 INFO O| Oct 16 04:04:11.996 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-16T04:04:13.513Z[ recovery-image] Oct 16 04:04:12.023 INFO O| Oct 16 04:04:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62122024-10-16T04:04:13.513Z[ recovery-image] Oct 16 04:04:12.023 INFO O| Oct 16 04:04:12.023 INFO STEP 681 (remove_files) COMPLETE
62132024-10-16T04:04:13.515Z[ recovery-image] Oct 16 04:04:12.023 INFO O| Oct 16 04:04:12.023 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-16T04:04:13.566Z[ recovery-image] Oct 16 04:04:12.076 INFO O| Oct 16 04:04:12.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62152024-10-16T04:04:13.566Z[ recovery-image] Oct 16 04:04:12.076 INFO O| Oct 16 04:04:12.076 INFO STEP 682 (remove_files) COMPLETE
62162024-10-16T04:04:13.566Z[ recovery-image] Oct 16 04:04:12.076 INFO O| Oct 16 04:04:12.076 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-16T04:04:13.608Z[ recovery-image] Oct 16 04:04:12.119 INFO O| Oct 16 04:04:12.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62182024-10-16T04:04:13.608Z[ recovery-image] Oct 16 04:04:12.119 INFO O| Oct 16 04:04:12.119 INFO STEP 683 (remove_files) COMPLETE
62192024-10-16T04:04:13.611Z[ recovery-image] Oct 16 04:04:12.119 INFO O| Oct 16 04:04:12.119 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-16T04:04:13.634Z[ recovery-image] Oct 16 04:04:12.144 INFO O| Oct 16 04:04:12.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62212024-10-16T04:04:13.634Z[ recovery-image] Oct 16 04:04:12.145 INFO O| Oct 16 04:04:12.145 INFO STEP 684 (remove_files) COMPLETE
62222024-10-16T04:04:13.634Z[ recovery-image] Oct 16 04:04:12.145 INFO O| Oct 16 04:04:12.145 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-16T04:04:13.685Z[ recovery-image] Oct 16 04:04:12.195 INFO O| Oct 16 04:04:12.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62242024-10-16T04:04:13.689Z[ recovery-image] Oct 16 04:04:12.195 INFO O| Oct 16 04:04:12.195 INFO STEP 685 (remove_files) COMPLETE
62252024-10-16T04:04:13.689Z[ recovery-image] Oct 16 04:04:12.195 INFO O| Oct 16 04:04:12.195 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-16T04:04:13.727Z[ recovery-image] Oct 16 04:04:12.236 INFO O| Oct 16 04:04:12.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62272024-10-16T04:04:13.727Z[ recovery-image] Oct 16 04:04:12.236 INFO O| Oct 16 04:04:12.236 INFO STEP 686 (remove_files) COMPLETE
62282024-10-16T04:04:13.727Z[ recovery-image] Oct 16 04:04:12.236 INFO O| Oct 16 04:04:12.236 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-16T04:04:13.819Z[ recovery-image] Oct 16 04:04:12.329 INFO O| Oct 16 04:04:12.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62302024-10-16T04:04:13.821Z[ recovery-image] Oct 16 04:04:12.329 INFO O| Oct 16 04:04:12.329 INFO STEP 687 (remove_files) COMPLETE
62312024-10-16T04:04:13.821Z[ recovery-image] Oct 16 04:04:12.329 INFO O| Oct 16 04:04:12.329 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-16T04:04:13.879Z[ recovery-image] Oct 16 04:04:12.389 INFO O| Oct 16 04:04:12.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62332024-10-16T04:04:13.879Z[ recovery-image] Oct 16 04:04:12.389 INFO O| Oct 16 04:04:12.389 INFO STEP 688 (remove_files) COMPLETE
62342024-10-16T04:04:13.882Z[ recovery-image] Oct 16 04:04:12.390 INFO O| Oct 16 04:04:12.389 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-16T04:04:13.916Z[ recovery-image] Oct 16 04:04:12.426 INFO O| Oct 16 04:04:12.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62362024-10-16T04:04:13.916Z[ recovery-image] Oct 16 04:04:12.426 INFO O| Oct 16 04:04:12.426 INFO STEP 689 (remove_files) COMPLETE
62372024-10-16T04:04:13.916Z[ recovery-image] Oct 16 04:04:12.426 INFO O| Oct 16 04:04:12.426 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-16T04:04:13.940Z[ recovery-image] Oct 16 04:04:12.450 INFO O| Oct 16 04:04:12.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62392024-10-16T04:04:13.940Z[ recovery-image] Oct 16 04:04:12.450 INFO O| Oct 16 04:04:12.450 INFO STEP 690 (remove_files) COMPLETE
62402024-10-16T04:04:13.940Z[ recovery-image] Oct 16 04:04:12.450 INFO O| Oct 16 04:04:12.450 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-16T04:04:13.967Z[ recovery-image] Oct 16 04:04:12.477 INFO O| Oct 16 04:04:12.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62422024-10-16T04:04:13.967Z[ recovery-image] Oct 16 04:04:12.477 INFO O| Oct 16 04:04:12.477 INFO STEP 691 (remove_files) COMPLETE
62432024-10-16T04:04:13.969Z[ recovery-image] Oct 16 04:04:12.477 INFO O| Oct 16 04:04:12.477 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-16T04:04:13.990Z[ recovery-image] Oct 16 04:04:12.500 INFO O| Oct 16 04:04:12.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62452024-10-16T04:04:13.990Z[ recovery-image] Oct 16 04:04:12.500 INFO O| Oct 16 04:04:12.500 INFO STEP 692 (remove_files) COMPLETE
62462024-10-16T04:04:13.990Z[ recovery-image] Oct 16 04:04:12.500 INFO O| Oct 16 04:04:12.500 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-16T04:04:14.011Z[ recovery-image] Oct 16 04:04:12.521 INFO O| Oct 16 04:04:12.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62482024-10-16T04:04:14.011Z[ recovery-image] Oct 16 04:04:12.521 INFO O| Oct 16 04:04:12.521 INFO STEP 693 (remove_files) COMPLETE
62492024-10-16T04:04:14.011Z[ recovery-image] Oct 16 04:04:12.521 INFO O| Oct 16 04:04:12.521 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-16T04:04:14.034Z[ recovery-image] Oct 16 04:04:12.544 INFO O| Oct 16 04:04:12.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62512024-10-16T04:04:14.034Z[ recovery-image] Oct 16 04:04:12.544 INFO O| Oct 16 04:04:12.544 INFO STEP 694 (remove_files) COMPLETE
62522024-10-16T04:04:14.034Z[ recovery-image] Oct 16 04:04:12.544 INFO O| Oct 16 04:04:12.544 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-16T04:04:14.057Z[ recovery-image] Oct 16 04:04:12.567 INFO O| Oct 16 04:04:12.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62542024-10-16T04:04:14.057Z[ recovery-image] Oct 16 04:04:12.567 INFO O| Oct 16 04:04:12.567 INFO STEP 695 (remove_files) COMPLETE
62552024-10-16T04:04:14.057Z[ recovery-image] Oct 16 04:04:12.567 INFO O| Oct 16 04:04:12.567 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-16T04:04:14.092Z[ recovery-image] Oct 16 04:04:12.602 INFO O| Oct 16 04:04:12.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62572024-10-16T04:04:14.092Z[ recovery-image] Oct 16 04:04:12.602 INFO O| Oct 16 04:04:12.602 INFO STEP 696 (remove_files) COMPLETE
62582024-10-16T04:04:14.092Z[ recovery-image] Oct 16 04:04:12.602 INFO O| Oct 16 04:04:12.602 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-16T04:04:14.128Z[ recovery-image] Oct 16 04:04:12.638 INFO O| Oct 16 04:04:12.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62602024-10-16T04:04:14.128Z[ recovery-image] Oct 16 04:04:12.638 INFO O| Oct 16 04:04:12.638 INFO STEP 697 (remove_files) COMPLETE
62612024-10-16T04:04:14.128Z[ recovery-image] Oct 16 04:04:12.638 INFO O| Oct 16 04:04:12.638 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-16T04:04:14.153Z[ recovery-image] Oct 16 04:04:12.663 INFO O| Oct 16 04:04:12.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62632024-10-16T04:04:14.153Z[ recovery-image] Oct 16 04:04:12.663 INFO O| Oct 16 04:04:12.663 INFO STEP 698 (remove_files) COMPLETE
62642024-10-16T04:04:14.153Z[ recovery-image] Oct 16 04:04:12.663 INFO O| Oct 16 04:04:12.663 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-16T04:04:14.191Z[ recovery-image] Oct 16 04:04:12.701 INFO O| Oct 16 04:04:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62662024-10-16T04:04:14.193Z[ recovery-image] Oct 16 04:04:12.701 INFO O| Oct 16 04:04:12.701 INFO STEP 699 (remove_files) COMPLETE
62672024-10-16T04:04:14.193Z[ recovery-image] Oct 16 04:04:12.701 INFO O| Oct 16 04:04:12.701 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-16T04:04:14.217Z[ recovery-image] Oct 16 04:04:12.727 INFO O| Oct 16 04:04:12.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62692024-10-16T04:04:14.217Z[ recovery-image] Oct 16 04:04:12.727 INFO O| Oct 16 04:04:12.727 INFO STEP 700 (remove_files) COMPLETE
62702024-10-16T04:04:14.217Z[ recovery-image] Oct 16 04:04:12.727 INFO O| Oct 16 04:04:12.727 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-16T04:04:14.241Z[ recovery-image] Oct 16 04:04:12.751 INFO O| Oct 16 04:04:12.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62722024-10-16T04:04:14.241Z[ recovery-image] Oct 16 04:04:12.751 INFO O| Oct 16 04:04:12.751 INFO STEP 701 (remove_files) COMPLETE
62732024-10-16T04:04:14.241Z[ recovery-image] Oct 16 04:04:12.751 INFO O| Oct 16 04:04:12.751 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-16T04:04:14.264Z[ recovery-image] Oct 16 04:04:12.775 INFO O| Oct 16 04:04:12.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62752024-10-16T04:04:14.267Z[ recovery-image] Oct 16 04:04:12.775 INFO O| Oct 16 04:04:12.775 INFO STEP 702 (remove_files) COMPLETE
62762024-10-16T04:04:14.267Z[ recovery-image] Oct 16 04:04:12.775 INFO O| Oct 16 04:04:12.775 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-16T04:04:14.312Z[ recovery-image] Oct 16 04:04:12.823 INFO O| Oct 16 04:04:12.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62782024-10-16T04:04:14.313Z[ recovery-image] Oct 16 04:04:12.823 INFO O| Oct 16 04:04:12.823 INFO STEP 703 (remove_files) COMPLETE
62792024-10-16T04:04:14.313Z[ recovery-image] Oct 16 04:04:12.823 INFO O| Oct 16 04:04:12.823 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-16T04:04:14.371Z[ recovery-image] Oct 16 04:04:12.882 INFO O| Oct 16 04:04:12.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62812024-10-16T04:04:14.372Z[ recovery-image] Oct 16 04:04:12.882 INFO O| Oct 16 04:04:12.882 INFO STEP 704 (remove_files) COMPLETE
62822024-10-16T04:04:14.372Z[ recovery-image] Oct 16 04:04:12.882 INFO O| Oct 16 04:04:12.882 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-16T04:04:14.403Z[ recovery-image] Oct 16 04:04:12.913 INFO O| Oct 16 04:04:12.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62842024-10-16T04:04:14.406Z[ recovery-image] Oct 16 04:04:12.914 INFO O| Oct 16 04:04:12.913 INFO STEP 705 (remove_files) COMPLETE
62852024-10-16T04:04:14.406Z[ recovery-image] Oct 16 04:04:12.914 INFO O| Oct 16 04:04:12.914 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-16T04:04:14.429Z[ recovery-image] Oct 16 04:04:12.939 INFO O| Oct 16 04:04:12.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62872024-10-16T04:04:14.432Z[ recovery-image] Oct 16 04:04:12.939 INFO O| Oct 16 04:04:12.939 INFO STEP 706 (remove_files) COMPLETE
62882024-10-16T04:04:14.432Z[ recovery-image] Oct 16 04:04:12.939 INFO O| Oct 16 04:04:12.939 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-16T04:04:14.454Z[ recovery-image] Oct 16 04:04:12.964 INFO O| Oct 16 04:04:12.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62902024-10-16T04:04:14.454Z[ recovery-image] Oct 16 04:04:12.964 INFO O| Oct 16 04:04:12.964 INFO STEP 707 (remove_files) COMPLETE
62912024-10-16T04:04:14.454Z[ recovery-image] Oct 16 04:04:12.964 INFO O| Oct 16 04:04:12.964 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-16T04:04:14.518Z[ recovery-image] Oct 16 04:04:13.028 INFO O| Oct 16 04:04:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62932024-10-16T04:04:14.521Z[ recovery-image] Oct 16 04:04:13.028 INFO O| Oct 16 04:04:13.028 INFO STEP 708 (remove_files) COMPLETE
62942024-10-16T04:04:14.521Z[ recovery-image] Oct 16 04:04:13.028 INFO O| Oct 16 04:04:13.028 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-16T04:04:14.542Z[ recovery-image] Oct 16 04:04:13.052 INFO O| Oct 16 04:04:13.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62962024-10-16T04:04:14.542Z[ recovery-image] Oct 16 04:04:13.052 INFO O| Oct 16 04:04:13.052 INFO STEP 709 (remove_files) COMPLETE
62972024-10-16T04:04:14.542Z[ recovery-image] Oct 16 04:04:13.052 INFO O| Oct 16 04:04:13.052 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-16T04:04:14.582Z[ recovery-image] Oct 16 04:04:13.092 INFO O| Oct 16 04:04:13.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62992024-10-16T04:04:14.582Z[ recovery-image] Oct 16 04:04:13.092 INFO O| Oct 16 04:04:13.092 INFO STEP 710 (remove_files) COMPLETE
63002024-10-16T04:04:14.582Z[ recovery-image] Oct 16 04:04:13.092 INFO O| Oct 16 04:04:13.092 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-10-16T04:04:14.612Z[ recovery-image] Oct 16 04:04:13.122 INFO O| Oct 16 04:04:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63022024-10-16T04:04:14.612Z[ recovery-image] Oct 16 04:04:13.122 INFO O| Oct 16 04:04:13.122 INFO STEP 711 (remove_files) COMPLETE
63032024-10-16T04:04:14.612Z[ recovery-image] Oct 16 04:04:13.122 INFO O| Oct 16 04:04:13.122 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-10-16T04:04:14.672Z[ recovery-image] Oct 16 04:04:13.182 INFO O| Oct 16 04:04:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63052024-10-16T04:04:14.672Z[ recovery-image] Oct 16 04:04:13.182 INFO O| Oct 16 04:04:13.182 INFO STEP 712 (remove_files) COMPLETE
63062024-10-16T04:04:14.672Z[ recovery-image] Oct 16 04:04:13.182 INFO O| Oct 16 04:04:13.182 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-10-16T04:04:14.734Z[ recovery-image] Oct 16 04:04:13.244 INFO O| Oct 16 04:04:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63082024-10-16T04:04:14.734Z[ recovery-image] Oct 16 04:04:13.244 INFO O| Oct 16 04:04:13.244 INFO STEP 713 (remove_files) COMPLETE
63092024-10-16T04:04:14.734Z[ recovery-image] Oct 16 04:04:13.244 INFO O| Oct 16 04:04:13.244 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-10-16T04:04:14.771Z[ recovery-image] Oct 16 04:04:13.281 INFO O| Oct 16 04:04:13.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63112024-10-16T04:04:14.771Z[ recovery-image] Oct 16 04:04:13.281 INFO O| Oct 16 04:04:13.281 INFO STEP 714 (remove_files) COMPLETE
63122024-10-16T04:04:14.775Z[ recovery-image] Oct 16 04:04:13.281 INFO O| Oct 16 04:04:13.281 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-16T04:04:14.792Z[ recovery-image] Oct 16 04:04:13.302 INFO O| Oct 16 04:04:13.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63142024-10-16T04:04:14.792Z[ recovery-image] Oct 16 04:04:13.302 INFO O| Oct 16 04:04:13.302 INFO STEP 715 (remove_files) COMPLETE
63152024-10-16T04:04:14.795Z[ recovery-image] Oct 16 04:04:13.303 INFO O| Oct 16 04:04:13.302 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-16T04:04:14.813Z[ recovery-image] Oct 16 04:04:13.323 INFO O| Oct 16 04:04:13.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63172024-10-16T04:04:14.813Z[ recovery-image] Oct 16 04:04:13.323 INFO O| Oct 16 04:04:13.323 INFO STEP 716 (remove_files) COMPLETE
63182024-10-16T04:04:14.813Z[ recovery-image] Oct 16 04:04:13.323 INFO O| Oct 16 04:04:13.323 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-16T04:04:14.833Z[ recovery-image] Oct 16 04:04:13.343 INFO O| Oct 16 04:04:13.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63202024-10-16T04:04:14.833Z[ recovery-image] Oct 16 04:04:13.343 INFO O| Oct 16 04:04:13.343 INFO STEP 717 (remove_files) COMPLETE
63212024-10-16T04:04:14.835Z[ recovery-image] Oct 16 04:04:13.343 INFO O| Oct 16 04:04:13.343 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-10-16T04:04:14.853Z[ recovery-image] Oct 16 04:04:13.363 INFO O| Oct 16 04:04:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63232024-10-16T04:04:14.853Z[ recovery-image] Oct 16 04:04:13.364 INFO O| Oct 16 04:04:13.364 INFO STEP 718 (remove_files) COMPLETE
63242024-10-16T04:04:14.856Z[ recovery-image] Oct 16 04:04:13.364 INFO O| Oct 16 04:04:13.364 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-16T04:04:14.874Z[ recovery-image] Oct 16 04:04:13.384 INFO O| Oct 16 04:04:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63262024-10-16T04:04:14.874Z[ recovery-image] Oct 16 04:04:13.384 INFO O| Oct 16 04:04:13.384 INFO STEP 719 (remove_files) COMPLETE
63272024-10-16T04:04:14.877Z[ recovery-image] Oct 16 04:04:13.384 INFO O| Oct 16 04:04:13.384 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-16T04:04:14.892Z[ recovery-image] Oct 16 04:04:13.403 INFO O| Oct 16 04:04:13.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63292024-10-16T04:04:14.892Z[ recovery-image] Oct 16 04:04:13.403 INFO O| Oct 16 04:04:13.403 INFO STEP 720 (remove_files) COMPLETE
63302024-10-16T04:04:14.892Z[ recovery-image] Oct 16 04:04:13.403 INFO O| Oct 16 04:04:13.403 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-16T04:04:14.952Z[ recovery-image] Oct 16 04:04:13.462 INFO O| Oct 16 04:04:13.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63322024-10-16T04:04:14.952Z[ recovery-image] Oct 16 04:04:13.462 INFO O| Oct 16 04:04:13.462 INFO STEP 721 (remove_files) COMPLETE
63332024-10-16T04:04:14.952Z[ recovery-image] Oct 16 04:04:13.462 INFO O| Oct 16 04:04:13.462 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-16T04:04:14.971Z[ recovery-image] Oct 16 04:04:13.482 INFO O| Oct 16 04:04:13.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63352024-10-16T04:04:14.971Z[ recovery-image] Oct 16 04:04:13.482 INFO O| Oct 16 04:04:13.482 INFO STEP 722 (remove_files) COMPLETE
63362024-10-16T04:04:14.972Z[ recovery-image] Oct 16 04:04:13.482 INFO O| Oct 16 04:04:13.482 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-16T04:04:14.991Z[ recovery-image] Oct 16 04:04:13.501 INFO O| Oct 16 04:04:13.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63382024-10-16T04:04:14.991Z[ recovery-image] Oct 16 04:04:13.501 INFO O| Oct 16 04:04:13.501 INFO STEP 723 (remove_files) COMPLETE
63392024-10-16T04:04:14.991Z[ recovery-image] Oct 16 04:04:13.501 INFO O| Oct 16 04:04:13.501 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-16T04:04:15.010Z[ recovery-image] Oct 16 04:04:13.520 INFO O| Oct 16 04:04:13.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63412024-10-16T04:04:15.010Z[ recovery-image] Oct 16 04:04:13.520 INFO O| Oct 16 04:04:13.520 INFO STEP 724 (remove_files) COMPLETE
63422024-10-16T04:04:15.010Z[ recovery-image] Oct 16 04:04:13.520 INFO O| Oct 16 04:04:13.520 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-16T04:04:15.030Z[ recovery-image] Oct 16 04:04:13.540 INFO O| Oct 16 04:04:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63442024-10-16T04:04:15.030Z[ recovery-image] Oct 16 04:04:13.541 INFO O| Oct 16 04:04:13.540 INFO STEP 725 (remove_files) COMPLETE
63452024-10-16T04:04:15.030Z[ recovery-image] Oct 16 04:04:13.541 INFO O| Oct 16 04:04:13.541 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-16T04:04:15.057Z[ recovery-image] Oct 16 04:04:13.567 INFO O| Oct 16 04:04:13.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63472024-10-16T04:04:15.057Z[ recovery-image] Oct 16 04:04:13.567 INFO O| Oct 16 04:04:13.567 INFO STEP 726 (remove_files) COMPLETE
63482024-10-16T04:04:15.057Z[ recovery-image] Oct 16 04:04:13.567 INFO O| Oct 16 04:04:13.567 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-10-16T04:04:15.080Z[ recovery-image] Oct 16 04:04:13.590 INFO O| Oct 16 04:04:13.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63502024-10-16T04:04:15.080Z[ recovery-image] Oct 16 04:04:13.590 INFO O| Oct 16 04:04:13.590 INFO STEP 727 (remove_files) COMPLETE
63512024-10-16T04:04:15.080Z[ recovery-image] Oct 16 04:04:13.590 INFO O| Oct 16 04:04:13.590 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-16T04:04:15.105Z[ recovery-image] Oct 16 04:04:13.614 INFO O| Oct 16 04:04:13.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63532024-10-16T04:04:15.105Z[ recovery-image] Oct 16 04:04:13.614 INFO O| Oct 16 04:04:13.614 INFO STEP 728 (remove_files) COMPLETE
63542024-10-16T04:04:15.105Z[ recovery-image] Oct 16 04:04:13.614 INFO O| Oct 16 04:04:13.614 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-16T04:04:15.134Z[ recovery-image] Oct 16 04:04:13.644 INFO O| Oct 16 04:04:13.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63562024-10-16T04:04:15.134Z[ recovery-image] Oct 16 04:04:13.644 INFO O| Oct 16 04:04:13.644 INFO STEP 729 (remove_files) COMPLETE
63572024-10-16T04:04:15.134Z[ recovery-image] Oct 16 04:04:13.644 INFO O| Oct 16 04:04:13.644 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-16T04:04:15.181Z[ recovery-image] Oct 16 04:04:13.691 INFO O| Oct 16 04:04:13.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63592024-10-16T04:04:15.183Z[ recovery-image] Oct 16 04:04:13.691 INFO O| Oct 16 04:04:13.691 INFO STEP 730 (remove_files) COMPLETE
63602024-10-16T04:04:15.183Z[ recovery-image] Oct 16 04:04:13.691 INFO O| Oct 16 04:04:13.691 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-16T04:04:15.203Z[ recovery-image] Oct 16 04:04:13.713 INFO O| Oct 16 04:04:13.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63622024-10-16T04:04:15.203Z[ recovery-image] Oct 16 04:04:13.713 INFO O| Oct 16 04:04:13.713 INFO STEP 731 (remove_files) COMPLETE
63632024-10-16T04:04:15.203Z[ recovery-image] Oct 16 04:04:13.713 INFO O| Oct 16 04:04:13.713 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-16T04:04:15.223Z[ recovery-image] Oct 16 04:04:13.733 INFO O| Oct 16 04:04:13.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63652024-10-16T04:04:15.223Z[ recovery-image] Oct 16 04:04:13.734 INFO O| Oct 16 04:04:13.734 INFO STEP 732 (remove_files) COMPLETE
63662024-10-16T04:04:15.223Z[ recovery-image] Oct 16 04:04:13.734 INFO O| Oct 16 04:04:13.734 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-16T04:04:15.246Z[ recovery-image] Oct 16 04:04:13.756 INFO O| Oct 16 04:04:13.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63682024-10-16T04:04:15.254Z[ recovery-image] Oct 16 04:04:13.761 INFO O| Oct 16 04:04:13.758 INFO STEP 733 (remove_files) COMPLETE
63692024-10-16T04:04:15.254Z[ recovery-image] Oct 16 04:04:13.761 INFO O| Oct 16 04:04:13.761 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-16T04:04:15.285Z[ recovery-image] Oct 16 04:04:13.796 INFO O| Oct 16 04:04:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63712024-10-16T04:04:15.288Z[ recovery-image] Oct 16 04:04:13.796 INFO O| Oct 16 04:04:13.796 INFO STEP 734 (remove_files) COMPLETE
63722024-10-16T04:04:15.288Z[ recovery-image] Oct 16 04:04:13.796 INFO O| Oct 16 04:04:13.796 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-16T04:04:15.309Z[ recovery-image] Oct 16 04:04:13.819 INFO O| Oct 16 04:04:13.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63742024-10-16T04:04:15.312Z[ recovery-image] Oct 16 04:04:13.820 INFO O| Oct 16 04:04:13.820 INFO STEP 735 (remove_files) COMPLETE
63752024-10-16T04:04:15.312Z[ recovery-image] Oct 16 04:04:13.820 INFO O| Oct 16 04:04:13.820 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-16T04:04:15.333Z[ recovery-image] Oct 16 04:04:13.843 INFO O| Oct 16 04:04:13.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63772024-10-16T04:04:15.333Z[ recovery-image] Oct 16 04:04:13.843 INFO O| Oct 16 04:04:13.843 INFO STEP 736 (remove_files) COMPLETE
63782024-10-16T04:04:15.333Z[ recovery-image] Oct 16 04:04:13.843 INFO O| Oct 16 04:04:13.843 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-16T04:04:15.355Z[ recovery-image] Oct 16 04:04:13.865 INFO O| Oct 16 04:04:13.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63802024-10-16T04:04:15.357Z[ recovery-image] Oct 16 04:04:13.865 INFO O| Oct 16 04:04:13.865 INFO STEP 737 (remove_files) COMPLETE
63812024-10-16T04:04:15.357Z[ recovery-image] Oct 16 04:04:13.865 INFO O| Oct 16 04:04:13.865 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-10-16T04:04:15.377Z[ recovery-image] Oct 16 04:04:13.887 INFO O| Oct 16 04:04:13.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63832024-10-16T04:04:15.380Z[ recovery-image] Oct 16 04:04:13.887 INFO O| Oct 16 04:04:13.887 INFO STEP 738 (remove_files) COMPLETE
63842024-10-16T04:04:15.380Z[ recovery-image] Oct 16 04:04:13.887 INFO O| Oct 16 04:04:13.887 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-10-16T04:04:15.405Z[ recovery-image] Oct 16 04:04:13.915 INFO O| Oct 16 04:04:13.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63862024-10-16T04:04:15.405Z[ recovery-image] Oct 16 04:04:13.915 INFO O| Oct 16 04:04:13.915 INFO STEP 739 (remove_files) COMPLETE
63872024-10-16T04:04:15.405Z[ recovery-image] Oct 16 04:04:13.915 INFO O| Oct 16 04:04:13.915 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-10-16T04:04:15.426Z[ recovery-image] Oct 16 04:04:13.936 INFO O| Oct 16 04:04:13.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63892024-10-16T04:04:15.428Z[ recovery-image] Oct 16 04:04:13.937 INFO O| Oct 16 04:04:13.936 INFO STEP 740 (remove_files) COMPLETE
63902024-10-16T04:04:15.429Z[ recovery-image] Oct 16 04:04:13.937 INFO O| Oct 16 04:04:13.937 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-16T04:04:15.446Z[ recovery-image] Oct 16 04:04:13.956 INFO O| Oct 16 04:04:13.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63922024-10-16T04:04:15.449Z[ recovery-image] Oct 16 04:04:13.957 INFO O| Oct 16 04:04:13.957 INFO STEP 741 (remove_files) COMPLETE
63932024-10-16T04:04:15.449Z[ recovery-image] Oct 16 04:04:13.957 INFO O| Oct 16 04:04:13.957 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-16T04:04:15.466Z[ recovery-image] Oct 16 04:04:13.977 INFO O| Oct 16 04:04:13.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63952024-10-16T04:04:15.466Z[ recovery-image] Oct 16 04:04:13.977 INFO O| Oct 16 04:04:13.977 INFO STEP 742 (remove_files) COMPLETE
63962024-10-16T04:04:15.469Z[ recovery-image] Oct 16 04:04:13.977 INFO O| Oct 16 04:04:13.977 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-16T04:04:15.485Z[ recovery-image] Oct 16 04:04:13.996 INFO O| Oct 16 04:04:13.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63982024-10-16T04:04:15.485Z[ recovery-image] Oct 16 04:04:13.996 INFO O| Oct 16 04:04:13.996 INFO STEP 743 (remove_files) COMPLETE
63992024-10-16T04:04:15.488Z[ recovery-image] Oct 16 04:04:13.996 INFO O| Oct 16 04:04:13.996 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-16T04:04:15.505Z[ recovery-image] Oct 16 04:04:14.015 INFO O| Oct 16 04:04:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64012024-10-16T04:04:15.512Z[ recovery-image] Oct 16 04:04:14.022 INFO O| Oct 16 04:04:14.022 INFO STEP 744 (remove_files) COMPLETE
64022024-10-16T04:04:15.512Z[ recovery-image] Oct 16 04:04:14.022 INFO O| Oct 16 04:04:14.022 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-16T04:04:15.551Z[ recovery-image] Oct 16 04:04:14.061 INFO O| Oct 16 04:04:14.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64042024-10-16T04:04:15.555Z[ recovery-image] Oct 16 04:04:14.062 INFO O| Oct 16 04:04:14.061 INFO STEP 745 (remove_files) COMPLETE
64052024-10-16T04:04:15.555Z[ recovery-image] Oct 16 04:04:14.062 INFO O| Oct 16 04:04:14.062 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-16T04:04:15.576Z[ recovery-image] Oct 16 04:04:14.086 INFO O| Oct 16 04:04:14.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64072024-10-16T04:04:15.579Z[ recovery-image] Oct 16 04:04:14.087 INFO O| Oct 16 04:04:14.086 INFO STEP 746 (remove_files) COMPLETE
64082024-10-16T04:04:15.579Z[ recovery-image] Oct 16 04:04:14.087 INFO O| Oct 16 04:04:14.087 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-16T04:04:15.601Z[ recovery-image] Oct 16 04:04:14.111 INFO O| Oct 16 04:04:14.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64102024-10-16T04:04:15.604Z[ recovery-image] Oct 16 04:04:14.111 INFO O| Oct 16 04:04:14.111 INFO STEP 747 (remove_files) COMPLETE
64112024-10-16T04:04:15.604Z[ recovery-image] Oct 16 04:04:14.111 INFO O| Oct 16 04:04:14.111 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-16T04:04:15.627Z[ recovery-image] Oct 16 04:04:14.137 INFO O| Oct 16 04:04:14.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64132024-10-16T04:04:15.629Z[ recovery-image] Oct 16 04:04:14.137 INFO O| Oct 16 04:04:14.137 INFO STEP 748 (remove_files) COMPLETE
64142024-10-16T04:04:15.629Z[ recovery-image] Oct 16 04:04:14.137 INFO O| Oct 16 04:04:14.137 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-16T04:04:15.651Z[ recovery-image] Oct 16 04:04:14.161 INFO O| Oct 16 04:04:14.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64162024-10-16T04:04:15.651Z[ recovery-image] Oct 16 04:04:14.161 INFO O| Oct 16 04:04:14.161 INFO STEP 749 (remove_files) COMPLETE
64172024-10-16T04:04:15.654Z[ recovery-image] Oct 16 04:04:14.161 INFO O| Oct 16 04:04:14.161 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-16T04:04:15.709Z[ recovery-image] Oct 16 04:04:14.219 INFO O| Oct 16 04:04:14.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64192024-10-16T04:04:15.712Z[ recovery-image] Oct 16 04:04:14.219 INFO O| Oct 16 04:04:14.219 INFO STEP 750 (remove_files) COMPLETE
64202024-10-16T04:04:15.712Z[ recovery-image] Oct 16 04:04:14.219 INFO O| Oct 16 04:04:14.219 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-16T04:04:15.754Z[ recovery-image] Oct 16 04:04:14.264 INFO O| Oct 16 04:04:14.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64222024-10-16T04:04:15.757Z[ recovery-image] Oct 16 04:04:14.264 INFO O| Oct 16 04:04:14.264 INFO STEP 751 (remove_files) COMPLETE
64232024-10-16T04:04:15.757Z[ recovery-image] Oct 16 04:04:14.264 INFO O| Oct 16 04:04:14.264 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-16T04:04:15.776Z[ recovery-image] Oct 16 04:04:14.286 INFO O| Oct 16 04:04:14.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64252024-10-16T04:04:15.779Z[ recovery-image] Oct 16 04:04:14.286 INFO O| Oct 16 04:04:14.286 INFO STEP 752 (remove_files) COMPLETE
64262024-10-16T04:04:15.779Z[ recovery-image] Oct 16 04:04:14.286 INFO O| Oct 16 04:04:14.286 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-16T04:04:15.801Z[ recovery-image] Oct 16 04:04:14.312 INFO O| Oct 16 04:04:14.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64282024-10-16T04:04:15.804Z[ recovery-image] Oct 16 04:04:14.312 INFO O| Oct 16 04:04:14.312 INFO STEP 753 (remove_files) COMPLETE
64292024-10-16T04:04:15.805Z[ recovery-image] Oct 16 04:04:14.312 INFO O| Oct 16 04:04:14.312 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-16T04:04:15.823Z[ recovery-image] Oct 16 04:04:14.333 INFO O| Oct 16 04:04:14.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64312024-10-16T04:04:15.825Z[ recovery-image] Oct 16 04:04:14.333 INFO O| Oct 16 04:04:14.333 INFO STEP 754 (remove_files) COMPLETE
64322024-10-16T04:04:15.825Z[ recovery-image] Oct 16 04:04:14.333 INFO O| Oct 16 04:04:14.333 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-16T04:04:15.860Z[ recovery-image] Oct 16 04:04:14.370 INFO O| Oct 16 04:04:14.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64342024-10-16T04:04:15.863Z[ recovery-image] Oct 16 04:04:14.371 INFO O| Oct 16 04:04:14.370 INFO STEP 755 (remove_files) COMPLETE
64352024-10-16T04:04:15.863Z[ recovery-image] Oct 16 04:04:14.371 INFO O| Oct 16 04:04:14.371 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-16T04:04:15.884Z[ recovery-image] Oct 16 04:04:14.394 INFO O| Oct 16 04:04:14.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64372024-10-16T04:04:15.887Z[ recovery-image] Oct 16 04:04:14.395 INFO O| Oct 16 04:04:14.395 INFO STEP 756 (remove_files) COMPLETE
64382024-10-16T04:04:15.887Z[ recovery-image] Oct 16 04:04:14.395 INFO O| Oct 16 04:04:14.395 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-16T04:04:15.907Z[ recovery-image] Oct 16 04:04:14.417 INFO O| Oct 16 04:04:14.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64402024-10-16T04:04:15.910Z[ recovery-image] Oct 16 04:04:14.418 INFO O| Oct 16 04:04:14.418 INFO STEP 757 (remove_files) COMPLETE
64412024-10-16T04:04:15.910Z[ recovery-image] Oct 16 04:04:14.418 INFO O| Oct 16 04:04:14.418 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-16T04:04:15.935Z[ recovery-image] Oct 16 04:04:14.445 INFO O| Oct 16 04:04:14.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64432024-10-16T04:04:15.935Z[ recovery-image] Oct 16 04:04:14.445 INFO O| Oct 16 04:04:14.445 INFO STEP 758 (remove_files) COMPLETE
64442024-10-16T04:04:15.935Z[ recovery-image] Oct 16 04:04:14.445 INFO O| Oct 16 04:04:14.445 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-16T04:04:15.957Z[ recovery-image] Oct 16 04:04:14.467 INFO O| Oct 16 04:04:14.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64462024-10-16T04:04:15.960Z[ recovery-image] Oct 16 04:04:14.468 INFO O| Oct 16 04:04:14.468 INFO STEP 759 (remove_files) COMPLETE
64472024-10-16T04:04:15.960Z[ recovery-image] Oct 16 04:04:14.468 INFO O| Oct 16 04:04:14.468 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-16T04:04:16.029Z[ recovery-image] Oct 16 04:04:14.539 INFO O| Oct 16 04:04:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64492024-10-16T04:04:16.035Z[ recovery-image] Oct 16 04:04:14.539 INFO O| Oct 16 04:04:14.539 INFO STEP 760 (remove_files) COMPLETE
64502024-10-16T04:04:16.035Z[ recovery-image] Oct 16 04:04:14.539 INFO O| Oct 16 04:04:14.539 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-16T04:04:16.057Z[ recovery-image] Oct 16 04:04:14.566 INFO O| Oct 16 04:04:14.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64522024-10-16T04:04:16.057Z[ recovery-image] Oct 16 04:04:14.566 INFO O| Oct 16 04:04:14.566 INFO STEP 761 (remove_files) COMPLETE
64532024-10-16T04:04:16.057Z[ recovery-image] Oct 16 04:04:14.566 INFO O| Oct 16 04:04:14.566 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-16T04:04:16.079Z[ recovery-image] Oct 16 04:04:14.588 INFO O| Oct 16 04:04:14.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64552024-10-16T04:04:16.079Z[ recovery-image] Oct 16 04:04:14.588 INFO O| Oct 16 04:04:14.588 INFO STEP 762 (remove_files) COMPLETE
64562024-10-16T04:04:16.079Z[ recovery-image] Oct 16 04:04:14.588 INFO O| Oct 16 04:04:14.588 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-16T04:04:16.102Z[ recovery-image] Oct 16 04:04:14.612 INFO O| Oct 16 04:04:14.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64582024-10-16T04:04:16.105Z[ recovery-image] Oct 16 04:04:14.612 INFO O| Oct 16 04:04:14.612 INFO STEP 763 (remove_files) COMPLETE
64592024-10-16T04:04:16.105Z[ recovery-image] Oct 16 04:04:14.612 INFO O| Oct 16 04:04:14.612 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-16T04:04:16.144Z[ recovery-image] Oct 16 04:04:14.654 INFO O| Oct 16 04:04:14.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64612024-10-16T04:04:16.144Z[ recovery-image] Oct 16 04:04:14.654 INFO O| Oct 16 04:04:14.654 INFO STEP 764 (remove_files) COMPLETE
64622024-10-16T04:04:16.144Z[ recovery-image] Oct 16 04:04:14.654 INFO O| Oct 16 04:04:14.654 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-16T04:04:16.185Z[ recovery-image] Oct 16 04:04:14.695 INFO O| Oct 16 04:04:14.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64642024-10-16T04:04:16.185Z[ recovery-image] Oct 16 04:04:14.695 INFO O| Oct 16 04:04:14.695 INFO STEP 765 (remove_files) COMPLETE
64652024-10-16T04:04:16.188Z[ recovery-image] Oct 16 04:04:14.695 INFO O| Oct 16 04:04:14.695 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-16T04:04:16.231Z[ recovery-image] Oct 16 04:04:14.741 INFO O| Oct 16 04:04:14.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64672024-10-16T04:04:16.231Z[ recovery-image] Oct 16 04:04:14.741 INFO O| Oct 16 04:04:14.741 INFO STEP 766 (remove_files) COMPLETE
64682024-10-16T04:04:16.231Z[ recovery-image] Oct 16 04:04:14.741 INFO O| Oct 16 04:04:14.741 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-16T04:04:16.252Z[ recovery-image] Oct 16 04:04:14.762 INFO O| Oct 16 04:04:14.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64702024-10-16T04:04:16.252Z[ recovery-image] Oct 16 04:04:14.762 INFO O| Oct 16 04:04:14.762 INFO STEP 767 (remove_files) COMPLETE
64712024-10-16T04:04:16.252Z[ recovery-image] Oct 16 04:04:14.762 INFO O| Oct 16 04:04:14.762 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-16T04:04:16.310Z[ recovery-image] Oct 16 04:04:14.820 INFO O| Oct 16 04:04:14.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64732024-10-16T04:04:16.310Z[ recovery-image] Oct 16 04:04:14.820 INFO O| Oct 16 04:04:14.820 INFO STEP 768 (remove_files) COMPLETE
64742024-10-16T04:04:16.310Z[ recovery-image] Oct 16 04:04:14.820 INFO O| Oct 16 04:04:14.820 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-16T04:04:16.356Z[ recovery-image] Oct 16 04:04:14.866 INFO O| Oct 16 04:04:14.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64762024-10-16T04:04:16.356Z[ recovery-image] Oct 16 04:04:14.866 INFO O| Oct 16 04:04:14.866 INFO STEP 769 (remove_files) COMPLETE
64772024-10-16T04:04:16.356Z[ recovery-image] Oct 16 04:04:14.866 INFO O| Oct 16 04:04:14.866 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-16T04:04:16.381Z[ recovery-image] Oct 16 04:04:14.891 INFO O| Oct 16 04:04:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64792024-10-16T04:04:16.383Z[ recovery-image] Oct 16 04:04:14.891 INFO O| Oct 16 04:04:14.891 INFO STEP 770 (remove_files) COMPLETE
64802024-10-16T04:04:16.383Z[ recovery-image] Oct 16 04:04:14.891 INFO O| Oct 16 04:04:14.891 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-10-16T04:04:16.414Z[ recovery-image] Oct 16 04:04:14.924 INFO O| Oct 16 04:04:14.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64822024-10-16T04:04:16.414Z[ recovery-image] Oct 16 04:04:14.924 INFO O| Oct 16 04:04:14.924 INFO STEP 771 (remove_files) COMPLETE
64832024-10-16T04:04:16.414Z[ recovery-image] Oct 16 04:04:14.924 INFO O| Oct 16 04:04:14.924 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-16T04:04:16.438Z[ recovery-image] Oct 16 04:04:14.948 INFO O| Oct 16 04:04:14.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64852024-10-16T04:04:16.438Z[ recovery-image] Oct 16 04:04:14.948 INFO O| Oct 16 04:04:14.948 INFO STEP 772 (remove_files) COMPLETE
64862024-10-16T04:04:16.438Z[ recovery-image] Oct 16 04:04:14.948 INFO O| Oct 16 04:04:14.948 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-16T04:04:16.468Z[ recovery-image] Oct 16 04:04:14.978 INFO O| Oct 16 04:04:14.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64882024-10-16T04:04:16.468Z[ recovery-image] Oct 16 04:04:14.978 INFO O| Oct 16 04:04:14.978 INFO STEP 773 (remove_files) COMPLETE
64892024-10-16T04:04:16.468Z[ recovery-image] Oct 16 04:04:14.978 INFO O| Oct 16 04:04:14.978 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-16T04:04:16.502Z[ recovery-image] Oct 16 04:04:15.012 INFO O| Oct 16 04:04:15.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64912024-10-16T04:04:16.502Z[ recovery-image] Oct 16 04:04:15.012 INFO O| Oct 16 04:04:15.012 INFO STEP 774 (remove_files) COMPLETE
64922024-10-16T04:04:16.502Z[ recovery-image] Oct 16 04:04:15.012 INFO O| Oct 16 04:04:15.012 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-16T04:04:16.537Z[ recovery-image] Oct 16 04:04:15.047 INFO O| Oct 16 04:04:15.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64942024-10-16T04:04:16.537Z[ recovery-image] Oct 16 04:04:15.047 INFO O| Oct 16 04:04:15.047 INFO STEP 775 (remove_files) COMPLETE
64952024-10-16T04:04:16.537Z[ recovery-image] Oct 16 04:04:15.047 INFO O| Oct 16 04:04:15.047 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-16T04:04:16.580Z[ recovery-image] Oct 16 04:04:15.090 INFO O| Oct 16 04:04:15.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64972024-10-16T04:04:16.580Z[ recovery-image] Oct 16 04:04:15.090 INFO O| Oct 16 04:04:15.090 INFO STEP 776 (remove_files) COMPLETE
64982024-10-16T04:04:16.580Z[ recovery-image] Oct 16 04:04:15.090 INFO O| Oct 16 04:04:15.090 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-16T04:04:16.624Z[ recovery-image] Oct 16 04:04:15.134 INFO O| Oct 16 04:04:15.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65002024-10-16T04:04:16.624Z[ recovery-image] Oct 16 04:04:15.134 INFO O| Oct 16 04:04:15.134 INFO STEP 777 (remove_files) COMPLETE
65012024-10-16T04:04:16.628Z[ recovery-image] Oct 16 04:04:15.134 INFO O| Oct 16 04:04:15.134 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-16T04:04:16.648Z[ recovery-image] Oct 16 04:04:15.158 INFO O| Oct 16 04:04:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65032024-10-16T04:04:16.649Z[ recovery-image] Oct 16 04:04:15.159 INFO O| Oct 16 04:04:15.158 INFO STEP 778 (remove_files) COMPLETE
65042024-10-16T04:04:16.651Z[ recovery-image] Oct 16 04:04:15.159 INFO O| Oct 16 04:04:15.159 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-16T04:04:16.678Z[ recovery-image] Oct 16 04:04:15.188 INFO O| Oct 16 04:04:15.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65062024-10-16T04:04:16.681Z[ recovery-image] Oct 16 04:04:15.188 INFO O| Oct 16 04:04:15.188 INFO STEP 779 (remove_files) COMPLETE
65072024-10-16T04:04:16.681Z[ recovery-image] Oct 16 04:04:15.188 INFO O| Oct 16 04:04:15.188 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-16T04:04:16.703Z[ recovery-image] Oct 16 04:04:15.213 INFO O| Oct 16 04:04:15.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65092024-10-16T04:04:16.706Z[ recovery-image] Oct 16 04:04:15.214 INFO O| Oct 16 04:04:15.214 INFO STEP 780 (remove_files) COMPLETE
65102024-10-16T04:04:16.706Z[ recovery-image] Oct 16 04:04:15.214 INFO O| Oct 16 04:04:15.214 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-16T04:04:16.729Z[ recovery-image] Oct 16 04:04:15.239 INFO O| Oct 16 04:04:15.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65122024-10-16T04:04:16.732Z[ recovery-image] Oct 16 04:04:15.239 INFO O| Oct 16 04:04:15.239 INFO STEP 781 (remove_files) COMPLETE
65132024-10-16T04:04:16.732Z[ recovery-image] Oct 16 04:04:15.239 INFO O| Oct 16 04:04:15.239 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-16T04:04:16.771Z[ recovery-image] Oct 16 04:04:15.281 INFO O| Oct 16 04:04:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65152024-10-16T04:04:16.771Z[ recovery-image] Oct 16 04:04:15.281 INFO O| Oct 16 04:04:15.281 INFO STEP 782 (remove_files) COMPLETE
65162024-10-16T04:04:16.771Z[ recovery-image] Oct 16 04:04:15.281 INFO O| Oct 16 04:04:15.281 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-16T04:04:16.823Z[ recovery-image] Oct 16 04:04:15.332 INFO O| Oct 16 04:04:15.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65182024-10-16T04:04:16.823Z[ recovery-image] Oct 16 04:04:15.332 INFO O| Oct 16 04:04:15.332 INFO STEP 783 (remove_files) COMPLETE
65192024-10-16T04:04:16.823Z[ recovery-image] Oct 16 04:04:15.332 INFO O| Oct 16 04:04:15.332 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-16T04:04:16.864Z[ recovery-image] Oct 16 04:04:15.374 INFO O| Oct 16 04:04:15.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65212024-10-16T04:04:16.868Z[ recovery-image] Oct 16 04:04:15.375 INFO O| Oct 16 04:04:15.374 INFO STEP 784 (remove_files) COMPLETE
65222024-10-16T04:04:16.868Z[ recovery-image] Oct 16 04:04:15.375 INFO O| Oct 16 04:04:15.375 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-16T04:04:16.928Z[ recovery-image] Oct 16 04:04:15.438 INFO O| Oct 16 04:04:15.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65242024-10-16T04:04:16.931Z[ recovery-image] Oct 16 04:04:15.438 INFO O| Oct 16 04:04:15.438 INFO STEP 785 (remove_files) COMPLETE
65252024-10-16T04:04:16.931Z[ recovery-image] Oct 16 04:04:15.438 INFO O| Oct 16 04:04:15.438 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-16T04:04:16.952Z[ recovery-image] Oct 16 04:04:15.462 INFO O| Oct 16 04:04:15.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65272024-10-16T04:04:16.955Z[ recovery-image] Oct 16 04:04:15.462 INFO O| Oct 16 04:04:15.462 INFO STEP 786 (remove_files) COMPLETE
65282024-10-16T04:04:16.955Z[ recovery-image] Oct 16 04:04:15.462 INFO O| Oct 16 04:04:15.462 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-16T04:04:16.974Z[ recovery-image] Oct 16 04:04:15.484 INFO O| Oct 16 04:04:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65302024-10-16T04:04:16.976Z[ recovery-image] Oct 16 04:04:15.484 INFO O| Oct 16 04:04:15.484 INFO STEP 787 (remove_files) COMPLETE
65312024-10-16T04:04:16.976Z[ recovery-image] Oct 16 04:04:15.484 INFO O| Oct 16 04:04:15.484 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-16T04:04:17.015Z[ recovery-image] Oct 16 04:04:15.524 INFO O| Oct 16 04:04:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65332024-10-16T04:04:17.017Z[ recovery-image] Oct 16 04:04:15.525 INFO O| Oct 16 04:04:15.525 INFO STEP 788 (remove_files) COMPLETE
65342024-10-16T04:04:17.017Z[ recovery-image] Oct 16 04:04:15.525 INFO O| Oct 16 04:04:15.525 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-16T04:04:17.047Z[ recovery-image] Oct 16 04:04:15.557 INFO O| Oct 16 04:04:15.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65362024-10-16T04:04:17.047Z[ recovery-image] Oct 16 04:04:15.557 INFO O| Oct 16 04:04:15.557 INFO STEP 789 (remove_files) COMPLETE
65372024-10-16T04:04:17.047Z[ recovery-image] Oct 16 04:04:15.557 INFO O| Oct 16 04:04:15.557 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-16T04:04:17.068Z[ recovery-image] Oct 16 04:04:15.578 INFO O| Oct 16 04:04:15.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65392024-10-16T04:04:17.068Z[ recovery-image] Oct 16 04:04:15.578 INFO O| Oct 16 04:04:15.578 INFO STEP 790 (remove_files) COMPLETE
65402024-10-16T04:04:17.071Z[ recovery-image] Oct 16 04:04:15.578 INFO O| Oct 16 04:04:15.578 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-16T04:04:17.096Z[ recovery-image] Oct 16 04:04:15.606 INFO O| Oct 16 04:04:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65422024-10-16T04:04:17.096Z[ recovery-image] Oct 16 04:04:15.606 INFO O| Oct 16 04:04:15.606 INFO STEP 791 (remove_files) COMPLETE
65432024-10-16T04:04:17.099Z[ recovery-image] Oct 16 04:04:15.606 INFO O| Oct 16 04:04:15.606 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-16T04:04:17.123Z[ host-image] Oct 16 04:04:15.632 INFO O| Oct 16 04:04:15.632 INFO O| Planning: Solver setup ... Done
65452024-10-16T04:04:17.125Z[ recovery-image] Oct 16 04:04:15.634 INFO O| Oct 16 04:04:15.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65462024-10-16T04:04:17.125Z[ recovery-image] Oct 16 04:04:15.634 INFO O| Oct 16 04:04:15.634 INFO STEP 792 (remove_files) COMPLETE
65472024-10-16T04:04:17.126Z[ recovery-image] Oct 16 04:04:15.634 INFO O| Oct 16 04:04:15.634 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-16T04:04:17.129Z[ host-image] Oct 16 04:04:15.639 INFO O| Oct 16 04:04:15.639 INFO O| Planning: Running solver ... Done
65492024-10-16T04:04:17.148Z[ recovery-image] Oct 16 04:04:15.657 INFO O| Oct 16 04:04:15.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65502024-10-16T04:04:17.148Z[ recovery-image] Oct 16 04:04:15.658 INFO O| Oct 16 04:04:15.658 INFO STEP 793 (remove_files) COMPLETE
65512024-10-16T04:04:17.150Z[ recovery-image] Oct 16 04:04:15.658 INFO O| Oct 16 04:04:15.658 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-16T04:04:17.169Z[ recovery-image] Oct 16 04:04:15.679 INFO O| Oct 16 04:04:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65532024-10-16T04:04:17.172Z[ recovery-image] Oct 16 04:04:15.679 INFO O| Oct 16 04:04:15.679 INFO STEP 794 (remove_files) COMPLETE
65542024-10-16T04:04:17.172Z[ recovery-image] Oct 16 04:04:15.679 INFO O| Oct 16 04:04:15.679 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-16T04:04:17.217Z[ host-image] Oct 16 04:04:15.727 INFO O| Oct 16 04:04:15.727 INFO O| Planning: Finding local manifests ... Done
65562024-10-16T04:04:17.220Z[ host-image] Oct 16 04:04:15.728 INFO O| Oct 16 04:04:15.728 INFO O| Planning: Fetching manifests: 0/1 0% complete
65572024-10-16T04:04:17.267Z[ recovery-image] Oct 16 04:04:15.729 INFO O| Oct 16 04:04:15.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65582024-10-16T04:04:17.267Z[ recovery-image] Oct 16 04:04:15.730 INFO O| Oct 16 04:04:15.730 INFO STEP 795 (remove_files) COMPLETE
65592024-10-16T04:04:17.270Z[ recovery-image] Oct 16 04:04:15.730 INFO O| Oct 16 04:04:15.730 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-10-16T04:04:17.271Z[ recovery-image] Oct 16 04:04:15.750 INFO O| Oct 16 04:04:15.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65612024-10-16T04:04:17.271Z[ recovery-image] Oct 16 04:04:15.750 INFO O| Oct 16 04:04:15.750 INFO STEP 796 (remove_files) COMPLETE
65622024-10-16T04:04:17.272Z[ recovery-image] Oct 16 04:04:15.750 INFO O| Oct 16 04:04:15.750 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-10-16T04:04:17.272Z[ recovery-image] Oct 16 04:04:15.770 INFO O| Oct 16 04:04:15.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65642024-10-16T04:04:17.272Z[ recovery-image] Oct 16 04:04:15.770 INFO O| Oct 16 04:04:15.770 INFO STEP 797 (remove_files) COMPLETE
65652024-10-16T04:04:17.272Z[ recovery-image] Oct 16 04:04:15.770 INFO O| Oct 16 04:04:15.770 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-16T04:04:17.305Z[ recovery-image] Oct 16 04:04:15.815 INFO O| Oct 16 04:04:15.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65672024-10-16T04:04:17.308Z[ recovery-image] Oct 16 04:04:15.815 INFO O| Oct 16 04:04:15.815 INFO STEP 798 (remove_files) COMPLETE
65682024-10-16T04:04:17.308Z[ recovery-image] Oct 16 04:04:15.815 INFO O| Oct 16 04:04:15.815 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-16T04:04:17.329Z[ recovery-image] Oct 16 04:04:15.838 INFO O| Oct 16 04:04:15.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65702024-10-16T04:04:17.331Z[ recovery-image] Oct 16 04:04:15.838 INFO O| Oct 16 04:04:15.838 INFO STEP 799 (remove_files) COMPLETE
65712024-10-16T04:04:17.331Z[ recovery-image] Oct 16 04:04:15.839 INFO O| Oct 16 04:04:15.839 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-16T04:04:17.354Z[ recovery-image] Oct 16 04:04:15.864 INFO O| Oct 16 04:04:15.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65732024-10-16T04:04:17.357Z[ recovery-image] Oct 16 04:04:15.864 INFO O| Oct 16 04:04:15.864 INFO STEP 800 (remove_files) COMPLETE
65742024-10-16T04:04:17.357Z[ recovery-image] Oct 16 04:04:15.864 INFO O| Oct 16 04:04:15.864 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-16T04:04:17.381Z[ recovery-image] Oct 16 04:04:15.889 INFO O| Oct 16 04:04:15.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65762024-10-16T04:04:17.383Z[ recovery-image] Oct 16 04:04:15.889 INFO O| Oct 16 04:04:15.889 INFO STEP 801 (remove_files) COMPLETE
65772024-10-16T04:04:17.383Z[ recovery-image] Oct 16 04:04:15.889 INFO O| Oct 16 04:04:15.889 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-16T04:04:17.402Z[ recovery-image] Oct 16 04:04:15.912 INFO O| Oct 16 04:04:15.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65792024-10-16T04:04:17.406Z[ recovery-image] Oct 16 04:04:15.913 INFO O| Oct 16 04:04:15.912 INFO STEP 802 (remove_files) COMPLETE
65802024-10-16T04:04:17.406Z[ recovery-image] Oct 16 04:04:15.913 INFO O| Oct 16 04:04:15.913 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-16T04:04:17.426Z[ recovery-image] Oct 16 04:04:15.936 INFO O| Oct 16 04:04:15.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65822024-10-16T04:04:17.431Z[ recovery-image] Oct 16 04:04:15.936 INFO O| Oct 16 04:04:15.936 INFO STEP 803 (remove_files) COMPLETE
65832024-10-16T04:04:17.434Z[ recovery-image] Oct 16 04:04:15.936 INFO O| Oct 16 04:04:15.936 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-16T04:04:17.464Z[ recovery-image] Oct 16 04:04:15.974 INFO O| Oct 16 04:04:15.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65852024-10-16T04:04:17.464Z[ recovery-image] Oct 16 04:04:15.974 INFO O| Oct 16 04:04:15.974 INFO STEP 804 (remove_files) COMPLETE
65862024-10-16T04:04:17.464Z[ recovery-image] Oct 16 04:04:15.974 INFO O| Oct 16 04:04:15.974 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-16T04:04:17.484Z[ recovery-image] Oct 16 04:04:15.994 INFO O| Oct 16 04:04:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65882024-10-16T04:04:17.484Z[ recovery-image] Oct 16 04:04:15.994 INFO O| Oct 16 04:04:15.994 INFO STEP 805 (remove_files) COMPLETE
65892024-10-16T04:04:17.487Z[ recovery-image] Oct 16 04:04:15.994 INFO O| Oct 16 04:04:15.994 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-16T04:04:17.507Z[ recovery-image] Oct 16 04:04:16.017 INFO O| Oct 16 04:04:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65912024-10-16T04:04:17.507Z[ recovery-image] Oct 16 04:04:16.017 INFO O| Oct 16 04:04:16.017 INFO STEP 806 (remove_files) COMPLETE
65922024-10-16T04:04:17.510Z[ recovery-image] Oct 16 04:04:16.017 INFO O| Oct 16 04:04:16.017 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-16T04:04:17.563Z[ recovery-image] Oct 16 04:04:16.073 INFO O| Oct 16 04:04:16.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65942024-10-16T04:04:17.624Z[ recovery-image] Oct 16 04:04:16.133 INFO O| Oct 16 04:04:16.133 INFO STEP 807 (remove_files) COMPLETE
65952024-10-16T04:04:17.624Z[ recovery-image] Oct 16 04:04:16.133 INFO O| Oct 16 04:04:16.133 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-16T04:04:17.662Z[ recovery-image] Oct 16 04:04:16.160 INFO O| Oct 16 04:04:16.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65972024-10-16T04:04:17.665Z[ recovery-image] Oct 16 04:04:16.160 INFO O| Oct 16 04:04:16.160 INFO STEP 808 (remove_files) COMPLETE
65982024-10-16T04:04:17.665Z[ recovery-image] Oct 16 04:04:16.160 INFO O| Oct 16 04:04:16.160 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-16T04:04:17.675Z[ recovery-image] Oct 16 04:04:16.185 INFO O| Oct 16 04:04:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66002024-10-16T04:04:17.677Z[ recovery-image] Oct 16 04:04:16.185 INFO O| Oct 16 04:04:16.185 INFO STEP 809 (remove_files) COMPLETE
66012024-10-16T04:04:17.677Z[ recovery-image] Oct 16 04:04:16.185 INFO O| Oct 16 04:04:16.185 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-16T04:04:17.699Z[ recovery-image] Oct 16 04:04:16.209 INFO O| Oct 16 04:04:16.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66032024-10-16T04:04:17.700Z[ recovery-image] Oct 16 04:04:16.209 INFO O| Oct 16 04:04:16.209 INFO STEP 810 (remove_files) COMPLETE
66042024-10-16T04:04:17.700Z[ recovery-image] Oct 16 04:04:16.209 INFO O| Oct 16 04:04:16.209 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-16T04:04:17.723Z[ recovery-image] Oct 16 04:04:16.233 INFO O| Oct 16 04:04:16.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66062024-10-16T04:04:17.723Z[ recovery-image] Oct 16 04:04:16.233 INFO O| Oct 16 04:04:16.233 INFO STEP 811 (remove_files) COMPLETE
66072024-10-16T04:04:17.723Z[ recovery-image] Oct 16 04:04:16.233 INFO O| Oct 16 04:04:16.233 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-16T04:04:17.772Z[ recovery-image] Oct 16 04:04:16.282 INFO O| Oct 16 04:04:16.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66092024-10-16T04:04:17.772Z[ recovery-image] Oct 16 04:04:16.282 INFO O| Oct 16 04:04:16.282 INFO STEP 812 (remove_files) COMPLETE
66102024-10-16T04:04:17.772Z[ recovery-image] Oct 16 04:04:16.282 INFO O| Oct 16 04:04:16.282 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-10-16T04:04:17.794Z[ recovery-image] Oct 16 04:04:16.304 INFO O| Oct 16 04:04:16.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66122024-10-16T04:04:17.794Z[ recovery-image] Oct 16 04:04:16.304 INFO O| Oct 16 04:04:16.304 INFO STEP 813 (remove_files) COMPLETE
66132024-10-16T04:04:17.794Z[ recovery-image] Oct 16 04:04:16.304 INFO O| Oct 16 04:04:16.304 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-10-16T04:04:17.822Z[ host-image] Oct 16 04:04:16.332 INFO O| Oct 16 04:04:16.332 INFO O| Planning: Fetching manifests: 1/1 100% complete
66152024-10-16T04:04:17.826Z[ recovery-image] Oct 16 04:04:16.336 INFO O| Oct 16 04:04:16.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66162024-10-16T04:04:17.829Z[ recovery-image] Oct 16 04:04:16.336 INFO O| Oct 16 04:04:16.336 INFO STEP 814 (remove_files) COMPLETE
66172024-10-16T04:04:17.829Z[ recovery-image] Oct 16 04:04:16.336 INFO O| Oct 16 04:04:16.336 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-10-16T04:04:17.855Z[ host-image] Oct 16 04:04:16.365 INFO O| Oct 16 04:04:16.365 INFO O| Planning: Package planning ... Done
66192024-10-16T04:04:17.858Z[ host-image] Oct 16 04:04:16.366 INFO O| Oct 16 04:04:16.366 INFO O| Planning: Merging actions ... Done
66202024-10-16T04:04:17.871Z[ recovery-image] Oct 16 04:04:16.381 INFO O| Oct 16 04:04:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66212024-10-16T04:04:17.871Z[ recovery-image] Oct 16 04:04:16.381 INFO O| Oct 16 04:04:16.381 INFO STEP 815 (remove_files) COMPLETE
66222024-10-16T04:04:17.874Z[ recovery-image] Oct 16 04:04:16.381 INFO O| Oct 16 04:04:16.381 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-10-16T04:04:17.893Z[ recovery-image] Oct 16 04:04:16.403 INFO O| Oct 16 04:04:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66242024-10-16T04:04:17.893Z[ recovery-image] Oct 16 04:04:16.403 INFO O| Oct 16 04:04:16.403 INFO STEP 816 (remove_files) COMPLETE
66252024-10-16T04:04:17.896Z[ recovery-image] Oct 16 04:04:16.403 INFO O| Oct 16 04:04:16.403 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-10-16T04:04:17.931Z[ recovery-image] Oct 16 04:04:16.440 INFO O| Oct 16 04:04:16.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66272024-10-16T04:04:17.933Z[ recovery-image] Oct 16 04:04:16.440 INFO O| Oct 16 04:04:16.440 INFO STEP 817 (remove_files) COMPLETE
66282024-10-16T04:04:17.933Z[ recovery-image] Oct 16 04:04:16.441 INFO O| Oct 16 04:04:16.440 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-10-16T04:04:17.955Z[ recovery-image] Oct 16 04:04:16.465 INFO O| Oct 16 04:04:16.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66302024-10-16T04:04:17.960Z[ recovery-image] Oct 16 04:04:16.465 INFO O| Oct 16 04:04:16.465 INFO STEP 818 (remove_files) COMPLETE
66312024-10-16T04:04:17.960Z[ recovery-image] Oct 16 04:04:16.465 INFO O| Oct 16 04:04:16.465 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-16T04:04:17.979Z[ recovery-image] Oct 16 04:04:16.488 INFO O| Oct 16 04:04:16.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66332024-10-16T04:04:17.979Z[ recovery-image] Oct 16 04:04:16.488 INFO O| Oct 16 04:04:16.488 INFO STEP 819 (remove_files) COMPLETE
66342024-10-16T04:04:17.979Z[ recovery-image] Oct 16 04:04:16.488 INFO O| Oct 16 04:04:16.488 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-16T04:04:18.001Z[ recovery-image] Oct 16 04:04:16.510 INFO O| Oct 16 04:04:16.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66362024-10-16T04:04:18.004Z[ recovery-image] Oct 16 04:04:16.510 INFO O| Oct 16 04:04:16.510 INFO STEP 820 (remove_files) COMPLETE
66372024-10-16T04:04:18.004Z[ recovery-image] Oct 16 04:04:16.511 INFO O| Oct 16 04:04:16.510 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-10-16T04:04:18.007Z[ host-image] Oct 16 04:04:16.517 INFO O| Oct 16 04:04:16.517 INFO O| Planning: Checking for conflicting actions ... Done
66392024-10-16T04:04:18.010Z[ host-image] Oct 16 04:04:16.518 INFO O| Oct 16 04:04:16.518 INFO O| Planning: Consolidating action changes ... Done
66402024-10-16T04:04:18.024Z[ recovery-image] Oct 16 04:04:16.534 INFO O| Oct 16 04:04:16.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66412024-10-16T04:04:18.024Z[ recovery-image] Oct 16 04:04:16.534 INFO O| Oct 16 04:04:16.534 INFO STEP 821 (remove_files) COMPLETE
66422024-10-16T04:04:18.027Z[ recovery-image] Oct 16 04:04:16.534 INFO O| Oct 16 04:04:16.534 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-16T04:04:18.064Z[ recovery-image] Oct 16 04:04:16.574 INFO O| Oct 16 04:04:16.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66442024-10-16T04:04:18.064Z[ recovery-image] Oct 16 04:04:16.574 INFO O| Oct 16 04:04:16.574 INFO STEP 822 (remove_files) COMPLETE
66452024-10-16T04:04:18.064Z[ recovery-image] Oct 16 04:04:16.574 INFO O| Oct 16 04:04:16.574 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-16T04:04:18.088Z[ recovery-image] Oct 16 04:04:16.597 INFO O| Oct 16 04:04:16.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66472024-10-16T04:04:18.088Z[ recovery-image] Oct 16 04:04:16.597 INFO O| Oct 16 04:04:16.597 INFO STEP 823 (remove_files) COMPLETE
66482024-10-16T04:04:18.088Z[ recovery-image] Oct 16 04:04:16.597 INFO O| Oct 16 04:04:16.597 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-16T04:04:18.126Z[ recovery-image] Oct 16 04:04:16.635 INFO O| Oct 16 04:04:16.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66502024-10-16T04:04:18.126Z[ recovery-image] Oct 16 04:04:16.635 INFO O| Oct 16 04:04:16.635 INFO STEP 824 (remove_files) COMPLETE
66512024-10-16T04:04:18.126Z[ recovery-image] Oct 16 04:04:16.635 INFO O| Oct 16 04:04:16.635 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-16T04:04:18.149Z[ recovery-image] Oct 16 04:04:16.658 INFO O| Oct 16 04:04:16.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66532024-10-16T04:04:18.149Z[ recovery-image] Oct 16 04:04:16.658 INFO O| Oct 16 04:04:16.658 INFO STEP 825 (remove_files) COMPLETE
66542024-10-16T04:04:18.149Z[ recovery-image] Oct 16 04:04:16.658 INFO O| Oct 16 04:04:16.658 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-16T04:04:18.208Z[ recovery-image] Oct 16 04:04:16.718 INFO O| Oct 16 04:04:16.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66562024-10-16T04:04:18.208Z[ recovery-image] Oct 16 04:04:16.718 INFO O| Oct 16 04:04:16.718 INFO STEP 826 (remove_files) COMPLETE
66572024-10-16T04:04:18.212Z[ recovery-image] Oct 16 04:04:16.718 INFO O| Oct 16 04:04:16.718 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-16T04:04:18.231Z[ recovery-image] Oct 16 04:04:16.741 INFO O| Oct 16 04:04:16.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66592024-10-16T04:04:18.231Z[ recovery-image] Oct 16 04:04:16.741 INFO O| Oct 16 04:04:16.741 INFO STEP 827 (remove_files) COMPLETE
66602024-10-16T04:04:18.231Z[ recovery-image] Oct 16 04:04:16.741 INFO O| Oct 16 04:04:16.741 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-16T04:04:18.269Z[ recovery-image] Oct 16 04:04:16.778 INFO O| Oct 16 04:04:16.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66622024-10-16T04:04:18.269Z[ recovery-image] Oct 16 04:04:16.778 INFO O| Oct 16 04:04:16.778 INFO STEP 828 (remove_files) COMPLETE
66632024-10-16T04:04:18.272Z[ recovery-image] Oct 16 04:04:16.778 INFO O| Oct 16 04:04:16.778 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-16T04:04:18.317Z[ recovery-image] Oct 16 04:04:16.827 INFO O| Oct 16 04:04:16.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66652024-10-16T04:04:18.317Z[ recovery-image] Oct 16 04:04:16.827 INFO O| Oct 16 04:04:16.827 INFO STEP 829 (remove_files) COMPLETE
66662024-10-16T04:04:18.317Z[ recovery-image] Oct 16 04:04:16.827 INFO O| Oct 16 04:04:16.827 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-16T04:04:18.345Z[ recovery-image] Oct 16 04:04:16.854 INFO O| Oct 16 04:04:16.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66682024-10-16T04:04:18.347Z[ recovery-image] Oct 16 04:04:16.855 INFO O| Oct 16 04:04:16.854 INFO STEP 830 (remove_files) COMPLETE
66692024-10-16T04:04:18.347Z[ recovery-image] Oct 16 04:04:16.855 INFO O| Oct 16 04:04:16.855 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-16T04:04:18.371Z[ recovery-image] Oct 16 04:04:16.881 INFO O| Oct 16 04:04:16.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66712024-10-16T04:04:18.374Z[ recovery-image] Oct 16 04:04:16.881 INFO O| Oct 16 04:04:16.881 INFO STEP 831 (remove_files) COMPLETE
66722024-10-16T04:04:18.374Z[ recovery-image] Oct 16 04:04:16.881 INFO O| Oct 16 04:04:16.881 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-16T04:04:18.396Z[ recovery-image] Oct 16 04:04:16.906 INFO O| Oct 16 04:04:16.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66742024-10-16T04:04:18.399Z[ recovery-image] Oct 16 04:04:16.906 INFO O| Oct 16 04:04:16.906 INFO STEP 832 (remove_files) COMPLETE
66752024-10-16T04:04:18.399Z[ recovery-image] Oct 16 04:04:16.907 INFO O| Oct 16 04:04:16.906 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-16T04:04:18.431Z[ recovery-image] Oct 16 04:04:16.940 INFO O| Oct 16 04:04:16.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66772024-10-16T04:04:18.433Z[ recovery-image] Oct 16 04:04:16.941 INFO O| Oct 16 04:04:16.941 INFO STEP 833 (remove_files) COMPLETE
66782024-10-16T04:04:18.433Z[ recovery-image] Oct 16 04:04:16.941 INFO O| Oct 16 04:04:16.941 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-16T04:04:18.458Z[ recovery-image] Oct 16 04:04:16.968 INFO O| Oct 16 04:04:16.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66802024-10-16T04:04:18.458Z[ recovery-image] Oct 16 04:04:16.968 INFO O| Oct 16 04:04:16.968 INFO STEP 834 (remove_files) COMPLETE
66812024-10-16T04:04:18.458Z[ recovery-image] Oct 16 04:04:16.968 INFO O| Oct 16 04:04:16.968 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-16T04:04:18.488Z[ host-image] Oct 16 04:04:16.998 INFO O| Oct 16 04:04:16.998 INFO O| Planning: Evaluating mediators ... Done
66832024-10-16T04:04:18.491Z[ host-image] Oct 16 04:04:16.999 INFO O| Oct 16 04:04:16.998 INFO O| Planning: Planning completed in 5.02 seconds
66842024-10-16T04:04:18.493Z[ host-image] Oct 16 04:04:17.001 INFO O| Oct 16 04:04:17.001 INFO O| Packages to install: 1
66852024-10-16T04:04:18.497Z[ recovery-image] Oct 16 04:04:17.007 INFO O| Oct 16 04:04:17.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66862024-10-16T04:04:18.499Z[ recovery-image] Oct 16 04:04:17.007 INFO O| Oct 16 04:04:17.007 INFO STEP 835 (remove_files) COMPLETE
66872024-10-16T04:04:18.499Z[ recovery-image] Oct 16 04:04:17.007 INFO O| Oct 16 04:04:17.007 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-16T04:04:18.511Z[ host-image] Oct 16 04:04:17.021 INFO O| Oct 16 04:04:17.021 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
66892024-10-16T04:04:18.521Z[ recovery-image] Oct 16 04:04:17.031 INFO O| Oct 16 04:04:17.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66902024-10-16T04:04:18.524Z[ recovery-image] Oct 16 04:04:17.031 INFO O| Oct 16 04:04:17.031 INFO STEP 836 (remove_files) COMPLETE
66912024-10-16T04:04:18.524Z[ recovery-image] Oct 16 04:04:17.031 INFO O| Oct 16 04:04:17.031 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-10-16T04:04:18.545Z[ recovery-image] Oct 16 04:04:17.054 INFO O| Oct 16 04:04:17.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66932024-10-16T04:04:18.545Z[ recovery-image] Oct 16 04:04:17.054 INFO O| Oct 16 04:04:17.054 INFO STEP 837 (remove_files) COMPLETE
66942024-10-16T04:04:18.547Z[ recovery-image] Oct 16 04:04:17.054 INFO O| Oct 16 04:04:17.054 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-10-16T04:04:18.568Z[ recovery-image] Oct 16 04:04:17.078 INFO O| Oct 16 04:04:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66962024-10-16T04:04:18.568Z[ recovery-image] Oct 16 04:04:17.078 INFO O| Oct 16 04:04:17.078 INFO STEP 838 (remove_files) COMPLETE
66972024-10-16T04:04:18.568Z[ recovery-image] Oct 16 04:04:17.078 INFO O| Oct 16 04:04:17.078 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-10-16T04:04:18.618Z[ recovery-image] Oct 16 04:04:17.127 INFO O| Oct 16 04:04:17.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66992024-10-16T04:04:18.618Z[ recovery-image] Oct 16 04:04:17.127 INFO O| Oct 16 04:04:17.127 INFO STEP 839 (remove_files) COMPLETE
67002024-10-16T04:04:18.618Z[ recovery-image] Oct 16 04:04:17.127 INFO O| Oct 16 04:04:17.127 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-10-16T04:04:18.656Z[ recovery-image] Oct 16 04:04:17.165 INFO O| Oct 16 04:04:17.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
67022024-10-16T04:04:18.656Z[ recovery-image] Oct 16 04:04:17.165 INFO O| Oct 16 04:04:17.165 INFO STEP 840 (remove_files) COMPLETE
67032024-10-16T04:04:18.656Z[ recovery-image] Oct 16 04:04:17.165 INFO O| Oct 16 04:04:17.165 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-10-16T04:04:18.698Z[ recovery-image] Oct 16 04:04:17.208 INFO O| Oct 16 04:04:17.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67052024-10-16T04:04:18.698Z[ recovery-image] Oct 16 04:04:17.208 INFO O| Oct 16 04:04:17.208 INFO STEP 841 (remove_files) COMPLETE
67062024-10-16T04:04:18.698Z[ recovery-image] Oct 16 04:04:17.208 INFO O| Oct 16 04:04:17.208 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-10-16T04:04:18.722Z[ recovery-image] Oct 16 04:04:17.232 INFO O| Oct 16 04:04:17.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67082024-10-16T04:04:18.723Z[ recovery-image] Oct 16 04:04:17.232 INFO O| Oct 16 04:04:17.232 INFO STEP 842 (remove_files) COMPLETE
67092024-10-16T04:04:18.723Z[ recovery-image] Oct 16 04:04:17.232 INFO O| Oct 16 04:04:17.232 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-10-16T04:04:18.749Z[ recovery-image] Oct 16 04:04:17.258 INFO O| Oct 16 04:04:17.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67112024-10-16T04:04:18.749Z[ recovery-image] Oct 16 04:04:17.258 INFO O| Oct 16 04:04:17.258 INFO STEP 843 (remove_files) COMPLETE
67122024-10-16T04:04:18.752Z[ recovery-image] Oct 16 04:04:17.258 INFO O| Oct 16 04:04:17.258 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-10-16T04:04:18.772Z[ recovery-image] Oct 16 04:04:17.279 INFO O| Oct 16 04:04:17.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67142024-10-16T04:04:18.772Z[ recovery-image] Oct 16 04:04:17.279 INFO O| Oct 16 04:04:17.279 INFO STEP 844 (remove_files) COMPLETE
67152024-10-16T04:04:18.774Z[ recovery-image] Oct 16 04:04:17.280 INFO O| Oct 16 04:04:17.279 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-10-16T04:04:18.793Z[ recovery-image] Oct 16 04:04:17.302 INFO O| Oct 16 04:04:17.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67172024-10-16T04:04:18.793Z[ recovery-image] Oct 16 04:04:17.303 INFO O| Oct 16 04:04:17.303 INFO STEP 845 (remove_files) COMPLETE
67182024-10-16T04:04:18.796Z[ recovery-image] Oct 16 04:04:17.303 INFO O| Oct 16 04:04:17.303 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-10-16T04:04:18.816Z[ recovery-image] Oct 16 04:04:17.325 INFO O| Oct 16 04:04:17.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67202024-10-16T04:04:18.816Z[ recovery-image] Oct 16 04:04:17.326 INFO O| Oct 16 04:04:17.325 INFO STEP 846 (remove_files) COMPLETE
67212024-10-16T04:04:18.816Z[ recovery-image] Oct 16 04:04:17.326 INFO O| Oct 16 04:04:17.326 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-10-16T04:04:18.837Z[ recovery-image] Oct 16 04:04:17.347 INFO O| Oct 16 04:04:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67232024-10-16T04:04:18.837Z[ recovery-image] Oct 16 04:04:17.347 INFO O| Oct 16 04:04:17.347 INFO STEP 847 (remove_files) COMPLETE
67242024-10-16T04:04:18.837Z[ recovery-image] Oct 16 04:04:17.347 INFO O| Oct 16 04:04:17.347 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-10-16T04:04:18.858Z[ recovery-image] Oct 16 04:04:17.368 INFO O| Oct 16 04:04:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67262024-10-16T04:04:18.858Z[ recovery-image] Oct 16 04:04:17.368 INFO O| Oct 16 04:04:17.368 INFO STEP 848 (remove_files) COMPLETE
67272024-10-16T04:04:18.858Z[ recovery-image] Oct 16 04:04:17.368 INFO O| Oct 16 04:04:17.368 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-10-16T04:04:18.880Z[ recovery-image] Oct 16 04:04:17.389 INFO O| Oct 16 04:04:17.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67292024-10-16T04:04:18.880Z[ recovery-image] Oct 16 04:04:17.390 INFO O| Oct 16 04:04:17.390 INFO STEP 849 (remove_files) COMPLETE
67302024-10-16T04:04:18.880Z[ recovery-image] Oct 16 04:04:17.390 INFO O| Oct 16 04:04:17.390 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-10-16T04:04:18.901Z[ recovery-image] Oct 16 04:04:17.410 INFO O| Oct 16 04:04:17.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67322024-10-16T04:04:18.901Z[ recovery-image] Oct 16 04:04:17.411 INFO O| Oct 16 04:04:17.410 INFO STEP 850 (remove_files) COMPLETE
67332024-10-16T04:04:18.901Z[ recovery-image] Oct 16 04:04:17.411 INFO O| Oct 16 04:04:17.410 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-10-16T04:04:18.921Z[ recovery-image] Oct 16 04:04:17.430 INFO O| Oct 16 04:04:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67352024-10-16T04:04:18.921Z[ recovery-image] Oct 16 04:04:17.430 INFO O| Oct 16 04:04:17.430 INFO STEP 851 (remove_files) COMPLETE
67362024-10-16T04:04:18.923Z[ recovery-image] Oct 16 04:04:17.430 INFO O| Oct 16 04:04:17.430 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-10-16T04:04:18.953Z[ recovery-image] Oct 16 04:04:17.462 INFO O| Oct 16 04:04:17.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67382024-10-16T04:04:18.955Z[ recovery-image] Oct 16 04:04:17.463 INFO O| Oct 16 04:04:17.462 INFO STEP 852 (remove_files) COMPLETE
67392024-10-16T04:04:18.955Z[ recovery-image] Oct 16 04:04:17.463 INFO O| Oct 16 04:04:17.463 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-10-16T04:04:18.976Z[ recovery-image] Oct 16 04:04:17.486 INFO O| Oct 16 04:04:17.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67412024-10-16T04:04:19.010Z[ recovery-image] Oct 16 04:04:17.520 INFO O| Oct 16 04:04:17.520 INFO STEP 853 (remove_files) COMPLETE
67422024-10-16T04:04:19.010Z[ recovery-image] Oct 16 04:04:17.520 INFO O| Oct 16 04:04:17.520 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-10-16T04:04:19.035Z[ recovery-image] Oct 16 04:04:17.545 INFO O| Oct 16 04:04:17.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67442024-10-16T04:04:19.037Z[ recovery-image] Oct 16 04:04:17.545 INFO O| Oct 16 04:04:17.545 INFO STEP 854 (remove_files) COMPLETE
67452024-10-16T04:04:19.037Z[ recovery-image] Oct 16 04:04:17.545 INFO O| Oct 16 04:04:17.545 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-10-16T04:04:19.059Z[ recovery-image] Oct 16 04:04:17.569 INFO O| Oct 16 04:04:17.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67472024-10-16T04:04:19.059Z[ recovery-image] Oct 16 04:04:17.569 INFO O| Oct 16 04:04:17.569 INFO STEP 855 (remove_files) COMPLETE
67482024-10-16T04:04:19.062Z[ recovery-image] Oct 16 04:04:17.569 INFO O| Oct 16 04:04:17.569 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-10-16T04:04:19.104Z[ recovery-image] Oct 16 04:04:17.614 INFO O| Oct 16 04:04:17.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67502024-10-16T04:04:19.104Z[ recovery-image] Oct 16 04:04:17.614 INFO O| Oct 16 04:04:17.614 INFO STEP 856 (remove_files) COMPLETE
67512024-10-16T04:04:19.105Z[ recovery-image] Oct 16 04:04:17.614 INFO O| Oct 16 04:04:17.614 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-10-16T04:04:19.129Z[ recovery-image] Oct 16 04:04:17.638 INFO O| Oct 16 04:04:17.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67532024-10-16T04:04:19.129Z[ recovery-image] Oct 16 04:04:17.639 INFO O| Oct 16 04:04:17.639 INFO STEP 857 (remove_files) COMPLETE
67542024-10-16T04:04:19.129Z[ recovery-image] Oct 16 04:04:17.639 INFO O| Oct 16 04:04:17.639 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-10-16T04:04:19.201Z[ recovery-image] Oct 16 04:04:17.710 INFO O| Oct 16 04:04:17.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67562024-10-16T04:04:19.201Z[ recovery-image] Oct 16 04:04:17.711 INFO O| Oct 16 04:04:17.711 INFO STEP 858 (remove_files) COMPLETE
67572024-10-16T04:04:19.201Z[ recovery-image] Oct 16 04:04:17.711 INFO O| Oct 16 04:04:17.711 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-10-16T04:04:19.234Z[ recovery-image] Oct 16 04:04:17.743 INFO O| Oct 16 04:04:17.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67592024-10-16T04:04:19.234Z[ recovery-image] Oct 16 04:04:17.743 INFO O| Oct 16 04:04:17.743 INFO STEP 859 (remove_files) COMPLETE
67602024-10-16T04:04:19.236Z[ recovery-image] Oct 16 04:04:17.743 INFO O| Oct 16 04:04:17.743 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-10-16T04:04:19.265Z[ recovery-image] Oct 16 04:04:17.775 INFO O| Oct 16 04:04:17.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67622024-10-16T04:04:19.265Z[ recovery-image] Oct 16 04:04:17.775 INFO O| Oct 16 04:04:17.775 INFO STEP 860 (remove_files) COMPLETE
67632024-10-16T04:04:19.265Z[ recovery-image] Oct 16 04:04:17.775 INFO O| Oct 16 04:04:17.775 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-10-16T04:04:19.303Z[ recovery-image] Oct 16 04:04:17.813 INFO O| Oct 16 04:04:17.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67652024-10-16T04:04:19.306Z[ recovery-image] Oct 16 04:04:17.813 INFO O| Oct 16 04:04:17.813 INFO STEP 861 (remove_files) COMPLETE
67662024-10-16T04:04:19.306Z[ recovery-image] Oct 16 04:04:17.813 INFO O| Oct 16 04:04:17.813 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-10-16T04:04:19.328Z[ recovery-image] Oct 16 04:04:17.838 INFO O| Oct 16 04:04:17.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67682024-10-16T04:04:19.328Z[ recovery-image] Oct 16 04:04:17.838 INFO O| Oct 16 04:04:17.838 INFO STEP 862 (remove_files) COMPLETE
67692024-10-16T04:04:19.331Z[ recovery-image] Oct 16 04:04:17.838 INFO O| Oct 16 04:04:17.838 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-10-16T04:04:19.352Z[ recovery-image] Oct 16 04:04:17.862 INFO O| Oct 16 04:04:17.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67712024-10-16T04:04:19.352Z[ recovery-image] Oct 16 04:04:17.862 INFO O| Oct 16 04:04:17.862 INFO STEP 863 (remove_files) COMPLETE
67722024-10-16T04:04:19.361Z[ recovery-image] Oct 16 04:04:17.862 INFO O| Oct 16 04:04:17.862 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-10-16T04:04:19.375Z[ recovery-image] Oct 16 04:04:17.884 INFO O| Oct 16 04:04:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67742024-10-16T04:04:19.375Z[ recovery-image] Oct 16 04:04:17.885 INFO O| Oct 16 04:04:17.885 INFO STEP 864 (remove_files) COMPLETE
67752024-10-16T04:04:19.377Z[ recovery-image] Oct 16 04:04:17.885 INFO O| Oct 16 04:04:17.885 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-10-16T04:04:19.396Z[ recovery-image] Oct 16 04:04:17.906 INFO O| Oct 16 04:04:17.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67772024-10-16T04:04:19.396Z[ recovery-image] Oct 16 04:04:17.906 INFO O| Oct 16 04:04:17.906 INFO STEP 865 (remove_files) COMPLETE
67782024-10-16T04:04:19.396Z[ recovery-image] Oct 16 04:04:17.906 INFO O| Oct 16 04:04:17.906 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-10-16T04:04:19.442Z[ recovery-image] Oct 16 04:04:17.952 INFO O| Oct 16 04:04:17.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67802024-10-16T04:04:19.442Z[ recovery-image] Oct 16 04:04:17.952 INFO O| Oct 16 04:04:17.952 INFO STEP 866 (remove_files) COMPLETE
67812024-10-16T04:04:19.443Z[ recovery-image] Oct 16 04:04:17.952 INFO O| Oct 16 04:04:17.952 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-10-16T04:04:19.464Z[ recovery-image] Oct 16 04:04:17.973 INFO O| Oct 16 04:04:17.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67832024-10-16T04:04:19.464Z[ recovery-image] Oct 16 04:04:17.973 INFO O| Oct 16 04:04:17.973 INFO STEP 867 (remove_files) COMPLETE
67842024-10-16T04:04:19.464Z[ recovery-image] Oct 16 04:04:17.973 INFO O| Oct 16 04:04:17.973 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-10-16T04:04:19.484Z[ recovery-image] Oct 16 04:04:17.993 INFO O| Oct 16 04:04:17.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67862024-10-16T04:04:19.484Z[ recovery-image] Oct 16 04:04:17.993 INFO O| Oct 16 04:04:17.993 INFO STEP 868 (remove_files) COMPLETE
67872024-10-16T04:04:19.484Z[ recovery-image] Oct 16 04:04:17.993 INFO O| Oct 16 04:04:17.993 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-10-16T04:04:19.507Z[ recovery-image] Oct 16 04:04:18.017 INFO O| Oct 16 04:04:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67892024-10-16T04:04:19.510Z[ recovery-image] Oct 16 04:04:18.017 INFO O| Oct 16 04:04:18.017 INFO STEP 869 (remove_files) COMPLETE
67902024-10-16T04:04:19.510Z[ recovery-image] Oct 16 04:04:18.017 INFO O| Oct 16 04:04:18.017 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-10-16T04:04:19.559Z[ recovery-image] Oct 16 04:04:18.069 INFO O| Oct 16 04:04:18.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67922024-10-16T04:04:19.563Z[ recovery-image] Oct 16 04:04:18.069 INFO O| Oct 16 04:04:18.069 INFO STEP 870 (remove_files) COMPLETE
67932024-10-16T04:04:19.563Z[ recovery-image] Oct 16 04:04:18.069 INFO O| Oct 16 04:04:18.069 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-10-16T04:04:19.594Z[ recovery-image] Oct 16 04:04:18.104 INFO O| Oct 16 04:04:18.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67952024-10-16T04:04:19.594Z[ recovery-image] Oct 16 04:04:18.104 INFO O| Oct 16 04:04:18.104 INFO STEP 871 (remove_files) COMPLETE
67962024-10-16T04:04:19.598Z[ recovery-image] Oct 16 04:04:18.104 INFO O| Oct 16 04:04:18.104 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-10-16T04:04:19.626Z[ recovery-image] Oct 16 04:04:18.136 INFO O| Oct 16 04:04:18.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67982024-10-16T04:04:19.655Z[ recovery-image] Oct 16 04:04:18.165 INFO O| Oct 16 04:04:18.165 INFO STEP 872 (remove_files) COMPLETE
67992024-10-16T04:04:19.655Z[ recovery-image] Oct 16 04:04:18.165 INFO O| Oct 16 04:04:18.165 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-10-16T04:04:19.679Z[ recovery-image] Oct 16 04:04:18.188 INFO O| Oct 16 04:04:18.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
68012024-10-16T04:04:19.682Z[ recovery-image] Oct 16 04:04:18.188 INFO O| Oct 16 04:04:18.188 INFO STEP 873 (remove_files) COMPLETE
68022024-10-16T04:04:19.682Z[ recovery-image] Oct 16 04:04:18.189 INFO O| Oct 16 04:04:18.189 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-10-16T04:04:19.700Z[ recovery-image] Oct 16 04:04:18.210 INFO O| Oct 16 04:04:18.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68042024-10-16T04:04:19.703Z[ recovery-image] Oct 16 04:04:18.210 INFO O| Oct 16 04:04:18.210 INFO STEP 874 (remove_files) COMPLETE
68052024-10-16T04:04:19.703Z[ recovery-image] Oct 16 04:04:18.211 INFO O| Oct 16 04:04:18.210 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-10-16T04:04:19.724Z[ recovery-image] Oct 16 04:04:18.234 INFO O| Oct 16 04:04:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68072024-10-16T04:04:19.727Z[ recovery-image] Oct 16 04:04:18.234 INFO O| Oct 16 04:04:18.234 INFO STEP 875 (remove_files) COMPLETE
68082024-10-16T04:04:19.727Z[ recovery-image] Oct 16 04:04:18.235 INFO O| Oct 16 04:04:18.235 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-16T04:04:19.748Z[ recovery-image] Oct 16 04:04:18.258 INFO O| Oct 16 04:04:18.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68102024-10-16T04:04:19.751Z[ recovery-image] Oct 16 04:04:18.258 INFO O| Oct 16 04:04:18.258 INFO STEP 876 (remove_files) COMPLETE
68112024-10-16T04:04:19.751Z[ recovery-image] Oct 16 04:04:18.258 INFO O| Oct 16 04:04:18.258 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-16T04:04:19.771Z[ recovery-image] Oct 16 04:04:18.280 INFO O| Oct 16 04:04:18.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68132024-10-16T04:04:19.773Z[ recovery-image] Oct 16 04:04:18.281 INFO O| Oct 16 04:04:18.281 INFO STEP 877 (remove_files) COMPLETE
68142024-10-16T04:04:19.773Z[ recovery-image] Oct 16 04:04:18.281 INFO O| Oct 16 04:04:18.281 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-16T04:04:19.792Z[ recovery-image] Oct 16 04:04:18.301 INFO O| Oct 16 04:04:18.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68162024-10-16T04:04:19.794Z[ recovery-image] Oct 16 04:04:18.302 INFO O| Oct 16 04:04:18.302 INFO STEP 878 (remove_files) COMPLETE
68172024-10-16T04:04:19.794Z[ recovery-image] Oct 16 04:04:18.302 INFO O| Oct 16 04:04:18.302 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-16T04:04:19.813Z[ recovery-image] Oct 16 04:04:18.323 INFO O| Oct 16 04:04:18.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68192024-10-16T04:04:19.815Z[ recovery-image] Oct 16 04:04:18.323 INFO O| Oct 16 04:04:18.323 INFO STEP 879 (remove_files) COMPLETE
68202024-10-16T04:04:19.816Z[ recovery-image] Oct 16 04:04:18.323 INFO O| Oct 16 04:04:18.323 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-16T04:04:19.835Z[ recovery-image] Oct 16 04:04:18.344 INFO O| Oct 16 04:04:18.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68222024-10-16T04:04:19.837Z[ recovery-image] Oct 16 04:04:18.345 INFO O| Oct 16 04:04:18.345 INFO STEP 880 (remove_files) COMPLETE
68232024-10-16T04:04:19.837Z[ recovery-image] Oct 16 04:04:18.345 INFO O| Oct 16 04:04:18.345 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-16T04:04:19.875Z[ recovery-image] Oct 16 04:04:18.385 INFO O| Oct 16 04:04:18.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68252024-10-16T04:04:19.875Z[ recovery-image] Oct 16 04:04:18.385 INFO O| Oct 16 04:04:18.385 INFO STEP 881 (remove_files) COMPLETE
68262024-10-16T04:04:19.875Z[ recovery-image] Oct 16 04:04:18.385 INFO O| Oct 16 04:04:18.385 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-16T04:04:19.885Z[ host-image] Oct 16 04:04:18.394 INFO O| Oct 16 04:04:18.394 INFO O| Download: Completed 20.80 MB in 1.37 seconds (15.1M/s)
68282024-10-16T04:04:19.895Z[ recovery-image] Oct 16 04:04:18.405 INFO O| Oct 16 04:04:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68292024-10-16T04:04:19.895Z[ recovery-image] Oct 16 04:04:18.405 INFO O| Oct 16 04:04:18.405 INFO STEP 882 (remove_files) COMPLETE
68302024-10-16T04:04:19.895Z[ recovery-image] Oct 16 04:04:18.405 INFO O| Oct 16 04:04:18.405 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-16T04:04:19.934Z[ recovery-image] Oct 16 04:04:18.444 INFO O| Oct 16 04:04:18.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68322024-10-16T04:04:19.937Z[ recovery-image] Oct 16 04:04:18.444 INFO O| Oct 16 04:04:18.444 INFO STEP 883 (remove_files) COMPLETE
68332024-10-16T04:04:19.937Z[ recovery-image] Oct 16 04:04:18.444 INFO O| Oct 16 04:04:18.444 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-16T04:04:19.985Z[ recovery-image] Oct 16 04:04:18.495 INFO O| Oct 16 04:04:18.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68352024-10-16T04:04:19.988Z[ recovery-image] Oct 16 04:04:18.495 INFO O| Oct 16 04:04:18.495 INFO STEP 884 (remove_files) COMPLETE
68362024-10-16T04:04:19.988Z[ recovery-image] Oct 16 04:04:18.495 INFO O| Oct 16 04:04:18.495 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-16T04:04:20.011Z[ host-image] Oct 16 04:04:18.520 INFO O| Oct 16 04:04:18.520 INFO O| Actions: 1/22 actions (Installing new actions)
68382024-10-16T04:04:20.021Z[ recovery-image] Oct 16 04:04:18.530 INFO O| Oct 16 04:04:18.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68392024-10-16T04:04:20.021Z[ recovery-image] Oct 16 04:04:18.530 INFO O| Oct 16 04:04:18.530 INFO STEP 885 (remove_files) COMPLETE
68402024-10-16T04:04:20.023Z[ recovery-image] Oct 16 04:04:18.530 INFO O| Oct 16 04:04:18.530 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-16T04:04:20.044Z[ recovery-image] Oct 16 04:04:18.554 INFO O| Oct 16 04:04:18.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68422024-10-16T04:04:20.044Z[ recovery-image] Oct 16 04:04:18.554 INFO O| Oct 16 04:04:18.554 INFO STEP 886 (remove_files) COMPLETE
68432024-10-16T04:04:20.044Z[ recovery-image] Oct 16 04:04:18.554 INFO O| Oct 16 04:04:18.554 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-16T04:04:20.069Z[ recovery-image] Oct 16 04:04:18.578 INFO O| Oct 16 04:04:18.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68452024-10-16T04:04:20.069Z[ recovery-image] Oct 16 04:04:18.578 INFO O| Oct 16 04:04:18.578 INFO STEP 887 (remove_files) COMPLETE
68462024-10-16T04:04:20.069Z[ recovery-image] Oct 16 04:04:18.578 INFO O| Oct 16 04:04:18.578 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-16T04:04:20.093Z[ recovery-image] Oct 16 04:04:18.602 INFO O| Oct 16 04:04:18.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68482024-10-16T04:04:20.095Z[ recovery-image] Oct 16 04:04:18.602 INFO O| Oct 16 04:04:18.602 INFO STEP 888 (remove_files) COMPLETE
68492024-10-16T04:04:20.095Z[ recovery-image] Oct 16 04:04:18.602 INFO O| Oct 16 04:04:18.602 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-16T04:04:20.116Z[ recovery-image] Oct 16 04:04:18.626 INFO O| Oct 16 04:04:18.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68512024-10-16T04:04:20.116Z[ recovery-image] Oct 16 04:04:18.626 INFO O| Oct 16 04:04:18.626 INFO STEP 889 (remove_files) COMPLETE
68522024-10-16T04:04:20.119Z[ recovery-image] Oct 16 04:04:18.626 INFO O| Oct 16 04:04:18.626 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-16T04:04:20.144Z[ recovery-image] Oct 16 04:04:18.654 INFO O| Oct 16 04:04:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68542024-10-16T04:04:20.145Z[ recovery-image] Oct 16 04:04:18.654 INFO O| Oct 16 04:04:18.654 INFO STEP 890 (remove_files) COMPLETE
68552024-10-16T04:04:20.145Z[ recovery-image] Oct 16 04:04:18.654 INFO O| Oct 16 04:04:18.654 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-16T04:04:20.168Z[ recovery-image] Oct 16 04:04:18.678 INFO O| Oct 16 04:04:18.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68572024-10-16T04:04:20.168Z[ recovery-image] Oct 16 04:04:18.678 INFO O| Oct 16 04:04:18.678 INFO STEP 891 (remove_files) COMPLETE
68582024-10-16T04:04:20.171Z[ recovery-image] Oct 16 04:04:18.678 INFO O| Oct 16 04:04:18.678 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-16T04:04:20.208Z[ recovery-image] Oct 16 04:04:18.717 INFO O| Oct 16 04:04:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68602024-10-16T04:04:20.208Z[ recovery-image] Oct 16 04:04:18.717 INFO O| Oct 16 04:04:18.717 INFO STEP 892 (remove_files) COMPLETE
68612024-10-16T04:04:20.208Z[ recovery-image] Oct 16 04:04:18.717 INFO O| Oct 16 04:04:18.717 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-16T04:04:20.232Z[ recovery-image] Oct 16 04:04:18.741 INFO O| Oct 16 04:04:18.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68632024-10-16T04:04:20.232Z[ recovery-image] Oct 16 04:04:18.741 INFO O| Oct 16 04:04:18.741 INFO STEP 893 (remove_files) COMPLETE
68642024-10-16T04:04:20.232Z[ recovery-image] Oct 16 04:04:18.742 INFO O| Oct 16 04:04:18.741 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-16T04:04:20.262Z[ recovery-image] Oct 16 04:04:18.772 INFO O| Oct 16 04:04:18.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68662024-10-16T04:04:20.262Z[ recovery-image] Oct 16 04:04:18.772 INFO O| Oct 16 04:04:18.772 INFO STEP 894 (remove_files) COMPLETE
68672024-10-16T04:04:20.262Z[ recovery-image] Oct 16 04:04:18.772 INFO O| Oct 16 04:04:18.772 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-16T04:04:20.312Z[ recovery-image] Oct 16 04:04:18.821 INFO O| Oct 16 04:04:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68692024-10-16T04:04:20.313Z[ recovery-image] Oct 16 04:04:18.821 INFO O| Oct 16 04:04:18.821 INFO STEP 895 (remove_files) COMPLETE
68702024-10-16T04:04:20.316Z[ recovery-image] Oct 16 04:04:18.821 INFO O| Oct 16 04:04:18.821 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-16T04:04:20.355Z[ recovery-image] Oct 16 04:04:18.865 INFO O| Oct 16 04:04:18.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68722024-10-16T04:04:20.355Z[ recovery-image] Oct 16 04:04:18.865 INFO O| Oct 16 04:04:18.865 INFO STEP 896 (remove_files) COMPLETE
68732024-10-16T04:04:20.355Z[ recovery-image] Oct 16 04:04:18.865 INFO O| Oct 16 04:04:18.865 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-16T04:04:20.416Z[ recovery-image] Oct 16 04:04:18.925 INFO O| Oct 16 04:04:18.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68752024-10-16T04:04:20.416Z[ recovery-image] Oct 16 04:04:18.926 INFO O| Oct 16 04:04:18.926 INFO STEP 897 (remove_files) COMPLETE
68762024-10-16T04:04:20.418Z[ recovery-image] Oct 16 04:04:18.926 INFO O| Oct 16 04:04:18.926 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-16T04:04:20.441Z[ recovery-image] Oct 16 04:04:18.951 INFO O| Oct 16 04:04:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68782024-10-16T04:04:20.441Z[ recovery-image] Oct 16 04:04:18.951 INFO O| Oct 16 04:04:18.951 INFO STEP 898 (remove_files) COMPLETE
68792024-10-16T04:04:20.441Z[ recovery-image] Oct 16 04:04:18.951 INFO O| Oct 16 04:04:18.951 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-16T04:04:20.465Z[ recovery-image] Oct 16 04:04:18.974 INFO O| Oct 16 04:04:18.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68812024-10-16T04:04:20.468Z[ recovery-image] Oct 16 04:04:18.974 INFO O| Oct 16 04:04:18.974 INFO STEP 899 (remove_files) COMPLETE
68822024-10-16T04:04:20.468Z[ recovery-image] Oct 16 04:04:18.975 INFO O| Oct 16 04:04:18.974 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-16T04:04:20.489Z[ recovery-image] Oct 16 04:04:18.998 INFO O| Oct 16 04:04:18.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68842024-10-16T04:04:20.489Z[ recovery-image] Oct 16 04:04:18.998 INFO O| Oct 16 04:04:18.998 INFO STEP 900 (remove_files) COMPLETE
68852024-10-16T04:04:20.489Z[ recovery-image] Oct 16 04:04:18.998 INFO O| Oct 16 04:04:18.998 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-16T04:04:20.517Z[ recovery-image] Oct 16 04:04:19.026 INFO O| Oct 16 04:04:19.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68872024-10-16T04:04:20.517Z[ recovery-image] Oct 16 04:04:19.026 INFO O| Oct 16 04:04:19.026 INFO STEP 901 (remove_files) COMPLETE
68882024-10-16T04:04:20.517Z[ recovery-image] Oct 16 04:04:19.026 INFO O| Oct 16 04:04:19.026 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-16T04:04:20.540Z[ recovery-image] Oct 16 04:04:19.049 INFO O| Oct 16 04:04:19.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68902024-10-16T04:04:20.540Z[ recovery-image] Oct 16 04:04:19.050 INFO O| Oct 16 04:04:19.049 INFO STEP 902 (remove_files) COMPLETE
68912024-10-16T04:04:20.540Z[ recovery-image] Oct 16 04:04:19.050 INFO O| Oct 16 04:04:19.049 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-16T04:04:20.563Z[ recovery-image] Oct 16 04:04:19.072 INFO O| Oct 16 04:04:19.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68932024-10-16T04:04:20.563Z[ recovery-image] Oct 16 04:04:19.072 INFO O| Oct 16 04:04:19.072 INFO STEP 903 (remove_files) COMPLETE
68942024-10-16T04:04:20.564Z[ recovery-image] Oct 16 04:04:19.072 INFO O| Oct 16 04:04:19.072 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-16T04:04:20.586Z[ recovery-image] Oct 16 04:04:19.095 INFO O| Oct 16 04:04:19.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68962024-10-16T04:04:20.586Z[ recovery-image] Oct 16 04:04:19.095 INFO O| Oct 16 04:04:19.095 INFO STEP 904 (remove_files) COMPLETE
68972024-10-16T04:04:20.586Z[ recovery-image] Oct 16 04:04:19.095 INFO O| Oct 16 04:04:19.095 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-16T04:04:20.608Z[ recovery-image] Oct 16 04:04:19.118 INFO O| Oct 16 04:04:19.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68992024-10-16T04:04:20.608Z[ recovery-image] Oct 16 04:04:19.118 INFO O| Oct 16 04:04:19.118 INFO STEP 905 (remove_files) COMPLETE
69002024-10-16T04:04:20.611Z[ recovery-image] Oct 16 04:04:19.118 INFO O| Oct 16 04:04:19.118 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-16T04:04:20.642Z[ recovery-image] Oct 16 04:04:19.151 INFO O| Oct 16 04:04:19.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69022024-10-16T04:04:20.642Z[ recovery-image] Oct 16 04:04:19.151 INFO O| Oct 16 04:04:19.151 INFO STEP 906 (remove_files) COMPLETE
69032024-10-16T04:04:20.642Z[ recovery-image] Oct 16 04:04:19.151 INFO O| Oct 16 04:04:19.151 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-16T04:04:20.667Z[ recovery-image] Oct 16 04:04:19.176 INFO O| Oct 16 04:04:19.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69052024-10-16T04:04:20.667Z[ recovery-image] Oct 16 04:04:19.177 INFO O| Oct 16 04:04:19.176 INFO STEP 907 (remove_files) COMPLETE
69062024-10-16T04:04:20.667Z[ recovery-image] Oct 16 04:04:19.177 INFO O| Oct 16 04:04:19.176 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-16T04:04:20.729Z[ recovery-image] Oct 16 04:04:19.238 INFO O| Oct 16 04:04:19.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69082024-10-16T04:04:20.729Z[ recovery-image] Oct 16 04:04:19.238 INFO O| Oct 16 04:04:19.238 INFO STEP 908 (remove_files) COMPLETE
69092024-10-16T04:04:20.729Z[ recovery-image] Oct 16 04:04:19.238 INFO O| Oct 16 04:04:19.238 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-16T04:04:20.748Z[ recovery-image] Oct 16 04:04:19.257 INFO O| Oct 16 04:04:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69112024-10-16T04:04:20.748Z[ recovery-image] Oct 16 04:04:19.257 INFO O| Oct 16 04:04:19.257 INFO STEP 909 (remove_files) COMPLETE
69122024-10-16T04:04:20.751Z[ recovery-image] Oct 16 04:04:19.257 INFO O| Oct 16 04:04:19.257 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-16T04:04:20.766Z[ recovery-image] Oct 16 04:04:19.275 INFO O| Oct 16 04:04:19.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69142024-10-16T04:04:20.766Z[ recovery-image] Oct 16 04:04:19.275 INFO O| Oct 16 04:04:19.275 INFO STEP 910 (remove_files) COMPLETE
69152024-10-16T04:04:20.769Z[ recovery-image] Oct 16 04:04:19.275 INFO O| Oct 16 04:04:19.275 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-16T04:04:20.796Z[ recovery-image] Oct 16 04:04:19.305 INFO O| Oct 16 04:04:19.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69172024-10-16T04:04:20.796Z[ recovery-image] Oct 16 04:04:19.305 INFO O| Oct 16 04:04:19.305 INFO STEP 911 (remove_files) COMPLETE
69182024-10-16T04:04:20.798Z[ recovery-image] Oct 16 04:04:19.305 INFO O| Oct 16 04:04:19.305 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-16T04:04:20.915Z[ recovery-image] Oct 16 04:04:19.425 INFO O| Oct 16 04:04:19.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69202024-10-16T04:04:20.916Z[ recovery-image] Oct 16 04:04:19.425 INFO O| Oct 16 04:04:19.425 INFO STEP 912 (remove_files) COMPLETE
69212024-10-16T04:04:20.916Z[ recovery-image] Oct 16 04:04:19.425 INFO O| Oct 16 04:04:19.425 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-16T04:04:20.997Z[ recovery-image] Oct 16 04:04:19.507 INFO O| Oct 16 04:04:19.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69232024-10-16T04:04:20.998Z[ recovery-image] Oct 16 04:04:19.507 INFO O| Oct 16 04:04:19.507 INFO STEP 913 (remove_files) COMPLETE
69242024-10-16T04:04:21.001Z[ recovery-image] Oct 16 04:04:19.507 INFO O| Oct 16 04:04:19.507 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-16T04:04:21.014Z[ host-image] Oct 16 04:04:19.524 INFO O| Oct 16 04:04:19.524 INFO O| Actions: Completed 22 actions in 1.00 seconds.
69262024-10-16T04:04:21.055Z[ recovery-image] Oct 16 04:04:19.564 INFO O| Oct 16 04:04:19.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69272024-10-16T04:04:21.055Z[ recovery-image] Oct 16 04:04:19.564 INFO O| Oct 16 04:04:19.564 INFO STEP 914 (remove_files) COMPLETE
69282024-10-16T04:04:21.055Z[ recovery-image] Oct 16 04:04:19.564 INFO O| Oct 16 04:04:19.564 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-10-16T04:04:21.075Z[ recovery-image] Oct 16 04:04:19.584 INFO O| Oct 16 04:04:19.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69302024-10-16T04:04:21.075Z[ recovery-image] Oct 16 04:04:19.584 INFO O| Oct 16 04:04:19.584 INFO STEP 915 (remove_files) COMPLETE
69312024-10-16T04:04:21.076Z[ recovery-image] Oct 16 04:04:19.584 INFO O| Oct 16 04:04:19.584 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-10-16T04:04:21.096Z[ recovery-image] Oct 16 04:04:19.605 INFO O| Oct 16 04:04:19.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69332024-10-16T04:04:21.096Z[ recovery-image] Oct 16 04:04:19.605 INFO O| Oct 16 04:04:19.605 INFO STEP 916 (remove_files) COMPLETE
69342024-10-16T04:04:21.096Z[ recovery-image] Oct 16 04:04:19.606 INFO O| Oct 16 04:04:19.605 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-10-16T04:04:21.118Z[ recovery-image] Oct 16 04:04:19.628 INFO O| Oct 16 04:04:19.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69362024-10-16T04:04:21.118Z[ recovery-image] Oct 16 04:04:19.628 INFO O| Oct 16 04:04:19.628 INFO STEP 917 (remove_files) COMPLETE
69372024-10-16T04:04:21.121Z[ recovery-image] Oct 16 04:04:19.628 INFO O| Oct 16 04:04:19.628 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-10-16T04:04:21.141Z[ recovery-image] Oct 16 04:04:19.650 INFO O| Oct 16 04:04:19.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69392024-10-16T04:04:21.160Z[ recovery-image] Oct 16 04:04:19.668 INFO O| Oct 16 04:04:19.668 INFO STEP 918 (remove_files) COMPLETE
69402024-10-16T04:04:21.160Z[ recovery-image] Oct 16 04:04:19.668 INFO O| Oct 16 04:04:19.668 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-10-16T04:04:21.196Z[ recovery-image] Oct 16 04:04:19.704 INFO O| Oct 16 04:04:19.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69422024-10-16T04:04:21.196Z[ recovery-image] Oct 16 04:04:19.705 INFO O| Oct 16 04:04:19.704 INFO STEP 919 (remove_files) COMPLETE
69432024-10-16T04:04:21.196Z[ recovery-image] Oct 16 04:04:19.705 INFO O| Oct 16 04:04:19.704 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-10-16T04:04:21.227Z[ recovery-image] Oct 16 04:04:19.737 INFO O| Oct 16 04:04:19.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69452024-10-16T04:04:21.227Z[ recovery-image] Oct 16 04:04:19.737 INFO O| Oct 16 04:04:19.737 INFO STEP 920 (remove_files) COMPLETE
69462024-10-16T04:04:21.230Z[ recovery-image] Oct 16 04:04:19.737 INFO O| Oct 16 04:04:19.737 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-10-16T04:04:21.248Z[ recovery-image] Oct 16 04:04:19.757 INFO O| Oct 16 04:04:19.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69482024-10-16T04:04:21.248Z[ recovery-image] Oct 16 04:04:19.757 INFO O| Oct 16 04:04:19.757 INFO STEP 921 (remove_files) COMPLETE
69492024-10-16T04:04:21.248Z[ recovery-image] Oct 16 04:04:19.757 INFO O| Oct 16 04:04:19.757 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-10-16T04:04:21.270Z[ recovery-image] Oct 16 04:04:19.779 INFO O| Oct 16 04:04:19.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69512024-10-16T04:04:21.270Z[ recovery-image] Oct 16 04:04:19.779 INFO O| Oct 16 04:04:19.779 INFO STEP 922 (remove_files) COMPLETE
69522024-10-16T04:04:21.272Z[ recovery-image] Oct 16 04:04:19.779 INFO O| Oct 16 04:04:19.779 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-10-16T04:04:21.335Z[ recovery-image] Oct 16 04:04:19.844 INFO O| Oct 16 04:04:19.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69542024-10-16T04:04:21.335Z[ recovery-image] Oct 16 04:04:19.844 INFO O| Oct 16 04:04:19.844 INFO STEP 923 (remove_files) COMPLETE
69552024-10-16T04:04:21.338Z[ recovery-image] Oct 16 04:04:19.844 INFO O| Oct 16 04:04:19.844 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-10-16T04:04:21.396Z[ recovery-image] Oct 16 04:04:19.905 INFO O| Oct 16 04:04:19.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69572024-10-16T04:04:21.396Z[ recovery-image] Oct 16 04:04:19.905 INFO O| Oct 16 04:04:19.905 INFO STEP 924 (remove_files) COMPLETE
69582024-10-16T04:04:21.396Z[ recovery-image] Oct 16 04:04:19.905 INFO O| Oct 16 04:04:19.905 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-10-16T04:04:21.418Z[ recovery-image] Oct 16 04:04:19.927 INFO O| Oct 16 04:04:19.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69602024-10-16T04:04:21.418Z[ recovery-image] Oct 16 04:04:19.928 INFO O| Oct 16 04:04:19.928 INFO STEP 925 (remove_files) COMPLETE
69612024-10-16T04:04:21.418Z[ recovery-image] Oct 16 04:04:19.928 INFO O| Oct 16 04:04:19.928 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-10-16T04:04:21.442Z[ recovery-image] Oct 16 04:04:19.951 INFO O| Oct 16 04:04:19.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69632024-10-16T04:04:21.442Z[ recovery-image] Oct 16 04:04:19.951 INFO O| Oct 16 04:04:19.951 INFO STEP 926 (remove_files) COMPLETE
69642024-10-16T04:04:21.445Z[ recovery-image] Oct 16 04:04:19.952 INFO O| Oct 16 04:04:19.951 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-10-16T04:04:21.495Z[ recovery-image] Oct 16 04:04:20.005 INFO O| Oct 16 04:04:20.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69662024-10-16T04:04:21.495Z[ recovery-image] Oct 16 04:04:20.005 INFO O| Oct 16 04:04:20.005 INFO STEP 927 (remove_files) COMPLETE
69672024-10-16T04:04:21.498Z[ recovery-image] Oct 16 04:04:20.005 INFO O| Oct 16 04:04:20.005 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-16T04:04:21.519Z[ recovery-image] Oct 16 04:04:20.028 INFO O| Oct 16 04:04:20.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69692024-10-16T04:04:21.519Z[ recovery-image] Oct 16 04:04:20.028 INFO O| Oct 16 04:04:20.028 INFO STEP 928 (remove_files) COMPLETE
69702024-10-16T04:04:21.519Z[ recovery-image] Oct 16 04:04:20.028 INFO O| Oct 16 04:04:20.028 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-16T04:04:21.542Z[ recovery-image] Oct 16 04:04:20.051 INFO O| Oct 16 04:04:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69722024-10-16T04:04:21.542Z[ recovery-image] Oct 16 04:04:20.051 INFO O| Oct 16 04:04:20.051 INFO STEP 929 (remove_files) COMPLETE
69732024-10-16T04:04:21.542Z[ recovery-image] Oct 16 04:04:20.051 INFO O| Oct 16 04:04:20.051 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-16T04:04:21.563Z[ recovery-image] Oct 16 04:04:20.073 INFO O| Oct 16 04:04:20.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69752024-10-16T04:04:21.563Z[ recovery-image] Oct 16 04:04:20.073 INFO O| Oct 16 04:04:20.073 INFO STEP 930 (remove_files) COMPLETE
69762024-10-16T04:04:21.566Z[ recovery-image] Oct 16 04:04:20.073 INFO O| Oct 16 04:04:20.073 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-10-16T04:04:21.569Z[ host-image] Oct 16 04:04:20.078 INFO O| Oct 16 04:04:20.078 INFO O| Done
69782024-10-16T04:04:21.569Z[ host-image] Oct 16 04:04:20.078 INFO O| Oct 16 04:04:20.078 INFO O| Done
69792024-10-16T04:04:21.587Z[ recovery-image] Oct 16 04:04:20.096 INFO O| Oct 16 04:04:20.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69802024-10-16T04:04:21.587Z[ recovery-image] Oct 16 04:04:20.097 INFO O| Oct 16 04:04:20.097 INFO STEP 931 (remove_files) COMPLETE
69812024-10-16T04:04:21.588Z[ recovery-image] Oct 16 04:04:20.097 INFO O| Oct 16 04:04:20.097 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-16T04:04:21.634Z[ recovery-image] Oct 16 04:04:20.142 INFO O| Oct 16 04:04:20.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69832024-10-16T04:04:21.634Z[ recovery-image] Oct 16 04:04:20.142 INFO O| Oct 16 04:04:20.142 INFO STEP 932 (remove_files) COMPLETE
69842024-10-16T04:04:21.637Z[ recovery-image] Oct 16 04:04:20.142 INFO O| Oct 16 04:04:20.142 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-16T04:04:21.658Z[ recovery-image] Oct 16 04:04:20.166 INFO O| Oct 16 04:04:20.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69862024-10-16T04:04:21.658Z[ recovery-image] Oct 16 04:04:20.166 INFO O| Oct 16 04:04:20.166 INFO STEP 933 (remove_files) COMPLETE
69872024-10-16T04:04:21.659Z[ recovery-image] Oct 16 04:04:20.166 INFO O| Oct 16 04:04:20.166 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-16T04:04:21.694Z[ recovery-image] Oct 16 04:04:20.204 INFO O| Oct 16 04:04:20.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69892024-10-16T04:04:21.714Z[ recovery-image] Oct 16 04:04:20.224 INFO O| Oct 16 04:04:20.224 INFO STEP 934 (remove_files) COMPLETE
69902024-10-16T04:04:21.714Z[ recovery-image] Oct 16 04:04:20.224 INFO O| Oct 16 04:04:20.224 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-16T04:04:21.773Z[ recovery-image] Oct 16 04:04:20.282 INFO O| Oct 16 04:04:20.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69922024-10-16T04:04:21.773Z[ recovery-image] Oct 16 04:04:20.282 INFO O| Oct 16 04:04:20.282 INFO STEP 935 (remove_files) COMPLETE
69932024-10-16T04:04:21.773Z[ recovery-image] Oct 16 04:04:20.282 INFO O| Oct 16 04:04:20.282 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-16T04:04:21.802Z[ recovery-image] Oct 16 04:04:20.311 INFO O| Oct 16 04:04:20.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69952024-10-16T04:04:21.802Z[ recovery-image] Oct 16 04:04:20.311 INFO O| Oct 16 04:04:20.311 INFO STEP 936 (remove_files) COMPLETE
69962024-10-16T04:04:21.804Z[ recovery-image] Oct 16 04:04:20.311 INFO O| Oct 16 04:04:20.311 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-16T04:04:21.859Z[ recovery-image] Oct 16 04:04:20.369 INFO O| Oct 16 04:04:20.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69982024-10-16T04:04:21.859Z[ recovery-image] Oct 16 04:04:20.369 INFO O| Oct 16 04:04:20.369 INFO STEP 937 (remove_files) COMPLETE
69992024-10-16T04:04:21.859Z[ recovery-image] Oct 16 04:04:20.369 INFO O| Oct 16 04:04:20.369 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-16T04:04:21.913Z[ recovery-image] Oct 16 04:04:20.422 INFO O| Oct 16 04:04:20.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70012024-10-16T04:04:21.916Z[ recovery-image] Oct 16 04:04:20.422 INFO O| Oct 16 04:04:20.422 INFO STEP 938 (remove_files) COMPLETE
70022024-10-16T04:04:21.916Z[ recovery-image] Oct 16 04:04:20.422 INFO O| Oct 16 04:04:20.422 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-16T04:04:21.939Z[ recovery-image] Oct 16 04:04:20.448 INFO O| Oct 16 04:04:20.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70042024-10-16T04:04:21.942Z[ recovery-image] Oct 16 04:04:20.449 INFO O| Oct 16 04:04:20.448 INFO STEP 939 (remove_files) COMPLETE
70052024-10-16T04:04:21.942Z[ recovery-image] Oct 16 04:04:20.449 INFO O| Oct 16 04:04:20.449 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-16T04:04:21.962Z[ recovery-image] Oct 16 04:04:20.472 INFO O| Oct 16 04:04:20.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70072024-10-16T04:04:21.963Z[ recovery-image] Oct 16 04:04:20.472 INFO O| Oct 16 04:04:20.472 INFO STEP 940 (remove_files) COMPLETE
70082024-10-16T04:04:21.965Z[ recovery-image] Oct 16 04:04:20.472 INFO O| Oct 16 04:04:20.472 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-16T04:04:21.982Z[ recovery-image] Oct 16 04:04:20.491 INFO O| Oct 16 04:04:20.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70102024-10-16T04:04:21.986Z[ recovery-image] Oct 16 04:04:20.496 INFO O| Oct 16 04:04:20.496 INFO STEP 941 (remove_files) COMPLETE
70112024-10-16T04:04:21.986Z[ recovery-image] Oct 16 04:04:20.496 INFO O| Oct 16 04:04:20.496 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-16T04:04:22.044Z[ recovery-image] Oct 16 04:04:20.553 INFO O| Oct 16 04:04:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70132024-10-16T04:04:22.044Z[ recovery-image] Oct 16 04:04:20.553 INFO O| Oct 16 04:04:20.553 INFO STEP 942 (remove_files) COMPLETE
70142024-10-16T04:04:22.047Z[ recovery-image] Oct 16 04:04:20.553 INFO O| Oct 16 04:04:20.553 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-16T04:04:22.105Z[ recovery-image] Oct 16 04:04:20.614 INFO O| Oct 16 04:04:20.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70162024-10-16T04:04:22.105Z[ recovery-image] Oct 16 04:04:20.614 INFO O| Oct 16 04:04:20.614 INFO STEP 943 (remove_files) COMPLETE
70172024-10-16T04:04:22.105Z[ recovery-image] Oct 16 04:04:20.614 INFO O| Oct 16 04:04:20.614 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-16T04:04:22.141Z[ recovery-image] Oct 16 04:04:20.650 INFO O| Oct 16 04:04:20.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70192024-10-16T04:04:22.145Z[ recovery-image] Oct 16 04:04:20.651 INFO O| Oct 16 04:04:20.650 INFO STEP 944 (remove_files) COMPLETE
70202024-10-16T04:04:22.145Z[ recovery-image] Oct 16 04:04:20.651 INFO O| Oct 16 04:04:20.651 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-16T04:04:22.166Z[ recovery-image] Oct 16 04:04:20.676 INFO O| Oct 16 04:04:20.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70222024-10-16T04:04:22.167Z[ recovery-image] Oct 16 04:04:20.676 INFO O| Oct 16 04:04:20.676 INFO STEP 945 (remove_files) COMPLETE
70232024-10-16T04:04:22.167Z[ recovery-image] Oct 16 04:04:20.676 INFO O| Oct 16 04:04:20.676 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-16T04:04:22.190Z[ recovery-image] Oct 16 04:04:20.699 INFO O| Oct 16 04:04:20.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70252024-10-16T04:04:22.190Z[ recovery-image] Oct 16 04:04:20.699 INFO O| Oct 16 04:04:20.699 INFO STEP 946 (remove_files) COMPLETE
70262024-10-16T04:04:22.193Z[ recovery-image] Oct 16 04:04:20.700 INFO O| Oct 16 04:04:20.699 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-16T04:04:22.225Z[ recovery-image] Oct 16 04:04:20.734 INFO O| Oct 16 04:04:20.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70282024-10-16T04:04:22.225Z[ recovery-image] Oct 16 04:04:20.735 INFO O| Oct 16 04:04:20.734 INFO STEP 947 (remove_files) COMPLETE
70292024-10-16T04:04:22.228Z[ recovery-image] Oct 16 04:04:20.735 INFO O| Oct 16 04:04:20.735 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-16T04:04:22.244Z[ recovery-image] Oct 16 04:04:20.754 INFO O| Oct 16 04:04:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70312024-10-16T04:04:22.244Z[ recovery-image] Oct 16 04:04:20.754 INFO O| Oct 16 04:04:20.754 INFO STEP 948 (remove_files) COMPLETE
70322024-10-16T04:04:22.244Z[ recovery-image] Oct 16 04:04:20.754 INFO O| Oct 16 04:04:20.754 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-16T04:04:22.267Z[ recovery-image] Oct 16 04:04:20.776 INFO O| Oct 16 04:04:20.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70342024-10-16T04:04:22.271Z[ recovery-image] Oct 16 04:04:20.776 INFO O| Oct 16 04:04:20.776 INFO STEP 949 (remove_files) COMPLETE
70352024-10-16T04:04:22.271Z[ recovery-image] Oct 16 04:04:20.777 INFO O| Oct 16 04:04:20.776 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-16T04:04:22.287Z[ recovery-image] Oct 16 04:04:20.796 INFO O| Oct 16 04:04:20.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70372024-10-16T04:04:22.290Z[ recovery-image] Oct 16 04:04:20.797 INFO O| Oct 16 04:04:20.797 INFO STEP 950 (remove_files) COMPLETE
70382024-10-16T04:04:22.290Z[ recovery-image] Oct 16 04:04:20.797 INFO O| Oct 16 04:04:20.797 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-16T04:04:22.306Z[ recovery-image] Oct 16 04:04:20.816 INFO O| Oct 16 04:04:20.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70402024-10-16T04:04:22.309Z[ recovery-image] Oct 16 04:04:20.816 INFO O| Oct 16 04:04:20.816 INFO STEP 951 (remove_files) COMPLETE
70412024-10-16T04:04:22.309Z[ recovery-image] Oct 16 04:04:20.816 INFO O| Oct 16 04:04:20.816 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-16T04:04:22.329Z[ recovery-image] Oct 16 04:04:20.838 INFO O| Oct 16 04:04:20.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70432024-10-16T04:04:22.331Z[ recovery-image] Oct 16 04:04:20.839 INFO O| Oct 16 04:04:20.838 INFO STEP 952 (remove_files) COMPLETE
70442024-10-16T04:04:22.331Z[ recovery-image] Oct 16 04:04:20.839 INFO O| Oct 16 04:04:20.839 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-16T04:04:22.351Z[ recovery-image] Oct 16 04:04:20.861 INFO O| Oct 16 04:04:20.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70462024-10-16T04:04:22.355Z[ recovery-image] Oct 16 04:04:20.861 INFO O| Oct 16 04:04:20.861 INFO STEP 953 (remove_files) COMPLETE
70472024-10-16T04:04:22.355Z[ recovery-image] Oct 16 04:04:20.861 INFO O| Oct 16 04:04:20.861 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-16T04:04:22.389Z[ recovery-image] Oct 16 04:04:20.899 INFO O| Oct 16 04:04:20.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70492024-10-16T04:04:22.393Z[ recovery-image] Oct 16 04:04:20.899 INFO O| Oct 16 04:04:20.899 INFO STEP 954 (remove_files) COMPLETE
70502024-10-16T04:04:22.393Z[ recovery-image] Oct 16 04:04:20.899 INFO O| Oct 16 04:04:20.899 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-16T04:04:22.414Z[ recovery-image] Oct 16 04:04:20.922 INFO O| Oct 16 04:04:20.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70522024-10-16T04:04:22.414Z[ recovery-image] Oct 16 04:04:20.922 INFO O| Oct 16 04:04:20.922 INFO STEP 955 (remove_files) COMPLETE
70532024-10-16T04:04:22.414Z[ recovery-image] Oct 16 04:04:20.922 INFO O| Oct 16 04:04:20.922 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-16T04:04:22.436Z[ recovery-image] Oct 16 04:04:20.945 INFO O| Oct 16 04:04:20.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70552024-10-16T04:04:22.436Z[ recovery-image] Oct 16 04:04:20.945 INFO O| Oct 16 04:04:20.945 INFO STEP 956 (remove_files) COMPLETE
70562024-10-16T04:04:22.436Z[ recovery-image] Oct 16 04:04:20.945 INFO O| Oct 16 04:04:20.945 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-16T04:04:22.458Z[ recovery-image] Oct 16 04:04:20.967 INFO O| Oct 16 04:04:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70582024-10-16T04:04:22.461Z[ recovery-image] Oct 16 04:04:20.967 INFO O| Oct 16 04:04:20.967 INFO STEP 957 (remove_files) COMPLETE
70592024-10-16T04:04:22.461Z[ recovery-image] Oct 16 04:04:20.967 INFO O| Oct 16 04:04:20.967 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-16T04:04:22.479Z[ recovery-image] Oct 16 04:04:20.988 INFO O| Oct 16 04:04:20.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70612024-10-16T04:04:22.479Z[ recovery-image] Oct 16 04:04:20.989 INFO O| Oct 16 04:04:20.989 INFO STEP 958 (remove_files) COMPLETE
70622024-10-16T04:04:22.479Z[ recovery-image] Oct 16 04:04:20.989 INFO O| Oct 16 04:04:20.989 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-16T04:04:22.506Z[ recovery-image] Oct 16 04:04:21.016 INFO O| Oct 16 04:04:21.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70642024-10-16T04:04:22.506Z[ recovery-image] Oct 16 04:04:21.016 INFO O| Oct 16 04:04:21.016 INFO STEP 959 (remove_files) COMPLETE
70652024-10-16T04:04:22.506Z[ recovery-image] Oct 16 04:04:21.016 INFO O| Oct 16 04:04:21.016 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-16T04:04:22.526Z[ recovery-image] Oct 16 04:04:21.035 INFO O| Oct 16 04:04:21.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70672024-10-16T04:04:22.526Z[ recovery-image] Oct 16 04:04:21.036 INFO O| Oct 16 04:04:21.035 INFO STEP 960 (remove_files) COMPLETE
70682024-10-16T04:04:22.526Z[ recovery-image] Oct 16 04:04:21.036 INFO O| Oct 16 04:04:21.036 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-16T04:04:22.546Z[ recovery-image] Oct 16 04:04:21.055 INFO O| Oct 16 04:04:21.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70702024-10-16T04:04:22.546Z[ recovery-image] Oct 16 04:04:21.056 INFO O| Oct 16 04:04:21.055 INFO STEP 961 (remove_files) COMPLETE
70712024-10-16T04:04:22.549Z[ recovery-image] Oct 16 04:04:21.056 INFO O| Oct 16 04:04:21.056 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-16T04:04:22.581Z[ recovery-image] Oct 16 04:04:21.090 INFO O| Oct 16 04:04:21.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70732024-10-16T04:04:22.581Z[ recovery-image] Oct 16 04:04:21.090 INFO O| Oct 16 04:04:21.090 INFO STEP 962 (remove_files) COMPLETE
70742024-10-16T04:04:22.581Z[ recovery-image] Oct 16 04:04:21.090 INFO O| Oct 16 04:04:21.090 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-16T04:04:22.619Z[ recovery-image] Oct 16 04:04:21.128 INFO O| Oct 16 04:04:21.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70762024-10-16T04:04:22.619Z[ recovery-image] Oct 16 04:04:21.128 INFO O| Oct 16 04:04:21.128 INFO STEP 963 (remove_files) COMPLETE
70772024-10-16T04:04:22.619Z[ recovery-image] Oct 16 04:04:21.128 INFO O| Oct 16 04:04:21.128 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-16T04:04:22.640Z[ host-image] Oct 16 04:04:21.149 INFO O| Oct 16 04:04:21.149 INFO O| Done
70792024-10-16T04:04:22.664Z[ recovery-image] Oct 16 04:04:21.173 INFO O| Oct 16 04:04:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70802024-10-16T04:04:22.664Z[ recovery-image] Oct 16 04:04:21.173 INFO O| Oct 16 04:04:21.173 INFO STEP 964 (remove_files) COMPLETE
70812024-10-16T04:04:22.664Z[ recovery-image] Oct 16 04:04:21.173 INFO O| Oct 16 04:04:21.173 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-10-16T04:04:22.688Z[ recovery-image] Oct 16 04:04:21.198 INFO O| Oct 16 04:04:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70832024-10-16T04:04:22.691Z[ recovery-image] Oct 16 04:04:21.198 INFO O| Oct 16 04:04:21.198 INFO STEP 965 (remove_files) COMPLETE
70842024-10-16T04:04:22.691Z[ recovery-image] Oct 16 04:04:21.198 INFO O| Oct 16 04:04:21.198 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-10-16T04:04:22.725Z[ recovery-image] Oct 16 04:04:21.234 INFO O| Oct 16 04:04:21.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70862024-10-16T04:04:22.725Z[ recovery-image] Oct 16 04:04:21.235 INFO O| Oct 16 04:04:21.235 INFO STEP 966 (remove_files) COMPLETE
70872024-10-16T04:04:22.729Z[ recovery-image] Oct 16 04:04:21.235 INFO O| Oct 16 04:04:21.235 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-10-16T04:04:22.764Z[ recovery-image] Oct 16 04:04:21.273 INFO O| Oct 16 04:04:21.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70892024-10-16T04:04:22.764Z[ recovery-image] Oct 16 04:04:21.273 INFO O| Oct 16 04:04:21.272 INFO STEP 967 (remove_files) COMPLETE
70902024-10-16T04:04:22.764Z[ recovery-image] Oct 16 04:04:21.273 INFO O| Oct 16 04:04:21.272 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-10-16T04:04:22.793Z[ recovery-image] Oct 16 04:04:21.302 INFO O| Oct 16 04:04:21.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70922024-10-16T04:04:22.793Z[ recovery-image] Oct 16 04:04:21.302 INFO O| Oct 16 04:04:21.302 INFO STEP 968 (remove_files) COMPLETE
70932024-10-16T04:04:22.796Z[ recovery-image] Oct 16 04:04:21.303 INFO O| Oct 16 04:04:21.302 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-10-16T04:04:22.827Z[ recovery-image] Oct 16 04:04:21.336 INFO O| Oct 16 04:04:21.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70952024-10-16T04:04:22.827Z[ recovery-image] Oct 16 04:04:21.336 INFO O| Oct 16 04:04:21.336 INFO STEP 969 (remove_files) COMPLETE
70962024-10-16T04:04:22.827Z[ recovery-image] Oct 16 04:04:21.336 INFO O| Oct 16 04:04:21.336 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-10-16T04:04:22.850Z[ recovery-image] Oct 16 04:04:21.358 INFO O| Oct 16 04:04:21.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70982024-10-16T04:04:22.852Z[ recovery-image] Oct 16 04:04:21.358 INFO O| Oct 16 04:04:21.358 INFO STEP 970 (remove_files) COMPLETE
70992024-10-16T04:04:22.852Z[ recovery-image] Oct 16 04:04:21.358 INFO O| Oct 16 04:04:21.358 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-10-16T04:04:22.869Z[ recovery-image] Oct 16 04:04:21.378 INFO O| Oct 16 04:04:21.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71012024-10-16T04:04:22.869Z[ recovery-image] Oct 16 04:04:21.378 INFO O| Oct 16 04:04:21.378 INFO STEP 971 (remove_files) COMPLETE
71022024-10-16T04:04:22.869Z[ recovery-image] Oct 16 04:04:21.378 INFO O| Oct 16 04:04:21.378 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-10-16T04:04:22.889Z[ recovery-image] Oct 16 04:04:21.398 INFO O| Oct 16 04:04:21.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71042024-10-16T04:04:22.891Z[ recovery-image] Oct 16 04:04:21.398 INFO O| Oct 16 04:04:21.398 INFO STEP 972 (remove_files) COMPLETE
71052024-10-16T04:04:22.892Z[ recovery-image] Oct 16 04:04:21.398 INFO O| Oct 16 04:04:21.398 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-10-16T04:04:22.916Z[ recovery-image] Oct 16 04:04:21.425 INFO O| Oct 16 04:04:21.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71072024-10-16T04:04:22.916Z[ recovery-image] Oct 16 04:04:21.426 INFO O| Oct 16 04:04:21.426 INFO STEP 973 (remove_files) COMPLETE
71082024-10-16T04:04:22.916Z[ recovery-image] Oct 16 04:04:21.426 INFO O| Oct 16 04:04:21.426 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-10-16T04:04:22.940Z[ recovery-image] Oct 16 04:04:21.449 INFO O| Oct 16 04:04:21.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71102024-10-16T04:04:22.942Z[ recovery-image] Oct 16 04:04:21.449 INFO O| Oct 16 04:04:21.449 INFO STEP 974 (remove_files) COMPLETE
71112024-10-16T04:04:22.942Z[ recovery-image] Oct 16 04:04:21.449 INFO O| Oct 16 04:04:21.449 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-10-16T04:04:22.964Z[ recovery-image] Oct 16 04:04:21.473 INFO O| Oct 16 04:04:21.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71132024-10-16T04:04:22.964Z[ recovery-image] Oct 16 04:04:21.473 INFO O| Oct 16 04:04:21.473 INFO STEP 975 (remove_files) COMPLETE
71142024-10-16T04:04:22.964Z[ recovery-image] Oct 16 04:04:21.473 INFO O| Oct 16 04:04:21.473 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-10-16T04:04:22.988Z[ recovery-image] Oct 16 04:04:21.497 INFO O| Oct 16 04:04:21.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71162024-10-16T04:04:22.988Z[ recovery-image] Oct 16 04:04:21.497 INFO O| Oct 16 04:04:21.497 INFO STEP 976 (remove_files) COMPLETE
71172024-10-16T04:04:22.988Z[ recovery-image] Oct 16 04:04:21.497 INFO O| Oct 16 04:04:21.497 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-10-16T04:04:23.010Z[ recovery-image] Oct 16 04:04:21.520 INFO O| Oct 16 04:04:21.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71192024-10-16T04:04:23.010Z[ recovery-image] Oct 16 04:04:21.520 INFO O| Oct 16 04:04:21.520 INFO STEP 977 (remove_files) COMPLETE
71202024-10-16T04:04:23.013Z[ recovery-image] Oct 16 04:04:21.520 INFO O| Oct 16 04:04:21.520 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-10-16T04:04:23.034Z[ recovery-image] Oct 16 04:04:21.543 INFO O| Oct 16 04:04:21.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71222024-10-16T04:04:23.036Z[ recovery-image] Oct 16 04:04:21.543 INFO O| Oct 16 04:04:21.543 INFO STEP 978 (remove_files) COMPLETE
71232024-10-16T04:04:23.036Z[ recovery-image] Oct 16 04:04:21.543 INFO O| Oct 16 04:04:21.543 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-10-16T04:04:23.068Z[ recovery-image] Oct 16 04:04:21.577 INFO O| Oct 16 04:04:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71252024-10-16T04:04:23.068Z[ recovery-image] Oct 16 04:04:21.577 INFO O| Oct 16 04:04:21.577 INFO STEP 979 (remove_files) COMPLETE
71262024-10-16T04:04:23.068Z[ recovery-image] Oct 16 04:04:21.577 INFO O| Oct 16 04:04:21.577 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-10-16T04:04:23.111Z[ recovery-image] Oct 16 04:04:21.620 INFO O| Oct 16 04:04:21.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71282024-10-16T04:04:23.113Z[ recovery-image] Oct 16 04:04:21.620 INFO O| Oct 16 04:04:21.620 INFO STEP 980 (remove_files) COMPLETE
71292024-10-16T04:04:23.113Z[ recovery-image] Oct 16 04:04:21.620 INFO O| Oct 16 04:04:21.620 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-10-16T04:04:23.138Z[ recovery-image] Oct 16 04:04:21.646 INFO O| Oct 16 04:04:21.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71312024-10-16T04:04:23.138Z[ recovery-image] Oct 16 04:04:21.646 INFO O| Oct 16 04:04:21.646 INFO STEP 981 (remove_files) COMPLETE
71322024-10-16T04:04:23.138Z[ recovery-image] Oct 16 04:04:21.646 INFO O| Oct 16 04:04:21.646 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-10-16T04:04:23.171Z[ recovery-image] Oct 16 04:04:21.680 INFO O| Oct 16 04:04:21.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71342024-10-16T04:04:23.171Z[ recovery-image] Oct 16 04:04:21.680 INFO O| Oct 16 04:04:21.680 INFO STEP 982 (remove_files) COMPLETE
71352024-10-16T04:04:23.175Z[ recovery-image] Oct 16 04:04:21.680 INFO O| Oct 16 04:04:21.680 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-10-16T04:04:23.216Z[ recovery-image] Oct 16 04:04:21.725 INFO O| Oct 16 04:04:21.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71372024-10-16T04:04:23.216Z[ recovery-image] Oct 16 04:04:21.725 INFO O| Oct 16 04:04:21.725 INFO STEP 983 (remove_files) COMPLETE
71382024-10-16T04:04:23.219Z[ recovery-image] Oct 16 04:04:21.725 INFO O| Oct 16 04:04:21.725 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-10-16T04:04:23.237Z[ recovery-image] Oct 16 04:04:21.746 INFO O| Oct 16 04:04:21.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71402024-10-16T04:04:23.237Z[ recovery-image] Oct 16 04:04:21.746 INFO O| Oct 16 04:04:21.746 INFO STEP 984 (remove_files) COMPLETE
71412024-10-16T04:04:23.237Z[ recovery-image] Oct 16 04:04:21.746 INFO O| Oct 16 04:04:21.746 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-10-16T04:04:23.288Z[ recovery-image] Oct 16 04:04:21.797 INFO O| Oct 16 04:04:21.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71432024-10-16T04:04:23.288Z[ recovery-image] Oct 16 04:04:21.797 INFO O| Oct 16 04:04:21.797 INFO STEP 985 (remove_files) COMPLETE
71442024-10-16T04:04:23.288Z[ recovery-image] Oct 16 04:04:21.797 INFO O| Oct 16 04:04:21.797 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-10-16T04:04:23.322Z[ recovery-image] Oct 16 04:04:21.832 INFO O| Oct 16 04:04:21.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71462024-10-16T04:04:23.325Z[ recovery-image] Oct 16 04:04:21.832 INFO O| Oct 16 04:04:21.832 INFO STEP 986 (remove_files) COMPLETE
71472024-10-16T04:04:23.325Z[ recovery-image] Oct 16 04:04:21.832 INFO O| Oct 16 04:04:21.832 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-10-16T04:04:23.346Z[ recovery-image] Oct 16 04:04:21.855 INFO O| Oct 16 04:04:21.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71492024-10-16T04:04:23.346Z[ recovery-image] Oct 16 04:04:21.855 INFO O| Oct 16 04:04:21.855 INFO STEP 987 (remove_files) COMPLETE
71502024-10-16T04:04:23.346Z[ recovery-image] Oct 16 04:04:21.855 INFO O| Oct 16 04:04:21.855 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-10-16T04:04:23.367Z[ recovery-image] Oct 16 04:04:21.876 INFO O| Oct 16 04:04:21.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71522024-10-16T04:04:23.367Z[ recovery-image] Oct 16 04:04:21.876 INFO O| Oct 16 04:04:21.876 INFO STEP 988 (remove_files) COMPLETE
71532024-10-16T04:04:23.369Z[ recovery-image] Oct 16 04:04:21.876 INFO O| Oct 16 04:04:21.876 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-10-16T04:04:23.389Z[ recovery-image] Oct 16 04:04:21.898 INFO O| Oct 16 04:04:21.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71552024-10-16T04:04:23.392Z[ recovery-image] Oct 16 04:04:21.898 INFO O| Oct 16 04:04:21.898 INFO STEP 989 (remove_files) COMPLETE
71562024-10-16T04:04:23.392Z[ recovery-image] Oct 16 04:04:21.899 INFO O| Oct 16 04:04:21.898 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-10-16T04:04:23.429Z[ recovery-image] Oct 16 04:04:21.938 INFO O| Oct 16 04:04:21.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71582024-10-16T04:04:23.429Z[ recovery-image] Oct 16 04:04:21.939 INFO O| Oct 16 04:04:21.938 INFO STEP 990 (remove_files) COMPLETE
71592024-10-16T04:04:23.429Z[ recovery-image] Oct 16 04:04:21.939 INFO O| Oct 16 04:04:21.938 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-10-16T04:04:23.454Z[ recovery-image] Oct 16 04:04:21.963 INFO O| Oct 16 04:04:21.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71612024-10-16T04:04:23.454Z[ recovery-image] Oct 16 04:04:21.964 INFO O| Oct 16 04:04:21.964 INFO STEP 991 (remove_files) COMPLETE
71622024-10-16T04:04:23.457Z[ recovery-image] Oct 16 04:04:21.964 INFO O| Oct 16 04:04:21.964 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-10-16T04:04:23.479Z[ recovery-image] Oct 16 04:04:21.988 INFO O| Oct 16 04:04:21.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71642024-10-16T04:04:23.479Z[ recovery-image] Oct 16 04:04:21.988 INFO O| Oct 16 04:04:21.988 INFO STEP 992 (remove_files) COMPLETE
71652024-10-16T04:04:23.482Z[ recovery-image] Oct 16 04:04:21.988 INFO O| Oct 16 04:04:21.988 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-10-16T04:04:23.500Z[ recovery-image] Oct 16 04:04:22.010 INFO O| Oct 16 04:04:22.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71672024-10-16T04:04:23.500Z[ recovery-image] Oct 16 04:04:22.010 INFO O| Oct 16 04:04:22.010 INFO STEP 993 (remove_files) COMPLETE
71682024-10-16T04:04:23.500Z[ recovery-image] Oct 16 04:04:22.010 INFO O| Oct 16 04:04:22.010 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-10-16T04:04:23.532Z[ recovery-image] Oct 16 04:04:22.041 INFO O| Oct 16 04:04:22.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71702024-10-16T04:04:23.532Z[ recovery-image] Oct 16 04:04:22.041 INFO O| Oct 16 04:04:22.041 INFO STEP 994 (remove_files) COMPLETE
71712024-10-16T04:04:23.532Z[ recovery-image] Oct 16 04:04:22.041 INFO O| Oct 16 04:04:22.041 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-10-16T04:04:23.556Z[ recovery-image] Oct 16 04:04:22.065 INFO O| Oct 16 04:04:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71732024-10-16T04:04:23.556Z[ recovery-image] Oct 16 04:04:22.065 INFO O| Oct 16 04:04:22.065 INFO STEP 995 (remove_files) COMPLETE
71742024-10-16T04:04:23.559Z[ recovery-image] Oct 16 04:04:22.065 INFO O| Oct 16 04:04:22.065 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-10-16T04:04:23.582Z[ recovery-image] Oct 16 04:04:22.091 INFO O| Oct 16 04:04:22.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71762024-10-16T04:04:23.582Z[ recovery-image] Oct 16 04:04:22.092 INFO O| Oct 16 04:04:22.092 INFO STEP 996 (remove_files) COMPLETE
71772024-10-16T04:04:23.582Z[ recovery-image] Oct 16 04:04:22.092 INFO O| Oct 16 04:04:22.092 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-10-16T04:04:23.655Z[ recovery-image] Oct 16 04:04:22.164 INFO O| Oct 16 04:04:22.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71792024-10-16T04:04:23.658Z[ recovery-image] Oct 16 04:04:22.164 INFO O| Oct 16 04:04:22.164 INFO STEP 997 (remove_files) COMPLETE
71802024-10-16T04:04:23.658Z[ recovery-image] Oct 16 04:04:22.164 INFO O| Oct 16 04:04:22.164 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-10-16T04:04:23.682Z[ recovery-image] Oct 16 04:04:22.192 INFO O| Oct 16 04:04:22.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71822024-10-16T04:04:23.682Z[ recovery-image] Oct 16 04:04:22.192 INFO O| Oct 16 04:04:22.192 INFO STEP 998 (remove_files) COMPLETE
71832024-10-16T04:04:23.685Z[ recovery-image] Oct 16 04:04:22.192 INFO O| Oct 16 04:04:22.192 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-10-16T04:04:23.816Z[ recovery-image] Oct 16 04:04:22.325 INFO O| Oct 16 04:04:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71852024-10-16T04:04:23.819Z[ recovery-image] Oct 16 04:04:22.325 INFO O| Oct 16 04:04:22.325 INFO STEP 999 (remove_files) COMPLETE
71862024-10-16T04:04:23.819Z[ recovery-image] Oct 16 04:04:22.325 INFO O| Oct 16 04:04:22.325 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-10-16T04:04:23.859Z[ recovery-image] Oct 16 04:04:22.368 INFO O| Oct 16 04:04:22.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71882024-10-16T04:04:23.861Z[ recovery-image] Oct 16 04:04:22.368 INFO O| Oct 16 04:04:22.368 INFO STEP 1000 (remove_files) COMPLETE
71892024-10-16T04:04:23.861Z[ recovery-image] Oct 16 04:04:22.368 INFO O| Oct 16 04:04:22.368 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-10-16T04:04:23.880Z[ recovery-image] Oct 16 04:04:22.389 INFO O| Oct 16 04:04:22.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71912024-10-16T04:04:23.883Z[ recovery-image] Oct 16 04:04:22.389 INFO O| Oct 16 04:04:22.389 INFO STEP 1001 (remove_files) COMPLETE
71922024-10-16T04:04:23.883Z[ recovery-image] Oct 16 04:04:22.389 INFO O| Oct 16 04:04:22.389 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-10-16T04:04:23.901Z[ recovery-image] Oct 16 04:04:22.410 INFO O| Oct 16 04:04:22.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71942024-10-16T04:04:23.903Z[ recovery-image] Oct 16 04:04:22.410 INFO O| Oct 16 04:04:22.410 INFO STEP 1002 (remove_files) COMPLETE
71952024-10-16T04:04:23.904Z[ recovery-image] Oct 16 04:04:22.411 INFO O| Oct 16 04:04:22.410 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-10-16T04:04:23.921Z[ recovery-image] Oct 16 04:04:22.431 INFO O| Oct 16 04:04:22.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71972024-10-16T04:04:23.931Z[ recovery-image] Oct 16 04:04:22.441 INFO O| Oct 16 04:04:22.441 INFO STEP 1003 (remove_files) COMPLETE
71982024-10-16T04:04:23.932Z[ recovery-image] Oct 16 04:04:22.441 INFO O| Oct 16 04:04:22.441 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-10-16T04:04:23.954Z[ recovery-image] Oct 16 04:04:22.463 INFO O| Oct 16 04:04:22.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72002024-10-16T04:04:23.957Z[ recovery-image] Oct 16 04:04:22.464 INFO O| Oct 16 04:04:22.463 INFO STEP 1004 (remove_files) COMPLETE
72012024-10-16T04:04:23.957Z[ recovery-image] Oct 16 04:04:22.464 INFO O| Oct 16 04:04:22.464 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-10-16T04:04:23.975Z[ recovery-image] Oct 16 04:04:22.485 INFO O| Oct 16 04:04:22.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72032024-10-16T04:04:23.978Z[ recovery-image] Oct 16 04:04:22.485 INFO O| Oct 16 04:04:22.485 INFO STEP 1005 (remove_files) COMPLETE
72042024-10-16T04:04:23.978Z[ recovery-image] Oct 16 04:04:22.485 INFO O| Oct 16 04:04:22.485 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-10-16T04:04:23.998Z[ recovery-image] Oct 16 04:04:22.507 INFO O| Oct 16 04:04:22.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72062024-10-16T04:04:24.001Z[ recovery-image] Oct 16 04:04:22.507 INFO O| Oct 16 04:04:22.507 INFO STEP 1006 (remove_files) COMPLETE
72072024-10-16T04:04:24.001Z[ recovery-image] Oct 16 04:04:22.507 INFO O| Oct 16 04:04:22.507 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-10-16T04:04:24.022Z[ recovery-image] Oct 16 04:04:22.531 INFO O| Oct 16 04:04:22.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72092024-10-16T04:04:24.024Z[ recovery-image] Oct 16 04:04:22.531 INFO O| Oct 16 04:04:22.531 INFO STEP 1007 (remove_files) COMPLETE
72102024-10-16T04:04:24.024Z[ recovery-image] Oct 16 04:04:22.531 INFO O| Oct 16 04:04:22.531 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-10-16T04:04:24.047Z[ recovery-image] Oct 16 04:04:22.556 INFO O| Oct 16 04:04:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72122024-10-16T04:04:24.050Z[ recovery-image] Oct 16 04:04:22.557 INFO O| Oct 16 04:04:22.557 INFO STEP 1008 (remove_files) COMPLETE
72132024-10-16T04:04:24.050Z[ recovery-image] Oct 16 04:04:22.557 INFO O| Oct 16 04:04:22.557 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-10-16T04:04:24.095Z[ recovery-image] Oct 16 04:04:22.604 INFO O| Oct 16 04:04:22.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72152024-10-16T04:04:24.098Z[ recovery-image] Oct 16 04:04:22.605 INFO O| Oct 16 04:04:22.605 INFO STEP 1009 (remove_files) COMPLETE
72162024-10-16T04:04:24.098Z[ recovery-image] Oct 16 04:04:22.605 INFO O| Oct 16 04:04:22.605 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-10-16T04:04:24.133Z[ recovery-image] Oct 16 04:04:22.642 INFO O| Oct 16 04:04:22.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72182024-10-16T04:04:24.133Z[ recovery-image] Oct 16 04:04:22.642 INFO O| Oct 16 04:04:22.642 INFO STEP 1010 (remove_files) COMPLETE
72192024-10-16T04:04:24.133Z[ recovery-image] Oct 16 04:04:22.642 INFO O| Oct 16 04:04:22.642 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-10-16T04:04:24.155Z[ recovery-image] Oct 16 04:04:22.663 INFO O| Oct 16 04:04:22.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72212024-10-16T04:04:24.158Z[ recovery-image] Oct 16 04:04:22.663 INFO O| Oct 16 04:04:22.663 INFO STEP 1011 (remove_files) COMPLETE
72222024-10-16T04:04:24.158Z[ recovery-image] Oct 16 04:04:22.663 INFO O| Oct 16 04:04:22.663 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-10-16T04:04:24.175Z[ recovery-image] Oct 16 04:04:22.684 INFO O| Oct 16 04:04:22.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72242024-10-16T04:04:24.178Z[ recovery-image] Oct 16 04:04:22.685 INFO O| Oct 16 04:04:22.684 INFO STEP 1012 (remove_files) COMPLETE
72252024-10-16T04:04:24.178Z[ recovery-image] Oct 16 04:04:22.685 INFO O| Oct 16 04:04:22.685 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-10-16T04:04:24.202Z[ recovery-image] Oct 16 04:04:22.711 INFO O| Oct 16 04:04:22.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72272024-10-16T04:04:24.202Z[ recovery-image] Oct 16 04:04:22.711 INFO O| Oct 16 04:04:22.711 INFO STEP 1013 (remove_files) COMPLETE
72282024-10-16T04:04:24.202Z[ recovery-image] Oct 16 04:04:22.711 INFO O| Oct 16 04:04:22.711 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-10-16T04:04:24.242Z[ recovery-image] Oct 16 04:04:22.751 INFO O| Oct 16 04:04:22.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72302024-10-16T04:04:24.242Z[ recovery-image] Oct 16 04:04:22.752 INFO O| Oct 16 04:04:22.752 INFO STEP 1014 (remove_files) COMPLETE
72312024-10-16T04:04:24.246Z[ recovery-image] Oct 16 04:04:22.752 INFO O| Oct 16 04:04:22.752 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-10-16T04:04:24.262Z[ recovery-image] Oct 16 04:04:22.772 INFO O| Oct 16 04:04:22.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72332024-10-16T04:04:24.262Z[ recovery-image] Oct 16 04:04:22.772 INFO O| Oct 16 04:04:22.772 INFO STEP 1015 (remove_files) COMPLETE
72342024-10-16T04:04:24.262Z[ recovery-image] Oct 16 04:04:22.772 INFO O| Oct 16 04:04:22.772 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-10-16T04:04:24.305Z[ recovery-image] Oct 16 04:04:22.814 INFO O| Oct 16 04:04:22.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72362024-10-16T04:04:24.305Z[ recovery-image] Oct 16 04:04:22.814 INFO O| Oct 16 04:04:22.814 INFO STEP 1016 (remove_files) COMPLETE
72372024-10-16T04:04:24.305Z[ recovery-image] Oct 16 04:04:22.814 INFO O| Oct 16 04:04:22.814 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-10-16T04:04:24.329Z[ recovery-image] Oct 16 04:04:22.838 INFO O| Oct 16 04:04:22.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72392024-10-16T04:04:24.330Z[ recovery-image] Oct 16 04:04:22.838 INFO O| Oct 16 04:04:22.838 INFO STEP 1017 (remove_files) COMPLETE
72402024-10-16T04:04:24.333Z[ recovery-image] Oct 16 04:04:22.838 INFO O| Oct 16 04:04:22.838 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-10-16T04:04:24.376Z[ recovery-image] Oct 16 04:04:22.886 INFO O| Oct 16 04:04:22.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72422024-10-16T04:04:24.377Z[ recovery-image] Oct 16 04:04:22.886 INFO O| Oct 16 04:04:22.886 INFO STEP 1018 (remove_files) COMPLETE
72432024-10-16T04:04:24.379Z[ recovery-image] Oct 16 04:04:22.886 INFO O| Oct 16 04:04:22.886 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-10-16T04:04:24.415Z[ recovery-image] Oct 16 04:04:22.924 INFO O| Oct 16 04:04:22.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72452024-10-16T04:04:24.415Z[ recovery-image] Oct 16 04:04:22.924 INFO O| Oct 16 04:04:22.924 INFO STEP 1019 (remove_files) COMPLETE
72462024-10-16T04:04:24.415Z[ recovery-image] Oct 16 04:04:22.924 INFO O| Oct 16 04:04:22.924 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-10-16T04:04:24.435Z[ recovery-image] Oct 16 04:04:22.944 INFO O| Oct 16 04:04:22.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72482024-10-16T04:04:24.438Z[ recovery-image] Oct 16 04:04:22.944 INFO O| Oct 16 04:04:22.944 INFO STEP 1020 (remove_files) COMPLETE
72492024-10-16T04:04:24.438Z[ recovery-image] Oct 16 04:04:22.944 INFO O| Oct 16 04:04:22.944 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-10-16T04:04:24.455Z[ recovery-image] Oct 16 04:04:22.964 INFO O| Oct 16 04:04:22.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72512024-10-16T04:04:24.455Z[ recovery-image] Oct 16 04:04:22.964 INFO O| Oct 16 04:04:22.964 INFO STEP 1021 (remove_files) COMPLETE
72522024-10-16T04:04:24.455Z[ recovery-image] Oct 16 04:04:22.964 INFO O| Oct 16 04:04:22.964 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-10-16T04:04:25.219Z[ recovery-image] Oct 16 04:04:23.728 INFO O| Oct 16 04:04:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72542024-10-16T04:04:25.219Z[ recovery-image] Oct 16 04:04:23.728 INFO O| Oct 16 04:04:23.728 INFO STEP 1022 (remove_files) COMPLETE
72552024-10-16T04:04:25.221Z[ recovery-image] Oct 16 04:04:23.728 INFO O| Oct 16 04:04:23.728 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-10-16T04:04:25.249Z[ recovery-image] Oct 16 04:04:23.758 INFO O| Oct 16 04:04:23.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72572024-10-16T04:04:25.252Z[ recovery-image] Oct 16 04:04:23.758 INFO O| Oct 16 04:04:23.758 INFO STEP 1023 (remove_files) COMPLETE
72582024-10-16T04:04:25.253Z[ recovery-image] Oct 16 04:04:23.758 INFO O| Oct 16 04:04:23.758 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-10-16T04:04:25.281Z[ recovery-image] Oct 16 04:04:23.790 INFO O| Oct 16 04:04:23.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72602024-10-16T04:04:25.281Z[ recovery-image] Oct 16 04:04:23.790 INFO O| Oct 16 04:04:23.790 INFO STEP 1024 (remove_files) COMPLETE
72612024-10-16T04:04:25.281Z[ recovery-image] Oct 16 04:04:23.790 INFO O| Oct 16 04:04:23.790 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-10-16T04:04:25.331Z[ recovery-image] Oct 16 04:04:23.840 INFO O| Oct 16 04:04:23.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72632024-10-16T04:04:25.331Z[ recovery-image] Oct 16 04:04:23.840 INFO O| Oct 16 04:04:23.840 INFO STEP 1025 (remove_files) COMPLETE
72642024-10-16T04:04:25.333Z[ recovery-image] Oct 16 04:04:23.840 INFO O| Oct 16 04:04:23.840 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-10-16T04:04:25.356Z[ recovery-image] Oct 16 04:04:23.864 INFO O| Oct 16 04:04:23.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72662024-10-16T04:04:25.357Z[ recovery-image] Oct 16 04:04:23.864 INFO O| Oct 16 04:04:23.864 INFO STEP 1026 (remove_files) COMPLETE
72672024-10-16T04:04:25.357Z[ recovery-image] Oct 16 04:04:23.864 INFO O| Oct 16 04:04:23.864 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-10-16T04:04:25.379Z[ recovery-image] Oct 16 04:04:23.888 INFO O| Oct 16 04:04:23.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72692024-10-16T04:04:25.379Z[ recovery-image] Oct 16 04:04:23.888 INFO O| Oct 16 04:04:23.888 INFO STEP 1027 (remove_files) COMPLETE
72702024-10-16T04:04:25.382Z[ recovery-image] Oct 16 04:04:23.889 INFO O| Oct 16 04:04:23.888 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-10-16T04:04:25.441Z[ recovery-image] Oct 16 04:04:23.950 INFO O| Oct 16 04:04:23.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72722024-10-16T04:04:25.441Z[ recovery-image] Oct 16 04:04:23.950 INFO O| Oct 16 04:04:23.950 INFO STEP 1028 (remove_files) COMPLETE
72732024-10-16T04:04:25.445Z[ recovery-image] Oct 16 04:04:23.950 INFO O| Oct 16 04:04:23.950 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-10-16T04:04:25.464Z[ recovery-image] Oct 16 04:04:23.973 INFO O| Oct 16 04:04:23.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72752024-10-16T04:04:25.464Z[ recovery-image] Oct 16 04:04:23.973 INFO O| Oct 16 04:04:23.972 INFO STEP 1029 (remove_files) COMPLETE
72762024-10-16T04:04:25.464Z[ recovery-image] Oct 16 04:04:23.973 INFO O| Oct 16 04:04:23.972 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-10-16T04:04:25.509Z[ recovery-image] Oct 16 04:04:24.018 INFO O| Oct 16 04:04:24.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72782024-10-16T04:04:25.512Z[ recovery-image] Oct 16 04:04:24.018 INFO O| Oct 16 04:04:24.018 INFO STEP 1030 (remove_files) COMPLETE
72792024-10-16T04:04:25.512Z[ recovery-image] Oct 16 04:04:24.019 INFO O| Oct 16 04:04:24.019 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-10-16T04:04:25.543Z[ recovery-image] Oct 16 04:04:24.042 INFO O| Oct 16 04:04:24.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72812024-10-16T04:04:25.543Z[ recovery-image] Oct 16 04:04:24.042 INFO O| Oct 16 04:04:24.042 INFO STEP 1031 (remove_files) COMPLETE
72822024-10-16T04:04:25.546Z[ recovery-image] Oct 16 04:04:24.043 INFO O| Oct 16 04:04:24.042 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-10-16T04:04:25.717Z[ recovery-image] Oct 16 04:04:24.215 INFO O| Oct 16 04:04:24.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72842024-10-16T04:04:25.717Z[ recovery-image] Oct 16 04:04:24.216 INFO O| Oct 16 04:04:24.216 INFO STEP 1032 (remove_files) COMPLETE
72852024-10-16T04:04:25.717Z[ recovery-image] Oct 16 04:04:24.216 INFO O| Oct 16 04:04:24.216 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-10-16T04:04:25.730Z[ recovery-image] Oct 16 04:04:24.239 INFO O| Oct 16 04:04:24.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72872024-10-16T04:04:25.732Z[ recovery-image] Oct 16 04:04:24.239 INFO O| Oct 16 04:04:24.239 INFO STEP 1033 (remove_files) COMPLETE
72882024-10-16T04:04:25.732Z[ recovery-image] Oct 16 04:04:24.239 INFO O| Oct 16 04:04:24.239 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-10-16T04:04:25.751Z[ recovery-image] Oct 16 04:04:24.260 INFO O| Oct 16 04:04:24.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72902024-10-16T04:04:25.754Z[ recovery-image] Oct 16 04:04:24.264 INFO O| Oct 16 04:04:24.264 INFO STEP 1034 (remove_files) COMPLETE
72912024-10-16T04:04:25.754Z[ recovery-image] Oct 16 04:04:24.264 INFO O| Oct 16 04:04:24.264 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-10-16T04:04:25.791Z[ recovery-image] Oct 16 04:04:24.300 INFO O| Oct 16 04:04:24.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72932024-10-16T04:04:25.791Z[ recovery-image] Oct 16 04:04:24.300 INFO O| Oct 16 04:04:24.285 INFO STEP 1035 (remove_files) COMPLETE
72942024-10-16T04:04:25.793Z[ recovery-image] Oct 16 04:04:24.300 INFO O| Oct 16 04:04:24.285 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-10-16T04:04:25.807Z[ recovery-image] Oct 16 04:04:24.316 INFO O| Oct 16 04:04:24.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72962024-10-16T04:04:25.807Z[ recovery-image] Oct 16 04:04:24.316 INFO O| Oct 16 04:04:24.316 INFO STEP 1036 (remove_files) COMPLETE
72972024-10-16T04:04:25.807Z[ recovery-image] Oct 16 04:04:24.316 INFO O| Oct 16 04:04:24.316 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-10-16T04:04:25.817Z[ host-image] Oct 16 04:04:24.326 INFO O| Oct 16 04:04:24.326 INFO O| Done
72992024-10-16T04:04:25.841Z[ recovery-image] Oct 16 04:04:24.340 INFO O| Oct 16 04:04:24.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73002024-10-16T04:04:25.841Z[ recovery-image] Oct 16 04:04:24.340 INFO O| Oct 16 04:04:24.340 INFO STEP 1037 (remove_files) COMPLETE
73012024-10-16T04:04:25.844Z[ recovery-image] Oct 16 04:04:24.340 INFO O| Oct 16 04:04:24.340 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-16T04:04:25.856Z[ recovery-image] Oct 16 04:04:24.362 INFO O| Oct 16 04:04:24.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73032024-10-16T04:04:25.856Z[ recovery-image] Oct 16 04:04:24.362 INFO O| Oct 16 04:04:24.362 INFO STEP 1038 (remove_files) COMPLETE
73042024-10-16T04:04:25.856Z[ recovery-image] Oct 16 04:04:24.362 INFO O| Oct 16 04:04:24.362 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-16T04:04:25.863Z[ host-image] Oct 16 04:04:24.371 INFO O| Oct 16 04:04:24.371 INFO O| Done
73062024-10-16T04:04:25.863Z[ host-image] Oct 16 04:04:24.371 INFO O| Oct 16 04:04:24.371 INFO O| Done
73072024-10-16T04:04:25.873Z[ recovery-image] Oct 16 04:04:24.382 INFO O| Oct 16 04:04:24.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73082024-10-16T04:04:25.873Z[ recovery-image] Oct 16 04:04:24.382 INFO O| Oct 16 04:04:24.382 INFO STEP 1039 (remove_files) COMPLETE
73092024-10-16T04:04:25.876Z[ recovery-image] Oct 16 04:04:24.382 INFO O| Oct 16 04:04:24.382 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-16T04:04:25.881Z[ host-image] Oct 16 04:04:24.390 INFO O| Oct 16 04:04:24.390 INFO O| Done
73112024-10-16T04:04:25.893Z[ recovery-image] Oct 16 04:04:24.402 INFO O| Oct 16 04:04:24.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73122024-10-16T04:04:25.893Z[ recovery-image] Oct 16 04:04:24.402 INFO O| Oct 16 04:04:24.402 INFO STEP 1040 (remove_files) COMPLETE
73132024-10-16T04:04:25.893Z[ recovery-image] Oct 16 04:04:24.402 INFO O| Oct 16 04:04:24.402 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-16T04:04:25.913Z[ recovery-image] Oct 16 04:04:24.422 INFO O| Oct 16 04:04:24.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73152024-10-16T04:04:25.913Z[ recovery-image] Oct 16 04:04:24.422 INFO O| Oct 16 04:04:24.422 INFO STEP 1041 (remove_files) COMPLETE
73162024-10-16T04:04:25.913Z[ recovery-image] Oct 16 04:04:24.422 INFO O| Oct 16 04:04:24.422 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-16T04:04:25.934Z[ recovery-image] Oct 16 04:04:24.442 INFO O| Oct 16 04:04:24.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73182024-10-16T04:04:25.934Z[ recovery-image] Oct 16 04:04:24.442 INFO O| Oct 16 04:04:24.442 INFO STEP 1042 (remove_files) COMPLETE
73192024-10-16T04:04:25.936Z[ recovery-image] Oct 16 04:04:24.442 INFO O| Oct 16 04:04:24.442 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-16T04:04:25.967Z[ recovery-image] Oct 16 04:04:24.476 INFO O| Oct 16 04:04:24.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73212024-10-16T04:04:25.967Z[ recovery-image] Oct 16 04:04:24.476 INFO O| Oct 16 04:04:24.476 INFO STEP 1043 (remove_files) COMPLETE
73222024-10-16T04:04:25.967Z[ recovery-image] Oct 16 04:04:24.476 INFO O| Oct 16 04:04:24.476 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-16T04:04:25.993Z[ recovery-image] Oct 16 04:04:24.500 INFO O| Oct 16 04:04:24.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73242024-10-16T04:04:25.993Z[ recovery-image] Oct 16 04:04:24.500 INFO O| Oct 16 04:04:24.500 INFO STEP 1044 (remove_files) COMPLETE
73252024-10-16T04:04:25.993Z[ recovery-image] Oct 16 04:04:24.500 INFO O| Oct 16 04:04:24.500 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-16T04:04:26.028Z[ recovery-image] Oct 16 04:04:24.537 INFO O| Oct 16 04:04:24.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73272024-10-16T04:04:26.028Z[ recovery-image] Oct 16 04:04:24.537 INFO O| Oct 16 04:04:24.537 INFO STEP 1045 (remove_files) COMPLETE
73282024-10-16T04:04:26.031Z[ recovery-image] Oct 16 04:04:24.537 INFO O| Oct 16 04:04:24.537 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-16T04:04:26.053Z[ recovery-image] Oct 16 04:04:24.562 INFO O| Oct 16 04:04:24.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73302024-10-16T04:04:26.053Z[ recovery-image] Oct 16 04:04:24.562 INFO O| Oct 16 04:04:24.562 INFO STEP 1046 (remove_files) COMPLETE
73312024-10-16T04:04:26.055Z[ recovery-image] Oct 16 04:04:24.562 INFO O| Oct 16 04:04:24.562 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-16T04:04:26.098Z[ recovery-image] Oct 16 04:04:24.607 INFO O| Oct 16 04:04:24.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73332024-10-16T04:04:26.100Z[ recovery-image] Oct 16 04:04:24.607 INFO O| Oct 16 04:04:24.607 INFO STEP 1047 (remove_files) COMPLETE
73342024-10-16T04:04:26.100Z[ recovery-image] Oct 16 04:04:24.607 INFO O| Oct 16 04:04:24.607 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.609 INFO O| Oct 16 04:04:24.609 INFO STEP 14 (pkg_install) COMPLETE
73362024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.609 INFO O| Oct 16 04:04:24.609 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73372024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.609 INFO O| Oct 16 04:04:24.609 INFO skip step because feature "mfg" is not enabled
73382024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.609 INFO O| Oct 16 04:04:24.609 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73392024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.610 INFO O| Oct 16 04:04:24.609 INFO skip step because feature "compliance" is not enabled
73402024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.610 INFO O| Oct 16 04:04:24.609 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73412024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.610 INFO O| Oct 16 04:04:24.609 INFO skip step because feature "stress" is not enabled
73422024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.610 INFO O| Oct 16 04:04:24.609 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73432024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.610 INFO O| Oct 16 04:04:24.610 INFO skip step because feature "nfs" is not enabled
73442024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.610 INFO O| Oct 16 04:04:24.610 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
73452024-10-16T04:04:26.103Z[ host-image] Oct 16 04:04:24.610 INFO O| Oct 16 04:04:24.610 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
73462024-10-16T04:04:26.205Z[ recovery-image] Oct 16 04:04:24.714 INFO O| Oct 16 04:04:24.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73472024-10-16T04:04:26.205Z[ recovery-image] Oct 16 04:04:24.714 INFO O| Oct 16 04:04:24.714 INFO STEP 1048 (remove_files) COMPLETE
73482024-10-16T04:04:26.208Z[ recovery-image] Oct 16 04:04:24.714 INFO O| Oct 16 04:04:24.714 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-16T04:04:26.230Z[ recovery-image] Oct 16 04:04:24.739 INFO O| Oct 16 04:04:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73502024-10-16T04:04:26.230Z[ recovery-image] Oct 16 04:04:24.739 INFO O| Oct 16 04:04:24.739 INFO STEP 1049 (remove_files) COMPLETE
73512024-10-16T04:04:26.232Z[ recovery-image] Oct 16 04:04:24.739 INFO O| Oct 16 04:04:24.739 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-16T04:04:26.270Z[ recovery-image] Oct 16 04:04:24.779 INFO O| Oct 16 04:04:24.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73532024-10-16T04:04:26.270Z[ recovery-image] Oct 16 04:04:24.779 INFO O| Oct 16 04:04:24.779 INFO STEP 1050 (remove_files) COMPLETE
73542024-10-16T04:04:26.270Z[ recovery-image] Oct 16 04:04:24.779 INFO O| Oct 16 04:04:24.779 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-16T04:04:26.306Z[ recovery-image] Oct 16 04:04:24.815 INFO O| Oct 16 04:04:24.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73562024-10-16T04:04:26.309Z[ recovery-image] Oct 16 04:04:24.815 INFO O| Oct 16 04:04:24.815 INFO STEP 1051 (remove_files) COMPLETE
73572024-10-16T04:04:26.309Z[ recovery-image] Oct 16 04:04:24.815 INFO O| Oct 16 04:04:24.815 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-16T04:04:26.445Z[ host-image] Oct 16 04:04:24.954 INFO O| Oct 16 04:04:24.953 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
73592024-10-16T04:04:26.534Z[ recovery-image] Oct 16 04:04:25.043 INFO O| Oct 16 04:04:25.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73602024-10-16T04:04:26.534Z[ recovery-image] Oct 16 04:04:25.043 INFO O| Oct 16 04:04:25.043 INFO STEP 1052 (remove_files) COMPLETE
73612024-10-16T04:04:26.537Z[ recovery-image] Oct 16 04:04:25.043 INFO O| Oct 16 04:04:25.043 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-16T04:04:26.573Z[ recovery-image] Oct 16 04:04:25.082 INFO O| Oct 16 04:04:25.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73632024-10-16T04:04:26.573Z[ recovery-image] Oct 16 04:04:25.082 INFO O| Oct 16 04:04:25.082 INFO STEP 1053 (remove_files) COMPLETE
73642024-10-16T04:04:26.576Z[ recovery-image] Oct 16 04:04:25.082 INFO O| Oct 16 04:04:25.082 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-16T04:04:26.622Z[ recovery-image] Oct 16 04:04:25.131 INFO O| Oct 16 04:04:25.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73662024-10-16T04:04:26.622Z[ recovery-image] Oct 16 04:04:25.131 INFO O| Oct 16 04:04:25.131 INFO STEP 1054 (remove_files) COMPLETE
73672024-10-16T04:04:26.624Z[ recovery-image] Oct 16 04:04:25.131 INFO O| Oct 16 04:04:25.131 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-16T04:04:26.645Z[ recovery-image] Oct 16 04:04:25.155 INFO O| Oct 16 04:04:25.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73692024-10-16T04:04:26.646Z[ recovery-image] Oct 16 04:04:25.155 INFO O| Oct 16 04:04:25.155 INFO STEP 1055 (remove_files) COMPLETE
73702024-10-16T04:04:26.648Z[ recovery-image] Oct 16 04:04:25.155 INFO O| Oct 16 04:04:25.155 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-16T04:04:26.652Z[ host-image] Oct 16 04:04:25.161 INFO O| Oct 16 04:04:25.161 INFO completed processing gimlet/ramdisk-01-os
73722024-10-16T04:04:26.657Z[ host-image] Oct 16 04:04:25.164 INFO omicron1 baseline generation...
73732024-10-16T04:04:26.657Z[ host-image] Oct 16 04:04:25.165 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
73742024-10-16T04:04:26.667Z[ recovery-image] Oct 16 04:04:25.176 INFO O| Oct 16 04:04:25.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73752024-10-16T04:04:26.670Z[ recovery-image] Oct 16 04:04:25.177 INFO O| Oct 16 04:04:25.177 INFO STEP 1056 (remove_files) COMPLETE
73762024-10-16T04:04:26.671Z[ recovery-image] Oct 16 04:04:25.177 INFO O| Oct 16 04:04:25.177 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-16T04:04:26.729Z[ recovery-image] Oct 16 04:04:25.237 INFO O| Oct 16 04:04:25.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73782024-10-16T04:04:26.729Z[ recovery-image] Oct 16 04:04:25.237 INFO O| Oct 16 04:04:25.237 INFO STEP 1057 (remove_files) COMPLETE
73792024-10-16T04:04:26.729Z[ recovery-image] Oct 16 04:04:25.237 INFO O| Oct 16 04:04:25.237 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-16T04:04:26.768Z[ recovery-image] Oct 16 04:04:25.277 INFO O| Oct 16 04:04:25.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73812024-10-16T04:04:26.768Z[ recovery-image] Oct 16 04:04:25.277 INFO O| Oct 16 04:04:25.277 INFO STEP 1058 (remove_files) COMPLETE
73822024-10-16T04:04:26.768Z[ recovery-image] Oct 16 04:04:25.277 INFO O| Oct 16 04:04:25.277 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-16T04:04:26.854Z[ recovery-image] Oct 16 04:04:25.363 INFO O| Oct 16 04:04:25.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73842024-10-16T04:04:26.854Z[ recovery-image] Oct 16 04:04:25.363 INFO O| Oct 16 04:04:25.363 INFO STEP 1059 (remove_files) COMPLETE
73852024-10-16T04:04:26.858Z[ recovery-image] Oct 16 04:04:25.364 INFO O| Oct 16 04:04:25.363 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-16T04:04:26.877Z[ recovery-image] Oct 16 04:04:25.386 INFO O| Oct 16 04:04:25.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73872024-10-16T04:04:26.879Z[ recovery-image] Oct 16 04:04:25.386 INFO O| Oct 16 04:04:25.386 INFO STEP 1060 (remove_files) COMPLETE
73882024-10-16T04:04:26.879Z[ recovery-image] Oct 16 04:04:25.386 INFO O| Oct 16 04:04:25.386 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-16T04:04:26.940Z[ recovery-image] Oct 16 04:04:25.447 INFO O| Oct 16 04:04:25.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73902024-10-16T04:04:26.940Z[ recovery-image] Oct 16 04:04:25.447 INFO O| Oct 16 04:04:25.447 INFO STEP 1061 (remove_files) COMPLETE
73912024-10-16T04:04:26.940Z[ recovery-image] Oct 16 04:04:25.447 INFO O| Oct 16 04:04:25.447 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-16T04:04:26.980Z[ recovery-image] Oct 16 04:04:25.489 INFO O| Oct 16 04:04:25.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73932024-10-16T04:04:26.985Z[ recovery-image] Oct 16 04:04:25.489 INFO O| Oct 16 04:04:25.489 INFO STEP 1062 (remove_files) COMPLETE
73942024-10-16T04:04:26.985Z[ recovery-image] Oct 16 04:04:25.489 INFO O| Oct 16 04:04:25.489 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-10-16T04:04:27.002Z[ recovery-image] Oct 16 04:04:25.511 INFO O| Oct 16 04:04:25.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73962024-10-16T04:04:27.005Z[ recovery-image] Oct 16 04:04:25.512 INFO O| Oct 16 04:04:25.512 INFO STEP 1063 (remove_files) COMPLETE
73972024-10-16T04:04:27.005Z[ recovery-image] Oct 16 04:04:25.512 INFO O| Oct 16 04:04:25.512 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-10-16T04:04:27.026Z[ recovery-image] Oct 16 04:04:25.535 INFO O| Oct 16 04:04:25.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73992024-10-16T04:04:27.027Z[ recovery-image] Oct 16 04:04:25.535 INFO O| Oct 16 04:04:25.535 INFO STEP 1064 (remove_files) COMPLETE
74002024-10-16T04:04:27.038Z[ recovery-image] Oct 16 04:04:25.536 INFO O| Oct 16 04:04:25.535 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-10-16T04:04:27.062Z[ recovery-image] Oct 16 04:04:25.571 INFO O| Oct 16 04:04:25.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
74022024-10-16T04:04:27.062Z[ recovery-image] Oct 16 04:04:25.572 INFO O| Oct 16 04:04:25.571 INFO STEP 1065 (remove_files) COMPLETE
74032024-10-16T04:04:27.063Z[ recovery-image] Oct 16 04:04:25.572 INFO O| Oct 16 04:04:25.572 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-10-16T04:04:27.089Z[ recovery-image] Oct 16 04:04:25.596 INFO O| Oct 16 04:04:25.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
74052024-10-16T04:04:27.089Z[ recovery-image] Oct 16 04:04:25.596 INFO O| Oct 16 04:04:25.596 INFO STEP 1066 (remove_files) COMPLETE
74062024-10-16T04:04:27.089Z[ recovery-image] Oct 16 04:04:25.596 INFO O| Oct 16 04:04:25.596 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-16T04:04:27.112Z[ recovery-image] Oct 16 04:04:25.621 INFO O| Oct 16 04:04:25.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74082024-10-16T04:04:27.112Z[ recovery-image] Oct 16 04:04:25.621 INFO O| Oct 16 04:04:25.621 INFO STEP 1067 (remove_files) COMPLETE
74092024-10-16T04:04:27.112Z[ recovery-image] Oct 16 04:04:25.621 INFO O| Oct 16 04:04:25.621 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-16T04:04:27.135Z[ recovery-image] Oct 16 04:04:25.644 INFO O| Oct 16 04:04:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
74112024-10-16T04:04:27.135Z[ recovery-image] Oct 16 04:04:25.644 INFO O| Oct 16 04:04:25.644 INFO STEP 1068 (remove_files) COMPLETE
74122024-10-16T04:04:27.135Z[ recovery-image] Oct 16 04:04:25.644 INFO O| Oct 16 04:04:25.644 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-16T04:04:27.181Z[ recovery-image] Oct 16 04:04:25.690 INFO O| Oct 16 04:04:25.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74142024-10-16T04:04:27.181Z[ recovery-image] Oct 16 04:04:25.690 INFO O| Oct 16 04:04:25.690 INFO STEP 1069 (remove_files) COMPLETE
74152024-10-16T04:04:27.184Z[ recovery-image] Oct 16 04:04:25.690 INFO O| Oct 16 04:04:25.690 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-16T04:04:27.221Z[ recovery-image] Oct 16 04:04:25.712 INFO O| Oct 16 04:04:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74172024-10-16T04:04:27.221Z[ recovery-image] Oct 16 04:04:25.712 INFO O| Oct 16 04:04:25.712 INFO STEP 1070 (remove_files) COMPLETE
74182024-10-16T04:04:27.221Z[ recovery-image] Oct 16 04:04:25.712 INFO O| Oct 16 04:04:25.712 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-16T04:04:27.233Z[ recovery-image] Oct 16 04:04:25.741 INFO O| Oct 16 04:04:25.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74202024-10-16T04:04:27.233Z[ recovery-image] Oct 16 04:04:25.741 INFO O| Oct 16 04:04:25.741 INFO STEP 1071 (remove_files) COMPLETE
74212024-10-16T04:04:27.233Z[ recovery-image] Oct 16 04:04:25.741 INFO O| Oct 16 04:04:25.741 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-16T04:04:27.333Z[ recovery-image] Oct 16 04:04:25.809 INFO O| Oct 16 04:04:25.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74232024-10-16T04:04:27.334Z[ recovery-image] Oct 16 04:04:25.809 INFO O| Oct 16 04:04:25.809 INFO STEP 1072 (remove_files) COMPLETE
74242024-10-16T04:04:27.336Z[ recovery-image] Oct 16 04:04:25.810 INFO O| Oct 16 04:04:25.809 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-16T04:04:27.347Z[ recovery-image] Oct 16 04:04:25.855 INFO O| Oct 16 04:04:25.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74262024-10-16T04:04:27.347Z[ recovery-image] Oct 16 04:04:25.855 INFO O| Oct 16 04:04:25.855 INFO STEP 1073 (remove_files) COMPLETE
74272024-10-16T04:04:27.347Z[ recovery-image] Oct 16 04:04:25.856 INFO O| Oct 16 04:04:25.855 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-16T04:04:27.390Z[ recovery-image] Oct 16 04:04:25.899 INFO O| Oct 16 04:04:25.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74292024-10-16T04:04:27.390Z[ recovery-image] Oct 16 04:04:25.899 INFO O| Oct 16 04:04:25.899 INFO STEP 1074 (remove_files) COMPLETE
74302024-10-16T04:04:27.393Z[ recovery-image] Oct 16 04:04:25.899 INFO O| Oct 16 04:04:25.899 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-10-16T04:04:27.417Z[ recovery-image] Oct 16 04:04:25.924 INFO O| Oct 16 04:04:25.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74322024-10-16T04:04:27.417Z[ recovery-image] Oct 16 04:04:25.924 INFO O| Oct 16 04:04:25.924 INFO STEP 1075 (remove_files) COMPLETE
74332024-10-16T04:04:27.417Z[ recovery-image] Oct 16 04:04:25.924 INFO O| Oct 16 04:04:25.924 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-16T04:04:27.442Z[ recovery-image] Oct 16 04:04:25.951 INFO O| Oct 16 04:04:25.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74352024-10-16T04:04:27.442Z[ recovery-image] Oct 16 04:04:25.951 INFO O| Oct 16 04:04:25.951 INFO STEP 1076 (remove_files) COMPLETE
74362024-10-16T04:04:27.442Z[ recovery-image] Oct 16 04:04:25.951 INFO O| Oct 16 04:04:25.951 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-16T04:04:27.453Z[ host-image] Oct 16 04:04:25.962 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22966:20241015T142317Z
74382024-10-16T04:04:27.463Z[ recovery-image] Oct 16 04:04:25.972 INFO O| Oct 16 04:04:25.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74392024-10-16T04:04:27.463Z[ recovery-image] Oct 16 04:04:25.972 INFO O| Oct 16 04:04:25.972 INFO STEP 1077 (remove_files) COMPLETE
74402024-10-16T04:04:27.466Z[ recovery-image] Oct 16 04:04:25.972 INFO O| Oct 16 04:04:25.972 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-10-16T04:04:27.483Z[ recovery-image] Oct 16 04:04:25.992 INFO O| Oct 16 04:04:25.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74422024-10-16T04:04:27.483Z[ recovery-image] Oct 16 04:04:25.992 INFO O| Oct 16 04:04:25.992 INFO STEP 1078 (remove_files) COMPLETE
74432024-10-16T04:04:27.486Z[ recovery-image] Oct 16 04:04:25.993 INFO O| Oct 16 04:04:25.992 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-10-16T04:04:27.523Z[ recovery-image] Oct 16 04:04:26.032 INFO O| Oct 16 04:04:26.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74452024-10-16T04:04:27.548Z[ recovery-image] Oct 16 04:04:26.056 INFO O| Oct 16 04:04:26.056 INFO STEP 1079 (remove_files) COMPLETE
74462024-10-16T04:04:27.548Z[ recovery-image] Oct 16 04:04:26.056 INFO O| Oct 16 04:04:26.056 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-16T04:04:27.586Z[ recovery-image] Oct 16 04:04:26.095 INFO O| Oct 16 04:04:26.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74482024-10-16T04:04:27.590Z[ recovery-image] Oct 16 04:04:26.095 INFO O| Oct 16 04:04:26.095 INFO STEP 1080 (remove_files) COMPLETE
74492024-10-16T04:04:27.590Z[ recovery-image] Oct 16 04:04:26.095 INFO O| Oct 16 04:04:26.095 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-10-16T04:04:27.618Z[ recovery-image] Oct 16 04:04:26.127 INFO O| Oct 16 04:04:26.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74512024-10-16T04:04:27.618Z[ recovery-image] Oct 16 04:04:26.127 INFO O| Oct 16 04:04:26.127 INFO STEP 1081 (remove_files) COMPLETE
74522024-10-16T04:04:27.619Z[ recovery-image] Oct 16 04:04:26.127 INFO O| Oct 16 04:04:26.127 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-10-16T04:04:27.650Z[ recovery-image] Oct 16 04:04:26.159 INFO O| Oct 16 04:04:26.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74542024-10-16T04:04:27.650Z[ recovery-image] Oct 16 04:04:26.159 INFO O| Oct 16 04:04:26.159 INFO STEP 1082 (remove_files) COMPLETE
74552024-10-16T04:04:27.650Z[ recovery-image] Oct 16 04:04:26.159 INFO O| Oct 16 04:04:26.159 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-10-16T04:04:27.690Z[ recovery-image] Oct 16 04:04:26.199 INFO O| Oct 16 04:04:26.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74572024-10-16T04:04:27.690Z[ recovery-image] Oct 16 04:04:26.199 INFO O| Oct 16 04:04:26.199 INFO STEP 1083 (remove_files) COMPLETE
74582024-10-16T04:04:27.691Z[ recovery-image] Oct 16 04:04:26.199 INFO O| Oct 16 04:04:26.199 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-10-16T04:04:27.709Z[ recovery-image] Oct 16 04:04:26.218 INFO O| Oct 16 04:04:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74602024-10-16T04:04:27.709Z[ recovery-image] Oct 16 04:04:26.218 INFO O| Oct 16 04:04:26.218 INFO STEP 1084 (remove_files) COMPLETE
74612024-10-16T04:04:27.709Z[ recovery-image] Oct 16 04:04:26.218 INFO O| Oct 16 04:04:26.218 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-10-16T04:04:27.793Z[ recovery-image] Oct 16 04:04:26.301 INFO O| Oct 16 04:04:26.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74632024-10-16T04:04:27.793Z[ recovery-image] Oct 16 04:04:26.301 INFO O| Oct 16 04:04:26.301 INFO STEP 1085 (remove_files) COMPLETE
74642024-10-16T04:04:27.793Z[ recovery-image] Oct 16 04:04:26.301 INFO O| Oct 16 04:04:26.301 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-16T04:04:27.900Z[ recovery-image] Oct 16 04:04:26.408 INFO O| Oct 16 04:04:26.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74662024-10-16T04:04:27.900Z[ recovery-image] Oct 16 04:04:26.408 INFO O| Oct 16 04:04:26.408 INFO STEP 1086 (remove_files) COMPLETE
74672024-10-16T04:04:27.900Z[ recovery-image] Oct 16 04:04:26.408 INFO O| Oct 16 04:04:26.408 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-16T04:04:27.935Z[ recovery-image] Oct 16 04:04:26.443 INFO O| Oct 16 04:04:26.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74692024-10-16T04:04:27.935Z[ recovery-image] Oct 16 04:04:26.444 INFO O| Oct 16 04:04:26.444 INFO STEP 1087 (remove_files) COMPLETE
74702024-10-16T04:04:27.935Z[ recovery-image] Oct 16 04:04:26.444 INFO O| Oct 16 04:04:26.444 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-16T04:04:27.957Z[ recovery-image] Oct 16 04:04:26.466 INFO O| Oct 16 04:04:26.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74722024-10-16T04:04:27.957Z[ recovery-image] Oct 16 04:04:26.466 INFO O| Oct 16 04:04:26.466 INFO STEP 1088 (remove_files) COMPLETE
74732024-10-16T04:04:27.960Z[ recovery-image] Oct 16 04:04:26.466 INFO O| Oct 16 04:04:26.466 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-16T04:04:27.977Z[ recovery-image] Oct 16 04:04:26.486 INFO O| Oct 16 04:04:26.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74752024-10-16T04:04:27.978Z[ recovery-image] Oct 16 04:04:26.487 INFO O| Oct 16 04:04:26.486 INFO STEP 1089 (remove_files) COMPLETE
74762024-10-16T04:04:27.980Z[ recovery-image] Oct 16 04:04:26.487 INFO O| Oct 16 04:04:26.487 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-16T04:04:28.015Z[ recovery-image] Oct 16 04:04:26.524 INFO O| Oct 16 04:04:26.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74782024-10-16T04:04:28.015Z[ recovery-image] Oct 16 04:04:26.524 INFO O| Oct 16 04:04:26.524 INFO STEP 1090 (remove_files) COMPLETE
74792024-10-16T04:04:28.015Z[ recovery-image] Oct 16 04:04:26.524 INFO O| Oct 16 04:04:26.524 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-16T04:04:28.059Z[ recovery-image] Oct 16 04:04:26.546 INFO O| Oct 16 04:04:26.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74812024-10-16T04:04:28.059Z[ recovery-image] Oct 16 04:04:26.546 INFO O| Oct 16 04:04:26.546 INFO STEP 1091 (remove_files) COMPLETE
74822024-10-16T04:04:28.059Z[ recovery-image] Oct 16 04:04:26.547 INFO O| Oct 16 04:04:26.546 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-16T04:04:28.062Z[ recovery-image] Oct 16 04:04:26.569 INFO O| Oct 16 04:04:26.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74842024-10-16T04:04:28.062Z[ recovery-image] Oct 16 04:04:26.569 INFO O| Oct 16 04:04:26.569 INFO STEP 1092 (remove_files) COMPLETE
74852024-10-16T04:04:28.062Z[ recovery-image] Oct 16 04:04:26.569 INFO O| Oct 16 04:04:26.569 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-10-16T04:04:28.083Z[ recovery-image] Oct 16 04:04:26.592 INFO O| Oct 16 04:04:26.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74872024-10-16T04:04:28.083Z[ recovery-image] Oct 16 04:04:26.592 INFO O| Oct 16 04:04:26.592 INFO STEP 1093 (remove_files) COMPLETE
74882024-10-16T04:04:28.083Z[ recovery-image] Oct 16 04:04:26.592 INFO O| Oct 16 04:04:26.592 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-10-16T04:04:28.112Z[ recovery-image] Oct 16 04:04:26.621 INFO O| Oct 16 04:04:26.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74902024-10-16T04:04:28.115Z[ recovery-image] Oct 16 04:04:26.622 INFO O| Oct 16 04:04:26.622 INFO STEP 1094 (remove_files) COMPLETE
74912024-10-16T04:04:28.115Z[ recovery-image] Oct 16 04:04:26.622 INFO O| Oct 16 04:04:26.622 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-10-16T04:04:28.139Z[ recovery-image] Oct 16 04:04:26.648 INFO O| Oct 16 04:04:26.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74932024-10-16T04:04:28.139Z[ recovery-image] Oct 16 04:04:26.648 INFO O| Oct 16 04:04:26.648 INFO STEP 1095 (remove_files) COMPLETE
74942024-10-16T04:04:28.142Z[ recovery-image] Oct 16 04:04:26.648 INFO O| Oct 16 04:04:26.648 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-10-16T04:04:28.185Z[ recovery-image] Oct 16 04:04:26.693 INFO O| Oct 16 04:04:26.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74962024-10-16T04:04:28.187Z[ recovery-image] Oct 16 04:04:26.694 INFO O| Oct 16 04:04:26.694 INFO STEP 1096 (remove_files) COMPLETE
74972024-10-16T04:04:28.187Z[ recovery-image] Oct 16 04:04:26.694 INFO O| Oct 16 04:04:26.694 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-10-16T04:04:28.207Z[ recovery-image] Oct 16 04:04:26.716 INFO O| Oct 16 04:04:26.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74992024-10-16T04:04:28.210Z[ recovery-image] Oct 16 04:04:26.716 INFO O| Oct 16 04:04:26.716 INFO STEP 1097 (remove_files) COMPLETE
75002024-10-16T04:04:28.210Z[ recovery-image] Oct 16 04:04:26.716 INFO O| Oct 16 04:04:26.716 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-10-16T04:04:28.228Z[ recovery-image] Oct 16 04:04:26.737 INFO O| Oct 16 04:04:26.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
75022024-10-16T04:04:28.228Z[ recovery-image] Oct 16 04:04:26.737 INFO O| Oct 16 04:04:26.737 INFO STEP 1098 (remove_files) COMPLETE
75032024-10-16T04:04:28.228Z[ recovery-image] Oct 16 04:04:26.737 INFO O| Oct 16 04:04:26.737 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-10-16T04:04:28.251Z[ recovery-image] Oct 16 04:04:26.760 INFO O| Oct 16 04:04:26.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
75052024-10-16T04:04:28.251Z[ recovery-image] Oct 16 04:04:26.760 INFO O| Oct 16 04:04:26.760 INFO STEP 1099 (remove_files) COMPLETE
75062024-10-16T04:04:28.254Z[ recovery-image] Oct 16 04:04:26.760 INFO O| Oct 16 04:04:26.760 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-10-16T04:04:28.284Z[ recovery-image] Oct 16 04:04:26.793 INFO O| Oct 16 04:04:26.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75082024-10-16T04:04:28.287Z[ recovery-image] Oct 16 04:04:26.794 INFO O| Oct 16 04:04:26.794 INFO STEP 1100 (remove_files) COMPLETE
75092024-10-16T04:04:28.287Z[ recovery-image] Oct 16 04:04:26.794 INFO O| Oct 16 04:04:26.794 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-10-16T04:04:28.308Z[ recovery-image] Oct 16 04:04:26.817 INFO O| Oct 16 04:04:26.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75112024-10-16T04:04:28.311Z[ recovery-image] Oct 16 04:04:26.817 INFO O| Oct 16 04:04:26.817 INFO STEP 1101 (remove_files) COMPLETE
75122024-10-16T04:04:28.311Z[ recovery-image] Oct 16 04:04:26.817 INFO O| Oct 16 04:04:26.817 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-10-16T04:04:28.331Z[ recovery-image] Oct 16 04:04:26.840 INFO O| Oct 16 04:04:26.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75142024-10-16T04:04:28.355Z[ recovery-image] Oct 16 04:04:26.864 INFO O| Oct 16 04:04:26.864 INFO STEP 1102 (remove_files) COMPLETE
75152024-10-16T04:04:28.355Z[ recovery-image] Oct 16 04:04:26.864 INFO O| Oct 16 04:04:26.864 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-10-16T04:04:28.411Z[ recovery-image] Oct 16 04:04:26.919 INFO O| Oct 16 04:04:26.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75172024-10-16T04:04:28.413Z[ recovery-image] Oct 16 04:04:26.920 INFO O| Oct 16 04:04:26.920 INFO STEP 1103 (remove_files) COMPLETE
75182024-10-16T04:04:28.413Z[ recovery-image] Oct 16 04:04:26.920 INFO O| Oct 16 04:04:26.920 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-10-16T04:04:28.432Z[ recovery-image] Oct 16 04:04:26.941 INFO O| Oct 16 04:04:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75202024-10-16T04:04:28.432Z[ recovery-image] Oct 16 04:04:26.941 INFO O| Oct 16 04:04:26.941 INFO STEP 1104 (remove_files) COMPLETE
75212024-10-16T04:04:28.435Z[ recovery-image] Oct 16 04:04:26.941 INFO O| Oct 16 04:04:26.941 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-10-16T04:04:28.470Z[ recovery-image] Oct 16 04:04:26.979 INFO O| Oct 16 04:04:26.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75232024-10-16T04:04:28.471Z[ recovery-image] Oct 16 04:04:26.979 INFO O| Oct 16 04:04:26.979 INFO STEP 1105 (remove_files) COMPLETE
75242024-10-16T04:04:28.474Z[ recovery-image] Oct 16 04:04:26.979 INFO O| Oct 16 04:04:26.979 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-10-16T04:04:28.491Z[ recovery-image] Oct 16 04:04:27.000 INFO O| Oct 16 04:04:27.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75262024-10-16T04:04:28.494Z[ recovery-image] Oct 16 04:04:27.000 INFO O| Oct 16 04:04:27.000 INFO STEP 1106 (remove_files) COMPLETE
75272024-10-16T04:04:28.494Z[ recovery-image] Oct 16 04:04:27.000 INFO O| Oct 16 04:04:27.000 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-10-16T04:04:28.543Z[ recovery-image] Oct 16 04:04:27.043 INFO O| Oct 16 04:04:27.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75292024-10-16T04:04:28.543Z[ recovery-image] Oct 16 04:04:27.043 INFO O| Oct 16 04:04:27.033 INFO STEP 1107 (remove_files) COMPLETE
75302024-10-16T04:04:28.543Z[ recovery-image] Oct 16 04:04:27.043 INFO O| Oct 16 04:04:27.033 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-10-16T04:04:28.545Z[ recovery-image] Oct 16 04:04:27.054 INFO O| Oct 16 04:04:27.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75322024-10-16T04:04:28.548Z[ recovery-image] Oct 16 04:04:27.055 INFO O| Oct 16 04:04:27.054 INFO STEP 1108 (remove_files) COMPLETE
75332024-10-16T04:04:28.548Z[ recovery-image] Oct 16 04:04:27.055 INFO O| Oct 16 04:04:27.055 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-16T04:04:28.566Z[ recovery-image] Oct 16 04:04:27.075 INFO O| Oct 16 04:04:27.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75352024-10-16T04:04:28.569Z[ recovery-image] Oct 16 04:04:27.075 INFO O| Oct 16 04:04:27.075 INFO STEP 1109 (remove_files) COMPLETE
75362024-10-16T04:04:28.569Z[ recovery-image] Oct 16 04:04:27.075 INFO O| Oct 16 04:04:27.075 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-16T04:04:28.589Z[ recovery-image] Oct 16 04:04:27.098 INFO O| Oct 16 04:04:27.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75382024-10-16T04:04:28.592Z[ recovery-image] Oct 16 04:04:27.098 INFO O| Oct 16 04:04:27.098 INFO STEP 1110 (remove_files) COMPLETE
75392024-10-16T04:04:28.592Z[ recovery-image] Oct 16 04:04:27.098 INFO O| Oct 16 04:04:27.098 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-16T04:04:28.613Z[ recovery-image] Oct 16 04:04:27.122 INFO O| Oct 16 04:04:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75412024-10-16T04:04:28.616Z[ recovery-image] Oct 16 04:04:27.122 INFO O| Oct 16 04:04:27.122 INFO STEP 1111 (remove_files) COMPLETE
75422024-10-16T04:04:28.616Z[ recovery-image] Oct 16 04:04:27.122 INFO O| Oct 16 04:04:27.122 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-16T04:04:28.636Z[ recovery-image] Oct 16 04:04:27.144 INFO O| Oct 16 04:04:27.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75442024-10-16T04:04:28.638Z[ recovery-image] Oct 16 04:04:27.145 INFO O| Oct 16 04:04:27.145 INFO STEP 1112 (remove_files) COMPLETE
75452024-10-16T04:04:28.638Z[ recovery-image] Oct 16 04:04:27.145 INFO O| Oct 16 04:04:27.145 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-16T04:04:28.664Z[ recovery-image] Oct 16 04:04:27.173 INFO O| Oct 16 04:04:27.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75472024-10-16T04:04:28.664Z[ recovery-image] Oct 16 04:04:27.173 INFO O| Oct 16 04:04:27.173 INFO STEP 1113 (remove_files) COMPLETE
75482024-10-16T04:04:28.664Z[ recovery-image] Oct 16 04:04:27.173 INFO O| Oct 16 04:04:27.173 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-16T04:04:28.687Z[ recovery-image] Oct 16 04:04:27.195 INFO O| Oct 16 04:04:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75502024-10-16T04:04:28.688Z[ recovery-image] Oct 16 04:04:27.196 INFO O| Oct 16 04:04:27.196 INFO STEP 1114 (remove_files) COMPLETE
75512024-10-16T04:04:28.688Z[ recovery-image] Oct 16 04:04:27.196 INFO O| Oct 16 04:04:27.196 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-16T04:04:28.727Z[ recovery-image] Oct 16 04:04:27.236 INFO O| Oct 16 04:04:27.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75532024-10-16T04:04:28.731Z[ recovery-image] Oct 16 04:04:27.236 INFO O| Oct 16 04:04:27.236 INFO STEP 1115 (remove_files) COMPLETE
75542024-10-16T04:04:28.731Z[ recovery-image] Oct 16 04:04:27.236 INFO O| Oct 16 04:04:27.236 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-16T04:04:28.794Z[ recovery-image] Oct 16 04:04:27.302 INFO O| Oct 16 04:04:27.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75562024-10-16T04:04:28.794Z[ recovery-image] Oct 16 04:04:27.302 INFO O| Oct 16 04:04:27.302 INFO STEP 1116 (remove_files) COMPLETE
75572024-10-16T04:04:28.794Z[ recovery-image] Oct 16 04:04:27.302 INFO O| Oct 16 04:04:27.302 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-16T04:04:28.814Z[ recovery-image] Oct 16 04:04:27.323 INFO O| Oct 16 04:04:27.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75592024-10-16T04:04:28.814Z[ recovery-image] Oct 16 04:04:27.323 INFO O| Oct 16 04:04:27.323 INFO STEP 1117 (remove_files) COMPLETE
75602024-10-16T04:04:28.814Z[ recovery-image] Oct 16 04:04:27.323 INFO O| Oct 16 04:04:27.323 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-16T04:04:28.835Z[ recovery-image] Oct 16 04:04:27.344 INFO O| Oct 16 04:04:27.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75622024-10-16T04:04:28.835Z[ recovery-image] Oct 16 04:04:27.344 INFO O| Oct 16 04:04:27.344 INFO STEP 1118 (remove_files) COMPLETE
75632024-10-16T04:04:28.835Z[ recovery-image] Oct 16 04:04:27.344 INFO O| Oct 16 04:04:27.344 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-16T04:04:28.861Z[ recovery-image] Oct 16 04:04:27.370 INFO O| Oct 16 04:04:27.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75652024-10-16T04:04:28.861Z[ recovery-image] Oct 16 04:04:27.370 INFO O| Oct 16 04:04:27.370 INFO STEP 1119 (remove_files) COMPLETE
75662024-10-16T04:04:28.864Z[ recovery-image] Oct 16 04:04:27.370 INFO O| Oct 16 04:04:27.370 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-16T04:04:28.896Z[ recovery-image] Oct 16 04:04:27.405 INFO O| Oct 16 04:04:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75682024-10-16T04:04:28.896Z[ recovery-image] Oct 16 04:04:27.405 INFO O| Oct 16 04:04:27.405 INFO STEP 1120 (remove_files) COMPLETE
75692024-10-16T04:04:28.896Z[ recovery-image] Oct 16 04:04:27.405 INFO O| Oct 16 04:04:27.405 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-16T04:04:28.917Z[ recovery-image] Oct 16 04:04:27.425 INFO O| Oct 16 04:04:27.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75712024-10-16T04:04:28.917Z[ recovery-image] Oct 16 04:04:27.425 INFO O| Oct 16 04:04:27.425 INFO STEP 1121 (remove_files) COMPLETE
75722024-10-16T04:04:28.917Z[ recovery-image] Oct 16 04:04:27.426 INFO O| Oct 16 04:04:27.425 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-16T04:04:28.950Z[ recovery-image] Oct 16 04:04:27.459 INFO O| Oct 16 04:04:27.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75742024-10-16T04:04:28.950Z[ recovery-image] Oct 16 04:04:27.459 INFO O| Oct 16 04:04:27.459 INFO STEP 1122 (remove_files) COMPLETE
75752024-10-16T04:04:28.953Z[ recovery-image] Oct 16 04:04:27.459 INFO O| Oct 16 04:04:27.459 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-16T04:04:28.970Z[ recovery-image] Oct 16 04:04:27.479 INFO O| Oct 16 04:04:27.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75772024-10-16T04:04:28.970Z[ recovery-image] Oct 16 04:04:27.479 INFO O| Oct 16 04:04:27.479 INFO STEP 1123 (remove_files) COMPLETE
75782024-10-16T04:04:28.970Z[ recovery-image] Oct 16 04:04:27.479 INFO O| Oct 16 04:04:27.479 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-16T04:04:29.007Z[ recovery-image] Oct 16 04:04:27.516 INFO O| Oct 16 04:04:27.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75802024-10-16T04:04:29.007Z[ recovery-image] Oct 16 04:04:27.516 INFO O| Oct 16 04:04:27.516 INFO STEP 1124 (remove_files) COMPLETE
75812024-10-16T04:04:29.007Z[ recovery-image] Oct 16 04:04:27.516 INFO O| Oct 16 04:04:27.516 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-16T04:04:29.048Z[ recovery-image] Oct 16 04:04:27.557 INFO O| Oct 16 04:04:27.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75832024-10-16T04:04:29.048Z[ recovery-image] Oct 16 04:04:27.557 INFO O| Oct 16 04:04:27.557 INFO STEP 1125 (remove_files) COMPLETE
75842024-10-16T04:04:29.048Z[ recovery-image] Oct 16 04:04:27.557 INFO O| Oct 16 04:04:27.557 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-16T04:04:29.120Z[ recovery-image] Oct 16 04:04:27.629 INFO O| Oct 16 04:04:27.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75862024-10-16T04:04:29.122Z[ recovery-image] Oct 16 04:04:27.629 INFO O| Oct 16 04:04:27.629 INFO STEP 1126 (remove_files) COMPLETE
75872024-10-16T04:04:29.122Z[ recovery-image] Oct 16 04:04:27.629 INFO O| Oct 16 04:04:27.629 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-16T04:04:29.143Z[ recovery-image] Oct 16 04:04:27.652 INFO O| Oct 16 04:04:27.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75892024-10-16T04:04:29.143Z[ recovery-image] Oct 16 04:04:27.652 INFO O| Oct 16 04:04:27.652 INFO STEP 1127 (remove_files) COMPLETE
75902024-10-16T04:04:29.143Z[ recovery-image] Oct 16 04:04:27.652 INFO O| Oct 16 04:04:27.652 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-16T04:04:29.197Z[ recovery-image] Oct 16 04:04:27.706 INFO O| Oct 16 04:04:27.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75922024-10-16T04:04:29.200Z[ recovery-image] Oct 16 04:04:27.706 INFO O| Oct 16 04:04:27.706 INFO STEP 1128 (remove_files) COMPLETE
75932024-10-16T04:04:29.200Z[ recovery-image] Oct 16 04:04:27.707 INFO O| Oct 16 04:04:27.707 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-16T04:04:29.219Z[ recovery-image] Oct 16 04:04:27.727 INFO O| Oct 16 04:04:27.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75952024-10-16T04:04:29.219Z[ recovery-image] Oct 16 04:04:27.728 INFO O| Oct 16 04:04:27.727 INFO STEP 1129 (remove_files) COMPLETE
75962024-10-16T04:04:29.223Z[ recovery-image] Oct 16 04:04:27.728 INFO O| Oct 16 04:04:27.727 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-16T04:04:29.251Z[ recovery-image] Oct 16 04:04:27.760 INFO O| Oct 16 04:04:27.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75982024-10-16T04:04:29.251Z[ recovery-image] Oct 16 04:04:27.760 INFO O| Oct 16 04:04:27.760 INFO STEP 1130 (remove_files) COMPLETE
75992024-10-16T04:04:29.251Z[ recovery-image] Oct 16 04:04:27.760 INFO O| Oct 16 04:04:27.760 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-16T04:04:29.274Z[ recovery-image] Oct 16 04:04:27.782 INFO O| Oct 16 04:04:27.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
76012024-10-16T04:04:29.274Z[ recovery-image] Oct 16 04:04:27.782 INFO O| Oct 16 04:04:27.782 INFO STEP 1131 (remove_files) COMPLETE
76022024-10-16T04:04:29.274Z[ recovery-image] Oct 16 04:04:27.782 INFO O| Oct 16 04:04:27.782 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-16T04:04:29.358Z[ recovery-image] Oct 16 04:04:27.867 INFO O| Oct 16 04:04:27.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
76042024-10-16T04:04:29.358Z[ recovery-image] Oct 16 04:04:27.867 INFO O| Oct 16 04:04:27.867 INFO STEP 1132 (remove_files) COMPLETE
76052024-10-16T04:04:29.358Z[ recovery-image] Oct 16 04:04:27.867 INFO O| Oct 16 04:04:27.867 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-16T04:04:29.382Z[ recovery-image] Oct 16 04:04:27.890 INFO O| Oct 16 04:04:27.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76072024-10-16T04:04:29.382Z[ recovery-image] Oct 16 04:04:27.891 INFO O| Oct 16 04:04:27.890 INFO STEP 1133 (remove_files) COMPLETE
76082024-10-16T04:04:29.382Z[ recovery-image] Oct 16 04:04:27.891 INFO O| Oct 16 04:04:27.890 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-16T04:04:29.428Z[ recovery-image] Oct 16 04:04:27.936 INFO O| Oct 16 04:04:27.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76102024-10-16T04:04:29.428Z[ recovery-image] Oct 16 04:04:27.937 INFO O| Oct 16 04:04:27.937 INFO STEP 1134 (remove_files) COMPLETE
76112024-10-16T04:04:29.428Z[ recovery-image] Oct 16 04:04:27.937 INFO O| Oct 16 04:04:27.937 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-16T04:04:29.449Z[ recovery-image] Oct 16 04:04:27.957 INFO O| Oct 16 04:04:27.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76132024-10-16T04:04:29.449Z[ recovery-image] Oct 16 04:04:27.957 INFO O| Oct 16 04:04:27.957 INFO STEP 1135 (remove_files) COMPLETE
76142024-10-16T04:04:29.453Z[ recovery-image] Oct 16 04:04:27.957 INFO O| Oct 16 04:04:27.957 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-16T04:04:29.471Z[ recovery-image] Oct 16 04:04:27.980 INFO O| Oct 16 04:04:27.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76162024-10-16T04:04:29.471Z[ recovery-image] Oct 16 04:04:27.980 INFO O| Oct 16 04:04:27.980 INFO STEP 1136 (remove_files) COMPLETE
76172024-10-16T04:04:29.471Z[ recovery-image] Oct 16 04:04:27.980 INFO O| Oct 16 04:04:27.980 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-16T04:04:29.545Z[ recovery-image] Oct 16 04:04:28.053 INFO O| Oct 16 04:04:28.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76192024-10-16T04:04:29.548Z[ recovery-image] Oct 16 04:04:28.054 INFO O| Oct 16 04:04:28.053 INFO STEP 1137 (remove_files) COMPLETE
76202024-10-16T04:04:29.548Z[ recovery-image] Oct 16 04:04:28.054 INFO O| Oct 16 04:04:28.053 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-16T04:04:29.568Z[ recovery-image] Oct 16 04:04:28.077 INFO O| Oct 16 04:04:28.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76222024-10-16T04:04:29.568Z[ recovery-image] Oct 16 04:04:28.077 INFO O| Oct 16 04:04:28.077 INFO STEP 1138 (remove_files) COMPLETE
76232024-10-16T04:04:29.568Z[ recovery-image] Oct 16 04:04:28.077 INFO O| Oct 16 04:04:28.077 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-16T04:04:29.590Z[ recovery-image] Oct 16 04:04:28.099 INFO O| Oct 16 04:04:28.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76252024-10-16T04:04:29.616Z[ recovery-image] Oct 16 04:04:28.124 INFO O| Oct 16 04:04:28.124 INFO STEP 1139 (remove_files) COMPLETE
76262024-10-16T04:04:29.616Z[ recovery-image] Oct 16 04:04:28.124 INFO O| Oct 16 04:04:28.124 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-10-16T04:04:29.666Z[ recovery-image] Oct 16 04:04:28.175 INFO O| Oct 16 04:04:28.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76282024-10-16T04:04:29.666Z[ recovery-image] Oct 16 04:04:28.175 INFO O| Oct 16 04:04:28.175 INFO STEP 1140 (remove_files) COMPLETE
76292024-10-16T04:04:29.666Z[ recovery-image] Oct 16 04:04:28.175 INFO O| Oct 16 04:04:28.175 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-10-16T04:04:29.702Z[ recovery-image] Oct 16 04:04:28.211 INFO O| Oct 16 04:04:28.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76312024-10-16T04:04:29.702Z[ recovery-image] Oct 16 04:04:28.211 INFO O| Oct 16 04:04:28.211 INFO STEP 1141 (remove_files) COMPLETE
76322024-10-16T04:04:29.702Z[ recovery-image] Oct 16 04:04:28.211 INFO O| Oct 16 04:04:28.211 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-10-16T04:04:29.726Z[ recovery-image] Oct 16 04:04:28.235 INFO O| Oct 16 04:04:28.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76342024-10-16T04:04:29.726Z[ recovery-image] Oct 16 04:04:28.235 INFO O| Oct 16 04:04:28.235 INFO STEP 1142 (remove_files) COMPLETE
76352024-10-16T04:04:29.726Z[ recovery-image] Oct 16 04:04:28.235 INFO O| Oct 16 04:04:28.235 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-10-16T04:04:29.757Z[ recovery-image] Oct 16 04:04:28.265 INFO O| Oct 16 04:04:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76372024-10-16T04:04:29.757Z[ recovery-image] Oct 16 04:04:28.265 INFO O| Oct 16 04:04:28.265 INFO STEP 1143 (remove_files) COMPLETE
76382024-10-16T04:04:29.760Z[ recovery-image] Oct 16 04:04:28.265 INFO O| Oct 16 04:04:28.265 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-10-16T04:04:29.789Z[ recovery-image] Oct 16 04:04:28.298 INFO O| Oct 16 04:04:28.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76402024-10-16T04:04:29.789Z[ recovery-image] Oct 16 04:04:28.298 INFO O| Oct 16 04:04:28.298 INFO STEP 1144 (remove_files) COMPLETE
76412024-10-16T04:04:29.792Z[ recovery-image] Oct 16 04:04:28.298 INFO O| Oct 16 04:04:28.298 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-10-16T04:04:29.833Z[ recovery-image] Oct 16 04:04:28.336 INFO O| Oct 16 04:04:28.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76432024-10-16T04:04:29.833Z[ recovery-image] Oct 16 04:04:28.336 INFO O| Oct 16 04:04:28.336 INFO STEP 1145 (remove_files) COMPLETE
76442024-10-16T04:04:29.841Z[ recovery-image] Oct 16 04:04:28.336 INFO O| Oct 16 04:04:28.336 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-10-16T04:04:29.861Z[ recovery-image] Oct 16 04:04:28.370 INFO O| Oct 16 04:04:28.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76462024-10-16T04:04:29.864Z[ recovery-image] Oct 16 04:04:28.370 INFO O| Oct 16 04:04:28.370 INFO STEP 1146 (remove_files) COMPLETE
76472024-10-16T04:04:29.864Z[ recovery-image] Oct 16 04:04:28.371 INFO O| Oct 16 04:04:28.370 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-10-16T04:04:29.880Z[ recovery-image] Oct 16 04:04:28.389 INFO O| Oct 16 04:04:28.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76492024-10-16T04:04:29.883Z[ recovery-image] Oct 16 04:04:28.389 INFO O| Oct 16 04:04:28.389 INFO STEP 1147 (remove_files) COMPLETE
76502024-10-16T04:04:29.883Z[ recovery-image] Oct 16 04:04:28.390 INFO O| Oct 16 04:04:28.390 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-10-16T04:04:29.901Z[ recovery-image] Oct 16 04:04:28.409 INFO O| Oct 16 04:04:28.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76522024-10-16T04:04:29.903Z[ recovery-image] Oct 16 04:04:28.410 INFO O| Oct 16 04:04:28.410 INFO STEP 1148 (remove_files) COMPLETE
76532024-10-16T04:04:29.903Z[ recovery-image] Oct 16 04:04:28.410 INFO O| Oct 16 04:04:28.410 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-10-16T04:04:29.923Z[ recovery-image] Oct 16 04:04:28.432 INFO O| Oct 16 04:04:28.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76552024-10-16T04:04:29.923Z[ recovery-image] Oct 16 04:04:28.432 INFO O| Oct 16 04:04:28.432 INFO STEP 1149 (remove_files) COMPLETE
76562024-10-16T04:04:29.926Z[ recovery-image] Oct 16 04:04:28.432 INFO O| Oct 16 04:04:28.432 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-10-16T04:04:29.944Z[ recovery-image] Oct 16 04:04:28.452 INFO O| Oct 16 04:04:28.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76582024-10-16T04:04:29.944Z[ recovery-image] Oct 16 04:04:28.452 INFO O| Oct 16 04:04:28.452 INFO STEP 1150 (remove_files) COMPLETE
76592024-10-16T04:04:29.944Z[ recovery-image] Oct 16 04:04:28.452 INFO O| Oct 16 04:04:28.452 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-10-16T04:04:29.990Z[ recovery-image] Oct 16 04:04:28.499 INFO O| Oct 16 04:04:28.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76612024-10-16T04:04:30.016Z[ recovery-image] Oct 16 04:04:28.524 INFO O| Oct 16 04:04:28.524 INFO STEP 1151 (remove_files) COMPLETE
76622024-10-16T04:04:30.016Z[ recovery-image] Oct 16 04:04:28.524 INFO O| Oct 16 04:04:28.524 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-10-16T04:04:30.053Z[ recovery-image] Oct 16 04:04:28.561 INFO O| Oct 16 04:04:28.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76642024-10-16T04:04:30.053Z[ recovery-image] Oct 16 04:04:28.561 INFO O| Oct 16 04:04:28.561 INFO STEP 1152 (remove_files) COMPLETE
76652024-10-16T04:04:30.053Z[ recovery-image] Oct 16 04:04:28.562 INFO O| Oct 16 04:04:28.561 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-10-16T04:04:30.081Z[ recovery-image] Oct 16 04:04:28.590 INFO O| Oct 16 04:04:28.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76672024-10-16T04:04:30.081Z[ recovery-image] Oct 16 04:04:28.590 INFO O| Oct 16 04:04:28.590 INFO STEP 1153 (remove_files) COMPLETE
76682024-10-16T04:04:30.081Z[ recovery-image] Oct 16 04:04:28.590 INFO O| Oct 16 04:04:28.590 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-10-16T04:04:30.105Z[ recovery-image] Oct 16 04:04:28.612 INFO O| Oct 16 04:04:28.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76702024-10-16T04:04:30.105Z[ recovery-image] Oct 16 04:04:28.613 INFO O| Oct 16 04:04:28.613 INFO STEP 1154 (remove_files) COMPLETE
76712024-10-16T04:04:30.105Z[ recovery-image] Oct 16 04:04:28.613 INFO O| Oct 16 04:04:28.613 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-10-16T04:04:30.127Z[ recovery-image] Oct 16 04:04:28.635 INFO O| Oct 16 04:04:28.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76732024-10-16T04:04:30.127Z[ recovery-image] Oct 16 04:04:28.635 INFO O| Oct 16 04:04:28.635 INFO STEP 1155 (remove_files) COMPLETE
76742024-10-16T04:04:30.130Z[ recovery-image] Oct 16 04:04:28.636 INFO O| Oct 16 04:04:28.635 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-10-16T04:04:30.154Z[ recovery-image] Oct 16 04:04:28.662 INFO O| Oct 16 04:04:28.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76762024-10-16T04:04:30.156Z[ recovery-image] Oct 16 04:04:28.663 INFO O| Oct 16 04:04:28.662 INFO STEP 1156 (remove_files) COMPLETE
76772024-10-16T04:04:30.156Z[ recovery-image] Oct 16 04:04:28.663 INFO O| Oct 16 04:04:28.663 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-10-16T04:04:30.177Z[ recovery-image] Oct 16 04:04:28.685 INFO O| Oct 16 04:04:28.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76792024-10-16T04:04:30.179Z[ recovery-image] Oct 16 04:04:28.685 INFO O| Oct 16 04:04:28.685 INFO STEP 1157 (remove_files) COMPLETE
76802024-10-16T04:04:30.179Z[ recovery-image] Oct 16 04:04:28.686 INFO O| Oct 16 04:04:28.686 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-10-16T04:04:30.200Z[ recovery-image] Oct 16 04:04:28.709 INFO O| Oct 16 04:04:28.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76822024-10-16T04:04:30.203Z[ recovery-image] Oct 16 04:04:28.709 INFO O| Oct 16 04:04:28.709 INFO STEP 1158 (remove_files) COMPLETE
76832024-10-16T04:04:30.203Z[ recovery-image] Oct 16 04:04:28.710 INFO O| Oct 16 04:04:28.709 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-10-16T04:04:30.223Z[ recovery-image] Oct 16 04:04:28.731 INFO O| Oct 16 04:04:28.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76852024-10-16T04:04:30.223Z[ recovery-image] Oct 16 04:04:28.731 INFO O| Oct 16 04:04:28.731 INFO STEP 1159 (remove_files) COMPLETE
76862024-10-16T04:04:30.226Z[ recovery-image] Oct 16 04:04:28.731 INFO O| Oct 16 04:04:28.731 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-10-16T04:04:30.257Z[ recovery-image] Oct 16 04:04:28.765 INFO O| Oct 16 04:04:28.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76882024-10-16T04:04:30.257Z[ recovery-image] Oct 16 04:04:28.765 INFO O| Oct 16 04:04:28.765 INFO STEP 1160 (remove_files) COMPLETE
76892024-10-16T04:04:30.259Z[ recovery-image] Oct 16 04:04:28.765 INFO O| Oct 16 04:04:28.765 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-10-16T04:04:30.307Z[ recovery-image] Oct 16 04:04:28.816 INFO O| Oct 16 04:04:28.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76912024-10-16T04:04:30.307Z[ recovery-image] Oct 16 04:04:28.816 INFO O| Oct 16 04:04:28.816 INFO STEP 1161 (remove_files) COMPLETE
76922024-10-16T04:04:30.311Z[ recovery-image] Oct 16 04:04:28.816 INFO O| Oct 16 04:04:28.816 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-10-16T04:04:30.332Z[ recovery-image] Oct 16 04:04:28.840 INFO O| Oct 16 04:04:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76942024-10-16T04:04:30.332Z[ recovery-image] Oct 16 04:04:28.840 INFO O| Oct 16 04:04:28.840 INFO STEP 1162 (remove_files) COMPLETE
76952024-10-16T04:04:30.333Z[ recovery-image] Oct 16 04:04:28.840 INFO O| Oct 16 04:04:28.840 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-10-16T04:04:30.355Z[ recovery-image] Oct 16 04:04:28.863 INFO O| Oct 16 04:04:28.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76972024-10-16T04:04:30.355Z[ recovery-image] Oct 16 04:04:28.863 INFO O| Oct 16 04:04:28.863 INFO STEP 1163 (remove_files) COMPLETE
76982024-10-16T04:04:30.355Z[ recovery-image] Oct 16 04:04:28.864 INFO O| Oct 16 04:04:28.863 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-10-16T04:04:30.394Z[ recovery-image] Oct 16 04:04:28.902 INFO O| Oct 16 04:04:28.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
77002024-10-16T04:04:30.394Z[ recovery-image] Oct 16 04:04:28.902 INFO O| Oct 16 04:04:28.902 INFO STEP 1164 (remove_files) COMPLETE
77012024-10-16T04:04:30.394Z[ recovery-image] Oct 16 04:04:28.902 INFO O| Oct 16 04:04:28.902 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-10-16T04:04:30.434Z[ recovery-image] Oct 16 04:04:28.942 INFO O| Oct 16 04:04:28.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
77032024-10-16T04:04:30.435Z[ recovery-image] Oct 16 04:04:28.942 INFO O| Oct 16 04:04:28.942 INFO STEP 1165 (remove_files) COMPLETE
77042024-10-16T04:04:30.435Z[ recovery-image] Oct 16 04:04:28.942 INFO O| Oct 16 04:04:28.942 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-10-16T04:04:30.455Z[ recovery-image] Oct 16 04:04:28.963 INFO O| Oct 16 04:04:28.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
77062024-10-16T04:04:30.455Z[ recovery-image] Oct 16 04:04:28.963 INFO O| Oct 16 04:04:28.963 INFO STEP 1166 (remove_files) COMPLETE
77072024-10-16T04:04:30.455Z[ recovery-image] Oct 16 04:04:28.963 INFO O| Oct 16 04:04:28.963 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-10-16T04:04:30.477Z[ recovery-image] Oct 16 04:04:28.985 INFO O| Oct 16 04:04:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77092024-10-16T04:04:30.477Z[ recovery-image] Oct 16 04:04:28.985 INFO O| Oct 16 04:04:28.985 INFO STEP 1167 (remove_files) COMPLETE
77102024-10-16T04:04:30.477Z[ recovery-image] Oct 16 04:04:28.985 INFO O| Oct 16 04:04:28.985 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-10-16T04:04:30.499Z[ recovery-image] Oct 16 04:04:29.007 INFO O| Oct 16 04:04:29.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77122024-10-16T04:04:30.499Z[ recovery-image] Oct 16 04:04:29.008 INFO O| Oct 16 04:04:29.007 INFO STEP 1168 (remove_files) COMPLETE
77132024-10-16T04:04:30.499Z[ recovery-image] Oct 16 04:04:29.008 INFO O| Oct 16 04:04:29.008 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-10-16T04:04:30.537Z[ recovery-image] Oct 16 04:04:29.046 INFO O| Oct 16 04:04:29.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77152024-10-16T04:04:30.537Z[ recovery-image] Oct 16 04:04:29.046 INFO O| Oct 16 04:04:29.046 INFO STEP 1169 (remove_files) COMPLETE
77162024-10-16T04:04:30.540Z[ recovery-image] Oct 16 04:04:29.046 INFO O| Oct 16 04:04:29.046 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-16T04:04:30.561Z[ recovery-image] Oct 16 04:04:29.070 INFO O| Oct 16 04:04:29.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77182024-10-16T04:04:30.561Z[ recovery-image] Oct 16 04:04:29.070 INFO O| Oct 16 04:04:29.070 INFO STEP 1170 (remove_files) COMPLETE
77192024-10-16T04:04:30.561Z[ recovery-image] Oct 16 04:04:29.070 INFO O| Oct 16 04:04:29.070 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-16T04:04:30.580Z[ recovery-image] Oct 16 04:04:29.089 INFO O| Oct 16 04:04:29.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77212024-10-16T04:04:30.580Z[ recovery-image] Oct 16 04:04:29.089 INFO O| Oct 16 04:04:29.089 INFO STEP 1171 (remove_files) COMPLETE
77222024-10-16T04:04:30.583Z[ recovery-image] Oct 16 04:04:29.089 INFO O| Oct 16 04:04:29.089 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-16T04:04:30.603Z[ recovery-image] Oct 16 04:04:29.112 INFO O| Oct 16 04:04:29.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77242024-10-16T04:04:30.603Z[ recovery-image] Oct 16 04:04:29.112 INFO O| Oct 16 04:04:29.112 INFO STEP 1172 (remove_files) COMPLETE
77252024-10-16T04:04:30.606Z[ recovery-image] Oct 16 04:04:29.112 INFO O| Oct 16 04:04:29.112 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-16T04:04:30.625Z[ recovery-image] Oct 16 04:04:29.134 INFO O| Oct 16 04:04:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77272024-10-16T04:04:30.625Z[ recovery-image] Oct 16 04:04:29.134 INFO O| Oct 16 04:04:29.134 INFO STEP 1173 (remove_files) COMPLETE
77282024-10-16T04:04:30.625Z[ recovery-image] Oct 16 04:04:29.134 INFO O| Oct 16 04:04:29.134 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-16T04:04:30.648Z[ recovery-image] Oct 16 04:04:29.157 INFO O| Oct 16 04:04:29.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77302024-10-16T04:04:30.648Z[ recovery-image] Oct 16 04:04:29.157 INFO O| Oct 16 04:04:29.157 INFO STEP 1174 (remove_files) COMPLETE
77312024-10-16T04:04:30.648Z[ recovery-image] Oct 16 04:04:29.157 INFO O| Oct 16 04:04:29.157 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-16T04:04:30.670Z[ recovery-image] Oct 16 04:04:29.179 INFO O| Oct 16 04:04:29.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77332024-10-16T04:04:30.670Z[ recovery-image] Oct 16 04:04:29.179 INFO O| Oct 16 04:04:29.179 INFO STEP 1175 (remove_files) COMPLETE
77342024-10-16T04:04:30.674Z[ recovery-image] Oct 16 04:04:29.179 INFO O| Oct 16 04:04:29.179 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-16T04:04:30.694Z[ recovery-image] Oct 16 04:04:29.203 INFO O| Oct 16 04:04:29.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77362024-10-16T04:04:30.694Z[ recovery-image] Oct 16 04:04:29.203 INFO O| Oct 16 04:04:29.203 INFO STEP 1176 (remove_files) COMPLETE
77372024-10-16T04:04:30.694Z[ recovery-image] Oct 16 04:04:29.203 INFO O| Oct 16 04:04:29.203 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-16T04:04:30.717Z[ recovery-image] Oct 16 04:04:29.226 INFO O| Oct 16 04:04:29.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77392024-10-16T04:04:30.717Z[ recovery-image] Oct 16 04:04:29.226 INFO O| Oct 16 04:04:29.226 INFO STEP 1177 (remove_files) COMPLETE
77402024-10-16T04:04:30.720Z[ recovery-image] Oct 16 04:04:29.226 INFO O| Oct 16 04:04:29.226 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-16T04:04:30.739Z[ recovery-image] Oct 16 04:04:29.248 INFO O| Oct 16 04:04:29.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77422024-10-16T04:04:30.739Z[ recovery-image] Oct 16 04:04:29.248 INFO O| Oct 16 04:04:29.248 INFO STEP 1178 (remove_files) COMPLETE
77432024-10-16T04:04:30.740Z[ recovery-image] Oct 16 04:04:29.248 INFO O| Oct 16 04:04:29.248 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-16T04:04:30.760Z[ recovery-image] Oct 16 04:04:29.268 INFO O| Oct 16 04:04:29.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77452024-10-16T04:04:30.763Z[ recovery-image] Oct 16 04:04:29.269 INFO O| Oct 16 04:04:29.268 INFO STEP 1179 (remove_files) COMPLETE
77462024-10-16T04:04:30.764Z[ recovery-image] Oct 16 04:04:29.269 INFO O| Oct 16 04:04:29.268 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-10-16T04:04:30.779Z[ recovery-image] Oct 16 04:04:29.288 INFO O| Oct 16 04:04:29.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77482024-10-16T04:04:30.779Z[ recovery-image] Oct 16 04:04:29.288 INFO O| Oct 16 04:04:29.288 INFO STEP 1180 (remove_files) COMPLETE
77492024-10-16T04:04:30.782Z[ recovery-image] Oct 16 04:04:29.288 INFO O| Oct 16 04:04:29.288 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-16T04:04:30.798Z[ recovery-image] Oct 16 04:04:29.307 INFO O| Oct 16 04:04:29.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77512024-10-16T04:04:30.798Z[ recovery-image] Oct 16 04:04:29.307 INFO O| Oct 16 04:04:29.307 INFO STEP 1181 (remove_files) COMPLETE
77522024-10-16T04:04:30.801Z[ recovery-image] Oct 16 04:04:29.307 INFO O| Oct 16 04:04:29.307 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-16T04:04:30.817Z[ recovery-image] Oct 16 04:04:29.326 INFO O| Oct 16 04:04:29.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77542024-10-16T04:04:30.817Z[ recovery-image] Oct 16 04:04:29.326 INFO O| Oct 16 04:04:29.326 INFO STEP 1182 (remove_files) COMPLETE
77552024-10-16T04:04:30.820Z[ recovery-image] Oct 16 04:04:29.326 INFO O| Oct 16 04:04:29.326 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-16T04:04:30.837Z[ recovery-image] Oct 16 04:04:29.345 INFO O| Oct 16 04:04:29.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77572024-10-16T04:04:30.839Z[ recovery-image] Oct 16 04:04:29.345 INFO O| Oct 16 04:04:29.345 INFO STEP 1183 (remove_files) COMPLETE
77582024-10-16T04:04:30.839Z[ recovery-image] Oct 16 04:04:29.345 INFO O| Oct 16 04:04:29.345 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-10-16T04:04:30.855Z[ recovery-image] Oct 16 04:04:29.364 INFO O| Oct 16 04:04:29.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77602024-10-16T04:04:30.855Z[ recovery-image] Oct 16 04:04:29.364 INFO O| Oct 16 04:04:29.364 INFO STEP 1184 (remove_files) COMPLETE
77612024-10-16T04:04:30.855Z[ recovery-image] Oct 16 04:04:29.364 INFO O| Oct 16 04:04:29.364 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-10-16T04:04:30.875Z[ recovery-image] Oct 16 04:04:29.383 INFO O| Oct 16 04:04:29.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77632024-10-16T04:04:30.878Z[ recovery-image] Oct 16 04:04:29.384 INFO O| Oct 16 04:04:29.384 INFO STEP 1185 (remove_files) COMPLETE
77642024-10-16T04:04:30.878Z[ recovery-image] Oct 16 04:04:29.384 INFO O| Oct 16 04:04:29.384 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-10-16T04:04:30.895Z[ recovery-image] Oct 16 04:04:29.403 INFO O| Oct 16 04:04:29.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77662024-10-16T04:04:30.897Z[ recovery-image] Oct 16 04:04:29.404 INFO O| Oct 16 04:04:29.403 INFO STEP 1186 (remove_files) COMPLETE
77672024-10-16T04:04:30.897Z[ recovery-image] Oct 16 04:04:29.404 INFO O| Oct 16 04:04:29.404 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-10-16T04:04:30.914Z[ recovery-image] Oct 16 04:04:29.423 INFO O| Oct 16 04:04:29.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77692024-10-16T04:04:30.916Z[ recovery-image] Oct 16 04:04:29.423 INFO O| Oct 16 04:04:29.423 INFO STEP 1187 (remove_files) COMPLETE
77702024-10-16T04:04:30.916Z[ recovery-image] Oct 16 04:04:29.423 INFO O| Oct 16 04:04:29.423 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-10-16T04:04:30.934Z[ recovery-image] Oct 16 04:04:29.442 INFO O| Oct 16 04:04:29.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77722024-10-16T04:04:30.936Z[ recovery-image] Oct 16 04:04:29.443 INFO O| Oct 16 04:04:29.443 INFO STEP 1188 (remove_files) COMPLETE
77732024-10-16T04:04:30.936Z[ recovery-image] Oct 16 04:04:29.443 INFO O| Oct 16 04:04:29.443 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-10-16T04:04:30.956Z[ recovery-image] Oct 16 04:04:29.464 INFO O| Oct 16 04:04:29.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77752024-10-16T04:04:30.958Z[ recovery-image] Oct 16 04:04:29.464 INFO O| Oct 16 04:04:29.464 INFO STEP 1189 (remove_files) COMPLETE
77762024-10-16T04:04:30.958Z[ recovery-image] Oct 16 04:04:29.465 INFO O| Oct 16 04:04:29.464 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-10-16T04:04:30.976Z[ recovery-image] Oct 16 04:04:29.485 INFO O| Oct 16 04:04:29.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77782024-10-16T04:04:30.979Z[ recovery-image] Oct 16 04:04:29.485 INFO O| Oct 16 04:04:29.485 INFO STEP 1190 (remove_files) COMPLETE
77792024-10-16T04:04:30.979Z[ recovery-image] Oct 16 04:04:29.485 INFO O| Oct 16 04:04:29.485 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-10-16T04:04:30.995Z[ recovery-image] Oct 16 04:04:29.504 INFO O| Oct 16 04:04:29.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77812024-10-16T04:04:30.998Z[ recovery-image] Oct 16 04:04:29.504 INFO O| Oct 16 04:04:29.504 INFO STEP 1191 (remove_files) COMPLETE
77822024-10-16T04:04:30.998Z[ recovery-image] Oct 16 04:04:29.504 INFO O| Oct 16 04:04:29.504 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-10-16T04:04:31.015Z[ recovery-image] Oct 16 04:04:29.522 INFO O| Oct 16 04:04:29.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77842024-10-16T04:04:31.015Z[ recovery-image] Oct 16 04:04:29.523 INFO O| Oct 16 04:04:29.523 INFO STEP 1192 (remove_files) COMPLETE
77852024-10-16T04:04:31.019Z[ recovery-image] Oct 16 04:04:29.523 INFO O| Oct 16 04:04:29.523 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-10-16T04:04:31.034Z[ recovery-image] Oct 16 04:04:29.542 INFO O| Oct 16 04:04:29.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77872024-10-16T04:04:31.034Z[ recovery-image] Oct 16 04:04:29.542 INFO O| Oct 16 04:04:29.542 INFO STEP 1193 (remove_files) COMPLETE
77882024-10-16T04:04:31.034Z[ recovery-image] Oct 16 04:04:29.542 INFO O| Oct 16 04:04:29.542 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-10-16T04:04:31.054Z[ recovery-image] Oct 16 04:04:29.562 INFO O| Oct 16 04:04:29.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77902024-10-16T04:04:31.054Z[ recovery-image] Oct 16 04:04:29.562 INFO O| Oct 16 04:04:29.562 INFO STEP 1194 (remove_files) COMPLETE
77912024-10-16T04:04:31.057Z[ recovery-image] Oct 16 04:04:29.563 INFO O| Oct 16 04:04:29.562 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-10-16T04:04:31.073Z[ recovery-image] Oct 16 04:04:29.582 INFO O| Oct 16 04:04:29.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77932024-10-16T04:04:31.073Z[ recovery-image] Oct 16 04:04:29.582 INFO O| Oct 16 04:04:29.582 INFO STEP 1195 (remove_files) COMPLETE
77942024-10-16T04:04:31.073Z[ recovery-image] Oct 16 04:04:29.582 INFO O| Oct 16 04:04:29.582 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-10-16T04:04:31.093Z[ recovery-image] Oct 16 04:04:29.601 INFO O| Oct 16 04:04:29.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77962024-10-16T04:04:31.093Z[ recovery-image] Oct 16 04:04:29.601 INFO O| Oct 16 04:04:29.601 INFO STEP 1196 (remove_files) COMPLETE
77972024-10-16T04:04:31.095Z[ recovery-image] Oct 16 04:04:29.601 INFO O| Oct 16 04:04:29.601 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-10-16T04:04:31.112Z[ recovery-image] Oct 16 04:04:29.620 INFO O| Oct 16 04:04:29.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77992024-10-16T04:04:31.114Z[ recovery-image] Oct 16 04:04:29.621 INFO O| Oct 16 04:04:29.620 INFO STEP 1197 (remove_files) COMPLETE
78002024-10-16T04:04:31.114Z[ recovery-image] Oct 16 04:04:29.621 INFO O| Oct 16 04:04:29.620 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-10-16T04:04:31.133Z[ recovery-image] Oct 16 04:04:29.641 INFO O| Oct 16 04:04:29.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
78022024-10-16T04:04:31.133Z[ recovery-image] Oct 16 04:04:29.642 INFO O| Oct 16 04:04:29.642 INFO STEP 1198 (remove_files) COMPLETE
78032024-10-16T04:04:31.136Z[ recovery-image] Oct 16 04:04:29.642 INFO O| Oct 16 04:04:29.642 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-10-16T04:04:31.152Z[ recovery-image] Oct 16 04:04:29.661 INFO O| Oct 16 04:04:29.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
78052024-10-16T04:04:31.155Z[ recovery-image] Oct 16 04:04:29.661 INFO O| Oct 16 04:04:29.661 INFO STEP 1199 (remove_files) COMPLETE
78062024-10-16T04:04:31.155Z[ recovery-image] Oct 16 04:04:29.661 INFO O| Oct 16 04:04:29.661 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-10-16T04:04:31.172Z[ recovery-image] Oct 16 04:04:29.681 INFO O| Oct 16 04:04:29.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78082024-10-16T04:04:31.172Z[ recovery-image] Oct 16 04:04:29.681 INFO O| Oct 16 04:04:29.681 INFO STEP 1200 (remove_files) COMPLETE
78092024-10-16T04:04:31.172Z[ recovery-image] Oct 16 04:04:29.681 INFO O| Oct 16 04:04:29.681 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-10-16T04:04:31.193Z[ recovery-image] Oct 16 04:04:29.701 INFO O| Oct 16 04:04:29.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78112024-10-16T04:04:31.193Z[ recovery-image] Oct 16 04:04:29.702 INFO O| Oct 16 04:04:29.701 INFO STEP 1201 (remove_files) COMPLETE
78122024-10-16T04:04:31.195Z[ recovery-image] Oct 16 04:04:29.702 INFO O| Oct 16 04:04:29.702 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-10-16T04:04:31.211Z[ recovery-image] Oct 16 04:04:29.720 INFO O| Oct 16 04:04:29.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78142024-10-16T04:04:31.211Z[ recovery-image] Oct 16 04:04:29.720 INFO O| Oct 16 04:04:29.720 INFO STEP 1202 (remove_files) COMPLETE
78152024-10-16T04:04:31.214Z[ recovery-image] Oct 16 04:04:29.720 INFO O| Oct 16 04:04:29.720 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-10-16T04:04:31.229Z[ recovery-image] Oct 16 04:04:29.737 INFO O| Oct 16 04:04:29.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78172024-10-16T04:04:31.229Z[ recovery-image] Oct 16 04:04:29.737 INFO O| Oct 16 04:04:29.737 INFO STEP 1203 (remove_files) COMPLETE
78182024-10-16T04:04:31.229Z[ recovery-image] Oct 16 04:04:29.737 INFO O| Oct 16 04:04:29.737 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-10-16T04:04:31.245Z[ recovery-image] Oct 16 04:04:29.754 INFO O| Oct 16 04:04:29.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78202024-10-16T04:04:31.245Z[ recovery-image] Oct 16 04:04:29.754 INFO O| Oct 16 04:04:29.754 INFO STEP 1204 (remove_files) COMPLETE
78212024-10-16T04:04:31.248Z[ recovery-image] Oct 16 04:04:29.754 INFO O| Oct 16 04:04:29.754 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-10-16T04:04:31.265Z[ recovery-image] Oct 16 04:04:29.773 INFO O| Oct 16 04:04:29.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78232024-10-16T04:04:31.265Z[ recovery-image] Oct 16 04:04:29.774 INFO O| Oct 16 04:04:29.773 INFO STEP 1205 (remove_files) COMPLETE
78242024-10-16T04:04:31.268Z[ recovery-image] Oct 16 04:04:29.774 INFO O| Oct 16 04:04:29.774 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78252024-10-16T04:04:31.292Z[ recovery-image] Oct 16 04:04:29.801 INFO O| Oct 16 04:04:29.801 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78262024-10-16T04:04:31.292Z[ recovery-image] Oct 16 04:04:29.801 INFO O| Oct 16 04:04:29.801 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78272024-10-16T04:04:32.305Z[ recovery-image] Oct 16 04:04:30.813 INFO O| Oct 16 04:04:30.813 INFO STEP 1206 (pack_tar) COMPLETE
78282024-10-16T04:04:32.305Z[ recovery-image] Oct 16 04:04:30.813 INFO O| Oct 16 04:04:30.813 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78292024-10-16T04:04:32.308Z[ recovery-image] Oct 16 04:04:30.813 INFO O| Oct 16 04:04:30.813 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78302024-10-16T04:04:32.823Z[ recovery-image] Oct 16 04:04:31.332 INFO O| Oct 16 04:04:31.332 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78312024-10-16T04:04:32.907Z[ recovery-image] Oct 16 04:04:31.416 INFO O| Oct 16 04:04:31.416 INFO completed processing gimlet/ramdisk-03-recovery-trim
78322024-10-16T04:04:32.916Z[ recovery-image] Oct 16 04:04:31.424 INFO image builder template: zfs-recovery...
78332024-10-16T04:04:32.916Z[ recovery-image] Oct 16 04:04:31.425 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/.tmpFfgg6s/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.33.293", "-n", "zfs-recovery"], pwd: None
78342024-10-16T04:04:32.953Z[ recovery-image] Oct 16 04:04:31.461 INFO O| Oct 16 04:04:31.461 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78352024-10-16T04:04:32.958Z[ recovery-image] Oct 16 04:04:31.467 INFO O| Oct 16 04:04:31.467 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78362024-10-16T04:04:33.096Z[ recovery-image] Oct 16 04:04:31.604 INFO O| Oct 16 04:04:31.604 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78372024-10-16T04:04:33.163Z[ recovery-image] Oct 16 04:04:31.671 INFO O| Oct 16 04:04:31.671 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78382024-10-16T04:04:33.163Z[ recovery-image] Oct 16 04:04:31.671 INFO O| Oct 16 04:04:31.671 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78392024-10-16T04:04:33.169Z[ recovery-image] Oct 16 04:04:31.677 INFO O| Oct 16 04:04:31.677 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78402024-10-16T04:04:33.246Z[ recovery-image] Oct 16 04:04:31.754 INFO O| Oct 16 04:04:31.754 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78412024-10-16T04:04:33.313Z[ recovery-image] Oct 16 04:04:31.821 INFO O| Oct 16 04:04:31.821 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78422024-10-16T04:04:33.326Z[ recovery-image] Oct 16 04:04:31.835 INFO O| Oct 16 04:04:31.835 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78432024-10-16T04:04:33.335Z[ recovery-image] Oct 16 04:04:31.843 INFO O| Oct 16 04:04:31.843 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78442024-10-16T04:04:33.337Z[ recovery-image] Oct 16 04:04:31.845 INFO O| Oct 16 04:04:31.845 INFO no lofi found
78452024-10-16T04:04:33.337Z[ recovery-image] Oct 16 04:04:31.845 INFO O| Oct 16 04:04:31.845 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78462024-10-16T04:04:33.337Z[ recovery-image] Oct 16 04:04:31.845 INFO O| Oct 16 04:04:31.845 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78472024-10-16T04:04:35.490Z[verify-libraries] Finished `release` profile [optimized] target(s) in 6m 01s
78482024-10-16T04:04:35.504Z[ recovery-image] Oct 16 04:04:34.012 INFO O| Oct 16 04:04:34.012 INFO lofi device = /dev/dsk/c2t1d0p0
78492024-10-16T04:04:35.504Z[ recovery-image] Oct 16 04:04:34.012 INFO O| Oct 16 04:04:34.012 INFO pool device = /dev/dsk/c2t1d0p0
78502024-10-16T04:04:35.506Z[ recovery-image] Oct 16 04:04:34.012 INFO O| Oct 16 04:04:34.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78512024-10-16T04:04:35.600Z[ recovery-image] Oct 16 04:04:34.108 INFO O| Oct 16 04:04:34.108 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78522024-10-16T04:04:35.600Z[ recovery-image] Oct 16 04:04:34.108 INFO O| Oct 16 04:04:34.108 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78532024-10-16T04:04:35.628Z[ recovery-image] Oct 16 04:04:34.136 INFO O| Oct 16 04:04:34.136 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78542024-10-16T04:04:35.705Z[ recovery-image] Oct 16 04:04:34.213 INFO O| Oct 16 04:04:34.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78552024-10-16T04:04:35.746Z[ recovery-image] Oct 16 04:04:34.254 INFO O| Oct 16 04:04:34.254 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78562024-10-16T04:04:35.764Z[ recovery-image] Oct 16 04:04:34.272 INFO O| Oct 16 04:04:34.272 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78572024-10-16T04:04:35.776Z[ recovery-image] Oct 16 04:04:34.285 INFO O| Oct 16 04:04:34.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78582024-10-16T04:04:35.830Z[ recovery-image] Oct 16 04:04:34.338 INFO O| Oct 16 04:04:34.338 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78592024-10-16T04:04:35.833Z[ recovery-image] Oct 16 04:04:34.338 INFO O| Oct 16 04:04:34.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78602024-10-16T04:04:35.833Z[ recovery-image] Oct 16 04:04:34.338 INFO O| Oct 16 04:04:34.338 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78612024-10-16T04:04:35.838Z[ recovery-image] Oct 16 04:04:34.347 INFO O| Oct 16 04:04:34.347 INFO boot environment UUID: 08e8c4c8-560e-454a-9147-86dbbbeee714
78622024-10-16T04:04:35.838Z[ recovery-image] Oct 16 04:04:34.347 INFO O| Oct 16 04:04:34.347 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 08e8c4c8-560e-454a-9147-86dbbbeee714
78632024-10-16T04:04:35.850Z[ recovery-image] Oct 16 04:04:34.359 INFO O| Oct 16 04:04:34.359 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78642024-10-16T04:04:35.853ZOct 16 04:04:34.361 INFO [verify-libraries] process exited with exit status: 0 (366.223312169s)
78652024-10-16T04:04:35.863Z[ recovery-image] Oct 16 04:04:34.370 INFO O| Oct 16 04:04:34.370 INFO STEP 0 (create_be) COMPLETE
78662024-10-16T04:04:35.863Z[ recovery-image] Oct 16 04:04:34.370 INFO O| Oct 16 04:04:34.370 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78672024-10-16T04:04:35.880Z[ recovery-image] Oct 16 04:04:34.388 INFO O| Oct 16 04:04:34.388 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"]
78682024-10-16T04:04:38.016Z[ recovery-image] Oct 16 04:04:36.524 INFO O| Oct 16 04:04:36.524 INFO STEP 1 (unpack_tar) COMPLETE
78692024-10-16T04:04:38.016Z[ recovery-image] Oct 16 04:04:36.524 INFO O| Oct 16 04:04:36.524 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78702024-10-16T04:04:38.030Z[ recovery-image] Oct 16 04:04:36.538 INFO O| Oct 16 04:04:36.538 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78712024-10-16T04:04:38.434Z[ recovery-image] Oct 16 04:04:36.942 INFO O| Oct 16 04:04:36.942 INFO STEP 2 (devfsadm) COMPLETE
78722024-10-16T04:04:38.434Z[ recovery-image] Oct 16 04:04:36.942 INFO O| Oct 16 04:04:36.942 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78732024-10-16T04:04:38.447Z[ recovery-image] Oct 16 04:04:36.955 INFO O| Oct 16 04:04:36.955 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78742024-10-16T04:04:38.450Z[ recovery-image] Oct 16 04:04:36.955 INFO O| Oct 16 04:04:36.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78752024-10-16T04:04:38.451Z[ recovery-image] Oct 16 04:04:36.955 INFO O| Oct 16 04:04:36.955 INFO STEP 3 (ensure_dir) COMPLETE
78762024-10-16T04:04:38.451Z[ recovery-image] Oct 16 04:04:36.955 INFO O| Oct 16 04:04:36.955 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78772024-10-16T04:04:38.458Z[ recovery-image] Oct 16 04:04:36.966 INFO O| Oct 16 04:04:36.966 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78782024-10-16T04:04:38.459Z[ recovery-image] Oct 16 04:04:36.967 INFO O| Oct 16 04:04:36.966 INFO STEP 4 (ensure_dir) COMPLETE
78792024-10-16T04:04:38.462Z[ recovery-image] Oct 16 04:04:36.967 INFO O| Oct 16 04:04:36.966 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78802024-10-16T04:04:38.469Z[ recovery-image] Oct 16 04:04:36.977 INFO O| Oct 16 04:04:36.977 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78812024-10-16T04:04:38.469Z[ recovery-image] Oct 16 04:04:36.977 INFO O| Oct 16 04:04:36.977 INFO STEP 5 (ensure_dir) COMPLETE
78822024-10-16T04:04:38.472Z[ recovery-image] Oct 16 04:04:36.977 INFO O| Oct 16 04:04:36.977 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78832024-10-16T04:04:38.479Z[ recovery-image] Oct 16 04:04:36.987 INFO O| Oct 16 04:04:36.987 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78842024-10-16T04:04:38.479Z[ recovery-image] Oct 16 04:04:36.987 INFO O| Oct 16 04:04:36.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78852024-10-16T04:04:38.482Z[ recovery-image] Oct 16 04:04:36.987 INFO O| Oct 16 04:04:36.987 INFO STEP 6 (ensure_dir) COMPLETE
78862024-10-16T04:04:38.482Z[ recovery-image] Oct 16 04:04:36.987 INFO O| Oct 16 04:04:36.987 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78872024-10-16T04:04:38.491Z[ recovery-image] Oct 16 04:04:36.999 INFO O| Oct 16 04:04:36.999 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78882024-10-16T04:04:38.491Z[ recovery-image] Oct 16 04:04:36.999 INFO O| Oct 16 04:04:36.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78892024-10-16T04:04:38.491Z[ recovery-image] Oct 16 04:04:36.999 INFO O| Oct 16 04:04:36.999 INFO STEP 7 (ensure_dir) COMPLETE
78902024-10-16T04:04:38.493Z[ recovery-image] Oct 16 04:04:36.999 INFO O| Oct 16 04:04:36.999 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-16T04:04:38.504Z[ recovery-image] Oct 16 04:04:37.012 INFO O| Oct 16 04:04:37.012 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78922024-10-16T04:04:38.507Z[ recovery-image] Oct 16 04:04:37.012 INFO O| Oct 16 04:04:37.012 INFO STEP 8 (remove_files) COMPLETE
78932024-10-16T04:04:38.508Z[ recovery-image] Oct 16 04:04:37.012 INFO O| Oct 16 04:04:37.012 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78942024-10-16T04:04:38.515Z[ recovery-image] Oct 16 04:04:37.024 INFO O| Oct 16 04:04:37.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78952024-10-16T04:04:38.518Z[ recovery-image] Oct 16 04:04:37.024 INFO O| Oct 16 04:04:37.024 INFO STEP 9 (remove_files) COMPLETE
78962024-10-16T04:04:38.518Z[ recovery-image] Oct 16 04:04:37.025 INFO O| Oct 16 04:04:37.024 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78972024-10-16T04:04:38.527Z[ recovery-image] Oct 16 04:04:37.035 INFO O| Oct 16 04:04:37.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78982024-10-16T04:04:38.530Z[ recovery-image] Oct 16 04:04:37.036 INFO O| Oct 16 04:04:37.036 INFO STEP 10 (remove_files) COMPLETE
78992024-10-16T04:04:38.530Z[ recovery-image] Oct 16 04:04:37.036 INFO O| Oct 16 04:04:37.036 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79002024-10-16T04:04:38.539Z[ recovery-image] Oct 16 04:04:37.047 INFO O| Oct 16 04:04:37.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79012024-10-16T04:04:38.542Z[ recovery-image] Oct 16 04:04:37.047 INFO O| Oct 16 04:04:37.047 INFO STEP 11 (remove_files) COMPLETE
79022024-10-16T04:04:38.542Z[ recovery-image] Oct 16 04:04:37.047 INFO O| Oct 16 04:04:37.047 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79032024-10-16T04:04:38.549Z[ recovery-image] Oct 16 04:04:37.058 INFO O| Oct 16 04:04:37.058 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79042024-10-16T04:04:38.550Z[ recovery-image] Oct 16 04:04:37.058 INFO O| Oct 16 04:04:37.058 INFO STEP 12 (remove_files) COMPLETE
79052024-10-16T04:04:38.552Z[ recovery-image] Oct 16 04:04:37.058 INFO O| Oct 16 04:04:37.058 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79062024-10-16T04:04:38.561Z[ recovery-image] Oct 16 04:04:37.069 INFO O| Oct 16 04:04:37.069 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79072024-10-16T04:04:38.563Z[ recovery-image] Oct 16 04:04:37.069 INFO O| Oct 16 04:04:37.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79082024-10-16T04:04:38.563Z[ recovery-image] Oct 16 04:04:37.069 INFO O| Oct 16 04:04:37.069 INFO STEP 13 (ensure_dir) COMPLETE
79092024-10-16T04:04:38.565Z[ recovery-image] Oct 16 04:04:37.069 INFO O| Oct 16 04:04:37.069 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79102024-10-16T04:04:38.572Z[ recovery-image] Oct 16 04:04:37.080 INFO O| Oct 16 04:04:37.080 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79112024-10-16T04:04:38.572Z[ recovery-image] Oct 16 04:04:37.080 INFO O| Oct 16 04:04:37.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79122024-10-16T04:04:38.575Z[ recovery-image] Oct 16 04:04:37.080 INFO O| Oct 16 04:04:37.080 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79132024-10-16T04:04:38.575Z[ recovery-image] Oct 16 04:04:37.080 INFO O| Oct 16 04:04:37.080 INFO STEP 14 (ensure_dir) COMPLETE
79142024-10-16T04:04:38.575Z[ recovery-image] Oct 16 04:04:37.080 INFO O| Oct 16 04:04:37.080 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79152024-10-16T04:04:38.584Z[ recovery-image] Oct 16 04:04:37.092 INFO O| Oct 16 04:04:37.092 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79162024-10-16T04:04:38.584Z[ recovery-image] Oct 16 04:04:37.092 INFO O| Oct 16 04:04:37.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79172024-10-16T04:04:38.584Z[ recovery-image] Oct 16 04:04:37.092 INFO O| Oct 16 04:04:37.092 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79182024-10-16T04:04:38.587Z[ recovery-image] Oct 16 04:04:37.092 INFO O| Oct 16 04:04:37.092 INFO STEP 15 (ensure_dir) COMPLETE
79192024-10-16T04:04:38.587Z[ recovery-image] Oct 16 04:04:37.092 INFO O| Oct 16 04:04:37.092 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79202024-10-16T04:04:38.600Z[ recovery-image] Oct 16 04:04:37.108 INFO O| Oct 16 04:04:37.108 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79212024-10-16T04:04:38.600Z[ recovery-image] Oct 16 04:04:37.108 INFO O| Oct 16 04:04:37.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79222024-10-16T04:04:38.600Z[ recovery-image] Oct 16 04:04:37.108 INFO O| Oct 16 04:04:37.108 INFO STEP 16 (ensure_dir) COMPLETE
79232024-10-16T04:04:38.603Z[ recovery-image] Oct 16 04:04:37.108 INFO O| Oct 16 04:04:37.108 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79242024-10-16T04:04:38.614Z[ recovery-image] Oct 16 04:04:37.122 INFO O| Oct 16 04:04:37.121 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79252024-10-16T04:04:38.614Z[ recovery-image] Oct 16 04:04:37.122 INFO O| Oct 16 04:04:37.122 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79262024-10-16T04:04:38.614Z[ recovery-image] Oct 16 04:04:37.122 INFO O| Oct 16 04:04:37.122 INFO STEP 17 (ensure_dir) COMPLETE
79272024-10-16T04:04:38.616Z[ recovery-image] Oct 16 04:04:37.122 INFO O| Oct 16 04:04:37.122 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79282024-10-16T04:04:38.627Z[ recovery-image] Oct 16 04:04:37.135 INFO O| Oct 16 04:04:37.135 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79292024-10-16T04:04:38.627Z[ recovery-image] Oct 16 04:04:37.135 INFO O| Oct 16 04:04:37.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79302024-10-16T04:04:38.629Z[ recovery-image] Oct 16 04:04:37.135 INFO O| Oct 16 04:04:37.135 INFO ok!
79312024-10-16T04:04:38.629Z[ recovery-image] Oct 16 04:04:37.135 INFO O| Oct 16 04:04:37.135 INFO STEP 18 (ensure_symlink) COMPLETE
79322024-10-16T04:04:38.630Z[ recovery-image] Oct 16 04:04:37.135 INFO O| Oct 16 04:04:37.135 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79332024-10-16T04:04:38.641Z[ recovery-image] Oct 16 04:04:37.148 INFO O| Oct 16 04:04:37.148 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79342024-10-16T04:04:38.641Z[ recovery-image] Oct 16 04:04:37.149 INFO O| Oct 16 04:04:37.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79352024-10-16T04:04:38.643Z[ recovery-image] Oct 16 04:04:37.149 INFO O| Oct 16 04:04:37.149 INFO ok!
79362024-10-16T04:04:38.643Z[ recovery-image] Oct 16 04:04:37.149 INFO O| Oct 16 04:04:37.149 INFO STEP 19 (ensure_file) COMPLETE
79372024-10-16T04:04:38.643Z[ recovery-image] Oct 16 04:04:37.149 INFO O| Oct 16 04:04:37.149 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79382024-10-16T04:04:38.656Z[ recovery-image] Oct 16 04:04:37.164 INFO O| Oct 16 04:04:37.164 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79392024-10-16T04:04:38.656Z[ recovery-image] Oct 16 04:04:37.164 INFO O| Oct 16 04:04:37.164 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79402024-10-16T04:04:38.659Z[ recovery-image] Oct 16 04:04:37.165 INFO O| Oct 16 04:04:37.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79412024-10-16T04:04:38.659Z[ recovery-image] Oct 16 04:04:37.165 INFO O| Oct 16 04:04:37.165 INFO ok!
79422024-10-16T04:04:38.659Z[ recovery-image] Oct 16 04:04:37.165 INFO O| Oct 16 04:04:37.165 INFO STEP 20 (ensure_symlink) COMPLETE
79432024-10-16T04:04:38.659Z[ recovery-image] Oct 16 04:04:37.165 INFO O| Oct 16 04:04:37.165 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79442024-10-16T04:04:38.671Z[ recovery-image] Oct 16 04:04:37.179 INFO O| Oct 16 04:04:37.178 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79452024-10-16T04:04:38.671Z[ recovery-image] Oct 16 04:04:37.179 INFO O| Oct 16 04:04:37.179 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79462024-10-16T04:04:38.673Z[ recovery-image] Oct 16 04:04:37.179 INFO O| Oct 16 04:04:37.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79472024-10-16T04:04:38.673Z[ recovery-image] Oct 16 04:04:37.179 INFO O| Oct 16 04:04:37.179 INFO ok!
79482024-10-16T04:04:38.673Z[ recovery-image] Oct 16 04:04:37.179 INFO O| Oct 16 04:04:37.179 INFO STEP 21 (ensure_symlink) COMPLETE
79492024-10-16T04:04:38.673Z[ recovery-image] Oct 16 04:04:37.179 INFO O| Oct 16 04:04:37.179 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79502024-10-16T04:04:38.684Z[ recovery-image] Oct 16 04:04:37.192 INFO O| Oct 16 04:04:37.192 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79512024-10-16T04:04:38.684Z[ recovery-image] Oct 16 04:04:37.192 INFO O| Oct 16 04:04:37.192 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79522024-10-16T04:04:38.684Z[ recovery-image] Oct 16 04:04:37.192 INFO O| Oct 16 04:04:37.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79532024-10-16T04:04:38.687Z[ recovery-image] Oct 16 04:04:37.192 INFO O| Oct 16 04:04:37.192 INFO ok!
79542024-10-16T04:04:38.687Z[ recovery-image] Oct 16 04:04:37.192 INFO O| Oct 16 04:04:37.192 INFO STEP 22 (ensure_symlink) COMPLETE
79552024-10-16T04:04:38.687Z[ recovery-image] Oct 16 04:04:37.192 INFO O| Oct 16 04:04:37.192 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79562024-10-16T04:04:38.697Z[ recovery-image] Oct 16 04:04:37.205 INFO O| Oct 16 04:04:37.205 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79572024-10-16T04:04:38.697Z[ recovery-image] Oct 16 04:04:37.205 INFO O| Oct 16 04:04:37.205 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79582024-10-16T04:04:38.699Z[ recovery-image] Oct 16 04:04:37.205 INFO O| Oct 16 04:04:37.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79592024-10-16T04:04:38.700Z[ recovery-image] Oct 16 04:04:37.205 INFO O| Oct 16 04:04:37.205 INFO ok!
79602024-10-16T04:04:38.700Z[ recovery-image] Oct 16 04:04:37.205 INFO O| Oct 16 04:04:37.205 INFO STEP 23 (ensure_symlink) COMPLETE
79612024-10-16T04:04:38.700Z[ recovery-image] Oct 16 04:04:37.205 INFO O| Oct 16 04:04:37.205 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79622024-10-16T04:04:38.710Z[ recovery-image] Oct 16 04:04:37.218 INFO O| Oct 16 04:04:37.218 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79632024-10-16T04:04:38.710Z[ recovery-image] Oct 16 04:04:37.218 INFO O| Oct 16 04:04:37.218 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 ...
79642024-10-16T04:04:38.712Z[ recovery-image] Oct 16 04:04:37.218 INFO O| Oct 16 04:04:37.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79652024-10-16T04:04:38.712Z[ recovery-image] Oct 16 04:04:37.218 INFO O| Oct 16 04:04:37.218 INFO ok!
79662024-10-16T04:04:38.712Z[ recovery-image] Oct 16 04:04:37.218 INFO O| Oct 16 04:04:37.218 INFO STEP 24 (ensure_file) COMPLETE
79672024-10-16T04:04:38.712Z[ recovery-image] Oct 16 04:04:37.218 INFO O| Oct 16 04:04:37.218 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79682024-10-16T04:04:38.723Z[ recovery-image] Oct 16 04:04:37.231 INFO O| Oct 16 04:04:37.231 INFO updating shadow file
79692024-10-16T04:04:38.726Z[ recovery-image] Oct 16 04:04:37.231 INFO O| Oct 16 04:04:37.231 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79702024-10-16T04:04:38.726Z[ recovery-image] Oct 16 04:04:37.231 INFO O| Oct 16 04:04:37.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79712024-10-16T04:04:38.726Z[ recovery-image] Oct 16 04:04:37.231 INFO O| Oct 16 04:04:37.231 INFO STEP 25 (shadow) COMPLETE
79722024-10-16T04:04:38.726Z[ recovery-image] Oct 16 04:04:37.232 INFO O| Oct 16 04:04:37.231 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79732024-10-16T04:04:38.739Z[ recovery-image] Oct 16 04:04:37.246 INFO O| Oct 16 04:04:37.246 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79742024-10-16T04:04:38.739Z[ recovery-image] Oct 16 04:04:37.246 INFO O| Oct 16 04:04:37.246 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79752024-10-16T04:04:38.741Z[ recovery-image] Oct 16 04:04:37.247 INFO O| Oct 16 04:04:37.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79762024-10-16T04:04:38.741Z[ recovery-image] Oct 16 04:04:37.247 INFO O| Oct 16 04:04:37.247 INFO ok!
79772024-10-16T04:04:38.741Z[ recovery-image] Oct 16 04:04:37.247 INFO O| Oct 16 04:04:37.247 INFO STEP 26 (ensure_file) COMPLETE
79782024-10-16T04:04:38.741Z[ recovery-image] Oct 16 04:04:37.247 INFO O| Oct 16 04:04:37.247 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79792024-10-16T04:04:38.751Z[ recovery-image] Oct 16 04:04:37.259 INFO O| Oct 16 04:04:37.259 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79802024-10-16T04:04:38.751Z[ recovery-image] Oct 16 04:04:37.259 INFO O| Oct 16 04:04:37.259 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79812024-10-16T04:04:38.751Z[ recovery-image] Oct 16 04:04:37.259 INFO O| Oct 16 04:04:37.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79822024-10-16T04:04:38.753Z[ recovery-image] Oct 16 04:04:37.259 INFO O| Oct 16 04:04:37.259 INFO ok!
79832024-10-16T04:04:38.753Z[ recovery-image] Oct 16 04:04:37.259 INFO O| Oct 16 04:04:37.259 INFO STEP 27 (ensure_file) COMPLETE
79842024-10-16T04:04:38.753Z[ recovery-image] Oct 16 04:04:37.259 INFO O| Oct 16 04:04:37.259 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79852024-10-16T04:04:38.763Z[ recovery-image] Oct 16 04:04:37.271 INFO O| Oct 16 04:04:37.271 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79862024-10-16T04:04:38.763Z[ recovery-image] Oct 16 04:04:37.271 INFO O| Oct 16 04:04:37.271 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79872024-10-16T04:04:38.766Z[ recovery-image] Oct 16 04:04:37.271 INFO O| Oct 16 04:04:37.271 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79882024-10-16T04:04:38.766Z[ recovery-image] Oct 16 04:04:37.272 INFO O| Oct 16 04:04:37.271 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79892024-10-16T04:04:38.766Z[ recovery-image] Oct 16 04:04:37.272 INFO O| Oct 16 04:04:37.272 INFO ok!
79902024-10-16T04:04:38.766Z[ recovery-image] Oct 16 04:04:37.272 INFO O| Oct 16 04:04:37.272 INFO STEP 28 (ensure_file) COMPLETE
79912024-10-16T04:04:38.766Z[ recovery-image] Oct 16 04:04:37.272 INFO O| Oct 16 04:04:37.272 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79922024-10-16T04:04:38.775Z[ recovery-image] Oct 16 04:04:37.283 INFO O| Oct 16 04:04:37.283 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79932024-10-16T04:04:38.775Z[ recovery-image] Oct 16 04:04:37.283 INFO O| Oct 16 04:04:37.283 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79942024-10-16T04:04:38.786Z[ recovery-image] Oct 16 04:04:37.283 INFO O| Oct 16 04:04:37.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79952024-10-16T04:04:38.786Z[ recovery-image] Oct 16 04:04:37.283 INFO O| Oct 16 04:04:37.283 INFO ok!
79962024-10-16T04:04:38.786Z[ recovery-image] Oct 16 04:04:37.283 INFO O| Oct 16 04:04:37.283 INFO STEP 29 (ensure_file) COMPLETE
79972024-10-16T04:04:38.786Z[ recovery-image] Oct 16 04:04:37.283 INFO O| Oct 16 04:04:37.283 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79982024-10-16T04:04:38.802Z[ recovery-image] Oct 16 04:04:37.307 INFO O| Oct 16 04:04:37.306 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79992024-10-16T04:04:38.802Z[ recovery-image] Oct 16 04:04:37.307 INFO O| Oct 16 04:04:37.306 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80002024-10-16T04:04:38.802Z[ recovery-image] Oct 16 04:04:37.307 INFO O| Oct 16 04:04:37.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80012024-10-16T04:04:38.806Z[ recovery-image] Oct 16 04:04:37.307 INFO O| Oct 16 04:04:37.306 INFO ok!
80022024-10-16T04:04:38.810Z[ recovery-image] Oct 16 04:04:37.307 INFO O| Oct 16 04:04:37.306 INFO STEP 30 (ensure_file) COMPLETE
80032024-10-16T04:04:38.810Z[ recovery-image] Oct 16 04:04:37.307 INFO O| Oct 16 04:04:37.306 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80042024-10-16T04:04:38.822Z[ recovery-image] Oct 16 04:04:37.330 INFO O| Oct 16 04:04:37.330 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80052024-10-16T04:04:38.822Z[ recovery-image] Oct 16 04:04:37.330 INFO O| Oct 16 04:04:37.330 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80062024-10-16T04:04:38.827Z[ recovery-image] Oct 16 04:04:37.331 INFO O| Oct 16 04:04:37.330 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80072024-10-16T04:04:38.827Z[ recovery-image] Oct 16 04:04:37.331 INFO O| Oct 16 04:04:37.330 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80082024-10-16T04:04:38.827Z[ recovery-image] Oct 16 04:04:37.331 INFO O| Oct 16 04:04:37.331 INFO ok!
80092024-10-16T04:04:38.827Z[ recovery-image] Oct 16 04:04:37.331 INFO O| Oct 16 04:04:37.331 INFO STEP 31 (ensure_file) COMPLETE
80102024-10-16T04:04:38.827Z[ recovery-image] Oct 16 04:04:37.331 INFO O| Oct 16 04:04:37.331 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80112024-10-16T04:04:38.847Z[ recovery-image] Oct 16 04:04:37.355 INFO O| Oct 16 04:04:37.352 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80122024-10-16T04:04:38.847Z[ recovery-image] Oct 16 04:04:37.355 INFO O| Oct 16 04:04:37.352 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80132024-10-16T04:04:38.847Z[ recovery-image] Oct 16 04:04:37.355 INFO O| Oct 16 04:04:37.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80142024-10-16T04:04:38.847Z[ recovery-image] Oct 16 04:04:37.355 INFO O| Oct 16 04:04:37.352 INFO ok!
80152024-10-16T04:04:38.847Z[ recovery-image] Oct 16 04:04:37.355 INFO O| Oct 16 04:04:37.352 INFO STEP 32 (ensure_file) COMPLETE
80162024-10-16T04:04:38.847Z[ recovery-image] Oct 16 04:04:37.355 INFO O| Oct 16 04:04:37.352 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80172024-10-16T04:04:38.862Z[ recovery-image] Oct 16 04:04:37.370 INFO O| Oct 16 04:04:37.369 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80182024-10-16T04:04:38.862Z[ recovery-image] Oct 16 04:04:37.370 INFO O| Oct 16 04:04:37.369 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80192024-10-16T04:04:38.862Z[ recovery-image] Oct 16 04:04:37.370 INFO O| Oct 16 04:04:37.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80202024-10-16T04:04:38.862Z[ recovery-image] Oct 16 04:04:37.370 INFO O| Oct 16 04:04:37.369 INFO ok!
80212024-10-16T04:04:38.862Z[ recovery-image] Oct 16 04:04:37.370 INFO O| Oct 16 04:04:37.369 INFO STEP 33 (ensure_file) COMPLETE
80222024-10-16T04:04:38.862Z[ recovery-image] Oct 16 04:04:37.370 INFO O| Oct 16 04:04:37.369 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80232024-10-16T04:04:38.880Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.386 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80242024-10-16T04:04:38.881Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.386 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80252024-10-16T04:04:38.881Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.386 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80262024-10-16T04:04:38.881Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.386 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80272024-10-16T04:04:38.881Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.386 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80282024-10-16T04:04:38.881Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.386 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80292024-10-16T04:04:38.881Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.386 INFO ok!
80302024-10-16T04:04:38.881Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.387 INFO STEP 34 (ensure_file) COMPLETE
80312024-10-16T04:04:38.881Z[ recovery-image] Oct 16 04:04:37.388 INFO O| Oct 16 04:04:37.387 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80322024-10-16T04:04:38.901Z[ recovery-image] Oct 16 04:04:37.409 INFO O| Oct 16 04:04:37.407 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80332024-10-16T04:04:38.901Z[ recovery-image] Oct 16 04:04:37.409 INFO O| Oct 16 04:04:37.407 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80342024-10-16T04:04:38.901Z[ recovery-image] Oct 16 04:04:37.409 INFO O| Oct 16 04:04:37.407 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80352024-10-16T04:04:38.901Z[ recovery-image] Oct 16 04:04:37.409 INFO O| Oct 16 04:04:37.407 INFO STEP 35 (ensure_dir) COMPLETE
80362024-10-16T04:04:38.901Z[ recovery-image] Oct 16 04:04:37.409 INFO O| Oct 16 04:04:37.407 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80372024-10-16T04:04:38.921Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.428 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
80382024-10-16T04:04:38.921Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.429 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 ...
80392024-10-16T04:04:38.921Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.429 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
80402024-10-16T04:04:38.924Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.429 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
80412024-10-16T04:04:38.924Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.429 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
80422024-10-16T04:04:38.924Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.429 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
80432024-10-16T04:04:38.924Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.429 INFO ok!
80442024-10-16T04:04:38.924Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.429 INFO STEP 36 (ensure_file) COMPLETE
80452024-10-16T04:04:38.924Z[ recovery-image] Oct 16 04:04:37.429 INFO O| Oct 16 04:04:37.429 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80462024-10-16T04:04:38.933Z[ recovery-image] Oct 16 04:04:37.441 INFO O| Oct 16 04:04:37.441 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80472024-10-16T04:04:38.936Z[ recovery-image] Oct 16 04:04:37.441 INFO O| Oct 16 04:04:37.441 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 ...
80482024-10-16T04:04:38.936Z[ recovery-image] Oct 16 04:04:37.441 INFO O| Oct 16 04:04:37.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80492024-10-16T04:04:38.936Z[ recovery-image] Oct 16 04:04:37.441 INFO O| Oct 16 04:04:37.441 INFO ok!
80502024-10-16T04:04:38.936Z[ recovery-image] Oct 16 04:04:37.441 INFO O| Oct 16 04:04:37.441 INFO STEP 37 (ensure_symlink) COMPLETE
80512024-10-16T04:04:38.936Z[ recovery-image] Oct 16 04:04:37.442 INFO O| Oct 16 04:04:37.441 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80522024-10-16T04:04:38.947Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80532024-10-16T04:04:38.947Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80542024-10-16T04:04:38.950Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80552024-10-16T04:04:38.950Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80562024-10-16T04:04:38.950Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80572024-10-16T04:04:38.950Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80582024-10-16T04:04:38.950Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO ok!
80592024-10-16T04:04:38.950Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO STEP 38 (ensure_file) COMPLETE
80602024-10-16T04:04:38.950Z[ recovery-image] Oct 16 04:04:37.455 INFO O| Oct 16 04:04:37.455 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80612024-10-16T04:04:38.959Z[ recovery-image] Oct 16 04:04:37.467 INFO O| Oct 16 04:04:37.467 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80622024-10-16T04:04:38.959Z[ recovery-image] Oct 16 04:04:37.467 INFO O| Oct 16 04:04:37.467 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 ...
80632024-10-16T04:04:38.960Z[ recovery-image] Oct 16 04:04:37.467 INFO O| Oct 16 04:04:37.467 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
80642024-10-16T04:04:38.962Z[ recovery-image] Oct 16 04:04:37.467 INFO O| Oct 16 04:04:37.467 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80652024-10-16T04:04:38.962Z[ recovery-image] Oct 16 04:04:37.468 INFO O| Oct 16 04:04:37.467 INFO ok!
80662024-10-16T04:04:38.962Z[ recovery-image] Oct 16 04:04:37.468 INFO O| Oct 16 04:04:37.468 INFO STEP 39 (ensure_file) COMPLETE
80672024-10-16T04:04:38.962Z[ recovery-image] Oct 16 04:04:37.468 INFO O| Oct 16 04:04:37.468 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80682024-10-16T04:04:38.971Z[ recovery-image] Oct 16 04:04:37.479 INFO O| Oct 16 04:04:37.479 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80692024-10-16T04:04:38.971Z[ recovery-image] Oct 16 04:04:37.479 INFO O| Oct 16 04:04:37.479 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80702024-10-16T04:04:38.974Z[ recovery-image] Oct 16 04:04:37.479 INFO O| Oct 16 04:04:37.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80712024-10-16T04:04:38.974Z[ recovery-image] Oct 16 04:04:37.479 INFO O| Oct 16 04:04:37.479 INFO ok!
80722024-10-16T04:04:38.974Z[ recovery-image] Oct 16 04:04:37.479 INFO O| Oct 16 04:04:37.479 INFO STEP 40 (ensure_file) COMPLETE
80732024-10-16T04:04:38.974Z[ recovery-image] Oct 16 04:04:37.479 INFO O| Oct 16 04:04:37.479 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80742024-10-16T04:04:38.983Z[ recovery-image] Oct 16 04:04:37.492 INFO O| Oct 16 04:04:37.491 INFO updating shadow file
80752024-10-16T04:04:38.986Z[ recovery-image] Oct 16 04:04:37.492 INFO O| Oct 16 04:04:37.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80762024-10-16T04:04:38.986Z[ recovery-image] Oct 16 04:04:37.492 INFO O| Oct 16 04:04:37.492 INFO STEP 41 (shadow) COMPLETE
80772024-10-16T04:04:38.986Z[ recovery-image] Oct 16 04:04:37.492 INFO O| Oct 16 04:04:37.492 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80782024-10-16T04:04:38.996Z[ recovery-image] Oct 16 04:04:37.504 INFO O| Oct 16 04:04:37.504 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80792024-10-16T04:04:38.996Z[ recovery-image] Oct 16 04:04:37.504 INFO O| Oct 16 04:04:37.504 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80802024-10-16T04:04:38.998Z[ recovery-image] Oct 16 04:04:37.504 INFO O| Oct 16 04:04:37.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80812024-10-16T04:04:38.998Z[ recovery-image] Oct 16 04:04:37.504 INFO O| Oct 16 04:04:37.504 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80822024-10-16T04:04:38.999Z[ recovery-image] Oct 16 04:04:37.504 INFO O| Oct 16 04:04:37.504 INFO ok!
80832024-10-16T04:04:38.999Z[ recovery-image] Oct 16 04:04:37.504 INFO O| Oct 16 04:04:37.504 INFO STEP 42 (ensure_file) COMPLETE
80842024-10-16T04:04:38.999Z[ recovery-image] Oct 16 04:04:37.504 INFO O| Oct 16 04:04:37.504 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80852024-10-16T04:04:39.009Z[ recovery-image] Oct 16 04:04:37.517 INFO O| Oct 16 04:04:37.517 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80862024-10-16T04:04:39.009Z[ recovery-image] Oct 16 04:04:37.517 INFO O| Oct 16 04:04:37.517 INFO STEP 43 (ensure_dir) COMPLETE
80872024-10-16T04:04:39.011Z[ recovery-image] Oct 16 04:04:37.517 INFO O| Oct 16 04:04:37.517 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80882024-10-16T04:04:39.022Z[ recovery-image] Oct 16 04:04:37.530 INFO O| Oct 16 04:04:37.529 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80892024-10-16T04:04:39.022Z[ recovery-image] Oct 16 04:04:37.530 INFO O| Oct 16 04:04:37.530 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80902024-10-16T04:04:39.024Z[ recovery-image] Oct 16 04:04:37.530 INFO O| Oct 16 04:04:37.530 INFO STEP 44 (ensure_dir) COMPLETE
80912024-10-16T04:04:39.024Z[ recovery-image] Oct 16 04:04:37.530 INFO O| Oct 16 04:04:37.530 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80922024-10-16T04:04:39.036Z[ recovery-image] Oct 16 04:04:37.544 INFO O| Oct 16 04:04:37.544 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80932024-10-16T04:04:39.039Z[ recovery-image] Oct 16 04:04:37.544 INFO O| Oct 16 04:04:37.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80942024-10-16T04:04:39.039Z[ recovery-image] Oct 16 04:04:37.544 INFO O| Oct 16 04:04:37.544 INFO STEP 45 (ensure_dir) COMPLETE
80952024-10-16T04:04:39.039Z[ recovery-image] Oct 16 04:04:37.544 INFO O| Oct 16 04:04:37.544 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-16T04:04:39.048Z[ recovery-image] Oct 16 04:04:37.556 INFO O| Oct 16 04:04:37.556 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80972024-10-16T04:04:39.048Z[ recovery-image] Oct 16 04:04:37.556 INFO O| Oct 16 04:04:37.556 INFO copying /tmp/.tmpFfgg6s/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80982024-10-16T04:04:39.082Z[ recovery-image] Oct 16 04:04:37.590 INFO O| Oct 16 04:04:37.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80992024-10-16T04:04:39.082Z[ recovery-image] Oct 16 04:04:37.590 INFO O| Oct 16 04:04:37.590 INFO ok!
81002024-10-16T04:04:39.086Z[ recovery-image] Oct 16 04:04:37.590 INFO O| Oct 16 04:04:37.590 INFO STEP 46 (ensure_file) COMPLETE
81012024-10-16T04:04:39.086Z[ recovery-image] Oct 16 04:04:37.590 INFO O| Oct 16 04:04:37.590 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81022024-10-16T04:04:39.096Z[ recovery-image] Oct 16 04:04:37.604 INFO O| Oct 16 04:04:37.604 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81032024-10-16T04:04:39.096Z[ recovery-image] Oct 16 04:04:37.604 INFO O| Oct 16 04:04:37.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81042024-10-16T04:04:39.096Z[ recovery-image] Oct 16 04:04:37.604 INFO O| Oct 16 04:04:37.604 INFO STEP 47 (ensure_dir) COMPLETE
81052024-10-16T04:04:39.096Z[ recovery-image] Oct 16 04:04:37.604 INFO O| Oct 16 04:04:37.604 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81062024-10-16T04:04:39.109Z[ recovery-image] Oct 16 04:04:37.617 INFO O| Oct 16 04:04:37.617 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81072024-10-16T04:04:39.109Z[ recovery-image] Oct 16 04:04:37.617 INFO O| Oct 16 04:04:37.617 INFO copying /tmp/.tmpFfgg6s/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81082024-10-16T04:04:39.109Z[ recovery-image] Oct 16 04:04:37.617 INFO O| Oct 16 04:04:37.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81092024-10-16T04:04:39.109Z[ recovery-image] Oct 16 04:04:37.617 INFO O| Oct 16 04:04:37.617 INFO ok!
81102024-10-16T04:04:39.112Z[ recovery-image] Oct 16 04:04:37.617 INFO O| Oct 16 04:04:37.617 INFO STEP 48 (ensure_file) COMPLETE
81112024-10-16T04:04:39.112Z[ recovery-image] Oct 16 04:04:37.617 INFO O| Oct 16 04:04:37.617 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81122024-10-16T04:04:39.123Z[ recovery-image] Oct 16 04:04:37.631 INFO O| Oct 16 04:04:37.631 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81132024-10-16T04:04:39.123Z[ recovery-image] Oct 16 04:04:37.631 INFO O| Oct 16 04:04:37.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81142024-10-16T04:04:39.126Z[ recovery-image] Oct 16 04:04:37.631 INFO O| Oct 16 04:04:37.631 INFO STEP 49 (ensure_dir) COMPLETE
81152024-10-16T04:04:39.126Z[ recovery-image] Oct 16 04:04:37.631 INFO O| Oct 16 04:04:37.631 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81162024-10-16T04:04:39.137Z[ recovery-image] Oct 16 04:04:37.645 INFO O| Oct 16 04:04:37.645 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81172024-10-16T04:04:39.137Z[ recovery-image] Oct 16 04:04:37.645 INFO O| Oct 16 04:04:37.645 INFO copying /tmp/.tmpFfgg6s/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81182024-10-16T04:04:39.153Z[ recovery-image] Oct 16 04:04:37.661 INFO O| Oct 16 04:04:37.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81192024-10-16T04:04:39.153Z[ recovery-image] Oct 16 04:04:37.661 INFO O| Oct 16 04:04:37.661 INFO ok!
81202024-10-16T04:04:39.155Z[ recovery-image] Oct 16 04:04:37.661 INFO O| Oct 16 04:04:37.661 INFO STEP 50 (ensure_file) COMPLETE
81212024-10-16T04:04:39.155Z[ recovery-image] Oct 16 04:04:37.661 INFO O| Oct 16 04:04:37.661 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81222024-10-16T04:04:39.167Z[ recovery-image] Oct 16 04:04:37.675 INFO O| Oct 16 04:04:37.675 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81232024-10-16T04:04:39.167Z[ recovery-image] Oct 16 04:04:37.675 INFO O| Oct 16 04:04:37.675 INFO copying /tmp/.tmpFfgg6s/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81242024-10-16T04:04:39.679Z[ recovery-image] Oct 16 04:04:38.186 INFO O| Oct 16 04:04:38.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81252024-10-16T04:04:39.679Z[ recovery-image] Oct 16 04:04:38.186 INFO O| Oct 16 04:04:38.186 INFO ok!
81262024-10-16T04:04:39.679Z[ recovery-image] Oct 16 04:04:38.186 INFO O| Oct 16 04:04:38.186 INFO STEP 51 (ensure_file) COMPLETE
81272024-10-16T04:04:39.679Z[ recovery-image] Oct 16 04:04:38.186 INFO O| Oct 16 04:04:38.186 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81282024-10-16T04:04:39.693Z[ recovery-image] Oct 16 04:04:38.200 INFO O| Oct 16 04:04:38.200 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81292024-10-16T04:04:39.693Z[ recovery-image] Oct 16 04:04:38.200 INFO O| Oct 16 04:04:38.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81302024-10-16T04:04:39.693Z[ recovery-image] Oct 16 04:04:38.200 INFO O| Oct 16 04:04:38.200 INFO STEP 52 (ensure_dir) COMPLETE
81312024-10-16T04:04:39.696Z[ recovery-image] Oct 16 04:04:38.200 INFO O| Oct 16 04:04:38.200 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81322024-10-16T04:04:39.705Z[ recovery-image] Oct 16 04:04:38.212 INFO O| Oct 16 04:04:38.212 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81332024-10-16T04:04:39.707Z[ recovery-image] Oct 16 04:04:38.213 INFO O| Oct 16 04:04:38.212 INFO copying /tmp/.tmpFfgg6s/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 ...
81342024-10-16T04:04:39.707Z[ recovery-image] Oct 16 04:04:38.213 INFO O| Oct 16 04:04:38.213 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
81352024-10-16T04:04:39.707Z[ recovery-image] Oct 16 04:04:38.213 INFO O| Oct 16 04:04:38.213 INFO ok!
81362024-10-16T04:04:39.707Z[ recovery-image] Oct 16 04:04:38.213 INFO O| Oct 16 04:04:38.213 INFO STEP 53 (ensure_file) COMPLETE
81372024-10-16T04:04:39.707Z[ recovery-image] Oct 16 04:04:38.213 INFO O| Oct 16 04:04:38.213 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81382024-10-16T04:04:39.716Z[ recovery-image] Oct 16 04:04:38.224 INFO O| Oct 16 04:04:38.224 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81392024-10-16T04:04:39.716Z[ recovery-image] Oct 16 04:04:38.224 INFO O| Oct 16 04:04:38.224 INFO copying /tmp/.tmpFfgg6s/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 ...
81402024-10-16T04:04:39.716Z[ recovery-image] Oct 16 04:04:38.224 INFO O| Oct 16 04:04:38.224 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
81412024-10-16T04:04:39.718Z[ recovery-image] Oct 16 04:04:38.224 INFO O| Oct 16 04:04:38.224 INFO ok!
81422024-10-16T04:04:39.718Z[ recovery-image] Oct 16 04:04:38.224 INFO O| Oct 16 04:04:38.224 INFO STEP 54 (ensure_file) COMPLETE
81432024-10-16T04:04:39.718Z[ recovery-image] Oct 16 04:04:38.224 INFO O| Oct 16 04:04:38.224 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81442024-10-16T04:04:39.726Z[ recovery-image] Oct 16 04:04:38.234 INFO O| Oct 16 04:04:38.234 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81452024-10-16T04:04:39.729Z[ recovery-image] Oct 16 04:04:38.234 INFO O| Oct 16 04:04:38.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81462024-10-16T04:04:39.729Z[ recovery-image] Oct 16 04:04:38.234 INFO O| Oct 16 04:04:38.234 INFO STEP 55 (ensure_dir) COMPLETE
81472024-10-16T04:04:39.729Z[ recovery-image] Oct 16 04:04:38.234 INFO O| Oct 16 04:04:38.234 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81482024-10-16T04:04:39.737Z[ recovery-image] Oct 16 04:04:38.245 INFO O| Oct 16 04:04:38.245 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81492024-10-16T04:04:39.737Z[ recovery-image] Oct 16 04:04:38.245 INFO O| Oct 16 04:04:38.245 INFO copying /tmp/.tmpFfgg6s/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 ...
81502024-10-16T04:04:39.740Z[ recovery-image] Oct 16 04:04:38.246 INFO O| Oct 16 04:04:38.246 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81512024-10-16T04:04:39.740Z[ recovery-image] Oct 16 04:04:38.246 INFO O| Oct 16 04:04:38.246 INFO ok!
81522024-10-16T04:04:39.740Z[ recovery-image] Oct 16 04:04:38.246 INFO O| Oct 16 04:04:38.246 INFO STEP 56 (ensure_file) COMPLETE
81532024-10-16T04:04:39.740Z[ recovery-image] Oct 16 04:04:38.246 INFO O| Oct 16 04:04:38.246 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81542024-10-16T04:04:39.751Z[ recovery-image] Oct 16 04:04:38.258 INFO O| Oct 16 04:04:38.258 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81552024-10-16T04:04:39.751Z[ recovery-image] Oct 16 04:04:38.259 INFO O| Oct 16 04:04:38.258 INFO copying /tmp/.tmpFfgg6s/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 ...
81562024-10-16T04:04:39.753Z[ recovery-image] Oct 16 04:04:38.259 INFO O| Oct 16 04:04:38.259 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
81572024-10-16T04:04:39.754Z[ recovery-image] Oct 16 04:04:38.259 INFO O| Oct 16 04:04:38.259 INFO ok!
81582024-10-16T04:04:39.754Z[ recovery-image] Oct 16 04:04:38.259 INFO O| Oct 16 04:04:38.259 INFO STEP 57 (ensure_file) COMPLETE
81592024-10-16T04:04:39.754Z[ recovery-image] Oct 16 04:04:38.259 INFO O| Oct 16 04:04:38.259 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81602024-10-16T04:04:39.764Z[ recovery-image] Oct 16 04:04:38.272 INFO O| Oct 16 04:04:38.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81612024-10-16T04:04:39.764Z[ recovery-image] Oct 16 04:04:38.272 INFO O| Oct 16 04:04:38.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81622024-10-16T04:04:39.767Z[ recovery-image] Oct 16 04:04:38.272 INFO O| Oct 16 04:04:38.272 INFO STEP 58 (ensure_dir) COMPLETE
81632024-10-16T04:04:39.767Z[ recovery-image] Oct 16 04:04:38.272 INFO O| Oct 16 04:04:38.272 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81642024-10-16T04:04:39.778Z[ recovery-image] Oct 16 04:04:38.285 INFO O| Oct 16 04:04:38.285 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81652024-10-16T04:04:39.778Z[ recovery-image] Oct 16 04:04:38.285 INFO O| Oct 16 04:04:38.285 INFO copying /tmp/.tmpFfgg6s/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 ...
81662024-10-16T04:04:39.780Z[ recovery-image] Oct 16 04:04:38.286 INFO O| Oct 16 04:04:38.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81672024-10-16T04:04:39.780Z[ recovery-image] Oct 16 04:04:38.286 INFO O| Oct 16 04:04:38.286 INFO ok!
81682024-10-16T04:04:39.780Z[ recovery-image] Oct 16 04:04:38.286 INFO O| Oct 16 04:04:38.286 INFO STEP 59 (ensure_file) COMPLETE
81692024-10-16T04:04:39.780Z[ recovery-image] Oct 16 04:04:38.286 INFO O| Oct 16 04:04:38.286 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81702024-10-16T04:04:39.792Z[ recovery-image] Oct 16 04:04:38.299 INFO O| Oct 16 04:04:38.299 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81712024-10-16T04:04:39.792Z[ recovery-image] Oct 16 04:04:38.299 INFO O| Oct 16 04:04:38.299 INFO copying /tmp/.tmpFfgg6s/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81722024-10-16T04:04:39.795Z[ recovery-image] Oct 16 04:04:38.300 INFO O| Oct 16 04:04:38.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81732024-10-16T04:04:39.795Z[ recovery-image] Oct 16 04:04:38.300 INFO O| Oct 16 04:04:38.299 INFO ok!
81742024-10-16T04:04:39.795Z[ recovery-image] Oct 16 04:04:38.300 INFO O| Oct 16 04:04:38.299 INFO STEP 60 (ensure_file) COMPLETE
81752024-10-16T04:04:39.795Z[ recovery-image] Oct 16 04:04:38.300 INFO O| Oct 16 04:04:38.299 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81762024-10-16T04:04:39.804Z[ recovery-image] Oct 16 04:04:38.312 INFO O| Oct 16 04:04:38.312 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81772024-10-16T04:04:39.804Z[ recovery-image] Oct 16 04:04:38.312 INFO O| Oct 16 04:04:38.312 INFO STEP 61 (ensure_dir) COMPLETE
81782024-10-16T04:04:39.807Z[ recovery-image] Oct 16 04:04:38.312 INFO O| Oct 16 04:04:38.312 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81792024-10-16T04:04:39.817Z[ recovery-image] Oct 16 04:04:38.324 INFO O| Oct 16 04:04:38.324 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81802024-10-16T04:04:39.817Z[ recovery-image] Oct 16 04:04:38.325 INFO O| Oct 16 04:04:38.324 INFO STEP 62 (ensure_dir) COMPLETE
81812024-10-16T04:04:39.820Z[ recovery-image] Oct 16 04:04:38.325 INFO O| Oct 16 04:04:38.324 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81822024-10-16T04:04:39.828Z[ recovery-image] Oct 16 04:04:38.336 INFO O| Oct 16 04:04:38.336 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81832024-10-16T04:04:39.832Z[ recovery-image] Oct 16 04:04:38.336 INFO O| Oct 16 04:04:38.336 INFO STEP 63 (ensure_dir) COMPLETE
81842024-10-16T04:04:39.832Z[ recovery-image] Oct 16 04:04:38.336 INFO O| Oct 16 04:04:38.336 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81852024-10-16T04:04:39.839Z[ recovery-image] Oct 16 04:04:38.347 INFO O| Oct 16 04:04:38.347 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81862024-10-16T04:04:39.842Z[ recovery-image] Oct 16 04:04:38.347 INFO O| Oct 16 04:04:38.347 INFO STEP 64 (ensure_dir) COMPLETE
81872024-10-16T04:04:39.842Z[ recovery-image] Oct 16 04:04:38.347 INFO O| Oct 16 04:04:38.347 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81882024-10-16T04:04:39.850Z[ recovery-image] Oct 16 04:04:38.358 INFO O| Oct 16 04:04:38.358 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81892024-10-16T04:04:39.850Z[ recovery-image] Oct 16 04:04:38.358 INFO O| Oct 16 04:04:38.358 INFO copying /tmp/.tmpFfgg6s/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81902024-10-16T04:04:39.854Z[ recovery-image] Oct 16 04:04:38.358 INFO O| Oct 16 04:04:38.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81912024-10-16T04:04:39.854Z[ recovery-image] Oct 16 04:04:38.358 INFO O| Oct 16 04:04:38.358 INFO ok!
81922024-10-16T04:04:39.854Z[ recovery-image] Oct 16 04:04:38.358 INFO O| Oct 16 04:04:38.358 INFO STEP 65 (ensure_file) COMPLETE
81932024-10-16T04:04:39.854Z[ recovery-image] Oct 16 04:04:38.358 INFO O| Oct 16 04:04:38.358 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81942024-10-16T04:04:39.860Z[ recovery-image] Oct 16 04:04:38.368 INFO O| Oct 16 04:04:38.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81952024-10-16T04:04:39.863Z[ recovery-image] Oct 16 04:04:38.369 INFO O| Oct 16 04:04:38.369 INFO STEP 66 (remove_files) COMPLETE
81962024-10-16T04:04:39.863Z[ recovery-image] Oct 16 04:04:38.369 INFO O| Oct 16 04:04:38.369 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-10-16T04:04:39.872Z[ recovery-image] Oct 16 04:04:38.379 INFO O| Oct 16 04:04:38.379 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81982024-10-16T04:04:39.874Z[ recovery-image] Oct 16 04:04:38.380 INFO O| Oct 16 04:04:38.380 INFO STEP 67 (remove_files) COMPLETE
81992024-10-16T04:04:39.874Z[ recovery-image] Oct 16 04:04:38.380 INFO O| Oct 16 04:04:38.380 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-16T04:04:39.883Z[ recovery-image] Oct 16 04:04:38.391 INFO O| Oct 16 04:04:38.391 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82012024-10-16T04:04:39.886Z[ recovery-image] Oct 16 04:04:38.391 INFO O| Oct 16 04:04:38.391 INFO STEP 68 (remove_files) COMPLETE
82022024-10-16T04:04:39.886Z[ recovery-image] Oct 16 04:04:38.391 INFO O| Oct 16 04:04:38.391 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-16T04:04:39.896Z[ recovery-image] Oct 16 04:04:38.403 INFO O| Oct 16 04:04:38.403 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82042024-10-16T04:04:39.898Z[ recovery-image] Oct 16 04:04:38.404 INFO O| Oct 16 04:04:38.404 INFO STEP 69 (remove_files) COMPLETE
82052024-10-16T04:04:39.898Z[ recovery-image] Oct 16 04:04:38.404 INFO O| Oct 16 04:04:38.404 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-16T04:04:39.907Z[ recovery-image] Oct 16 04:04:38.415 INFO O| Oct 16 04:04:38.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82072024-10-16T04:04:39.910Z[ recovery-image] Oct 16 04:04:38.415 INFO O| Oct 16 04:04:38.415 INFO STEP 70 (remove_files) COMPLETE
82082024-10-16T04:04:39.910Z[ recovery-image] Oct 16 04:04:38.415 INFO O| Oct 16 04:04:38.415 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-16T04:04:39.917Z[ recovery-image] Oct 16 04:04:38.425 INFO O| Oct 16 04:04:38.425 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82102024-10-16T04:04:39.920Z[ recovery-image] Oct 16 04:04:38.426 INFO O| Oct 16 04:04:38.426 INFO STEP 71 (remove_files) COMPLETE
82112024-10-16T04:04:39.920Z[ recovery-image] Oct 16 04:04:38.426 INFO O| Oct 16 04:04:38.426 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-16T04:04:39.930Z[ recovery-image] Oct 16 04:04:38.438 INFO O| Oct 16 04:04:38.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82132024-10-16T04:04:39.930Z[ recovery-image] Oct 16 04:04:38.438 INFO O| Oct 16 04:04:38.438 INFO STEP 72 (remove_files) COMPLETE
82142024-10-16T04:04:39.932Z[ recovery-image] Oct 16 04:04:38.438 INFO O| Oct 16 04:04:38.438 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-16T04:04:39.941Z[ recovery-image] Oct 16 04:04:38.449 INFO O| Oct 16 04:04:38.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82162024-10-16T04:04:39.941Z[ recovery-image] Oct 16 04:04:38.449 INFO O| Oct 16 04:04:38.449 INFO STEP 73 (remove_files) COMPLETE
82172024-10-16T04:04:39.941Z[ recovery-image] Oct 16 04:04:38.449 INFO O| Oct 16 04:04:38.449 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-16T04:04:39.952Z[ recovery-image] Oct 16 04:04:38.460 INFO O| Oct 16 04:04:38.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82192024-10-16T04:04:39.952Z[ recovery-image] Oct 16 04:04:38.460 INFO O| Oct 16 04:04:38.460 INFO STEP 74 (remove_files) COMPLETE
82202024-10-16T04:04:39.952Z[ recovery-image] Oct 16 04:04:38.460 INFO O| Oct 16 04:04:38.460 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-16T04:04:39.962Z[ recovery-image] Oct 16 04:04:38.470 INFO O| Oct 16 04:04:38.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82222024-10-16T04:04:39.962Z[ recovery-image] Oct 16 04:04:38.470 INFO O| Oct 16 04:04:38.470 INFO STEP 75 (remove_files) COMPLETE
82232024-10-16T04:04:39.962Z[ recovery-image] Oct 16 04:04:38.470 INFO O| Oct 16 04:04:38.470 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-16T04:04:39.972Z[ recovery-image] Oct 16 04:04:38.480 INFO O| Oct 16 04:04:38.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82252024-10-16T04:04:39.972Z[ recovery-image] Oct 16 04:04:38.480 INFO O| Oct 16 04:04:38.480 INFO STEP 76 (remove_files) COMPLETE
82262024-10-16T04:04:39.974Z[ recovery-image] Oct 16 04:04:38.480 INFO O| Oct 16 04:04:38.480 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82272024-10-16T04:04:39.983Z[ recovery-image] Oct 16 04:04:38.491 INFO O| Oct 16 04:04:38.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82282024-10-16T04:04:39.983Z[ recovery-image] Oct 16 04:04:38.491 INFO O| Oct 16 04:04:38.491 INFO STEP 77 (remove_files) COMPLETE
82292024-10-16T04:04:39.985Z[ recovery-image] Oct 16 04:04:38.491 INFO O| Oct 16 04:04:38.491 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82302024-10-16T04:04:39.993Z[ recovery-image] Oct 16 04:04:38.501 INFO O| Oct 16 04:04:38.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82312024-10-16T04:04:39.993Z[ recovery-image] Oct 16 04:04:38.501 INFO O| Oct 16 04:04:38.501 INFO STEP 78 (remove_files) COMPLETE
82322024-10-16T04:04:39.993Z[ recovery-image] Oct 16 04:04:38.501 INFO O| Oct 16 04:04:38.501 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82332024-10-16T04:04:40.004Z[ recovery-image] Oct 16 04:04:38.511 INFO O| Oct 16 04:04:38.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82342024-10-16T04:04:40.004Z[ recovery-image] Oct 16 04:04:38.512 INFO O| Oct 16 04:04:38.512 INFO STEP 79 (remove_files) COMPLETE
82352024-10-16T04:04:40.004Z[ recovery-image] Oct 16 04:04:38.512 INFO O| Oct 16 04:04:38.512 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82362024-10-16T04:04:40.015Z[ recovery-image] Oct 16 04:04:38.523 INFO O| Oct 16 04:04:38.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82372024-10-16T04:04:40.015Z[ recovery-image] Oct 16 04:04:38.523 INFO O| Oct 16 04:04:38.523 INFO STEP 80 (remove_files) COMPLETE
82382024-10-16T04:04:40.017Z[ recovery-image] Oct 16 04:04:38.523 INFO O| Oct 16 04:04:38.523 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82392024-10-16T04:04:40.026Z[ recovery-image] Oct 16 04:04:38.533 INFO O| Oct 16 04:04:38.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82402024-10-16T04:04:40.026Z[ recovery-image] Oct 16 04:04:38.534 INFO O| Oct 16 04:04:38.534 INFO STEP 81 (remove_files) COMPLETE
82412024-10-16T04:04:40.026Z[ recovery-image] Oct 16 04:04:38.534 INFO O| Oct 16 04:04:38.534 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82422024-10-16T04:04:40.037Z[ recovery-image] Oct 16 04:04:38.545 INFO O| Oct 16 04:04:38.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82432024-10-16T04:04:40.037Z[ recovery-image] Oct 16 04:04:38.545 INFO O| Oct 16 04:04:38.545 INFO STEP 82 (remove_files) COMPLETE
82442024-10-16T04:04:40.040Z[ recovery-image] Oct 16 04:04:38.545 INFO O| Oct 16 04:04:38.545 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82452024-10-16T04:04:40.049Z[ recovery-image] Oct 16 04:04:38.557 INFO O| Oct 16 04:04:38.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82462024-10-16T04:04:40.049Z[ recovery-image] Oct 16 04:04:38.558 INFO O| Oct 16 04:04:38.557 INFO STEP 83 (remove_files) COMPLETE
82472024-10-16T04:04:40.052Z[ recovery-image] Oct 16 04:04:38.558 INFO O| Oct 16 04:04:38.557 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82482024-10-16T04:04:40.061Z[ recovery-image] Oct 16 04:04:38.569 INFO O| Oct 16 04:04:38.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82492024-10-16T04:04:40.061Z[ recovery-image] Oct 16 04:04:38.569 INFO O| Oct 16 04:04:38.569 INFO STEP 84 (remove_files) COMPLETE
82502024-10-16T04:04:40.062Z[ recovery-image] Oct 16 04:04:38.569 INFO O| Oct 16 04:04:38.569 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82512024-10-16T04:04:40.074Z[ recovery-image] Oct 16 04:04:38.581 INFO O| Oct 16 04:04:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82522024-10-16T04:04:40.076Z[ recovery-image] Oct 16 04:04:38.581 INFO O| Oct 16 04:04:38.581 INFO STEP 85 (remove_files) COMPLETE
82532024-10-16T04:04:40.076Z[ recovery-image] Oct 16 04:04:38.581 INFO O| Oct 16 04:04:38.581 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82542024-10-16T04:04:40.086Z[ recovery-image] Oct 16 04:04:38.594 INFO O| Oct 16 04:04:38.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82552024-10-16T04:04:40.086Z[ recovery-image] Oct 16 04:04:38.594 INFO O| Oct 16 04:04:38.594 INFO STEP 86 (remove_files) COMPLETE
82562024-10-16T04:04:40.086Z[ recovery-image] Oct 16 04:04:38.594 INFO O| Oct 16 04:04:38.594 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82572024-10-16T04:04:40.098Z[ recovery-image] Oct 16 04:04:38.605 INFO O| Oct 16 04:04:38.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82582024-10-16T04:04:40.098Z[ recovery-image] Oct 16 04:04:38.606 INFO O| Oct 16 04:04:38.605 INFO STEP 87 (remove_files) COMPLETE
82592024-10-16T04:04:40.100Z[ recovery-image] Oct 16 04:04:38.606 INFO O| Oct 16 04:04:38.606 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82602024-10-16T04:04:40.109Z[ recovery-image] Oct 16 04:04:38.617 INFO O| Oct 16 04:04:38.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82612024-10-16T04:04:40.109Z[ recovery-image] Oct 16 04:04:38.617 INFO O| Oct 16 04:04:38.617 INFO STEP 88 (remove_files) COMPLETE
82622024-10-16T04:04:40.111Z[ recovery-image] Oct 16 04:04:38.617 INFO O| Oct 16 04:04:38.617 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82632024-10-16T04:04:40.120Z[ recovery-image] Oct 16 04:04:38.628 INFO O| Oct 16 04:04:38.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82642024-10-16T04:04:40.120Z[ recovery-image] Oct 16 04:04:38.628 INFO O| Oct 16 04:04:38.628 INFO STEP 89 (remove_files) COMPLETE
82652024-10-16T04:04:40.122Z[ recovery-image] Oct 16 04:04:38.628 INFO O| Oct 16 04:04:38.628 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82662024-10-16T04:04:40.132Z[ recovery-image] Oct 16 04:04:38.640 INFO O| Oct 16 04:04:38.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82672024-10-16T04:04:40.132Z[ recovery-image] Oct 16 04:04:38.640 INFO O| Oct 16 04:04:38.640 INFO STEP 90 (remove_files) COMPLETE
82682024-10-16T04:04:40.135Z[ recovery-image] Oct 16 04:04:38.640 INFO O| Oct 16 04:04:38.640 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82692024-10-16T04:04:40.147Z[ recovery-image] Oct 16 04:04:38.655 INFO O| Oct 16 04:04:38.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82702024-10-16T04:04:40.147Z[ recovery-image] Oct 16 04:04:38.655 INFO O| Oct 16 04:04:38.655 INFO STEP 91 (remove_files) COMPLETE
82712024-10-16T04:04:40.150Z[ recovery-image] Oct 16 04:04:38.655 INFO O| Oct 16 04:04:38.655 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82722024-10-16T04:04:40.160Z[ recovery-image] Oct 16 04:04:38.668 INFO O| Oct 16 04:04:38.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82732024-10-16T04:04:40.161Z[ recovery-image] Oct 16 04:04:38.668 INFO O| Oct 16 04:04:38.668 INFO STEP 92 (remove_files) COMPLETE
82742024-10-16T04:04:40.161Z[ recovery-image] Oct 16 04:04:38.668 INFO O| Oct 16 04:04:38.668 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82752024-10-16T04:04:40.176Z[ recovery-image] Oct 16 04:04:38.684 INFO O| Oct 16 04:04:38.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82762024-10-16T04:04:40.176Z[ recovery-image] Oct 16 04:04:38.684 INFO O| Oct 16 04:04:38.684 INFO STEP 93 (remove_files) COMPLETE
82772024-10-16T04:04:40.176Z[ recovery-image] Oct 16 04:04:38.684 INFO O| Oct 16 04:04:38.684 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82782024-10-16T04:04:40.188Z[ recovery-image] Oct 16 04:04:38.696 INFO O| Oct 16 04:04:38.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82792024-10-16T04:04:40.188Z[ recovery-image] Oct 16 04:04:38.696 INFO O| Oct 16 04:04:38.696 INFO STEP 94 (remove_files) COMPLETE
82802024-10-16T04:04:40.191Z[ recovery-image] Oct 16 04:04:38.696 INFO O| Oct 16 04:04:38.696 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82812024-10-16T04:04:40.205Z[ recovery-image] Oct 16 04:04:38.713 INFO O| Oct 16 04:04:38.713 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82822024-10-16T04:04:40.208Z[ recovery-image] Oct 16 04:04:38.713 INFO O| Oct 16 04:04:38.713 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82832024-10-16T04:04:45.844Z[ recovery-image] Oct 16 04:04:44.352 INFO O| Oct 16 04:04:44.351 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
82842024-10-16T04:04:45.845Z[ recovery-image] Oct 16 04:04:44.352 INFO O| Oct 16 04:04:44.352 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82852024-10-16T04:04:45.857Z[ recovery-image] Oct 16 04:04:44.364 INFO O| Oct 16 04:04:44.364 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82862024-10-16T04:04:45.935Z[ recovery-image] Oct 16 04:04:44.442 INFO O| Oct 16 04:04:44.442 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82872024-10-16T04:04:45.935Z[ recovery-image] Oct 16 04:04:44.442 INFO O| Oct 16 04:04:44.442 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 ...
82882024-10-16T04:04:45.938Z[ recovery-image] Oct 16 04:04:44.444 INFO O| Oct 16 04:04:44.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82892024-10-16T04:04:45.938Z[ recovery-image] Oct 16 04:04:44.444 INFO O| Oct 16 04:04:44.444 INFO ok!
82902024-10-16T04:04:45.938Z[ recovery-image] Oct 16 04:04:44.444 INFO O| Oct 16 04:04:44.444 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82912024-10-16T04:04:45.938Z[ recovery-image] Oct 16 04:04:44.444 INFO O| Oct 16 04:04:44.444 INFO STEP 95 (seed_smf) COMPLETE
82922024-10-16T04:04:45.938Z[ recovery-image] Oct 16 04:04:44.444 INFO O| Oct 16 04:04:44.444 INFO steps complete; finalising image!
82932024-10-16T04:04:45.938Z[ recovery-image] Oct 16 04:04:44.444 INFO O| Oct 16 04:04:44.444 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82942024-10-16T04:04:45.971Z[ recovery-image] Oct 16 04:04:44.478 INFO O| Oct 16 04:04:44.478 INFO trim TEMPORARY-gimlet-zfs-recovery: (10% trimmed, started at Wed Oct 16 04:04:44 2024)
82952024-10-16T04:04:46.178Z[ recovery-image] Oct 16 04:04:44.685 INFO O| Oct 16 04:04:44.685 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Wed Oct 16 04:04:44 2024)
82962024-10-16T04:04:46.404Z[ recovery-image] Oct 16 04:04:44.911 INFO O| Oct 16 04:04:44.911 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
82972024-10-16T04:04:46.404Z[ recovery-image] Oct 16 04:04:44.911 INFO O| Oct 16 04:04:44.911 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82982024-10-16T04:04:46.641Z[ recovery-image] Oct 16 04:04:45.148 INFO O| Oct 16 04:04:45.148 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
82992024-10-16T04:04:46.641Z[ recovery-image] Oct 16 04:04:45.148 INFO O| Oct 16 04:04:45.148 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83002024-10-16T04:04:49.718Z[ recovery-image] Oct 16 04:04:48.224 INFO O| Oct 16 04:04:48.224 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83012024-10-16T04:04:49.718Z[ recovery-image] Oct 16 04:04:48.224 INFO O| Oct 16 04:04:48.224 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83022024-10-16T04:04:49.721Z[ recovery-image] Oct 16 04:04:48.224 INFO O| Oct 16 04:04:48.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83032024-10-16T04:04:49.721Z[ recovery-image] Oct 16 04:04:48.224 INFO O| Oct 16 04:04:48.224 INFO completed processing gimlet/zfs-recovery
83042024-10-16T04:04:49.721Z[ recovery-image] Oct 16 04:04:48.224 INFO O| Oct 16 04:04:48.224 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83052024-10-16T04:04:50.516Z[ recovery-image] Oct 16 04:04:49.022 INFO O| Oct 16 04:04:49.022 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83062024-10-16T04:04:50.603Z[ recovery-image] Oct 16 04:04:49.109 INFO BUILD STRING "heads/stlouis-0-g127f38a574\n"
83072024-10-16T04:04:50.605Z[ recovery-image] Oct 16 04:04:49.110 INFO expanded image name: "recovery c4d358c/${os_short_commit} 2024-10-16 03:35" -> "recovery c4d358c/127f38a 2024-10-16 03:35"
83082024-10-16T04:04:50.605Z[ recovery-image] Oct 16 04:04:49.110 INFO output artefacts stored in: "/work/os-recovery"
83092024-10-16T04:04:50.605Z[ recovery-image] Oct 16 04:04:49.110 INFO collecting git info from project "amd-firmware"...
83102024-10-16T04:04:50.863Z[ recovery-image] Oct 16 04:04:49.366 INFO collecting git info from project "amd-host-image-builder"...
83112024-10-16T04:04:51.103Z[ recovery-image] Oct 16 04:04:49.609 INFO collecting git info from project "pinprick"...
83122024-10-16T04:04:51.108Z[ recovery-image] Oct 16 04:04:49.615 INFO collecting git info from project "chelsio-t6-roms"...
83132024-10-16T04:04:51.130Z[ recovery-image] Oct 16 04:04:49.637 INFO collecting git info from project "phbl"...
83142024-10-16T04:04:51.137Z[ recovery-image] Oct 16 04:04:49.644 INFO collecting git info from project "bootserver"...
83152024-10-16T04:04:51.142Z[ recovery-image] Oct 16 04:04:49.649 INFO collecting git info from project "image-builder"...
83162024-10-16T04:04:51.148Z[ recovery-image] Oct 16 04:04:49.655 INFO collecting git info from project "pilot"...
83172024-10-16T04:04:51.160Z[ recovery-image] Oct 16 04:04:49.666 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83182024-10-16T04:04:51.550Z[ recovery-image] Oct 16 04:04:50.056 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83192024-10-16T04:04:51.913Z[ recovery-image] Oct 16 04:04:50.419 INFO creating Oxide boot image...
83202024-10-16T04:04:51.913Z[ recovery-image] Oct 16 04:04:50.419 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery c4d358c/127f38a 2024-10-16 03:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83212024-10-16T04:05:23.424Z[ host-image] Oct 16 04:05:21.928 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22966:20241015T142351Z
83222024-10-16T04:05:23.424Z[ host-image] Oct 16 04:05:21.928 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22966:20241015T142351Z
83232024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.928 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83242024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.928 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83252024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.928 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83262024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.929 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83272024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.929 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83282024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.929 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83292024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.929 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83302024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.930 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83312024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.930 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22966:20241015T142351Z
83322024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.931 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22966:20241015T142352Z
83332024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.932 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22966:20241015T142352Z
83342024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.933 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22966:20241015T142352Z
83352024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.933 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83362024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.934 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22966:20241015T142352Z
83372024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.934 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22966:20241015T142353Z
83382024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.934 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22966:20241015T142353Z
83392024-10-16T04:05:23.431Z[ host-image] Oct 16 04:05:21.934 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22966:20241015T142353Z
83402024-10-16T04:05:23.432Z[ host-image] Oct 16 04:05:21.935 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22966:20241015T142354Z
83412024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.935 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22966:20241015T142354Z
83422024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.935 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22966:20241015T142354Z
83432024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.935 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22966:20241015T142354Z
83442024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.935 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22966:20241015T142355Z
83452024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.935 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22966:20241015T142356Z
83462024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.936 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22966:20241015T142357Z
83472024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.936 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22966:20241015T142358Z
83482024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.936 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22966:20241015T142359Z
83492024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.936 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83502024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.936 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22966:20241015T142400Z
83512024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.936 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22966:20241015T142402Z
83522024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.936 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22966:20241015T142403Z
83532024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.936 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22966:20241015T142404Z
83542024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.937 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22966:20241015T142405Z
83552024-10-16T04:05:23.440Z[ host-image] Oct 16 04:05:21.937 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22966:20241015T142405Z
83562024-10-16T04:05:23.443Z[ host-image] Oct 16 04:05:21.947 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83572024-10-16T04:05:23.444Z[ host-image] Oct 16 04:05:21.947 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22966:20241015T142405Z
83582024-10-16T04:05:23.447Z[ host-image] Oct 16 04:05:21.947 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83592024-10-16T04:05:23.447Z[ host-image] Oct 16 04:05:21.947 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83602024-10-16T04:05:23.447Z[ host-image] Oct 16 04:05:21.948 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83612024-10-16T04:05:23.447Z[ host-image] Oct 16 04:05:21.948 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22966:20241015T142406Z
83622024-10-16T04:05:23.447Z[ host-image] Oct 16 04:05:21.948 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83632024-10-16T04:05:23.447Z[ host-image] Oct 16 04:05:21.949 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83642024-10-16T04:05:23.447Z[ host-image] Oct 16 04:05:21.950 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83652024-10-16T04:05:23.447Z[ host-image] Oct 16 04:05:21.950 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83662024-10-16T04:05:23.459Z[ host-image] Oct 16 04:05:21.963 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83672024-10-16T04:05:23.459Z[ host-image] Oct 16 04:05:21.963 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83682024-10-16T04:05:23.461Z[ host-image] Oct 16 04:05:21.963 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83692024-10-16T04:05:23.461Z[ host-image] Oct 16 04:05:21.963 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83702024-10-16T04:05:23.461Z[ host-image] Oct 16 04:05:21.964 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83712024-10-16T04:05:23.461Z[ host-image] Oct 16 04:05:21.964 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83722024-10-16T04:05:23.497Z[ host-image] Oct 16 04:05:22.001 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83732024-10-16T04:05:23.500Z[ host-image] Oct 16 04:05:22.002 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83742024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.002 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83752024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22966:20241015T142407Z
83762024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22966:20241015T142413Z
83772024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83782024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22966:20241015T142414Z
83792024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83802024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83812024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83822024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22966:20241015T142414Z
83832024-10-16T04:05:23.502Z[ host-image] Oct 16 04:05:22.003 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83842024-10-16T04:05:23.505Z[ host-image] Oct 16 04:05:22.008 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83852024-10-16T04:05:23.505Z[ host-image] Oct 16 04:05:22.008 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83862024-10-16T04:05:23.505Z[ host-image] Oct 16 04:05:22.008 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83872024-10-16T04:05:23.505Z[ host-image] Oct 16 04:05:22.009 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22966:20241015T142414Z
83882024-10-16T04:05:23.507Z[ host-image] Oct 16 04:05:22.009 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83892024-10-16T04:05:23.520Z[ host-image] Oct 16 04:05:22.024 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83902024-10-16T04:05:23.523Z[ host-image] Oct 16 04:05:22.024 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22966:20241015T142415Z
83912024-10-16T04:05:23.523Z[ host-image] Oct 16 04:05:22.026 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22966:20241015T142415Z
83922024-10-16T04:05:23.523Z[ host-image] Oct 16 04:05:22.027 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22966:20241015T142415Z
83932024-10-16T04:05:23.523Z[ host-image] Oct 16 04:05:22.027 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83942024-10-16T04:05:23.526Z[ host-image] Oct 16 04:05:22.027 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22966:20241015T142417Z
83952024-10-16T04:05:23.526Z[ host-image] Oct 16 04:05:22.028 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22966:20241015T142417Z
83962024-10-16T04:05:23.526Z[ host-image] Oct 16 04:05:22.028 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22966:20241015T142417Z
83972024-10-16T04:05:23.526Z[ host-image] Oct 16 04:05:22.028 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22966:20241015T142417Z
83982024-10-16T04:05:23.528Z[ host-image] Oct 16 04:05:22.032 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83992024-10-16T04:05:23.531Z[ host-image] Oct 16 04:05:22.033 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22966:20241015T142418Z
84002024-10-16T04:05:23.531Z[ host-image] Oct 16 04:05:22.033 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22966:20241015T142419Z
84012024-10-16T04:05:23.531Z[ host-image] Oct 16 04:05:22.033 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84022024-10-16T04:05:23.531Z[ host-image] Oct 16 04:05:22.034 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22966:20241015T142419Z
84032024-10-16T04:05:23.531Z[ host-image] Oct 16 04:05:22.034 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22966:20241015T142419Z
84042024-10-16T04:05:23.531Z[ host-image] Oct 16 04:05:22.034 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22966:20241015T142419Z
84052024-10-16T04:05:23.531Z[ host-image] Oct 16 04:05:22.034 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22966:20241015T142419Z
84062024-10-16T04:05:23.539Z[ host-image] Oct 16 04:05:22.043 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22966:20241015T142420Z
84072024-10-16T04:05:23.540Z[ host-image] Oct 16 04:05:22.043 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84082024-10-16T04:05:23.542Z[ host-image] Oct 16 04:05:22.045 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22966:20241015T142420Z
84092024-10-16T04:05:23.545Z[ host-image] Oct 16 04:05:22.046 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22966:20241015T142420Z
84102024-10-16T04:05:23.545Z[ host-image] Oct 16 04:05:22.046 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22966:20241015T142420Z
84112024-10-16T04:05:23.545Z[ host-image] Oct 16 04:05:22.047 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22966:20241015T142420Z
84122024-10-16T04:05:23.545Z[ host-image] Oct 16 04:05:22.047 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22966:20241015T142420Z
84132024-10-16T04:05:23.545Z[ host-image] Oct 16 04:05:22.048 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22966:20241015T142421Z
84142024-10-16T04:05:23.555Z[ host-image] Oct 16 04:05:22.058 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22966:20241015T142422Z
84152024-10-16T04:05:23.555Z[ host-image] Oct 16 04:05:22.058 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22966:20241015T142421Z
84162024-10-16T04:05:23.557Z[ host-image] Oct 16 04:05:22.059 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22966:20241015T142421Z
84172024-10-16T04:05:23.557Z[ host-image] Oct 16 04:05:22.060 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22966:20241015T142422Z
84182024-10-16T04:05:23.557Z[ host-image] Oct 16 04:05:22.060 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22966:20241015T142422Z
84192024-10-16T04:05:23.579Z[ host-image] Oct 16 04:05:22.082 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22966:20241015T142425Z
84202024-10-16T04:05:23.579Z[ host-image] Oct 16 04:05:22.082 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22966:20241015T142422Z
84212024-10-16T04:05:23.582Z[ host-image] Oct 16 04:05:22.082 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22966:20241015T142422Z
84222024-10-16T04:05:23.582Z[ host-image] Oct 16 04:05:22.083 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84232024-10-16T04:05:23.582Z[ host-image] Oct 16 04:05:22.083 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84242024-10-16T04:05:23.611Z[ host-image] Oct 16 04:05:22.113 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22966:20241015T142423Z
84252024-10-16T04:05:23.612Z[ host-image] Oct 16 04:05:22.113 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84262024-10-16T04:05:23.614Z[ host-image] Oct 16 04:05:22.114 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22966:20241015T142423Z
84272024-10-16T04:05:23.614Z[ host-image] Oct 16 04:05:22.114 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22966:20241015T142423Z
84282024-10-16T04:05:23.614Z[ host-image] Oct 16 04:05:22.115 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22966:20241015T142423Z
84292024-10-16T04:05:23.614Z[ host-image] Oct 16 04:05:22.115 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84302024-10-16T04:05:23.615Z[ host-image] Oct 16 04:05:22.116 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84312024-10-16T04:05:23.615Z[ host-image] Oct 16 04:05:22.116 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22966:20241015T142424Z
84322024-10-16T04:05:23.615Z[ host-image] Oct 16 04:05:22.117 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22966:20241015T142424Z
84332024-10-16T04:05:23.615Z[ host-image] Oct 16 04:05:22.117 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22966:20241015T142424Z
84342024-10-16T04:05:23.615Z[ host-image] Oct 16 04:05:22.117 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22966:20241015T142424Z
84352024-10-16T04:05:23.615Z[ host-image] Oct 16 04:05:22.117 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22966:20241015T142425Z
84362024-10-16T04:05:23.615Z[ host-image] Oct 16 04:05:22.118 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22966:20241015T142425Z
84372024-10-16T04:05:23.618Z[ host-image] Oct 16 04:05:22.121 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84382024-10-16T04:05:23.618Z[ host-image] Oct 16 04:05:22.121 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22966:20241015T142426Z
84392024-10-16T04:05:23.620Z[ host-image] Oct 16 04:05:22.123 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22966:20241015T142426Z
84402024-10-16T04:05:23.621Z[ host-image] Oct 16 04:05:22.123 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22966:20241015T142426Z
84412024-10-16T04:05:23.621Z[ host-image] Oct 16 04:05:22.123 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22966:20241015T142427Z
84422024-10-16T04:05:23.621Z[ host-image] Oct 16 04:05:22.123 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22966:20241015T142426Z
84432024-10-16T04:05:23.621Z[ host-image] Oct 16 04:05:22.123 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22966:20241015T142427Z
84442024-10-16T04:05:23.621Z[ host-image] Oct 16 04:05:22.123 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84452024-10-16T04:05:23.621Z[ host-image] Oct 16 04:05:22.124 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84462024-10-16T04:05:23.621Z[ host-image] Oct 16 04:05:22.124 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22966:20241015T142429Z
84472024-10-16T04:05:23.623Z[ host-image] Oct 16 04:05:22.124 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22966:20241015T142429Z
84482024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.125 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84492024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.125 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84502024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.125 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84512024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.125 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84522024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.125 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84532024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.126 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84542024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.127 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84552024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.127 INFO O| tempdir @ "/tmp/.tmpGeD19V/tmp"
84562024-10-16T04:05:23.624Z[ host-image] Oct 16 04:05:22.127 INFO O| image root @ "/tmp/.tmpGeD19V/tmp/root"
84572024-10-16T04:05:23.628Z[ host-image] Oct 16 04:05:22.127 INFO O| creating image...
84582024-10-16T04:05:24.159Z[ host-image] Oct 16 04:05:22.662 INFO O| copying publishers...
84592024-10-16T04:05:32.279Z[ host-image] Oct 16 04:05:30.781 INFO O| adding properties...
84602024-10-16T04:05:33.434Z[ host-image] Oct 16 04:05:31.937 INFO O| installing packages...
84612024-10-16T04:05:43.199Z[ recovery-image] Oct 16 04:05:41.701 INFO O| ok, image written!
84622024-10-16T04:05:43.199Z[ recovery-image] Oct 16 04:05:41.701 INFO O| ok, boot_image_csum file written!
84632024-10-16T04:05:43.204Z[ recovery-image] Oct 16 04:05:41.706 INFO creating boot archive (CPIO)...
84642024-10-16T04:05:43.204Z[ recovery-image] Oct 16 04:05:41.706 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
84652024-10-16T04:05:43.214Z[ recovery-image] Oct 16 04:05:41.716 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84662024-10-16T04:05:43.217Z[ recovery-image] Oct 16 04:05:41.716 INFO E| + outfile=/work/os-recovery/cpio
84672024-10-16T04:05:43.217Z[ recovery-image] Oct 16 04:05:41.716 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84682024-10-16T04:05:43.217Z[ recovery-image] Oct 16 04:05:41.718 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84692024-10-16T04:05:43.217Z[ recovery-image] Oct 16 04:05:41.719 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84702024-10-16T04:05:43.250Z[ recovery-image] Oct 16 04:05:41.752 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84712024-10-16T04:05:43.250Z[ recovery-image] Oct 16 04:05:41.752 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84722024-10-16T04:05:43.257Z[ recovery-image] Oct 16 04:05:41.759 INFO creating compressed cpio/unix for nanobl-rs...
84732024-10-16T04:05:43.260Z[ recovery-image] Oct 16 04:05:41.760 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
84742024-10-16T04:05:43.541Z[ recovery-image] Oct 16 04:05:42.043 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84752024-10-16T04:05:47.907Z[ recovery-image] Oct 16 04:05:46.408 INFO creating reset image...
84762024-10-16T04:05:47.909Z[ recovery-image] Oct 16 04:05:46.408 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84772024-10-16T04:05:48.151Z[ recovery-image] Oct 16 04:05:46.652 INFO E| Updating crates.io index
84782024-10-16T04:05:48.235Z[ recovery-image] Oct 16 04:05:46.736 INFO E| Downloading crates ...
84792024-10-16T04:05:48.319Z[ recovery-image] Oct 16 04:05:46.820 INFO E| Downloaded os_pipe v1.2.1
84802024-10-16T04:05:48.323Z[ recovery-image] Oct 16 04:05:46.825 INFO E| Downloaded duct v0.13.7
84812024-10-16T04:05:48.326Z[ recovery-image] Oct 16 04:05:46.827 INFO E| Downloaded shared_child v1.0.1
84822024-10-16T04:05:48.328Z[ recovery-image] Oct 16 04:05:46.829 INFO E| Downloaded clap v4.5.17
84832024-10-16T04:05:48.338Z[ recovery-image] Oct 16 04:05:46.840 INFO E| Downloaded clap_builder v4.5.17
84842024-10-16T04:05:48.360Z[ recovery-image] Oct 16 04:05:46.861 INFO E| Downloaded libc v0.2.158
84852024-10-16T04:05:48.441Z[ recovery-image] Oct 16 04:05:46.942 INFO E| Compiling proc-macro2 v1.0.86
84862024-10-16T04:05:48.441Z[ recovery-image] Oct 16 04:05:46.942 INFO E| Compiling unicode-ident v1.0.13
84872024-10-16T04:05:48.443Z[ recovery-image] Oct 16 04:05:46.942 INFO E| Compiling libc v0.2.158
84882024-10-16T04:05:48.443Z[ recovery-image] Oct 16 04:05:46.942 INFO E| Compiling utf8parse v0.2.2
84892024-10-16T04:05:48.443Z[ recovery-image] Oct 16 04:05:46.942 INFO E| Compiling anstyle-query v1.1.1
84902024-10-16T04:05:48.443Z[ recovery-image] Oct 16 04:05:46.942 INFO E| Compiling is_terminal_polyfill v1.70.1
84912024-10-16T04:05:48.446Z[ recovery-image] Oct 16 04:05:46.947 INFO E| Compiling anstyle v1.0.8
84922024-10-16T04:05:48.446Z[ recovery-image] Oct 16 04:05:46.947 INFO E| Compiling colorchoice v1.0.2
84932024-10-16T04:05:48.646Z[ recovery-image] Oct 16 04:05:47.146 INFO E| Compiling anstyle-parse v0.2.5
84942024-10-16T04:05:48.652Z[ recovery-image] Oct 16 04:05:47.153 INFO E| Compiling clap_lex v0.7.2
84952024-10-16T04:05:48.656Z[ recovery-image] Oct 16 04:05:47.157 INFO E| Compiling strsim v0.11.1
84962024-10-16T04:05:48.660Z[ recovery-image] Oct 16 04:05:47.158 INFO E| Compiling heck v0.5.0
84972024-10-16T04:05:48.680Z[ recovery-image] Oct 16 04:05:47.181 INFO E| Compiling once_cell v1.19.0
84982024-10-16T04:05:48.908Z[ recovery-image] Oct 16 04:05:47.409 INFO E| Compiling anstream v0.6.15
84992024-10-16T04:05:49.255Z[ recovery-image] Oct 16 04:05:47.756 INFO E| Compiling clap_builder v4.5.17
85002024-10-16T04:05:49.668Z[ recovery-image] Oct 16 04:05:48.169 INFO E| Compiling os_pipe v1.2.1
85012024-10-16T04:05:49.668Z[ recovery-image] Oct 16 04:05:48.169 INFO E| Compiling shared_child v1.0.1
85022024-10-16T04:05:49.812Z[ recovery-image] Oct 16 04:05:48.313 INFO E| Compiling duct v0.13.7
85032024-10-16T04:05:49.977Z[ recovery-image] Oct 16 04:05:48.478 INFO E| Compiling quote v1.0.37
85042024-10-16T04:05:50.304Z[ recovery-image] Oct 16 04:05:48.805 INFO E| Compiling syn v2.0.77
85052024-10-16T04:05:54.299Z[ recovery-image] Oct 16 04:05:52.800 INFO E| Compiling clap_derive v4.5.13
85062024-10-16T04:05:56.281Z[ recovery-image] Oct 16 04:05:54.782 INFO E| Compiling clap v4.5.17
85072024-10-16T04:05:56.340Z[ recovery-image] Oct 16 04:05:54.840 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85082024-10-16T04:05:56.647Z[ host-image] Oct 16 04:05:55.148 INFO O| seeding SMF database...
85092024-10-16T04:05:57.431Z[ recovery-image] Oct 16 04:05:55.931 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.45s
85102024-10-16T04:05:57.442Z[ recovery-image] Oct 16 04:05:55.942 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85112024-10-16T04:05:57.576Z[ recovery-image] Oct 16 04:05:56.076 INFO E| Updating crates.io index
85122024-10-16T04:05:57.650Z[ recovery-image] Oct 16 04:05:56.151 INFO E| Downloading crates ...
85132024-10-16T04:05:57.706Z[ recovery-image] Oct 16 04:05:56.206 INFO E| Downloaded bitstruct v0.1.1
85142024-10-16T04:05:57.729Z[ recovery-image] Oct 16 04:05:56.230 INFO E| Downloaded bitstruct_derive v0.1.0
85152024-10-16T04:05:57.732Z[ recovery-image] Oct 16 04:05:56.231 INFO E| Downloaded seq-macro v0.3.5
85162024-10-16T04:05:57.734Z[ recovery-image] Oct 16 04:05:56.233 INFO E| Downloaded cpio_reader v0.1.1
85172024-10-16T04:05:57.734Z[ recovery-image] Oct 16 04:05:56.234 INFO E| Downloaded bit_field v0.10.2
85182024-10-16T04:05:57.749Z[ recovery-image] Oct 16 04:05:56.249 INFO E| Downloaded raw-cpuid v10.7.0
85192024-10-16T04:05:57.887Z[ recovery-image] Oct 16 04:05:56.387 INFO E| Downloaded x86 v0.52.0
85202024-10-16T04:05:57.948Z[ recovery-image] Oct 16 04:05:56.448 INFO E| Updating crates.io index
85212024-10-16T04:05:58.224Z[ recovery-image] Oct 16 04:05:56.725 INFO E| Downloading crates ...
85222024-10-16T04:05:58.303Z[ recovery-image] Oct 16 04:05:56.803 INFO E| Downloaded compiler_builtins v0.1.125
85232024-10-16T04:05:58.316Z[ recovery-image] Oct 16 04:05:56.816 INFO E| Downloaded unicode-width v0.1.13
85242024-10-16T04:05:58.392Z[ recovery-image] Oct 16 04:05:56.892 INFO E| Compiling compiler_builtins v0.1.125
85252024-10-16T04:05:58.392Z[ recovery-image] Oct 16 04:05:56.892 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85262024-10-16T04:05:58.392Z[ recovery-image] Oct 16 04:05:56.892 INFO E| Compiling proc-macro2 v1.0.86
85272024-10-16T04:05:58.396Z[ recovery-image] Oct 16 04:05:56.892 INFO E| Compiling unicode-ident v1.0.13
85282024-10-16T04:05:58.396Z[ recovery-image] Oct 16 04:05:56.892 INFO E| Compiling syn v1.0.109
85292024-10-16T04:05:58.396Z[ recovery-image] Oct 16 04:05:56.892 INFO E| Compiling x86 v0.52.0
85302024-10-16T04:05:58.398Z[ recovery-image] Oct 16 04:05:56.897 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85312024-10-16T04:05:58.398Z[ recovery-image] Oct 16 04:05:56.897 INFO E| Compiling seq-macro v0.3.5
85322024-10-16T04:05:59.630Z[ recovery-image] Oct 16 04:05:58.130 INFO E| Compiling quote v1.0.37
85332024-10-16T04:05:59.915Z[ recovery-image] Oct 16 04:05:58.415 INFO E| Compiling syn v2.0.77
85342024-10-16T04:06:02.526Z[ recovery-image] Oct 16 04:06:01.026 INFO E| Compiling scroll_derive v0.12.0
85352024-10-16T04:06:04.863Z[ recovery-image] Oct 16 04:06:03.363 INFO E| Compiling bitstruct_derive v0.1.0
85362024-10-16T04:06:05.305Z[ host-image] Oct 16 04:06:03.805 INFO O| configuring SMF profile...
85372024-10-16T04:06:05.308Z[ host-image] Oct 16 04:06:03.805 INFO O| modifying shadow(5)...
85382024-10-16T04:06:05.308Z[ host-image] Oct 16 04:06:03.805 INFO O| loading user and group database...
85392024-10-16T04:06:05.308Z[ host-image] Oct 16 04:06:03.805 INFO O| assessing packaged files...
85402024-10-16T04:06:07.674Z[ host-image] Oct 16 04:06:06.174 INFO O| creating archive...
85412024-10-16T04:06:07.709Z[ host-image] Oct 16 04:06:06.209 INFO O| missing from packaging:
85422024-10-16T04:06:07.710Z[ host-image] Oct 16 04:06:06.209 INFO O| "etc/.pwd.lock"
85432024-10-16T04:06:07.712Z[ host-image] Oct 16 04:06:06.209 INFO O| "etc/bash"
85442024-10-16T04:06:07.715Z[ host-image] Oct 16 04:06:06.214 INFO O| "etc/svc/profile/generic.xml"
85452024-10-16T04:06:07.715Z[ host-image] Oct 16 04:06:06.214 INFO O| "etc/svc/profile/inetd_services.xml"
85462024-10-16T04:06:07.715Z[ host-image] Oct 16 04:06:06.214 INFO O| "etc/svc/profile/name_service.xml"
85472024-10-16T04:06:07.718Z[ host-image] Oct 16 04:06:06.214 INFO O| "etc/svc/profile/platform.xml"
85482024-10-16T04:06:07.718Z[ host-image] Oct 16 04:06:06.214 INFO O| "etc/svc/profile/platform_omicron1.xml"
85492024-10-16T04:06:07.718Z[ host-image] Oct 16 04:06:06.214 INFO O| "etc/svc/repository.db"
85502024-10-16T04:06:07.724Z[ host-image] Oct 16 04:06:06.224 INFO O| "opt/ooce/share"
85512024-10-16T04:06:07.725Z[ host-image] Oct 16 04:06:06.224 INFO O| "opt/ooce/share/man"
85522024-10-16T04:06:07.727Z[ host-image] Oct 16 04:06:06.224 INFO O| "opt/ooce/share/man/man1"
85532024-10-16T04:06:07.735Z[ host-image] Oct 16 04:06:06.234 INFO O| finishing archive...
85542024-10-16T04:06:10.589Z[ host-image] Oct 16 04:06:09.088 INFO O| creating gzonly manifest...
85552024-10-16T04:06:10.602Z[ host-image] Oct 16 04:06:09.101 INFO O| ok
85562024-10-16T04:06:10.719Z[ host-image] Oct 16 04:06:09.218 INFO image builder template: ramdisk-02-trim...
85572024-10-16T04:06:10.719Z[ host-image] Oct 16 04:06:09.218 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/.tmpFfgg6s/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
85582024-10-16T04:06:10.747Z[ host-image] Oct 16 04:06:09.246 INFO O| Oct 16 04:06:09.246 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85592024-10-16T04:06:10.751Z[ host-image] Oct 16 04:06:09.251 INFO O| Oct 16 04:06:09.251 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85602024-10-16T04:06:10.837Z[ host-image] Oct 16 04:06:09.336 INFO O| Oct 16 04:06:09.336 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85612024-10-16T04:06:10.905Z[ host-image] Oct 16 04:06:09.404 INFO O| Oct 16 04:06:09.403 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85622024-10-16T04:06:10.907Z[ host-image] Oct 16 04:06:09.404 INFO O| Oct 16 04:06:09.404 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85632024-10-16T04:06:10.910Z[ host-image] Oct 16 04:06:09.410 INFO O| Oct 16 04:06:09.409 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85642024-10-16T04:06:10.915Z[ host-image] Oct 16 04:06:09.414 INFO O| Oct 16 04:06:09.414 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85652024-10-16T04:06:10.920Z[ host-image] Oct 16 04:06:09.420 INFO O| Oct 16 04:06:09.420 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85662024-10-16T04:06:11.124Z[ host-image] Oct 16 04:06:09.622 INFO O| Oct 16 04:06:09.622 INFO rolled back to input snapshot; work may begin
85672024-10-16T04:06:11.124Z[ host-image] Oct 16 04:06:09.622 INFO O| Oct 16 04:06:09.622 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85682024-10-16T04:06:11.130Z[ host-image] Oct 16 04:06:09.629 INFO O| Oct 16 04:06:09.629 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-10-16T04:06:11.142Z[ host-image] Oct 16 04:06:09.641 INFO O| Oct 16 04:06:09.641 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85702024-10-16T04:06:11.195Z[ host-image] Oct 16 04:06:09.694 INFO O| Oct 16 04:06:09.694 INFO STEP 0 (remove_files) COMPLETE
85712024-10-16T04:06:11.195Z[ host-image] Oct 16 04:06:09.694 INFO O| Oct 16 04:06:09.694 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-10-16T04:06:11.207Z[ host-image] Oct 16 04:06:09.706 INFO O| Oct 16 04:06:09.706 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85732024-10-16T04:06:11.210Z[ host-image] Oct 16 04:06:09.708 INFO O| Oct 16 04:06:09.708 INFO STEP 1 (remove_files) COMPLETE
85742024-10-16T04:06:11.210Z[ host-image] Oct 16 04:06:09.708 INFO O| Oct 16 04:06:09.708 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-10-16T04:06:11.220Z[ host-image] Oct 16 04:06:09.719 INFO O| Oct 16 04:06:09.719 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85762024-10-16T04:06:11.234Z[ host-image] Oct 16 04:06:09.733 INFO O| Oct 16 04:06:09.733 INFO STEP 2 (remove_files) COMPLETE
85772024-10-16T04:06:11.234Z[ host-image] Oct 16 04:06:09.733 INFO O| Oct 16 04:06:09.733 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-10-16T04:06:11.245Z[ host-image] Oct 16 04:06:09.744 INFO O| Oct 16 04:06:09.744 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85792024-10-16T04:06:11.248Z[ host-image] Oct 16 04:06:09.746 INFO O| Oct 16 04:06:09.746 INFO STEP 3 (remove_files) COMPLETE
85802024-10-16T04:06:11.248Z[ host-image] Oct 16 04:06:09.746 INFO O| Oct 16 04:06:09.746 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-10-16T04:06:11.258Z[ host-image] Oct 16 04:06:09.757 INFO O| Oct 16 04:06:09.757 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85822024-10-16T04:06:11.262Z[ host-image] Oct 16 04:06:09.761 INFO O| Oct 16 04:06:09.761 INFO STEP 4 (remove_files) COMPLETE
85832024-10-16T04:06:11.262Z[ host-image] Oct 16 04:06:09.761 INFO O| Oct 16 04:06:09.761 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-10-16T04:06:11.275Z[ host-image] Oct 16 04:06:09.772 INFO O| Oct 16 04:06:09.772 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85852024-10-16T04:06:11.277Z[ host-image] Oct 16 04:06:09.775 INFO O| Oct 16 04:06:09.775 INFO STEP 5 (remove_files) COMPLETE
85862024-10-16T04:06:11.277Z[ host-image] Oct 16 04:06:09.775 INFO O| Oct 16 04:06:09.775 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-10-16T04:06:11.286Z[ host-image] Oct 16 04:06:09.786 INFO O| Oct 16 04:06:09.786 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85882024-10-16T04:06:11.297Z[ host-image] Oct 16 04:06:09.796 INFO O| Oct 16 04:06:09.796 INFO STEP 6 (remove_files) COMPLETE
85892024-10-16T04:06:11.297Z[ host-image] Oct 16 04:06:09.797 INFO O| Oct 16 04:06:09.796 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-10-16T04:06:11.309Z[ host-image] Oct 16 04:06:09.808 INFO O| Oct 16 04:06:09.808 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85912024-10-16T04:06:11.322Z[ host-image] Oct 16 04:06:09.821 INFO O| Oct 16 04:06:09.821 INFO STEP 7 (remove_files) COMPLETE
85922024-10-16T04:06:11.322Z[ host-image] Oct 16 04:06:09.821 INFO O| Oct 16 04:06:09.821 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-10-16T04:06:11.335Z[ host-image] Oct 16 04:06:09.834 INFO O| Oct 16 04:06:09.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85942024-10-16T04:06:11.412Z[ host-image] Oct 16 04:06:09.911 INFO O| Oct 16 04:06:09.910 INFO STEP 8 (remove_files) COMPLETE
85952024-10-16T04:06:11.412Z[ host-image] Oct 16 04:06:09.911 INFO O| Oct 16 04:06:09.910 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-10-16T04:06:11.423Z[ host-image] Oct 16 04:06:09.922 INFO O| Oct 16 04:06:09.922 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85972024-10-16T04:06:11.503Z[ host-image] Oct 16 04:06:10.002 INFO O| Oct 16 04:06:10.001 INFO STEP 9 (remove_files) COMPLETE
85982024-10-16T04:06:11.503Z[ host-image] Oct 16 04:06:10.002 INFO O| Oct 16 04:06:10.002 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-10-16T04:06:11.514Z[ host-image] Oct 16 04:06:10.013 INFO O| Oct 16 04:06:10.013 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86002024-10-16T04:06:11.517Z[ host-image] Oct 16 04:06:10.017 INFO O| Oct 16 04:06:10.017 INFO STEP 10 (remove_files) COMPLETE
86012024-10-16T04:06:11.520Z[ host-image] Oct 16 04:06:10.017 INFO O| Oct 16 04:06:10.017 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-10-16T04:06:11.527Z[ host-image] Oct 16 04:06:10.027 INFO O| Oct 16 04:06:10.026 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86032024-10-16T04:06:11.530Z[ host-image] Oct 16 04:06:10.028 INFO O| Oct 16 04:06:10.028 INFO STEP 11 (remove_files) COMPLETE
86042024-10-16T04:06:11.530Z[ host-image] Oct 16 04:06:10.028 INFO O| Oct 16 04:06:10.028 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-10-16T04:06:11.539Z[ host-image] Oct 16 04:06:10.038 INFO O| Oct 16 04:06:10.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86062024-10-16T04:06:11.542Z[ host-image] Oct 16 04:06:10.040 INFO O| Oct 16 04:06:10.040 INFO STEP 12 (remove_files) COMPLETE
86072024-10-16T04:06:11.542Z[ host-image] Oct 16 04:06:10.040 INFO O| Oct 16 04:06:10.040 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-10-16T04:06:11.558Z[ host-image] Oct 16 04:06:10.057 INFO O| Oct 16 04:06:10.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86092024-10-16T04:06:11.558Z[ host-image] Oct 16 04:06:10.057 INFO O| Oct 16 04:06:10.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86102024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.057 INFO O| Oct 16 04:06:10.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86112024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.057 INFO O| Oct 16 04:06:10.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86122024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.058 INFO O| Oct 16 04:06:10.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86132024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.058 INFO O| Oct 16 04:06:10.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86142024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.058 INFO O| Oct 16 04:06:10.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86152024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.058 INFO O| Oct 16 04:06:10.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86162024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.058 INFO O| Oct 16 04:06:10.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86172024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.059 INFO O| Oct 16 04:06:10.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86182024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.059 INFO O| Oct 16 04:06:10.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86192024-10-16T04:06:11.561Z[ host-image] Oct 16 04:06:10.059 INFO O| Oct 16 04:06:10.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86202024-10-16T04:06:11.562Z[ host-image] Oct 16 04:06:10.059 INFO O| Oct 16 04:06:10.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86212024-10-16T04:06:11.562Z[ host-image] Oct 16 04:06:10.059 INFO O| Oct 16 04:06:10.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86222024-10-16T04:06:11.562Z[ host-image] Oct 16 04:06:10.060 INFO O| Oct 16 04:06:10.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86232024-10-16T04:06:11.562Z[ host-image] Oct 16 04:06:10.060 INFO O| Oct 16 04:06:10.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86242024-10-16T04:06:11.574Z[ host-image] Oct 16 04:06:10.073 INFO O| Oct 16 04:06:10.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86252024-10-16T04:06:11.615Z[ host-image] Oct 16 04:06:10.114 INFO O| Oct 16 04:06:10.114 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86262024-10-16T04:06:11.617Z[ host-image] Oct 16 04:06:10.116 INFO O| Oct 16 04:06:10.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86272024-10-16T04:06:11.622Z[ host-image] Oct 16 04:06:10.121 INFO O| Oct 16 04:06:10.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86282024-10-16T04:06:11.665Z[ host-image] Oct 16 04:06:10.164 INFO O| Oct 16 04:06:10.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86292024-10-16T04:06:11.962Z[ host-image] Oct 16 04:06:10.460 INFO O| Oct 16 04:06:10.460 INFO STEP 13 (remove_files) COMPLETE
86302024-10-16T04:06:11.962Z[ host-image] Oct 16 04:06:10.460 INFO O| Oct 16 04:06:10.460 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86312024-10-16T04:06:11.973Z[ host-image] Oct 16 04:06:10.472 INFO O| Oct 16 04:06:10.472 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86322024-10-16T04:06:11.976Z[ host-image] Oct 16 04:06:10.474 INFO O| Oct 16 04:06:10.474 INFO STEP 14 (remove_files) COMPLETE
86332024-10-16T04:06:11.976Z[ host-image] Oct 16 04:06:10.474 INFO O| Oct 16 04:06:10.474 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-10-16T04:06:11.984Z[ host-image] Oct 16 04:06:10.484 INFO O| Oct 16 04:06:10.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86352024-10-16T04:06:11.991Z[ host-image] Oct 16 04:06:10.490 INFO O| Oct 16 04:06:10.490 INFO STEP 15 (remove_files) COMPLETE
86362024-10-16T04:06:11.991Z[ host-image] Oct 16 04:06:10.490 INFO O| Oct 16 04:06:10.490 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86372024-10-16T04:06:12.002Z[ host-image] Oct 16 04:06:10.501 INFO O| Oct 16 04:06:10.501 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86382024-10-16T04:06:12.004Z[ host-image] Oct 16 04:06:10.501 INFO O| Oct 16 04:06:10.501 INFO STEP 16 (remove_files) COMPLETE
86392024-10-16T04:06:12.004Z[ host-image] Oct 16 04:06:10.501 INFO O| Oct 16 04:06:10.501 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86402024-10-16T04:06:12.012Z[ host-image] Oct 16 04:06:10.511 INFO O| Oct 16 04:06:10.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86412024-10-16T04:06:12.014Z[ host-image] Oct 16 04:06:10.513 INFO O| Oct 16 04:06:10.513 INFO STEP 17 (remove_files) COMPLETE
86422024-10-16T04:06:12.014Z[ host-image] Oct 16 04:06:10.513 INFO O| Oct 16 04:06:10.513 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-10-16T04:06:12.024Z[ host-image] Oct 16 04:06:10.523 INFO O| Oct 16 04:06:10.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86442024-10-16T04:06:12.026Z[ host-image] Oct 16 04:06:10.523 INFO O| Oct 16 04:06:10.523 INFO STEP 18 (remove_files) COMPLETE
86452024-10-16T04:06:12.026Z[ host-image] Oct 16 04:06:10.523 INFO O| Oct 16 04:06:10.523 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86462024-10-16T04:06:12.034Z[ host-image] Oct 16 04:06:10.533 INFO O| Oct 16 04:06:10.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86472024-10-16T04:06:12.034Z[ host-image] Oct 16 04:06:10.533 INFO O| Oct 16 04:06:10.533 INFO STEP 19 (remove_files) COMPLETE
86482024-10-16T04:06:12.034Z[ host-image] Oct 16 04:06:10.533 INFO O| Oct 16 04:06:10.533 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-10-16T04:06:12.043Z[ host-image] Oct 16 04:06:10.542 INFO O| Oct 16 04:06:10.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86502024-10-16T04:06:12.043Z[ host-image] Oct 16 04:06:10.543 INFO O| Oct 16 04:06:10.543 INFO STEP 20 (remove_files) COMPLETE
86512024-10-16T04:06:12.047Z[ host-image] Oct 16 04:06:10.543 INFO O| Oct 16 04:06:10.543 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86522024-10-16T04:06:12.054Z[ host-image] Oct 16 04:06:10.553 INFO O| Oct 16 04:06:10.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86532024-10-16T04:06:12.056Z[ host-image] Oct 16 04:06:10.553 INFO O| Oct 16 04:06:10.553 INFO STEP 21 (remove_files) COMPLETE
86542024-10-16T04:06:12.056Z[ host-image] Oct 16 04:06:10.553 INFO O| Oct 16 04:06:10.553 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-10-16T04:06:12.064Z[ host-image] Oct 16 04:06:10.563 INFO O| Oct 16 04:06:10.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86562024-10-16T04:06:12.064Z[ host-image] Oct 16 04:06:10.563 INFO O| Oct 16 04:06:10.563 INFO STEP 22 (remove_files) COMPLETE
86572024-10-16T04:06:12.064Z[ host-image] Oct 16 04:06:10.563 INFO O| Oct 16 04:06:10.563 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-10-16T04:06:12.075Z[ host-image] Oct 16 04:06:10.574 INFO O| Oct 16 04:06:10.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86592024-10-16T04:06:12.075Z[ host-image] Oct 16 04:06:10.574 INFO O| Oct 16 04:06:10.574 INFO STEP 23 (remove_files) COMPLETE
86602024-10-16T04:06:12.075Z[ host-image] Oct 16 04:06:10.574 INFO O| Oct 16 04:06:10.574 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86612024-10-16T04:06:12.085Z[ host-image] Oct 16 04:06:10.584 INFO O| Oct 16 04:06:10.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86622024-10-16T04:06:12.085Z[ host-image] Oct 16 04:06:10.584 INFO O| Oct 16 04:06:10.584 INFO STEP 24 (remove_files) COMPLETE
86632024-10-16T04:06:12.088Z[ host-image] Oct 16 04:06:10.585 INFO O| Oct 16 04:06:10.584 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86642024-10-16T04:06:12.096Z[ host-image] Oct 16 04:06:10.595 INFO O| Oct 16 04:06:10.595 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86652024-10-16T04:06:12.096Z[ host-image] Oct 16 04:06:10.595 INFO O| Oct 16 04:06:10.595 INFO STEP 25 (remove_files) COMPLETE
86662024-10-16T04:06:12.096Z[ host-image] Oct 16 04:06:10.595 INFO O| Oct 16 04:06:10.595 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86672024-10-16T04:06:12.107Z[ host-image] Oct 16 04:06:10.606 INFO O| Oct 16 04:06:10.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86682024-10-16T04:06:12.107Z[ host-image] Oct 16 04:06:10.606 INFO O| Oct 16 04:06:10.606 INFO STEP 26 (remove_files) COMPLETE
86692024-10-16T04:06:12.107Z[ host-image] Oct 16 04:06:10.606 INFO O| Oct 16 04:06:10.606 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86702024-10-16T04:06:12.117Z[ host-image] Oct 16 04:06:10.616 INFO O| Oct 16 04:06:10.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86712024-10-16T04:06:12.117Z[ host-image] Oct 16 04:06:10.616 INFO O| Oct 16 04:06:10.616 INFO STEP 27 (remove_files) COMPLETE
86722024-10-16T04:06:12.119Z[ host-image] Oct 16 04:06:10.616 INFO O| Oct 16 04:06:10.616 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86732024-10-16T04:06:12.128Z[ host-image] Oct 16 04:06:10.627 INFO O| Oct 16 04:06:10.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86742024-10-16T04:06:12.128Z[ host-image] Oct 16 04:06:10.627 INFO O| Oct 16 04:06:10.627 INFO STEP 28 (remove_files) COMPLETE
86752024-10-16T04:06:12.128Z[ host-image] Oct 16 04:06:10.627 INFO O| Oct 16 04:06:10.627 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86762024-10-16T04:06:12.138Z[ host-image] Oct 16 04:06:10.637 INFO O| Oct 16 04:06:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86772024-10-16T04:06:12.138Z[ host-image] Oct 16 04:06:10.637 INFO O| Oct 16 04:06:10.637 INFO STEP 29 (remove_files) COMPLETE
86782024-10-16T04:06:12.138Z[ host-image] Oct 16 04:06:10.637 INFO O| Oct 16 04:06:10.637 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86792024-10-16T04:06:12.149Z[ host-image] Oct 16 04:06:10.648 INFO O| Oct 16 04:06:10.648 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86802024-10-16T04:06:12.149Z[ host-image] Oct 16 04:06:10.648 INFO O| Oct 16 04:06:10.648 INFO STEP 30 (remove_files) COMPLETE
86812024-10-16T04:06:12.149Z[ host-image] Oct 16 04:06:10.648 INFO O| Oct 16 04:06:10.648 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-10-16T04:06:12.160Z[ host-image] Oct 16 04:06:10.659 INFO O| Oct 16 04:06:10.659 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86832024-10-16T04:06:12.160Z[ host-image] Oct 16 04:06:10.659 INFO O| Oct 16 04:06:10.659 INFO STEP 31 (remove_files) COMPLETE
86842024-10-16T04:06:12.160Z[ host-image] Oct 16 04:06:10.660 INFO O| Oct 16 04:06:10.659 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852024-10-16T04:06:12.171Z[ host-image] Oct 16 04:06:10.670 INFO O| Oct 16 04:06:10.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86862024-10-16T04:06:12.172Z[ host-image] Oct 16 04:06:10.671 INFO O| Oct 16 04:06:10.671 INFO STEP 32 (remove_files) COMPLETE
86872024-10-16T04:06:12.172Z[ host-image] Oct 16 04:06:10.671 INFO O| Oct 16 04:06:10.671 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882024-10-16T04:06:12.182Z[ host-image] Oct 16 04:06:10.681 INFO O| Oct 16 04:06:10.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86892024-10-16T04:06:12.182Z[ host-image] Oct 16 04:06:10.681 INFO O| Oct 16 04:06:10.681 INFO STEP 33 (remove_files) COMPLETE
86902024-10-16T04:06:12.182Z[ host-image] Oct 16 04:06:10.681 INFO O| Oct 16 04:06:10.681 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912024-10-16T04:06:12.192Z[ host-image] Oct 16 04:06:10.691 INFO O| Oct 16 04:06:10.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86922024-10-16T04:06:12.195Z[ host-image] Oct 16 04:06:10.691 INFO O| Oct 16 04:06:10.691 INFO STEP 34 (remove_files) COMPLETE
86932024-10-16T04:06:12.195Z[ host-image] Oct 16 04:06:10.691 INFO O| Oct 16 04:06:10.691 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-10-16T04:06:12.202Z[ host-image] Oct 16 04:06:10.701 INFO O| Oct 16 04:06:10.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86952024-10-16T04:06:12.204Z[ host-image] Oct 16 04:06:10.701 INFO O| Oct 16 04:06:10.701 INFO STEP 35 (remove_files) COMPLETE
86962024-10-16T04:06:12.204Z[ host-image] Oct 16 04:06:10.701 INFO O| Oct 16 04:06:10.701 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972024-10-16T04:06:12.212Z[ host-image] Oct 16 04:06:10.711 INFO O| Oct 16 04:06:10.711 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86982024-10-16T04:06:12.212Z[ host-image] Oct 16 04:06:10.711 INFO O| Oct 16 04:06:10.711 INFO STEP 36 (remove_files) COMPLETE
86992024-10-16T04:06:12.215Z[ host-image] Oct 16 04:06:10.711 INFO O| Oct 16 04:06:10.711 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002024-10-16T04:06:12.222Z[ host-image] Oct 16 04:06:10.721 INFO O| Oct 16 04:06:10.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87012024-10-16T04:06:12.222Z[ host-image] Oct 16 04:06:10.721 INFO O| Oct 16 04:06:10.721 INFO STEP 37 (remove_files) COMPLETE
87022024-10-16T04:06:12.222Z[ host-image] Oct 16 04:06:10.721 INFO O| Oct 16 04:06:10.721 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032024-10-16T04:06:12.233Z[ host-image] Oct 16 04:06:10.732 INFO O| Oct 16 04:06:10.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87042024-10-16T04:06:12.233Z[ host-image] Oct 16 04:06:10.732 INFO O| Oct 16 04:06:10.732 INFO STEP 38 (remove_files) COMPLETE
87052024-10-16T04:06:12.233Z[ host-image] Oct 16 04:06:10.732 INFO O| Oct 16 04:06:10.732 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87062024-10-16T04:06:12.243Z[ host-image] Oct 16 04:06:10.742 INFO O| Oct 16 04:06:10.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87072024-10-16T04:06:12.243Z[ host-image] Oct 16 04:06:10.742 INFO O| Oct 16 04:06:10.742 INFO STEP 39 (remove_files) COMPLETE
87082024-10-16T04:06:12.245Z[ host-image] Oct 16 04:06:10.742 INFO O| Oct 16 04:06:10.742 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87092024-10-16T04:06:12.253Z[ host-image] Oct 16 04:06:10.752 INFO O| Oct 16 04:06:10.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87102024-10-16T04:06:12.253Z[ host-image] Oct 16 04:06:10.752 INFO O| Oct 16 04:06:10.752 INFO STEP 40 (remove_files) COMPLETE
87112024-10-16T04:06:12.253Z[ host-image] Oct 16 04:06:10.752 INFO O| Oct 16 04:06:10.752 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122024-10-16T04:06:12.263Z[ host-image] Oct 16 04:06:10.762 INFO O| Oct 16 04:06:10.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87132024-10-16T04:06:12.263Z[ host-image] Oct 16 04:06:10.762 INFO O| Oct 16 04:06:10.762 INFO STEP 41 (remove_files) COMPLETE
87142024-10-16T04:06:12.263Z[ host-image] Oct 16 04:06:10.762 INFO O| Oct 16 04:06:10.762 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87152024-10-16T04:06:12.273Z[ host-image] Oct 16 04:06:10.772 INFO O| Oct 16 04:06:10.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87162024-10-16T04:06:12.273Z[ host-image] Oct 16 04:06:10.772 INFO O| Oct 16 04:06:10.772 INFO STEP 42 (remove_files) COMPLETE
87172024-10-16T04:06:12.275Z[ host-image] Oct 16 04:06:10.772 INFO O| Oct 16 04:06:10.772 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182024-10-16T04:06:12.283Z[ host-image] Oct 16 04:06:10.782 INFO O| Oct 16 04:06:10.782 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87192024-10-16T04:06:12.283Z[ host-image] Oct 16 04:06:10.782 INFO O| Oct 16 04:06:10.782 INFO STEP 43 (remove_files) COMPLETE
87202024-10-16T04:06:12.286Z[ host-image] Oct 16 04:06:10.782 INFO O| Oct 16 04:06:10.782 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-10-16T04:06:12.294Z[ host-image] Oct 16 04:06:10.793 INFO O| Oct 16 04:06:10.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87222024-10-16T04:06:12.294Z[ host-image] Oct 16 04:06:10.793 INFO O| Oct 16 04:06:10.793 INFO STEP 44 (remove_files) COMPLETE
87232024-10-16T04:06:12.294Z[ host-image] Oct 16 04:06:10.793 INFO O| Oct 16 04:06:10.793 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87242024-10-16T04:06:12.305Z[ host-image] Oct 16 04:06:10.804 INFO O| Oct 16 04:06:10.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87252024-10-16T04:06:12.305Z[ host-image] Oct 16 04:06:10.804 INFO O| Oct 16 04:06:10.804 INFO STEP 45 (remove_files) COMPLETE
87262024-10-16T04:06:12.308Z[ host-image] Oct 16 04:06:10.804 INFO O| Oct 16 04:06:10.804 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272024-10-16T04:06:12.317Z[ host-image] Oct 16 04:06:10.816 INFO O| Oct 16 04:06:10.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87282024-10-16T04:06:12.317Z[ host-image] Oct 16 04:06:10.816 INFO O| Oct 16 04:06:10.816 INFO STEP 46 (remove_files) COMPLETE
87292024-10-16T04:06:12.319Z[ host-image] Oct 16 04:06:10.816 INFO O| Oct 16 04:06:10.816 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302024-10-16T04:06:12.328Z[ host-image] Oct 16 04:06:10.827 INFO O| Oct 16 04:06:10.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87312024-10-16T04:06:12.328Z[ host-image] Oct 16 04:06:10.827 INFO O| Oct 16 04:06:10.827 INFO STEP 47 (remove_files) COMPLETE
87322024-10-16T04:06:12.328Z[ host-image] Oct 16 04:06:10.827 INFO O| Oct 16 04:06:10.827 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332024-10-16T04:06:12.340Z[ host-image] Oct 16 04:06:10.839 INFO O| Oct 16 04:06:10.839 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87342024-10-16T04:06:12.340Z[ host-image] Oct 16 04:06:10.839 INFO O| Oct 16 04:06:10.839 INFO STEP 48 (remove_files) COMPLETE
87352024-10-16T04:06:12.343Z[ host-image] Oct 16 04:06:10.839 INFO O| Oct 16 04:06:10.839 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362024-10-16T04:06:12.352Z[ host-image] Oct 16 04:06:10.851 INFO O| Oct 16 04:06:10.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87372024-10-16T04:06:12.352Z[ host-image] Oct 16 04:06:10.851 INFO O| Oct 16 04:06:10.851 INFO STEP 49 (remove_files) COMPLETE
87382024-10-16T04:06:12.352Z[ host-image] Oct 16 04:06:10.851 INFO O| Oct 16 04:06:10.851 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392024-10-16T04:06:12.365Z[ host-image] Oct 16 04:06:10.864 INFO O| Oct 16 04:06:10.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87402024-10-16T04:06:12.365Z[ host-image] Oct 16 04:06:10.864 INFO O| Oct 16 04:06:10.864 INFO STEP 50 (remove_files) COMPLETE
87412024-10-16T04:06:12.367Z[ host-image] Oct 16 04:06:10.864 INFO O| Oct 16 04:06:10.864 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422024-10-16T04:06:12.377Z[ host-image] Oct 16 04:06:10.876 INFO O| Oct 16 04:06:10.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87432024-10-16T04:06:12.377Z[ host-image] Oct 16 04:06:10.876 INFO O| Oct 16 04:06:10.876 INFO STEP 51 (remove_files) COMPLETE
87442024-10-16T04:06:12.379Z[ host-image] Oct 16 04:06:10.876 INFO O| Oct 16 04:06:10.876 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452024-10-16T04:06:12.389Z[ host-image] Oct 16 04:06:10.888 INFO O| Oct 16 04:06:10.888 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87462024-10-16T04:06:12.391Z[ host-image] Oct 16 04:06:10.888 INFO O| Oct 16 04:06:10.888 INFO STEP 52 (remove_files) COMPLETE
87472024-10-16T04:06:12.391Z[ host-image] Oct 16 04:06:10.888 INFO O| Oct 16 04:06:10.888 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-10-16T04:06:12.400Z[ host-image] Oct 16 04:06:10.899 INFO O| Oct 16 04:06:10.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87492024-10-16T04:06:12.400Z[ host-image] Oct 16 04:06:10.899 INFO O| Oct 16 04:06:10.899 INFO STEP 53 (remove_files) COMPLETE
87502024-10-16T04:06:12.402Z[ host-image] Oct 16 04:06:10.899 INFO O| Oct 16 04:06:10.899 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-10-16T04:06:12.410Z[ host-image] Oct 16 04:06:10.909 INFO O| Oct 16 04:06:10.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87522024-10-16T04:06:12.410Z[ host-image] Oct 16 04:06:10.909 INFO O| Oct 16 04:06:10.909 INFO STEP 54 (remove_files) COMPLETE
87532024-10-16T04:06:12.413Z[ host-image] Oct 16 04:06:10.909 INFO O| Oct 16 04:06:10.909 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-10-16T04:06:12.420Z[ host-image] Oct 16 04:06:10.920 INFO O| Oct 16 04:06:10.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87552024-10-16T04:06:12.421Z[ host-image] Oct 16 04:06:10.920 INFO O| Oct 16 04:06:10.920 INFO STEP 55 (remove_files) COMPLETE
87562024-10-16T04:06:12.423Z[ host-image] Oct 16 04:06:10.920 INFO O| Oct 16 04:06:10.920 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-10-16T04:06:12.431Z[ host-image] Oct 16 04:06:10.930 INFO O| Oct 16 04:06:10.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87582024-10-16T04:06:12.431Z[ host-image] Oct 16 04:06:10.930 INFO O| Oct 16 04:06:10.930 INFO STEP 56 (remove_files) COMPLETE
87592024-10-16T04:06:12.431Z[ host-image] Oct 16 04:06:10.930 INFO O| Oct 16 04:06:10.930 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-10-16T04:06:12.441Z[ host-image] Oct 16 04:06:10.940 INFO O| Oct 16 04:06:10.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87612024-10-16T04:06:12.441Z[ host-image] Oct 16 04:06:10.940 INFO O| Oct 16 04:06:10.940 INFO STEP 57 (remove_files) COMPLETE
87622024-10-16T04:06:12.443Z[ host-image] Oct 16 04:06:10.940 INFO O| Oct 16 04:06:10.940 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-10-16T04:06:12.451Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87642024-10-16T04:06:12.451Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87652024-10-16T04:06:12.453Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87662024-10-16T04:06:12.453Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87672024-10-16T04:06:12.453Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87682024-10-16T04:06:12.453Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87692024-10-16T04:06:12.453Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 INFO ok!
87702024-10-16T04:06:12.453Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 INFO STEP 58 (ensure_file) COMPLETE
87712024-10-16T04:06:12.453Z[ host-image] Oct 16 04:06:10.950 INFO O| Oct 16 04:06:10.950 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-10-16T04:06:12.461Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.960 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87732024-10-16T04:06:12.461Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.961 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87742024-10-16T04:06:12.464Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.961 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87752024-10-16T04:06:12.464Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.961 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87762024-10-16T04:06:12.464Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.961 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87772024-10-16T04:06:12.464Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.961 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87782024-10-16T04:06:12.464Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.961 INFO ok!
87792024-10-16T04:06:12.464Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.961 INFO STEP 59 (ensure_file) COMPLETE
87802024-10-16T04:06:12.464Z[ host-image] Oct 16 04:06:10.961 INFO O| Oct 16 04:06:10.961 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-10-16T04:06:12.472Z[ host-image] Oct 16 04:06:10.971 INFO O| Oct 16 04:06:10.971 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87822024-10-16T04:06:12.472Z[ host-image] Oct 16 04:06:10.971 INFO O| Oct 16 04:06:10.971 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87832024-10-16T04:06:12.474Z[ host-image] Oct 16 04:06:10.971 INFO O| Oct 16 04:06:10.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87842024-10-16T04:06:12.474Z[ host-image] Oct 16 04:06:10.971 INFO O| Oct 16 04:06:10.971 INFO ok!
87852024-10-16T04:06:12.474Z[ host-image] Oct 16 04:06:10.971 INFO O| Oct 16 04:06:10.971 INFO STEP 60 (ensure_file) COMPLETE
87862024-10-16T04:06:12.474Z[ host-image] Oct 16 04:06:10.971 INFO O| Oct 16 04:06:10.971 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-10-16T04:06:12.482Z[ host-image] Oct 16 04:06:10.981 INFO O| Oct 16 04:06:10.981 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87882024-10-16T04:06:12.482Z[ host-image] Oct 16 04:06:10.981 INFO O| Oct 16 04:06:10.981 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87892024-10-16T04:06:12.484Z[ host-image] Oct 16 04:06:10.981 INFO O| Oct 16 04:06:10.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87902024-10-16T04:06:12.484Z[ host-image] Oct 16 04:06:10.981 INFO O| Oct 16 04:06:10.981 INFO ok!
87912024-10-16T04:06:12.484Z[ host-image] Oct 16 04:06:10.981 INFO O| Oct 16 04:06:10.981 INFO STEP 61 (ensure_file) COMPLETE
87922024-10-16T04:06:12.484Z[ host-image] Oct 16 04:06:10.981 INFO O| Oct 16 04:06:10.981 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932024-10-16T04:06:12.492Z[ host-image] Oct 16 04:06:10.991 INFO O| Oct 16 04:06:10.991 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87942024-10-16T04:06:12.492Z[ host-image] Oct 16 04:06:10.991 INFO O| Oct 16 04:06:10.991 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87952024-10-16T04:06:12.495Z[ host-image] Oct 16 04:06:10.991 INFO O| Oct 16 04:06:10.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87962024-10-16T04:06:12.495Z[ host-image] Oct 16 04:06:10.991 INFO O| Oct 16 04:06:10.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87972024-10-16T04:06:12.495Z[ host-image] Oct 16 04:06:10.992 INFO O| Oct 16 04:06:10.991 INFO ok!
87982024-10-16T04:06:12.495Z[ host-image] Oct 16 04:06:10.992 INFO O| Oct 16 04:06:10.991 INFO STEP 62 (ensure_file) COMPLETE
87992024-10-16T04:06:12.495Z[ host-image] Oct 16 04:06:10.992 INFO O| Oct 16 04:06:10.992 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-10-16T04:06:12.503Z[ host-image] Oct 16 04:06:11.002 INFO O| Oct 16 04:06:11.002 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88012024-10-16T04:06:12.503Z[ host-image] Oct 16 04:06:11.002 INFO O| Oct 16 04:06:11.002 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88022024-10-16T04:06:12.505Z[ host-image] Oct 16 04:06:11.002 INFO O| Oct 16 04:06:11.002 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88032024-10-16T04:06:12.505Z[ host-image] Oct 16 04:06:11.002 INFO O| Oct 16 04:06:11.002 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88042024-10-16T04:06:12.505Z[ host-image] Oct 16 04:06:11.002 INFO O| Oct 16 04:06:11.002 INFO ok!
88052024-10-16T04:06:12.505Z[ host-image] Oct 16 04:06:11.002 INFO O| Oct 16 04:06:11.002 INFO STEP 63 (ensure_file) COMPLETE
88062024-10-16T04:06:12.505Z[ host-image] Oct 16 04:06:11.002 INFO O| Oct 16 04:06:11.002 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-10-16T04:06:12.514Z[ host-image] Oct 16 04:06:11.013 INFO O| Oct 16 04:06:11.013 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88082024-10-16T04:06:12.514Z[ host-image] Oct 16 04:06:11.013 INFO O| Oct 16 04:06:11.013 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88092024-10-16T04:06:12.516Z[ host-image] Oct 16 04:06:11.013 INFO O| Oct 16 04:06:11.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88102024-10-16T04:06:12.516Z[ host-image] Oct 16 04:06:11.013 INFO O| Oct 16 04:06:11.013 INFO ok!
88112024-10-16T04:06:12.516Z[ host-image] Oct 16 04:06:11.013 INFO O| Oct 16 04:06:11.013 INFO STEP 64 (assemble_files) COMPLETE
88122024-10-16T04:06:12.516Z[ host-image] Oct 16 04:06:11.013 INFO O| Oct 16 04:06:11.013 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-10-16T04:06:12.525Z[ host-image] Oct 16 04:06:11.024 INFO O| Oct 16 04:06:11.024 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88142024-10-16T04:06:12.525Z[ host-image] Oct 16 04:06:11.024 INFO O| Oct 16 04:06:11.024 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88152024-10-16T04:06:12.525Z[ host-image] Oct 16 04:06:11.024 INFO O| Oct 16 04:06:11.024 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88162024-10-16T04:06:12.527Z[ host-image] Oct 16 04:06:11.024 INFO O| Oct 16 04:06:11.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88172024-10-16T04:06:12.527Z[ host-image] Oct 16 04:06:11.024 INFO O| Oct 16 04:06:11.024 INFO ok!
88182024-10-16T04:06:12.527Z[ host-image] Oct 16 04:06:11.024 INFO O| Oct 16 04:06:11.024 INFO STEP 65 (ensure_file) COMPLETE
88192024-10-16T04:06:12.527Z[ host-image] Oct 16 04:06:11.024 INFO O| Oct 16 04:06:11.024 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202024-10-16T04:06:12.536Z[ host-image] Oct 16 04:06:11.035 INFO O| Oct 16 04:06:11.035 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88212024-10-16T04:06:12.537Z[ host-image] Oct 16 04:06:11.036 INFO O| Oct 16 04:06:11.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88222024-10-16T04:06:12.539Z[ host-image] Oct 16 04:06:11.036 INFO O| Oct 16 04:06:11.036 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88232024-10-16T04:06:12.539Z[ host-image] Oct 16 04:06:11.036 INFO O| Oct 16 04:06:11.036 INFO STEP 66 (ensure_dir) COMPLETE
88242024-10-16T04:06:12.539Z[ host-image] Oct 16 04:06:11.036 INFO O| Oct 16 04:06:11.036 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-10-16T04:06:12.549Z[ host-image] Oct 16 04:06:11.048 INFO O| Oct 16 04:06:11.048 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88262024-10-16T04:06:12.549Z[ host-image] Oct 16 04:06:11.049 INFO O| Oct 16 04:06:11.048 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 ...
88272024-10-16T04:06:12.557Z[ host-image] Oct 16 04:06:11.056 INFO O| Oct 16 04:06:11.056 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
88282024-10-16T04:06:12.557Z[ host-image] Oct 16 04:06:11.056 INFO O| Oct 16 04:06:11.056 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88292024-10-16T04:06:12.557Z[ host-image] Oct 16 04:06:11.056 INFO O| Oct 16 04:06:11.056 INFO ok!
88302024-10-16T04:06:12.559Z[ host-image] Oct 16 04:06:11.056 INFO O| Oct 16 04:06:11.056 INFO STEP 67 (ensure_file) COMPLETE
88312024-10-16T04:06:12.559Z[ host-image] Oct 16 04:06:11.056 INFO O| Oct 16 04:06:11.056 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322024-10-16T04:06:12.569Z[ host-image] Oct 16 04:06:11.068 INFO O| Oct 16 04:06:11.068 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88332024-10-16T04:06:12.569Z[ host-image] Oct 16 04:06:11.068 INFO O| Oct 16 04:06:11.068 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 ...
88342024-10-16T04:06:12.571Z[ host-image] Oct 16 04:06:11.068 INFO O| Oct 16 04:06:11.068 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
88352024-10-16T04:06:12.571Z[ host-image] Oct 16 04:06:11.068 INFO O| Oct 16 04:06:11.068 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88362024-10-16T04:06:12.571Z[ host-image] Oct 16 04:06:11.068 INFO O| Oct 16 04:06:11.068 INFO ok!
88372024-10-16T04:06:12.571Z[ host-image] Oct 16 04:06:11.068 INFO O| Oct 16 04:06:11.068 INFO STEP 68 (ensure_file) COMPLETE
88382024-10-16T04:06:12.571Z[ host-image] Oct 16 04:06:11.068 INFO O| Oct 16 04:06:11.068 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-10-16T04:06:12.589Z[ host-image] Oct 16 04:06:11.088 INFO O| Oct 16 04:06:11.088 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88402024-10-16T04:06:12.589Z[ host-image] Oct 16 04:06:11.088 INFO O| Oct 16 04:06:11.088 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88412024-10-16T04:06:14.731Z[ host-image] Oct 16 04:06:13.230 INFO O| Oct 16 04:06:13.230 INFO STEP 69 (pack_tar) COMPLETE
88422024-10-16T04:06:14.734Z[ host-image] Oct 16 04:06:13.230 INFO O| Oct 16 04:06:13.230 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88432024-10-16T04:06:14.734Z[ host-image] Oct 16 04:06:13.230 INFO O| Oct 16 04:06:13.230 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88442024-10-16T04:06:15.489Z[ host-image] Oct 16 04:06:13.987 INFO O| Oct 16 04:06:13.987 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88452024-10-16T04:06:15.577Z[ host-image] Oct 16 04:06:14.076 INFO O| Oct 16 04:06:14.076 INFO completed processing gimlet/ramdisk-02-trim
88462024-10-16T04:06:15.580Z[ host-image] Oct 16 04:06:14.078 INFO image builder template: zfs...
88472024-10-16T04:06:15.580Z[ host-image] Oct 16 04:06:14.078 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/.tmpFfgg6s/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.33.293", "-n", "zfs"], pwd: None
88482024-10-16T04:06:15.595Z[ host-image] Oct 16 04:06:14.093 INFO O| Oct 16 04:06:14.093 INFO skip include "stress" because feature "stress" is not enabled
88492024-10-16T04:06:15.629Z[ host-image] Oct 16 04:06:14.128 INFO O| Oct 16 04:06:14.127 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88502024-10-16T04:06:15.634Z[ host-image] Oct 16 04:06:14.133 INFO O| Oct 16 04:06:14.133 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88512024-10-16T04:06:15.776Z[ host-image] Oct 16 04:06:14.275 INFO O| Oct 16 04:06:14.275 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88522024-10-16T04:06:15.906Z[ host-image] Oct 16 04:06:14.404 INFO O| Oct 16 04:06:14.404 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88532024-10-16T04:06:15.906Z[ host-image] Oct 16 04:06:14.404 INFO O| Oct 16 04:06:14.404 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88542024-10-16T04:06:15.910Z[ host-image] Oct 16 04:06:14.409 INFO O| Oct 16 04:06:14.409 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88552024-10-16T04:06:15.991Z[ host-image] Oct 16 04:06:14.490 INFO O| Oct 16 04:06:14.490 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88562024-10-16T04:06:16.118Z[ host-image] Oct 16 04:06:14.617 INFO O| Oct 16 04:06:14.617 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88572024-10-16T04:06:16.130Z[ host-image] Oct 16 04:06:14.628 INFO O| Oct 16 04:06:14.628 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88582024-10-16T04:06:16.136Z[ host-image] Oct 16 04:06:14.634 INFO O| Oct 16 04:06:14.634 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88592024-10-16T04:06:16.136Z[ host-image] Oct 16 04:06:14.634 INFO O| Oct 16 04:06:14.634 INFO no lofi found
88602024-10-16T04:06:16.138Z[ host-image] Oct 16 04:06:14.634 INFO O| Oct 16 04:06:14.634 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88612024-10-16T04:06:16.138Z[ host-image] Oct 16 04:06:14.634 INFO O| Oct 16 04:06:14.634 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88622024-10-16T04:06:17.487Z[ recovery-image] Oct 16 04:06:15.985 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88632024-10-16T04:06:17.512Z[ host-image] Oct 16 04:06:16.010 INFO O| Oct 16 04:06:16.010 INFO lofi device = /dev/dsk/c2t1d0p0
88642024-10-16T04:06:17.512Z[ host-image] Oct 16 04:06:16.010 INFO O| Oct 16 04:06:16.010 INFO pool device = /dev/dsk/c2t1d0p0
88652024-10-16T04:06:17.515Z[ host-image] Oct 16 04:06:16.010 INFO O| Oct 16 04:06:16.010 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"]
88662024-10-16T04:06:17.638Z[ host-image] Oct 16 04:06:16.136 INFO O| Oct 16 04:06:16.136 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88672024-10-16T04:06:17.638Z[ host-image] Oct 16 04:06:16.136 INFO O| Oct 16 04:06:16.136 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88682024-10-16T04:06:17.682Z[ host-image] Oct 16 04:06:16.181 INFO O| Oct 16 04:06:16.181 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88692024-10-16T04:06:17.791Z[ host-image] Oct 16 04:06:16.289 INFO O| Oct 16 04:06:16.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88702024-10-16T04:06:17.849Z[ host-image] Oct 16 04:06:16.347 INFO O| Oct 16 04:06:16.347 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88712024-10-16T04:06:17.877Z[ host-image] Oct 16 04:06:16.375 INFO O| Oct 16 04:06:16.375 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88722024-10-16T04:06:17.916Z[ host-image] Oct 16 04:06:16.414 INFO O| Oct 16 04:06:16.414 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88732024-10-16T04:06:18.019Z[ host-image] Oct 16 04:06:16.516 INFO O| Oct 16 04:06:16.516 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88742024-10-16T04:06:18.019Z[ host-image] Oct 16 04:06:16.517 INFO O| Oct 16 04:06:16.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88752024-10-16T04:06:18.021Z[ host-image] Oct 16 04:06:16.517 INFO O| Oct 16 04:06:16.517 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88762024-10-16T04:06:18.032Z[ host-image] Oct 16 04:06:16.530 INFO O| Oct 16 04:06:16.530 INFO boot environment UUID: 8238c68c-8185-4759-89bb-b027584d9c26
88772024-10-16T04:06:18.032Z[ host-image] Oct 16 04:06:16.530 INFO O| Oct 16 04:06:16.530 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8238c68c-8185-4759-89bb-b027584d9c26
88782024-10-16T04:06:18.047Z[ host-image] Oct 16 04:06:16.545 INFO O| Oct 16 04:06:16.545 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88792024-10-16T04:06:18.155Z[ host-image] Oct 16 04:06:16.653 INFO O| Oct 16 04:06:16.653 INFO STEP 0 (create_be) COMPLETE
88802024-10-16T04:06:18.155Z[ host-image] Oct 16 04:06:16.653 INFO O| Oct 16 04:06:16.653 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88812024-10-16T04:06:18.186Z[ host-image] Oct 16 04:06:16.684 INFO O| Oct 16 04:06:16.684 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88822024-10-16T04:06:20.189Z[ recovery-image] Oct 16 04:06:18.684 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88832024-10-16T04:06:25.157Z[ recovery-image] Oct 16 04:06:23.653 INFO E| Compiling bitflags v1.3.2
88842024-10-16T04:06:25.157Z[ recovery-image] Oct 16 04:06:23.653 INFO E| Compiling log v0.4.22
88852024-10-16T04:06:25.157Z[ recovery-image] Oct 16 04:06:23.653 INFO E| Compiling plain v0.2.3
88862024-10-16T04:06:25.157Z[ recovery-image] Oct 16 04:06:23.653 INFO E| Compiling adler2 v2.0.0
88872024-10-16T04:06:25.157Z[ recovery-image] Oct 16 04:06:23.653 INFO E| Compiling scroll v0.12.0
88882024-10-16T04:06:25.157Z[ recovery-image] Oct 16 04:06:23.653 INFO E| Compiling bit_field v0.10.2
88892024-10-16T04:06:25.157Z[ recovery-image] Oct 16 04:06:23.653 INFO E| Compiling bitstruct v0.1.1
88902024-10-16T04:06:25.371Z[ recovery-image] Oct 16 04:06:23.868 INFO E| Compiling raw-cpuid v10.7.0
88912024-10-16T04:06:25.374Z[ recovery-image] Oct 16 04:06:23.868 INFO E| Compiling cpio_reader v0.1.1
88922024-10-16T04:06:25.536Z[ recovery-image] Oct 16 04:06:24.033 INFO E| Compiling miniz_oxide v0.8.0
88932024-10-16T04:06:25.567Z[ recovery-image] Oct 16 04:06:24.064 INFO E| Compiling static_assertions v1.1.0
88942024-10-16T04:06:26.030Z[ recovery-image] Oct 16 04:06:24.525 INFO E| Compiling goblin v0.8.2
88952024-10-16T04:06:35.696Z[ recovery-image] Oct 16 04:06:34.193 INFO E| Finished `release` profile [optimized] target(s) in 38.23s
88962024-10-16T04:06:35.721Z[ recovery-image] Oct 16 04:06:34.218 INFO building host image...
88972024-10-16T04:06:35.724Z[ recovery-image] Oct 16 04:06:34.219 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")
88982024-10-16T04:06:36.342Z[ recovery-image] Oct 16 04:06:34.839 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88992024-10-16T04:06:38.098Z[ recovery-image] Oct 16 04:06:36.594 INFO image complete! materials are in "/work/os-recovery"
89002024-10-16T04:06:38.101Z[ recovery-image]
89012024-10-16T04:06:38.101Z[ recovery-image] real 8:08.072807809
89022024-10-16T04:06:38.104Z[ recovery-image] user 5:13.698375719
89032024-10-16T04:06:38.104Z[ recovery-image] sys 1:00.566252773
89042024-10-16T04:06:38.104Z[ recovery-image] trap 0.259332117
89052024-10-16T04:06:38.104Z[ recovery-image] tflt 0.300485005
89062024-10-16T04:06:38.104Z[ recovery-image] dflt 1.043341016
89072024-10-16T04:06:38.104Z[ recovery-image] kflt 0.000066851
89082024-10-16T04:06:38.104Z[ recovery-image] lock 9:10.797730880
89092024-10-16T04:06:38.104Z[ recovery-image] slp 48:03.660195761
89102024-10-16T04:06:38.104Z[ recovery-image] lat 2:30.021463166
89112024-10-16T04:06:38.104Z[ recovery-image] stop 4.784785259
89122024-10-16T04:06:38.104ZOct 16 04:06:36.599 INFO [recovery-image] process exited with exit status: 0 (488.095131806s)
89132024-10-16T04:06:39.969Z[ host-image] Oct 16 04:06:38.465 INFO O| Oct 16 04:06:38.465 INFO STEP 1 (unpack_tar) COMPLETE
89142024-10-16T04:06:39.969Z[ host-image] Oct 16 04:06:38.465 INFO O| Oct 16 04:06:38.465 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89152024-10-16T04:06:39.981Z[ host-image] Oct 16 04:06:38.478 INFO O| Oct 16 04:06:38.478 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89162024-10-16T04:06:40.290Z[ host-image] Oct 16 04:06:38.786 INFO O| Oct 16 04:06:38.785 INFO STEP 2 (devfsadm) COMPLETE
89172024-10-16T04:06:40.290Z[ host-image] Oct 16 04:06:38.786 INFO O| Oct 16 04:06:38.786 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89182024-10-16T04:06:40.303Z[ host-image] Oct 16 04:06:38.799 INFO O| Oct 16 04:06:38.799 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89192024-10-16T04:06:40.303Z[ host-image] Oct 16 04:06:38.799 INFO O| Oct 16 04:06:38.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89202024-10-16T04:06:40.303Z[ host-image] Oct 16 04:06:38.799 INFO O| Oct 16 04:06:38.799 INFO STEP 3 (ensure_dir) COMPLETE
89212024-10-16T04:06:40.306Z[ host-image] Oct 16 04:06:38.799 INFO O| Oct 16 04:06:38.799 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222024-10-16T04:06:40.313Z[ host-image] Oct 16 04:06:38.810 INFO O| Oct 16 04:06:38.809 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89232024-10-16T04:06:40.314Z[ host-image] Oct 16 04:06:38.810 INFO O| Oct 16 04:06:38.810 INFO STEP 4 (ensure_dir) COMPLETE
89242024-10-16T04:06:40.316Z[ host-image] Oct 16 04:06:38.810 INFO O| Oct 16 04:06:38.810 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252024-10-16T04:06:40.323Z[ host-image] Oct 16 04:06:38.819 INFO O| Oct 16 04:06:38.819 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89262024-10-16T04:06:40.326Z[ host-image] Oct 16 04:06:38.819 INFO O| Oct 16 04:06:38.819 INFO STEP 5 (ensure_dir) COMPLETE
89272024-10-16T04:06:40.326Z[ host-image] Oct 16 04:06:38.819 INFO O| Oct 16 04:06:38.819 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282024-10-16T04:06:40.333Z[ host-image] Oct 16 04:06:38.829 INFO O| Oct 16 04:06:38.829 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89292024-10-16T04:06:40.335Z[ host-image] Oct 16 04:06:38.829 INFO O| Oct 16 04:06:38.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89302024-10-16T04:06:40.335Z[ host-image] Oct 16 04:06:38.829 INFO O| Oct 16 04:06:38.829 INFO STEP 6 (ensure_dir) COMPLETE
89312024-10-16T04:06:40.335Z[ host-image] Oct 16 04:06:38.829 INFO O| Oct 16 04:06:38.829 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322024-10-16T04:06:40.343Z[ host-image] Oct 16 04:06:38.840 INFO O| Oct 16 04:06:38.840 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89332024-10-16T04:06:40.346Z[ host-image] Oct 16 04:06:38.840 INFO O| Oct 16 04:06:38.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89342024-10-16T04:06:40.346Z[ host-image] Oct 16 04:06:38.840 INFO O| Oct 16 04:06:38.840 INFO STEP 7 (ensure_dir) COMPLETE
89352024-10-16T04:06:40.346Z[ host-image] Oct 16 04:06:38.840 INFO O| Oct 16 04:06:38.840 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-16T04:06:40.355Z[ host-image] Oct 16 04:06:38.851 INFO O| Oct 16 04:06:38.851 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89372024-10-16T04:06:40.357Z[ host-image] Oct 16 04:06:38.851 INFO O| Oct 16 04:06:38.851 INFO STEP 8 (remove_files) COMPLETE
89382024-10-16T04:06:40.357Z[ host-image] Oct 16 04:06:38.851 INFO O| Oct 16 04:06:38.851 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392024-10-16T04:06:40.366Z[ host-image] Oct 16 04:06:38.862 INFO O| Oct 16 04:06:38.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89402024-10-16T04:06:40.369Z[ host-image] Oct 16 04:06:38.863 INFO O| Oct 16 04:06:38.863 INFO STEP 9 (remove_files) COMPLETE
89412024-10-16T04:06:40.369Z[ host-image] Oct 16 04:06:38.863 INFO O| Oct 16 04:06:38.863 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422024-10-16T04:06:40.377Z[ host-image] Oct 16 04:06:38.873 INFO O| Oct 16 04:06:38.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89432024-10-16T04:06:40.379Z[ host-image] Oct 16 04:06:38.874 INFO O| Oct 16 04:06:38.874 INFO STEP 10 (remove_files) COMPLETE
89442024-10-16T04:06:40.379Z[ host-image] Oct 16 04:06:38.874 INFO O| Oct 16 04:06:38.874 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89452024-10-16T04:06:40.388Z[ host-image] Oct 16 04:06:38.884 INFO O| Oct 16 04:06:38.884 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89462024-10-16T04:06:40.390Z[ host-image] Oct 16 04:06:38.885 INFO O| Oct 16 04:06:38.885 INFO STEP 11 (remove_files) COMPLETE
89472024-10-16T04:06:40.390Z[ host-image] Oct 16 04:06:38.885 INFO O| Oct 16 04:06:38.885 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89482024-10-16T04:06:40.399Z[ host-image] Oct 16 04:06:38.895 INFO O| Oct 16 04:06:38.895 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89492024-10-16T04:06:40.399Z[ host-image] Oct 16 04:06:38.895 INFO O| Oct 16 04:06:38.895 INFO STEP 12 (remove_files) COMPLETE
89502024-10-16T04:06:40.402Z[ host-image] Oct 16 04:06:38.895 INFO O| Oct 16 04:06:38.895 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89512024-10-16T04:06:40.409Z[ host-image] Oct 16 04:06:38.905 INFO O| Oct 16 04:06:38.905 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89522024-10-16T04:06:40.409Z[ host-image] Oct 16 04:06:38.905 INFO O| Oct 16 04:06:38.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89532024-10-16T04:06:40.409Z[ host-image] Oct 16 04:06:38.905 INFO O| Oct 16 04:06:38.905 INFO STEP 13 (ensure_dir) COMPLETE
89542024-10-16T04:06:40.411Z[ host-image] Oct 16 04:06:38.905 INFO O| Oct 16 04:06:38.905 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552024-10-16T04:06:40.419Z[ host-image] Oct 16 04:06:38.915 INFO O| Oct 16 04:06:38.915 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89562024-10-16T04:06:40.421Z[ host-image] Oct 16 04:06:38.915 INFO O| Oct 16 04:06:38.915 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89572024-10-16T04:06:40.421Z[ host-image] Oct 16 04:06:38.915 INFO O| Oct 16 04:06:38.915 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89582024-10-16T04:06:40.421Z[ host-image] Oct 16 04:06:38.915 INFO O| Oct 16 04:06:38.915 INFO STEP 14 (ensure_dir) COMPLETE
89592024-10-16T04:06:40.421Z[ host-image] Oct 16 04:06:38.915 INFO O| Oct 16 04:06:38.915 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89602024-10-16T04:06:40.429Z[ host-image] Oct 16 04:06:38.925 INFO O| Oct 16 04:06:38.925 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89612024-10-16T04:06:40.429Z[ host-image] Oct 16 04:06:38.926 INFO O| Oct 16 04:06:38.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89622024-10-16T04:06:40.431Z[ host-image] Oct 16 04:06:38.926 INFO O| Oct 16 04:06:38.926 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89632024-10-16T04:06:40.431Z[ host-image] Oct 16 04:06:38.926 INFO O| Oct 16 04:06:38.926 INFO STEP 15 (ensure_dir) COMPLETE
89642024-10-16T04:06:40.431Z[ host-image] Oct 16 04:06:38.926 INFO O| Oct 16 04:06:38.926 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652024-10-16T04:06:40.439Z[ host-image] Oct 16 04:06:38.935 INFO O| Oct 16 04:06:38.935 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89662024-10-16T04:06:40.441Z[ host-image] Oct 16 04:06:38.935 INFO O| Oct 16 04:06:38.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89672024-10-16T04:06:40.441Z[ host-image] Oct 16 04:06:38.935 INFO O| Oct 16 04:06:38.935 INFO STEP 16 (ensure_dir) COMPLETE
89682024-10-16T04:06:40.441Z[ host-image] Oct 16 04:06:38.935 INFO O| Oct 16 04:06:38.935 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89692024-10-16T04:06:40.449Z[ host-image] Oct 16 04:06:38.945 INFO O| Oct 16 04:06:38.945 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89702024-10-16T04:06:40.450Z[ host-image] Oct 16 04:06:38.945 INFO O| Oct 16 04:06:38.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89712024-10-16T04:06:40.450Z[ host-image] Oct 16 04:06:38.945 INFO O| Oct 16 04:06:38.945 INFO STEP 17 (ensure_dir) COMPLETE
89722024-10-16T04:06:40.450Z[ host-image] Oct 16 04:06:38.945 INFO O| Oct 16 04:06:38.945 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89732024-10-16T04:06:40.459Z[ host-image] Oct 16 04:06:38.955 INFO O| Oct 16 04:06:38.955 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89742024-10-16T04:06:40.459Z[ host-image] Oct 16 04:06:38.955 INFO O| Oct 16 04:06:38.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89752024-10-16T04:06:40.459Z[ host-image] Oct 16 04:06:38.955 INFO O| Oct 16 04:06:38.955 INFO ok!
89762024-10-16T04:06:40.461Z[ host-image] Oct 16 04:06:38.955 INFO O| Oct 16 04:06:38.955 INFO STEP 18 (ensure_symlink) COMPLETE
89772024-10-16T04:06:40.462Z[ host-image] Oct 16 04:06:38.955 INFO O| Oct 16 04:06:38.955 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89782024-10-16T04:06:40.469Z[ host-image] Oct 16 04:06:38.966 INFO O| Oct 16 04:06:38.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89792024-10-16T04:06:40.469Z[ host-image] Oct 16 04:06:38.966 INFO O| Oct 16 04:06:38.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89802024-10-16T04:06:40.469Z[ host-image] Oct 16 04:06:38.966 INFO O| Oct 16 04:06:38.966 INFO ok!
89812024-10-16T04:06:40.472Z[ host-image] Oct 16 04:06:38.966 INFO O| Oct 16 04:06:38.966 INFO STEP 19 (ensure_file) COMPLETE
89822024-10-16T04:06:40.472Z[ host-image] Oct 16 04:06:38.966 INFO O| Oct 16 04:06:38.966 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89832024-10-16T04:06:40.479Z[ host-image] Oct 16 04:06:38.976 INFO O| Oct 16 04:06:38.976 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89842024-10-16T04:06:40.479Z[ host-image] Oct 16 04:06:38.976 INFO O| Oct 16 04:06:38.976 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89852024-10-16T04:06:40.482Z[ host-image] Oct 16 04:06:38.976 INFO O| Oct 16 04:06:38.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89862024-10-16T04:06:40.482Z[ host-image] Oct 16 04:06:38.976 INFO O| Oct 16 04:06:38.976 INFO ok!
89872024-10-16T04:06:40.482Z[ host-image] Oct 16 04:06:38.976 INFO O| Oct 16 04:06:38.976 INFO STEP 20 (ensure_symlink) COMPLETE
89882024-10-16T04:06:40.482Z[ host-image] Oct 16 04:06:38.976 INFO O| Oct 16 04:06:38.976 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89892024-10-16T04:06:40.489Z[ host-image] Oct 16 04:06:38.986 INFO O| Oct 16 04:06:38.986 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89902024-10-16T04:06:40.489Z[ host-image] Oct 16 04:06:38.986 INFO O| Oct 16 04:06:38.986 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89912024-10-16T04:06:40.492Z[ host-image] Oct 16 04:06:38.986 INFO O| Oct 16 04:06:38.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89922024-10-16T04:06:40.492Z[ host-image] Oct 16 04:06:38.986 INFO O| Oct 16 04:06:38.986 INFO ok!
89932024-10-16T04:06:40.492Z[ host-image] Oct 16 04:06:38.986 INFO O| Oct 16 04:06:38.986 INFO STEP 21 (ensure_symlink) COMPLETE
89942024-10-16T04:06:40.492Z[ host-image] Oct 16 04:06:38.986 INFO O| Oct 16 04:06:38.986 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89952024-10-16T04:06:40.500Z[ host-image] Oct 16 04:06:38.996 INFO O| Oct 16 04:06:38.995 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89962024-10-16T04:06:40.500Z[ host-image] Oct 16 04:06:38.996 INFO O| Oct 16 04:06:38.995 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89972024-10-16T04:06:40.503Z[ host-image] Oct 16 04:06:38.996 INFO O| Oct 16 04:06:38.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89982024-10-16T04:06:40.503Z[ host-image] Oct 16 04:06:38.996 INFO O| Oct 16 04:06:38.996 INFO ok!
89992024-10-16T04:06:40.503Z[ host-image] Oct 16 04:06:38.996 INFO O| Oct 16 04:06:38.996 INFO STEP 22 (ensure_symlink) COMPLETE
90002024-10-16T04:06:40.503Z[ host-image] Oct 16 04:06:38.996 INFO O| Oct 16 04:06:38.996 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90012024-10-16T04:06:40.510Z[ host-image] Oct 16 04:06:39.006 INFO O| Oct 16 04:06:39.006 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90022024-10-16T04:06:40.510Z[ host-image] Oct 16 04:06:39.006 INFO O| Oct 16 04:06:39.006 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90032024-10-16T04:06:40.512Z[ host-image] Oct 16 04:06:39.006 INFO O| Oct 16 04:06:39.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90042024-10-16T04:06:40.512Z[ host-image] Oct 16 04:06:39.006 INFO O| Oct 16 04:06:39.006 INFO ok!
90052024-10-16T04:06:40.512Z[ host-image] Oct 16 04:06:39.006 INFO O| Oct 16 04:06:39.006 INFO STEP 23 (ensure_symlink) COMPLETE
90062024-10-16T04:06:40.512Z[ host-image] Oct 16 04:06:39.006 INFO O| Oct 16 04:06:39.006 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90072024-10-16T04:06:40.521Z[ host-image] Oct 16 04:06:39.017 INFO O| Oct 16 04:06:39.017 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90082024-10-16T04:06:40.523Z[ host-image] Oct 16 04:06:39.017 INFO O| Oct 16 04:06:39.017 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90092024-10-16T04:06:40.523Z[ host-image] Oct 16 04:06:39.017 INFO O| Oct 16 04:06:39.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90102024-10-16T04:06:40.523Z[ host-image] Oct 16 04:06:39.018 INFO O| Oct 16 04:06:39.017 INFO ok!
90112024-10-16T04:06:40.523Z[ host-image] Oct 16 04:06:39.018 INFO O| Oct 16 04:06:39.017 INFO STEP 24 (ensure_file) COMPLETE
90122024-10-16T04:06:40.523Z[ host-image] Oct 16 04:06:39.018 INFO O| Oct 16 04:06:39.017 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90132024-10-16T04:06:40.531Z[ host-image] Oct 16 04:06:39.028 INFO O| Oct 16 04:06:39.027 INFO updating shadow file
90142024-10-16T04:06:40.534Z[ host-image] Oct 16 04:06:39.028 INFO O| Oct 16 04:06:39.028 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90152024-10-16T04:06:40.534Z[ host-image] Oct 16 04:06:39.028 INFO O| Oct 16 04:06:39.028 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90162024-10-16T04:06:40.534Z[ host-image] Oct 16 04:06:39.028 INFO O| Oct 16 04:06:39.028 INFO STEP 25 (shadow) COMPLETE
90172024-10-16T04:06:40.534Z[ host-image] Oct 16 04:06:39.028 INFO O| Oct 16 04:06:39.028 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90182024-10-16T04:06:40.541Z[ host-image] Oct 16 04:06:39.038 INFO O| Oct 16 04:06:39.038 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90192024-10-16T04:06:40.541Z[ host-image] Oct 16 04:06:39.038 INFO O| Oct 16 04:06:39.038 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90202024-10-16T04:06:40.544Z[ host-image] Oct 16 04:06:39.038 INFO O| Oct 16 04:06:39.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90212024-10-16T04:06:40.544Z[ host-image] Oct 16 04:06:39.038 INFO O| Oct 16 04:06:39.038 INFO ok!
90222024-10-16T04:06:40.544Z[ host-image] Oct 16 04:06:39.038 INFO O| Oct 16 04:06:39.038 INFO STEP 26 (ensure_file) COMPLETE
90232024-10-16T04:06:40.544Z[ host-image] Oct 16 04:06:39.038 INFO O| Oct 16 04:06:39.038 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90242024-10-16T04:06:40.552Z[ host-image] Oct 16 04:06:39.048 INFO O| Oct 16 04:06:39.048 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90252024-10-16T04:06:40.552Z[ host-image] Oct 16 04:06:39.048 INFO O| Oct 16 04:06:39.048 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90262024-10-16T04:06:40.554Z[ host-image] Oct 16 04:06:39.048 INFO O| Oct 16 04:06:39.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90272024-10-16T04:06:40.554Z[ host-image] Oct 16 04:06:39.049 INFO O| Oct 16 04:06:39.048 INFO ok!
90282024-10-16T04:06:40.555Z[ host-image] Oct 16 04:06:39.049 INFO O| Oct 16 04:06:39.048 INFO STEP 27 (ensure_file) COMPLETE
90292024-10-16T04:06:40.555Z[ host-image] Oct 16 04:06:39.049 INFO O| Oct 16 04:06:39.049 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90302024-10-16T04:06:40.563Z[ host-image] Oct 16 04:06:39.059 INFO O| Oct 16 04:06:39.059 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90312024-10-16T04:06:40.563Z[ host-image] Oct 16 04:06:39.059 INFO O| Oct 16 04:06:39.059 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90322024-10-16T04:06:40.566Z[ host-image] Oct 16 04:06:39.059 INFO O| Oct 16 04:06:39.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90332024-10-16T04:06:40.566Z[ host-image] Oct 16 04:06:39.059 INFO O| Oct 16 04:06:39.059 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90342024-10-16T04:06:40.566Z[ host-image] Oct 16 04:06:39.059 INFO O| Oct 16 04:06:39.059 INFO ok!
90352024-10-16T04:06:40.566Z[ host-image] Oct 16 04:06:39.059 INFO O| Oct 16 04:06:39.059 INFO STEP 28 (ensure_file) COMPLETE
90362024-10-16T04:06:40.566Z[ host-image] Oct 16 04:06:39.059 INFO O| Oct 16 04:06:39.059 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90372024-10-16T04:06:40.573Z[ host-image] Oct 16 04:06:39.069 INFO O| Oct 16 04:06:39.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90382024-10-16T04:06:40.573Z[ host-image] Oct 16 04:06:39.069 INFO O| Oct 16 04:06:39.069 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90392024-10-16T04:06:40.575Z[ host-image] Oct 16 04:06:39.069 INFO O| Oct 16 04:06:39.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90402024-10-16T04:06:40.575Z[ host-image] Oct 16 04:06:39.069 INFO O| Oct 16 04:06:39.069 INFO ok!
90412024-10-16T04:06:40.575Z[ host-image] Oct 16 04:06:39.069 INFO O| Oct 16 04:06:39.069 INFO STEP 29 (ensure_file) COMPLETE
90422024-10-16T04:06:40.575Z[ host-image] Oct 16 04:06:39.069 INFO O| Oct 16 04:06:39.069 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90432024-10-16T04:06:40.584Z[ host-image] Oct 16 04:06:39.080 INFO O| Oct 16 04:06:39.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90442024-10-16T04:06:40.586Z[ host-image] Oct 16 04:06:39.080 INFO O| Oct 16 04:06:39.080 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90452024-10-16T04:06:40.586Z[ host-image] Oct 16 04:06:39.080 INFO O| Oct 16 04:06:39.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90462024-10-16T04:06:40.586Z[ host-image] Oct 16 04:06:39.080 INFO O| Oct 16 04:06:39.080 INFO ok!
90472024-10-16T04:06:40.586Z[ host-image] Oct 16 04:06:39.080 INFO O| Oct 16 04:06:39.080 INFO STEP 30 (ensure_file) COMPLETE
90482024-10-16T04:06:40.586Z[ host-image] Oct 16 04:06:39.080 INFO O| Oct 16 04:06:39.080 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90492024-10-16T04:06:40.595Z[ host-image] Oct 16 04:06:39.092 INFO O| Oct 16 04:06:39.092 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90502024-10-16T04:06:40.596Z[ host-image] Oct 16 04:06:39.092 INFO O| Oct 16 04:06:39.092 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90512024-10-16T04:06:40.598Z[ host-image] Oct 16 04:06:39.092 INFO O| Oct 16 04:06:39.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90522024-10-16T04:06:40.598Z[ host-image] Oct 16 04:06:39.092 INFO O| Oct 16 04:06:39.092 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90532024-10-16T04:06:40.598Z[ host-image] Oct 16 04:06:39.092 INFO O| Oct 16 04:06:39.092 INFO ok!
90542024-10-16T04:06:40.598Z[ host-image] Oct 16 04:06:39.092 INFO O| Oct 16 04:06:39.092 INFO STEP 31 (ensure_file) COMPLETE
90552024-10-16T04:06:40.598Z[ host-image] Oct 16 04:06:39.092 INFO O| Oct 16 04:06:39.092 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90562024-10-16T04:06:40.607Z[ host-image] Oct 16 04:06:39.104 INFO O| Oct 16 04:06:39.104 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90572024-10-16T04:06:40.607Z[ host-image] Oct 16 04:06:39.104 INFO O| Oct 16 04:06:39.104 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90582024-10-16T04:06:40.610Z[ host-image] Oct 16 04:06:39.104 INFO O| Oct 16 04:06:39.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90592024-10-16T04:06:40.610Z[ host-image] Oct 16 04:06:39.104 INFO O| Oct 16 04:06:39.104 INFO ok!
90602024-10-16T04:06:40.610Z[ host-image] Oct 16 04:06:39.104 INFO O| Oct 16 04:06:39.104 INFO STEP 32 (ensure_file) COMPLETE
90612024-10-16T04:06:40.610Z[ host-image] Oct 16 04:06:39.104 INFO O| Oct 16 04:06:39.104 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90622024-10-16T04:06:40.620Z[ host-image] Oct 16 04:06:39.116 INFO O| Oct 16 04:06:39.116 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90632024-10-16T04:06:40.620Z[ host-image] Oct 16 04:06:39.116 INFO O| Oct 16 04:06:39.116 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90642024-10-16T04:06:40.623Z[ host-image] Oct 16 04:06:39.117 INFO O| Oct 16 04:06:39.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90652024-10-16T04:06:40.623Z[ host-image] Oct 16 04:06:39.117 INFO O| Oct 16 04:06:39.116 INFO ok!
90662024-10-16T04:06:40.623Z[ host-image] Oct 16 04:06:39.117 INFO O| Oct 16 04:06:39.116 INFO STEP 33 (ensure_file) COMPLETE
90672024-10-16T04:06:40.623Z[ host-image] Oct 16 04:06:39.117 INFO O| Oct 16 04:06:39.117 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90682024-10-16T04:06:40.632Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90692024-10-16T04:06:40.633Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90702024-10-16T04:06:40.635Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90712024-10-16T04:06:40.635Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90722024-10-16T04:06:40.635Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90732024-10-16T04:06:40.635Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90742024-10-16T04:06:40.635Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO ok!
90752024-10-16T04:06:40.635Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO STEP 34 (ensure_file) COMPLETE
90762024-10-16T04:06:40.635Z[ host-image] Oct 16 04:06:39.129 INFO O| Oct 16 04:06:39.129 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90772024-10-16T04:06:40.645Z[ host-image] Oct 16 04:06:39.141 INFO O| Oct 16 04:06:39.141 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90782024-10-16T04:06:40.645Z[ host-image] Oct 16 04:06:39.141 INFO O| Oct 16 04:06:39.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90792024-10-16T04:06:40.648Z[ host-image] Oct 16 04:06:39.141 INFO O| Oct 16 04:06:39.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90802024-10-16T04:06:40.648Z[ host-image] Oct 16 04:06:39.141 INFO O| Oct 16 04:06:39.141 INFO STEP 35 (ensure_dir) COMPLETE
90812024-10-16T04:06:40.648Z[ host-image] Oct 16 04:06:39.142 INFO O| Oct 16 04:06:39.141 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90822024-10-16T04:06:40.658Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 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
90832024-10-16T04:06:40.658Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 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 ...
90842024-10-16T04:06:40.660Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 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
90852024-10-16T04:06:40.660Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 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
90862024-10-16T04:06:40.660Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 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
90872024-10-16T04:06:40.660Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 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
90882024-10-16T04:06:40.660Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 INFO ok!
90892024-10-16T04:06:40.660Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 INFO STEP 36 (ensure_file) COMPLETE
90902024-10-16T04:06:40.661Z[ host-image] Oct 16 04:06:39.154 INFO O| Oct 16 04:06:39.154 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90912024-10-16T04:06:40.670Z[ host-image] Oct 16 04:06:39.166 INFO O| Oct 16 04:06:39.166 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90922024-10-16T04:06:40.670Z[ host-image] Oct 16 04:06:39.167 INFO O| Oct 16 04:06:39.166 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 ...
90932024-10-16T04:06:40.673Z[ host-image] Oct 16 04:06:39.167 INFO O| Oct 16 04:06:39.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90942024-10-16T04:06:40.673Z[ host-image] Oct 16 04:06:39.167 INFO O| Oct 16 04:06:39.167 INFO ok!
90952024-10-16T04:06:40.673Z[ host-image] Oct 16 04:06:39.167 INFO O| Oct 16 04:06:39.167 INFO STEP 37 (ensure_symlink) COMPLETE
90962024-10-16T04:06:40.673Z[ host-image] Oct 16 04:06:39.167 INFO O| Oct 16 04:06:39.167 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90972024-10-16T04:06:40.683Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90982024-10-16T04:06:40.683Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90992024-10-16T04:06:40.685Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91002024-10-16T04:06:40.685Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91012024-10-16T04:06:40.685Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91022024-10-16T04:06:40.685Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91032024-10-16T04:06:40.685Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO ok!
91042024-10-16T04:06:40.685Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO STEP 38 (ensure_file) COMPLETE
91052024-10-16T04:06:40.685Z[ host-image] Oct 16 04:06:39.179 INFO O| Oct 16 04:06:39.179 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91062024-10-16T04:06:40.695Z[ host-image] Oct 16 04:06:39.191 INFO O| Oct 16 04:06:39.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91072024-10-16T04:06:40.695Z[ host-image] Oct 16 04:06:39.191 INFO O| Oct 16 04:06:39.191 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 ...
91082024-10-16T04:06:40.698Z[ host-image] Oct 16 04:06:39.191 INFO O| Oct 16 04:06:39.191 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
91092024-10-16T04:06:40.698Z[ host-image] Oct 16 04:06:39.191 INFO O| Oct 16 04:06:39.191 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91102024-10-16T04:06:40.698Z[ host-image] Oct 16 04:06:39.191 INFO O| Oct 16 04:06:39.191 INFO ok!
91112024-10-16T04:06:40.698Z[ host-image] Oct 16 04:06:39.191 INFO O| Oct 16 04:06:39.191 INFO STEP 39 (ensure_file) COMPLETE
91122024-10-16T04:06:40.698Z[ host-image] Oct 16 04:06:39.191 INFO O| Oct 16 04:06:39.191 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91132024-10-16T04:06:40.707Z[ host-image] Oct 16 04:06:39.203 INFO O| Oct 16 04:06:39.203 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91142024-10-16T04:06:40.707Z[ host-image] Oct 16 04:06:39.203 INFO O| Oct 16 04:06:39.203 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91152024-10-16T04:06:40.710Z[ host-image] Oct 16 04:06:39.203 INFO O| Oct 16 04:06:39.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91162024-10-16T04:06:40.710Z[ host-image] Oct 16 04:06:39.203 INFO O| Oct 16 04:06:39.203 INFO ok!
91172024-10-16T04:06:40.710Z[ host-image] Oct 16 04:06:39.203 INFO O| Oct 16 04:06:39.203 INFO STEP 40 (ensure_file) COMPLETE
91182024-10-16T04:06:40.710Z[ host-image] Oct 16 04:06:39.203 INFO O| Oct 16 04:06:39.203 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91192024-10-16T04:06:40.719Z[ host-image] Oct 16 04:06:39.215 INFO O| Oct 16 04:06:39.215 INFO updating shadow file
91202024-10-16T04:06:40.723Z[ host-image] Oct 16 04:06:39.215 INFO O| Oct 16 04:06:39.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91212024-10-16T04:06:40.723Z[ host-image] Oct 16 04:06:39.215 INFO O| Oct 16 04:06:39.215 INFO STEP 41 (shadow) COMPLETE
91222024-10-16T04:06:40.723Z[ host-image] Oct 16 04:06:39.215 INFO O| Oct 16 04:06:39.215 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91232024-10-16T04:06:40.731Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91242024-10-16T04:06:40.731Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91252024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91262024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91272024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO ok!
91282024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO STEP 42 (ensure_file) COMPLETE
91292024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91302024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO skip step because feature "mfg" is not enabled
91312024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91322024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.227 INFO O| Oct 16 04:06:39.227 INFO skip step because feature "mfg" is not enabled
91332024-10-16T04:06:40.734Z[ host-image] Oct 16 04:06:39.228 INFO O| Oct 16 04:06:39.227 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91342024-10-16T04:06:40.743Z[ host-image] Oct 16 04:06:39.239 INFO O| Oct 16 04:06:39.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91352024-10-16T04:06:40.743Z[ host-image] Oct 16 04:06:39.239 INFO O| Oct 16 04:06:39.239 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91362024-10-16T04:06:41.393Z[ host-image] Oct 16 04:06:39.889 INFO O| Oct 16 04:06:39.889 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91372024-10-16T04:06:41.393Z[ host-image] Oct 16 04:06:39.889 INFO O| Oct 16 04:06:39.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91382024-10-16T04:06:41.396Z[ host-image] Oct 16 04:06:39.889 INFO O| Oct 16 04:06:39.889 INFO ok!
91392024-10-16T04:06:41.396Z[ host-image] Oct 16 04:06:39.889 INFO O| Oct 16 04:06:39.889 INFO STEP 45 (ensure_file) COMPLETE
91402024-10-16T04:06:41.396Z[ host-image] Oct 16 04:06:39.889 INFO O| Oct 16 04:06:39.889 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91412024-10-16T04:06:41.408Z[ host-image] Oct 16 04:06:39.904 INFO O| Oct 16 04:06:39.904 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91422024-10-16T04:06:41.411Z[ host-image] Oct 16 04:06:39.904 INFO O| Oct 16 04:06:39.904 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91432024-10-16T04:06:41.411Z[ host-image] Oct 16 04:06:39.905 INFO O| Oct 16 04:06:39.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91442024-10-16T04:06:41.411Z[ host-image] Oct 16 04:06:39.905 INFO O| Oct 16 04:06:39.905 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91452024-10-16T04:06:41.411Z[ host-image] Oct 16 04:06:39.905 INFO O| Oct 16 04:06:39.905 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91462024-10-16T04:06:41.411Z[ host-image] Oct 16 04:06:39.905 INFO O| Oct 16 04:06:39.905 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91472024-10-16T04:06:41.411Z[ host-image] Oct 16 04:06:39.905 INFO O| Oct 16 04:06:39.905 INFO ok!
91482024-10-16T04:06:41.411Z[ host-image] Oct 16 04:06:39.905 INFO O| Oct 16 04:06:39.905 INFO STEP 46 (ensure_file) COMPLETE
91492024-10-16T04:06:41.411Z[ host-image] Oct 16 04:06:39.905 INFO O| Oct 16 04:06:39.905 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91502024-10-16T04:06:41.423Z[ host-image] Oct 16 04:06:39.919 INFO O| Oct 16 04:06:39.919 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91512024-10-16T04:06:41.423Z[ host-image] Oct 16 04:06:39.919 INFO O| Oct 16 04:06:39.919 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 ...
91522024-10-16T04:06:41.425Z[ host-image] Oct 16 04:06:39.919 INFO O| Oct 16 04:06:39.919 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
91532024-10-16T04:06:41.425Z[ host-image] Oct 16 04:06:39.919 INFO O| Oct 16 04:06:39.919 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91542024-10-16T04:06:41.425Z[ host-image] Oct 16 04:06:39.919 INFO O| Oct 16 04:06:39.919 INFO ok!
91552024-10-16T04:06:41.425Z[ host-image] Oct 16 04:06:39.919 INFO O| Oct 16 04:06:39.919 INFO STEP 47 (ensure_file) COMPLETE
91562024-10-16T04:06:41.425Z[ host-image] Oct 16 04:06:39.919 INFO O| Oct 16 04:06:39.919 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91572024-10-16T04:06:41.436Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91582024-10-16T04:06:41.437Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91592024-10-16T04:06:41.437Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91602024-10-16T04:06:41.437Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91612024-10-16T04:06:41.437Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91622024-10-16T04:06:41.437Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91632024-10-16T04:06:41.437Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO ok!
91642024-10-16T04:06:41.437Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO STEP 48 (ensure_file) COMPLETE
91652024-10-16T04:06:41.437Z[ host-image] Oct 16 04:06:39.932 INFO O| Oct 16 04:06:39.932 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91662024-10-16T04:06:41.448Z[ host-image] Oct 16 04:06:39.944 INFO O| Oct 16 04:06:39.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91672024-10-16T04:06:41.448Z[ host-image] Oct 16 04:06:39.944 INFO O| Oct 16 04:06:39.944 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 ...
91682024-10-16T04:06:41.450Z[ host-image] Oct 16 04:06:39.944 INFO O| Oct 16 04:06:39.944 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
91692024-10-16T04:06:41.450Z[ host-image] Oct 16 04:06:39.944 INFO O| Oct 16 04:06:39.944 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91702024-10-16T04:06:41.450Z[ host-image] Oct 16 04:06:39.944 INFO O| Oct 16 04:06:39.944 INFO ok!
91712024-10-16T04:06:41.450Z[ host-image] Oct 16 04:06:39.944 INFO O| Oct 16 04:06:39.944 INFO STEP 49 (ensure_file) COMPLETE
91722024-10-16T04:06:41.450Z[ host-image] Oct 16 04:06:39.944 INFO O| Oct 16 04:06:39.944 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91732024-10-16T04:06:41.459Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91742024-10-16T04:06:41.459Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91752024-10-16T04:06:41.461Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91762024-10-16T04:06:41.461Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91772024-10-16T04:06:41.461Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91782024-10-16T04:06:41.461Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91792024-10-16T04:06:41.461Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO ok!
91802024-10-16T04:06:41.461Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO STEP 50 (ensure_file) COMPLETE
91812024-10-16T04:06:41.461Z[ host-image] Oct 16 04:06:39.955 INFO O| Oct 16 04:06:39.955 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91822024-10-16T04:06:41.470Z[ host-image] Oct 16 04:06:39.966 INFO O| Oct 16 04:06:39.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91832024-10-16T04:06:41.470Z[ host-image] Oct 16 04:06:39.966 INFO O| Oct 16 04:06:39.966 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 ...
91842024-10-16T04:06:41.473Z[ host-image] Oct 16 04:06:39.967 INFO O| Oct 16 04:06:39.966 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
91852024-10-16T04:06:41.473Z[ host-image] Oct 16 04:06:39.967 INFO O| Oct 16 04:06:39.967 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91862024-10-16T04:06:41.473Z[ host-image] Oct 16 04:06:39.967 INFO O| Oct 16 04:06:39.967 INFO ok!
91872024-10-16T04:06:41.473Z[ host-image] Oct 16 04:06:39.967 INFO O| Oct 16 04:06:39.967 INFO STEP 51 (ensure_file) COMPLETE
91882024-10-16T04:06:41.473Z[ host-image] Oct 16 04:06:39.967 INFO O| Oct 16 04:06:39.967 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91892024-10-16T04:06:41.481Z[ host-image] Oct 16 04:06:39.977 INFO O| Oct 16 04:06:39.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91902024-10-16T04:06:41.481Z[ host-image] Oct 16 04:06:39.977 INFO O| Oct 16 04:06:39.977 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 ...
91912024-10-16T04:06:41.483Z[ host-image] Oct 16 04:06:39.977 INFO O| Oct 16 04:06:39.977 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
91922024-10-16T04:06:41.483Z[ host-image] Oct 16 04:06:39.977 INFO O| Oct 16 04:06:39.977 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91932024-10-16T04:06:41.483Z[ host-image] Oct 16 04:06:39.977 INFO O| Oct 16 04:06:39.977 INFO ok!
91942024-10-16T04:06:41.483Z[ host-image] Oct 16 04:06:39.977 INFO O| Oct 16 04:06:39.977 INFO STEP 52 (ensure_file) COMPLETE
91952024-10-16T04:06:41.484Z[ host-image] Oct 16 04:06:39.977 INFO O| Oct 16 04:06:39.977 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91962024-10-16T04:06:41.491Z[ host-image] Oct 16 04:06:39.988 INFO O| Oct 16 04:06:39.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91972024-10-16T04:06:41.494Z[ host-image] Oct 16 04:06:39.988 INFO O| Oct 16 04:06:39.988 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 ...
91982024-10-16T04:06:41.494Z[ host-image] Oct 16 04:06:39.988 INFO O| Oct 16 04:06:39.988 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
91992024-10-16T04:06:41.494Z[ host-image] Oct 16 04:06:39.988 INFO O| Oct 16 04:06:39.988 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92002024-10-16T04:06:41.494Z[ host-image] Oct 16 04:06:39.988 INFO O| Oct 16 04:06:39.988 INFO ok!
92012024-10-16T04:06:41.494Z[ host-image] Oct 16 04:06:39.988 INFO O| Oct 16 04:06:39.988 INFO STEP 53 (ensure_file) COMPLETE
92022024-10-16T04:06:41.494Z[ host-image] Oct 16 04:06:39.988 INFO O| Oct 16 04:06:39.988 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-10-16T04:06:41.503Z[ host-image] Oct 16 04:06:39.999 INFO O| Oct 16 04:06:39.999 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92042024-10-16T04:06:41.503Z[ host-image] Oct 16 04:06:39.999 INFO O| Oct 16 04:06:39.999 INFO STEP 54 (ensure_dir) COMPLETE
92052024-10-16T04:06:41.505Z[ host-image] Oct 16 04:06:39.999 INFO O| Oct 16 04:06:39.999 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92062024-10-16T04:06:41.515Z[ host-image] Oct 16 04:06:40.011 INFO O| Oct 16 04:06:40.011 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92072024-10-16T04:06:41.515Z[ host-image] Oct 16 04:06:40.011 INFO O| Oct 16 04:06:40.011 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92082024-10-16T04:06:41.518Z[ host-image] Oct 16 04:06:40.011 INFO O| Oct 16 04:06:40.011 INFO STEP 55 (ensure_dir) COMPLETE
92092024-10-16T04:06:41.518Z[ host-image] Oct 16 04:06:40.011 INFO O| Oct 16 04:06:40.011 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-10-16T04:06:41.525Z[ host-image] Oct 16 04:06:40.021 INFO O| Oct 16 04:06:40.021 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92112024-10-16T04:06:41.528Z[ host-image] Oct 16 04:06:40.022 INFO O| Oct 16 04:06:40.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92122024-10-16T04:06:41.528Z[ host-image] Oct 16 04:06:40.022 INFO O| Oct 16 04:06:40.022 INFO STEP 56 (ensure_dir) COMPLETE
92132024-10-16T04:06:41.528Z[ host-image] Oct 16 04:06:40.022 INFO O| Oct 16 04:06:40.022 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-10-16T04:06:41.537Z[ host-image] Oct 16 04:06:40.033 INFO O| Oct 16 04:06:40.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92152024-10-16T04:06:41.537Z[ host-image] Oct 16 04:06:40.033 INFO O| Oct 16 04:06:40.033 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92162024-10-16T04:06:41.554Z[ host-image] Oct 16 04:06:40.050 INFO O| Oct 16 04:06:40.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92172024-10-16T04:06:41.554Z[ host-image] Oct 16 04:06:40.050 INFO O| Oct 16 04:06:40.050 INFO ok!
92182024-10-16T04:06:41.557Z[ host-image] Oct 16 04:06:40.050 INFO O| Oct 16 04:06:40.050 INFO STEP 57 (ensure_file) COMPLETE
92192024-10-16T04:06:41.557Z[ host-image] Oct 16 04:06:40.050 INFO O| Oct 16 04:06:40.050 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-10-16T04:06:41.566Z[ host-image] Oct 16 04:06:40.063 INFO O| Oct 16 04:06:40.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92212024-10-16T04:06:41.567Z[ host-image] Oct 16 04:06:40.063 INFO O| Oct 16 04:06:40.063 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92222024-10-16T04:06:42.635Z[ host-image] Oct 16 04:06:41.130 INFO O| Oct 16 04:06:41.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92232024-10-16T04:06:42.636Z[ host-image] Oct 16 04:06:41.131 INFO O| Oct 16 04:06:41.130 INFO ok!
92242024-10-16T04:06:42.638Z[ host-image] Oct 16 04:06:41.131 INFO O| Oct 16 04:06:41.130 INFO STEP 58 (ensure_file) COMPLETE
92252024-10-16T04:06:42.638Z[ host-image] Oct 16 04:06:41.131 INFO O| Oct 16 04:06:41.130 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-10-16T04:06:42.648Z[ host-image] Oct 16 04:06:41.145 INFO O| Oct 16 04:06:41.144 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92272024-10-16T04:06:42.651Z[ host-image] Oct 16 04:06:41.145 INFO O| Oct 16 04:06:41.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92282024-10-16T04:06:42.651Z[ host-image] Oct 16 04:06:41.145 INFO O| Oct 16 04:06:41.145 INFO STEP 59 (ensure_dir) COMPLETE
92292024-10-16T04:06:42.651Z[ host-image] Oct 16 04:06:41.145 INFO O| Oct 16 04:06:41.145 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-10-16T04:06:42.660Z[ host-image] Oct 16 04:06:41.156 INFO O| Oct 16 04:06:41.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92312024-10-16T04:06:42.660Z[ host-image] Oct 16 04:06:41.156 INFO O| Oct 16 04:06:41.156 INFO copying /tmp/.tmpFfgg6s/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 ...
92322024-10-16T04:06:42.663Z[ host-image] Oct 16 04:06:41.156 INFO O| Oct 16 04:06:41.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92332024-10-16T04:06:42.663Z[ host-image] Oct 16 04:06:41.156 INFO O| Oct 16 04:06:41.156 INFO ok!
92342024-10-16T04:06:42.663Z[ host-image] Oct 16 04:06:41.156 INFO O| Oct 16 04:06:41.156 INFO STEP 60 (ensure_file) COMPLETE
92352024-10-16T04:06:42.663Z[ host-image] Oct 16 04:06:41.156 INFO O| Oct 16 04:06:41.156 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-10-16T04:06:42.672Z[ host-image] Oct 16 04:06:41.168 INFO O| Oct 16 04:06:41.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92372024-10-16T04:06:42.672Z[ host-image] Oct 16 04:06:41.168 INFO O| Oct 16 04:06:41.168 INFO copying /tmp/.tmpFfgg6s/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 ...
92382024-10-16T04:06:42.674Z[ host-image] Oct 16 04:06:41.168 INFO O| Oct 16 04:06:41.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92392024-10-16T04:06:42.674Z[ host-image] Oct 16 04:06:41.168 INFO O| Oct 16 04:06:41.168 INFO ok!
92402024-10-16T04:06:42.674Z[ host-image] Oct 16 04:06:41.168 INFO O| Oct 16 04:06:41.168 INFO STEP 61 (ensure_file) COMPLETE
92412024-10-16T04:06:42.674Z[ host-image] Oct 16 04:06:41.168 INFO O| Oct 16 04:06:41.168 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-10-16T04:06:42.683Z[ host-image] Oct 16 04:06:41.179 INFO O| Oct 16 04:06:41.179 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92432024-10-16T04:06:42.683Z[ host-image] Oct 16 04:06:41.179 INFO O| Oct 16 04:06:41.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92442024-10-16T04:06:42.683Z[ host-image] Oct 16 04:06:41.179 INFO O| Oct 16 04:06:41.179 INFO STEP 62 (ensure_dir) COMPLETE
92452024-10-16T04:06:42.686Z[ host-image] Oct 16 04:06:41.179 INFO O| Oct 16 04:06:41.179 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-10-16T04:06:42.694Z[ host-image] Oct 16 04:06:41.190 INFO O| Oct 16 04:06:41.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92472024-10-16T04:06:42.694Z[ host-image] Oct 16 04:06:41.190 INFO O| Oct 16 04:06:41.190 INFO copying /tmp/.tmpFfgg6s/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 ...
92482024-10-16T04:06:42.697Z[ host-image] Oct 16 04:06:41.190 INFO O| Oct 16 04:06:41.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92492024-10-16T04:06:42.697Z[ host-image] Oct 16 04:06:41.190 INFO O| Oct 16 04:06:41.190 INFO ok!
92502024-10-16T04:06:42.697Z[ host-image] Oct 16 04:06:41.190 INFO O| Oct 16 04:06:41.190 INFO STEP 63 (ensure_file) COMPLETE
92512024-10-16T04:06:42.697Z[ host-image] Oct 16 04:06:41.190 INFO O| Oct 16 04:06:41.190 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-10-16T04:06:42.705Z[ host-image] Oct 16 04:06:41.201 INFO O| Oct 16 04:06:41.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92532024-10-16T04:06:42.705Z[ host-image] Oct 16 04:06:41.201 INFO O| Oct 16 04:06:41.201 INFO copying /tmp/.tmpFfgg6s/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 ...
92542024-10-16T04:06:42.705Z[ host-image] Oct 16 04:06:41.201 INFO O| Oct 16 04:06:41.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92552024-10-16T04:06:42.708Z[ host-image] Oct 16 04:06:41.201 INFO O| Oct 16 04:06:41.201 INFO ok!
92562024-10-16T04:06:42.708Z[ host-image] Oct 16 04:06:41.201 INFO O| Oct 16 04:06:41.201 INFO STEP 64 (ensure_file) COMPLETE
92572024-10-16T04:06:42.708Z[ host-image] Oct 16 04:06:41.201 INFO O| Oct 16 04:06:41.201 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-10-16T04:06:42.716Z[ host-image] Oct 16 04:06:41.212 INFO O| Oct 16 04:06:41.212 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92592024-10-16T04:06:42.716Z[ host-image] Oct 16 04:06:41.212 INFO O| Oct 16 04:06:41.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92602024-10-16T04:06:42.718Z[ host-image] Oct 16 04:06:41.212 INFO O| Oct 16 04:06:41.212 INFO STEP 65 (ensure_dir) COMPLETE
92612024-10-16T04:06:42.718Z[ host-image] Oct 16 04:06:41.212 INFO O| Oct 16 04:06:41.212 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-10-16T04:06:42.727Z[ host-image] Oct 16 04:06:41.223 INFO O| Oct 16 04:06:41.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92632024-10-16T04:06:42.727Z[ host-image] Oct 16 04:06:41.223 INFO O| Oct 16 04:06:41.223 INFO copying /tmp/.tmpFfgg6s/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 ...
92642024-10-16T04:06:42.729Z[ host-image] Oct 16 04:06:41.223 INFO O| Oct 16 04:06:41.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92652024-10-16T04:06:42.729Z[ host-image] Oct 16 04:06:41.223 INFO O| Oct 16 04:06:41.223 INFO ok!
92662024-10-16T04:06:42.729Z[ host-image] Oct 16 04:06:41.223 INFO O| Oct 16 04:06:41.223 INFO STEP 66 (ensure_file) COMPLETE
92672024-10-16T04:06:42.729Z[ host-image] Oct 16 04:06:41.223 INFO O| Oct 16 04:06:41.223 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-10-16T04:06:42.737Z[ host-image] Oct 16 04:06:41.233 INFO O| Oct 16 04:06:41.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92692024-10-16T04:06:42.737Z[ host-image] Oct 16 04:06:41.233 INFO O| Oct 16 04:06:41.233 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92702024-10-16T04:06:42.740Z[ host-image] Oct 16 04:06:41.233 INFO O| Oct 16 04:06:41.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92712024-10-16T04:06:42.740Z[ host-image] Oct 16 04:06:41.233 INFO O| Oct 16 04:06:41.233 INFO ok!
92722024-10-16T04:06:42.740Z[ host-image] Oct 16 04:06:41.233 INFO O| Oct 16 04:06:41.233 INFO STEP 67 (ensure_file) COMPLETE
92732024-10-16T04:06:42.740Z[ host-image] Oct 16 04:06:41.233 INFO O| Oct 16 04:06:41.233 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-10-16T04:06:42.747Z[ host-image] Oct 16 04:06:41.243 INFO O| Oct 16 04:06:41.243 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92752024-10-16T04:06:42.747Z[ host-image] Oct 16 04:06:41.243 INFO O| Oct 16 04:06:41.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92762024-10-16T04:06:42.747Z[ host-image] Oct 16 04:06:41.243 INFO O| Oct 16 04:06:41.243 INFO STEP 68 (ensure_dir) COMPLETE
92772024-10-16T04:06:42.750Z[ host-image] Oct 16 04:06:41.243 INFO O| Oct 16 04:06:41.243 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-10-16T04:06:42.757Z[ host-image] Oct 16 04:06:41.253 INFO O| Oct 16 04:06:41.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92792024-10-16T04:06:42.757Z[ host-image] Oct 16 04:06:41.253 INFO O| Oct 16 04:06:41.253 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92802024-10-16T04:06:43.789Z[ host-image] Oct 16 04:06:42.285 INFO O| Oct 16 04:06:42.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92812024-10-16T04:06:43.789Z[ host-image] Oct 16 04:06:42.285 INFO O| Oct 16 04:06:42.285 INFO ok!
92822024-10-16T04:06:43.792Z[ host-image] Oct 16 04:06:42.285 INFO O| Oct 16 04:06:42.285 INFO STEP 69 (ensure_file) COMPLETE
92832024-10-16T04:06:43.792Z[ host-image] Oct 16 04:06:42.285 INFO O| Oct 16 04:06:42.285 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-10-16T04:06:43.801Z[ host-image] Oct 16 04:06:42.297 INFO O| Oct 16 04:06:42.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92852024-10-16T04:06:43.801Z[ host-image] Oct 16 04:06:42.297 INFO O| Oct 16 04:06:42.297 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92862024-10-16T04:06:45.261Z[ host-image] Oct 16 04:06:43.757 INFO O| Oct 16 04:06:43.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92872024-10-16T04:06:45.261Z[ host-image] Oct 16 04:06:43.757 INFO O| Oct 16 04:06:43.757 INFO ok!
92882024-10-16T04:06:45.264Z[ host-image] Oct 16 04:06:43.757 INFO O| Oct 16 04:06:43.757 INFO STEP 70 (ensure_file) COMPLETE
92892024-10-16T04:06:45.264Z[ host-image] Oct 16 04:06:43.757 INFO O| Oct 16 04:06:43.757 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-10-16T04:06:45.273Z[ host-image] Oct 16 04:06:43.769 INFO O| Oct 16 04:06:43.769 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92912024-10-16T04:06:45.276Z[ host-image] Oct 16 04:06:43.769 INFO O| Oct 16 04:06:43.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92922024-10-16T04:06:45.276Z[ host-image] Oct 16 04:06:43.770 INFO O| Oct 16 04:06:43.769 INFO STEP 71 (ensure_dir) COMPLETE
92932024-10-16T04:06:45.276Z[ host-image] Oct 16 04:06:43.770 INFO O| Oct 16 04:06:43.769 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-10-16T04:06:45.284Z[ host-image] Oct 16 04:06:43.780 INFO O| Oct 16 04:06:43.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92952024-10-16T04:06:45.284Z[ host-image] Oct 16 04:06:43.780 INFO O| Oct 16 04:06:43.780 INFO copying /tmp/.tmpFfgg6s/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 ...
92962024-10-16T04:06:45.284Z[ host-image] Oct 16 04:06:43.780 INFO O| Oct 16 04:06:43.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92972024-10-16T04:06:45.284Z[ host-image] Oct 16 04:06:43.780 INFO O| Oct 16 04:06:43.780 INFO ok!
92982024-10-16T04:06:45.287Z[ host-image] Oct 16 04:06:43.780 INFO O| Oct 16 04:06:43.780 INFO STEP 72 (ensure_file) COMPLETE
92992024-10-16T04:06:45.287Z[ host-image] Oct 16 04:06:43.780 INFO O| Oct 16 04:06:43.780 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-10-16T04:06:45.294Z[ host-image] Oct 16 04:06:43.789 INFO O| Oct 16 04:06:43.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93012024-10-16T04:06:45.294Z[ host-image] Oct 16 04:06:43.790 INFO O| Oct 16 04:06:43.789 INFO copying /tmp/.tmpFfgg6s/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 ...
93022024-10-16T04:06:45.296Z[ host-image] Oct 16 04:06:43.790 INFO O| Oct 16 04:06:43.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93032024-10-16T04:06:45.296Z[ host-image] Oct 16 04:06:43.790 INFO O| Oct 16 04:06:43.790 INFO ok!
93042024-10-16T04:06:45.296Z[ host-image] Oct 16 04:06:43.790 INFO O| Oct 16 04:06:43.790 INFO STEP 73 (ensure_file) COMPLETE
93052024-10-16T04:06:45.296Z[ host-image] Oct 16 04:06:43.790 INFO O| Oct 16 04:06:43.790 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-10-16T04:06:45.304Z[ host-image] Oct 16 04:06:43.800 INFO O| Oct 16 04:06:43.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93072024-10-16T04:06:45.304Z[ host-image] Oct 16 04:06:43.800 INFO O| Oct 16 04:06:43.800 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93082024-10-16T04:06:45.304Z[ host-image] Oct 16 04:06:43.800 INFO O| Oct 16 04:06:43.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93092024-10-16T04:06:45.304Z[ host-image] Oct 16 04:06:43.800 INFO O| Oct 16 04:06:43.800 INFO ok!
93102024-10-16T04:06:45.307Z[ host-image] Oct 16 04:06:43.800 INFO O| Oct 16 04:06:43.800 INFO STEP 74 (ensure_file) COMPLETE
93112024-10-16T04:06:45.307Z[ host-image] Oct 16 04:06:43.800 INFO O| Oct 16 04:06:43.800 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-10-16T04:06:45.315Z[ host-image] Oct 16 04:06:43.811 INFO O| Oct 16 04:06:43.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93132024-10-16T04:06:45.317Z[ host-image] Oct 16 04:06:43.811 INFO O| Oct 16 04:06:43.811 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93142024-10-16T04:06:45.317Z[ host-image] Oct 16 04:06:43.811 INFO O| Oct 16 04:06:43.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93152024-10-16T04:06:45.317Z[ host-image] Oct 16 04:06:43.811 INFO O| Oct 16 04:06:43.811 INFO ok!
93162024-10-16T04:06:45.317Z[ host-image] Oct 16 04:06:43.811 INFO O| Oct 16 04:06:43.811 INFO STEP 75 (ensure_file) COMPLETE
93172024-10-16T04:06:45.317Z[ host-image] Oct 16 04:06:43.811 INFO O| Oct 16 04:06:43.811 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-10-16T04:06:45.325Z[ host-image] Oct 16 04:06:43.821 INFO O| Oct 16 04:06:43.821 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93192024-10-16T04:06:45.325Z[ host-image] Oct 16 04:06:43.821 INFO O| Oct 16 04:06:43.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93202024-10-16T04:06:45.328Z[ host-image] Oct 16 04:06:43.821 INFO O| Oct 16 04:06:43.821 INFO STEP 76 (ensure_dir) COMPLETE
93212024-10-16T04:06:45.328Z[ host-image] Oct 16 04:06:43.821 INFO O| Oct 16 04:06:43.821 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-10-16T04:06:45.335Z[ host-image] Oct 16 04:06:43.831 INFO O| Oct 16 04:06:43.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93232024-10-16T04:06:45.335Z[ host-image] Oct 16 04:06:43.831 INFO O| Oct 16 04:06:43.831 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93242024-10-16T04:06:45.338Z[ host-image] Oct 16 04:06:43.834 INFO O| Oct 16 04:06:43.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93252024-10-16T04:06:45.338Z[ host-image] Oct 16 04:06:43.834 INFO O| Oct 16 04:06:43.834 INFO ok!
93262024-10-16T04:06:45.341Z[ host-image] Oct 16 04:06:43.834 INFO O| Oct 16 04:06:43.834 INFO STEP 77 (ensure_file) COMPLETE
93272024-10-16T04:06:45.341Z[ host-image] Oct 16 04:06:43.834 INFO O| Oct 16 04:06:43.834 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-10-16T04:06:45.349Z[ host-image] Oct 16 04:06:43.845 INFO O| Oct 16 04:06:43.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93292024-10-16T04:06:45.349Z[ host-image] Oct 16 04:06:43.845 INFO O| Oct 16 04:06:43.845 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93302024-10-16T04:06:45.352Z[ host-image] Oct 16 04:06:43.845 INFO O| Oct 16 04:06:43.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93312024-10-16T04:06:45.352Z[ host-image] Oct 16 04:06:43.845 INFO O| Oct 16 04:06:43.845 INFO ok!
93322024-10-16T04:06:45.352Z[ host-image] Oct 16 04:06:43.845 INFO O| Oct 16 04:06:43.845 INFO STEP 78 (ensure_file) COMPLETE
93332024-10-16T04:06:45.352Z[ host-image] Oct 16 04:06:43.845 INFO O| Oct 16 04:06:43.845 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-10-16T04:06:45.363Z[ host-image] Oct 16 04:06:43.857 INFO O| Oct 16 04:06:43.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93352024-10-16T04:06:45.363Z[ host-image] Oct 16 04:06:43.857 INFO O| Oct 16 04:06:43.857 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93362024-10-16T04:06:45.991Z[ host-image] Oct 16 04:06:44.486 INFO O| Oct 16 04:06:44.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93372024-10-16T04:06:45.991Z[ host-image] Oct 16 04:06:44.486 INFO O| Oct 16 04:06:44.486 INFO ok!
93382024-10-16T04:06:45.994Z[ host-image] Oct 16 04:06:44.486 INFO O| Oct 16 04:06:44.486 INFO STEP 79 (ensure_file) COMPLETE
93392024-10-16T04:06:45.994Z[ host-image] Oct 16 04:06:44.486 INFO O| Oct 16 04:06:44.486 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-10-16T04:06:46.005Z[ host-image] Oct 16 04:06:44.501 INFO O| Oct 16 04:06:44.501 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93412024-10-16T04:06:46.005Z[ host-image] Oct 16 04:06:44.501 INFO O| Oct 16 04:06:44.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93422024-10-16T04:06:46.007Z[ host-image] Oct 16 04:06:44.501 INFO O| Oct 16 04:06:44.501 INFO STEP 80 (ensure_dir) COMPLETE
93432024-10-16T04:06:46.008Z[ host-image] Oct 16 04:06:44.501 INFO O| Oct 16 04:06:44.501 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-10-16T04:06:46.018Z[ host-image] Oct 16 04:06:44.513 INFO O| Oct 16 04:06:44.513 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93452024-10-16T04:06:46.018Z[ host-image] Oct 16 04:06:44.514 INFO O| Oct 16 04:06:44.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93462024-10-16T04:06:46.018Z[ host-image] Oct 16 04:06:44.514 INFO O| Oct 16 04:06:44.514 INFO STEP 81 (ensure_dir) COMPLETE
93472024-10-16T04:06:46.021Z[ host-image] Oct 16 04:06:44.514 INFO O| Oct 16 04:06:44.514 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-10-16T04:06:46.029Z[ host-image] Oct 16 04:06:44.525 INFO O| Oct 16 04:06:44.525 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93492024-10-16T04:06:46.032Z[ host-image] Oct 16 04:06:44.525 INFO O| Oct 16 04:06:44.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93502024-10-16T04:06:46.032Z[ host-image] Oct 16 04:06:44.525 INFO O| Oct 16 04:06:44.525 INFO STEP 82 (ensure_dir) COMPLETE
93512024-10-16T04:06:46.032Z[ host-image] Oct 16 04:06:44.525 INFO O| Oct 16 04:06:44.525 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-16T04:06:46.041Z[ host-image] Oct 16 04:06:44.537 INFO O| Oct 16 04:06:44.537 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93532024-10-16T04:06:46.041Z[ host-image] Oct 16 04:06:44.537 INFO O| Oct 16 04:06:44.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93542024-10-16T04:06:46.043Z[ host-image] Oct 16 04:06:44.537 INFO O| Oct 16 04:06:44.537 INFO STEP 83 (ensure_dir) COMPLETE
93552024-10-16T04:06:46.043Z[ host-image] Oct 16 04:06:44.537 INFO O| Oct 16 04:06:44.537 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-10-16T04:06:46.052Z[ host-image] Oct 16 04:06:44.548 INFO O| Oct 16 04:06:44.548 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93572024-10-16T04:06:46.052Z[ host-image] Oct 16 04:06:44.548 INFO O| Oct 16 04:06:44.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93582024-10-16T04:06:46.052Z[ host-image] Oct 16 04:06:44.548 INFO O| Oct 16 04:06:44.548 INFO STEP 84 (ensure_dir) COMPLETE
93592024-10-16T04:06:46.055Z[ host-image] Oct 16 04:06:44.548 INFO O| Oct 16 04:06:44.548 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-10-16T04:06:46.063Z[ host-image] Oct 16 04:06:44.559 INFO O| Oct 16 04:06:44.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93612024-10-16T04:06:46.063Z[ host-image] Oct 16 04:06:44.559 INFO O| Oct 16 04:06:44.559 INFO copying /tmp/.tmpFfgg6s/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 ...
93622024-10-16T04:06:46.066Z[ host-image] Oct 16 04:06:44.559 INFO O| Oct 16 04:06:44.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93632024-10-16T04:06:46.066Z[ host-image] Oct 16 04:06:44.559 INFO O| Oct 16 04:06:44.559 INFO ok!
93642024-10-16T04:06:46.066Z[ host-image] Oct 16 04:06:44.559 INFO O| Oct 16 04:06:44.559 INFO STEP 85 (ensure_file) COMPLETE
93652024-10-16T04:06:46.066Z[ host-image] Oct 16 04:06:44.559 INFO O| Oct 16 04:06:44.559 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-10-16T04:06:46.075Z[ host-image] Oct 16 04:06:44.571 INFO O| Oct 16 04:06:44.570 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93672024-10-16T04:06:46.077Z[ host-image] Oct 16 04:06:44.571 INFO O| Oct 16 04:06:44.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93682024-10-16T04:06:46.077Z[ host-image] Oct 16 04:06:44.571 INFO O| Oct 16 04:06:44.571 INFO STEP 86 (ensure_dir) COMPLETE
93692024-10-16T04:06:46.077Z[ host-image] Oct 16 04:06:44.571 INFO O| Oct 16 04:06:44.571 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-10-16T04:06:46.086Z[ host-image] Oct 16 04:06:44.582 INFO O| Oct 16 04:06:44.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93712024-10-16T04:06:46.086Z[ host-image] Oct 16 04:06:44.582 INFO O| Oct 16 04:06:44.582 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93722024-10-16T04:06:46.089Z[ host-image] Oct 16 04:06:44.582 INFO O| Oct 16 04:06:44.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93732024-10-16T04:06:46.089Z[ host-image] Oct 16 04:06:44.582 INFO O| Oct 16 04:06:44.582 INFO ok!
93742024-10-16T04:06:46.089Z[ host-image] Oct 16 04:06:44.582 INFO O| Oct 16 04:06:44.582 INFO STEP 87 (ensure_file) COMPLETE
93752024-10-16T04:06:46.089Z[ host-image] Oct 16 04:06:44.582 INFO O| Oct 16 04:06:44.582 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-10-16T04:06:46.098Z[ host-image] Oct 16 04:06:44.594 INFO O| Oct 16 04:06:44.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93772024-10-16T04:06:46.098Z[ host-image] Oct 16 04:06:44.594 INFO O| Oct 16 04:06:44.594 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93782024-10-16T04:06:46.111Z[ host-image] Oct 16 04:06:44.606 INFO O| Oct 16 04:06:44.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93792024-10-16T04:06:46.111Z[ host-image] Oct 16 04:06:44.606 INFO O| Oct 16 04:06:44.606 INFO ok!
93802024-10-16T04:06:46.113Z[ host-image] Oct 16 04:06:44.606 INFO O| Oct 16 04:06:44.606 INFO STEP 88 (ensure_file) COMPLETE
93812024-10-16T04:06:46.113Z[ host-image] Oct 16 04:06:44.606 INFO O| Oct 16 04:06:44.606 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-10-16T04:06:46.124Z[ host-image] Oct 16 04:06:44.620 INFO O| Oct 16 04:06:44.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93832024-10-16T04:06:46.124Z[ host-image] Oct 16 04:06:44.620 INFO O| Oct 16 04:06:44.620 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93842024-10-16T04:06:46.469Z[ host-image] Oct 16 04:06:44.965 INFO O| Oct 16 04:06:44.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93852024-10-16T04:06:46.469Z[ host-image] Oct 16 04:06:44.965 INFO O| Oct 16 04:06:44.965 INFO ok!
93862024-10-16T04:06:46.472Z[ host-image] Oct 16 04:06:44.965 INFO O| Oct 16 04:06:44.965 INFO STEP 89 (ensure_file) COMPLETE
93872024-10-16T04:06:46.472Z[ host-image] Oct 16 04:06:44.965 INFO O| Oct 16 04:06:44.965 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-10-16T04:06:46.482Z[ host-image] Oct 16 04:06:44.977 INFO O| Oct 16 04:06:44.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93892024-10-16T04:06:46.482Z[ host-image] Oct 16 04:06:44.977 INFO O| Oct 16 04:06:44.977 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93902024-10-16T04:06:46.484Z[ host-image] Oct 16 04:06:44.977 INFO O| Oct 16 04:06:44.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93912024-10-16T04:06:46.484Z[ host-image] Oct 16 04:06:44.978 INFO O| Oct 16 04:06:44.977 INFO ok!
93922024-10-16T04:06:46.484Z[ host-image] Oct 16 04:06:44.978 INFO O| Oct 16 04:06:44.977 INFO STEP 90 (ensure_file) COMPLETE
93932024-10-16T04:06:46.484Z[ host-image] Oct 16 04:06:44.978 INFO O| Oct 16 04:06:44.977 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-10-16T04:06:46.493Z[ host-image] Oct 16 04:06:44.989 INFO O| Oct 16 04:06:44.989 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93952024-10-16T04:06:46.493Z[ host-image] Oct 16 04:06:44.989 INFO O| Oct 16 04:06:44.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93962024-10-16T04:06:46.495Z[ host-image] Oct 16 04:06:44.989 INFO O| Oct 16 04:06:44.989 INFO STEP 91 (ensure_dir) COMPLETE
93972024-10-16T04:06:46.495Z[ host-image] Oct 16 04:06:44.989 INFO O| Oct 16 04:06:44.989 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-10-16T04:06:46.505Z[ host-image] Oct 16 04:06:45.000 INFO O| Oct 16 04:06:45.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93992024-10-16T04:06:46.505Z[ host-image] Oct 16 04:06:45.000 INFO O| Oct 16 04:06:45.000 INFO copying /tmp/.tmpFfgg6s/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 ...
94002024-10-16T04:06:46.507Z[ host-image] Oct 16 04:06:45.000 INFO O| Oct 16 04:06:45.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94012024-10-16T04:06:46.508Z[ host-image] Oct 16 04:06:45.001 INFO O| Oct 16 04:06:45.000 INFO ok!
94022024-10-16T04:06:46.508Z[ host-image] Oct 16 04:06:45.001 INFO O| Oct 16 04:06:45.000 INFO STEP 92 (ensure_file) COMPLETE
94032024-10-16T04:06:46.508Z[ host-image] Oct 16 04:06:45.001 INFO O| Oct 16 04:06:45.000 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-10-16T04:06:46.516Z[ host-image] Oct 16 04:06:45.012 INFO O| Oct 16 04:06:45.012 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94052024-10-16T04:06:46.516Z[ host-image] Oct 16 04:06:45.012 INFO O| Oct 16 04:06:45.012 INFO copying /tmp/.tmpFfgg6s/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 ...
94062024-10-16T04:06:46.519Z[ host-image] Oct 16 04:06:45.012 INFO O| Oct 16 04:06:45.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94072024-10-16T04:06:46.519Z[ host-image] Oct 16 04:06:45.012 INFO O| Oct 16 04:06:45.012 INFO ok!
94082024-10-16T04:06:46.519Z[ host-image] Oct 16 04:06:45.012 INFO O| Oct 16 04:06:45.012 INFO STEP 93 (ensure_file) COMPLETE
94092024-10-16T04:06:46.519Z[ host-image] Oct 16 04:06:45.012 INFO O| Oct 16 04:06:45.012 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-10-16T04:06:46.526Z[ host-image] Oct 16 04:06:45.022 INFO O| Oct 16 04:06:45.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94112024-10-16T04:06:46.526Z[ host-image] Oct 16 04:06:45.022 INFO O| Oct 16 04:06:45.022 INFO copying /tmp/.tmpFfgg6s/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 ...
94122024-10-16T04:06:46.529Z[ host-image] Oct 16 04:06:45.022 INFO O| Oct 16 04:06:45.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94132024-10-16T04:06:46.529Z[ host-image] Oct 16 04:06:45.022 INFO O| Oct 16 04:06:45.022 INFO ok!
94142024-10-16T04:06:46.529Z[ host-image] Oct 16 04:06:45.022 INFO O| Oct 16 04:06:45.022 INFO STEP 94 (ensure_file) COMPLETE
94152024-10-16T04:06:46.529Z[ host-image] Oct 16 04:06:45.022 INFO O| Oct 16 04:06:45.022 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-10-16T04:06:46.537Z[ host-image] Oct 16 04:06:45.032 INFO O| Oct 16 04:06:45.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94172024-10-16T04:06:46.539Z[ host-image] Oct 16 04:06:45.032 INFO O| Oct 16 04:06:45.032 INFO copying /tmp/.tmpFfgg6s/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 ...
94182024-10-16T04:06:46.539Z[ host-image] Oct 16 04:06:45.033 INFO O| Oct 16 04:06:45.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94192024-10-16T04:06:46.539Z[ host-image] Oct 16 04:06:45.033 INFO O| Oct 16 04:06:45.033 INFO ok!
94202024-10-16T04:06:46.539Z[ host-image] Oct 16 04:06:45.033 INFO O| Oct 16 04:06:45.033 INFO STEP 95 (ensure_file) COMPLETE
94212024-10-16T04:06:46.539Z[ host-image] Oct 16 04:06:45.033 INFO O| Oct 16 04:06:45.033 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-10-16T04:06:46.546Z[ host-image] Oct 16 04:06:45.042 INFO O| Oct 16 04:06:45.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94232024-10-16T04:06:46.546Z[ host-image] Oct 16 04:06:45.042 INFO O| Oct 16 04:06:45.042 INFO copying /tmp/.tmpFfgg6s/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 ...
94242024-10-16T04:06:46.549Z[ host-image] Oct 16 04:06:45.042 INFO O| Oct 16 04:06:45.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94252024-10-16T04:06:46.549Z[ host-image] Oct 16 04:06:45.042 INFO O| Oct 16 04:06:45.042 INFO ok!
94262024-10-16T04:06:46.549Z[ host-image] Oct 16 04:06:45.042 INFO O| Oct 16 04:06:45.042 INFO STEP 96 (ensure_file) COMPLETE
94272024-10-16T04:06:46.549Z[ host-image] Oct 16 04:06:45.042 INFO O| Oct 16 04:06:45.042 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-10-16T04:06:46.557Z[ host-image] Oct 16 04:06:45.053 INFO O| Oct 16 04:06:45.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94292024-10-16T04:06:46.560Z[ host-image] Oct 16 04:06:45.053 INFO O| Oct 16 04:06:45.053 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94302024-10-16T04:06:46.560Z[ host-image] Oct 16 04:06:45.053 INFO O| Oct 16 04:06:45.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94312024-10-16T04:06:46.560Z[ host-image] Oct 16 04:06:45.053 INFO O| Oct 16 04:06:45.053 INFO ok!
94322024-10-16T04:06:46.560Z[ host-image] Oct 16 04:06:45.053 INFO O| Oct 16 04:06:45.053 INFO STEP 97 (ensure_file) COMPLETE
94332024-10-16T04:06:46.560Z[ host-image] Oct 16 04:06:45.053 INFO O| Oct 16 04:06:45.053 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-10-16T04:06:46.569Z[ host-image] Oct 16 04:06:45.064 INFO O| Oct 16 04:06:45.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94352024-10-16T04:06:46.569Z[ host-image] Oct 16 04:06:45.064 INFO O| Oct 16 04:06:45.064 INFO copying /tmp/.tmpFfgg6s/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 ...
94362024-10-16T04:06:46.569Z[ host-image] Oct 16 04:06:45.064 INFO O| Oct 16 04:06:45.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94372024-10-16T04:06:46.571Z[ host-image] Oct 16 04:06:45.064 INFO O| Oct 16 04:06:45.064 INFO ok!
94382024-10-16T04:06:46.571Z[ host-image] Oct 16 04:06:45.064 INFO O| Oct 16 04:06:45.064 INFO STEP 98 (ensure_file) COMPLETE
94392024-10-16T04:06:46.571Z[ host-image] Oct 16 04:06:45.064 INFO O| Oct 16 04:06:45.064 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-10-16T04:06:46.580Z[ host-image] Oct 16 04:06:45.076 INFO O| Oct 16 04:06:45.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94412024-10-16T04:06:46.580Z[ host-image] Oct 16 04:06:45.076 INFO O| Oct 16 04:06:45.076 INFO copying /tmp/.tmpFfgg6s/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 ...
94422024-10-16T04:06:46.582Z[ host-image] Oct 16 04:06:45.076 INFO O| Oct 16 04:06:45.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94432024-10-16T04:06:46.582Z[ host-image] Oct 16 04:06:45.076 INFO O| Oct 16 04:06:45.076 INFO ok!
94442024-10-16T04:06:46.582Z[ host-image] Oct 16 04:06:45.076 INFO O| Oct 16 04:06:45.076 INFO STEP 99 (ensure_file) COMPLETE
94452024-10-16T04:06:46.582Z[ host-image] Oct 16 04:06:45.076 INFO O| Oct 16 04:06:45.076 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-10-16T04:06:46.592Z[ host-image] Oct 16 04:06:45.088 INFO O| Oct 16 04:06:45.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94472024-10-16T04:06:46.592Z[ host-image] Oct 16 04:06:45.088 INFO O| Oct 16 04:06:45.088 INFO copying /tmp/.tmpFfgg6s/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 ...
94482024-10-16T04:06:46.595Z[ host-image] Oct 16 04:06:45.088 INFO O| Oct 16 04:06:45.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94492024-10-16T04:06:46.595Z[ host-image] Oct 16 04:06:45.088 INFO O| Oct 16 04:06:45.088 INFO ok!
94502024-10-16T04:06:46.595Z[ host-image] Oct 16 04:06:45.088 INFO O| Oct 16 04:06:45.088 INFO STEP 100 (ensure_file) COMPLETE
94512024-10-16T04:06:46.595Z[ host-image] Oct 16 04:06:45.088 INFO O| Oct 16 04:06:45.088 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-10-16T04:06:46.604Z[ host-image] Oct 16 04:06:45.100 INFO O| Oct 16 04:06:45.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94532024-10-16T04:06:46.604Z[ host-image] Oct 16 04:06:45.100 INFO O| Oct 16 04:06:45.100 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94542024-10-16T04:06:46.606Z[ host-image] Oct 16 04:06:45.100 INFO O| Oct 16 04:06:45.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94552024-10-16T04:06:46.607Z[ host-image] Oct 16 04:06:45.100 INFO O| Oct 16 04:06:45.100 INFO ok!
94562024-10-16T04:06:46.607Z[ host-image] Oct 16 04:06:45.100 INFO O| Oct 16 04:06:45.100 INFO STEP 101 (ensure_file) COMPLETE
94572024-10-16T04:06:46.607Z[ host-image] Oct 16 04:06:45.100 INFO O| Oct 16 04:06:45.100 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-10-16T04:06:46.617Z[ host-image] Oct 16 04:06:45.112 INFO O| Oct 16 04:06:45.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94592024-10-16T04:06:46.617Z[ host-image] Oct 16 04:06:45.112 INFO O| Oct 16 04:06:45.112 INFO copying /tmp/.tmpFfgg6s/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 ...
94602024-10-16T04:06:46.617Z[ host-image] Oct 16 04:06:45.112 INFO O| Oct 16 04:06:45.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94612024-10-16T04:06:46.617Z[ host-image] Oct 16 04:06:45.112 INFO O| Oct 16 04:06:45.112 INFO ok!
94622024-10-16T04:06:46.617Z[ host-image] Oct 16 04:06:45.112 INFO O| Oct 16 04:06:45.112 INFO STEP 102 (ensure_file) COMPLETE
94632024-10-16T04:06:46.619Z[ host-image] Oct 16 04:06:45.112 INFO O| Oct 16 04:06:45.112 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-10-16T04:06:46.629Z[ host-image] Oct 16 04:06:45.125 INFO O| Oct 16 04:06:45.125 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94652024-10-16T04:06:46.629Z[ host-image] Oct 16 04:06:45.125 INFO O| Oct 16 04:06:45.125 INFO copying /tmp/.tmpFfgg6s/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 ...
94662024-10-16T04:06:46.632Z[ host-image] Oct 16 04:06:45.125 INFO O| Oct 16 04:06:45.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94672024-10-16T04:06:46.632Z[ host-image] Oct 16 04:06:45.125 INFO O| Oct 16 04:06:45.125 INFO ok!
94682024-10-16T04:06:46.632Z[ host-image] Oct 16 04:06:45.125 INFO O| Oct 16 04:06:45.125 INFO STEP 103 (ensure_file) COMPLETE
94692024-10-16T04:06:46.632Z[ host-image] Oct 16 04:06:45.125 INFO O| Oct 16 04:06:45.125 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-10-16T04:06:46.643Z[ host-image] Oct 16 04:06:45.138 INFO O| Oct 16 04:06:45.138 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94712024-10-16T04:06:46.643Z[ host-image] Oct 16 04:06:45.138 INFO O| Oct 16 04:06:45.138 INFO copying /tmp/.tmpFfgg6s/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 ...
94722024-10-16T04:06:46.645Z[ host-image] Oct 16 04:06:45.138 INFO O| Oct 16 04:06:45.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94732024-10-16T04:06:46.645Z[ host-image] Oct 16 04:06:45.138 INFO O| Oct 16 04:06:45.138 INFO ok!
94742024-10-16T04:06:46.645Z[ host-image] Oct 16 04:06:45.138 INFO O| Oct 16 04:06:45.138 INFO STEP 104 (ensure_file) COMPLETE
94752024-10-16T04:06:46.645Z[ host-image] Oct 16 04:06:45.138 INFO O| Oct 16 04:06:45.138 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-10-16T04:06:46.654Z[ host-image] Oct 16 04:06:45.150 INFO O| Oct 16 04:06:45.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94772024-10-16T04:06:46.654Z[ host-image] Oct 16 04:06:45.150 INFO O| Oct 16 04:06:45.150 INFO copying /tmp/.tmpFfgg6s/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 ...
94782024-10-16T04:06:46.656Z[ host-image] Oct 16 04:06:45.150 INFO O| Oct 16 04:06:45.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94792024-10-16T04:06:46.657Z[ host-image] Oct 16 04:06:45.150 INFO O| Oct 16 04:06:45.150 INFO ok!
94802024-10-16T04:06:46.657Z[ host-image] Oct 16 04:06:45.150 INFO O| Oct 16 04:06:45.150 INFO STEP 105 (ensure_file) COMPLETE
94812024-10-16T04:06:46.657Z[ host-image] Oct 16 04:06:45.150 INFO O| Oct 16 04:06:45.150 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-10-16T04:06:46.665Z[ host-image] Oct 16 04:06:45.161 INFO O| Oct 16 04:06:45.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94832024-10-16T04:06:46.665Z[ host-image] Oct 16 04:06:45.161 INFO O| Oct 16 04:06:45.161 INFO copying /tmp/.tmpFfgg6s/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 ...
94842024-10-16T04:06:46.668Z[ host-image] Oct 16 04:06:45.161 INFO O| Oct 16 04:06:45.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94852024-10-16T04:06:46.668Z[ host-image] Oct 16 04:06:45.161 INFO O| Oct 16 04:06:45.161 INFO ok!
94862024-10-16T04:06:46.668Z[ host-image] Oct 16 04:06:45.161 INFO O| Oct 16 04:06:45.161 INFO STEP 106 (ensure_file) COMPLETE
94872024-10-16T04:06:46.668Z[ host-image] Oct 16 04:06:45.161 INFO O| Oct 16 04:06:45.161 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-10-16T04:06:46.679Z[ host-image] Oct 16 04:06:45.174 INFO O| Oct 16 04:06:45.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94892024-10-16T04:06:46.679Z[ host-image] Oct 16 04:06:45.174 INFO O| Oct 16 04:06:45.174 INFO copying /tmp/.tmpFfgg6s/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 ...
94902024-10-16T04:06:46.682Z[ host-image] Oct 16 04:06:45.175 INFO O| Oct 16 04:06:45.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94912024-10-16T04:06:46.682Z[ host-image] Oct 16 04:06:45.175 INFO O| Oct 16 04:06:45.174 INFO ok!
94922024-10-16T04:06:46.682Z[ host-image] Oct 16 04:06:45.175 INFO O| Oct 16 04:06:45.175 INFO STEP 107 (ensure_file) COMPLETE
94932024-10-16T04:06:46.682Z[ host-image] Oct 16 04:06:45.175 INFO O| Oct 16 04:06:45.175 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-10-16T04:06:46.692Z[ host-image] Oct 16 04:06:45.188 INFO O| Oct 16 04:06:45.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94952024-10-16T04:06:46.692Z[ host-image] Oct 16 04:06:45.188 INFO O| Oct 16 04:06:45.188 INFO copying /tmp/.tmpFfgg6s/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 ...
94962024-10-16T04:06:46.695Z[ host-image] Oct 16 04:06:45.188 INFO O| Oct 16 04:06:45.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94972024-10-16T04:06:46.695Z[ host-image] Oct 16 04:06:45.188 INFO O| Oct 16 04:06:45.188 INFO ok!
94982024-10-16T04:06:46.695Z[ host-image] Oct 16 04:06:45.188 INFO O| Oct 16 04:06:45.188 INFO STEP 108 (ensure_file) COMPLETE
94992024-10-16T04:06:46.695Z[ host-image] Oct 16 04:06:45.188 INFO O| Oct 16 04:06:45.188 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-10-16T04:06:46.705Z[ host-image] Oct 16 04:06:45.201 INFO O| Oct 16 04:06:45.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95012024-10-16T04:06:46.708Z[ host-image] Oct 16 04:06:45.201 INFO O| Oct 16 04:06:45.201 INFO copying /tmp/.tmpFfgg6s/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 ...
95022024-10-16T04:06:46.708Z[ host-image] Oct 16 04:06:45.201 INFO O| Oct 16 04:06:45.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95032024-10-16T04:06:46.708Z[ host-image] Oct 16 04:06:45.201 INFO O| Oct 16 04:06:45.201 INFO ok!
95042024-10-16T04:06:46.709Z[ host-image] Oct 16 04:06:45.201 INFO O| Oct 16 04:06:45.201 INFO STEP 109 (ensure_file) COMPLETE
95052024-10-16T04:06:46.709Z[ host-image] Oct 16 04:06:45.201 INFO O| Oct 16 04:06:45.201 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-10-16T04:06:46.719Z[ host-image] Oct 16 04:06:45.214 INFO O| Oct 16 04:06:45.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95072024-10-16T04:06:46.719Z[ host-image] Oct 16 04:06:45.214 INFO O| Oct 16 04:06:45.214 INFO copying /tmp/.tmpFfgg6s/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 ...
95082024-10-16T04:06:46.721Z[ host-image] Oct 16 04:06:45.214 INFO O| Oct 16 04:06:45.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95092024-10-16T04:06:46.721Z[ host-image] Oct 16 04:06:45.214 INFO O| Oct 16 04:06:45.214 INFO ok!
95102024-10-16T04:06:46.721Z[ host-image] Oct 16 04:06:45.214 INFO O| Oct 16 04:06:45.214 INFO STEP 110 (ensure_file) COMPLETE
95112024-10-16T04:06:46.721Z[ host-image] Oct 16 04:06:45.214 INFO O| Oct 16 04:06:45.214 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-10-16T04:06:46.731Z[ host-image] Oct 16 04:06:45.227 INFO O| Oct 16 04:06:45.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95132024-10-16T04:06:46.731Z[ host-image] Oct 16 04:06:45.227 INFO O| Oct 16 04:06:45.227 INFO copying /tmp/.tmpFfgg6s/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 ...
95142024-10-16T04:06:46.733Z[ host-image] Oct 16 04:06:45.227 INFO O| Oct 16 04:06:45.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95152024-10-16T04:06:46.734Z[ host-image] Oct 16 04:06:45.227 INFO O| Oct 16 04:06:45.227 INFO ok!
95162024-10-16T04:06:46.734Z[ host-image] Oct 16 04:06:45.227 INFO O| Oct 16 04:06:45.227 INFO STEP 111 (ensure_file) COMPLETE
95172024-10-16T04:06:46.734Z[ host-image] Oct 16 04:06:45.227 INFO O| Oct 16 04:06:45.227 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-10-16T04:06:46.744Z[ host-image] Oct 16 04:06:45.239 INFO O| Oct 16 04:06:45.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95192024-10-16T04:06:46.744Z[ host-image] Oct 16 04:06:45.239 INFO O| Oct 16 04:06:45.239 INFO copying /tmp/.tmpFfgg6s/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 ...
95202024-10-16T04:06:46.744Z[ host-image] Oct 16 04:06:45.240 INFO O| Oct 16 04:06:45.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95212024-10-16T04:06:46.744Z[ host-image] Oct 16 04:06:45.240 INFO O| Oct 16 04:06:45.240 INFO ok!
95222024-10-16T04:06:46.746Z[ host-image] Oct 16 04:06:45.240 INFO O| Oct 16 04:06:45.240 INFO STEP 112 (ensure_file) COMPLETE
95232024-10-16T04:06:46.746Z[ host-image] Oct 16 04:06:45.240 INFO O| Oct 16 04:06:45.240 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-10-16T04:06:46.755Z[ host-image] Oct 16 04:06:45.251 INFO O| Oct 16 04:06:45.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95252024-10-16T04:06:46.755Z[ host-image] Oct 16 04:06:45.251 INFO O| Oct 16 04:06:45.251 INFO copying /tmp/.tmpFfgg6s/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 ...
95262024-10-16T04:06:46.756Z[ host-image] Oct 16 04:06:45.251 INFO O| Oct 16 04:06:45.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95272024-10-16T04:06:46.756Z[ host-image] Oct 16 04:06:45.251 INFO O| Oct 16 04:06:45.251 INFO ok!
95282024-10-16T04:06:46.758Z[ host-image] Oct 16 04:06:45.251 INFO O| Oct 16 04:06:45.251 INFO STEP 113 (ensure_file) COMPLETE
95292024-10-16T04:06:46.758Z[ host-image] Oct 16 04:06:45.251 INFO O| Oct 16 04:06:45.251 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-10-16T04:06:46.767Z[ host-image] Oct 16 04:06:45.262 INFO O| Oct 16 04:06:45.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95312024-10-16T04:06:46.767Z[ host-image] Oct 16 04:06:45.262 INFO O| Oct 16 04:06:45.262 INFO copying /tmp/.tmpFfgg6s/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 ...
95322024-10-16T04:06:46.770Z[ host-image] Oct 16 04:06:45.262 INFO O| Oct 16 04:06:45.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95332024-10-16T04:06:46.770Z[ host-image] Oct 16 04:06:45.262 INFO O| Oct 16 04:06:45.262 INFO ok!
95342024-10-16T04:06:46.770Z[ host-image] Oct 16 04:06:45.262 INFO O| Oct 16 04:06:45.262 INFO STEP 114 (ensure_file) COMPLETE
95352024-10-16T04:06:46.770Z[ host-image] Oct 16 04:06:45.262 INFO O| Oct 16 04:06:45.262 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-10-16T04:06:46.776Z[ host-image] Oct 16 04:06:45.272 INFO O| Oct 16 04:06:45.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95372024-10-16T04:06:46.776Z[ host-image] Oct 16 04:06:45.272 INFO O| Oct 16 04:06:45.272 INFO copying /tmp/.tmpFfgg6s/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 ...
95382024-10-16T04:06:46.778Z[ host-image] Oct 16 04:06:45.272 INFO O| Oct 16 04:06:45.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95392024-10-16T04:06:46.778Z[ host-image] Oct 16 04:06:45.272 INFO O| Oct 16 04:06:45.272 INFO ok!
95402024-10-16T04:06:46.779Z[ host-image] Oct 16 04:06:45.272 INFO O| Oct 16 04:06:45.272 INFO STEP 115 (ensure_file) COMPLETE
95412024-10-16T04:06:46.779Z[ host-image] Oct 16 04:06:45.272 INFO O| Oct 16 04:06:45.272 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-10-16T04:06:46.787Z[ host-image] Oct 16 04:06:45.283 INFO O| Oct 16 04:06:45.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95432024-10-16T04:06:46.787Z[ host-image] Oct 16 04:06:45.283 INFO O| Oct 16 04:06:45.283 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95442024-10-16T04:06:46.789Z[ host-image] Oct 16 04:06:45.283 INFO O| Oct 16 04:06:45.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95452024-10-16T04:06:46.790Z[ host-image] Oct 16 04:06:45.283 INFO O| Oct 16 04:06:45.283 INFO ok!
95462024-10-16T04:06:46.790Z[ host-image] Oct 16 04:06:45.283 INFO O| Oct 16 04:06:45.283 INFO STEP 116 (ensure_file) COMPLETE
95472024-10-16T04:06:46.790Z[ host-image] Oct 16 04:06:45.283 INFO O| Oct 16 04:06:45.283 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-10-16T04:06:46.798Z[ host-image] Oct 16 04:06:45.294 INFO O| Oct 16 04:06:45.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95492024-10-16T04:06:46.798Z[ host-image] Oct 16 04:06:45.294 INFO O| Oct 16 04:06:45.294 INFO copying /tmp/.tmpFfgg6s/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 ...
95502024-10-16T04:06:46.861Z[ host-image] Oct 16 04:06:45.294 INFO O| Oct 16 04:06:45.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95512024-10-16T04:06:46.861Z[ host-image] Oct 16 04:06:45.294 INFO O| Oct 16 04:06:45.294 INFO ok!
95522024-10-16T04:06:46.861Z[ host-image] Oct 16 04:06:45.294 INFO O| Oct 16 04:06:45.294 INFO STEP 117 (ensure_file) COMPLETE
95532024-10-16T04:06:46.861Z[ host-image] Oct 16 04:06:45.294 INFO O| Oct 16 04:06:45.294 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-10-16T04:06:46.864Z[ host-image] Oct 16 04:06:45.305 INFO O| Oct 16 04:06:45.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95552024-10-16T04:06:46.864Z[ host-image] Oct 16 04:06:45.305 INFO O| Oct 16 04:06:45.305 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95562024-10-16T04:06:46.864Z[ host-image] Oct 16 04:06:45.305 INFO O| Oct 16 04:06:45.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95572024-10-16T04:06:46.864Z[ host-image] Oct 16 04:06:45.305 INFO O| Oct 16 04:06:45.305 INFO ok!
95582024-10-16T04:06:46.864Z[ host-image] Oct 16 04:06:45.305 INFO O| Oct 16 04:06:45.305 INFO STEP 118 (ensure_file) COMPLETE
95592024-10-16T04:06:46.864Z[ host-image] Oct 16 04:06:45.305 INFO O| Oct 16 04:06:45.305 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-10-16T04:06:46.864Z[ host-image] Oct 16 04:06:45.316 INFO O| Oct 16 04:06:45.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95612024-10-16T04:06:46.864Z[ host-image] Oct 16 04:06:45.316 INFO O| Oct 16 04:06:45.316 INFO copying /tmp/.tmpFfgg6s/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95622024-10-16T04:06:50.430Z[ host-image] Oct 16 04:06:48.925 INFO O| Oct 16 04:06:48.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95632024-10-16T04:06:50.430Z[ host-image] Oct 16 04:06:48.925 INFO O| Oct 16 04:06:48.925 INFO ok!
95642024-10-16T04:06:50.433Z[ host-image] Oct 16 04:06:48.925 INFO O| Oct 16 04:06:48.925 INFO STEP 119 (ensure_file) COMPLETE
95652024-10-16T04:06:50.433Z[ host-image] Oct 16 04:06:48.925 INFO O| Oct 16 04:06:48.925 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-10-16T04:06:50.443Z[ host-image] Oct 16 04:06:48.938 INFO O| Oct 16 04:06:48.938 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95672024-10-16T04:06:50.443Z[ host-image] Oct 16 04:06:48.938 INFO O| Oct 16 04:06:48.938 INFO STEP 120 (ensure_dir) COMPLETE
95682024-10-16T04:06:50.443Z[ host-image] Oct 16 04:06:48.938 INFO O| Oct 16 04:06:48.938 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-10-16T04:06:50.453Z[ host-image] Oct 16 04:06:48.949 INFO O| Oct 16 04:06:48.949 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95702024-10-16T04:06:50.453Z[ host-image] Oct 16 04:06:48.949 INFO O| Oct 16 04:06:48.949 INFO STEP 121 (ensure_dir) COMPLETE
95712024-10-16T04:06:50.453Z[ host-image] Oct 16 04:06:48.949 INFO O| Oct 16 04:06:48.949 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-10-16T04:06:50.463Z[ host-image] Oct 16 04:06:48.959 INFO O| Oct 16 04:06:48.959 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95732024-10-16T04:06:50.464Z[ host-image] Oct 16 04:06:48.959 INFO O| Oct 16 04:06:48.959 INFO STEP 122 (ensure_dir) COMPLETE
95742024-10-16T04:06:50.464Z[ host-image] Oct 16 04:06:48.959 INFO O| Oct 16 04:06:48.959 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-10-16T04:06:50.473Z[ host-image] Oct 16 04:06:48.969 INFO O| Oct 16 04:06:48.969 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95762024-10-16T04:06:50.473Z[ host-image] Oct 16 04:06:48.969 INFO O| Oct 16 04:06:48.969 INFO STEP 123 (ensure_dir) COMPLETE
95772024-10-16T04:06:50.476Z[ host-image] Oct 16 04:06:48.969 INFO O| Oct 16 04:06:48.969 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-10-16T04:06:50.483Z[ host-image] Oct 16 04:06:48.979 INFO O| Oct 16 04:06:48.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95792024-10-16T04:06:50.483Z[ host-image] Oct 16 04:06:48.979 INFO O| Oct 16 04:06:48.979 INFO copying /tmp/.tmpFfgg6s/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 ...
95802024-10-16T04:06:50.486Z[ host-image] Oct 16 04:06:48.979 INFO O| Oct 16 04:06:48.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95812024-10-16T04:06:50.486Z[ host-image] Oct 16 04:06:48.979 INFO O| Oct 16 04:06:48.979 INFO ok!
95822024-10-16T04:06:50.487Z[ host-image] Oct 16 04:06:48.979 INFO O| Oct 16 04:06:48.979 INFO STEP 124 (ensure_file) COMPLETE
95832024-10-16T04:06:50.487Z[ host-image] Oct 16 04:06:48.979 INFO O| Oct 16 04:06:48.979 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-10-16T04:06:50.493Z[ host-image] Oct 16 04:06:48.989 INFO O| Oct 16 04:06:48.989 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95852024-10-16T04:06:50.493Z[ host-image] Oct 16 04:06:48.989 INFO O| Oct 16 04:06:48.989 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95862024-10-16T04:06:50.496Z[ host-image] Oct 16 04:06:48.989 INFO O| Oct 16 04:06:48.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95872024-10-16T04:06:50.496Z[ host-image] Oct 16 04:06:48.989 INFO O| Oct 16 04:06:48.989 INFO STEP 125 (ensure_dir) COMPLETE
95882024-10-16T04:06:50.496Z[ host-image] Oct 16 04:06:48.989 INFO O| Oct 16 04:06:48.989 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-10-16T04:06:50.504Z[ host-image] Oct 16 04:06:48.999 INFO O| Oct 16 04:06:48.999 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95902024-10-16T04:06:50.504Z[ host-image] Oct 16 04:06:48.999 INFO O| Oct 16 04:06:48.999 INFO copying /tmp/.tmpFfgg6s/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95912024-10-16T04:06:50.506Z[ host-image] Oct 16 04:06:48.999 INFO O| Oct 16 04:06:48.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95922024-10-16T04:06:50.506Z[ host-image] Oct 16 04:06:48.999 INFO O| Oct 16 04:06:48.999 INFO ok!
95932024-10-16T04:06:50.506Z[ host-image] Oct 16 04:06:48.999 INFO O| Oct 16 04:06:48.999 INFO STEP 126 (ensure_file) COMPLETE
95942024-10-16T04:06:50.506Z[ host-image] Oct 16 04:06:48.999 INFO O| Oct 16 04:06:48.999 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95952024-10-16T04:06:50.514Z[ host-image] Oct 16 04:06:49.009 INFO O| Oct 16 04:06:49.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95962024-10-16T04:06:50.516Z[ host-image] Oct 16 04:06:49.010 INFO O| Oct 16 04:06:49.010 INFO STEP 127 (remove_files) COMPLETE
95972024-10-16T04:06:50.516Z[ host-image] Oct 16 04:06:49.010 INFO O| Oct 16 04:06:49.010 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95982024-10-16T04:06:50.524Z[ host-image] Oct 16 04:06:49.019 INFO O| Oct 16 04:06:49.019 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95992024-10-16T04:06:50.526Z[ host-image] Oct 16 04:06:49.020 INFO O| Oct 16 04:06:49.020 INFO STEP 128 (remove_files) COMPLETE
96002024-10-16T04:06:50.526Z[ host-image] Oct 16 04:06:49.020 INFO O| Oct 16 04:06:49.020 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96012024-10-16T04:06:50.534Z[ host-image] Oct 16 04:06:49.029 INFO O| Oct 16 04:06:49.029 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96022024-10-16T04:06:50.536Z[ host-image] Oct 16 04:06:49.029 INFO O| Oct 16 04:06:49.029 INFO STEP 129 (remove_files) COMPLETE
96032024-10-16T04:06:50.536Z[ host-image] Oct 16 04:06:49.030 INFO O| Oct 16 04:06:49.029 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042024-10-16T04:06:50.544Z[ host-image] Oct 16 04:06:49.039 INFO O| Oct 16 04:06:49.039 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96052024-10-16T04:06:50.546Z[ host-image] Oct 16 04:06:49.039 INFO O| Oct 16 04:06:49.039 INFO STEP 130 (remove_files) COMPLETE
96062024-10-16T04:06:50.546Z[ host-image] Oct 16 04:06:49.039 INFO O| Oct 16 04:06:49.039 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072024-10-16T04:06:50.554Z[ host-image] Oct 16 04:06:49.049 INFO O| Oct 16 04:06:49.049 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96082024-10-16T04:06:50.556Z[ host-image] Oct 16 04:06:49.049 INFO O| Oct 16 04:06:49.049 INFO STEP 131 (remove_files) COMPLETE
96092024-10-16T04:06:50.556Z[ host-image] Oct 16 04:06:49.049 INFO O| Oct 16 04:06:49.049 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102024-10-16T04:06:50.564Z[ host-image] Oct 16 04:06:49.059 INFO O| Oct 16 04:06:49.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96112024-10-16T04:06:50.567Z[ host-image] Oct 16 04:06:49.059 INFO O| Oct 16 04:06:49.059 INFO STEP 132 (remove_files) COMPLETE
96122024-10-16T04:06:50.567Z[ host-image] Oct 16 04:06:49.059 INFO O| Oct 16 04:06:49.059 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132024-10-16T04:06:50.574Z[ host-image] Oct 16 04:06:49.070 INFO O| Oct 16 04:06:49.070 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96142024-10-16T04:06:50.574Z[ host-image] Oct 16 04:06:49.070 INFO O| Oct 16 04:06:49.070 INFO STEP 133 (remove_files) COMPLETE
96152024-10-16T04:06:50.576Z[ host-image] Oct 16 04:06:49.070 INFO O| Oct 16 04:06:49.070 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162024-10-16T04:06:50.585Z[ host-image] Oct 16 04:06:49.080 INFO O| Oct 16 04:06:49.080 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96172024-10-16T04:06:50.587Z[ host-image] Oct 16 04:06:49.080 INFO O| Oct 16 04:06:49.080 INFO STEP 134 (remove_files) COMPLETE
96182024-10-16T04:06:50.587Z[ host-image] Oct 16 04:06:49.080 INFO O| Oct 16 04:06:49.080 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192024-10-16T04:06:50.595Z[ host-image] Oct 16 04:06:49.090 INFO O| Oct 16 04:06:49.090 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96202024-10-16T04:06:50.597Z[ host-image] Oct 16 04:06:49.091 INFO O| Oct 16 04:06:49.091 INFO STEP 135 (remove_files) COMPLETE
96212024-10-16T04:06:50.597Z[ host-image] Oct 16 04:06:49.091 INFO O| Oct 16 04:06:49.091 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222024-10-16T04:06:50.606Z[ host-image] Oct 16 04:06:49.102 INFO O| Oct 16 04:06:49.101 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96232024-10-16T04:06:50.606Z[ host-image] Oct 16 04:06:49.102 INFO O| Oct 16 04:06:49.102 INFO STEP 136 (remove_files) COMPLETE
96242024-10-16T04:06:50.606Z[ host-image] Oct 16 04:06:49.102 INFO O| Oct 16 04:06:49.102 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252024-10-16T04:06:50.617Z[ host-image] Oct 16 04:06:49.112 INFO O| Oct 16 04:06:49.112 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96262024-10-16T04:06:50.617Z[ host-image] Oct 16 04:06:49.112 INFO O| Oct 16 04:06:49.112 INFO STEP 137 (remove_files) COMPLETE
96272024-10-16T04:06:50.620Z[ host-image] Oct 16 04:06:49.112 INFO O| Oct 16 04:06:49.112 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282024-10-16T04:06:50.627Z[ host-image] Oct 16 04:06:49.123 INFO O| Oct 16 04:06:49.123 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96292024-10-16T04:06:50.627Z[ host-image] Oct 16 04:06:49.123 INFO O| Oct 16 04:06:49.123 INFO STEP 138 (remove_files) COMPLETE
96302024-10-16T04:06:50.628Z[ host-image] Oct 16 04:06:49.123 INFO O| Oct 16 04:06:49.123 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312024-10-16T04:06:50.639Z[ host-image] Oct 16 04:06:49.134 INFO O| Oct 16 04:06:49.134 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96322024-10-16T04:06:50.639Z[ host-image] Oct 16 04:06:49.134 INFO O| Oct 16 04:06:49.134 INFO STEP 139 (remove_files) COMPLETE
96332024-10-16T04:06:50.639Z[ host-image] Oct 16 04:06:49.134 INFO O| Oct 16 04:06:49.134 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342024-10-16T04:06:50.650Z[ host-image] Oct 16 04:06:49.145 INFO O| Oct 16 04:06:49.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96352024-10-16T04:06:50.650Z[ host-image] Oct 16 04:06:49.145 INFO O| Oct 16 04:06:49.145 INFO STEP 140 (remove_files) COMPLETE
96362024-10-16T04:06:50.650Z[ host-image] Oct 16 04:06:49.145 INFO O| Oct 16 04:06:49.145 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372024-10-16T04:06:50.661Z[ host-image] Oct 16 04:06:49.156 INFO O| Oct 16 04:06:49.156 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96382024-10-16T04:06:50.661Z[ host-image] Oct 16 04:06:49.156 INFO O| Oct 16 04:06:49.156 INFO STEP 141 (remove_files) COMPLETE
96392024-10-16T04:06:50.661Z[ host-image] Oct 16 04:06:49.156 INFO O| Oct 16 04:06:49.156 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402024-10-16T04:06:50.672Z[ host-image] Oct 16 04:06:49.167 INFO O| Oct 16 04:06:49.167 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96412024-10-16T04:06:50.672Z[ host-image] Oct 16 04:06:49.167 INFO O| Oct 16 04:06:49.167 INFO STEP 142 (remove_files) COMPLETE
96422024-10-16T04:06:50.672Z[ host-image] Oct 16 04:06:49.167 INFO O| Oct 16 04:06:49.167 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432024-10-16T04:06:50.684Z[ host-image] Oct 16 04:06:49.179 INFO O| Oct 16 04:06:49.179 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96442024-10-16T04:06:50.686Z[ host-image] Oct 16 04:06:49.179 INFO O| Oct 16 04:06:49.179 INFO STEP 143 (remove_files) COMPLETE
96452024-10-16T04:06:50.686Z[ host-image] Oct 16 04:06:49.179 INFO O| Oct 16 04:06:49.179 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462024-10-16T04:06:50.696Z[ host-image] Oct 16 04:06:49.192 INFO O| Oct 16 04:06:49.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96472024-10-16T04:06:50.696Z[ host-image] Oct 16 04:06:49.192 INFO O| Oct 16 04:06:49.192 INFO STEP 144 (remove_files) COMPLETE
96482024-10-16T04:06:50.696Z[ host-image] Oct 16 04:06:49.192 INFO O| Oct 16 04:06:49.192 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492024-10-16T04:06:50.709Z[ host-image] Oct 16 04:06:49.204 INFO O| Oct 16 04:06:49.204 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96502024-10-16T04:06:50.709Z[ host-image] Oct 16 04:06:49.205 INFO O| Oct 16 04:06:49.205 INFO STEP 145 (remove_files) COMPLETE
96512024-10-16T04:06:50.712Z[ host-image] Oct 16 04:06:49.205 INFO O| Oct 16 04:06:49.205 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522024-10-16T04:06:50.722Z[ host-image] Oct 16 04:06:49.218 INFO O| Oct 16 04:06:49.217 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96532024-10-16T04:06:50.722Z[ host-image] Oct 16 04:06:49.218 INFO O| Oct 16 04:06:49.218 INFO STEP 146 (remove_files) COMPLETE
96542024-10-16T04:06:50.725Z[ host-image] Oct 16 04:06:49.218 INFO O| Oct 16 04:06:49.218 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552024-10-16T04:06:50.735Z[ host-image] Oct 16 04:06:49.230 INFO O| Oct 16 04:06:49.230 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96562024-10-16T04:06:50.735Z[ host-image] Oct 16 04:06:49.230 INFO O| Oct 16 04:06:49.230 INFO STEP 147 (remove_files) COMPLETE
96572024-10-16T04:06:50.737Z[ host-image] Oct 16 04:06:49.230 INFO O| Oct 16 04:06:49.230 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582024-10-16T04:06:50.748Z[ host-image] Oct 16 04:06:49.243 INFO O| Oct 16 04:06:49.243 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96592024-10-16T04:06:50.748Z[ host-image] Oct 16 04:06:49.243 INFO O| Oct 16 04:06:49.243 INFO STEP 148 (remove_files) COMPLETE
96602024-10-16T04:06:50.750Z[ host-image] Oct 16 04:06:49.243 INFO O| Oct 16 04:06:49.243 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612024-10-16T04:06:50.760Z[ host-image] Oct 16 04:06:49.256 INFO O| Oct 16 04:06:49.255 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96622024-10-16T04:06:50.760Z[ host-image] Oct 16 04:06:49.256 INFO O| Oct 16 04:06:49.256 INFO STEP 149 (remove_files) COMPLETE
96632024-10-16T04:06:50.763Z[ host-image] Oct 16 04:06:49.256 INFO O| Oct 16 04:06:49.256 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642024-10-16T04:06:50.773Z[ host-image] Oct 16 04:06:49.268 INFO O| Oct 16 04:06:49.268 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96652024-10-16T04:06:50.773Z[ host-image] Oct 16 04:06:49.268 INFO O| Oct 16 04:06:49.268 INFO STEP 150 (remove_files) COMPLETE
96662024-10-16T04:06:50.773Z[ host-image] Oct 16 04:06:49.268 INFO O| Oct 16 04:06:49.268 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672024-10-16T04:06:50.786Z[ host-image] Oct 16 04:06:49.281 INFO O| Oct 16 04:06:49.280 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96682024-10-16T04:06:50.786Z[ host-image] Oct 16 04:06:49.281 INFO O| Oct 16 04:06:49.281 INFO STEP 151 (remove_files) COMPLETE
96692024-10-16T04:06:50.788Z[ host-image] Oct 16 04:06:49.281 INFO O| Oct 16 04:06:49.281 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702024-10-16T04:06:50.797Z[ host-image] Oct 16 04:06:49.292 INFO O| Oct 16 04:06:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96712024-10-16T04:06:50.797Z[ host-image] Oct 16 04:06:49.292 INFO O| Oct 16 04:06:49.292 INFO STEP 152 (remove_files) COMPLETE
96722024-10-16T04:06:50.800Z[ host-image] Oct 16 04:06:49.292 INFO O| Oct 16 04:06:49.292 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732024-10-16T04:06:50.808Z[ host-image] Oct 16 04:06:49.303 INFO O| Oct 16 04:06:49.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96742024-10-16T04:06:50.808Z[ host-image] Oct 16 04:06:49.303 INFO O| Oct 16 04:06:49.303 INFO STEP 153 (remove_files) COMPLETE
96752024-10-16T04:06:50.808Z[ host-image] Oct 16 04:06:49.303 INFO O| Oct 16 04:06:49.303 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762024-10-16T04:06:50.819Z[ host-image] Oct 16 04:06:49.314 INFO O| Oct 16 04:06:49.314 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96772024-10-16T04:06:50.819Z[ host-image] Oct 16 04:06:49.314 INFO O| Oct 16 04:06:49.314 INFO STEP 154 (remove_files) COMPLETE
96782024-10-16T04:06:50.819Z[ host-image] Oct 16 04:06:49.314 INFO O| Oct 16 04:06:49.314 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792024-10-16T04:06:50.829Z[ host-image] Oct 16 04:06:49.324 INFO O| Oct 16 04:06:49.324 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96802024-10-16T04:06:50.833Z[ host-image] Oct 16 04:06:49.324 INFO O| Oct 16 04:06:49.324 INFO STEP 155 (remove_files) COMPLETE
96812024-10-16T04:06:50.833Z[ host-image] Oct 16 04:06:49.324 INFO O| Oct 16 04:06:49.324 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96822024-10-16T04:06:50.844Z[ host-image] Oct 16 04:06:49.339 INFO O| Oct 16 04:06:49.339 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96832024-10-16T04:06:50.847Z[ host-image] Oct 16 04:06:49.339 INFO O| Oct 16 04:06:49.339 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96842024-10-16T04:06:57.413Z[ host-image] Oct 16 04:06:55.907 INFO O| Oct 16 04:06:55.906 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
96852024-10-16T04:06:57.413Z[ host-image] Oct 16 04:06:55.907 INFO O| Oct 16 04:06:55.906 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96862024-10-16T04:06:57.427Z[ host-image] Oct 16 04:06:55.921 INFO O| Oct 16 04:06:55.921 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
96872024-10-16T04:06:57.510Z[ host-image] Oct 16 04:06:56.004 INFO O| Oct 16 04:06:56.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96882024-10-16T04:06:57.510Z[ host-image] Oct 16 04:06:56.004 INFO O| Oct 16 04:06:56.004 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96892024-10-16T04:06:57.513Z[ host-image] Oct 16 04:06:56.006 INFO O| Oct 16 04:06:56.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96902024-10-16T04:06:57.513Z[ host-image] Oct 16 04:06:56.006 INFO O| Oct 16 04:06:56.006 INFO ok!
96912024-10-16T04:06:57.513Z[ host-image] Oct 16 04:06:56.006 INFO O| Oct 16 04:06:56.006 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96922024-10-16T04:06:57.513Z[ host-image] Oct 16 04:06:56.006 INFO O| Oct 16 04:06:56.006 INFO STEP 156 (seed_smf) COMPLETE
96932024-10-16T04:06:57.513Z[ host-image] Oct 16 04:06:56.006 INFO O| Oct 16 04:06:56.006 INFO steps complete; finalising image!
96942024-10-16T04:06:57.513Z[ host-image] Oct 16 04:06:56.006 INFO O| Oct 16 04:06:56.006 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96952024-10-16T04:06:57.656Z[ host-image] Oct 16 04:06:56.151 INFO O| Oct 16 04:06:56.151 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 16 04:06:56 2024)
96962024-10-16T04:06:57.879Z[ host-image] Oct 16 04:06:56.374 INFO O| Oct 16 04:06:56.373 INFO temporary pool has 683M used, 149M avail, 1.86x compressratio
96972024-10-16T04:06:57.879Z[ host-image] Oct 16 04:06:56.374 INFO O| Oct 16 04:06:56.374 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96982024-10-16T04:06:58.195Z[ host-image] Oct 16 04:06:56.690 INFO O| Oct 16 04:06:56.690 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96992024-10-16T04:06:58.195Z[ host-image] Oct 16 04:06:56.690 INFO O| Oct 16 04:06:56.690 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97002024-10-16T04:06:59.217Z[ host-image] Oct 16 04:06:57.712 INFO O| Oct 16 04:06:57.712 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97012024-10-16T04:06:59.217Z[ host-image] Oct 16 04:06:57.712 INFO O| Oct 16 04:06:57.712 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97022024-10-16T04:06:59.220Z[ host-image] Oct 16 04:06:57.712 INFO O| Oct 16 04:06:57.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97032024-10-16T04:06:59.220Z[ host-image] Oct 16 04:06:57.712 INFO O| Oct 16 04:06:57.712 INFO completed processing gimlet/zfs
97042024-10-16T04:06:59.220Z[ host-image] Oct 16 04:06:57.712 INFO O| Oct 16 04:06:57.712 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97052024-10-16T04:07:05.953Z[ host-image] Oct 16 04:07:04.446 INFO O| Oct 16 04:07:04.446 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97062024-10-16T04:07:06.043Z[ host-image] Oct 16 04:07:04.537 INFO BUILD STRING "heads/stlouis-0-g127f38a574\n"
97072024-10-16T04:07:06.043Z[ host-image] Oct 16 04:07:04.537 INFO expanded image name: "ci c4d358c/${os_short_commit} 2024-10-16 03:35" -> "ci c4d358c/127f38a 2024-10-16 03:35"
97082024-10-16T04:07:06.048Z[ host-image] Oct 16 04:07:04.537 INFO output artefacts stored in: "/work/os-host"
97092024-10-16T04:07:06.048Z[ host-image] Oct 16 04:07:04.537 INFO collecting git info from project "amd-firmware"...
97102024-10-16T04:07:06.054Z[ host-image] Oct 16 04:07:04.547 INFO collecting git info from project "amd-host-image-builder"...
97112024-10-16T04:07:06.069Z[ host-image] Oct 16 04:07:04.563 INFO collecting git info from project "pinprick"...
97122024-10-16T04:07:06.074Z[ host-image] Oct 16 04:07:04.568 INFO collecting git info from project "chelsio-t6-roms"...
97132024-10-16T04:07:06.080Z[ host-image] Oct 16 04:07:04.573 INFO collecting git info from project "phbl"...
97142024-10-16T04:07:06.085Z[ host-image] Oct 16 04:07:04.579 INFO collecting git info from project "bootserver"...
97152024-10-16T04:07:06.090Z[ host-image] Oct 16 04:07:04.584 INFO collecting git info from project "image-builder"...
97162024-10-16T04:07:06.095Z[ host-image] Oct 16 04:07:04.589 INFO collecting git info from project "pilot"...
97172024-10-16T04:07:06.102Z[ host-image] Oct 16 04:07:04.595 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97182024-10-16T04:07:06.498Z[ host-image] Oct 16 04:07:04.991 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97192024-10-16T04:07:06.882Z[ host-image] Oct 16 04:07:05.376 INFO creating Oxide boot image...
97202024-10-16T04:07:06.883Z[ host-image] Oct 16 04:07:05.376 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci c4d358c/127f38a 2024-10-16 03:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97212024-10-16T04:07:07.821Z[ host-image] Oct 16 04:07:06.314 INFO O| ok, image written!
97222024-10-16T04:07:07.821Z[ host-image] Oct 16 04:07:06.314 INFO O| ok, boot_image_csum file written!
97232024-10-16T04:07:07.824Z[ host-image] Oct 16 04:07:06.317 INFO creating boot archive (CPIO)...
97242024-10-16T04:07:07.824Z[ host-image] Oct 16 04:07:06.318 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
97252024-10-16T04:07:07.834Z[ host-image] Oct 16 04:07:06.327 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97262024-10-16T04:07:07.836Z[ host-image] Oct 16 04:07:06.327 INFO E| + outfile=/work/os-host/cpio
97272024-10-16T04:07:07.836Z[ host-image] Oct 16 04:07:06.327 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97282024-10-16T04:07:07.836Z[ host-image] Oct 16 04:07:06.329 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97292024-10-16T04:07:07.836Z[ host-image] Oct 16 04:07:06.329 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97302024-10-16T04:07:07.870Z[ host-image] Oct 16 04:07:06.363 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97312024-10-16T04:07:07.870Z[ host-image] Oct 16 04:07:06.363 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97322024-10-16T04:07:07.877Z[ host-image] Oct 16 04:07:06.370 INFO creating compressed cpio/unix for nanobl-rs...
97332024-10-16T04:07:07.877Z[ host-image] Oct 16 04:07:06.371 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
97342024-10-16T04:07:08.170Z[ host-image] Oct 16 04:07:06.663 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97352024-10-16T04:07:12.525Z[ host-image] Oct 16 04:07:11.018 INFO creating reset image...
97362024-10-16T04:07:12.527Z[ host-image] Oct 16 04:07:11.018 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97372024-10-16T04:07:12.624Z[ host-image] Oct 16 04:07:11.117 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97382024-10-16T04:07:12.627Z[ host-image] Oct 16 04:07:11.119 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97392024-10-16T04:07:12.684Z[ host-image] Oct 16 04:07:11.177 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97402024-10-16T04:07:14.592Z[ host-image] Oct 16 04:07:13.085 INFO E| Finished `release` profile [optimized] target(s) in 1.95s
97412024-10-16T04:07:14.605Z[ host-image] Oct 16 04:07:13.098 INFO building host image...
97422024-10-16T04:07:14.608Z[ host-image] Oct 16 04:07:13.098 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")
97432024-10-16T04:07:15.096Z[ host-image] Oct 16 04:07:13.589 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97442024-10-16T04:08:02.504Z[ host-image] Oct 16 04:08:00.992 INFO image complete! materials are in "/work/os-host"
97452024-10-16T04:08:02.507Z[ host-image]
97462024-10-16T04:08:02.507Z[ host-image] real 9:47.320872187
97472024-10-16T04:08:02.507Z[ host-image] user 4:54.933219825
97482024-10-16T04:08:02.507Z[ host-image] sys 54.639724810
97492024-10-16T04:08:02.507Z[ host-image] trap 0.225773765
97502024-10-16T04:08:02.507Z[ host-image] tflt 0.000063361
97512024-10-16T04:08:02.509Z[ host-image] dflt 0.052692830
97522024-10-16T04:08:02.509Z[ host-image] kflt 0.000000000
97532024-10-16T04:08:02.509Z[ host-image] lock 9:54.857894672
97542024-10-16T04:08:02.509Z[ host-image] slp 53:21.131827499
97552024-10-16T04:08:02.509Z[ host-image] lat 1:37.814434288
97562024-10-16T04:08:02.509Z[ host-image] stop 0.414420620
97572024-10-16T04:08:02.509ZOct 16 04:08:00.996 INFO [host-image] process exited with exit status: 0 (587.338921015s)
97582024-10-16T04:08:02.509ZOct 16 04:08:00.996 INFO [tuf-repo] running task
97592024-10-16T04:08:09.553ZOct 16 04:08:08.041 INFO assembling repository in `/tmp/tufaceouseHNcZl`, component: OmicronRepoAssembler
97602024-10-16T04:08:14.667ZOct 16 04:08:13.154 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97612024-10-16T04:08:14.884ZOct 16 04:08:13.371 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97622024-10-16T04:08:26.499ZOct 16 04:08:24.985 INFO [tuf-repo] task succeeded (23.989383597s)
97632024-10-16T04:08:26.499ZOct 16 04:08:24.985 INFO all jobs completed in 1975.767084275s
97642024-10-16T04:08:27.079Zprocess exited: duration 2595539 ms, exit code 0
 
97652024-10-16T04:08:27.093Zfound 33 output files
97662024-10-16T04:08:27.093Zuploading: /work/manifest.toml (8404 bytes)
97672024-10-16T04:08:28.108Zuploaded: /work/manifest.toml
97682024-10-16T04:08:28.108Zuploading: /work/repo.zip (1849722384 bytes)
97692024-10-16T04:09:03.218Zuploaded: /work/repo.zip
97702024-10-16T04:09:03.218Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97712024-10-16T04:09:04.226Zuploaded: /work/repo.zip.sha256.txt
97722024-10-16T04:09:04.227Zuploading: /work/helios-setup.log (65538 bytes)
97732024-10-16T04:09:05.240Zuploaded: /work/helios-setup.log
97742024-10-16T04:09:05.240Zuploading: /work/host-image.log (194687 bytes)
97752024-10-16T04:09:06.257Zuploaded: /work/host-image.log
97762024-10-16T04:09:06.257Zuploading: /work/host-package.log (22367 bytes)
97772024-10-16T04:09:07.267Zuploaded: /work/host-package.log
97782024-10-16T04:09:07.267Zuploading: /work/host-target.log (101 bytes)
97792024-10-16T04:09:08.276Zuploaded: /work/host-target.log
97802024-10-16T04:09:08.278Zuploading: /work/omicron-package.log (5011 bytes)
97812024-10-16T04:09:09.287Zuploaded: /work/omicron-package.log
97822024-10-16T04:09:09.287Zuploading: /work/phbl-toolchain.log (881 bytes)
97832024-10-16T04:09:10.296Zuploaded: /work/phbl-toolchain.log
97842024-10-16T04:09:10.299Zuploading: /work/recovery-image.log (591820 bytes)
97852024-10-16T04:09:11.335Zuploaded: /work/recovery-image.log
97862024-10-16T04:09:11.335Zuploading: /work/recovery-package.log (321 bytes)
97872024-10-16T04:09:12.351Zuploaded: /work/recovery-package.log
97882024-10-16T04:09:12.351Zuploading: /work/recovery-target.log (57 bytes)
97892024-10-16T04:09:13.361Zuploaded: /work/recovery-target.log
97902024-10-16T04:09:13.362Zuploading: /work/stamp-clickhouse.log (117 bytes)
97912024-10-16T04:09:14.371Zuploaded: /work/stamp-clickhouse.log
97922024-10-16T04:09:14.371Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97932024-10-16T04:09:15.379Zuploaded: /work/stamp-clickhouse_keeper.log
97942024-10-16T04:09:15.379Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97952024-10-16T04:09:16.388Zuploaded: /work/stamp-cockroachdb.log
97962024-10-16T04:09:16.388Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97972024-10-16T04:09:17.399Zuploaded: /work/stamp-crucible-dtrace.log
97982024-10-16T04:09:17.400Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97992024-10-16T04:09:18.409Zuploaded: /work/stamp-crucible-pantry-zone.log
98002024-10-16T04:09:18.409Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98012024-10-16T04:09:19.418Zuploaded: /work/stamp-crucible-zone.log
98022024-10-16T04:09:19.418Zuploading: /work/stamp-external-dns.log (119 bytes)
98032024-10-16T04:09:20.427Zuploaded: /work/stamp-external-dns.log
98042024-10-16T04:09:20.427Zuploading: /work/stamp-installinator.log (103 bytes)
98052024-10-16T04:09:21.435Zuploaded: /work/stamp-installinator.log
98062024-10-16T04:09:21.436Zuploading: /work/stamp-internal-dns.log (119 bytes)
98072024-10-16T04:09:22.444Zuploaded: /work/stamp-internal-dns.log
98082024-10-16T04:09:22.444Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98092024-10-16T04:09:23.452Zuploaded: /work/stamp-mg-ddm-gz.log
98102024-10-16T04:09:23.452Zuploading: /work/stamp-nexus.log (112 bytes)
98112024-10-16T04:09:24.463Zuploaded: /work/stamp-nexus.log
98122024-10-16T04:09:24.463Zuploading: /work/stamp-ntp.log (110 bytes)
98132024-10-16T04:09:25.473Zuploaded: /work/stamp-ntp.log
98142024-10-16T04:09:25.473Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98152024-10-16T04:09:26.481Zuploaded: /work/stamp-omicron-sled-agent.log
98162024-10-16T04:09:26.484Zuploading: /work/stamp-overlay.log (114 bytes)
98172024-10-16T04:09:27.490Zuploaded: /work/stamp-overlay.log
98182024-10-16T04:09:27.490Zuploading: /work/stamp-oximeter.log (115 bytes)
98192024-10-16T04:09:28.498Zuploaded: /work/stamp-oximeter.log
98202024-10-16T04:09:28.498Zuploading: /work/stamp-oxlog.log (109 bytes)
98212024-10-16T04:09:29.507Zuploaded: /work/stamp-oxlog.log
98222024-10-16T04:09:29.510Zuploading: /work/stamp-probe.log (112 bytes)
98232024-10-16T04:09:30.516Zuploaded: /work/stamp-probe.log
98242024-10-16T04:09:30.519Zuploading: /work/stamp-propolis-server.log (122 bytes)
98252024-10-16T04:09:31.525Zuploaded: /work/stamp-propolis-server.log
98262024-10-16T04:09:31.525Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98272024-10-16T04:09:32.533Zuploaded: /work/stamp-pumpkind-gz.log
98282024-10-16T04:09:32.533Zuploading: /work/stamp-switch-asic.log (118 bytes)
98292024-10-16T04:09:33.542Zuploaded: /work/stamp-switch-asic.log
98302024-10-16T04:09:33.542Zuploading: /work/verify-libraries.log (3720 bytes)
98312024-10-16T04:09:34.550Zuploaded: /work/verify-libraries.log