01JBHRQRT741VFZB9344R1GC27: 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: 01JBHRR9Y55XDAKC31DQQ46G0N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-31T17:08:37.832Zjob assigned to worker 01JBHRR7MQKSYVGXRBZ749ZKS1 (queued for 51 s)
 
22024-10-31T17:08:45.274Zstarting task 0: "setup"
32024-10-31T17:08:45.284Z++ uname -s
42024-10-31T17:08:45.286Z+ kern=SunOS
52024-10-31T17:08:45.286Z+ case "$kern" in
62024-10-31T17:08:45.286Z+ [[ 0 == 12345 ]]
72024-10-31T17:08:45.286Z+ groupadd -g 12345 build
82024-10-31T17:08:45.289Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-31T17:08:47.301Z+ zfs create -o mountpoint=/work rpool/work
102024-10-31T17:08:47.455Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-31T17:08:47.458Z+ home_fs=zfs
122024-10-31T17:08:47.458Z+ [[ zfs == autofs ]]
132024-10-31T17:08:47.458Z+ mkdir -p /home/build
142024-10-31T17:08:47.460Z+ chown build:build /home/build /work
152024-10-31T17:08:49.462Z+ chmod 0700 /home/build /work
162024-10-31T17:08:49.464Zprocess exited: duration 4192 ms, exit code 0
 
172024-10-31T17:08:49.470Zstarting task 1: "rust-toolchain"
182024-10-31T17:08:49.475Z+ printf ' * toolchain channel = "%s"
192024-10-31T17:08:49.475Z' 1.80.1
202024-10-31T17:08:49.475Z+ printf ' * toolchain profile = "%s"
212024-10-31T17:08:49.475Z * toolchain channel = "1.80.1"
222024-10-31T17:08:49.475Z' default
232024-10-31T17:08:49.475Z * toolchain profile = "default"
242024-10-31T17:08:49.478Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-31T17:08:49.478Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
262024-10-31T17:08:49.593Zinfo: downloading installer
272024-10-31T17:08:50.962Zinfo: profile set to 'default'
282024-10-31T17:08:50.962Zinfo: default host triple is x86_64-unknown-illumos
292024-10-31T17:08:50.965Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
302024-10-31T17:08:51.109Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
312024-10-31T17:08:51.109Zinfo: downloading component 'cargo'
322024-10-31T17:08:51.934Zinfo: downloading component 'clippy'
332024-10-31T17:08:52.227Zinfo: downloading component 'rust-docs'
342024-10-31T17:08:53.385Zinfo: downloading component 'rust-std'
352024-10-31T17:08:54.999Zinfo: downloading component 'rustc'
362024-10-31T17:08:59.500Zinfo: downloading component 'rustfmt'
372024-10-31T17:08:59.739Zinfo: installing component 'cargo'
382024-10-31T17:09:00.549Zinfo: installing component 'clippy'
392024-10-31T17:09:00.931Zinfo: installing component 'rust-docs'
402024-10-31T17:09:02.586Zinfo: installing component 'rust-std'
412024-10-31T17:09:04.242Zinfo: installing component 'rustc'
422024-10-31T17:09:08.411Zinfo: installing component 'rustfmt'
432024-10-31T17:09:08.749Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-31T17:09:08.750Z
452024-10-31T17:09:09.035Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
462024-10-31T17:09:09.035Z
472024-10-31T17:09:09.038Z
482024-10-31T17:09:09.038ZRust is installed now. Great!
492024-10-31T17:09:09.038Z
502024-10-31T17:09:09.038ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-31T17:09:09.038Zenvironment variable. This has not been done automatically.
522024-10-31T17:09:09.038Z
532024-10-31T17:09:09.038ZTo configure your current shell, you need to source
542024-10-31T17:09:09.038Zthe corresponding env file under $HOME/.cargo.
552024-10-31T17:09:09.038Z
562024-10-31T17:09:09.038ZThis is usually done by running one of the following (note the leading DOT):
572024-10-31T17:09:09.038Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-31T17:09:09.038Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-31T17:09:09.087Z+ rustc --version
602024-10-31T17:09:09.149Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
612024-10-31T17:09:09.152Zprocess exited: duration 19676 ms, exit code 0
 
622024-10-31T17:09:09.160Zstarting task 2: "authentication"
632024-10-31T17:09:09.181Zprocess exited: duration 23 ms, exit code 0
 
642024-10-31T17:09:09.189Zstarting task 3: "clone repository"
652024-10-31T17:09:09.192Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-31T17:09:09.194Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-31T17:09:09.242ZCloning into '/work/oxidecomputer/omicron'...
682024-10-31T17:09:16.589Z+ cd /work/oxidecomputer/omicron
692024-10-31T17:09:16.589Z+ git fetch origin 4f046351c7d5cef65b737a1aeab478a99826453a
702024-10-31T17:09:17.088ZFrom https://github.com/oxidecomputer/omicron
712024-10-31T17:09:17.088Z * branch 4f046351c7d5cef65b737a1aeab478a99826453a -> FETCH_HEAD
722024-10-31T17:09:17.098Z+ [[ -n refactor-networking-apis ]]
732024-10-31T17:09:17.100Z++ git branch --show-current
742024-10-31T17:09:17.103Z+ current=main
752024-10-31T17:09:17.103Z+ [[ main != refactor-networking-apis ]]
762024-10-31T17:09:17.103Z+ git branch -f refactor-networking-apis 4f046351c7d5cef65b737a1aeab478a99826453a
772024-10-31T17:09:17.105Z+ git checkout -f refactor-networking-apis
782024-10-31T17:09:17.261ZSwitched to branch 'refactor-networking-apis'
792024-10-31T17:09:17.264Z+ git reset --hard 4f046351c7d5cef65b737a1aeab478a99826453a
802024-10-31T17:09:17.323ZHEAD is now at 4f046351c remove unused params
812024-10-31T17:09:17.326Zprocess exited: duration 8135 ms, exit code 0
 
822024-10-31T17:09:17.330Zstarting task 4: "build"
832024-10-31T17:09:17.336Z+ source .github/buildomat/ci-env.sh
842024-10-31T17:09:17.336Z++ export CARGO_TERM_COLOR=always
852024-10-31T17:09:17.336Z++ CARGO_TERM_COLOR=always
862024-10-31T17:09:17.339Z+ cargo --version
872024-10-31T17:09:17.390Zcargo 1.80.1 (376290515 2024-07-16)
882024-10-31T17:09:17.393Z+ rustc --version
892024-10-31T17:09:17.447Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-10-31T17:09:17.451Z+ cargo tree --locked
912024-10-31T17:09:17.700Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-10-31T17:09:18.087Z Updating crates.io index
932024-10-31T17:09:18.196Z Updating git repository `https://github.com/oxidecomputer/maghemite`
942024-10-31T17:09:18.971Z Updating git repository `https://github.com/oxidecomputer/oxnet`
952024-10-31T17:09:19.259Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
962024-10-31T17:09:19.486Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972024-10-31T17:09:19.735Z Updating git repository `https://github.com/oxidecomputer/propolis`
982024-10-31T17:09:20.549Z Updating git repository `https://github.com/oxidecomputer/crucible`
992024-10-31T17:09:22.728Z Updating git repository `https://github.com/oxidecomputer/opte`
1002024-10-31T17:09:23.798Z Updating git repository `https://github.com/oxidecomputer/falcon`
1012024-10-31T17:09:24.568Z Updating git repository `https://github.com/oxidecomputer/clickward`
1022024-10-31T17:09:24.850Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1032024-10-31T17:09:25.112Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042024-10-31T17:09:25.770Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1052024-10-31T17:09:26.191Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1062024-10-31T17:09:26.537Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072024-10-31T17:09:26.816Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1082024-10-31T17:09:27.048Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1092024-10-31T17:09:27.274Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1102024-10-31T17:09:27.595Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1112024-10-31T17:09:27.986Z Updating git repository `https://github.com/oxidecomputer/ispf`
1122024-10-31T17:09:28.403Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1132024-10-31T17:09:28.627Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142024-10-31T17:09:29.062Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1152024-10-31T17:09:29.361Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162024-10-31T17:09:30.183Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1172024-10-31T17:09:30.641Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-10-31T17:09:30.911Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-10-31T17:09:31.180Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-10-31T17:09:32.667Z Downloading crates ...
1212024-10-31T17:09:32.790Z Downloaded ascii-canvas v3.0.0
1222024-10-31T17:09:32.793Z Downloaded aead v0.5.2
1232024-10-31T17:09:32.796Z Downloaded anes v0.1.6
1242024-10-31T17:09:32.800Z Downloaded array-init v0.0.4
1252024-10-31T17:09:32.802Z Downloaded approx v0.5.1
1262024-10-31T17:09:32.808Z Downloaded assert_matches v1.5.0
1272024-10-31T17:09:32.814Z Downloaded atomicwrites v0.4.4
1282024-10-31T17:09:32.819Z Downloaded float-cmp v0.9.0
1292024-10-31T17:09:32.822Z Downloaded fnv v1.0.7
1302024-10-31T17:09:32.828Z Downloaded autocfg v1.4.0
1312024-10-31T17:09:32.828Z Downloaded async-channel v2.3.1
1322024-10-31T17:09:32.828Z Downloaded cast v0.3.0
1332024-10-31T17:09:32.834Z Downloaded hex v0.4.3
1342024-10-31T17:09:32.834Z Downloaded generic-array v0.14.7
1352024-10-31T17:09:32.835Z Downloaded byteorder v1.5.0
1362024-10-31T17:09:32.835Z Downloaded block-padding v0.3.3
1372024-10-31T17:09:32.839Z Downloaded futures v0.3.31
1382024-10-31T17:09:32.844Z Downloaded base16ct v0.2.0
1392024-10-31T17:09:32.844Z Downloaded hubpack_derive v0.1.1
1402024-10-31T17:09:32.844Z Downloaded cargo_metadata v0.18.1
1412024-10-31T17:09:32.846Z Downloaded bitflags v1.3.2
1422024-10-31T17:09:32.847Z Downloaded bcrypt-pbkdf v0.10.0
1432024-10-31T17:09:32.849Z Downloaded http-body v1.0.1
1442024-10-31T17:09:32.849Z Downloaded async-attributes v1.1.2
1452024-10-31T17:09:32.853Z Downloaded ghash v0.5.1
1462024-10-31T17:09:32.853Z Downloaded hash32 v0.2.1
1472024-10-31T17:09:32.853Z Downloaded cbc v0.1.2
1482024-10-31T17:09:32.856Z Downloaded heck v0.4.1
1492024-10-31T17:09:32.856Z Downloaded form_urlencoded v1.2.1
1502024-10-31T17:09:32.859Z Downloaded async-task v4.7.1
1512024-10-31T17:09:32.862Z Downloaded ahash v0.8.11
1522024-10-31T17:09:32.864Z Downloaded futures-macro v0.3.31
1532024-10-31T17:09:32.864Z Downloaded fs-err v2.11.0
1542024-10-31T17:09:32.867Z Downloaded foreign-types v0.3.2
1552024-10-31T17:09:32.867Z Downloaded float-ord v0.3.2
1562024-10-31T17:09:32.870Z Downloaded futures-executor v0.3.31
1572024-10-31T17:09:32.870Z Downloaded cancel-safe-futures v0.1.5
1582024-10-31T17:09:32.873Z Downloaded async-io v2.3.4
1592024-10-31T17:09:32.875Z Downloaded cipher v0.4.4
1602024-10-31T17:09:32.878Z Downloaded hostname v0.3.1
1612024-10-31T17:09:32.878Z Downloaded cfg-expr v0.17.0
1622024-10-31T17:09:32.881Z Downloaded adler2 v2.0.0
1632024-10-31T17:09:32.883Z Downloaded blake2b_simd v1.0.2
1642024-10-31T17:09:32.886Z Downloaded highway v1.2.0
1652024-10-31T17:09:32.886Z Downloaded httparse v1.9.5
1662024-10-31T17:09:32.889Z Downloaded anstyle-query v1.1.1
1672024-10-31T17:09:32.891Z Downloaded fallible-streaming-iterator v0.1.9
1682024-10-31T17:09:32.891Z Downloaded addr2line v0.24.2
1692024-10-31T17:09:32.894Z Downloaded ciborium v0.2.2
1702024-10-31T17:09:32.896Z Downloaded pem v3.0.4
1712024-10-31T17:09:32.898Z Downloaded foldhash v0.1.3
1722024-10-31T17:09:32.900Z Downloaded async-process v2.3.0
1732024-10-31T17:09:32.900Z Downloaded foreign-types v0.5.0
1742024-10-31T17:09:32.903Z Downloaded hyper-staticfile v0.10.1
1752024-10-31T17:09:32.905Z Downloaded anstyle v1.0.8
1762024-10-31T17:09:32.908Z Downloaded chacha20 v0.9.1
1772024-10-31T17:09:32.908Z Downloaded base64 v0.22.1
1782024-10-31T17:09:32.911Z Downloaded anstyle-parse v0.2.5
1792024-10-31T17:09:32.915Z Downloaded async-object-pool v0.1.5
1802024-10-31T17:09:32.917Z Downloaded atty v0.2.14
1812024-10-31T17:09:32.917Z Downloaded hmac v0.12.1
1822024-10-31T17:09:32.920Z Downloaded async-stream-impl v0.3.6
1832024-10-31T17:09:32.920Z Downloaded bit-set v0.5.3
1842024-10-31T17:09:32.920Z Downloaded cfg-if v1.0.0
1852024-10-31T17:09:32.922Z Downloaded bitfield v0.14.0
1862024-10-31T17:09:32.925Z Downloaded ciborium-io v0.2.2
1872024-10-31T17:09:32.930Z Downloaded guppy-workspace-hack v0.1.0
1882024-10-31T17:09:32.933Z Downloaded assert-json-diff v2.0.2
1892024-10-31T17:09:32.933Z Downloaded foreign-types-shared v0.1.1
1902024-10-31T17:09:32.936Z Downloaded arrayref v0.3.9
1912024-10-31T17:09:32.936Z Downloaded fxhash v0.2.1
1922024-10-31T17:09:32.938Z Downloaded cfg_aliases v0.1.1
1932024-10-31T17:09:32.938Z Downloaded foreign-types-shared v0.3.1
1942024-10-31T17:09:32.938Z Downloaded atomic-waker v1.1.2
1952024-10-31T17:09:32.941Z Downloaded anstream v0.6.15
1962024-10-31T17:09:32.943Z Downloaded polyval v0.6.2
1972024-10-31T17:09:32.947Z Downloaded ident_case v1.0.1
1982024-10-31T17:09:32.947Z Downloaded http-range v0.1.5
1992024-10-31T17:09:32.952Z Downloaded async-signal v0.2.10
2002024-10-31T17:09:32.952Z Downloaded arrayvec v0.7.6
2012024-10-31T17:09:32.952Z Downloaded argon2 v0.5.3
2022024-10-31T17:09:32.956Z Downloaded headers v0.4.0
2032024-10-31T17:09:32.959Z Downloaded async-channel v1.9.0
2042024-10-31T17:09:32.961Z Downloaded sigpipe v0.1.3
2052024-10-31T17:09:32.961Z Downloaded progenitor-macro v0.8.0
2062024-10-31T17:09:32.964Z Downloaded indicatif v0.17.8
2072024-10-31T17:09:32.966Z Downloaded indent_write v2.2.0
2082024-10-31T17:09:32.969Z Downloaded heapless v0.8.0
2092024-10-31T17:09:32.972Z Downloaded headers-core v0.3.0
2102024-10-31T17:09:32.974Z Downloaded bb8 v0.8.5
2112024-10-31T17:09:32.974Z Downloaded async-stream v0.3.6
2122024-10-31T17:09:32.976Z Downloaded bit-vec v0.6.3
2132024-10-31T17:09:32.979Z Downloaded async-recursion v1.1.1
2142024-10-31T17:09:32.982Z Downloaded cfg_aliases v0.2.1
2152024-10-31T17:09:32.982Z Downloaded swrite v0.1.0
2162024-10-31T17:09:32.984Z Downloaded resolv-conf v0.7.0
2172024-10-31T17:09:32.987Z Downloaded ciborium-ll v0.2.2
2182024-10-31T17:09:32.987Z Downloaded futures-task v0.3.31
2192024-10-31T17:09:32.990Z Downloaded radium v0.7.0
2202024-10-31T17:09:32.990Z Downloaded hash32 v0.3.1
2212024-10-31T17:09:32.990Z Downloaded camino-tempfile v1.1.1
2222024-10-31T17:09:32.993Z Downloaded hostname v0.4.0
2232024-10-31T17:09:32.995Z Downloaded hubpack v0.1.2
2242024-10-31T17:09:32.995Z Downloaded serde_spanned v0.6.8
2252024-10-31T17:09:32.998Z Downloaded group v0.13.0
2262024-10-31T17:09:33.001Z Downloaded futures-timer v3.0.3
2272024-10-31T17:09:33.001Z Downloaded chrono-tz-build v0.4.0
2282024-10-31T17:09:33.003Z Downloaded funty v2.0.0
2292024-10-31T17:09:33.003Z Downloaded impl-trait-for-tuples v0.2.2
2302024-10-31T17:09:33.005Z Downloaded pin-project-internal v1.1.6
2312024-10-31T17:09:33.008Z Downloaded packed_struct v0.10.1
2322024-10-31T17:09:33.010Z Downloaded humantime v2.1.0
2332024-10-31T17:09:33.011Z Downloaded password-hash v0.5.0
2342024-10-31T17:09:33.013Z Downloaded parse-display v0.10.0
2352024-10-31T17:09:33.015Z Downloaded quinn-udp v0.5.5
2362024-10-31T17:09:33.015Z Downloaded pest_generator v2.7.14
2372024-10-31T17:09:33.018Z Downloaded heck v0.5.0
2382024-10-31T17:09:33.020Z Downloaded rustls-pemfile v1.0.4
2392024-10-31T17:09:33.022Z Downloaded r2d2 v0.8.10
2402024-10-31T17:09:33.022Z Downloaded signature v2.2.0
2412024-10-31T17:09:33.025Z Downloaded serde_regex v1.1.0
2422024-10-31T17:09:33.025Z Downloaded home v0.5.9
2432024-10-31T17:09:33.027Z Downloaded http-body-util v0.1.2
2442024-10-31T17:09:33.027Z Downloaded heck v0.3.3
2452024-10-31T17:09:33.034Z Downloaded gethostname v0.5.0
2462024-10-31T17:09:33.034Z Downloaded async-trait v0.1.83
2472024-10-31T17:09:33.037Z Downloaded pkg-config v0.3.31
2482024-10-31T17:09:33.037Z Downloaded smallvec v0.6.14
2492024-10-31T17:09:33.037Z Downloaded pbkdf2 v0.11.0
2502024-10-31T17:09:33.039Z Downloaded strum_macros v0.25.3
2512024-10-31T17:09:33.041Z Downloaded rustc-hash v1.1.0
2522024-10-31T17:09:33.043Z Downloaded camino v1.1.9
2532024-10-31T17:09:33.046Z Downloaded bzip2 v0.4.4
2542024-10-31T17:09:33.046Z Downloaded serde_repr v0.1.19
2552024-10-31T17:09:33.049Z Downloaded block-buffer v0.10.4
2562024-10-31T17:09:33.051Z Downloaded primeorder v0.13.6
2572024-10-31T17:09:33.051Z Downloaded glob v0.3.1
2582024-10-31T17:09:33.054Z Downloaded assert_cmd v2.0.16
2592024-10-31T17:09:33.056Z Downloaded futures-lite v2.3.0
2602024-10-31T17:09:33.058Z Downloaded stringprep v0.1.5
2612024-10-31T17:09:33.058Z Downloaded globset v0.4.15
2622024-10-31T17:09:33.061Z Downloaded tabled_derive v0.7.0
2632024-10-31T17:09:33.061Z Downloaded strip-ansi-escapes v0.2.0
2642024-10-31T17:09:33.064Z Downloaded hickory-client v0.24.1
2652024-10-31T17:09:33.066Z Downloaded hyper-rustls v0.27.3
2662024-10-31T17:09:33.074Z Downloaded httptest v0.16.1
2672024-10-31T17:09:33.074Z Downloaded hashlink v0.9.1
2682024-10-31T17:09:33.074Z Downloaded dhcproto-macros v0.1.0
2692024-10-31T17:09:33.074Z Downloaded tls_codec_derive v0.4.1
2702024-10-31T17:09:33.075Z Downloaded thread-id v4.2.2
2712024-10-31T17:09:33.077Z Downloaded postcard v1.0.10
2722024-10-31T17:09:33.080Z Downloaded serde_plain v1.0.2
2732024-10-31T17:09:33.080Z Downloaded doc-comment v0.3.3
2742024-10-31T17:09:33.082Z Downloaded equivalent v1.0.1
2752024-10-31T17:09:33.082Z Downloaded hyper-rustls v0.26.0
2762024-10-31T17:09:33.085Z Downloaded rustls-pemfile v2.2.0
2772024-10-31T17:09:33.088Z Downloaded escape8259 v0.5.3
2782024-10-31T17:09:33.088Z Downloaded hashbrown v0.12.3
2792024-10-31T17:09:33.092Z Downloaded version_check v0.9.5
2802024-10-31T17:09:33.094Z Downloaded untrusted v0.9.0
2812024-10-31T17:09:33.097Z Downloaded smallvec v1.13.2
2822024-10-31T17:09:33.097Z Downloaded unicode-truncate v1.1.0
2832024-10-31T17:09:33.100Z Downloaded is_ci v1.2.0
2842024-10-31T17:09:33.100Z Downloaded same-file v1.0.6
2852024-10-31T17:09:33.103Z Downloaded iana-time-zone v0.1.61
2862024-10-31T17:09:33.105Z Downloaded openssl-macros v0.1.1
2872024-10-31T17:09:33.105Z Downloaded phf_shared v0.10.0
2882024-10-31T17:09:33.108Z Downloaded sqlformat v0.2.6
2892024-10-31T17:09:33.108Z Downloaded blake2 v0.10.6
2902024-10-31T17:09:33.110Z Downloaded allocator-api2 v0.2.18
2912024-10-31T17:09:33.113Z Downloaded path-slash v0.1.5
2922024-10-31T17:09:33.115Z Downloaded colorchoice v1.0.2
2932024-10-31T17:09:33.115Z Downloaded usdt v0.5.0
2942024-10-31T17:09:33.118Z Downloaded typify-macro v0.2.0
2952024-10-31T17:09:33.118Z Downloaded semver v1.0.23
2962024-10-31T17:09:33.120Z Downloaded number_prefix v0.4.0
2972024-10-31T17:09:33.123Z Downloaded futures-channel v0.3.31
2982024-10-31T17:09:33.123Z Downloaded num_threads v0.1.7
2992024-10-31T17:09:33.126Z Downloaded oso v0.27.3
3002024-10-31T17:09:33.128Z Downloaded zeroize_derive v1.4.2
3012024-10-31T17:09:33.130Z Downloaded packed_struct_codegen v0.10.1
3022024-10-31T17:09:33.130Z Downloaded semver v0.1.20
3032024-10-31T17:09:33.132Z Downloaded crossbeam-deque v0.8.5
3042024-10-31T17:09:33.132Z Downloaded tempfile v3.13.0
3052024-10-31T17:09:33.135Z Downloaded half v2.4.1
3062024-10-31T17:09:33.138Z Downloaded defmt-parser v0.3.4
3072024-10-31T17:09:33.141Z Downloaded criterion-plot v0.5.0
3082024-10-31T17:09:33.141Z Downloaded either v1.13.0
3092024-10-31T17:09:33.143Z Downloaded http v0.2.12
3102024-10-31T17:09:33.146Z Downloaded zeroize v1.8.1
3112024-10-31T17:09:33.149Z Downloaded errno v0.3.9
3122024-10-31T17:09:33.149Z Downloaded fixedbitset v0.4.2
3132024-10-31T17:09:33.152Z Downloaded filetime v0.2.25
3142024-10-31T17:09:33.152Z Downloaded typify v0.2.0
3152024-10-31T17:09:33.155Z Downloaded chacha20poly1305 v0.10.1
3162024-10-31T17:09:33.158Z Downloaded libtest-mimic v0.7.3
3172024-10-31T17:09:33.160Z Downloaded libsw v3.3.1
3182024-10-31T17:09:33.163Z Downloaded paste v1.0.15
3192024-10-31T17:09:33.165Z Downloaded newtype-uuid v1.1.2
3202024-10-31T17:09:33.168Z Downloaded try-lock v0.2.5
3212024-10-31T17:09:33.168Z Downloaded percent-encoding v2.3.1
3222024-10-31T17:09:33.168Z Downloaded colored v2.1.0
3232024-10-31T17:09:33.170Z Downloaded memmap v0.7.0
3242024-10-31T17:09:33.173Z Downloaded num v0.4.3
3252024-10-31T17:09:33.175Z Downloaded phf_generator v0.11.2
3262024-10-31T17:09:33.175Z Downloaded defmt-macros v0.3.9
3272024-10-31T17:09:33.178Z Downloaded phf v0.11.2
3282024-10-31T17:09:33.181Z Downloaded defmt v0.3.8
3292024-10-31T17:09:33.183Z Downloaded similar v2.6.0
3302024-10-31T17:09:33.187Z Downloaded term v0.7.0
3312024-10-31T17:09:33.190Z Downloaded zone_cfg_derive v0.3.0
3322024-10-31T17:09:33.193Z Downloaded ref-cast-impl v1.0.23
3332024-10-31T17:09:33.193Z Downloaded proc-macro-crate v1.3.1
3342024-10-31T17:09:33.196Z Downloaded base64 v0.21.7
3352024-10-31T17:09:33.199Z Downloaded want v0.3.1
3362024-10-31T17:09:33.199Z Downloaded serde_path_to_error v0.1.16
3372024-10-31T17:09:33.201Z Downloaded slog-async v2.8.0
3382024-10-31T17:09:33.203Z Downloaded tokio-tungstenite v0.24.0
3392024-10-31T17:09:33.205Z Downloaded flate2 v1.0.34
3402024-10-31T17:09:33.209Z Downloaded memmap2 v0.9.5
3412024-10-31T17:09:33.211Z Downloaded rusty-fork v0.3.0
3422024-10-31T17:09:33.213Z Downloaded dtrace-parser v0.2.0
3432024-10-31T17:09:33.216Z Downloaded downcast v0.11.0
3442024-10-31T17:09:33.216Z Downloaded display-error-chain v0.2.1
3452024-10-31T17:09:33.218Z Downloaded indexmap v1.9.3
3462024-10-31T17:09:33.221Z Downloaded cc v1.1.30
3472024-10-31T17:09:33.223Z Downloaded string_cache v0.8.7
3482024-10-31T17:09:33.226Z Downloaded indoc v2.0.5
3492024-10-31T17:09:33.229Z Downloaded fancy-regex v0.13.0
3502024-10-31T17:09:33.232Z Downloaded serde_tokenstream v0.2.2
3512024-10-31T17:09:33.234Z Downloaded serde_urlencoded v0.7.1
3522024-10-31T17:09:33.234Z Downloaded target-spec v3.2.2
3532024-10-31T17:09:33.236Z Downloaded postgres-protocol v0.6.7
3542024-10-31T17:09:33.240Z Downloaded backtrace v0.3.74
3552024-10-31T17:09:33.242Z Downloaded tls_codec v0.4.1
3562024-10-31T17:09:33.245Z Downloaded tap v1.0.1
3572024-10-31T17:09:33.247Z Downloaded subtle v2.6.1
3582024-10-31T17:09:33.247Z Downloaded convert_case v0.4.0
3592024-10-31T17:09:33.250Z Downloaded cpufeatures v0.2.14
3602024-10-31T17:09:33.250Z Downloaded peg-runtime v0.8.3
3612024-10-31T17:09:33.252Z Downloaded xattr v1.3.1
3622024-10-31T17:09:33.252Z Downloaded utf8parse v0.2.2
3632024-10-31T17:09:33.254Z Downloaded utf-8 v0.7.6
3642024-10-31T17:09:33.256Z Downloaded diesel-dtrace v0.3.0
3652024-10-31T17:09:33.257Z Downloaded rustversion v1.0.17
3662024-10-31T17:09:33.259Z Downloaded hickory-server v0.24.1
3672024-10-31T17:09:33.264Z Downloaded diff v0.1.13
3682024-10-31T17:09:33.267Z Downloaded openssl-probe v0.1.5
3692024-10-31T17:09:33.270Z Downloaded xz2 v0.1.7
3702024-10-31T17:09:33.272Z Downloaded cookie v0.18.1
3712024-10-31T17:09:33.274Z Downloaded russh-cryptovec v0.7.3
3722024-10-31T17:09:33.274Z Downloaded rpassword v7.3.1
3732024-10-31T17:09:33.277Z Downloaded inout v0.1.3
3742024-10-31T17:09:33.277Z Downloaded indoc v1.0.9
3752024-10-31T17:09:33.279Z Downloaded guppy v0.17.8
3762024-10-31T17:09:33.285Z Downloaded lazy_static v1.5.0
3772024-10-31T17:09:33.287Z Downloaded postgres-types v0.2.8
3782024-10-31T17:09:33.290Z Downloaded crc32fast v1.4.2
3792024-10-31T17:09:33.292Z Downloaded crc-catalog v2.4.0
3802024-10-31T17:09:33.292Z Downloaded fastrand v2.1.1
3812024-10-31T17:09:33.295Z Downloaded target-lexicon v0.12.16
3822024-10-31T17:09:33.298Z Downloaded heapless v0.7.17
3832024-10-31T17:09:33.300Z Downloaded multimap v0.10.0
3842024-10-31T17:09:33.302Z Downloaded time-core v0.1.2
3852024-10-31T17:09:33.305Z Downloaded url v2.5.2
3862024-10-31T17:09:33.307Z Downloaded cookie_store v0.21.0
3872024-10-31T17:09:33.311Z Downloaded maybe-uninit v2.0.0
3882024-10-31T17:09:33.311Z Downloaded darling_macro v0.20.10
3892024-10-31T17:09:33.311Z Downloaded toolchain_find v0.4.0
3902024-10-31T17:09:33.311Z Downloaded strum v0.26.3
3912024-10-31T17:09:33.314Z Downloaded sqlparser_derive v0.2.2
3922024-10-31T17:09:33.314Z Downloaded crc v3.2.1
3932024-10-31T17:09:33.318Z Downloaded num_cpus v1.16.0
3942024-10-31T17:09:33.321Z Downloaded num_enum v0.5.11
3952024-10-31T17:09:33.325Z Downloaded tokio-stream v0.1.16
3962024-10-31T17:09:33.327Z Downloaded papergrid v0.11.0
3972024-10-31T17:09:33.332Z Downloaded rfc6979 v0.4.0
3982024-10-31T17:09:33.335Z Downloaded p521 v0.13.3
3992024-10-31T17:09:33.337Z Downloaded scheduled-thread-pool v0.2.7
4002024-10-31T17:09:33.340Z Downloaded hashbrown v0.13.2
4012024-10-31T17:09:33.343Z Downloaded diesel_table_macro_syntax v0.2.0
4022024-10-31T17:09:33.346Z Downloaded spki v0.7.3
4032024-10-31T17:09:33.348Z Downloaded lalrpop-util v0.19.12
4042024-10-31T17:09:33.348Z Downloaded subprocess v0.2.9
4052024-10-31T17:09:33.351Z Downloaded proc-macro-error-attr v1.0.4
4062024-10-31T17:09:33.351Z Downloaded zip v0.6.6
4072024-10-31T17:09:33.354Z Downloaded endian-type v0.1.2
4082024-10-31T17:09:33.358Z Downloaded plain v0.2.3
4092024-10-31T17:09:33.358Z Downloaded unicode-ident v1.0.13
4102024-10-31T17:09:33.361Z Downloaded tungstenite v0.21.0
4112024-10-31T17:09:33.363Z Downloaded toml_datetime v0.6.8
4122024-10-31T17:09:33.365Z Downloaded threadpool v1.8.1
4132024-10-31T17:09:33.367Z Downloaded num-conv v0.1.0
4142024-10-31T17:09:33.367Z Downloaded nested v0.1.1
4152024-10-31T17:09:33.369Z Downloaded slog-bunyan v2.5.0
4162024-10-31T17:09:33.369Z Downloaded piper v0.2.4
4172024-10-31T17:09:33.372Z Downloaded partial-io v0.5.4
4182024-10-31T17:09:33.374Z Downloaded h2 v0.4.6
4192024-10-31T17:09:33.379Z Downloaded constant_time_eq v0.3.1
4202024-10-31T17:09:33.382Z Downloaded crc-any v2.5.0
4212024-10-31T17:09:33.385Z Downloaded parse-size v1.0.0
4222024-10-31T17:09:33.385Z Downloaded oso-derive v0.27.3
4232024-10-31T17:09:33.387Z Downloaded unarray v0.1.4
4242024-10-31T17:09:33.387Z Downloaded proc-macro-error v1.0.4
4252024-10-31T17:09:33.390Z Downloaded toml_edit v0.19.15
4262024-10-31T17:09:33.406Z Downloaded rstest_macros v0.23.0
4272024-10-31T17:09:33.409Z Downloaded clap_lex v0.7.2
4282024-10-31T17:09:33.411Z Downloaded scroll_derive v0.12.0
4292024-10-31T17:09:33.414Z Downloaded uuid v1.10.0
4302024-10-31T17:09:33.416Z Downloaded fallible-iterator v0.2.0
4312024-10-31T17:09:33.419Z Downloaded linear-map v1.2.0
4322024-10-31T17:09:33.419Z Downloaded deranged v0.3.11
4332024-10-31T17:09:33.421Z Downloaded ctr v0.9.2
4342024-10-31T17:09:33.424Z Downloaded crossbeam-epoch v0.9.18
4352024-10-31T17:09:33.426Z Downloaded clang-sys v1.8.1
4362024-10-31T17:09:33.428Z Downloaded typenum v1.17.0
4372024-10-31T17:09:33.431Z Downloaded structmeta-derive v0.3.0
4382024-10-31T17:09:33.431Z Downloaded hyper v1.4.1
4392024-10-31T17:09:33.437Z Downloaded pem-rfc7468 v0.7.0
4402024-10-31T17:09:33.439Z Downloaded linked-hash-map v0.5.6
4412024-10-31T17:09:33.441Z Downloaded fd-lock v4.0.2
4422024-10-31T17:09:33.443Z Downloaded fallible-iterator v0.3.0
4432024-10-31T17:09:33.445Z Downloaded vsss-rs v3.3.4
4442024-10-31T17:09:33.448Z Downloaded derive_builder_core v0.20.2
4452024-10-31T17:09:33.450Z Downloaded http v1.1.0
4462024-10-31T17:09:33.452Z Downloaded usdt-attr-macro v0.5.0
4472024-10-31T17:09:33.455Z Downloaded num-derive v0.4.2
4482024-10-31T17:09:33.455Z Downloaded slog v2.7.0
4492024-10-31T17:09:33.458Z Downloaded pin-utils v0.1.0
4502024-10-31T17:09:33.461Z Downloaded predicates-core v1.0.8
4512024-10-31T17:09:33.461Z Downloaded der_derive v0.7.3
4522024-10-31T17:09:33.463Z Downloaded x509-cert v0.2.5
4532024-10-31T17:09:33.468Z Downloaded tracing-core v0.1.32
4542024-10-31T17:09:33.471Z Downloaded instant v0.1.13
4552024-10-31T17:09:33.473Z Downloaded embedded-io v0.6.1
4562024-10-31T17:09:33.476Z Downloaded predicates-tree v1.0.11
4572024-10-31T17:09:33.479Z Downloaded normalize-line-endings v0.3.0
4582024-10-31T17:09:33.479Z Downloaded pretty-hex v0.2.1
4592024-10-31T17:09:33.479Z Downloaded precomputed-hash v0.1.1
4602024-10-31T17:09:33.479Z Downloaded libloading v0.8.5
4612024-10-31T17:09:33.482Z Downloaded pkcs5 v0.7.1
4622024-10-31T17:09:33.485Z Downloaded clap v4.5.20
4632024-10-31T17:09:33.494Z Downloaded strum_macros v0.24.3
4642024-10-31T17:09:33.496Z Downloaded supports-color v3.0.1
4652024-10-31T17:09:33.499Z Downloaded signal-hook-tokio v0.3.1
4662024-10-31T17:09:33.499Z Downloaded sec1 v0.7.3
4672024-10-31T17:09:33.501Z Downloaded ucd-trie v0.1.7
4682024-10-31T17:09:33.503Z Downloaded untrusted v0.7.1
4692024-10-31T17:09:33.503Z Downloaded quinn v0.11.5
4702024-10-31T17:09:33.506Z Downloaded twox-hash v1.6.3
4712024-10-31T17:09:33.509Z Downloaded crossbeam-utils v0.8.20
4722024-10-31T17:09:33.511Z Downloaded yasna v0.5.2
4732024-10-31T17:09:33.514Z Downloaded slog-envlogger v2.2.0
4742024-10-31T17:09:33.516Z Downloaded toml v0.8.19
4752024-10-31T17:09:33.519Z Downloaded goblin v0.8.2
4762024-10-31T17:09:33.524Z Downloaded ena v0.14.3
4772024-10-31T17:09:33.526Z Downloaded difflib v0.4.0
4782024-10-31T17:09:33.529Z Downloaded waitgroup v0.1.2
4792024-10-31T17:09:33.529Z Downloaded schemars v0.8.21
4802024-10-31T17:09:33.539Z Downloaded memchr v2.7.4
4812024-10-31T17:09:33.545Z Downloaded internet-checksum v0.2.1
4822024-10-31T17:09:33.548Z Downloaded cstr-argument v0.1.2
4832024-10-31T17:09:33.548Z Downloaded crunchy v0.2.2
4842024-10-31T17:09:33.548Z Downloaded crucible-workspace-hack v0.1.0
4852024-10-31T17:09:33.551Z Downloaded num-iter v0.1.45
4862024-10-31T17:09:33.551Z Downloaded num-integer v0.1.46
4872024-10-31T17:09:33.553Z Downloaded maplit v1.0.2
4882024-10-31T17:09:33.553Z Downloaded num_enum_derive v0.5.11
4892024-10-31T17:09:33.556Z Downloaded managed v0.8.0
4902024-10-31T17:09:33.556Z Downloaded macaddr v1.0.1
4912024-10-31T17:09:33.558Z Downloaded lru-cache v0.1.2
4922024-10-31T17:09:33.558Z Downloaded universal-hash v0.5.1
4932024-10-31T17:09:33.561Z Downloaded num-complex v0.4.6
4942024-10-31T17:09:33.561Z Downloaded scroll v0.12.0
4952024-10-31T17:09:33.563Z Downloaded keccak v0.1.5
4962024-10-31T17:09:33.566Z Downloaded fatfs v0.3.6
4972024-10-31T17:09:33.568Z Downloaded scopeguard v1.2.0
4982024-10-31T17:09:33.568Z Downloaded openssl-sys v0.9.103
4992024-10-31T17:09:33.572Z Downloaded csv-core v0.1.11
5002024-10-31T17:09:33.575Z Downloaded secrecy v0.8.0
5012024-10-31T17:09:33.577Z Downloaded tokio-tungstenite v0.23.1
5022024-10-31T17:09:33.579Z Downloaded tokio-native-tls v0.3.1
5032024-10-31T17:09:33.581Z Downloaded stringmetrics v2.2.2
5042024-10-31T17:09:33.584Z Downloaded static_assertions v1.1.0
5052024-10-31T17:09:33.584Z Downloaded num-bigint v0.4.6
5062024-10-31T17:09:33.588Z Downloaded stable_deref_trait v1.2.0
5072024-10-31T17:09:33.590Z Downloaded console v0.15.8
5082024-10-31T17:09:33.594Z Downloaded unicode-xid v0.2.6
5092024-10-31T17:09:33.594Z Downloaded tokio-macros v2.4.0
5102024-10-31T17:09:33.596Z Downloaded rusqlite v0.32.1
5112024-10-31T17:09:33.601Z Downloaded strum_macros v0.26.4
5122024-10-31T17:09:33.604Z Downloaded enum-as-inner v0.5.1
5132024-10-31T17:09:33.606Z Downloaded tinyvec_macros v0.1.1
5142024-10-31T17:09:33.608Z Downloaded salty v0.3.0
5152024-10-31T17:09:33.613Z Downloaded embedded-io v0.4.0
5162024-10-31T17:09:33.615Z Downloaded tower-service v0.3.3
5172024-10-31T17:09:33.617Z Downloaded crypto-common v0.1.6
5182024-10-31T17:09:33.617Z Downloaded which v4.4.2
5192024-10-31T17:09:33.620Z Downloaded num-rational v0.4.2
5202024-10-31T17:09:33.620Z Downloaded ppv-lite86 v0.2.20
5212024-10-31T17:09:33.622Z Downloaded nu-ansi-term v0.50.1
5222024-10-31T17:09:33.624Z Downloaded rustc-demangle v0.1.24
5232024-10-31T17:09:33.626Z Downloaded ssh-cipher v0.2.0
5242024-10-31T17:09:33.626Z Downloaded sct v0.7.1
5252024-10-31T17:09:33.630Z Downloaded russh-keys v0.45.0
5262024-10-31T17:09:33.633Z Downloaded parking v2.2.1
5272024-10-31T17:09:33.636Z Downloaded itoa v1.0.11
5282024-10-31T17:09:33.636Z Downloaded tokio-tungstenite v0.21.0
5292024-10-31T17:09:33.639Z Downloaded opaque-debug v0.3.1
5302024-10-31T17:09:33.642Z Downloaded diesel_derives v2.2.3
5312024-10-31T17:09:33.645Z Downloaded libxml v0.3.3
5322024-10-31T17:09:33.649Z Downloaded quick-error v1.2.3
5332024-10-31T17:09:33.654Z Downloaded rand_seeder v0.3.0
5342024-10-31T17:09:33.654Z Downloaded minimal-lexical v0.2.1
5352024-10-31T17:09:33.657Z Downloaded walkdir v2.5.0
5362024-10-31T17:09:33.659Z Downloaded kstat-rs v0.2.4
5372024-10-31T17:09:33.662Z Downloaded slog-scope v4.4.0
5382024-10-31T17:09:33.662Z Downloaded progenitor-client v0.8.0
5392024-10-31T17:09:33.665Z Downloaded slog-json v2.6.1
5402024-10-31T17:09:33.665Z Downloaded num-bigint-dig v0.8.4
5412024-10-31T17:09:33.681Z Downloaded h2 v0.3.26
5422024-10-31T17:09:33.681Z Downloaded pathdiff v0.2.2
5432024-10-31T17:09:33.681Z Downloaded newline-converter v0.3.0
5442024-10-31T17:09:33.682Z Downloaded slog-stdlog v4.1.1
5452024-10-31T17:09:33.682Z Downloaded thiserror-impl-no-std v2.0.2
5462024-10-31T17:09:33.682Z Downloaded dirs-next v2.0.0
5472024-10-31T17:09:33.685Z Downloaded whoami v1.5.2
5482024-10-31T17:09:33.685Z Downloaded pin-project v1.1.6
5492024-10-31T17:09:33.694Z Downloaded const_format_proc_macros v0.2.33
5502024-10-31T17:09:33.697Z Downloaded pretty-hex v0.4.1
5512024-10-31T17:09:33.700Z Downloaded jobserver v0.1.32
5522024-10-31T17:09:33.702Z Downloaded compact_str v0.8.0
5532024-10-31T17:09:33.704Z Downloaded snafu v0.8.5
5542024-10-31T17:09:33.710Z Downloaded peg-macros v0.8.4
5552024-10-31T17:09:33.712Z Downloaded kv-log-macro v1.0.7
5562024-10-31T17:09:33.714Z Downloaded oorandom v11.1.4
5572024-10-31T17:09:33.717Z Downloaded smawk v0.3.2
5582024-10-31T17:09:33.717Z Downloaded derive-where v1.2.7
5592024-10-31T17:09:33.719Z Downloaded libefi-sys v0.1.0
5602024-10-31T17:09:33.722Z Downloaded tungstenite v0.24.0
5612024-10-31T17:09:33.724Z Downloaded matches v0.1.10
5622024-10-31T17:09:33.727Z Downloaded tui-tree-widget v0.22.0
5632024-10-31T17:09:33.727Z Downloaded tiny-keccak v2.0.2
5642024-10-31T17:09:33.729Z Downloaded sha2 v0.10.8
5652024-10-31T17:09:33.732Z Downloaded ref-cast v1.0.23
5662024-10-31T17:09:33.736Z Downloaded hkdf v0.12.4
5672024-10-31T17:09:33.738Z Downloaded password-hash v0.4.2
5682024-10-31T17:09:33.740Z Downloaded thiserror-no-std v2.0.2
5692024-10-31T17:09:33.743Z Downloaded thiserror-impl v1.0.64
5702024-10-31T17:09:33.745Z Downloaded progenitor v0.8.0
5712024-10-31T17:09:33.748Z Downloaded mime v0.3.17
5722024-10-31T17:09:33.748Z Downloaded memoffset v0.9.1
5732024-10-31T17:09:33.751Z Downloaded num-traits v0.2.19
5742024-10-31T17:09:33.754Z Downloaded tokio-postgres v0.7.12
5752024-10-31T17:09:33.757Z Downloaded mio v1.0.2
5762024-10-31T17:09:33.762Z Downloaded relative-path v1.9.3
5772024-10-31T17:09:33.764Z Downloaded blake3 v1.5.4
5782024-10-31T17:09:33.770Z Downloaded ron v0.8.1
5792024-10-31T17:09:33.776Z Downloaded serde-big-array v0.5.1
5802024-10-31T17:09:33.778Z Downloaded zone v0.3.0
5812024-10-31T17:09:33.780Z Downloaded zone v0.1.8
5822024-10-31T17:09:33.780Z Downloaded salsa20 v0.10.2
5832024-10-31T17:09:33.783Z Downloaded owo-colors v4.1.0
5842024-10-31T17:09:33.785Z Downloaded once_cell v1.20.2
5852024-10-31T17:09:33.788Z Downloaded pest_meta v2.7.14
5862024-10-31T17:09:33.788Z Downloaded nodrop v0.1.14
5872024-10-31T17:09:33.790Z Downloaded match_cfg v0.1.0
5882024-10-31T17:09:33.790Z Downloaded usdt-macro v0.5.0
5892024-10-31T17:09:33.792Z Downloaded datatest-stable v0.2.9
5902024-10-31T17:09:33.795Z Downloaded unsafe-libyaml v0.2.11
5912024-10-31T17:09:33.797Z Downloaded dirs-sys-next v0.1.2
5922024-10-31T17:09:33.800Z Downloaded digest v0.10.7
5932024-10-31T17:09:33.803Z Downloaded md-5 v0.10.6
5942024-10-31T17:09:33.803Z Downloaded tracing-attributes v0.1.27
5952024-10-31T17:09:33.805Z Downloaded time-macros v0.2.18
5962024-10-31T17:09:33.808Z Downloaded russh v0.45.0
5972024-10-31T17:09:33.811Z Downloaded enum-as-inner v0.6.1
5982024-10-31T17:09:33.814Z Downloaded hyper v0.14.30
5992024-10-31T17:09:33.820Z Downloaded serde-hex v0.1.0
6002024-10-31T17:09:33.823Z Downloaded vte_generate_state_changes v0.1.2
6012024-10-31T17:09:33.825Z Downloaded pest_derive v2.7.14
6022024-10-31T17:09:33.825Z Downloaded olpc-cjson v0.1.4
6032024-10-31T17:09:33.827Z Downloaded signal-hook-mio v0.2.4
6042024-10-31T17:09:33.827Z Downloaded shlex v1.3.0
6052024-10-31T17:09:33.830Z Downloaded toml v0.7.8
6062024-10-31T17:09:33.832Z Downloaded tinyvec v1.8.0
6072024-10-31T17:09:33.835Z Downloaded md5 v0.7.0
6082024-10-31T17:09:33.837Z Downloaded rustc-hash v2.0.0
6092024-10-31T17:09:33.838Z Downloaded path-tree v0.8.1
6102024-10-31T17:09:33.840Z Downloaded ed25519 v2.2.3
6112024-10-31T17:09:33.842Z Downloaded typed-path v0.7.1
6122024-10-31T17:09:33.846Z Downloaded sqlparser v0.45.0
6132024-10-31T17:09:33.851Z Downloaded lru v0.12.5
6142024-10-31T17:09:33.854Z Downloaded serde v1.0.210
6152024-10-31T17:09:33.856Z Downloaded cobs v0.2.3
6162024-10-31T17:09:33.858Z Downloaded proptest v1.5.0
6172024-10-31T17:09:33.866Z Downloaded termtree v0.4.1
6182024-10-31T17:09:33.868Z Downloaded derive_builder_macro v0.20.2
6192024-10-31T17:09:33.868Z Downloaded des v0.8.1
6202024-10-31T17:09:33.871Z Downloaded sync_wrapper v1.0.1
6212024-10-31T17:09:33.871Z Downloaded flagset v0.4.6
6222024-10-31T17:09:33.873Z Downloaded ff v0.13.0
6232024-10-31T17:09:33.873Z Downloaded debug-ignore v1.0.5
6242024-10-31T17:09:33.876Z Downloaded structmeta v0.2.0
6252024-10-31T17:09:33.876Z Downloaded time v0.3.36
6262024-10-31T17:09:33.883Z Downloaded event-listener-strategy v0.5.2
6272024-10-31T17:09:33.885Z Downloaded unicode_categories v0.1.1
6282024-10-31T17:09:33.888Z Downloaded rustc_version v0.4.1
6292024-10-31T17:09:33.888Z Downloaded plotters-svg v0.3.7
6302024-10-31T17:09:33.888Z Downloaded value-bag v1.9.0
6312024-10-31T17:09:33.891Z Downloaded uzers v0.12.1
6322024-10-31T17:09:33.897Z Downloaded parking_lot v0.11.2
6332024-10-31T17:09:33.897Z Downloaded zone_cfg_derive v0.1.2
6342024-10-31T17:09:33.897Z Downloaded idna v0.2.3
6352024-10-31T17:09:33.902Z Downloaded new_debug_unreachable v1.0.6
6362024-10-31T17:09:33.905Z Downloaded data-encoding v2.6.0
6372024-10-31T17:09:33.905Z Downloaded unicode-properties v0.1.3
6382024-10-31T17:09:33.907Z Downloaded rustc_version v0.1.7
6392024-10-31T17:09:33.907Z Downloaded wait-timeout v0.2.0
6402024-10-31T17:09:33.909Z Downloaded rustfmt-wrapper v0.2.1
6412024-10-31T17:09:33.910Z Downloaded event-listener v5.3.1
6422024-10-31T17:09:33.912Z Downloaded trybuild v1.0.100
6432024-10-31T17:09:33.916Z Downloaded crypto-bigint v0.5.5
6442024-10-31T17:09:33.922Z Downloaded usdt-impl v0.5.0
6452024-10-31T17:09:33.925Z Downloaded dyn-clone v1.0.17
6462024-10-31T17:09:33.927Z Downloaded env_filter v0.1.2
6472024-10-31T17:09:33.927Z Downloaded shell-words v1.1.0
6482024-10-31T17:09:33.930Z Downloaded tabwriter v1.4.0
6492024-10-31T17:09:33.930Z Downloaded rand_distr v0.4.3
6502024-10-31T17:09:33.932Z Downloaded bindgen v0.69.5
6512024-10-31T17:09:33.938Z Downloaded plotters-backend v0.3.7
6522024-10-31T17:09:33.941Z Downloaded parking_lot_core v0.9.10
6532024-10-31T17:09:33.943Z Downloaded const_format v0.2.33
6542024-10-31T17:09:33.946Z Downloaded quinn-proto v0.11.8
6552024-10-31T17:09:33.952Z Downloaded rustls-webpki v0.102.8
6562024-10-31T17:09:33.970Z Downloaded curve25519-dalek-derive v0.1.1
6572024-10-31T17:09:33.972Z Downloaded take_mut v0.2.2
6582024-10-31T17:09:33.972Z Downloaded similar-asserts v1.6.0
6592024-10-31T17:09:33.975Z Downloaded derive_builder v0.20.2
6602024-10-31T17:09:33.978Z Downloaded rust-argon2 v2.1.0
6612024-10-31T17:09:33.982Z Downloaded mockall v0.13.0
6622024-10-31T17:09:33.985Z Downloaded vte v0.11.1
6632024-10-31T17:09:33.985Z Downloaded event-listener v2.5.3
6642024-10-31T17:09:33.985Z Downloaded const-oid v0.9.6
6652024-10-31T17:09:33.988Z Downloaded signal-hook v0.3.17
6662024-10-31T17:09:33.991Z Downloaded idna v0.5.0
6672024-10-31T17:09:33.995Z Downloaded pin-project-lite v0.2.14
6682024-10-31T17:09:34.000Z Downloaded mime_guess v2.0.5
6692024-10-31T17:09:34.003Z Downloaded env_logger v0.10.2
6702024-10-31T17:09:34.005Z Downloaded tracing v0.1.40
6712024-10-31T17:09:34.008Z Downloaded darling v0.20.10
6722024-10-31T17:09:34.012Z Downloaded zerocopy-derive v0.7.35
6732024-10-31T17:09:34.016Z Downloaded plotters v0.3.7
6742024-10-31T17:09:34.025Z Downloaded multer v3.1.0
6752024-10-31T17:09:34.027Z Downloaded test-strategy v0.3.1
6762024-10-31T17:09:34.030Z Downloaded serde_derive v1.0.210
6772024-10-31T17:09:34.033Z Downloaded tungstenite v0.23.0
6782024-10-31T17:09:34.037Z Downloaded native-tls v0.2.12
6792024-10-31T17:09:34.039Z Downloaded itertools v0.10.5
6802024-10-31T17:09:34.044Z Downloaded reedline v0.35.0
6812024-10-31T17:09:34.051Z Downloaded miniz_oxide v0.8.0
6822024-10-31T17:09:34.054Z Downloaded mockall_derive v0.13.0
6832024-10-31T17:09:34.056Z Downloaded derive_more v0.99.18
6842024-10-31T17:09:34.060Z Downloaded bstr v1.10.0
6852024-10-31T17:09:34.069Z Downloaded polling v3.7.3
6862024-10-31T17:09:34.072Z Downloaded darling_core v0.20.10
6872024-10-31T17:09:34.077Z Downloaded unicode-segmentation v1.12.0
6882024-10-31T17:09:34.080Z Downloaded parking_lot_core v0.8.6
6892024-10-31T17:09:34.082Z Downloaded textwrap v0.16.1
6902024-10-31T17:09:34.084Z Downloaded expectorate v1.1.0
6912024-10-31T17:09:34.087Z Downloaded tokio-util v0.7.12
6922024-10-31T17:09:34.093Z Downloaded itertools v0.12.1
6932024-10-31T17:09:34.100Z Downloaded der v0.7.9
6942024-10-31T17:09:34.105Z Downloaded chrono-tz v0.10.0
6952024-10-31T17:09:34.111Z Downloaded git2 v0.19.0
6962024-10-31T17:09:34.119Z Downloaded tough v0.17.1
6972024-10-31T17:09:34.127Z Downloaded regex v1.11.0
6982024-10-31T17:09:34.139Z Downloaded webpki-roots v0.26.6
6992024-10-31T17:09:34.143Z Downloaded serde_json v1.0.128
7002024-10-31T17:09:34.150Z Downloaded unicode-normalization v0.1.24
7012024-10-31T17:09:34.153Z Downloaded idna v0.4.0
7022024-10-31T17:09:34.159Z Downloaded crossterm v0.28.1
7032024-10-31T17:09:34.165Z Downloaded parse-zoneinfo v0.3.1
7042024-10-31T17:09:34.168Z Downloaded itertools v0.13.0
7052024-10-31T17:09:34.174Z Downloaded smoltcp v0.9.1
7062024-10-31T17:09:34.185Z Downloaded vcpkg v0.2.15
7072024-10-31T17:09:34.222Z Downloaded clap_builder v4.5.20
7082024-10-31T17:09:34.228Z Downloaded nom v7.1.3
7092024-10-31T17:09:34.233Z Downloaded dropshot v0.12.0
7102024-10-31T17:09:34.253Z Downloaded rustls-webpki v0.101.7
7112024-10-31T17:09:34.267Z Downloaded winnow v0.6.20
7122024-10-31T17:09:34.275Z Downloaded lalrpop v0.19.12
7132024-10-31T17:09:34.286Z Downloaded tabled v0.15.0
7142024-10-31T17:09:34.300Z Downloaded object v0.30.4
7152024-10-31T17:09:34.309Z Downloaded openssl v0.10.66
7162024-10-31T17:09:34.318Z Downloaded hickory-proto v0.24.1
7172024-10-31T17:09:34.333Z Downloaded regex-syntax v0.6.29
7182024-10-31T17:09:34.340Z Downloaded winnow v0.5.40
7192024-10-31T17:09:34.348Z Downloaded diesel v2.2.4
7202024-10-31T17:09:34.366Z Downloaded openapiv3 v2.0.0
7212024-10-31T17:09:34.377Z Downloaded sled v0.34.7
7222024-10-31T17:09:34.386Z Downloaded rustls v0.22.4
7232024-10-31T17:09:34.398Z Downloaded bzip2-sys v0.1.11+1.0.8
7242024-10-31T17:09:34.410Z Downloaded nix v0.28.0
7252024-10-31T17:09:34.421Z Downloaded rustix v0.38.37
7262024-10-31T17:09:34.443Z Downloaded ratatui v0.28.1
7272024-10-31T17:09:34.461Z Downloaded curve25519-dalek v4.1.3
7282024-10-31T17:09:34.469Z Downloaded nix v0.29.0
7292024-10-31T17:09:34.481Z Downloaded trust-dns-proto v0.22.0
7302024-10-31T17:09:34.492Z Downloaded unicode-width v0.1.14
7312024-10-31T17:09:34.497Z Downloaded rustls v0.23.14
7322024-10-31T17:09:34.508Z Downloaded rustls v0.21.12
7332024-10-31T17:09:34.519Z Downloaded smoltcp v0.11.0
7342024-10-31T17:09:34.531Z Downloaded polar-core v0.27.3
7352024-10-31T17:09:34.540Z Downloaded regress v0.10.1
7362024-10-31T17:09:34.547Z Downloaded regex-syntax v0.8.5
7372024-10-31T17:09:34.555Z Downloaded regress v0.9.1
7382024-10-31T17:09:34.563Z Downloaded tokio v1.40.0
7392024-10-31T17:09:34.599Z Downloaded libz-sys v1.1.20
7402024-10-31T17:09:34.620Z Downloaded typify-impl v0.2.0
7412024-10-31T17:09:34.635Z Downloaded object v0.36.5
7422024-10-31T17:09:34.646Z Downloaded lzma-sys v0.1.20
7432024-10-31T17:09:34.676Z Downloaded syn v2.0.79
7442024-10-31T17:09:34.686Z Downloaded regex-automata v0.4.8
7452024-10-31T17:09:34.703Z Downloaded syn v1.0.109
7462024-10-31T17:09:34.714Z Downloaded zerocopy-derive v0.6.6
7472024-10-31T17:09:34.724Z Downloaded encoding_rs v0.8.34
7482024-10-31T17:09:34.744Z Downloaded nix v0.27.1
7492024-10-31T17:09:34.756Z Downloaded idna v0.3.0
7502024-10-31T17:09:34.762Z Downloaded petgraph v0.6.5
7512024-10-31T17:09:34.780Z Downloaded gimli v0.31.1
7522024-10-31T17:09:34.790Z Downloaded libgit2-sys v0.17.0+1.8.1
7532024-10-31T17:09:34.845Z Downloaded libc v0.2.161
7542024-10-31T17:09:34.872Z Downloaded zerocopy v0.7.35
7552024-10-31T17:09:34.887Z Downloaded rayon v1.10.0
7562024-10-31T17:09:34.898Z Downloaded p384 v0.13.0
7572024-10-31T17:09:34.902Z Downloaded radix_trie v0.2.1
7582024-10-31T17:09:34.907Z Downloaded unicase v2.7.0
7592024-10-31T17:09:34.910Z Downloaded csv v1.3.0
7602024-10-31T17:09:34.928Z Downloaded spin v0.9.8
7612024-10-31T17:09:34.931Z Downloaded sha3 v0.10.8
7622024-10-31T17:09:34.935Z Downloaded serde_derive_internals v0.29.1
7632024-10-31T17:09:34.938Z Downloaded ssh-key v0.6.6
7642024-10-31T17:09:34.945Z Downloaded pest v2.7.14
7652024-10-31T17:09:34.950Z Downloaded poly1305 v0.8.0
7662024-10-31T17:09:34.952Z Downloaded parking_lot v0.12.3
7672024-10-31T17:09:34.955Z Downloaded rustls-pki-types v1.9.0
7682024-10-31T17:09:34.958Z Downloaded quick-xml v0.33.0
7692024-10-31T17:09:34.964Z Downloaded steno v0.4.1
7702024-10-31T17:09:34.968Z Downloaded serde_with v3.11.0
7712024-10-31T17:09:34.976Z Downloaded ecdsa v0.16.9
7722024-10-31T17:09:34.979Z Downloaded omicron-zone-package v0.11.1
7732024-10-31T17:09:34.985Z Downloaded proc-macro-crate v3.2.0
7742024-10-31T17:09:34.985Z Downloaded peg v0.8.4
7752024-10-31T17:09:34.987Z Downloaded httpmock v0.8.0-alpha.1
7762024-10-31T17:09:35.003Z Downloaded strsim v0.11.1
7772024-10-31T17:09:35.005Z Downloaded tinytemplate v1.2.1
7782024-10-31T17:09:35.007Z Downloaded dhcproto v0.12.0
7792024-10-31T17:09:35.010Z Downloaded proc-macro2 v1.0.87
7802024-10-31T17:09:35.013Z Downloaded p256 v0.13.2
7812024-10-31T17:09:35.015Z Downloaded log v0.4.22
7822024-10-31T17:09:35.018Z Downloaded ring v0.17.8
7832024-10-31T17:09:35.085Z Downloaded rustls-native-certs v0.7.3
7842024-10-31T17:09:35.088Z Downloaded qorb v0.1.2
7852024-10-31T17:09:35.095Z Downloaded chrono v0.4.38
7862024-10-31T17:09:35.097Z Downloaded sync_wrapper v0.1.2
7872024-10-31T17:09:35.101Z Downloaded progenitor-impl v0.8.0
7882024-10-31T17:09:35.101Z Downloaded rayon-core v1.12.1
7892024-10-31T17:09:35.105Z Downloaded spin v0.5.2
7902024-10-31T17:09:35.108Z Downloaded smf v0.2.3
7912024-10-31T17:09:35.108Z Downloaded siphasher v0.3.11
7922024-10-31T17:09:35.108Z Downloaded powerfmt v0.2.0
7932024-10-31T17:09:35.108Z Downloaded pbkdf2 v0.12.2
7942024-10-31T17:09:35.110Z Downloaded lock_api v0.4.12
7952024-10-31T17:09:35.110Z Downloaded env_logger v0.11.5
7962024-10-31T17:09:35.113Z Downloaded rcgen v0.12.1
7972024-10-31T17:09:35.115Z Downloaded yansi v1.0.1
7982024-10-31T17:09:35.120Z Downloaded reqwest v0.12.8
7992024-10-31T17:09:35.125Z Downloaded thiserror v1.0.64
8002024-10-31T17:09:35.130Z Downloaded rustyline v14.0.0
8012024-10-31T17:09:35.134Z Downloaded newtype_derive v0.1.6
8022024-10-31T17:09:35.138Z Downloaded ron v0.7.1
8032024-10-31T17:09:35.141Z Downloaded socket2 v0.5.7
8042024-10-31T17:09:35.144Z Downloaded topological-sort v0.2.2
8052024-10-31T17:09:35.144Z Downloaded reqwest v0.11.27
8062024-10-31T17:09:35.150Z Downloaded slog-dtrace v0.3.0
8072024-10-31T17:09:35.152Z Downloaded psl-types v2.0.11
8082024-10-31T17:09:35.152Z Downloaded libm v0.2.8
8092024-10-31T17:09:35.161Z Downloaded rsa v0.9.6
8102024-10-31T17:09:35.164Z Downloaded serde_yaml v0.9.34+deprecated
8112024-10-31T17:09:35.167Z Downloaded instability v0.3.2
8122024-10-31T17:09:35.169Z Downloaded scrypt v0.11.0
8132024-10-31T17:09:35.169Z Downloaded rand_xorshift v0.3.0
8142024-10-31T17:09:35.172Z Downloaded zerocopy v0.6.6
8152024-10-31T17:09:35.175Z Downloaded rand v0.8.5
8162024-10-31T17:09:35.177Z Downloaded publicsuffix v2.2.3
8172024-10-31T17:09:35.179Z Downloaded criterion v0.5.1
8182024-10-31T17:09:35.185Z Downloaded portable-atomic v1.9.0
8192024-10-31T17:09:35.197Z Downloaded hashbrown v0.15.0
8202024-10-31T17:09:35.203Z Downloaded aho-corasick v1.1.3
8212024-10-31T17:09:35.207Z Downloaded hashbrown v0.14.5
8222024-10-31T17:09:35.212Z Downloaded bitvec v1.0.1
8232024-10-31T17:09:35.228Z Downloaded concurrent-queue v2.5.0
8242024-10-31T17:09:35.230Z Downloaded predicates v3.1.2
8252024-10-31T17:09:35.233Z Downloaded parse-display-derive v0.10.0
8262024-10-31T17:09:35.233Z Downloaded vergen v8.3.2
8272024-10-31T17:09:35.236Z Downloaded signal-hook-registry v1.4.2
8282024-10-31T17:09:35.236Z Downloaded clap_derive v4.5.18
8292024-10-31T17:09:35.239Z Downloaded crossbeam-channel v0.5.13
8302024-10-31T17:09:35.242Z Downloaded async-std v1.13.0
8312024-10-31T17:09:35.260Z Downloaded toml_edit v0.22.22
8322024-10-31T17:09:35.281Z Downloaded structmeta v0.3.0
8332024-10-31T17:09:35.283Z Downloaded unicode-bidi v0.3.17
8342024-10-31T17:09:35.291Z Downloaded pretty_assertions v1.4.1
8352024-10-31T17:09:35.294Z Downloaded serde_with_macros v3.11.0
8362024-10-31T17:09:35.294Z Downloaded dropshot_endpoint v0.12.0
8372024-10-31T17:09:35.294Z Downloaded tar v0.4.42
8382024-10-31T17:09:35.294Z Downloaded hickory-resolver v0.24.1
8392024-10-31T17:09:35.297Z Downloaded futures-util v0.3.31
8402024-10-31T17:09:35.308Z Downloaded ed25519-dalek v2.1.1
8412024-10-31T17:09:35.311Z Downloaded pkcs1 v0.7.5
8422024-10-31T17:09:35.313Z Downloaded sha1 v0.10.6
8432024-10-31T17:09:35.316Z Downloaded slab v0.4.9
8442024-10-31T17:09:35.316Z Downloaded schemars_derive v0.8.21
8452024-10-31T17:09:35.318Z Downloaded rand_core v0.6.4
8462024-10-31T17:09:35.318Z Downloaded rand_chacha v0.3.1
8472024-10-31T17:09:35.321Z Downloaded dsl_auto_type v0.1.2
8482024-10-31T17:09:35.321Z Downloaded termios v0.3.3
8492024-10-31T17:09:35.324Z Downloaded terminal_size v0.4.0
8502024-10-31T17:09:35.324Z Downloaded ryu v1.0.18
8512024-10-31T17:09:35.327Z Downloaded tokio-rustls v0.26.0
8522024-10-31T17:09:35.330Z Downloaded tokio-rustls v0.24.1
8532024-10-31T17:09:35.330Z Downloaded elliptic-curve v0.13.8
8542024-10-31T17:09:35.335Z Downloaded nibble_vec v0.1.0
8552024-10-31T17:09:35.338Z Downloaded termcolor v1.4.1
8562024-10-31T17:09:35.338Z Downloaded rstest v0.23.0
8572024-10-31T17:09:35.342Z Downloaded lazycell v1.3.0
8582024-10-31T17:09:35.345Z Downloaded ssh-encoding v0.2.0
8592024-10-31T17:09:35.345Z Downloaded snafu-derive v0.8.5
8602024-10-31T17:09:35.347Z Downloaded indexmap v2.6.0
8612024-10-31T17:09:35.350Z Downloaded unicode-linebreak v0.1.5
8622024-10-31T17:09:35.350Z Downloaded structmeta-derive v0.2.0
8632024-10-31T17:09:35.353Z Downloaded ipnet v2.10.1
8642024-10-31T17:09:35.353Z Downloaded tokio-rustls v0.25.0
8652024-10-31T17:09:35.355Z Downloaded aes v0.8.4
8662024-10-31T17:09:35.358Z Downloaded rtoolbox v0.0.2
8672024-10-31T17:09:35.362Z Downloaded phf_shared v0.11.2
8682024-10-31T17:09:35.363Z Downloaded samael v0.0.17
8692024-10-31T17:09:35.366Z Downloaded prettyplease v0.2.22
8702024-10-31T17:09:35.369Z Downloaded nanorand v0.7.0
8712024-10-31T17:09:35.371Z Downloaded aes-gcm v0.10.3
8722024-10-31T17:09:35.374Z Downloaded ipnetwork v0.20.0
8732024-10-31T17:09:35.377Z Downloaded arc-swap v1.7.1
8742024-10-31T17:09:35.379Z Downloaded is_terminal_polyfill v1.70.1
8752024-10-31T17:09:35.382Z Downloaded is-terminal v0.4.13
8762024-10-31T17:09:35.382Z Downloaded bytes v1.7.2
8772024-10-31T17:09:35.386Z Downloaded base64 v0.13.1
8782024-10-31T17:09:35.389Z Downloaded dof v0.3.0
8792024-10-31T17:09:35.389Z Downloaded wyz v0.5.1
8802024-10-31T17:09:35.395Z Downloaded bcs v0.1.6
8812024-10-31T17:09:35.395Z Downloaded async-executor v1.13.1
8822024-10-31T17:09:35.398Z Downloaded bitflags v2.6.0
8832024-10-31T17:09:35.398Z Downloaded flume v0.11.0
8842024-10-31T17:09:35.401Z Downloaded thread_local v1.1.8
8852024-10-31T17:09:35.404Z Downloaded phf_codegen v0.11.2
8862024-10-31T17:09:35.404Z Downloaded slog-term v2.9.1
8872024-10-31T17:09:35.406Z Downloaded quote v1.0.37
8882024-10-31T17:09:35.409Z Downloaded getrandom v0.2.15
8892024-10-31T17:09:35.412Z Downloaded base64ct v1.6.0
8902024-10-31T17:09:35.414Z Downloaded httpdate v1.0.3
8912024-10-31T17:09:35.414Z Downloaded http-body v0.4.6
8922024-10-31T17:09:35.417Z Downloaded backoff v0.4.0
8932024-10-31T17:09:35.417Z Downloaded async-lock v3.4.0
8942024-10-31T17:09:35.420Z Downloaded async-bb8-diesel v0.2.1
8952024-10-31T17:09:35.423Z Downloaded anyhow v1.0.89
8962024-10-31T17:09:35.426Z Downloaded hyper-tls v0.6.0
8972024-10-31T17:09:35.426Z Downloaded hex-literal v0.4.1
8982024-10-31T17:09:35.429Z Downloaded cexpr v0.6.0
8992024-10-31T17:09:35.429Z Downloaded cassowary v0.3.0
9002024-10-31T17:09:35.432Z Downloaded futures-sink v0.3.31
9012024-10-31T17:09:35.432Z Downloaded futures-io v0.3.31
9022024-10-31T17:09:35.432Z Downloaded fragile v2.0.0
9032024-10-31T17:09:35.435Z Downloaded foreign-types-macros v0.2.3
9042024-10-31T17:09:35.435Z Downloaded castaway v0.2.3
9052024-10-31T17:09:35.438Z Downloaded cargo-platform v0.1.8
9062024-10-31T17:09:35.438Z Downloaded bytecount v0.6.8
9072024-10-31T17:09:35.438Z Downloaded blowfish v0.9.1
9082024-10-31T17:09:35.440Z Downloaded futures-core v0.3.31
9092024-10-31T17:09:35.440Z Downloaded pkcs8 v0.10.2
9102024-10-31T17:09:35.443Z Downloaded buf-list v1.0.3
9112024-10-31T17:09:35.445Z Downloaded blocking v1.6.1
9122024-10-31T17:09:35.449Z Downloaded bitfield-struct v0.6.2
9132024-10-31T17:09:35.449Z Downloaded async-global-executor v2.4.1
9142024-10-31T17:09:35.449Z Downloaded hyper-util v0.1.9
9152024-10-31T17:09:35.569Z Downloaded libsqlite3-sys v0.30.1
9162024-10-31T17:09:35.647Z Downloaded ring v0.16.20
9172024-10-31T17:09:35.993Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9182024-10-31T17:09:46.287Z Startup: Refreshing catalog 'helios-dev' ... Done
9192024-10-31T17:09:49.512Z Startup: Caching catalogs ... Done
9202024-10-31T17:09:56.587ZPlanning: Solver setup ... Done (6.314s)
9212024-10-31T17:09:56.679ZPlanning: Running solver ... Done (0.092s)
9222024-10-31T17:09:56.760ZPlanning: Finding local manifests ... Done (0.004s)
9232024-10-31T17:09:56.787ZPlanning: Fetching manifests: 0/5 0% complete
9242024-10-31T17:09:57.034ZPlanning: Fetching manifests: 5/5 100% complete
9252024-10-31T17:09:57.135ZPlanning: Package planning ... Done (0.099s)
9262024-10-31T17:09:57.189ZPlanning: Merging actions ... Done (0.055s)
9272024-10-31T17:09:57.383ZPlanning: Checking for conflicting actions ... Done (0.194s)
9282024-10-31T17:09:59.415ZPlanning: Consolidating action changes ... Done (2.030s)
9292024-10-31T17:09:59.842ZPlanning: Evaluating mediators ... Done (0.428s)
9302024-10-31T17:09:59.922ZPlanning: Planning completed in 10.32 seconds
9312024-10-31T17:09:59.936Z Packages to install: 4
9322024-10-31T17:09:59.936Z Packages to update: 1
9332024-10-31T17:09:59.940Z Mediators to change: 2
9342024-10-31T17:09:59.940Z Services to change: 1
9352024-10-31T17:09:59.940Z Estimated space available: 155.48 GB
9362024-10-31T17:09:59.940ZEstimated space to be consumed: 1.58 GB
9372024-10-31T17:09:59.940Z Create boot environment: No
9382024-10-31T17:09:59.940ZCreate backup boot environment: Yes
9392024-10-31T17:09:59.940Z Rebuild boot archive: No
9402024-10-31T17:09:59.940Z
9412024-10-31T17:09:59.940ZChanged mediators:
9422024-10-31T17:09:59.940Z mediator clang:
9432024-10-31T17:09:59.940Z version: None -> 15 (system default)
9442024-10-31T17:09:59.940Z
9452024-10-31T17:09:59.940Z mediator llvm:
9462024-10-31T17:09:59.940Z version: 14 (system default) -> 15 (system default)
9472024-10-31T17:09:59.940Z
9482024-10-31T17:09:59.941ZChanged packages:
9492024-10-31T17:09:59.941Zhelios-dev
9502024-10-31T17:09:59.941Z developer/build-essential
9512024-10-31T17:09:59.941Z None -> 11-2.0
9522024-10-31T17:09:59.941Z library/libxmlsec1
9532024-10-31T17:09:59.941Z None -> 1.2.35-2.0
9542024-10-31T17:09:59.941Z ooce/developer/clang-15
9552024-10-31T17:09:59.941Z None -> 15.0.7-2.0
9562024-10-31T17:09:59.941Z ooce/developer/llvm-15
9572024-10-31T17:09:59.941Z None -> 15.0.7-2.0
9582024-10-31T17:09:59.941Z package/pkg
9592024-10-31T17:09:59.941Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9602024-10-31T17:09:59.941Z
9612024-10-31T17:09:59.941ZServices:
9622024-10-31T17:09:59.941Z restart_fmri:
9632024-10-31T17:09:59.941Z svc:/system/update-man-index:default
9642024-10-31T17:09:59.941Z
9652024-10-31T17:09:59.941ZEditable files to change:
9662024-10-31T17:09:59.941Z Update:
9672024-10-31T17:09:59.941Z usr/share/lib/pkg/web/config.shtml
9682024-10-31T17:10:00.023Z
9692024-10-31T17:10:00.023ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9702024-10-31T17:10:05.022ZDownload: 874/4281 items 18.9/220.6MB 8% complete (3.9M/s)
9712024-10-31T17:10:10.024ZDownload: 1255/4281 items 106.2/220.6MB 48% complete (10.6M/s)
9722024-10-31T17:10:15.028ZDownload: 2666/4281 items 120.7/220.6MB 54% complete (10.2M/s)
9732024-10-31T17:10:26.207ZDownload: 3246/4281 items 203.1/220.6MB 92% complete (12.6M/s)
9742024-10-31T17:10:29.828ZDownload: Completed 220.60 MB in 29.80 seconds (7.4M/s)
9752024-10-31T17:10:31.782Z Actions: 1/5063 actions (Removing old actions)
9762024-10-31T17:10:31.803Z Actions: 194/5063 actions (Installing new actions)
9772024-10-31T17:10:36.501Z Actions: 4226/5063 actions (Updating modified actions)
9782024-10-31T17:10:36.819Z Actions: Completed 5063 actions in 5.04 seconds.
9792024-10-31T17:10:37.186Z Done (0.359s)
9802024-10-31T17:10:37.188Z Done (0.000s)
9812024-10-31T17:10:37.702Z Done (0.514s)
9822024-10-31T17:10:42.065Z Done (4.159s)
9832024-10-31T17:10:42.158Z Done (0.017s)
9842024-10-31T17:10:42.161Z Done (0.000s)
9852024-10-31T17:10:42.304Z Done (0.000s)
9862024-10-31T17:10:42.959ZPlanning: Evaluating mediator changes ... Done
9872024-10-31T17:10:43.120ZPlanning: Checking for conflicting actions ... Done
9882024-10-31T17:10:43.123ZPlanning: Consolidating action changes ... Done
9892024-10-31T17:10:43.388ZPlanning: Evaluating mediators ... Done
9902024-10-31T17:10:43.390ZPlanning: Planning completed in 0.43 seconds
9912024-10-31T17:10:43.429Z Mediators to change: 2
9922024-10-31T17:10:43.429Z Create boot environment: No
9932024-10-31T17:10:43.432ZCreate backup boot environment: No
9942024-10-31T17:10:43.498Z Done
9952024-10-31T17:10:43.498Z Done
9962024-10-31T17:10:43.864Z Done
9972024-10-31T17:10:47.496Z Done
9982024-10-31T17:10:47.593Z Done
9992024-10-31T17:10:47.596Z Done
10002024-10-31T17:10:47.695Z Done
10012024-10-31T17:10:48.318ZPlanning: Evaluating mediator changes ... Done
10022024-10-31T17:10:48.320ZPlanning: Merging actions ... Done
10032024-10-31T17:10:48.507ZPlanning: Checking for conflicting actions ... Done
10042024-10-31T17:10:48.509ZPlanning: Consolidating action changes ... Done
10052024-10-31T17:10:48.775ZPlanning: Evaluating mediators ... Done
10062024-10-31T17:10:48.829ZPlanning: Planning completed in 0.75 seconds
10072024-10-31T17:10:48.873Z Packages to change: 1
10082024-10-31T17:10:48.873Z Mediators to change: 1
10092024-10-31T17:10:48.873Z Services to change: 1
10102024-10-31T17:10:48.876Z Create boot environment: No
10112024-10-31T17:10:48.876ZCreate backup boot environment: Yes
10122024-10-31T17:10:50.948Z Actions: 1/6 actions (Updating modified actions)
10132024-10-31T17:10:50.951Z Actions: Completed 6 actions in 0.00 seconds.
10142024-10-31T17:10:50.951Z Done
10152024-10-31T17:10:50.951Z Done
10162024-10-31T17:10:51.051Z Done
10172024-10-31T17:10:54.571Z Done
10182024-10-31T17:10:54.656Z Done
10192024-10-31T17:10:54.658Z Done
10202024-10-31T17:10:54.834Z Done
10212024-10-31T17:10:55.274ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10222024-10-31T17:10:55.274Zclang system 15 system
10232024-10-31T17:10:55.274Zcsh system system illumos
10242024-10-31T17:10:55.274Zctags system system illumos
10252024-10-31T17:10:55.274Zgcc vendor 12 vendor
10262024-10-31T17:10:55.274Zgcc system 10 system
10272024-10-31T17:10:55.274Zgcc system 7 system
10282024-10-31T17:10:55.274Zgo system 1.20 system
10292024-10-31T17:10:55.274Zgo system 1.19 system
10302024-10-31T17:10:55.274Zllvm system 15 system
10312024-10-31T17:10:55.274Zllvm system 14 system
10322024-10-31T17:10:55.274Zmariadb system 10.6 system
10332024-10-31T17:10:55.274Zmta vendor vendor dma
10342024-10-31T17:10:55.274Zopenjdk system 17 system
10352024-10-31T17:10:55.274Zopenjdk system 11 system
10362024-10-31T17:10:55.274Zopenjdk system 1.8 system
10372024-10-31T17:10:55.274Zopenssl vendor 3 vendor
10382024-10-31T17:10:55.274Zperl system 5.36 system
10392024-10-31T17:10:55.274Zpostgresql system 15 system
10402024-10-31T17:10:55.274Zpostgresql system 13 system
10412024-10-31T17:10:55.274Zpython vendor 3 vendor
10422024-10-31T17:10:55.274Zpython system 2 system
10432024-10-31T17:10:55.274Zpython3 system 3.11 system
10442024-10-31T17:10:55.274Zruby system 3.0 system
10452024-10-31T17:10:55.274Zwords vendor vendor american-english
10462024-10-31T17:10:55.274Zwords system system australian-english
10472024-10-31T17:10:55.274Zwords system system british-english
10482024-10-31T17:10:55.274Zwords system system canadian-english
10492024-10-31T17:10:55.274Zwords system system french
10502024-10-31T17:10:55.274Zwords system system italian
10512024-10-31T17:10:55.274Zwords system system ngerman
10522024-10-31T17:10:55.274Zwords system system ogerman
10532024-10-31T17:10:55.275Zwords system system spanish
10542024-10-31T17:10:55.606ZPUBLISHER TYPE STATUS P LOCATION
10552024-10-31T17:10:55.606Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10562024-10-31T17:10:57.959ZFMRI IFO
10572024-10-31T17:10:57.959Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10582024-10-31T17:10:57.959Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10592024-10-31T17:10:57.959Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10602024-10-31T17:10:57.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10612024-10-31T17:10:57.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10622024-10-31T17:10:57.959Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10632024-10-31T17:10:57.959Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10642024-10-31T17:10:57.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10652024-10-31T17:10:57.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10662024-10-31T17:10:57.959Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10672024-10-31T17:10:57.959Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10682024-10-31T17:10:57.959Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10692024-10-31T17:10:57.959Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10702024-10-31T17:10:57.960Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10712024-10-31T17:10:57.960Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10722024-10-31T17:10:59.007Z Downloading crates ...
10732024-10-31T17:10:59.114Z Downloaded cargo_toml v0.20.5
10742024-10-31T17:10:59.250Z Compiling proc-macro2 v1.0.87
10752024-10-31T17:10:59.250Z Compiling unicode-ident v1.0.13
10762024-10-31T17:10:59.253Z Compiling version_check v0.9.5
10772024-10-31T17:10:59.253Z Compiling serde v1.0.210
10782024-10-31T17:10:59.253Z Compiling thiserror v1.0.64
10792024-10-31T17:10:59.253Z Compiling memchr v2.7.4
10802024-10-31T17:10:59.253Z Compiling libc v0.2.161
10812024-10-31T17:10:59.253Z Compiling itoa v1.0.11
10822024-10-31T17:10:59.494Z Compiling ucd-trie v0.1.7
10832024-10-31T17:10:59.498Z Compiling ryu v1.0.18
10842024-10-31T17:11:00.003Z Compiling once_cell v1.20.2
10852024-10-31T17:11:00.054Z Compiling byteorder v1.5.0
10862024-10-31T17:11:00.077Z Compiling rustix v0.38.37
10872024-10-31T17:11:00.080Z Compiling serde_json v1.0.128
10882024-10-31T17:11:00.435Z Compiling bitflags v2.6.0
10892024-10-31T17:11:00.516Z Compiling usdt-impl v0.5.0
10902024-10-31T17:11:00.794Z Compiling proc-macro-error-attr v1.0.4
10912024-10-31T17:11:00.855Z Compiling quote v1.0.37
10922024-10-31T17:11:00.855Z Compiling syn v1.0.109
10932024-10-31T17:11:00.994Z Compiling proc-macro-error v1.0.4
10942024-10-31T17:11:01.079Z Compiling log v0.4.22
10952024-10-31T17:11:01.153Z Compiling utf8parse v0.2.2
10962024-10-31T17:11:01.199Z Compiling syn v2.0.79
10972024-10-31T17:11:01.302Z Compiling errno v0.3.9
10982024-10-31T17:11:01.508Z Compiling hashbrown v0.15.0
10992024-10-31T17:11:01.529Z Compiling camino v1.1.9
11002024-10-31T17:11:01.545Z Compiling equivalent v1.0.1
11012024-10-31T17:11:01.582Z Compiling plain v0.2.3
11022024-10-31T17:11:01.862Z Compiling anstyle-parse v0.2.5
11032024-10-31T17:11:02.015Z Compiling thread-id v4.2.2
11042024-10-31T17:11:02.186Z Compiling anstyle v1.0.8
11052024-10-31T17:11:02.229Z Compiling semver v1.0.23
11062024-10-31T17:11:02.453Z Compiling autocfg v1.4.0
11072024-10-31T17:11:02.629Z Compiling indexmap v2.6.0
11082024-10-31T17:11:02.642Z Compiling is_terminal_polyfill v1.70.1
11092024-10-31T17:11:02.714Z Compiling pretty-hex v0.4.1
11102024-10-31T17:11:02.761Z Compiling colorchoice v1.0.2
11112024-10-31T17:11:02.764Z Compiling winnow v0.6.20
11122024-10-31T17:11:02.915Z Compiling unicode-width v0.1.14
11132024-10-31T17:11:02.927Z Compiling anstyle-query v1.1.1
11142024-10-31T17:11:03.078Z Compiling anstream v0.6.15
11152024-10-31T17:11:03.628Z Compiling terminal_size v0.4.0
11162024-10-31T17:11:03.640Z Compiling fs-err v2.11.0
11172024-10-31T17:11:03.832Z Compiling strsim v0.11.1
11182024-10-31T17:11:03.924Z Compiling heck v0.4.1
11192024-10-31T17:11:03.943Z Compiling fastrand v2.1.1
11202024-10-31T17:11:04.018Z Compiling clap_lex v0.7.2
11212024-10-31T17:11:04.299Z Compiling anyhow v1.0.89
11222024-10-31T17:11:04.410Z Compiling fnv v1.0.7
11232024-10-31T17:11:04.499Z Compiling bytecount v0.6.8
11242024-10-31T17:11:04.532Z Compiling heck v0.5.0
11252024-10-31T17:11:04.740Z Compiling cfg-if v1.0.0
11262024-10-31T17:11:04.853Z Compiling papergrid v0.11.0
11272024-10-31T17:11:05.084Z Compiling clap_builder v4.5.20
11282024-10-31T17:11:05.165Z Compiling tempfile v3.13.0
11292024-10-31T17:11:05.253Z Compiling memmap v0.7.0
11302024-10-31T17:11:05.266Z Compiling unicode-linebreak v0.1.5
11312024-10-31T17:11:05.592Z Compiling smawk v0.3.2
11322024-10-31T17:11:05.764Z Compiling textwrap v0.16.1
11332024-10-31T17:11:06.374Z Compiling swrite v0.1.0
11342024-10-31T17:11:07.544Z Compiling tabled_derive v0.7.0
11352024-10-31T17:11:09.137Z Compiling tabled v0.15.0
11362024-10-31T17:11:09.979Z Compiling serde_derive v1.0.210
11372024-10-31T17:11:09.982Z Compiling thiserror-impl v1.0.64
11382024-10-31T17:11:09.982Z Compiling zerocopy-derive v0.7.35
11392024-10-31T17:11:10.127Z Compiling scroll_derive v0.12.0
11402024-10-31T17:11:10.419Z Compiling clap_derive v4.5.18
11412024-10-31T17:11:11.477Z Compiling scroll v0.12.0
11422024-10-31T17:11:11.940Z Compiling goblin v0.8.2
11432024-10-31T17:11:11.971Z Compiling zerocopy v0.7.35
11442024-10-31T17:11:13.783Z Compiling clap v4.5.20
11452024-10-31T17:11:15.318Z Compiling pest v2.7.14
11462024-10-31T17:11:16.921Z Compiling pest_meta v2.7.14
11472024-10-31T17:11:17.985Z Compiling pest_generator v2.7.14
11482024-10-31T17:11:19.546Z Compiling pest_derive v2.7.14
11492024-10-31T17:11:19.789Z Compiling serde_tokenstream v0.2.2
11502024-10-31T17:11:19.898Z Compiling serde_spanned v0.6.8
11512024-10-31T17:11:19.941Z Compiling toml_datetime v0.6.8
11522024-10-31T17:11:20.146Z Compiling cargo-platform v0.1.8
11532024-10-31T17:11:20.226Z Compiling dtrace-parser v0.2.0
11542024-10-31T17:11:20.297Z Compiling toml_edit v0.22.22
11552024-10-31T17:11:20.440Z Compiling macaddr v1.0.1
11562024-10-31T17:11:20.714Z Compiling camino-tempfile v1.1.1
11572024-10-31T17:11:21.428Z Compiling dof v0.3.0
11582024-10-31T17:11:21.480Z Compiling cargo_metadata v0.18.1
11592024-10-31T17:11:23.164Z Compiling usdt-macro v0.5.0
11602024-10-31T17:11:23.164Z Compiling usdt-attr-macro v0.5.0
11612024-10-31T17:11:23.350Z Compiling toml v0.8.19
11622024-10-31T17:11:24.128Z Compiling cargo_toml v0.20.5
11632024-10-31T17:11:24.486Z Compiling usdt v0.5.0
11642024-10-31T17:11:27.704Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11652024-10-31T17:11:31.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.21s
11662024-10-31T17:11:31.728Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11672024-10-31T17:11:32.602Z Compiling serde v1.0.210
11682024-10-31T17:11:32.605Z Compiling typenum v1.17.0
11692024-10-31T17:11:32.605Z Compiling generic-array v0.14.7
11702024-10-31T17:11:32.605Z Compiling lock_api v0.4.12
11712024-10-31T17:11:32.605Z Compiling scopeguard v1.2.0
11722024-10-31T17:11:32.605Z Compiling subtle v2.6.1
11732024-10-31T17:11:32.744Z Compiling syn v2.0.79
11742024-10-31T17:11:32.755Z Compiling getrandom v0.2.15
11752024-10-31T17:11:32.855Z Compiling value-bag v1.9.0
11762024-10-31T17:11:33.035Z Compiling rand_core v0.6.4
11772024-10-31T17:11:33.113Z Compiling const-oid v0.9.6
11782024-10-31T17:11:33.162Z Compiling pin-project-lite v0.2.14
11792024-10-31T17:11:33.280Z Compiling log v0.4.22
11802024-10-31T17:11:33.300Z Compiling smallvec v1.13.2
11812024-10-31T17:11:33.447Z Compiling jobserver v0.1.32
11822024-10-31T17:11:33.557Z Compiling shlex v1.3.0
11832024-10-31T17:11:33.703Z Compiling parking_lot_core v0.9.10
11842024-10-31T17:11:33.719Z Compiling futures-core v0.3.31
11852024-10-31T17:11:33.969Z Compiling cc v1.1.30
11862024-10-31T17:11:33.969Z Compiling signal-hook-registry v1.4.2
11872024-10-31T17:11:34.145Z Compiling mio v1.0.2
11882024-10-31T17:11:34.364Z Compiling cpufeatures v0.2.14
11892024-10-31T17:11:34.461Z Compiling futures-sink v0.3.31
11902024-10-31T17:11:34.610Z Compiling parking_lot v0.12.3
11912024-10-31T17:11:34.787Z Compiling spin v0.9.8
11922024-10-31T17:11:34.816Z Compiling socket2 v0.5.7
11932024-10-31T17:11:35.172Z Compiling slab v0.4.9
11942024-10-31T17:11:35.217Z Compiling serde_json v1.0.128
11952024-10-31T17:11:35.376Z Compiling futures-channel v0.3.31
11962024-10-31T17:11:35.397Z Compiling pin-utils v0.1.0
11972024-10-31T17:11:35.486Z Compiling allocator-api2 v0.2.18
11982024-10-31T17:11:35.560Z Compiling foldhash v0.1.3
11992024-10-31T17:11:35.578Z Compiling tinyvec_macros v0.1.1
12002024-10-31T17:11:35.665Z Compiling futures-task v0.3.31
12012024-10-31T17:11:35.782Z Compiling futures-io v0.3.31
12022024-10-31T17:11:35.807Z Compiling tinyvec v1.8.0
12032024-10-31T17:11:35.825Z Compiling libm v0.2.8
12042024-10-31T17:11:35.910Z Compiling num-traits v0.2.19
12052024-10-31T17:11:35.940Z Compiling unicode-bidi v0.3.17
12062024-10-31T17:11:36.088Z Compiling base64ct v1.6.0
12072024-10-31T17:11:36.174Z Compiling hashbrown v0.15.0
12082024-10-31T17:11:36.470Z Compiling httparse v1.9.5
12092024-10-31T17:11:36.682Z Compiling pem-rfc7468 v0.7.0
12102024-10-31T17:11:37.251Z Compiling unicode-normalization v0.1.24
12112024-10-31T17:11:37.376Z Compiling flagset v0.4.6
12122024-10-31T17:11:37.448Z Compiling tracing-core v0.1.32
12132024-10-31T17:11:37.481Z Compiling percent-encoding v2.3.1
12142024-10-31T17:11:37.563Z Compiling rustls-pki-types v1.9.0
12152024-10-31T17:11:37.600Z Compiling crossbeam-utils v0.8.20
12162024-10-31T17:11:38.176Z Compiling ring v0.17.8
12172024-10-31T17:11:38.218Z Compiling powerfmt v0.2.0
12182024-10-31T17:11:38.358Z Compiling untrusted v0.9.0
12192024-10-31T17:11:38.529Z Compiling time-core v0.1.2
12202024-10-31T17:11:38.546Z Compiling pkg-config v0.3.31
12212024-10-31T17:11:38.613Z Compiling num-conv v0.1.0
12222024-10-31T17:11:38.650Z Compiling vcpkg v0.2.15
12232024-10-31T17:11:38.707Z Compiling deranged v0.3.11
12242024-10-31T17:11:38.892Z Compiling time-macros v0.2.18
12252024-10-31T17:11:39.246Z Compiling atomic-waker v1.1.2
12262024-10-31T17:11:39.441Z Compiling num_threads v0.1.7
12272024-10-31T17:11:39.571Z Compiling form_urlencoded v1.2.1
12282024-10-31T17:11:39.926Z Compiling slog v2.7.0
12292024-10-31T17:11:40.039Z Compiling rustix v0.38.37
12302024-10-31T17:11:40.049Z Compiling try-lock v0.2.5
12312024-10-31T17:11:40.189Z Compiling want v0.3.1
12322024-10-31T17:11:40.492Z Compiling httpdate v1.0.3
12332024-10-31T17:11:40.568Z Compiling idna v0.5.0
12342024-10-31T17:11:40.763Z Compiling openssl-sys v0.9.103
12352024-10-31T17:11:40.856Z Compiling iana-time-zone v0.1.61
12362024-10-31T17:11:40.899Z Compiling openssl v0.10.66
12372024-10-31T17:11:41.264Z Compiling match_cfg v0.1.0
12382024-10-31T17:11:41.311Z Compiling rustversion v1.0.17
12392024-10-31T17:11:41.315Z Compiling base64 v0.22.1
12402024-10-31T17:11:41.355Z Compiling tower-service v0.3.3
12412024-10-31T17:11:41.482Z Compiling foreign-types-shared v0.1.1
12422024-10-31T17:11:41.582Z Compiling foreign-types v0.3.2
12432024-10-31T17:11:41.674Z Compiling url v2.5.2
12442024-10-31T17:11:42.007Z Compiling hostname v0.3.1
12452024-10-31T17:11:42.041Z Compiling dirs-sys-next v0.1.2
12462024-10-31T17:11:42.060Z Compiling time v0.3.36
12472024-10-31T17:11:42.087Z Compiling aho-corasick v1.1.3
12482024-10-31T17:11:42.239Z Compiling native-tls v0.2.12
12492024-10-31T17:11:42.573Z Compiling regex-syntax v0.8.5
12502024-10-31T17:11:42.673Z Compiling adler2 v2.0.0
12512024-10-31T17:11:42.886Z Compiling syn v1.0.109
12522024-10-31T17:11:43.254Z Compiling rustls v0.23.14
12532024-10-31T17:11:43.490Z Compiling siphasher v0.3.11
12542024-10-31T17:11:43.506Z Compiling data-encoding v2.6.0
12552024-10-31T17:11:43.521Z Compiling rustls v0.22.4
12562024-10-31T17:11:43.838Z Compiling miniz_oxide v0.8.0
12572024-10-31T17:11:43.886Z Compiling dirs-next v2.0.0
12582024-10-31T17:11:45.338Z Compiling serde_derive_internals v0.29.1
12592024-10-31T17:11:45.481Z Compiling crossbeam-epoch v0.9.18
12602024-10-31T17:11:45.787Z Compiling lazy_static v1.5.0
12612024-10-31T17:11:45.915Z Compiling regex-automata v0.4.8
12622024-10-31T17:11:46.218Z Compiling thread_local v1.1.8
12632024-10-31T17:11:46.658Z Compiling serde_derive v1.0.210
12642024-10-31T17:11:46.771Z Compiling zeroize_derive v1.4.2
12652024-10-31T17:11:47.083Z Compiling zerocopy-derive v0.7.35
12662024-10-31T17:11:47.403Z Compiling tokio-macros v2.4.0
12672024-10-31T17:11:48.058Z Compiling thiserror-impl v1.0.64
12682024-10-31T17:11:48.396Z Compiling zeroize v1.8.1
12692024-10-31T17:11:48.920Z Compiling futures-macro v0.3.31
12702024-10-31T17:11:49.066Z Compiling der_derive v0.7.3
12712024-10-31T17:11:49.149Z Compiling tracing-attributes v0.1.27
12722024-10-31T17:11:52.860Z Compiling zerocopy v0.7.35
12732024-10-31T17:11:52.913Z Compiling crypto-common v0.1.6
12742024-10-31T17:11:52.918Z Compiling block-buffer v0.10.4
12752024-10-31T17:11:52.918Z Compiling digest v0.10.7
12762024-10-31T17:11:52.918Z Compiling block-padding v0.3.3
12772024-10-31T17:11:52.918Z Compiling futures-util v0.3.31
12782024-10-31T17:11:52.918Z Compiling hmac v0.12.1
12792024-10-31T17:11:52.918Z Compiling inout v0.1.3
12802024-10-31T17:11:52.918Z Compiling thiserror v1.0.64
12812024-10-31T17:11:52.918Z Compiling sha2 v0.10.8
12822024-10-31T17:11:52.918Z Compiling cipher v0.4.4
12832024-10-31T17:11:52.918Z Compiling ppv-lite86 v0.2.20
12842024-10-31T17:11:52.918Z Compiling der v0.7.9
12852024-10-31T17:11:52.918Z Compiling salsa20 v0.10.2
12862024-10-31T17:11:52.918Z Compiling pest v2.7.14
12872024-10-31T17:11:52.918Z Compiling rand_chacha v0.3.1
12882024-10-31T17:11:52.941Z Compiling tracing v0.1.40
12892024-10-31T17:11:53.454Z Compiling rand v0.8.5
12902024-10-31T17:11:54.652Z Compiling spki v0.7.3
12912024-10-31T17:11:54.888Z Compiling pbkdf2 v0.12.2
12922024-10-31T17:11:55.017Z Compiling pest_meta v2.7.14
12932024-10-31T17:11:55.062Z Compiling scrypt v0.11.0
12942024-10-31T17:11:55.079Z Compiling aes v0.8.4
12952024-10-31T17:11:55.248Z Compiling cbc v0.1.2
12962024-10-31T17:11:55.492Z Compiling scroll_derive v0.12.0
12972024-10-31T17:11:55.616Z Compiling rustls-webpki v0.102.8
12982024-10-31T17:11:55.634Z Compiling async-trait v0.1.83
12992024-10-31T17:11:56.951Z Compiling scroll v0.12.0
13002024-10-31T17:11:57.128Z Compiling pest_generator v2.7.14
13012024-10-31T17:11:57.485Z Compiling pkcs5 v0.7.1
13022024-10-31T17:11:57.681Z Compiling goblin v0.8.2
13032024-10-31T17:11:57.896Z Compiling openssl-macros v0.1.1
13042024-10-31T17:11:58.433Z Compiling pkcs8 v0.10.2
13052024-10-31T17:11:58.661Z Compiling signature v2.2.0
13062024-10-31T17:11:58.663Z Compiling sha1 v0.10.6
13072024-10-31T17:11:58.841Z Compiling cookie v0.18.1
13082024-10-31T17:11:58.951Z Compiling encoding_rs v0.8.34
13092024-10-31T17:11:59.039Z Compiling multer v3.1.0
13102024-10-31T17:11:59.108Z Compiling either v1.13.0
13112024-10-31T17:11:59.137Z Compiling mime v0.3.17
13122024-10-31T17:11:59.140Z Compiling ipnet v2.10.1
13132024-10-31T17:11:59.331Z Compiling unicode-properties v0.1.3
13142024-10-31T17:11:59.495Z Compiling schemars v0.8.21
13152024-10-31T17:11:59.708Z Compiling rayon-core v1.12.1
13162024-10-31T17:11:59.725Z Compiling openssl-probe v0.1.5
13172024-10-31T17:11:59.879Z Compiling gimli v0.31.1
13182024-10-31T17:11:59.991Z Compiling pest_derive v2.7.14
13192024-10-31T17:12:00.009Z Compiling paste v1.0.15
13202024-10-31T17:12:00.106Z Compiling signal-hook v0.3.17
13212024-10-31T17:12:00.383Z Compiling slog-async v2.8.0
13222024-10-31T17:12:00.485Z Compiling stringprep v0.1.5
13232024-10-31T17:12:00.621Z Compiling bytes v1.7.2
13242024-10-31T17:12:00.916Z Compiling indexmap v2.6.0
13252024-10-31T17:12:00.980Z Compiling bitflags v2.6.0
13262024-10-31T17:12:01.430Z Compiling semver v1.0.23
13272024-10-31T17:12:01.615Z Compiling tokio v1.40.0
13282024-10-31T17:12:01.875Z Compiling http v1.1.0
13292024-10-31T17:12:02.209Z Compiling rustc_version v0.4.1
13302024-10-31T17:12:02.970Z Compiling dtrace-parser v0.2.0
13312024-10-31T17:12:03.399Z Compiling http-body v1.0.1
13322024-10-31T17:12:03.631Z Compiling dof v0.3.0
13332024-10-31T17:12:03.890Z Compiling toml_datetime v0.6.8
13342024-10-31T17:12:04.366Z Compiling serde_tokenstream v0.2.2
13352024-10-31T17:12:04.412Z Compiling uuid v1.10.0
13362024-10-31T17:12:05.010Z Compiling serde_spanned v0.6.8
13372024-10-31T17:12:05.048Z Compiling usdt-impl v0.5.0
13382024-10-31T17:12:05.185Z Compiling chrono v0.4.38
13392024-10-31T17:12:05.240Z Compiling http-body-util v0.1.2
13402024-10-31T17:12:05.728Z Compiling heapless v0.7.17
13412024-10-31T17:12:05.854Z Compiling toml_edit v0.22.22
13422024-10-31T17:12:06.234Z Compiling addr2line v0.24.2
13432024-10-31T17:12:06.617Z Compiling curve25519-dalek v4.1.3
13442024-10-31T17:12:06.941Z Compiling slog-json v2.6.1
13452024-10-31T17:12:07.285Z Compiling serde_urlencoded v0.7.1
13462024-10-31T17:12:07.444Z Compiling futures-executor v0.3.31
13472024-10-31T17:12:07.991Z Compiling md-5 v0.10.6
13482024-10-31T17:12:08.067Z Compiling usdt-attr-macro v0.5.0
13492024-10-31T17:12:08.263Z Compiling usdt-macro v0.5.0
13502024-10-31T17:12:08.843Z Compiling schemars_derive v0.8.21
13512024-10-31T17:12:09.790Z Compiling tokio-util v0.7.12
13522024-10-31T17:12:09.813Z Compiling enum-as-inner v0.6.1
13532024-10-31T17:12:10.915Z Compiling h2 v0.4.6
13542024-10-31T17:12:11.225Z Compiling async-stream-impl v0.3.6
13552024-10-31T17:12:12.574Z Compiling crossbeam-deque v0.8.5
13562024-10-31T17:12:12.806Z Compiling term v0.7.0
13572024-10-31T17:12:14.179Z Compiling crossbeam-channel v0.5.13
13582024-10-31T17:12:14.355Z Compiling num-integer v0.1.46
13592024-10-31T17:12:14.566Z Compiling rustls-pemfile v2.2.0
13602024-10-31T17:12:14.958Z Compiling idna v0.3.0
13612024-10-31T17:12:15.196Z Compiling idna v0.4.0
13622024-10-31T17:12:15.374Z Compiling ff v0.13.0
13632024-10-31T17:12:15.593Z Compiling hash32 v0.2.1
13642024-10-31T17:12:15.993Z Compiling is-terminal v0.4.13
13652024-10-31T17:12:16.127Z Compiling dropshot v0.12.0
13662024-10-31T17:12:16.439Z Compiling object v0.36.5
13672024-10-31T17:12:16.577Z Compiling num-bigint-dig v0.8.4
13682024-10-31T17:12:16.802Z Compiling fallible-iterator v0.2.0
13692024-10-31T17:12:16.864Z Compiling base16ct v0.2.0
13702024-10-31T17:12:16.921Z Compiling take_mut v0.2.2
13712024-10-31T17:12:17.083Z Compiling smoltcp v0.9.1
13722024-10-31T17:12:17.186Z Compiling psl-types v2.0.11
13732024-10-31T17:12:17.370Z Compiling utf-8 v0.7.6
13742024-10-31T17:12:17.511Z Compiling anyhow v1.0.89
13752024-10-31T17:12:17.678Z Compiling portable-atomic v1.9.0
13762024-10-31T17:12:17.790Z Compiling stable_deref_trait v1.2.0
13772024-10-31T17:12:17.893Z Compiling hyper v1.4.1
13782024-10-31T17:12:17.912Z Compiling quick-error v1.2.3
13792024-10-31T17:12:18.053Z Compiling dyn-clone v1.0.17
13802024-10-31T17:12:18.135Z Compiling linked-hash-map v0.5.6
13812024-10-31T17:12:18.261Z Compiling rustc-demangle v0.1.24
13822024-10-31T17:12:18.503Z Compiling lru-cache v0.1.2
13832024-10-31T17:12:19.011Z Compiling resolv-conf v0.7.0
13842024-10-31T17:12:19.881Z Compiling tungstenite v0.24.0
13852024-10-31T17:12:20.415Z Compiling hyper-util v0.1.9
13862024-10-31T17:12:21.539Z Compiling postgres-protocol v0.6.7
13872024-10-31T17:12:21.946Z Compiling publicsuffix v2.2.3
13882024-10-31T17:12:22.205Z Compiling sec1 v0.7.3
13892024-10-31T17:12:22.319Z Compiling usdt v0.5.0
13902024-10-31T17:12:22.473Z Compiling slog-term v2.9.1
13912024-10-31T17:12:22.774Z Compiling hickory-proto v0.24.1
13922024-10-31T17:12:22.792Z Compiling group v0.13.0
13932024-10-31T17:12:22.829Z Compiling num-iter v0.1.45
13942024-10-31T17:12:23.016Z Compiling tokio-rustls v0.26.0
13952024-10-31T17:12:23.234Z Compiling async-stream v0.3.6
13962024-10-31T17:12:23.449Z Compiling backtrace v0.3.74
13972024-10-31T17:12:23.468Z Compiling tokio-native-tls v0.3.1
13982024-10-31T17:12:23.528Z Compiling tokio-rustls v0.25.0
13992024-10-31T17:12:23.667Z Compiling toml v0.8.19
14002024-10-31T17:12:23.732Z Compiling futures v0.3.31
14012024-10-31T17:12:23.924Z Compiling camino v1.1.9
14022024-10-31T17:12:24.902Z Compiling slog-bunyan v2.5.0
14032024-10-31T17:12:24.920Z Compiling terminal_size v0.4.0
14042024-10-31T17:12:24.936Z Compiling dropshot_endpoint v0.12.0
14052024-10-31T17:12:25.080Z Compiling openapiv3 v2.0.0
14062024-10-31T17:12:25.117Z Compiling serde_path_to_error v0.1.16
14072024-10-31T17:12:25.985Z Compiling hkdf v0.12.4
14082024-10-31T17:12:26.239Z Compiling crypto-bigint v0.5.5
14092024-10-31T17:12:26.302Z Compiling curve25519-dalek-derive v0.1.1
14102024-10-31T17:12:26.367Z Compiling zerocopy-derive v0.6.6
14112024-10-31T17:12:26.892Z Compiling hubpack_derive v0.1.1
14122024-10-31T17:12:26.940Z Compiling phf_shared v0.11.2
14132024-10-31T17:12:27.304Z Compiling waitgroup v0.1.2
14142024-10-31T17:12:27.527Z Compiling webpki-roots v0.26.6
14152024-10-31T17:12:27.740Z Compiling hostname v0.4.0
14162024-10-31T17:12:27.823Z Compiling ahash v0.8.11
14172024-10-31T17:12:27.842Z Compiling fs-err v2.11.0
14182024-10-31T17:12:27.985Z Compiling winnow v0.5.40
14192024-10-31T17:12:28.131Z Compiling managed v0.8.0
14202024-10-31T17:12:28.174Z Compiling debug-ignore v1.0.5
14212024-10-31T17:12:28.321Z Compiling bitflags v1.3.2
14222024-10-31T17:12:28.419Z Compiling clap_builder v4.5.20
14232024-10-31T17:12:28.456Z Compiling zerocopy v0.6.6
14242024-10-31T17:12:29.274Z Compiling elliptic-curve v0.13.8
14252024-10-31T17:12:29.313Z Compiling console v0.15.8
14262024-10-31T17:12:30.138Z Compiling strum_macros v0.25.3
14272024-10-31T17:12:30.819Z Compiling hickory-resolver v0.24.1
14282024-10-31T17:12:31.752Z Compiling toml_edit v0.19.15
14292024-10-31T17:12:32.232Z Compiling hubpack v0.1.2
14302024-10-31T17:12:32.674Z Compiling hyper-rustls v0.27.3
14312024-10-31T17:12:32.928Z Compiling phf v0.11.2
14322024-10-31T17:12:33.216Z Compiling signal-hook-mio v0.2.4
14332024-10-31T17:12:33.278Z Compiling cookie_store v0.21.0
14342024-10-31T17:12:34.190Z Compiling rayon v1.10.0
14352024-10-31T17:12:34.193Z Compiling hyper-tls v0.6.0
14362024-10-31T17:12:34.820Z Compiling postgres-types v0.2.8
14372024-10-31T17:12:36.332Z Compiling tokio-tungstenite v0.24.0
14382024-10-31T17:12:37.392Z Compiling tokio-stream v0.1.16
14392024-10-31T17:12:37.571Z Compiling serde-big-array v0.5.1
14402024-10-31T17:12:37.801Z Compiling ed25519 v2.2.3
14412024-10-31T17:12:38.148Z Compiling pkcs1 v0.7.5
14422024-10-31T17:12:38.385Z Compiling rfc6979 v0.4.0
14432024-10-31T17:12:38.566Z Compiling regex v1.11.0
14442024-10-31T17:12:38.653Z Compiling bstr v1.10.0
14452024-10-31T17:12:38.926Z Compiling clap_derive v4.5.18
14462024-10-31T17:12:38.944Z Compiling serde_repr v0.1.19
14472024-10-31T17:12:39.136Z Compiling derive-where v1.2.7
14482024-10-31T17:12:39.597Z Compiling phf_shared v0.10.0
14492024-10-31T17:12:39.645Z Compiling float-cmp v0.9.0
14502024-10-31T17:12:39.808Z Compiling sync_wrapper v1.0.1
14512024-10-31T17:12:39.879Z Compiling crc32fast v1.4.2
14522024-10-31T17:12:39.955Z Compiling bit-vec v0.6.3
14532024-10-31T17:12:40.011Z Compiling normalize-line-endings v0.3.0
14542024-10-31T17:12:40.135Z Compiling whoami v1.5.2
14552024-10-31T17:12:40.138Z Compiling new_debug_unreachable v1.0.6
14562024-10-31T17:12:40.200Z Compiling static_assertions v1.1.0
14572024-10-31T17:12:40.231Z Compiling difflib v0.4.0
14582024-10-31T17:12:40.301Z Compiling precomputed-hash v0.1.1
14592024-10-31T17:12:40.409Z Compiling minimal-lexical v0.2.1
14602024-10-31T17:12:40.427Z Compiling fixedbitset v0.4.2
14612024-10-31T17:12:40.430Z Compiling unicode-segmentation v1.12.0
14622024-10-31T17:12:40.766Z Compiling number_prefix v0.4.0
14632024-10-31T17:12:40.898Z Compiling predicates-core v1.0.8
14642024-10-31T17:12:40.915Z Compiling nom v7.1.3
14652024-10-31T17:12:40.978Z Compiling indicatif v0.17.8
14662024-10-31T17:12:41.246Z Compiling similar v2.6.0
14672024-10-31T17:12:41.311Z Compiling predicates v3.1.2
14682024-10-31T17:12:41.759Z Compiling petgraph v0.6.5
14692024-10-31T17:12:42.680Z Compiling qorb v0.1.2
14702024-10-31T17:12:43.008Z Compiling tokio-postgres v0.7.12
14712024-10-31T17:12:43.211Z Compiling string_cache v0.8.7
14722024-10-31T17:12:43.531Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14732024-10-31T17:12:43.677Z Compiling bit-set v0.5.3
14742024-10-31T17:12:43.859Z Compiling clap v4.5.20
14752024-10-31T17:12:43.962Z Compiling flate2 v1.0.34
14762024-10-31T17:12:43.981Z Compiling reqwest v0.12.8
14772024-10-31T17:12:44.564Z Compiling rsa v0.9.6
14782024-10-31T17:12:44.952Z Compiling ecdsa v0.16.9
14792024-10-31T17:12:45.727Z Compiling ed25519-dalek v2.1.1
14802024-10-31T17:12:45.766Z Compiling toml v0.7.8
14812024-10-31T17:12:46.978Z Compiling crossterm v0.28.1
14822024-10-31T17:12:48.652Z Compiling hex v0.4.3
14832024-10-31T17:12:48.956Z Compiling itertools v0.10.5
14842024-10-31T17:12:49.005Z Compiling itertools v0.12.1
14852024-10-31T17:12:49.036Z Compiling x509-cert v0.2.5
14862024-10-31T17:12:49.235Z Compiling lalrpop-util v0.19.12
14872024-10-31T17:12:49.586Z Compiling peg-runtime v0.8.3
14882024-10-31T17:12:50.259Z Compiling unicode-xid v0.2.6
14892024-10-31T17:12:50.285Z Compiling xattr v1.3.1
14902024-10-31T17:12:50.422Z Compiling strum_macros v0.26.4
14912024-10-31T17:12:50.535Z Compiling filetime v0.2.25
14922024-10-31T17:12:50.833Z Compiling tar v0.4.42
14932024-10-31T17:12:53.578Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14942024-10-31T17:12:53.678Z Compiling strum v0.26.3
14952024-10-31T17:12:53.833Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14962024-10-31T17:12:59.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
14972024-10-31T17:12:59.343Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14982024-10-31T17:12:59.385ZOct 31 17:12:58.485 INFO Starting download, target: Clickhouse
14992024-10-31T17:12:59.386ZOct 31 17:12:58.485 INFO Starting download, target: Cockroach
15002024-10-31T17:12:59.386ZOct 31 17:12:58.485 INFO Starting download, target: DendriteOpenapi
15012024-10-31T17:12:59.386ZOct 31 17:12:58.485 INFO Starting download, target: DendriteStub
15022024-10-31T17:12:59.386ZOct 31 17:12:58.485 INFO Starting download, target: Console
15032024-10-31T17:12:59.386ZOct 31 17:12:58.485 INFO Starting download, target: MaghemiteMgd
15042024-10-31T17:12:59.386ZOct 31 17:12:58.485 INFO Starting download, target: TransceiverControl
15052024-10-31T17:12:59.389ZOct 31 17:12:58.486 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15062024-10-31T17:12:59.389ZOct 31 17:12:58.486 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15072024-10-31T17:12:59.389ZOct 31 17:12:58.486 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15082024-10-31T17:12:59.389ZOct 31 17:12:58.486 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15092024-10-31T17:12:59.389ZOct 31 17:12:58.486 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15102024-10-31T17:12:59.389ZOct 31 17:12:58.486 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15112024-10-31T17:12:59.389ZOct 31 17:12:58.486 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15122024-10-31T17:12:59.579ZOct 31 17:12:58.678 INFO Download complete, target: DendriteOpenapi
15132024-10-31T17:12:59.616ZOct 31 17:12:58.715 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15142024-10-31T17:12:59.995ZOct 31 17:12:59.093 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15152024-10-31T17:13:00.012ZOct 31 17:12:59.108 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15162024-10-31T17:13:00.402ZOct 31 17:12:59.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15172024-10-31T17:13:00.409ZOct 31 17:12:59.504 INFO Download complete, target: Console
15182024-10-31T17:13:00.524ZOct 31 17:12:59.518 INFO Download complete, target: TransceiverControl
15192024-10-31T17:13:01.436ZOct 31 17:13:00.504 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15202024-10-31T17:13:01.912ZOct 31 17:13:01.011 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15212024-10-31T17:13:01.912ZOct 31 17:13:01.011 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15222024-10-31T17:13:03.352ZOct 31 17:13:02.450 INFO Download complete, target: MaghemiteMgd
15232024-10-31T17:13:03.464ZOct 31 17:13:02.562 INFO Download complete, target: DendriteStub
15242024-10-31T17:13:10.082ZOct 31 17:13:09.179 INFO Checking that binary works, target: Cockroach
15252024-10-31T17:13:10.241ZOct 31 17:13:09.337 INFO Download complete, target: Cockroach
15262024-10-31T17:13:15.359ZOct 31 17:13:14.455 INFO Checking that binary works, target: Clickhouse
15272024-10-31T17:13:15.530ZOct 31 17:13:14.625 INFO Download complete, target: Clickhouse
15282024-10-31T17:13:15.537ZAll prerequisites installed successfully
15292024-10-31T17:13:15.540Z
15302024-10-31T17:13:15.540Zreal 3:39.487990895
15312024-10-31T17:13:15.540Zuser 12:35.085786107
15322024-10-31T17:13:15.540Zsys 2:35.959754105
15332024-10-31T17:13:15.540Ztrap 0.408128941
15342024-10-31T17:13:15.540Ztflt 1.778223208
15352024-10-31T17:13:15.540Zdflt 1.610699596
15362024-10-31T17:13:15.540Zkflt 0.027013514
15372024-10-31T17:13:15.540Zlock 26:01.065625436
15382024-10-31T17:13:15.540Zslp 48:10.223548588
15392024-10-31T17:13:15.540Zlat 47.064012016
15402024-10-31T17:13:15.540Zstop 1:51.863472287
15412024-10-31T17:13:15.540Z+ source ./tools/include/force-git-over-https.sh
15422024-10-31T17:13:15.540Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15432024-10-31T17:13:15.540Z++ (( i = 0 ))
15442024-10-31T17:13:15.540Z++ (( i < 5 ))
15452024-10-31T17:13:15.540Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15462024-10-31T17:13:15.543Z++ (( i++ ))
15472024-10-31T17:13:15.543Z++ (( i < 5 ))
15482024-10-31T17:13:15.543Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15492024-10-31T17:13:15.546Z++ (( i++ ))
15502024-10-31T17:13:15.546Z++ (( i < 5 ))
15512024-10-31T17:13:15.546Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15522024-10-31T17:13:15.548Z++ (( i++ ))
15532024-10-31T17:13:15.549Z++ (( i < 5 ))
15542024-10-31T17:13:15.549Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15552024-10-31T17:13:15.551Z++ (( i++ ))
15562024-10-31T17:13:15.551Z++ (( i < 5 ))
15572024-10-31T17:13:15.551Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15582024-10-31T17:13:15.554Z++ (( i++ ))
15592024-10-31T17:13:15.554Z++ (( i < 5 ))
15602024-10-31T17:13:15.557Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15612024-10-31T17:13:15.557Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15622024-10-31T17:13:15.557Z+ rc=0
15632024-10-31T17:13:15.557Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15642024-10-31T17:13:40.971Z+ case $rc in
15652024-10-31T17:13:40.971Z+ pfexec zfs create -p rpool/images/build/host
15662024-10-31T17:13:41.177Z+ pfexec zfs create -p rpool/images/build/recovery
15672024-10-31T17:13:41.252Z+ cargo xtask releng --output-dir /work
15682024-10-31T17:13:41.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15692024-10-31T17:13:41.831Z Running `target/debug/xtask releng --output-dir /work`
15702024-10-31T17:13:42.764Z Compiling proc-macro2 v1.0.87
15712024-10-31T17:13:42.764Z Compiling unicode-ident v1.0.13
15722024-10-31T17:13:42.764Z Compiling libc v0.2.161
15732024-10-31T17:13:42.767Z Compiling serde v1.0.210
15742024-10-31T17:13:42.767Z Compiling autocfg v1.4.0
15752024-10-31T17:13:42.767Z Compiling version_check v0.9.5
15762024-10-31T17:13:42.767Z Compiling cfg-if v1.0.0
15772024-10-31T17:13:43.031Z Compiling typenum v1.17.0
15782024-10-31T17:13:43.034Z Compiling shlex v1.3.0
15792024-10-31T17:13:43.091Z Compiling memchr v2.7.4
15802024-10-31T17:13:43.463Z Compiling parking_lot_core v0.9.10
15812024-10-31T17:13:43.803Z Compiling lock_api v0.4.12
15822024-10-31T17:13:43.861Z Compiling generic-array v0.14.7
15832024-10-31T17:13:44.010Z Compiling serde_json v1.0.128
15842024-10-31T17:13:44.108Z Compiling libm v0.2.8
15852024-10-31T17:13:44.225Z Compiling value-bag v1.9.0
15862024-10-31T17:13:44.380Z Compiling slab v0.4.9
15872024-10-31T17:13:44.453Z Compiling num-traits v0.2.19
15882024-10-31T17:13:44.573Z Compiling quote v1.0.37
15892024-10-31T17:13:44.716Z Compiling log v0.4.22
15902024-10-31T17:13:44.776Z Compiling once_cell v1.20.2
15912024-10-31T17:13:44.799Z Compiling thiserror v1.0.64
15922024-10-31T17:13:45.166Z Compiling syn v2.0.79
15932024-10-31T17:13:45.185Z Compiling getrandom v0.2.15
15942024-10-31T17:13:45.206Z Compiling jobserver v0.1.32
15952024-10-31T17:13:45.510Z Compiling itoa v1.0.11
15962024-10-31T17:13:45.649Z Compiling cc v1.1.30
15972024-10-31T17:13:45.671Z Compiling scopeguard v1.2.0
15982024-10-31T17:13:45.732Z Compiling rand_core v0.6.4
15992024-10-31T17:13:45.946Z Compiling byteorder v1.5.0
16002024-10-31T17:13:46.642Z Compiling subtle v2.6.1
16012024-10-31T17:13:47.147Z Compiling semver v1.0.23
16022024-10-31T17:13:47.186Z Compiling pin-project-lite v0.2.14
16032024-10-31T17:13:47.186Z Compiling smallvec v1.13.2
16042024-10-31T17:13:47.549Z Compiling httparse v1.9.5
16052024-10-31T17:13:47.574Z Compiling ryu v1.0.18
16062024-10-31T17:13:47.666Z Compiling heck v0.5.0
16072024-10-31T17:13:47.715Z Compiling const-oid v0.9.6
16082024-10-31T17:13:47.891Z Compiling pkg-config v0.3.31
16092024-10-31T17:13:48.133Z Compiling futures-core v0.3.31
16102024-10-31T17:13:48.163Z Compiling allocator-api2 v0.2.18
16112024-10-31T17:13:48.472Z Compiling signal-hook-registry v1.4.2
16122024-10-31T17:13:48.930Z Compiling parking_lot v0.12.3
16132024-10-31T17:13:49.134Z Compiling mio v1.0.2
16142024-10-31T17:13:49.220Z Compiling ring v0.17.8
16152024-10-31T17:13:50.231Z Compiling socket2 v0.5.7
16162024-10-31T17:13:50.365Z Compiling crossbeam-utils v0.8.20
16172024-10-31T17:13:50.615Z Compiling time-core v0.1.2
16182024-10-31T17:13:50.745Z Compiling vcpkg v0.2.15
16192024-10-31T17:13:50.767Z Compiling fnv v1.0.7
16202024-10-31T17:13:50.801Z Compiling num-conv v0.1.0
16212024-10-31T17:13:50.896Z Compiling futures-sink v0.3.31
16222024-10-31T17:13:51.081Z Compiling time-macros v0.2.18
16232024-10-31T17:13:51.430Z Compiling ahash v0.8.11
16242024-10-31T17:13:51.716Z Compiling schemars v0.8.21
16252024-10-31T17:13:52.092Z Compiling spin v0.9.8
16262024-10-31T17:13:52.523Z Compiling openssl-sys v0.9.103
16272024-10-31T17:13:52.852Z Compiling serde_derive_internals v0.29.1
16282024-10-31T17:13:52.889Z Compiling cpufeatures v0.2.14
16292024-10-31T17:13:53.052Z Compiling equivalent v1.0.1
16302024-10-31T17:13:53.240Z Compiling foldhash v0.1.3
16312024-10-31T17:13:53.663Z Compiling rustix v0.38.37
16322024-10-31T17:13:53.680Z Compiling hashbrown v0.15.0
16332024-10-31T17:13:54.622Z Compiling futures-channel v0.3.31
16342024-10-31T17:13:55.129Z Compiling futures-task v0.3.31
16352024-10-31T17:13:55.182Z Compiling pin-utils v0.1.0
16362024-10-31T17:13:55.233Z Compiling slog v2.7.0
16372024-10-31T17:13:55.303Z Compiling futures-io v0.3.31
16382024-10-31T17:13:55.473Z Compiling tinyvec_macros v0.1.1
16392024-10-31T17:13:55.573Z Compiling tinyvec v1.8.0
16402024-10-31T17:13:55.695Z Compiling ucd-trie v0.1.7
16412024-10-31T17:13:55.889Z Compiling openssl v0.10.66
16422024-10-31T17:13:56.166Z Compiling iana-time-zone v0.1.61
16432024-10-31T17:13:56.168Z Compiling unicode-bidi v0.3.17
16442024-10-31T17:13:56.300Z Compiling tracing-core v0.1.32
16452024-10-31T17:13:56.394Z Compiling native-tls v0.2.12
16462024-10-31T17:13:56.771Z Compiling rustls v0.23.14
16472024-10-31T17:13:57.212Z Compiling base64ct v1.6.0
16482024-10-31T17:13:57.418Z Compiling unicode-normalization v0.1.24
16492024-10-31T17:13:57.760Z Compiling pem-rfc7468 v0.7.0
16502024-10-31T17:13:58.492Z Compiling serde_derive v1.0.210
16512024-10-31T17:13:58.534Z Compiling zeroize_derive v1.4.2
16522024-10-31T17:13:58.609Z Compiling zerocopy-derive v0.7.35
16532024-10-31T17:13:58.885Z Compiling tokio-macros v2.4.0
16542024-10-31T17:13:58.965Z Compiling thiserror-impl v1.0.64
16552024-10-31T17:13:59.076Z Compiling futures-macro v0.3.31
16562024-10-31T17:13:59.141Z Compiling tracing-attributes v0.1.27
16572024-10-31T17:14:00.077Z Compiling zeroize v1.8.1
16582024-10-31T17:14:00.773Z Compiling zerocopy v0.7.35
16592024-10-31T17:14:02.057Z Compiling der_derive v0.7.3
16602024-10-31T17:14:02.431Z Compiling crypto-common v0.1.6
16612024-10-31T17:14:02.576Z Compiling block-buffer v0.10.4
16622024-10-31T17:14:02.688Z Compiling schemars_derive v0.8.21
16632024-10-31T17:14:02.754Z Compiling futures-util v0.3.31
16642024-10-31T17:14:02.832Z Compiling digest v0.10.7
16652024-10-31T17:14:02.924Z Compiling scroll_derive v0.12.0
16662024-10-31T17:14:03.244Z Compiling hmac v0.12.1
16672024-10-31T17:14:03.387Z Compiling block-padding v0.3.3
16682024-10-31T17:14:03.475Z Compiling pest v2.7.14
16692024-10-31T17:14:04.367Z Compiling inout v0.1.3
16702024-10-31T17:14:04.388Z Compiling openssl-macros v0.1.1
16712024-10-31T17:14:04.695Z Compiling cipher v0.4.4
16722024-10-31T17:14:05.219Z Compiling sha2 v0.10.8
16732024-10-31T17:14:05.452Z Compiling tracing v0.1.40
16742024-10-31T17:14:05.647Z Compiling ppv-lite86 v0.2.20
16752024-10-31T17:14:06.379Z Compiling pest_meta v2.7.14
16762024-10-31T17:14:06.609Z Compiling async-trait v0.1.83
16772024-10-31T17:14:09.202Z Compiling pest_generator v2.7.14
16782024-10-31T17:14:09.997Z Compiling usdt-impl v0.5.0
16792024-10-31T17:14:10.065Z Compiling cookie v0.18.1
16802024-10-31T17:14:10.340Z Compiling percent-encoding v2.3.1
16812024-10-31T17:14:10.343Z Compiling syn v1.0.109
16822024-10-31T17:14:10.548Z Compiling flagset v0.4.6
16832024-10-31T17:14:10.756Z Compiling dyn-clone v1.0.17
16842024-10-31T17:14:10.792Z Compiling der v0.7.9
16852024-10-31T17:14:10.987Z Compiling pest_derive v2.7.14
16862024-10-31T17:14:11.311Z Compiling rand_chacha v0.3.1
16872024-10-31T17:14:11.414Z Compiling scroll v0.12.0
16882024-10-31T17:14:11.662Z Compiling bytes v1.7.2
16892024-10-31T17:14:12.014Z Compiling indexmap v2.6.0
16902024-10-31T17:14:12.794Z Compiling bitflags v2.6.0
16912024-10-31T17:14:12.910Z Compiling tokio v1.40.0
16922024-10-31T17:14:13.470Z Compiling http v1.1.0
16932024-10-31T17:14:14.035Z Compiling serde_tokenstream v0.2.2
16942024-10-31T17:14:14.224Z Compiling rustc_version v0.4.1
16952024-10-31T17:14:14.769Z Compiling uuid v1.10.0
16962024-10-31T17:14:14.840Z Compiling chrono v0.4.38
16972024-10-31T17:14:16.490Z Compiling aho-corasick v1.1.3
16982024-10-31T17:14:18.679Z Compiling rayon-core v1.12.1
16992024-10-31T17:14:19.080Z Compiling camino v1.1.9
17002024-10-31T17:14:19.814Z Compiling regex-syntax v0.8.5
17012024-10-31T17:14:20.013Z Compiling rustls-pki-types v1.9.0
17022024-10-31T17:14:20.075Z Compiling plain v0.2.3
17032024-10-31T17:14:20.335Z Compiling goblin v0.8.2
17042024-10-31T17:14:21.470Z Compiling spki v0.7.3
17052024-10-31T17:14:21.759Z Compiling rand v0.8.5
17062024-10-31T17:14:21.876Z Compiling tokio-util v0.7.12
17072024-10-31T17:14:23.684Z Compiling regex-automata v0.4.8
17082024-10-31T17:14:24.387Z Compiling salsa20 v0.10.2
17092024-10-31T17:14:24.658Z Compiling pbkdf2 v0.12.2
17102024-10-31T17:14:26.806Z Compiling try-lock v0.2.5
17112024-10-31T17:14:26.848Z Compiling untrusted v0.9.0
17122024-10-31T17:14:27.093Z Compiling rustls v0.22.4
17132024-10-31T17:14:27.432Z Compiling powerfmt v0.2.0
17142024-10-31T17:14:27.813Z Compiling pretty-hex v0.4.1
17152024-10-31T17:14:28.110Z Compiling dof v0.3.0
17162024-10-31T17:14:28.405Z Compiling deranged v0.3.11
17172024-10-31T17:14:30.308Z Compiling want v0.3.1
17182024-10-31T17:14:30.665Z Compiling scrypt v0.11.0
17192024-10-31T17:14:31.335Z Compiling dtrace-parser v0.2.0
17202024-10-31T17:14:32.038Z Compiling form_urlencoded v1.2.1
17212024-10-31T17:14:32.544Z Compiling cbc v0.1.2
17222024-10-31T17:14:32.735Z Compiling aes v0.8.4
17232024-10-31T17:14:32.896Z Compiling errno v0.3.9
17242024-10-31T17:14:33.027Z Compiling thread-id v4.2.2
17252024-10-31T17:14:33.299Z Compiling atomic-waker v1.1.2
17262024-10-31T17:14:33.544Z Compiling httpdate v1.0.3
17272024-10-31T17:14:33.591Z Compiling num_threads v0.1.7
17282024-10-31T17:14:33.799Z Compiling time v0.3.36
17292024-10-31T17:14:34.391Z Compiling pkcs5 v0.7.1
17302024-10-31T17:14:37.672Z Compiling rustls-webpki v0.102.8
17312024-10-31T17:14:39.059Z Compiling http-body v1.0.1
17322024-10-31T17:14:39.378Z Compiling heapless v0.7.17
17332024-10-31T17:14:39.449Z Compiling zerocopy-derive v0.6.6
17342024-10-31T17:14:39.809Z Compiling multer v3.1.0
17352024-10-31T17:14:39.882Z Compiling tower-service v0.3.3
17362024-10-31T17:14:40.190Z Compiling num-bigint-dig v0.8.4
17372024-10-31T17:14:40.243Z Compiling slog-async v2.8.0
17382024-10-31T17:14:40.406Z Compiling signal-hook v0.3.17
17392024-10-31T17:14:40.456Z Compiling anyhow v1.0.89
17402024-10-31T17:14:41.094Z Compiling pkcs8 v0.10.2
17412024-10-31T17:14:41.197Z Compiling h2 v0.4.6
17422024-10-31T17:14:41.599Z Compiling regex v1.11.0
17432024-10-31T17:14:42.694Z Compiling idna v0.5.0
17442024-10-31T17:14:43.971Z Compiling base64 v0.22.1
17452024-10-31T17:14:44.246Z Compiling rustversion v1.0.17
17462024-10-31T17:14:45.044Z Compiling strsim v0.11.1
17472024-10-31T17:14:45.218Z Compiling paste v1.0.15
17482024-10-31T17:14:45.429Z Compiling url v2.5.2
17492024-10-31T17:14:48.054Z Compiling usdt-attr-macro v0.5.0
17502024-10-31T17:14:48.149Z Compiling usdt-macro v0.5.0
17512024-10-31T17:14:49.896Z Compiling hyper v1.4.1
17522024-10-31T17:14:51.697Z Compiling curve25519-dalek v4.1.3
17532024-10-31T17:14:51.998Z Compiling openapiv3 v2.0.0
17542024-10-31T17:14:52.289Z Compiling toml_datetime v0.6.8
17552024-10-31T17:14:52.896Z Compiling serde_spanned v0.6.8
17562024-10-31T17:14:53.279Z Compiling enum-as-inner v0.6.1
17572024-10-31T17:14:53.320Z Compiling async-stream-impl v0.3.6
17582024-10-31T17:14:54.475Z Compiling dropshot v0.12.0
17592024-10-31T17:14:54.747Z Compiling match_cfg v0.1.0
17602024-10-31T17:14:54.916Z Compiling foreign-types-shared v0.1.1
17612024-10-31T17:14:55.022Z Compiling smoltcp v0.9.1
17622024-10-31T17:14:55.625Z Compiling portable-atomic v1.9.0
17632024-10-31T17:14:55.654Z Compiling foreign-types v0.3.2
17642024-10-31T17:14:55.802Z Compiling hyper-util v0.1.9
17652024-10-31T17:14:55.805Z Compiling hostname v0.3.1
17662024-10-31T17:15:00.383Z Compiling clap_derive v4.5.18
17672024-10-31T17:15:01.188Z Compiling dirs-sys-next v0.1.2
17682024-10-31T17:15:01.859Z Compiling encoding_rs v0.8.34
17692024-10-31T17:15:02.177Z Compiling adler2 v2.0.0
17702024-10-31T17:15:02.431Z Compiling data-encoding v2.6.0
17712024-10-31T17:15:04.268Z Compiling mime v0.3.17
17722024-10-31T17:15:05.552Z Compiling siphasher v0.3.11
17732024-10-31T17:15:05.825Z Compiling ipnet v2.10.1
17742024-10-31T17:15:05.978Z Compiling miniz_oxide v0.8.0
17752024-10-31T17:15:10.248Z Compiling dirs-next v2.0.0
17762024-10-31T17:15:14.335Z Compiling http-body-util v0.1.2
17772024-10-31T17:15:14.615Z Compiling hubpack_derive v0.1.1
17782024-10-31T17:15:14.970Z Compiling serde_urlencoded v0.7.1
17792024-10-31T17:15:15.437Z Compiling crossbeam-epoch v0.9.18
17802024-10-31T17:15:15.747Z Compiling dropshot_endpoint v0.12.0
17812024-10-31T17:15:16.012Z Compiling hashbrown v0.14.5
17822024-10-31T17:15:16.014Z Compiling signature v2.2.0
17832024-10-31T17:15:16.321Z Compiling sha1 v0.10.6
17842024-10-31T17:15:16.441Z Compiling curve25519-dalek-derive v0.1.1
17852024-10-31T17:15:16.688Z Compiling lazy_static v1.5.0
17862024-10-31T17:15:16.865Z Compiling thread_local v1.1.8
17872024-10-31T17:15:16.938Z Compiling fs-err v2.11.0
17882024-10-31T17:15:17.474Z Compiling either v1.13.0
17892024-10-31T17:15:17.800Z Compiling openssl-probe v0.1.5
17902024-10-31T17:15:17.843Z Compiling anstyle v1.0.8
17912024-10-31T17:15:18.093Z Compiling gimli v0.31.1
17922024-10-31T17:15:18.191Z Compiling utf8parse v0.2.2
17932024-10-31T17:15:18.194Z Compiling unicode-properties v0.1.3
17942024-10-31T17:15:18.654Z Compiling winnow v0.6.20
17952024-10-31T17:15:20.407Z Compiling stringprep v0.1.5
17962024-10-31T17:15:20.988Z Compiling anstyle-parse v0.2.5
17972024-10-31T17:15:21.539Z Compiling regress v0.10.1
17982024-10-31T17:15:21.744Z Compiling crossbeam-deque v0.8.5
17992024-10-31T17:15:23.019Z Compiling toml_edit v0.22.22
18002024-10-31T17:15:24.022Z Compiling addr2line v0.24.2
18012024-10-31T17:15:24.895Z Compiling term v0.7.0
18022024-10-31T17:15:26.338Z Compiling slog-json v2.6.1
18032024-10-31T17:15:27.508Z Compiling crossbeam-channel v0.5.13
18042024-10-31T17:15:27.973Z Compiling rustls-pemfile v2.2.0
18052024-10-31T17:15:29.199Z Compiling futures-executor v0.3.31
18062024-10-31T17:15:29.202Z Compiling md-5 v0.10.6
18072024-10-31T17:15:29.593Z Compiling idna v0.4.0
18082024-10-31T17:15:29.719Z Compiling idna v0.3.0
18092024-10-31T17:15:31.173Z Compiling num-integer v0.1.46
18102024-10-31T17:15:31.432Z Compiling ff v0.13.0
18112024-10-31T17:15:31.466Z Compiling hash32 v0.2.1
18122024-10-31T17:15:31.703Z Compiling memmap v0.7.0
18132024-10-31T17:15:31.870Z Compiling is-terminal v0.4.13
18142024-10-31T17:15:32.001Z Compiling object v0.36.5
18152024-10-31T17:15:32.032Z Compiling utf-8 v0.7.6
18162024-10-31T17:15:32.069Z Compiling quick-error v1.2.3
18172024-10-31T17:15:32.262Z Compiling anstyle-query v1.1.1
18182024-10-31T17:15:32.384Z Compiling colorchoice v1.0.2
18192024-10-31T17:15:32.461Z Compiling psl-types v2.0.11
18202024-10-31T17:15:32.578Z Compiling rustc-demangle v0.1.24
18212024-10-31T17:15:32.693Z Compiling linked-hash-map v0.5.6
18222024-10-31T17:15:32.806Z Compiling base16ct v0.2.0
18232024-10-31T17:15:33.081Z Compiling is_terminal_polyfill v1.70.1
18242024-10-31T17:15:33.134Z Compiling fallible-iterator v0.2.0
18252024-10-31T17:15:33.262Z Compiling stable_deref_trait v1.2.0
18262024-10-31T17:15:33.398Z Compiling take_mut v0.2.2
18272024-10-31T17:15:33.502Z Compiling heck v0.4.1
18282024-10-31T17:15:33.978Z Compiling postgres-protocol v0.6.7
18292024-10-31T17:15:34.003Z Compiling strum_macros v0.25.3
18302024-10-31T17:15:35.300Z Compiling anstream v0.6.15
18312024-10-31T17:15:35.706Z Compiling lru-cache v0.1.2
18322024-10-31T17:15:35.898Z Compiling sec1 v0.7.3
18332024-10-31T17:15:35.922Z Compiling publicsuffix v2.2.3
18342024-10-31T17:15:36.212Z Compiling tungstenite v0.24.0
18352024-10-31T17:15:36.509Z Compiling resolv-conf v0.7.0
18362024-10-31T17:15:37.230Z Compiling slog-term v2.9.1
18372024-10-31T17:15:37.232Z Compiling usdt v0.5.0
18382024-10-31T17:15:37.763Z Compiling num-iter v0.1.45
18392024-10-31T17:15:37.887Z Compiling group v0.13.0
18402024-10-31T17:15:38.246Z Compiling hickory-proto v0.24.1
18412024-10-31T17:15:38.299Z Compiling futures v0.3.31
18422024-10-31T17:15:38.438Z Compiling tokio-rustls v0.26.0
18432024-10-31T17:15:39.470Z Compiling backtrace v0.3.74
18442024-10-31T17:15:41.047Z Compiling tokio-rustls v0.25.0
18452024-10-31T17:15:41.268Z Compiling toml v0.8.19
18462024-10-31T17:15:41.552Z Compiling slog-bunyan v2.5.0
18472024-10-31T17:15:41.779Z Compiling typify-impl v0.2.0
18482024-10-31T17:15:42.170Z Compiling tokio-native-tls v0.3.1
18492024-10-31T17:15:42.503Z Compiling terminal_size v0.4.0
18502024-10-31T17:15:42.595Z Compiling phf_shared v0.11.2
18512024-10-31T17:15:43.015Z Compiling async-stream v0.3.6
18522024-10-31T17:15:43.215Z Compiling waitgroup v0.1.2
18532024-10-31T17:15:43.333Z Compiling webpki-roots v0.26.6
18542024-10-31T17:15:43.447Z Compiling serde_path_to_error v0.1.16
18552024-10-31T17:15:43.657Z Compiling hkdf v0.12.4
18562024-10-31T17:15:43.783Z Compiling crypto-bigint v0.5.5
18572024-10-31T17:15:43.895Z Compiling serde_repr v0.1.19
18582024-10-31T17:15:44.263Z Compiling derive-where v1.2.7
18592024-10-31T17:15:47.431Z Compiling hostname v0.4.0
18602024-10-31T17:15:47.548Z Compiling winnow v0.5.40
18612024-10-31T17:15:47.868Z Compiling bitflags v1.3.2
18622024-10-31T17:15:48.021Z Compiling managed v0.8.0
18632024-10-31T17:15:48.224Z Compiling debug-ignore v1.0.5
18642024-10-31T17:15:48.385Z Compiling unicode-width v0.1.14
18652024-10-31T17:15:48.485Z Compiling clap_lex v0.7.2
18662024-10-31T17:15:48.943Z Compiling console v0.15.8
18672024-10-31T17:15:48.966Z Compiling clap_builder v4.5.20
18682024-10-31T17:15:50.678Z Compiling elliptic-curve v0.13.8
18692024-10-31T17:15:51.542Z Compiling toml_edit v0.19.15
18702024-10-31T17:15:51.579Z Compiling hickory-resolver v0.24.1
18712024-10-31T17:15:54.504Z Compiling hyper-rustls v0.27.3
18722024-10-31T17:15:54.757Z Compiling typify-macro v0.2.0
18732024-10-31T17:15:57.354Z Compiling phf v0.11.2
18742024-10-31T17:15:57.870Z Compiling hyper-tls v0.6.0
18752024-10-31T17:15:58.290Z Compiling signal-hook-mio v0.2.4
18762024-10-31T17:15:58.476Z Compiling rayon v1.10.0
18772024-10-31T17:15:58.714Z Compiling cookie_store v0.21.0
18782024-10-31T17:15:59.031Z Compiling tokio-tungstenite v0.24.0
18792024-10-31T17:15:59.173Z Compiling postgres-types v0.2.8
18802024-10-31T17:15:59.535Z Compiling ed25519 v2.2.3
18812024-10-31T17:15:59.604Z Compiling hubpack v0.1.2
18822024-10-31T17:15:59.647Z Compiling phf_shared v0.10.0
18832024-10-31T17:16:00.074Z Compiling pkcs1 v0.7.5
18842024-10-31T17:16:00.077Z Compiling zerocopy v0.6.6
18852024-10-31T17:16:00.575Z Compiling bstr v1.10.0
18862024-10-31T17:16:01.075Z Compiling tokio-stream v0.1.16
18872024-10-31T17:16:01.256Z Compiling serde-big-array v0.5.1
18882024-10-31T17:16:01.545Z Compiling rfc6979 v0.4.0
18892024-10-31T17:16:01.783Z Compiling float-cmp v0.9.0
18902024-10-31T17:16:02.002Z Compiling sync_wrapper v1.0.1
18912024-10-31T17:16:02.170Z Compiling crc32fast v1.4.2
18922024-10-31T17:16:02.228Z Compiling static_assertions v1.1.0
18932024-10-31T17:16:02.260Z Compiling precomputed-hash v0.1.1
18942024-10-31T17:16:02.302Z Compiling fixedbitset v0.4.2
18952024-10-31T17:16:02.381Z Compiling unicode-segmentation v1.12.0
18962024-10-31T17:16:02.403Z Compiling minimal-lexical v0.2.1
18972024-10-31T17:16:02.642Z Compiling number_prefix v0.4.0
18982024-10-31T17:16:02.730Z Compiling difflib v0.4.0
18992024-10-31T17:16:02.891Z Compiling bit-vec v0.6.3
19002024-10-31T17:16:03.304Z Compiling normalize-line-endings v0.3.0
19012024-10-31T17:16:03.322Z Compiling whoami v1.5.2
19022024-10-31T17:16:03.416Z Compiling predicates-core v1.0.8
19032024-10-31T17:16:03.435Z Compiling new_debug_unreachable v1.0.6
19042024-10-31T17:16:03.533Z Compiling string_cache v0.8.7
19052024-10-31T17:16:03.715Z Compiling tokio-postgres v0.7.12
19062024-10-31T17:16:03.880Z Compiling predicates v3.1.2
19072024-10-31T17:16:03.945Z Compiling bit-set v0.5.3
19082024-10-31T17:16:04.091Z Compiling similar v2.6.0
19092024-10-31T17:16:05.013Z Compiling indicatif v0.17.8
19102024-10-31T17:16:05.291Z Compiling nom v7.1.3
19112024-10-31T17:16:06.412Z Compiling petgraph v0.6.5
19122024-10-31T17:16:09.003Z Compiling flate2 v1.0.34
19132024-10-31T17:16:09.139Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19142024-10-31T17:16:09.259Z Compiling qorb v0.1.2
19152024-10-31T17:16:09.750Z Compiling reqwest v0.12.8
19162024-10-31T17:16:09.897Z Compiling ecdsa v0.16.9
19172024-10-31T17:16:11.884Z Compiling rsa v0.9.6
19182024-10-31T17:16:12.525Z Compiling ed25519-dalek v2.1.1
19192024-10-31T17:16:13.845Z Compiling crossterm v0.28.1
19202024-10-31T17:16:13.919Z Compiling toml v0.7.8
19212024-10-31T17:16:14.581Z Compiling clap v4.5.20
19222024-10-31T17:16:14.948Z Compiling itertools v0.10.5
19232024-10-31T17:16:15.434Z Compiling itertools v0.12.1
19242024-10-31T17:16:17.723Z Compiling x509-cert v0.2.5
19252024-10-31T17:16:18.504Z Compiling hex v0.4.3
19262024-10-31T17:16:20.301Z Compiling radium v0.7.0
19272024-10-31T17:16:20.999Z Compiling peg-runtime v0.8.3
19282024-10-31T17:16:22.026Z Compiling lalrpop-util v0.19.12
19292024-10-31T17:16:22.358Z Compiling unicode-xid v0.2.6
19302024-10-31T17:16:22.538Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19312024-10-31T17:16:29.768Z Compiling maybe-uninit v2.0.0
19322024-10-31T17:16:30.254Z Compiling tap v1.0.1
19332024-10-31T17:16:30.522Z Compiling ident_case v1.0.1
19342024-10-31T17:16:30.921Z Compiling darling_core v0.20.10
19352024-10-31T17:16:36.647Z Compiling wyz v0.5.1
19362024-10-31T17:16:49.317Z Compiling typify v0.2.0
19372024-10-31T17:16:52.377Z Compiling http v0.2.12
19382024-10-31T17:16:53.942Z Compiling bzip2-sys v0.1.11+1.0.8
19392024-10-31T17:16:56.181Z Compiling base64 v0.21.7
19402024-10-31T17:16:56.525Z Compiling packed_struct v0.10.1
19412024-10-31T17:16:56.760Z Compiling funty v2.0.0
19422024-10-31T17:16:56.964Z Compiling unsafe-libyaml v0.2.11
19432024-10-31T17:16:58.731Z Compiling serde_yaml v0.9.34+deprecated
19442024-10-31T17:16:58.743Z Compiling bitvec v1.0.1
19452024-10-31T17:17:05.489Z Compiling progenitor-impl v0.8.0
19462024-10-31T17:17:08.666Z Compiling darling_macro v0.20.10
19472024-10-31T17:17:10.095Z Compiling packed_struct_codegen v0.10.1
19482024-10-31T17:17:12.094Z Compiling structmeta-derive v0.3.0
19492024-10-31T17:17:12.863Z Compiling indexmap v1.9.3
19502024-10-31T17:17:13.706Z Compiling crc-catalog v2.4.0
19512024-10-31T17:17:13.759Z Compiling newtype-uuid v1.1.2
19522024-10-31T17:17:13.864Z Compiling nodrop v0.1.14
19532024-10-31T17:17:14.120Z Compiling fastrand v2.1.1
19542024-10-31T17:17:14.630Z Compiling structmeta v0.3.0
19552024-10-31T17:17:15.003Z Compiling tempfile v3.13.0
19562024-10-31T17:17:16.738Z Compiling array-init v0.0.4
19572024-10-31T17:17:17.385Z Compiling crc v3.2.1
19582024-10-31T17:17:18.024Z Compiling progenitor-macro v0.8.0
19592024-10-31T17:17:21.549Z Compiling darling v0.20.10
19602024-10-31T17:17:21.678Z Compiling smallvec v0.6.14
19612024-10-31T17:17:25.524Z Compiling h2 v0.3.26
19622024-10-31T17:17:27.802Z Compiling http-body v0.4.6
19632024-10-31T17:17:28.098Z Compiling progenitor-client v0.8.0
19642024-10-31T17:17:33.291Z Compiling pin-project-internal v1.1.6
19652024-10-31T17:17:34.475Z Compiling bitfield v0.14.0
19662024-10-31T17:17:34.782Z Compiling hashbrown v0.12.3
19672024-10-31T17:17:37.839Z Compiling same-file v1.0.6
19682024-10-31T17:17:38.567Z Compiling termcolor v1.4.1
19692024-10-31T17:17:39.164Z Compiling env_logger v0.10.2
19702024-10-31T17:17:39.559Z Compiling walkdir v2.5.0
19712024-10-31T17:17:45.811Z Compiling pin-project v1.1.6
19722024-10-31T17:17:46.538Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19732024-10-31T17:17:47.668Z Compiling hyper v0.14.30
19742024-10-31T17:17:48.066Z Compiling progenitor v0.8.0
19752024-10-31T17:17:49.753Z Compiling serde-hex v0.1.0
19762024-10-31T17:17:50.497Z Compiling serde_with_macros v3.11.0
19772024-10-31T17:17:53.057Z Compiling bzip2 v0.4.4
19782024-10-31T17:17:53.521Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19792024-10-31T17:17:54.220Z Compiling parse-display-derive v0.10.0
19802024-10-31T17:17:54.897Z Compiling ron v0.8.1
19812024-10-31T17:17:59.339Z Compiling strum_macros v0.26.4
19822024-10-31T17:18:00.843Z Compiling ipnetwork v0.20.0
19832024-10-31T17:18:00.890Z Compiling hashbrown v0.13.2
19842024-10-31T17:18:01.668Z Compiling xattr v1.3.1
19852024-10-31T17:18:01.798Z Compiling snafu-derive v0.8.5
19862024-10-31T17:18:01.968Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19872024-10-31T17:18:02.039Z Compiling blake3 v1.5.4
19882024-10-31T17:18:02.211Z Compiling ring v0.16.20
19892024-10-31T17:18:02.684Z Compiling filetime v0.2.25
19902024-10-31T17:18:02.708Z Compiling instant v0.1.13
19912024-10-31T17:18:02.893Z Compiling sync_wrapper v0.1.2
19922024-10-31T17:18:03.049Z Compiling crc-any v2.5.0
19932024-10-31T17:18:03.449Z Compiling buf-list v1.0.3
19942024-10-31T17:18:03.808Z Compiling strum v0.26.3
19952024-10-31T17:18:04.007Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19962024-10-31T17:18:04.098Z Compiling reqwest v0.11.27
19972024-10-31T17:18:04.251Z Compiling tar v0.4.42
19982024-10-31T17:18:04.632Z Compiling backoff v0.4.0
19992024-10-31T17:18:05.008Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20002024-10-31T17:18:05.811Z Compiling object v0.30.4
20012024-10-31T17:18:06.560Z Compiling snafu v0.8.5
20022024-10-31T17:18:07.818Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20032024-10-31T17:18:09.568Z Compiling parse-display v0.10.0
20042024-10-31T17:18:09.785Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20052024-10-31T17:18:11.463Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20062024-10-31T17:18:11.484Z Compiling zip v0.6.6
20072024-10-31T17:18:11.503Z Compiling serde_with v3.11.0
20082024-10-31T17:18:12.012Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20092024-10-31T17:18:12.741Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20102024-10-31T17:18:14.100Z Compiling camino-tempfile v1.1.1
20112024-10-31T17:18:14.856Z Compiling globset v0.4.15
20122024-10-31T17:18:15.719Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20132024-10-31T17:18:15.911Z Compiling regress v0.9.1
20142024-10-31T17:18:18.573Z Compiling pem v3.0.4
20152024-10-31T17:18:20.043Z Compiling olpc-cjson v0.1.4
20162024-10-31T17:18:20.369Z Compiling macaddr v1.0.1
20172024-10-31T17:18:20.982Z Compiling serde_plain v1.0.2
20182024-10-31T17:18:21.226Z Compiling async-recursion v1.1.1
20192024-10-31T17:18:21.539Z Compiling memmap2 v0.9.5
20202024-10-31T17:18:21.809Z Compiling arrayvec v0.7.6
20212024-10-31T17:18:22.107Z Compiling spin v0.5.2
20222024-10-31T17:18:22.228Z Compiling path-slash v0.1.5
20232024-10-31T17:18:22.279Z Compiling untrusted v0.7.1
20242024-10-31T17:18:22.389Z Compiling constant_time_eq v0.3.1
20252024-10-31T17:18:22.473Z Compiling arrayref v0.3.9
20262024-10-31T17:18:22.476Z Compiling typed-path v0.7.1
20272024-10-31T17:18:22.749Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20282024-10-31T17:18:24.220Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20292024-10-31T17:18:25.153Z Compiling tough v0.17.1
20302024-10-31T17:18:28.976Z Compiling itertools v0.13.0
20312024-10-31T17:18:29.333Z Compiling cargo-platform v0.1.8
20322024-10-31T17:18:29.824Z Compiling parse-size v1.0.0
20332024-10-31T17:18:30.125Z Compiling topological-sort v0.2.2
20342024-10-31T17:18:30.387Z Compiling omicron-zone-package v0.11.1
20352024-10-31T17:18:30.406Z Compiling cargo_metadata v0.18.1
20362024-10-31T17:18:30.674Z Compiling shell-words v1.1.0
20372024-10-31T17:18:37.071Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20382024-10-31T17:18:49.841Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20392024-10-31T17:19:04.352Z Finished `release` profile [optimized] target(s) in 5m 22s
20402024-10-31T17:19:04.507Z Running `target/release/omicron-releng --output-dir /work`
20412024-10-31T17:19:04.548ZOct 31 17:19:03.558 DEBG changing working directory to /work/oxidecomputer/omicron
20422024-10-31T17:19:04.643ZOct 31 17:19:03.652 DEBG running: git rev-parse HEAD
20432024-10-31T17:19:04.649ZOct 31 17:19:03.659 DEBG process exited with exit status: 0 (6.442607ms)
20442024-10-31T17:19:04.649ZOct 31 17:19:03.659 INFO version: 12.0.0-0.ci+git4f046351c7d
20452024-10-31T17:19:04.688ZOct 31 17:19:03.698 INFO cloning helios to /work/oxidecomputer/helios
20462024-10-31T17:19:04.689ZOct 31 17:19:03.698 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20472024-10-31T17:19:04.694ZCloning into '/work/oxidecomputer/helios'...
20482024-10-31T17:19:05.229ZOct 31 17:19:04.238 DEBG process exited with exit status: 0 (540.049033ms)
20492024-10-31T17:19:05.229ZOct 31 17:19:04.238 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20502024-10-31T17:19:05.236Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20512024-10-31T17:19:05.236Z# branch.head master
20522024-10-31T17:19:05.236Z# branch.upstream origin/master
20532024-10-31T17:19:05.236Z# branch.ab +0 -0
20542024-10-31T17:19:05.239ZOct 31 17:19:04.247 DEBG process exited with exit status: 0 (8.088912ms)
20552024-10-31T17:19:05.239ZOct 31 17:19:04.247 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20562024-10-31T17:19:06.054ZOct 31 17:19:05.064 DEBG process exited with exit status: 0 (816.858479ms)
20572024-10-31T17:19:06.054ZOct 31 17:19:05.064 DEBG running: zfs list rpool/images/build/host
20582024-10-31T17:19:06.061ZNAME USED AVAIL REFER MOUNTPOINT
20592024-10-31T17:19:06.061Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20602024-10-31T17:19:06.063ZOct 31 17:19:05.071 DEBG process exited with exit status: 0 (7.378231ms)
20612024-10-31T17:19:06.063ZOct 31 17:19:05.071 DEBG running: zfs list rpool/images/build/recovery
20622024-10-31T17:19:06.067ZNAME USED AVAIL REFER MOUNTPOINT
20632024-10-31T17:19:06.067Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20642024-10-31T17:19:06.070ZOct 31 17:19:05.077 DEBG process exited with exit status: 0 (6.296691ms)
20652024-10-31T17:19:06.070ZOct 31 17:19:05.078 INFO [hubris-production] running task
20662024-10-31T17:19:06.070ZOct 31 17:19:05.078 INFO [hubris-staging] running task
20672024-10-31T17:19:06.070ZOct 31 17:19:05.079 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
20682024-10-31T17:19:06.072ZOct 31 17:19:05.082 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20692024-10-31T17:19:06.143Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20702024-10-31T17:19:06.586Z[ omicron-package] Blocking waiting for file lock on package cache
20712024-10-31T17:19:07.184Z[ omicron-package] Blocking waiting for file lock on package cache
20722024-10-31T17:19:07.459Z[ omicron-package] Blocking waiting for file lock on package cache
20732024-10-31T17:19:07.913ZOct 31 17:19:06.922 INFO [hubris-production] task succeeded (1.843424589s)
20742024-10-31T17:19:08.293Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20752024-10-31T17:19:08.296Z[ omicron-package] Compiling heapless v0.8.0
20762024-10-31T17:19:08.296Z[ omicron-package] Compiling hash32 v0.3.1
20772024-10-31T17:19:08.296Z[ omicron-package] Compiling smoltcp v0.11.0
20782024-10-31T17:19:08.296Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792024-10-31T17:19:08.296Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20802024-10-31T17:19:08.296Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20812024-10-31T17:19:08.296Z[ omicron-package] Compiling cobs v0.2.3
20822024-10-31T17:19:09.587Z[ omicron-package] Compiling postcard v1.0.10
20832024-10-31T17:19:09.896Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20842024-10-31T17:19:10.075Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20852024-10-31T17:19:10.110Z[ omicron-package] Compiling proc-macro-error v1.0.4
20862024-10-31T17:19:10.200Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20872024-10-31T17:19:10.593Z[ omicron-package] Compiling num_enum_derive v0.5.11
20882024-10-31T17:19:10.679Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20892024-10-31T17:19:11.358Z[ omicron-package] Compiling tabwriter v1.4.0
20902024-10-31T17:19:11.522Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20912024-10-31T17:19:11.633Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20922024-10-31T17:19:11.942Z[ omicron-package] Compiling cstr-argument v0.1.2
20932024-10-31T17:19:12.198Z[ omicron-package] Compiling foreign-types v0.5.0
20942024-10-31T17:19:12.643Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20952024-10-31T17:19:12.856Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20962024-10-31T17:19:12.856Z[ omicron-package] Compiling pretty-hex v0.2.1
20972024-10-31T17:19:13.254Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20982024-10-31T17:19:13.367Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20992024-10-31T17:19:13.814Z[ omicron-package] Compiling colored v2.1.0
21002024-10-31T17:19:13.955Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21012024-10-31T17:19:14.088Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21022024-10-31T17:19:14.405Z[ omicron-package] Compiling num-derive v0.4.2
21032024-10-31T17:19:14.530Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21042024-10-31T17:19:14.856Z[ omicron-package] Compiling num_enum v0.5.11
21052024-10-31T17:19:15.067Z[ omicron-package] Compiling sigpipe v0.1.3
21062024-10-31T17:19:15.188Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21072024-10-31T17:19:15.314Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21082024-10-31T17:19:15.462Z[ omicron-package] Compiling libefi-sys v0.1.0
21092024-10-31T17:19:15.516Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21102024-10-31T17:19:16.438Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21112024-10-31T17:19:16.635Z[ omicron-package] Compiling smf v0.2.3
21122024-10-31T17:19:16.814Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21132024-10-31T17:19:17.500Z[ omicron-package] Compiling bitfield-struct v0.6.2
21142024-10-31T17:19:17.635Z[ omicron-package] Compiling zone v0.3.0
21152024-10-31T17:19:17.644ZOct 31 17:19:16.651 INFO [hubris-staging] task succeeded (11.572574529s)
21162024-10-31T17:19:18.407Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21172024-10-31T17:19:19.203Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21182024-10-31T17:19:20.239Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21192024-10-31T17:19:21.369Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21202024-10-31T17:19:21.553Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212024-10-31T17:19:21.637Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21222024-10-31T17:19:21.889Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21232024-10-31T17:19:22.130Z[ omicron-package] Compiling gethostname v0.5.0
21242024-10-31T17:19:24.517Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21252024-10-31T17:19:26.483Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21262024-10-31T17:19:29.374Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21272024-10-31T17:19:29.858Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21282024-10-31T17:19:31.333Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21292024-10-31T17:19:45.690Z[ helios-setup] Oct 31 17:19:44.690 INFO helios repository root is: /work/oxidecomputer/helios
21302024-10-31T17:19:45.693Z[ helios-setup] Oct 31 17:19:44.691 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
21312024-10-31T17:19:45.693Z[ helios-setup] Oct 31 17:19:44.691 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21322024-10-31T17:19:45.696Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21332024-10-31T17:19:46.905Z[ helios-setup] Oct 31 17:19:45.904 INFO clone ok!, project: chelsio-t6-roms
21342024-10-31T17:19:46.907Z[ helios-setup] Oct 31 17:19:45.904 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
21352024-10-31T17:19:46.908Z[ helios-setup] Oct 31 17:19:45.904 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21362024-10-31T17:19:46.910Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21372024-10-31T17:19:47.579Z[ helios-setup] Oct 31 17:19:46.578 INFO clone ok!, project: pinprick
21382024-10-31T17:19:47.582Z[ helios-setup] Oct 31 17:19:46.578 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21392024-10-31T17:19:47.582Z[ helios-setup] Oct 31 17:19:46.578 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
21402024-10-31T17:19:47.582Z[ helios-setup] Oct 31 17:19:46.578 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21412024-10-31T17:19:47.585Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21422024-10-31T17:19:48.406Z[ helios-setup] Oct 31 17:19:47.405 INFO clone ok!, project: image-builder
21432024-10-31T17:19:48.409Z[ helios-setup] Oct 31 17:19:47.405 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
21442024-10-31T17:19:48.409Z[ helios-setup] Oct 31 17:19:47.405 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
21452024-10-31T17:19:48.413Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21462024-10-31T17:19:49.602Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21472024-10-31T17:19:49.610Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21482024-10-31T17:19:51.316Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.22s
21492024-10-31T17:19:51.546Z[ omicron-package]
21502024-10-31T17:19:51.546Z[ omicron-package] real 45.421755171
21512024-10-31T17:19:51.546Z[ omicron-package] user 2:37.901049946
21522024-10-31T17:19:51.549Z[ omicron-package] sys 21.365106592
21532024-10-31T17:19:51.549Z[ omicron-package] trap 0.174528429
21542024-10-31T17:19:51.549Z[ omicron-package] tflt 0.369992448
21552024-10-31T17:19:51.549Z[ omicron-package] dflt 0.473686554
21562024-10-31T17:19:51.549Z[ omicron-package] kflt 0.001961703
21572024-10-31T17:19:51.549Z[ omicron-package] lock 4:53.440215358
21582024-10-31T17:19:51.549Z[ omicron-package] slp 8:01.950722355
21592024-10-31T17:19:51.549Z[ omicron-package] lat 1:30.215043960
21602024-10-31T17:19:51.549Z[ omicron-package] stop 55.699626175
21612024-10-31T17:19:51.549ZOct 31 17:19:50.545 INFO [omicron-package] process exited with exit status: 0 (45.466267748s)
21622024-10-31T17:19:51.549ZOct 31 17:19:50.545 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
21632024-10-31T17:19:51.620ZOct 31 17:19:50.618 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21642024-10-31T17:19:51.632Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21652024-10-31T17:19:51.634Z[ host-target] Created new build target 'host' and set it as active
21662024-10-31T17:19:51.637ZOct 31 17:19:50.632 INFO [host-target] process exited with exit status: 0 (87.335634ms)
21672024-10-31T17:19:51.637ZOct 31 17:19:50.633 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21682024-10-31T17:19:51.641Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21692024-10-31T17:19:51.644Z[ recovery-target] Created new build target 'recovery' and set it as active
21702024-10-31T17:19:51.644ZOct 31 17:19:50.642 INFO [recovery-target] process exited with exit status: 0 (23.630664ms)
21712024-10-31T17:19:51.650Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21722024-10-31T17:19:52.881Z[ host-package] Compiling convert_case v0.4.0
21732024-10-31T17:19:52.884Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21742024-10-31T17:19:52.884Z[ host-package] Compiling password-hash v0.5.0
21752024-10-31T17:19:52.884Z[ host-package] Compiling blake2 v0.10.6
21762024-10-31T17:19:52.884Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21772024-10-31T17:19:52.884Z[ host-package] Compiling newline-converter v0.3.0
21782024-10-31T17:19:52.884Z[ host-package] Compiling cancel-safe-futures v0.1.5
21792024-10-31T17:19:52.884Z[ host-package] Compiling owo-colors v4.1.0
21802024-10-31T17:19:53.241Z[ host-package] Compiling expectorate v1.1.0
21812024-10-31T17:19:53.282Z[ host-package] Compiling libsw v3.3.1
21822024-10-31T17:19:53.502Z[ host-package] Compiling indent_write v2.2.0
21832024-10-31T17:19:53.641Z[ host-package] Compiling swrite v0.1.0
21842024-10-31T17:19:53.744Z[ host-package] Compiling argon2 v0.5.3
21852024-10-31T17:19:53.770Z[ host-package] Compiling derive_more v0.99.18
21862024-10-31T17:19:53.809Z[ host-package] Compiling linear-map v1.2.0
21872024-10-31T17:19:53.847Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21882024-10-31T17:19:54.130Z[ host-package] Compiling progenitor-client v0.8.0
21892024-10-31T17:19:54.203Z[ host-package] Compiling atomicwrites v0.4.4
21902024-10-31T17:19:54.243Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21912024-10-31T17:19:54.650Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21922024-10-31T17:19:54.733Z[ host-package] Compiling progenitor v0.8.0
21932024-10-31T17:19:55.005Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21942024-10-31T17:19:55.248Z[ host-package] Compiling num-rational v0.4.2
21952024-10-31T17:19:55.381Z[ host-package] Compiling num-complex v0.4.6
21962024-10-31T17:19:55.991Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21972024-10-31T17:19:56.005Z[ helios-setup] Oct 31 17:19:55.001 INFO clone ok!, project: amd-host-image-builder
21982024-10-31T17:19:56.007Z[ helios-setup] Oct 31 17:19:55.002 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
21992024-10-31T17:19:56.007Z[ helios-setup] Oct 31 17:19:55.002 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22002024-10-31T17:19:56.010Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22012024-10-31T17:19:56.326Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22022024-10-31T17:19:56.479Z[ host-package] Compiling float-ord v0.3.2
22032024-10-31T17:19:56.661Z[ host-package] Compiling num v0.4.3
22042024-10-31T17:19:56.795Z[ host-package] Compiling prettyplease v0.2.22
22052024-10-31T17:19:56.833Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22062024-10-31T17:19:57.026Z[ helios-setup] Oct 31 17:19:56.023 INFO clone ok!, project: pilot
22072024-10-31T17:19:57.029Z[ helios-setup] Oct 31 17:19:56.023 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
22082024-10-31T17:19:57.029Z[ helios-setup] Oct 31 17:19:56.023 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22092024-10-31T17:19:57.032Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22102024-10-31T17:19:57.125Z[ host-package] Compiling semver v0.1.20
22112024-10-31T17:19:57.673Z[ helios-setup] Oct 31 17:19:56.669 INFO clone ok!, project: bootserver
22122024-10-31T17:19:57.676Z[ helios-setup] Oct 31 17:19:56.670 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22132024-10-31T17:19:57.676Z[ helios-setup] Oct 31 17:19:56.670 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22142024-10-31T17:19:57.676Z[ helios-setup] Oct 31 17:19:56.670 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
22152024-10-31T17:19:57.676Z[ helios-setup] Oct 31 17:19:56.670 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22162024-10-31T17:19:57.678Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22172024-10-31T17:19:57.789Z[ host-package] Compiling rustc_version v0.1.7
22182024-10-31T17:19:58.047Z[ host-package] Compiling humantime v2.1.0
22192024-10-31T17:19:58.231Z[ host-package] Compiling newtype_derive v0.1.6
22202024-10-31T17:19:58.663Z[ host-package] Compiling highway v1.2.0
22212024-10-31T17:19:59.092Z[ host-package] Compiling home v0.5.9
22222024-10-31T17:19:59.353Z[ host-package] Compiling steno v0.4.1
22232024-10-31T17:20:00.736Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22242024-10-31T17:20:03.198Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22252024-10-31T17:20:03.582Z[ host-package] Compiling newtype-uuid v1.1.2
22262024-10-31T17:20:03.621Z[ host-package] Compiling ipnetwork v0.20.0
22272024-10-31T17:20:04.000Z[ host-package] Compiling instant v0.1.13
22282024-10-31T17:20:04.182Z[ host-package] Compiling slog-dtrace v0.3.0
22292024-10-31T17:20:04.434Z[ host-package] Compiling backoff v0.4.0
22302024-10-31T17:20:04.645Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22312024-10-31T17:20:04.815Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22322024-10-31T17:20:05.123Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22332024-10-31T17:20:05.182Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22342024-10-31T17:20:05.314Z[ host-package] Compiling parse-display v0.10.0
22352024-10-31T17:20:05.963Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22362024-10-31T17:20:06.190Z[ host-package] Compiling serde_with v3.11.0
22372024-10-31T17:20:06.296Z[ helios-setup] Oct 31 17:20:05.290 INFO clone ok!, project: amd-firmware
22382024-10-31T17:20:06.299Z[ helios-setup] Oct 31 17:20:05.290 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
22392024-10-31T17:20:06.299Z[ helios-setup] Oct 31 17:20:05.290 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22402024-10-31T17:20:06.317Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22412024-10-31T17:20:07.363Z[ helios-setup] Oct 31 17:20:06.357 INFO clone ok!, project: phbl
22422024-10-31T17:20:07.365Z[ helios-setup] Oct 31 17:20:06.357 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22432024-10-31T17:20:08.265Z[ helios-setup] Oct 31 17:20:07.259 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22442024-10-31T17:20:08.816Z[ helios-setup] Oct 31 17:20:07.810 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22452024-10-31T17:20:08.816Z[ helios-setup] Oct 31 17:20:07.810 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22462024-10-31T17:20:09.405Z[ helios-setup] Oct 31 17:20:08.398 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22472024-10-31T17:20:09.663Z[ host-package] Compiling strum v0.26.3
22482024-10-31T17:20:09.882Z[ host-package] Compiling regress v0.9.1
22492024-10-31T17:20:09.946Z[ helios-setup] Oct 31 17:20:08.939 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22502024-10-31T17:20:09.946Z[ helios-setup] Oct 31 17:20:08.939 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22512024-10-31T17:20:10.447Z[ helios-setup] Oct 31 17:20:09.441 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22522024-10-31T17:20:10.481Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22532024-10-31T17:20:11.025Z[ helios-setup] Oct 31 17:20:10.018 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22542024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22552024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22562024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO ok!
22572024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22582024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22592024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO ok!
22602024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22612024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22622024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO ok!
22632024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22642024-10-31T17:20:11.028Z[ helios-setup] Oct 31 17:20:10.018 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22652024-10-31T17:20:11.327Z[ helios-setup] Oct 31 17:20:10.320 INFO E| Downloading crates ...
22662024-10-31T17:20:11.521Z[ helios-setup] Oct 31 17:20:10.514 INFO E| Downloaded miniz_oxide v0.7.2
22672024-10-31T17:20:11.761Z[ helios-setup] Oct 31 17:20:10.754 INFO E| Compiling adler v1.0.2
22682024-10-31T17:20:12.049Z[ helios-setup] Oct 31 17:20:11.042 INFO E| Compiling miniz_oxide v0.7.2
22692024-10-31T17:20:13.433Z[ host-package] Compiling macaddr v1.0.1
22702024-10-31T17:20:14.016Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22712024-10-31T17:20:14.840Z[ helios-setup] Oct 31 17:20:13.832 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22722024-10-31T17:20:15.159Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22732024-10-31T17:20:15.355Z[ host-package] Compiling display-error-chain v0.2.1
22742024-10-31T17:20:15.661Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22752024-10-31T17:20:15.872Z[ helios-setup] Oct 31 17:20:14.863 INFO E| Finished `release` profile [optimized] target(s) in 4.75s
22762024-10-31T17:20:15.881Z[ helios-setup] Oct 31 17:20:14.873 INFO building project "pinprick" ok (4 seconds)
22772024-10-31T17:20:15.881Z[ helios-setup] Oct 31 17:20:14.873 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22782024-10-31T17:20:15.881Z[ helios-setup] Oct 31 17:20:14.873 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22792024-10-31T17:20:16.163Z[ helios-setup] Oct 31 17:20:15.155 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22802024-10-31T17:20:16.690Z[ helios-setup] Oct 31 17:20:15.681 INFO E| From https://github.com/jclulow/rust-jmclib
22812024-10-31T17:20:16.690Z[ helios-setup] Oct 31 17:20:15.681 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22822024-10-31T17:20:16.711Z[ helios-setup] Oct 31 17:20:15.703 INFO E| Updating crates.io index
22832024-10-31T17:20:16.830Z[ helios-setup] Oct 31 17:20:15.821 INFO E| Downloading crates ...
22842024-10-31T17:20:16.858Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22852024-10-31T17:20:16.925Z[ helios-setup] Oct 31 17:20:15.917 INFO E| Downloaded toml v0.5.11
22862024-10-31T17:20:16.929Z[ helios-setup] Oct 31 17:20:15.921 INFO E| Downloaded sha-1 v0.9.8
22872024-10-31T17:20:16.932Z[ helios-setup] Oct 31 17:20:15.924 INFO E| Downloaded ryu v1.0.15
22882024-10-31T17:20:16.937Z[ helios-setup] Oct 31 17:20:15.929 INFO E| Downloaded md-5 v0.9.1
22892024-10-31T17:20:16.939Z[ helios-setup] Oct 31 17:20:15.931 INFO E| Downloaded uuid v0.8.2
22902024-10-31T17:20:16.946Z[ helios-setup] Oct 31 17:20:15.938 INFO E| Downloaded serde_derive v1.0.193
22912024-10-31T17:20:16.951Z[ helios-setup] Oct 31 17:20:15.943 INFO E| Downloaded libdevinfo-sys v1.0.0
22922024-10-31T17:20:16.970Z[ helios-setup] Oct 31 17:20:15.962 INFO E| Downloaded fastrand v2.0.0
22932024-10-31T17:20:16.973Z[ helios-setup] Oct 31 17:20:15.964 INFO E| Downloaded walkdir v2.3.3
22942024-10-31T17:20:16.975Z[ helios-setup] Oct 31 17:20:15.967 INFO E| Downloaded unicode-width v0.1.10
22952024-10-31T17:20:16.978Z[ helios-setup] Oct 31 17:20:15.970 INFO E| Downloaded typenum v1.16.0
22962024-10-31T17:20:16.982Z[ helios-setup] Oct 31 17:20:15.973 INFO E| Downloaded getrandom v0.2.10
22972024-10-31T17:20:16.987Z[ helios-setup] Oct 31 17:20:15.979 INFO E| Downloaded tempfile v3.7.0
22982024-10-31T17:20:16.990Z[ helios-setup] Oct 31 17:20:15.982 INFO E| Downloaded unicode-ident v1.0.11
22992024-10-31T17:20:16.995Z[ helios-setup] Oct 31 17:20:15.987 INFO E| Downloaded serde v1.0.193
23002024-10-31T17:20:17.000Z[ helios-setup] Oct 31 17:20:15.992 INFO E| Downloaded quote v1.0.31
23012024-10-31T17:20:17.005Z[ helios-setup] Oct 31 17:20:15.997 INFO E| Downloaded once_cell v1.18.0
23022024-10-31T17:20:17.009Z[ helios-setup] Oct 31 17:20:16.001 INFO E| Downloaded serde_json v1.0.103
23032024-10-31T17:20:17.022Z[ helios-setup] Oct 31 17:20:16.014 INFO E| Downloaded digest v0.9.0
23042024-10-31T17:20:17.025Z[ helios-setup] Oct 31 17:20:16.016 INFO E| Downloaded cpufeatures v0.2.9
23052024-10-31T17:20:17.027Z[ helios-setup] Oct 31 17:20:16.017 INFO E| Downloaded proc-macro2 v1.0.66
23062024-10-31T17:20:17.029Z[ helios-setup] Oct 31 17:20:16.021 INFO E| Downloaded opaque-debug v0.3.0
23072024-10-31T17:20:17.032Z[ helios-setup] Oct 31 17:20:16.022 INFO E| Downloaded itoa v1.0.9
23082024-10-31T17:20:17.058Z[ helios-setup] Oct 31 17:20:16.049 INFO E| Downloaded anyhow v1.0.72
23092024-10-31T17:20:17.063Z[ helios-setup] Oct 31 17:20:16.055 INFO E| Downloaded syn v2.0.32
23102024-10-31T17:20:17.080Z[ helios-setup] Oct 31 17:20:16.071 INFO E| Downloaded rustix v0.38.4
23112024-10-31T17:20:17.110Z[ helios-setup] Oct 31 17:20:16.102 INFO E| Downloaded errno v0.3.1
23122024-10-31T17:20:17.113Z[ helios-setup] Oct 31 17:20:16.104 INFO E| Downloaded libc v0.2.147
23132024-10-31T17:20:17.156Z[ helios-setup] Oct 31 17:20:16.147 INFO E| Downloaded block-buffer v0.9.0
23142024-10-31T17:20:17.158Z[ helios-setup] Oct 31 17:20:16.148 INFO E| Downloaded bitflags v2.3.3
23152024-10-31T17:20:17.290Z[ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling libc v0.2.147
23162024-10-31T17:20:17.293Z[ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling proc-macro2 v1.0.66
23172024-10-31T17:20:17.293Z[ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling unicode-ident v1.0.11
23182024-10-31T17:20:17.293Z[ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling cfg-if v1.0.0
23192024-10-31T17:20:17.293Z[ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling typenum v1.16.0
23202024-10-31T17:20:17.293Z[ helios-setup] Oct 31 17:20:16.283 INFO E| Compiling version_check v0.9.4
23212024-10-31T17:20:17.293Z[ helios-setup] Oct 31 17:20:16.283 INFO E| Compiling serde v1.0.193
23222024-10-31T17:20:17.293Z[ helios-setup] Oct 31 17:20:16.283 INFO E| Compiling slog v2.7.0
23232024-10-31T17:20:18.269Z[ helios-setup] Oct 31 17:20:17.254 INFO E| Compiling powerfmt v0.2.0
23242024-10-31T17:20:18.300Z[ helios-setup] Oct 31 17:20:17.292 INFO E| Compiling time-core v0.1.2
23252024-10-31T17:20:18.483Z[ helios-setup] Oct 31 17:20:17.473 INFO E| Compiling rustix v0.38.4
23262024-10-31T17:20:18.801Z[ helios-setup] Oct 31 17:20:17.792 INFO E| Compiling num-conv v0.1.0
23272024-10-31T17:20:19.160Z[ helios-setup] Oct 31 17:20:18.151 INFO E| Compiling itoa v1.0.9
23282024-10-31T17:20:19.241Z[ helios-setup] Oct 31 17:20:18.232 INFO E| Compiling time-macros v0.2.18
23292024-10-31T17:20:19.500Z[ helios-setup] Oct 31 17:20:18.491 INFO E| Compiling deranged v0.3.11
23302024-10-31T17:20:19.702Z[ helios-setup] Oct 31 17:20:18.693 INFO E| Compiling generic-array v0.14.7
23312024-10-31T17:20:19.723Z[ helios-setup] Oct 31 17:20:18.714 INFO E| Compiling bitflags v2.3.3
23322024-10-31T17:20:19.931Z[ helios-setup] Oct 31 17:20:18.922 INFO E| Compiling num_threads v0.1.6
23332024-10-31T17:20:20.070Z[ helios-setup] Oct 31 17:20:19.061 INFO E| Compiling once_cell v1.18.0
23342024-10-31T17:20:20.471Z[ helios-setup] Oct 31 17:20:19.462 INFO E| Compiling quote v1.0.31
23352024-10-31T17:20:20.963Z[ helios-setup] Oct 31 17:20:19.953 INFO E| Compiling dirs-sys-next v0.1.2
23362024-10-31T17:20:21.620Z[ helios-setup] Oct 31 17:20:20.610 INFO E| Compiling syn v2.0.32
23372024-10-31T17:20:21.653Z[ helios-setup] Oct 31 17:20:20.643 INFO E| Compiling dirs-next v2.0.0
23382024-10-31T17:20:21.854Z[ host-package] Compiling half v2.4.1
23392024-10-31T17:20:22.038Z[ helios-setup] Oct 31 17:20:21.028 INFO E| Compiling errno v0.3.1
23402024-10-31T17:20:22.153Z[ helios-setup] Oct 31 17:20:21.143 INFO E| Compiling term v0.7.0
23412024-10-31T17:20:22.503Z[ helios-setup] Oct 31 17:20:21.493 INFO E| Compiling thread_local v1.1.7
23422024-10-31T17:20:22.673Z[ helios-setup] Oct 31 17:20:21.663 INFO E| Compiling atty v0.2.14
23432024-10-31T17:20:23.092Z[ helios-setup] Oct 31 17:20:22.082 INFO E| Compiling serde_json v1.0.103
23442024-10-31T17:20:23.588Z[ host-package] Compiling ciborium-io v0.2.2
23452024-10-31T17:20:23.702Z[ helios-setup] Oct 31 17:20:22.692 INFO E| Compiling fastrand v2.0.0
23462024-10-31T17:20:23.730Z[ helios-setup] Oct 31 17:20:22.720 INFO E| Compiling anyhow v1.0.72
23472024-10-31T17:20:24.125Z[ host-package] Compiling ciborium-ll v0.2.2
23482024-10-31T17:20:24.480Z[ helios-setup] Oct 31 17:20:23.470 INFO E| Compiling opaque-debug v0.3.0
23492024-10-31T17:20:24.665Z[ helios-setup] Oct 31 17:20:23.655 INFO E| Compiling getrandom v0.2.10
23502024-10-31T17:20:24.708Z[ helios-setup] Oct 31 17:20:23.698 INFO E| Compiling unicode-width v0.1.10
23512024-10-31T17:20:24.948Z[ helios-setup] Oct 31 17:20:23.934 INFO E| Compiling time v0.3.36
23522024-10-31T17:20:25.000Z[ helios-setup] Oct 31 17:20:23.990 INFO E| Compiling cpufeatures v0.2.9
23532024-10-31T17:20:25.091Z[ helios-setup] Oct 31 17:20:24.081 INFO E| Compiling digest v0.9.0
23542024-10-31T17:20:25.152Z[ helios-setup] Oct 31 17:20:24.142 INFO E| Compiling block-buffer v0.9.0
23552024-10-31T17:20:25.170Z[ helios-setup] Oct 31 17:20:24.160 INFO E| Compiling ryu v1.0.15
23562024-10-31T17:20:25.288Z[ host-package] Compiling tungstenite v0.21.0
23572024-10-31T17:20:25.439Z[ helios-setup] Oct 31 17:20:24.428 INFO E| Compiling same-file v1.0.6
23582024-10-31T17:20:25.525Z[ helios-setup] Oct 31 17:20:24.514 INFO E| Compiling tempfile v3.7.0
23592024-10-31T17:20:25.572Z[ helios-setup] Oct 31 17:20:24.561 INFO E| Compiling sha-1 v0.9.8
23602024-10-31T17:20:26.002Z[ helios-setup] Oct 31 17:20:24.992 INFO E| Compiling walkdir v2.3.3
23612024-10-31T17:20:26.063Z[ helios-setup] Oct 31 17:20:25.052 INFO E| Compiling md-5 v0.9.1
23622024-10-31T17:20:26.677Z[ helios-setup] Oct 31 17:20:25.666 INFO E| Compiling getopts v0.2.21
23632024-10-31T17:20:26.812Z[ helios-setup] Oct 31 17:20:25.801 INFO E| Compiling libdevinfo-sys v1.0.0
23642024-10-31T17:20:27.117Z[ helios-setup] Oct 31 17:20:26.106 INFO E| Compiling glob v0.3.1
23652024-10-31T17:20:27.687Z[ host-package] Compiling tokio-tungstenite v0.21.0
23662024-10-31T17:20:28.461Z[ host-package] Compiling ciborium v0.2.2
23672024-10-31T17:20:28.501Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23682024-10-31T17:20:28.793Z[ helios-setup] Oct 31 17:20:27.782 INFO E| Compiling slog-term v2.9.0
23692024-10-31T17:20:31.219Z[ host-package] Compiling same-file v1.0.6
23702024-10-31T17:20:31.492Z[ helios-setup] Oct 31 17:20:30.480 INFO E| Compiling serde_derive v1.0.193
23712024-10-31T17:20:31.669Z[ host-package] Compiling fastrand v2.1.1
23722024-10-31T17:20:32.248Z[ host-package] Compiling tempfile v3.13.0
23732024-10-31T17:20:32.657Z[ host-package] Compiling walkdir v2.5.0
23742024-10-31T17:20:33.404Z[ host-package] Compiling ring v0.16.20
23752024-10-31T17:20:36.321Z[ host-package] Compiling blake3 v1.5.4
23762024-10-31T17:20:37.215Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23772024-10-31T17:20:37.612Z[ host-package] Compiling xattr v1.3.1
23782024-10-31T17:20:38.429Z[ host-package] Compiling filetime v0.2.25
23792024-10-31T17:20:38.817Z[ host-package] Compiling memmap2 v0.9.5
23802024-10-31T17:20:39.288Z[ host-package] Compiling untrusted v0.7.1
23812024-10-31T17:20:39.583Z[ host-package] Compiling keccak v0.1.5
23822024-10-31T17:20:39.586Z[ host-package] Compiling arrayref v0.3.9
23832024-10-31T17:20:39.673Z[ host-package] Compiling constant_time_eq v0.3.1
23842024-10-31T17:20:39.776Z[ host-package] Compiling arrayvec v0.7.6
23852024-10-31T17:20:39.862Z[ host-package] Compiling spin v0.5.2
23862024-10-31T17:20:40.730Z[ host-package] Compiling sha3 v0.10.8
23872024-10-31T17:20:41.207Z[ host-package] Compiling tar v0.4.42
23882024-10-31T17:20:41.513Z[ host-package] Compiling toolchain_find v0.4.0
23892024-10-31T17:20:41.815Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23902024-10-31T17:20:41.898Z[ host-package] Compiling camino-tempfile v1.1.1
23912024-10-31T17:20:42.174Z[ host-package] Compiling nibble_vec v0.1.0
23922024-10-31T17:20:42.436Z[ host-package] Compiling topological-sort v0.2.2
23932024-10-31T17:20:42.459Z[ host-package] Compiling glob v0.3.1
23942024-10-31T17:20:42.686Z[ host-package] Compiling maplit v1.0.2
23952024-10-31T17:20:42.827Z[ host-package] Compiling endian-type v0.1.2
23962024-10-31T17:20:43.169Z[ host-package] Compiling crunchy v0.2.2
23972024-10-31T17:20:43.327Z[ host-package] Compiling clang-sys v1.8.1
23982024-10-31T17:20:43.387Z[ host-package] Compiling radix_trie v0.2.1
23992024-10-31T17:20:43.553Z[ host-package] Compiling omicron-zone-package v0.11.1
24002024-10-31T17:20:43.820Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24012024-10-31T17:20:44.174Z[ host-package] Compiling tiny-keccak v2.0.2
24022024-10-31T17:20:44.447Z[ helios-setup] Oct 31 17:20:43.432 INFO E| Compiling toml v0.5.11
24032024-10-31T17:20:44.447Z[ helios-setup] Oct 31 17:20:43.432 INFO E| Compiling uuid v0.8.2
24042024-10-31T17:20:44.495Z[ host-package] Compiling dsl_auto_type v0.1.2
24052024-10-31T17:20:44.682Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24062024-10-31T17:20:44.849Z[ host-package] Compiling secrecy v0.8.0
24072024-10-31T17:20:45.181Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24082024-10-31T17:20:45.242Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24092024-10-31T17:20:45.745Z[ host-package] Compiling arc-swap v1.7.1
24102024-10-31T17:20:45.921Z[ host-package] Compiling r2d2 v0.8.10
24112024-10-31T17:20:46.319Z[ helios-setup] Oct 31 17:20:45.303 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24122024-10-31T17:20:46.491Z[ host-package] Compiling diesel_derives v2.2.3
24132024-10-31T17:20:46.602Z[ host-package] Compiling slog-scope v4.4.0
24142024-10-31T17:20:46.756Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24152024-10-31T17:20:47.013Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24162024-10-31T17:20:47.242Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24172024-10-31T17:20:47.545Z[ host-package] Compiling ascii-canvas v3.0.0
24182024-10-31T17:20:47.975Z[ host-package] Compiling universal-hash v0.5.1
24192024-10-31T17:20:48.162Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24202024-10-31T17:20:49.025Z[ helios-setup] Oct 31 17:20:48.008 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24212024-10-31T17:20:49.061Z[ host-package] Compiling ena v0.14.3
24222024-10-31T17:20:49.552Z[ host-package] Compiling libloading v0.8.5
24232024-10-31T17:20:49.873Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24242024-10-31T17:20:49.989Z[ host-package] Compiling regex-syntax v0.6.29
24252024-10-31T17:20:51.461Z[ host-package] Compiling bindgen v0.69.5
24262024-10-31T17:20:52.056Z[ host-package] Compiling opaque-debug v0.3.1
24272024-10-31T17:20:52.212Z[ host-package] Compiling diff v0.1.13
24282024-10-31T17:20:52.938Z[ host-package] Compiling poly1305 v0.8.0
24292024-10-31T17:20:54.588Z[ host-package] Compiling lalrpop v0.19.12
24302024-10-31T17:20:55.961Z[ host-package] Compiling thiserror-no-std v2.0.2
24312024-10-31T17:20:59.802Z[ host-package] Compiling diesel v2.2.4
24322024-10-31T17:21:01.723Z[ helios-setup] Oct 31 17:21:00.704 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.74s
24332024-10-31T17:21:01.755Z[ helios-setup] Oct 31 17:21:00.735 INFO building project "image-builder" ok (45 seconds)
24342024-10-31T17:21:01.755Z[ helios-setup] Oct 31 17:21:00.735 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24352024-10-31T17:21:01.757Z[ helios-setup] Oct 31 17:21:00.735 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24362024-10-31T17:21:01.764Z[ helios-setup] Oct 31 17:21:00.745 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24372024-10-31T17:21:02.012Z[ helios-setup] Oct 31 17:21:00.993 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24382024-10-31T17:21:02.013Z[ helios-setup] Oct 31 17:21:00.993 INFO E| info: downloading component 'cargo'
24392024-10-31T17:21:03.419Z[ helios-setup] Oct 31 17:21:02.399 INFO E| info: downloading component 'clippy'
24402024-10-31T17:21:03.721Z[ helios-setup] Oct 31 17:21:02.699 INFO E| info: downloading component 'rust-docs'
24412024-10-31T17:21:04.983Z[ helios-setup] Oct 31 17:21:03.963 INFO E| info: downloading component 'rust-src'
24422024-10-31T17:21:05.326Z[ helios-setup] Oct 31 17:21:04.306 INFO E| info: downloading component 'rust-std'
24432024-10-31T17:21:07.823Z[ helios-setup] Oct 31 17:21:06.802 INFO E| info: downloading component 'rustc'
24442024-10-31T17:21:07.831Z[ host-package] Compiling slog-stdlog v4.1.1
24452024-10-31T17:21:08.659Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24462024-10-31T17:21:08.954Z[ host-package] Compiling which v4.4.2
24472024-10-31T17:21:09.535Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24482024-10-31T17:21:09.766Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24492024-10-31T17:21:09.859Z[ host-package] Compiling chacha20 v0.9.1
24502024-10-31T17:21:10.009Z[ host-package] Compiling cexpr v0.6.0
24512024-10-31T17:21:10.342Z[ host-package] Compiling aead v0.5.2
24522024-10-31T17:21:10.697Z[ host-package] Compiling rustc-hash v1.1.0
24532024-10-31T17:21:10.874Z[ host-package] Compiling lazycell v1.3.0
24542024-10-31T17:21:11.068Z[ host-package] Compiling ref-cast v1.0.23
24552024-10-31T17:21:11.711Z[ host-package] Compiling chacha20poly1305 v0.10.1
24562024-10-31T17:21:12.000Z[ host-package] Compiling slog-envlogger v2.2.0
24572024-10-31T17:21:13.190Z[ helios-setup] Oct 31 17:21:12.168 INFO E| info: downloading component 'rustfmt'
24582024-10-31T17:21:13.463Z[ helios-setup] Oct 31 17:21:12.441 INFO E| info: installing component 'cargo'
24592024-10-31T17:21:14.607Z[ host-package] Compiling vsss-rs v3.3.4
24602024-10-31T17:21:14.958Z[ helios-setup] Oct 31 17:21:13.935 INFO E| info: installing component 'clippy'
24612024-10-31T17:21:15.476Z[ helios-setup] Oct 31 17:21:14.453 INFO E| info: installing component 'rust-docs'
24622024-10-31T17:21:19.819Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24632024-10-31T17:21:20.149Z[ host-package] Compiling derive_builder_core v0.20.2
24642024-10-31T17:21:22.105Z[ helios-setup] Oct 31 17:21:21.080 INFO E| info: installing component 'rust-src'
24652024-10-31T17:21:22.706Z[ helios-setup] Oct 31 17:21:21.682 INFO E| info: installing component 'rust-std'
24662024-10-31T17:21:22.795Z[ host-package] Compiling polar-core v0.27.3
24672024-10-31T17:21:23.223Z[ host-package] Compiling headers-core v0.3.0
24682024-10-31T17:21:23.876Z[ host-package] Compiling fxhash v0.2.1
24692024-10-31T17:21:24.140Z[ host-package] Compiling libxml v0.3.3
24702024-10-31T17:21:24.333Z[ host-package] Compiling ref-cast-impl v1.0.23
24712024-10-31T17:21:25.211Z[ helios-setup] Oct 31 17:21:24.186 INFO E| info: installing component 'rustc'
24722024-10-31T17:21:25.221Z[ host-package] Compiling headers v0.4.0
24732024-10-31T17:21:25.785Z[ host-package] Compiling derive_builder_macro v0.20.2
24742024-10-31T17:21:26.692Z[ host-package] Compiling samael v0.0.17
24752024-10-31T17:21:28.474Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24762024-10-31T17:21:29.419Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24772024-10-31T17:21:29.856Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24782024-10-31T17:21:31.524Z[ helios-setup] Oct 31 17:21:30.497 INFO E| info: installing component 'rustfmt'
24792024-10-31T17:21:32.036Z[ host-package] Compiling phf_generator v0.11.2
24802024-10-31T17:21:32.258Z[ host-package] Compiling strum_macros v0.24.3
24812024-10-31T17:21:32.362Z[ helios-setup] Oct 31 17:21:31.335 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24822024-10-31T17:21:33.245Z[ helios-setup] Oct 31 17:21:32.218 INFO E| From https://github.com/oxidecomputer/amd-apcb
24832024-10-31T17:21:33.245Z[ helios-setup] Oct 31 17:21:32.218 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
24842024-10-31T17:21:33.248Z[ helios-setup] Oct 31 17:21:32.218 INFO E| * [new tag] v0.4.1 -> v0.4.1
24852024-10-31T17:21:33.279Z[ helios-setup] Oct 31 17:21:32.251 INFO E| * [new tag] v0.1.3 -> v0.1.3
24862024-10-31T17:21:33.279Z[ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.1.4 -> v0.1.4
24872024-10-31T17:21:33.282Z[ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.1.5 -> v0.1.5
24882024-10-31T17:21:33.282Z[ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.2.0 -> v0.2.0
24892024-10-31T17:21:33.282Z[ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.3.0 -> v0.3.0
24902024-10-31T17:21:33.282Z[ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.3.1 -> v0.3.1
24912024-10-31T17:21:33.282Z[ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.3.2 -> v0.3.2
24922024-10-31T17:21:33.282Z[ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.3.3 -> v0.3.3
24932024-10-31T17:21:33.282Z[ helios-setup] Oct 31 17:21:32.253 INFO E| * [new tag] v0.4.0 -> v0.4.0
24942024-10-31T17:21:33.323Z[ helios-setup] Oct 31 17:21:32.296 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24952024-10-31T17:21:34.233Z[ helios-setup] Oct 31 17:21:33.206 INFO E| From https://github.com/oxidecomputer/amd-efs
24962024-10-31T17:21:34.233Z[ helios-setup] Oct 31 17:21:33.206 INFO E| * [new branch] empty -> origin/empty
24972024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.206 INFO E| * [new branch] issue-99 -> origin/issue-99
24982024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.206 INFO E| * [new branch] main -> origin/main
24992024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.206 INFO E| * [new branch] review -> origin/review
25002024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.207 INFO E| * [new ref] -> origin/HEAD
25012024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.0 -> v0.2.0
25022024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.1 -> v0.2.1
25032024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.2 -> v0.2.2
25042024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.3 -> v0.2.3
25052024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.4 -> v0.2.4
25062024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.2.5 -> v0.2.5
25072024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.2.6 -> v0.2.6
25082024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.2.7 -> v0.2.7
25092024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.3.0 -> v0.3.0
25102024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.3.1 -> v0.3.1
25112024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.4.0 -> v0.4.0
25122024-10-31T17:21:34.243Z[ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.4.1 -> v0.4.1
25132024-10-31T17:21:34.258Z[ helios-setup] Oct 31 17:21:33.230 INFO E| Updating crates.io index
25142024-10-31T17:21:34.628Z[ helios-setup] Oct 31 17:21:33.600 INFO E| Downloading crates ...
25152024-10-31T17:21:34.917Z[ helios-setup] Oct 31 17:21:33.889 INFO E| Downloaded unic-common v0.9.0
25162024-10-31T17:21:34.919Z[ helios-setup] Oct 31 17:21:33.891 INFO E| Downloaded strum v0.23.0
25172024-10-31T17:21:34.922Z[ helios-setup] Oct 31 17:21:33.892 INFO E| Downloaded structopt v0.3.26
25182024-10-31T17:21:34.932Z[ helios-setup] Oct 31 17:21:33.904 INFO E| Downloaded semver-parser v0.7.0
25192024-10-31T17:21:34.935Z[ helios-setup] Oct 31 17:21:33.906 INFO E| Downloaded unic-char-range v0.9.0
25202024-10-31T17:21:34.937Z[ helios-setup] Oct 31 17:21:33.908 INFO E| Downloaded scroll_derive v0.10.5
25212024-10-31T17:21:34.939Z[ helios-setup] Oct 31 17:21:33.910 INFO E| Downloaded memoffset v0.5.6
25222024-10-31T17:21:34.939Z[ helios-setup] Oct 31 17:21:33.912 INFO E| Downloaded proc-macro2 v1.0.86
25232024-10-31T17:21:34.944Z[ helios-setup] Oct 31 17:21:33.917 INFO E| Downloaded unic-ucd-version v0.9.0
25242024-10-31T17:21:34.982Z[ helios-setup] Oct 31 17:21:33.954 INFO E| Downloaded vec_map v0.8.2
25252024-10-31T17:21:34.984Z[ helios-setup] Oct 31 17:21:33.956 INFO E| Downloaded unic-ucd-ident v0.9.0
25262024-10-31T17:21:34.986Z[ helios-setup] Oct 31 17:21:33.958 INFO E| Downloaded unic-char-property v0.9.0
25272024-10-31T17:21:34.989Z[ helios-setup] Oct 31 17:21:33.959 INFO E| Downloaded textwrap v0.11.0
25282024-10-31T17:21:34.989Z[ helios-setup] Oct 31 17:21:33.961 INFO E| Downloaded strum_macros v0.23.1
25292024-10-31T17:21:34.991Z[ helios-setup] Oct 31 17:21:33.964 INFO E| Downloaded ansi_term v0.12.1
25302024-10-31T17:21:34.994Z[ helios-setup] Oct 31 17:21:33.967 INFO E| Downloaded scroll v0.10.2
25312024-10-31T17:21:34.996Z[ helios-setup] Oct 31 17:21:33.969 INFO E| Downloaded pest_meta v2.7.13
25322024-10-31T17:21:34.999Z[ helios-setup] Oct 31 17:21:33.972 INFO E| Downloaded modular-bitfield v0.11.2
25332024-10-31T17:21:35.015Z[ helios-setup] Oct 31 17:21:33.987 INFO E| Downloaded pest_derive v2.7.13
25342024-10-31T17:21:35.018Z[ helios-setup] Oct 31 17:21:33.990 INFO E| Downloaded once_cell v1.20.1
25352024-10-31T17:21:35.020Z[ helios-setup] Oct 31 17:21:33.993 INFO E| Downloaded pre-proc-macro v0.2.1
25362024-10-31T17:21:35.023Z[ helios-setup] Oct 31 17:21:33.995 INFO E| Downloaded structopt-derive v0.4.18
25372024-10-31T17:21:35.025Z[ helios-setup] Oct 31 17:21:33.997 INFO E| Downloaded semver v0.9.0
25382024-10-31T17:21:35.028Z[ helios-setup] Oct 31 17:21:33.999 INFO E| Downloaded rustc_version v0.2.3
25392024-10-31T17:21:35.031Z[ helios-setup] Oct 31 17:21:34.001 INFO E| Downloaded pest v2.7.13
25402024-10-31T17:21:35.036Z[ helios-setup] Oct 31 17:21:34.009 INFO E| Downloaded goblin v0.4.3
25412024-10-31T17:21:35.044Z[ helios-setup] Oct 31 17:21:34.017 INFO E| Downloaded clap v2.34.0
25422024-10-31T17:21:35.055Z[ helios-setup] Oct 31 17:21:34.028 INFO E| Downloaded proc-macro-crate v0.1.5
25432024-10-31T17:21:35.057Z[ helios-setup] Oct 31 17:21:34.029 INFO E| Downloaded pre v0.2.1
25442024-10-31T17:21:35.060Z[ helios-setup] Oct 31 17:21:34.030 INFO E| Downloaded pest_generator v2.7.13
25452024-10-31T17:21:35.060Z[ helios-setup] Oct 31 17:21:34.032 INFO E| Downloaded modular-bitfield-impl v0.11.2
25462024-10-31T17:21:35.062Z[ helios-setup] Oct 31 17:21:34.034 INFO E| Downloaded four-cc v0.3.0
25472024-10-31T17:21:35.065Z[ helios-setup] Oct 31 17:21:34.035 INFO E| Downloaded cfg-if v0.1.10
25482024-10-31T17:21:35.065Z[ helios-setup] Oct 31 17:21:34.037 INFO E| Downloaded bytesize v1.3.0
25492024-10-31T17:21:35.067Z[ helios-setup] Oct 31 17:21:34.038 INFO E| Downloaded strsim v0.8.0
25502024-10-31T17:21:35.070Z[ helios-setup] Oct 31 17:21:34.040 INFO E| Downloaded parse_int v0.6.0
25512024-10-31T17:21:35.070Z[ helios-setup] Oct 31 17:21:34.041 INFO E| Downloaded fletcher v0.1.0
25522024-10-31T17:21:35.072Z[ helios-setup] Oct 31 17:21:34.043 INFO E| Downloaded libc v0.2.159
25532024-10-31T17:21:35.219Z[ helios-setup] Oct 31 17:21:34.174 INFO E| Compiling proc-macro2 v1.0.86
25542024-10-31T17:21:35.219Z[ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling unicode-ident v1.0.13
25552024-10-31T17:21:35.221Z[ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling syn v1.0.109
25562024-10-31T17:21:35.221Z[ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling version_check v0.9.5
25572024-10-31T17:21:35.222Z[ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling memchr v2.7.4
25582024-10-31T17:21:35.222Z[ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling autocfg v1.4.0
25592024-10-31T17:21:35.222Z[ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling semver-parser v0.7.0
25602024-10-31T17:21:35.222Z[ helios-setup] Oct 31 17:21:34.182 INFO E| Compiling thiserror v1.0.64
25612024-10-31T17:21:35.343Z[ host-package] Compiling kstat-rs v0.2.4
25622024-10-31T17:21:35.795Z[ helios-setup] Oct 31 17:21:34.767 INFO E| Compiling semver v0.9.0
25632024-10-31T17:21:36.204Z[ host-package] Compiling unicase v2.7.0
25642024-10-31T17:21:36.475Z[ helios-setup] Oct 31 17:21:35.446 INFO E| Compiling proc-macro-error-attr v1.0.4
25652024-10-31T17:21:36.554Z[ helios-setup] Oct 31 17:21:35.526 INFO E| Compiling serde v1.0.210
25662024-10-31T17:21:36.737Z[ helios-setup] Oct 31 17:21:35.709 INFO E| Compiling proc-macro-error v1.0.4
25672024-10-31T17:21:36.912Z[ host-package] Compiling indoc v1.0.9
25682024-10-31T17:21:37.030Z[ helios-setup] Oct 31 17:21:36.002 INFO E| Compiling rustc_version v0.2.3
25692024-10-31T17:21:37.106Z[ helios-setup] Oct 31 17:21:36.078 INFO E| Compiling serde_json v1.0.128
25702024-10-31T17:21:37.163Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25712024-10-31T17:21:37.275Z[ helios-setup] Oct 31 17:21:36.247 INFO E| Compiling num-traits v0.2.19
25722024-10-31T17:21:37.475Z[ helios-setup] Oct 31 17:21:36.447 INFO E| Compiling schemars v0.8.21
25732024-10-31T17:21:37.825Z[ helios-setup] Oct 31 17:21:36.796 INFO E| Compiling ryu v1.0.18
25742024-10-31T17:21:37.851Z[ helios-setup] Oct 31 17:21:36.823 INFO E| Compiling itoa v1.0.11
25752024-10-31T17:21:37.993Z[ helios-setup] Oct 31 17:21:36.965 INFO E| Compiling unicode-segmentation v1.12.0
25762024-10-31T17:21:38.185Z[ helios-setup] Oct 31 17:21:37.157 INFO E| Compiling pre-proc-macro v0.2.1
25772024-10-31T17:21:38.223Z[ helios-setup] Oct 31 17:21:37.195 INFO E| Compiling memoffset v0.5.6
25782024-10-31T17:21:38.315Z[ helios-setup] Oct 31 17:21:37.287 INFO E| Compiling dyn-clone v1.0.17
25792024-10-31T17:21:38.448Z[ helios-setup] Oct 31 17:21:37.420 INFO E| Compiling rustversion v1.0.17
25802024-10-31T17:21:38.506Z[ helios-setup] Oct 31 17:21:37.477 INFO E| Compiling ucd-trie v0.1.7
25812024-10-31T17:21:38.719Z[ helios-setup] Oct 31 17:21:37.690 INFO E| Compiling quote v1.0.37
25822024-10-31T17:21:38.866Z[ helios-setup] Oct 31 17:21:37.837 INFO E| Compiling paste v1.0.15
25832024-10-31T17:21:38.981Z[ host-package] Compiling phf_codegen v0.11.2
25842024-10-31T17:21:39.101Z[ helios-setup] Oct 31 17:21:38.072 INFO E| Compiling libc v0.2.159
25852024-10-31T17:21:39.581Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25862024-10-31T17:21:39.727Z[ helios-setup] Oct 31 17:21:38.697 INFO E| Compiling syn v2.0.79
25872024-10-31T17:21:39.885Z[ helios-setup] Oct 31 17:21:38.856 INFO E| Compiling heck v0.3.3
25882024-10-31T17:21:39.970Z[ helios-setup] Oct 31 17:21:38.942 INFO E| Compiling lazy_static v1.5.0
25892024-10-31T17:21:40.363Z[ helios-setup] Oct 31 17:21:39.334 INFO E| Compiling pre v0.2.1
25902024-10-31T17:21:40.393Z[ helios-setup] Oct 31 17:21:39.364 INFO E| Compiling static_assertions v1.1.0
25912024-10-31T17:21:40.485Z[ helios-setup] Oct 31 17:21:39.456 INFO E| Compiling byteorder v1.5.0
25922024-10-31T17:21:40.929Z[ helios-setup] Oct 31 17:21:39.900 INFO E| Compiling once_cell v1.20.1
25932024-10-31T17:21:41.078Z[ helios-setup] Oct 31 17:21:40.049 INFO E| Compiling cfg-if v0.1.10
25942024-10-31T17:21:41.989Z[ helios-setup] Oct 31 17:21:40.959 INFO E| Compiling unicode-width v0.1.14
25952024-10-31T17:21:42.831Z[ helios-setup] Oct 31 17:21:41.801 INFO E| Compiling atty v0.2.14
25962024-10-31T17:21:43.152Z[ helios-setup] Oct 31 17:21:42.122 INFO E| Compiling textwrap v0.11.0
25972024-10-31T17:21:43.188Z[ helios-setup] Oct 31 17:21:42.157 INFO E| Compiling bitflags v1.3.2
25982024-10-31T17:21:43.301Z[ helios-setup] Oct 31 17:21:42.271 INFO E| Compiling strsim v0.8.0
25992024-10-31T17:21:44.106Z[ helios-setup] Oct 31 17:21:43.076 INFO E| Compiling fletcher v0.1.0
26002024-10-31T17:21:44.392Z[ helios-setup] Oct 31 17:21:43.362 INFO E| Compiling parse_int v0.6.0
26012024-10-31T17:21:44.423Z[ helios-setup] Oct 31 17:21:43.393 INFO E| Compiling ansi_term v0.12.1
26022024-10-31T17:21:44.644Z[ helios-setup] Oct 31 17:21:43.614 INFO E| Compiling vec_map v0.8.2
26032024-10-31T17:21:44.766Z[ helios-setup] Oct 31 17:21:43.736 INFO E| Compiling strum v0.23.0
26042024-10-31T17:21:44.828Z[ helios-setup] Oct 31 17:21:43.798 INFO E| Compiling unic-common v0.9.0
26052024-10-31T17:21:44.900Z[ helios-setup] Oct 31 17:21:43.870 INFO E| Compiling unic-char-range v0.9.0
26062024-10-31T17:21:45.236Z[ helios-setup] Oct 31 17:21:44.127 INFO E| Compiling clap v2.34.0
26072024-10-31T17:21:45.236Z[ helios-setup] Oct 31 17:21:44.127 INFO E| Compiling unic-char-property v0.9.0
26082024-10-31T17:21:45.238Z[ helios-setup] Oct 31 17:21:44.177 INFO E| Compiling unic-ucd-version v0.9.0
26092024-10-31T17:21:45.239Z[ helios-setup] Oct 31 17:21:44.177 INFO E| Compiling plain v0.2.3
26102024-10-31T17:21:45.303Z[ helios-setup] Oct 31 17:21:44.272 INFO E| Compiling log v0.4.22
26112024-10-31T17:21:45.426Z[ helios-setup] Oct 31 17:21:44.396 INFO E| Compiling unic-ucd-ident v0.9.0
26122024-10-31T17:21:45.517Z[ helios-setup] Oct 31 17:21:44.487 INFO E| Compiling bytesize v1.3.0
26132024-10-31T17:21:47.862Z[ helios-setup] Oct 31 17:21:46.831 INFO E| Compiling serde_derive_internals v0.29.1
26142024-10-31T17:21:49.536Z[ host-package] Compiling derive_builder v0.20.2
26152024-10-31T17:21:49.821Z[ helios-setup] Oct 31 17:21:48.790 INFO E| Compiling toml v0.5.11
26162024-10-31T17:21:49.930Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26172024-10-31T17:21:50.290Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26182024-10-31T17:21:50.970Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26192024-10-31T17:21:52.751Z[ helios-setup] Oct 31 17:21:51.719 INFO E| Compiling thiserror-impl v1.0.64
26202024-10-31T17:21:52.751Z[ helios-setup] Oct 31 17:21:51.719 INFO E| Compiling serde_derive v1.0.210
26212024-10-31T17:21:53.188Z[ helios-setup] Oct 31 17:21:52.156 INFO E| Compiling schemars_derive v0.8.21
26222024-10-31T17:21:53.251Z[ helios-setup] Oct 31 17:21:52.219 INFO E| Compiling proc-macro-crate v0.1.5
26232024-10-31T17:21:54.599Z[ helios-setup] Oct 31 17:21:53.566 INFO E| Compiling zerocopy-derive v0.6.6
26242024-10-31T17:21:55.287Z[ helios-setup] Oct 31 17:21:54.255 INFO E| Compiling num-derive v0.4.2
26252024-10-31T17:21:58.076Z[ host-package] Compiling oso-derive v0.27.3
26262024-10-31T17:21:58.326Z[ helios-setup] Oct 31 17:21:57.293 INFO E| Compiling zerocopy v0.6.6
26272024-10-31T17:21:58.422Z[ helios-setup] Oct 31 17:21:57.389 INFO E| Compiling pest v2.7.13
26282024-10-31T17:22:00.227Z[ host-package] Compiling parse-zoneinfo v0.3.1
26292024-10-31T17:22:01.547Z[ helios-setup] Oct 31 17:22:00.513 INFO E| Compiling modular-bitfield-impl v0.11.2
26302024-10-31T17:22:02.177Z[ helios-setup] Oct 31 17:22:01.143 INFO E| Compiling scroll_derive v0.10.5
26312024-10-31T17:22:02.665Z[ helios-setup] Oct 31 17:22:01.630 INFO E| Compiling strum_macros v0.23.1
26322024-10-31T17:22:02.871Z[ host-package] Compiling libz-sys v1.1.20
26332024-10-31T17:22:03.293Z[ helios-setup] Oct 31 17:22:02.258 INFO E| Compiling pest_meta v2.7.13
26342024-10-31T17:22:03.357Z[ helios-setup] Oct 31 17:22:02.322 INFO E| Compiling structopt-derive v0.4.18
26352024-10-31T17:22:03.802Z[ host-package] Compiling quick-xml v0.33.0
26362024-10-31T17:22:04.521Z[ host-package] Compiling diesel-dtrace v0.3.0
26372024-10-31T17:22:05.384Z[ helios-setup] Oct 31 17:22:04.349 INFO E| Compiling scroll v0.10.2
26382024-10-31T17:22:05.582Z[ host-package] Compiling parking_lot_core v0.8.6
26392024-10-31T17:22:05.918Z[ helios-setup] Oct 31 17:22:04.882 INFO E| Compiling pest_generator v2.7.13
26402024-10-31T17:22:06.521Z[ helios-setup] Oct 31 17:22:05.480 INFO E| Compiling goblin v0.4.3
26412024-10-31T17:22:06.969Z[ helios-setup] Oct 31 17:22:05.934 INFO E| Compiling modular-bitfield v0.11.2
26422024-10-31T17:22:07.374Z[ host-package] Compiling cfg_aliases v0.1.1
26432024-10-31T17:22:08.051Z[ host-package] Compiling nix v0.28.0
26442024-10-31T17:22:08.678Z[ helios-setup] Oct 31 17:22:07.642 INFO E| Compiling structopt v0.3.26
26452024-10-31T17:22:09.603Z[ host-package] Compiling oso v0.27.3
26462024-10-31T17:22:09.756Z[ host-package] Compiling chrono-tz-build v0.4.0
26472024-10-31T17:22:10.057Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26482024-10-31T17:22:10.418Z[ helios-setup] Oct 31 17:22:09.382 INFO E| Compiling pest_derive v2.7.13
26492024-10-31T17:22:11.362Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26502024-10-31T17:22:12.308Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26512024-10-31T17:22:16.478Z[ helios-setup] Oct 31 17:22:15.440 INFO E| Compiling json5 v0.4.1
26522024-10-31T17:22:16.480Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26532024-10-31T17:22:17.206Z[ host-package] Compiling bb8 v0.8.5
26542024-10-31T17:22:18.057Z[ host-package] Compiling const_format_proc_macros v0.2.33
26552024-10-31T17:22:18.191Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26562024-10-31T17:22:19.336Z[ host-package] Compiling vte v0.11.1
26572024-10-31T17:22:20.845Z[ host-package] Compiling const_format v0.2.33
26582024-10-31T17:22:21.467Z[ host-package] Compiling async-bb8-diesel v0.2.1
26592024-10-31T17:22:22.314Z[ helios-setup] Oct 31 17:22:21.275 INFO E| Compiling four-cc v0.3.0
26602024-10-31T17:22:22.314Z[ helios-setup] Oct 31 17:22:21.275 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
26612024-10-31T17:22:22.556Z[ helios-setup] Oct 31 17:22:21.516 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
26622024-10-31T17:22:22.711Z[ host-package] Compiling chrono-tz v0.10.0
26632024-10-31T17:22:24.092Z[ host-package] Compiling fd-lock v4.0.2
26642024-10-31T17:22:24.403Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26652024-10-31T17:22:24.674Z[ host-package] Compiling atty v0.2.14
26662024-10-31T17:22:24.968Z[ host-package] Compiling bytecount v0.6.8
26672024-10-31T17:22:25.348Z[ host-package] Compiling salty v0.3.0
26682024-10-31T17:22:26.114Z[ host-package] Compiling papergrid v0.11.0
26692024-10-31T17:22:32.709Z[ host-package] Compiling parking_lot v0.11.2
26702024-10-31T17:22:39.953Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26712024-10-31T17:22:40.885Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26722024-10-31T17:22:42.958Z[ host-package] Compiling tabled_derive v0.7.0
26732024-10-31T17:22:45.392Z[ host-package] Compiling peg-macros v0.8.4
26742024-10-31T17:22:46.196Z[ host-package] Compiling sqlparser_derive v0.2.2
26752024-10-31T17:22:47.313Z[ host-package] Compiling nu-ansi-term v0.50.1
26762024-10-31T17:22:48.665Z[ host-package] Compiling unicode_categories v0.1.1
26772024-10-31T17:22:49.140Z[ host-package] Compiling rustyline v14.0.0
26782024-10-31T17:22:49.304Z[ host-package] Compiling peg v0.8.4
26792024-10-31T17:22:49.434Z[ host-package] Compiling sqlformat v0.2.6
26802024-10-31T17:23:01.233Z[ host-package] Compiling reedline v0.35.0
26812024-10-31T17:23:01.801Z[ helios-setup] Oct 31 17:23:00.752 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26822024-10-31T17:23:02.349Z[ host-package] Compiling sqlparser v0.45.0
26832024-10-31T17:23:03.269Z[ host-package] Compiling tabled v0.15.0
26842024-10-31T17:23:11.036Z[ host-package] Compiling mime_guess v2.0.5
26852024-10-31T17:23:12.376Z[ host-package] Compiling sled v0.34.7
26862024-10-31T17:23:14.260Z[ helios-setup] Oct 31 17:23:13.208 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26872024-10-31T17:23:21.172Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26882024-10-31T17:23:21.882Z[ host-package] Compiling hickory-client v0.24.1
26892024-10-31T17:23:22.419Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
26902024-10-31T17:23:23.663Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26912024-10-31T17:23:26.373Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26922024-10-31T17:23:27.174Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26932024-10-31T17:23:27.478Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26942024-10-31T17:23:29.327Z[ host-package] Compiling hickory-server v0.24.1
26952024-10-31T17:23:29.921Z[ host-package] Compiling primeorder v0.13.6
26962024-10-31T17:23:30.625Z[ host-package] Compiling vergen v8.3.2
26972024-10-31T17:23:31.004Z[ host-package] Compiling bcs v0.1.6
26982024-10-31T17:23:32.024Z[ host-package] Compiling env_filter v0.1.2
26992024-10-31T17:23:33.493Z[ host-package] Compiling cargo-platform v0.1.8
27002024-10-31T17:23:34.040Z[ host-package] Compiling nanorand v0.7.0
27012024-10-31T17:23:34.086Z[ host-package] Compiling memoffset v0.9.1
27022024-10-31T17:23:34.767Z[ host-package] Compiling flume v0.11.0
27032024-10-31T17:23:34.990Z[ host-package] Compiling cargo_metadata v0.18.1
27042024-10-31T17:23:35.683Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27052024-10-31T17:23:36.917Z[ host-package] Compiling env_logger v0.11.5
27062024-10-31T17:23:38.843Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27072024-10-31T17:23:38.934Z[ host-package] Compiling p384 v0.13.0
27082024-10-31T17:23:45.963Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27092024-10-31T17:23:48.831Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27102024-10-31T17:23:50.607Z[ host-package] Compiling git2 v0.19.0
27112024-10-31T17:24:02.003Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27122024-10-31T17:24:02.511Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27132024-10-31T17:24:02.891Z[ helios-setup] Oct 31 17:24:01.823 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 30s
27142024-10-31T17:24:02.921Z[ helios-setup] Oct 31 17:24:01.857 INFO building project "amd-host-image-builder" ok (181 seconds)
27152024-10-31T17:24:02.921Z[ helios-setup] Oct 31 17:24:01.857 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27162024-10-31T17:24:02.924Z[ helios-setup] Oct 31 17:24:01.857 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27172024-10-31T17:24:03.282Z[ helios-setup] Oct 31 17:24:02.216 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27182024-10-31T17:24:03.407Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27192024-10-31T17:24:03.902Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27202024-10-31T17:24:04.566Z[ helios-setup] Oct 31 17:24:03.501 INFO E| From https://github.com/oxidecomputer/progenitor
27212024-10-31T17:24:04.566Z[ helios-setup] Oct 31 17:24:03.501 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27222024-10-31T17:24:04.598Z[ helios-setup] Oct 31 17:24:03.533 INFO E| * [new tag] v0.1.1 -> v0.1.1
27232024-10-31T17:24:04.598Z[ helios-setup] Oct 31 17:24:03.533 INFO E| * [new tag] v0.2.0 -> v0.2.0
27242024-10-31T17:24:04.785Z[ helios-setup] Oct 31 17:24:03.719 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27252024-10-31T17:24:05.272Z[ helios-setup] Oct 31 17:24:04.208 INFO E| From https://github.com/jclulow/hiercmd
27262024-10-31T17:24:05.272Z[ helios-setup] Oct 31 17:24:04.208 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27272024-10-31T17:24:05.293Z[ helios-setup] Oct 31 17:24:04.228 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27282024-10-31T17:24:05.868Z[ helios-setup] Oct 31 17:24:04.803 INFO E| From https://github.com/jclulow/network-interface
27292024-10-31T17:24:05.868Z[ helios-setup] Oct 31 17:24:04.803 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27302024-10-31T17:24:05.888Z[ helios-setup] Oct 31 17:24:04.823 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27312024-10-31T17:24:06.098Z[ host-package] Compiling rand_seeder v0.3.0
27322024-10-31T17:24:06.373Z[ helios-setup] Oct 31 17:24:05.308 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27332024-10-31T17:24:06.373Z[ helios-setup] Oct 31 17:24:05.308 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27342024-10-31T17:24:06.410Z[ helios-setup] Oct 31 17:24:05.345 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27352024-10-31T17:24:06.695Z[ host-package] Compiling libsqlite3-sys v0.30.1
27362024-10-31T17:24:07.158Z[ host-package] Compiling lzma-sys v0.1.20
27372024-10-31T17:24:07.612Z[ helios-setup] Oct 31 17:24:06.531 INFO E| From https://github.com/oxidecomputer/facade
27382024-10-31T17:24:07.612Z[ helios-setup] Oct 31 17:24:06.531 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27392024-10-31T17:24:07.643Z[ helios-setup] Oct 31 17:24:06.577 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27402024-10-31T17:24:07.912Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27412024-10-31T17:24:08.279Z[ host-package] Compiling cfg_aliases v0.2.1
27422024-10-31T17:24:08.372Z[ helios-setup] Oct 31 17:24:07.306 INFO E| From https://github.com/oxidecomputer/dropshot
27432024-10-31T17:24:08.372Z[ helios-setup] Oct 31 17:24:07.306 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27442024-10-31T17:24:08.406Z[ helios-setup] Oct 31 17:24:07.340 INFO E| * [new tag] v0.3.0 -> v0.3.0
27452024-10-31T17:24:08.406Z[ helios-setup] Oct 31 17:24:07.340 INFO E| * [new tag] v0.4.0 -> v0.4.0
27462024-10-31T17:24:08.409Z[ helios-setup] Oct 31 17:24:07.340 INFO E| * [new tag] v0.5.0 -> v0.5.0
27472024-10-31T17:24:08.409Z[ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.5.1 -> v0.5.1
27482024-10-31T17:24:08.409Z[ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.6.0 -> v0.6.0
27492024-10-31T17:24:08.409Z[ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.7.0 -> v0.7.0
27502024-10-31T17:24:08.409Z[ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.8.0 -> v0.8.0
27512024-10-31T17:24:08.409Z[ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.9.0 -> v0.9.0
27522024-10-31T17:24:08.449Z[ host-package] Compiling rustls v0.21.12
27532024-10-31T17:24:08.465Z[ host-package] Compiling nix v0.29.0
27542024-10-31T17:24:08.465Z[ helios-setup] Oct 31 17:24:07.392 INFO E| Updating crates.io index
27552024-10-31T17:24:08.674Z[ helios-setup] Oct 31 17:24:07.608 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27562024-10-31T17:24:08.964Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27572024-10-31T17:24:09.214Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27582024-10-31T17:24:09.522Z[ helios-setup] Oct 31 17:24:08.456 INFO E| From https://github.com/oxidecomputer/typify
27592024-10-31T17:24:09.522Z[ helios-setup] Oct 31 17:24:08.456 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27602024-10-31T17:24:09.555Z[ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.10 -> v0.0.10
27612024-10-31T17:24:09.555Z[ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.11 -> v0.0.11
27622024-10-31T17:24:09.558Z[ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.4 -> v0.0.4
27632024-10-31T17:24:09.558Z[ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.5 -> v0.0.5
27642024-10-31T17:24:09.558Z[ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.7 -> v0.0.7
27652024-10-31T17:24:09.558Z[ helios-setup] Oct 31 17:24:08.490 INFO E| * [new tag] v0.0.8 -> v0.0.8
27662024-10-31T17:24:09.558Z[ helios-setup] Oct 31 17:24:08.490 INFO E| * [new tag] v0.0.9 -> v0.0.9
27672024-10-31T17:24:10.049Z[ helios-setup] Oct 31 17:24:08.983 INFO E| Downloading crates ...
27682024-10-31T17:24:10.199Z[ helios-setup] Oct 31 17:24:09.133 INFO E| Downloaded dyn-clone v1.0.11
27692024-10-31T17:24:10.210Z[ helios-setup] Oct 31 17:24:09.136 INFO E| Downloaded cpufeatures v0.2.5
27702024-10-31T17:24:10.210Z[ helios-setup] Oct 31 17:24:09.138 INFO E| Downloaded async-stream-impl v0.3.5
27712024-10-31T17:24:10.210Z[ helios-setup] Oct 31 17:24:09.139 INFO E| Downloaded anstyle-parse v0.1.1
27722024-10-31T17:24:10.226Z[ helios-setup] Oct 31 17:24:09.147 INFO E| Downloaded anstream v0.2.6
27732024-10-31T17:24:10.227Z[ helios-setup] Oct 31 17:24:09.151 INFO E| Downloaded project-root v0.2.2
27742024-10-31T17:24:10.243Z[ helios-setup] Oct 31 17:24:09.166 INFO E| Downloaded httpdate v1.0.2
27752024-10-31T17:24:10.243Z[ helios-setup] Oct 31 17:24:09.168 INFO E| Downloaded futures-io v0.3.28
27762024-10-31T17:24:10.243Z[ helios-setup] Oct 31 17:24:09.169 INFO E| Downloaded memoffset v0.7.1
27772024-10-31T17:24:10.243Z[ helios-setup] Oct 31 17:24:09.172 INFO E| Downloaded concolor-query v0.3.3
27782024-10-31T17:24:10.243Z[ helios-setup] Oct 31 17:24:09.174 INFO E| Downloaded byteorder v1.4.3
27792024-10-31T17:24:10.248Z[ helios-setup] Oct 31 17:24:09.177 INFO E| Downloaded ppv-lite86 v0.2.17
27802024-10-31T17:24:10.248Z[ helios-setup] Oct 31 17:24:09.179 INFO E| Downloaded ahash v0.7.6
27812024-10-31T17:24:10.253Z[ helios-setup] Oct 31 17:24:09.185 INFO E| Downloaded terminal_size v0.2.6
27822024-10-31T17:24:10.253Z[ helios-setup] Oct 31 17:24:09.187 INFO E| Downloaded slog-async v2.7.0
27832024-10-31T17:24:10.264Z[ helios-setup] Oct 31 17:24:09.191 INFO E| Downloaded smartstring v1.0.1
27842024-10-31T17:24:10.264Z[ helios-setup] Oct 31 17:24:09.195 INFO E| Downloaded const-random-macro v0.1.15
27852024-10-31T17:24:10.264Z[ helios-setup] Oct 31 17:24:09.196 INFO E| Downloaded const-random v0.1.15
27862024-10-31T17:24:10.267Z[ helios-setup] Oct 31 17:24:09.198 INFO E| Downloaded concolor-override v1.0.0
27872024-10-31T17:24:10.267Z[ helios-setup] Oct 31 17:24:09.200 INFO E| Downloaded sha2 v0.10.6
27882024-10-31T17:24:10.271Z[ helios-setup] Oct 31 17:24:09.205 INFO E| Downloaded http-body v0.4.5
27892024-10-31T17:24:10.275Z[ helios-setup] Oct 31 17:24:09.208 INFO E| Downloaded futures-task v0.3.28
27902024-10-31T17:24:10.310Z[ helios-setup] Oct 31 17:24:09.244 INFO E| Downloaded toolchain_find v0.2.0
27912024-10-31T17:24:10.315Z[ helios-setup] Oct 31 17:24:09.246 INFO E| Downloaded thiserror-impl v1.0.38
27922024-10-31T17:24:10.315Z[ helios-setup] Oct 31 17:24:09.248 INFO E| Downloaded signal-hook-registry v1.4.0
27932024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.250 INFO E| Downloaded pin-project-lite v0.2.9
27942024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.258 INFO E| Downloaded num_enum_derive v0.5.7
27952024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.260 INFO E| Downloaded sha1 v0.10.5
27962024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.263 INFO E| Downloaded serde_tokenstream v0.2.0
27972024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.268 INFO E| Downloaded autocfg v1.1.0
27982024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.270 INFO E| Downloaded async-stream v0.3.5
27992024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.273 INFO E| Downloaded want v0.3.0
28002024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.275 INFO E| Downloaded serde_path_to_error v0.1.11
28012024-10-31T17:24:10.382Z[ helios-setup] Oct 31 17:24:09.277 INFO E| Downloaded try-lock v0.2.4
28022024-10-31T17:24:10.383Z[ helios-setup] Oct 31 17:24:09.279 INFO E| Downloaded strsim v0.10.0
28032024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.281 INFO E| Downloaded thiserror v1.0.38
28042024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.288 INFO E| Downloaded time v0.1.45
28052024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.290 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28062024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.293 INFO E| Downloaded tokio-rustls v0.24.0
28072024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.297 INFO E| Downloaded parking_lot v0.12.1
28082024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.300 INFO E| Downloaded toml_datetime v0.6.1
28092024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.302 INFO E| Downloaded utf8parse v0.2.1
28102024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.304 INFO E| Downloaded tokio-macros v2.0.0
28112024-10-31T17:24:10.397Z[ helios-setup] Oct 31 17:24:09.306 INFO E| Downloaded paste v1.0.12
28122024-10-31T17:24:10.433Z[ helios-setup] Oct 31 17:24:09.339 INFO E| Downloaded num_cpus v1.15.0
28132024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.343 INFO E| Downloaded serde_spanned v0.6.1
28142024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.345 INFO E| Downloaded semver-parser v0.10.2
28152024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.347 INFO E| Downloaded semver v0.11.0
28162024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.350 INFO E| Downloaded smallvec v1.10.0
28172024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.353 INFO E| Downloaded ucd-trie v0.1.5
28182024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.356 INFO E| Downloaded log v0.4.17
28192024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.360 INFO E| Downloaded tokio-tungstenite v0.18.0
28202024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.363 INFO E| Downloaded serde_derive_internals v0.26.0
28212024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.366 INFO E| Downloaded sct v0.7.0
28222024-10-31T17:24:10.438Z[ helios-setup] Oct 31 17:24:09.371 INFO E| Downloaded semver v1.0.17
28232024-10-31T17:24:10.443Z[ helios-setup] Oct 31 17:24:09.375 INFO E| Downloaded tinyvec v1.6.0
28242024-10-31T17:24:10.446Z[ helios-setup] Oct 31 17:24:09.380 INFO E| Downloaded serde_derive v1.0.204
28252024-10-31T17:24:10.453Z[ helios-setup] Oct 31 17:24:09.384 INFO E| Downloaded unicode-bidi v0.3.13
28262024-10-31T17:24:10.456Z[ helios-setup] Oct 31 17:24:09.388 INFO E| Downloaded schemars v0.8.12
28272024-10-31T17:24:10.473Z[ helios-setup] Oct 31 17:24:09.407 INFO E| Downloaded ryu v1.0.13
28282024-10-31T17:24:10.479Z[ helios-setup] Oct 31 17:24:09.412 INFO E| Downloaded serde_yaml v0.9.21
28292024-10-31T17:24:10.484Z[ helios-setup] Oct 31 17:24:09.418 INFO E| Downloaded unsafe-libyaml v0.2.8
28302024-10-31T17:24:10.490Z[ helios-setup] Oct 31 17:24:09.424 INFO E| Downloaded tracing v0.1.37
28312024-10-31T17:24:10.544Z[ helios-setup] Oct 31 17:24:09.432 INFO E| Downloaded serde v1.0.204
28322024-10-31T17:24:10.554Z[ helios-setup] Oct 31 17:24:09.438 INFO E| Downloaded crossbeam-utils v0.8.14
28332024-10-31T17:24:10.554Z[ helios-setup] Oct 31 17:24:09.443 INFO E| Downloaded rayon-core v1.10.2
28342024-10-31T17:24:10.554Z[ helios-setup] Oct 31 17:24:09.449 INFO E| Downloaded unicode-normalization v0.1.22
28352024-10-31T17:24:10.554Z[ helios-setup] Oct 31 17:24:09.456 INFO E| Downloaded winnow v0.4.1
28362024-10-31T17:24:10.554Z[ helios-setup] Oct 31 17:24:09.469 INFO E| Downloaded serde_json v1.0.95
28372024-10-31T17:24:10.554Z[ helios-setup] Oct 31 17:24:09.482 INFO E| Downloaded syn v1.0.107
28382024-10-31T17:24:10.565Z[ helios-setup] Oct 31 17:24:09.499 INFO E| Downloaded syn v2.0.72
28392024-10-31T17:24:10.582Z[ helios-setup] Oct 31 17:24:09.516 INFO E| Downloaded rhai v1.14.0
28402024-10-31T17:24:10.602Z[ helios-setup] Oct 31 17:24:09.536 INFO E| Downloaded tokio v1.27.0
28412024-10-31T17:24:10.660Z[ helios-setup] Oct 31 17:24:09.594 INFO E| Downloaded pest v2.5.7
28422024-10-31T17:24:10.667Z[ helios-setup] Oct 31 17:24:09.601 INFO E| Downloaded rayon v1.6.1
28432024-10-31T17:24:10.679Z[ helios-setup] Oct 31 17:24:09.613 INFO E| Downloaded mio v0.8.5
28442024-10-31T17:24:10.688Z[ helios-setup] Oct 31 17:24:09.622 INFO E| Downloaded h2 v0.3.16
28452024-10-31T17:24:10.698Z[ helios-setup] Oct 31 17:24:09.632 INFO E| Downloaded futures-util v0.3.28
28462024-10-31T17:24:10.721Z[ helios-setup] Oct 31 17:24:09.651 INFO E| Downloaded reqwest v0.11.16
28472024-10-31T17:24:10.729Z[ helios-setup] Oct 31 17:24:09.663 INFO E| Downloaded hyper v0.14.25
28482024-10-31T17:24:10.742Z[ helios-setup] Oct 31 17:24:09.676 INFO E| Downloaded regress v0.5.0
28492024-10-31T17:24:10.752Z[ helios-setup] Oct 31 17:24:09.686 INFO E| Downloaded git2 v0.16.1
28502024-10-31T17:24:10.773Z[ helios-setup] Oct 31 17:24:09.700 INFO E| Downloaded rustls v0.21.0
28512024-10-31T17:24:10.785Z[ helios-setup] Oct 31 17:24:09.719 INFO E| Downloaded regex v1.7.3
28522024-10-31T17:24:10.799Z[ helios-setup] Oct 31 17:24:09.733 INFO E| Downloaded rustix v0.37.3
28532024-10-31T17:24:10.825Z[ helios-setup] Oct 31 17:24:09.759 INFO E| Downloaded chrono v0.4.24
28542024-10-31T17:24:10.835Z[ helios-setup] Oct 31 17:24:09.769 INFO E| Downloaded openapiv3 v1.0.2
28552024-10-31T17:24:10.853Z[ helios-setup] Oct 31 17:24:09.787 INFO E| Downloaded clap_builder v4.2.1
28562024-10-31T17:24:10.863Z[ helios-setup] Oct 31 17:24:09.797 INFO E| Downloaded aho-corasick v0.7.20
28572024-10-31T17:24:10.869Z[ helios-setup] Oct 31 17:24:09.803 INFO E| Downloaded http v0.2.9
28582024-10-31T17:24:10.875Z[ helios-setup] Oct 31 17:24:09.809 INFO E| Downloaded crossbeam-channel v0.5.6
28592024-10-31T17:24:10.941Z[ helios-setup] Oct 31 17:24:09.815 INFO E| Downloaded memchr v2.5.0
28602024-10-31T17:24:10.941Z[ helios-setup] Oct 31 17:24:09.821 INFO E| Downloaded libc v0.2.139
28612024-10-31T17:24:10.941Z[ helios-setup] Oct 31 17:24:09.855 INFO E| Downloaded cc v1.0.78
28622024-10-31T17:24:10.941Z[ helios-setup] Oct 31 17:24:09.859 INFO E| Downloaded toml_edit v0.19.8
28632024-10-31T17:24:10.956Z[ helios-setup] Oct 31 17:24:09.885 INFO E| Downloaded tokio-util v0.7.7
28642024-10-31T17:24:10.974Z[ helios-setup] Oct 31 17:24:09.894 INFO E| Downloaded bytes v1.4.0
28652024-10-31T17:24:10.994Z[ helios-setup] Oct 31 17:24:09.901 INFO E| Downloaded tracing-core v0.1.30
28662024-10-31T17:24:10.994Z[ helios-setup] Oct 31 17:24:09.905 INFO E| Downloaded rhai_codegen v1.5.0
28672024-10-31T17:24:10.994Z[ helios-setup] Oct 31 17:24:09.917 INFO E| Downloaded parking_lot_core v0.9.6
28682024-10-31T17:24:10.994Z[ helios-setup] Oct 31 17:24:09.920 INFO E| Downloaded miniz_oxide v0.6.2
28692024-10-31T17:24:10.994Z[ helios-setup] Oct 31 17:24:09.923 INFO E| Downloaded futures v0.3.28
28702024-10-31T17:24:10.999Z[ helios-setup] Oct 31 17:24:09.931 INFO E| Downloaded crossbeam-epoch v0.9.13
28712024-10-31T17:24:11.006Z[ helios-setup] Oct 31 17:24:09.936 INFO E| Downloaded base64 v0.21.0
28722024-10-31T17:24:11.034Z[ helios-setup] Oct 31 17:24:09.941 INFO E| Downloaded ahash v0.8.3
28732024-10-31T17:24:11.034Z[ helios-setup] Oct 31 17:24:09.946 INFO E| Downloaded unicode-ident v1.0.8
28742024-10-31T17:24:11.034Z[ helios-setup] Oct 31 17:24:09.950 INFO E| Downloaded tungstenite v0.18.0
28752024-10-31T17:24:11.034Z[ helios-setup] Oct 31 17:24:09.956 INFO E| Downloaded rustls-webpki v0.100.1
28762024-10-31T17:24:11.034Z[ helios-setup] Oct 31 17:24:09.966 INFO E| Downloaded url v2.3.1
28772024-10-31T17:24:11.051Z[ helios-setup] Oct 31 17:24:09.971 INFO E| Downloaded unicode-linebreak v0.1.4
28782024-10-31T17:24:11.078Z[ helios-setup] Oct 31 17:24:09.974 INFO E| Downloaded textwrap v0.16.0
28792024-10-31T17:24:11.078Z[ helios-setup] Oct 31 17:24:09.978 INFO E| Downloaded num-integer v0.1.45
28802024-10-31T17:24:11.078Z[ helios-setup] Oct 31 17:24:09.981 INFO E| Downloaded tempfile v3.5.0
28812024-10-31T17:24:11.078Z[ helios-setup] Oct 31 17:24:09.985 INFO E| Downloaded quote v1.0.36
28822024-10-31T17:24:11.078Z[ helios-setup] Oct 31 17:24:09.990 INFO E| Downloaded once_cell v1.17.0
28832024-10-31T17:24:11.078Z[ helios-setup] Oct 31 17:24:09.994 INFO E| Downloaded futures-core v0.3.28
28842024-10-31T17:24:11.085Z[ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded anyhow v1.0.68
28852024-10-31T17:24:11.085Z[ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded scopeguard v1.1.0
28862024-10-31T17:24:11.085Z[ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded num-traits v0.2.15
28872024-10-31T17:24:11.085Z[ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded ipnet v2.7.2
28882024-10-31T17:24:11.085Z[ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded flate2 v1.0.25
28892024-10-31T17:24:11.100Z[ helios-setup] Oct 31 17:24:10.021 INFO E| Downloaded jobserver v0.1.26
28902024-10-31T17:24:11.100Z[ helios-setup] Oct 31 17:24:10.024 INFO E| Downloaded encoding_rs v0.8.32
28912024-10-31T17:24:11.127Z[ helios-setup] Oct 31 17:24:10.057 INFO E| Downloaded camino v1.1.4
28922024-10-31T17:24:11.137Z[ helios-setup] Oct 31 17:24:10.060 INFO E| Downloaded async-trait v0.1.68
28932024-10-31T17:24:11.137Z[ helios-setup] Oct 31 17:24:10.065 INFO E| Downloaded schemars_derive v0.8.12
28942024-10-31T17:24:11.137Z[ helios-setup] Oct 31 17:24:10.067 INFO E| Downloaded uuid v1.3.0
28952024-10-31T17:24:11.145Z[ helios-setup] Oct 31 17:24:10.073 INFO E| Downloaded toml v0.7.3
28962024-10-31T17:24:11.145Z[ helios-setup] Oct 31 17:24:10.077 INFO E| Downloaded rustls-pemfile v1.0.2
28972024-10-31T17:24:11.152Z[ helios-setup] Oct 31 17:24:10.080 INFO E| Downloaded rustfmt-wrapper v0.2.0
28982024-10-31T17:24:11.152Z[ helios-setup] Oct 31 17:24:10.082 INFO E| Downloaded iana-time-zone v0.1.56
28992024-10-31T17:24:11.152Z[ helios-setup] Oct 31 17:24:10.085 INFO E| Downloaded fastrand v1.9.0
29002024-10-31T17:24:11.159Z[ helios-setup] Oct 31 17:24:10.087 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29012024-10-31T17:24:11.240Z[ helios-setup] Oct 31 17:24:10.174 INFO E| Downloaded clap_lex v0.4.1
29022024-10-31T17:24:11.249Z[ helios-setup] Oct 31 17:24:10.175 INFO E| Downloaded bincode v1.3.3
29032024-10-31T17:24:11.249Z[ helios-setup] Oct 31 17:24:10.178 INFO E| Downloaded generic-array v0.14.6
29042024-10-31T17:24:11.249Z[ helios-setup] Oct 31 17:24:10.180 INFO E| Downloaded pkg-config v0.3.26
29052024-10-31T17:24:11.249Z[ helios-setup] Oct 31 17:24:10.182 INFO E| Downloaded futures-sink v0.3.28
29062024-10-31T17:24:11.250Z[ helios-setup] Oct 31 17:24:10.183 INFO E| Downloaded futures-executor v0.3.28
29072024-10-31T17:24:11.257Z[ helios-setup] Oct 31 17:24:10.185 INFO E| Downloaded socket2 v0.4.9
29082024-10-31T17:24:11.257Z[ helios-setup] Oct 31 17:24:10.188 INFO E| Downloaded num_enum v0.5.7
29092024-10-31T17:24:11.266Z[ helios-setup] Oct 31 17:24:10.193 INFO E| Downloaded httparse v1.8.0
29102024-10-31T17:24:11.266Z[ helios-setup] Oct 31 17:24:10.197 INFO E| Downloaded clap v4.2.1
29112024-10-31T17:24:11.275Z[ helios-setup] Oct 31 17:24:10.209 INFO E| Downloaded proc-macro-crate v1.2.1
29122024-10-31T17:24:11.281Z[ helios-setup] Oct 31 17:24:10.210 INFO E| Downloaded percent-encoding v2.2.0
29132024-10-31T17:24:11.281Z[ helios-setup] Oct 31 17:24:10.212 INFO E| Downloaded lock_api v0.4.9
29142024-10-31T17:24:11.281Z[ helios-setup] Oct 31 17:24:10.214 INFO E| Downloaded is-terminal v0.4.7
29152024-10-31T17:24:11.288Z[ helios-setup] Oct 31 17:24:10.215 INFO E| Downloaded libz-sys v1.1.8
29162024-10-31T17:24:11.407Z[ helios-setup] Oct 31 17:24:10.341 INFO E| Downloaded getrandom v0.2.8
29172024-10-31T17:24:11.417Z[ helios-setup] Oct 31 17:24:10.345 INFO E| Downloaded futures-macro v0.3.28
29182024-10-31T17:24:11.417Z[ helios-setup] Oct 31 17:24:10.346 INFO E| Downloaded form_urlencoded v1.1.0
29192024-10-31T17:24:11.417Z[ helios-setup] Oct 31 17:24:10.347 INFO E| Downloaded io-lifetimes v1.0.10
29202024-10-31T17:24:11.431Z[ helios-setup] Oct 31 17:24:10.351 INFO E| Downloaded smawk v0.3.1
29212024-10-31T17:24:11.431Z[ helios-setup] Oct 31 17:24:10.353 INFO E| Downloaded slog-bunyan v2.4.0
29222024-10-31T17:24:11.431Z[ helios-setup] Oct 31 17:24:10.355 INFO E| Downloaded slab v0.4.7
29232024-10-31T17:24:11.431Z[ helios-setup] Oct 31 17:24:10.357 INFO E| Downloaded lazy_static v1.4.0
29242024-10-31T17:24:11.431Z[ helios-setup] Oct 31 17:24:10.359 INFO E| Downloaded either v1.8.0
29252024-10-31T17:24:11.439Z[ helios-setup] Oct 31 17:24:10.361 INFO E| Downloaded crossbeam-deque v0.8.2
29262024-10-31T17:24:11.439Z[ helios-setup] Oct 31 17:24:10.363 INFO E| Downloaded digest v0.10.6
29272024-10-31T17:24:11.439Z[ helios-setup] Oct 31 17:24:10.366 INFO E| Downloaded built v0.6.0
29282024-10-31T17:24:11.439Z[ helios-setup] Oct 31 17:24:10.368 INFO E| Downloaded block-buffer v0.10.3
29292024-10-31T17:24:11.439Z[ helios-setup] Oct 31 17:24:10.370 INFO E| Downloaded anstyle v0.3.5
29302024-10-31T17:24:11.439Z[ helios-setup] Oct 31 17:24:10.372 INFO E| Downloaded tower-service v0.3.2
29312024-10-31T17:24:11.467Z[ helios-setup] Oct 31 17:24:10.374 INFO E| Downloaded itoa v1.0.6
29322024-10-31T17:24:11.467Z[ helios-setup] Oct 31 17:24:10.376 INFO E| Downloaded home v0.5.4
29332024-10-31T17:24:11.467Z[ helios-setup] Oct 31 17:24:10.377 INFO E| Downloaded futures-channel v0.3.28
29342024-10-31T17:24:11.467Z[ helios-setup] Oct 31 17:24:10.381 INFO E| Downloaded clap_derive v4.2.0
29352024-10-31T17:24:11.467Z[ helios-setup] Oct 31 17:24:10.384 INFO E| Downloaded cargo-lock v8.0.3
29362024-10-31T17:24:11.630Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29372024-10-31T17:24:11.870Z[ helios-setup] Oct 31 17:24:10.804 INFO E| Compiling proc-macro2 v1.0.86
29382024-10-31T17:24:11.887Z[ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling libc v0.2.139
29392024-10-31T17:24:11.887Z[ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling unicode-ident v1.0.8
29402024-10-31T17:24:11.887Z[ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling autocfg v1.1.0
29412024-10-31T17:24:11.887Z[ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling cfg-if v1.0.0
29422024-10-31T17:24:11.887Z[ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling version_check v0.9.4
29432024-10-31T17:24:11.887Z[ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling serde v1.0.204
29442024-10-31T17:24:11.887Z[ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling syn v1.0.107
29452024-10-31T17:24:17.010Z[ helios-setup] Oct 31 17:24:11.454 INFO E| Compiling memchr v2.5.0
29462024-10-31T17:24:17.056Z[ helios-setup] Oct 31 17:24:11.834 INFO E| Compiling once_cell v1.17.0
29472024-10-31T17:24:17.056Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29482024-10-31T17:24:17.056Z[ helios-setup] Oct 31 17:24:12.333 INFO E| Compiling thiserror v1.0.38
29492024-10-31T17:24:17.056Z[ helios-setup] Oct 31 17:24:12.423 INFO E| Compiling log v0.4.17
29502024-10-31T17:24:17.056Z[ helios-setup] Oct 31 17:24:13.138 INFO E| Compiling serde_json v1.0.95
29512024-10-31T17:24:17.056Z[ helios-setup] Oct 31 17:24:13.266 INFO E| Compiling itoa v1.0.6
29522024-10-31T17:24:17.056Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29532024-10-31T17:24:17.056Z[ helios-setup] Oct 31 17:24:14.141 INFO E| Compiling indexmap v1.9.3
29542024-10-31T17:24:17.057Z[ helios-setup] Oct 31 17:24:14.209 INFO E| Compiling scopeguard v1.1.0
29552024-10-31T17:24:17.107Z[ helios-setup] Oct 31 17:24:14.580 INFO E| Compiling pin-project-lite v0.2.9
29562024-10-31T17:24:17.107Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29572024-10-31T17:24:17.107Z[ helios-setup] Oct 31 17:24:14.735 INFO E| Compiling num-integer v0.1.45
29582024-10-31T17:24:17.107Z[ helios-setup] Oct 31 17:24:15.132 INFO E| Compiling quote v1.0.36
29592024-10-31T17:24:17.107Z[ helios-setup] Oct 31 17:24:15.179 INFO E| Compiling bytes v1.4.0
29602024-10-31T17:24:17.107Z[ helios-setup] Oct 31 17:24:15.241 INFO E| Compiling futures-core v0.3.28
29612024-10-31T17:24:17.107Z[ helios-setup] Oct 31 17:24:15.907 INFO E| Compiling jobserver v0.1.26
29622024-10-31T17:24:17.107Z[ helios-setup] Oct 31 17:24:15.977 INFO E| Compiling getrandom v0.2.8
29632024-10-31T17:24:17.424Z[ host-package] Compiling rustls-webpki v0.101.7
29642024-10-31T17:24:17.503Z[ helios-setup] Oct 31 17:24:16.435 INFO E| Compiling syn v2.0.72
29652024-10-31T17:24:17.838Z[ helios-setup] Oct 31 17:24:16.770 INFO E| Compiling cc v1.0.78
29662024-10-31T17:24:18.328Z[ helios-setup] Oct 31 17:24:17.260 INFO E| Compiling ryu v1.0.13
29672024-10-31T17:24:19.122Z[ helios-setup] Oct 31 17:24:18.053 INFO E| Compiling lock_api v0.4.9
29682024-10-31T17:24:19.225Z[ helios-setup] Oct 31 17:24:18.157 INFO E| Compiling typenum v1.16.0
29692024-10-31T17:24:19.521Z[ helios-setup] Oct 31 17:24:18.452 INFO E| Compiling bitflags v1.3.2
29702024-10-31T17:24:19.574Z[ helios-setup] Oct 31 17:24:18.506 INFO E| Compiling parking_lot_core v0.9.6
29712024-10-31T17:24:19.833Z[ helios-setup] Oct 31 17:24:18.765 INFO E| Compiling num_cpus v1.15.0
29722024-10-31T17:24:20.373Z[ helios-setup] Oct 31 17:24:19.305 INFO E| Compiling slab v0.4.7
29732024-10-31T17:24:20.618Z[ helios-setup] Oct 31 17:24:19.550 INFO E| Compiling generic-array v0.14.6
29742024-10-31T17:24:20.680Z[ helios-setup] Oct 31 17:24:19.612 INFO E| Compiling futures-task v0.3.28
29752024-10-31T17:24:20.950Z[ helios-setup] Oct 31 17:24:19.881 INFO E| Compiling futures-channel v0.3.28
29762024-10-31T17:24:21.144Z[ helios-setup] Oct 31 17:24:20.076 INFO E| Compiling futures-sink v0.3.28
29772024-10-31T17:24:21.876Z[ helios-setup] Oct 31 17:24:20.808 INFO E| Compiling tokio v1.27.0
29782024-10-31T17:24:22.153Z[ helios-setup] Oct 31 17:24:21.084 INFO E| Compiling futures-util v0.3.28
29792024-10-31T17:24:22.156Z[ helios-setup] Oct 31 17:24:21.085 INFO E| Compiling schemars v0.8.12
29802024-10-31T17:24:22.845Z[ host-package] Compiling sct v0.7.1
29812024-10-31T17:24:22.936Z[ host-package] Compiling heck v0.3.3
29822024-10-31T17:24:23.212Z[ helios-setup] Oct 31 17:24:22.143 INFO E| Compiling socket2 v0.4.9
29832024-10-31T17:24:23.492Z[ helios-setup] Oct 31 17:24:22.423 INFO E| Compiling signal-hook-registry v1.4.0
29842024-10-31T17:24:23.546Z[ helios-setup] Oct 31 17:24:22.476 INFO E| Compiling mio v0.8.5
29852024-10-31T17:24:23.703Z[ host-package] Compiling castaway v0.2.3
29862024-10-31T17:24:23.968Z[ helios-setup] Oct 31 17:24:22.899 INFO E| Compiling num-traits v0.2.15
29872024-10-31T17:24:24.081Z[ helios-setup] Oct 31 17:24:23.011 INFO E| Compiling ahash v0.7.6
29882024-10-31T17:24:24.187Z[ host-package] Compiling csv-core v0.1.11
29892024-10-31T17:24:24.384Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29902024-10-31T17:24:24.520Z[ host-package] Compiling http-range v0.1.5
29912024-10-31T17:24:24.771Z[ helios-setup] Oct 31 17:24:23.702 INFO E| Compiling io-lifetimes v1.0.10
29922024-10-31T17:24:25.052Z[ helios-setup] Oct 31 17:24:23.982 INFO E| Compiling crunchy v0.2.2
29932024-10-31T17:24:25.782Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29942024-10-31T17:24:26.024Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29952024-10-31T17:24:26.118Z[ helios-setup] Oct 31 17:24:25.043 INFO E| Compiling pin-utils v0.1.0
29962024-10-31T17:24:26.184Z[ helios-setup] Oct 31 17:24:25.115 INFO E| Compiling futures-io v0.3.28
29972024-10-31T17:24:26.708Z[ host-package] Compiling csv v1.3.0
29982024-10-31T17:24:27.118Z[ helios-setup] Oct 31 17:24:26.048 INFO E| Compiling ahash v0.8.3
29992024-10-31T17:24:27.211Z[ helios-setup] Oct 31 17:24:26.138 INFO E| Compiling rustix v0.37.3
30002024-10-31T17:24:27.226Z[ helios-setup] Oct 31 17:24:26.151 INFO E| Compiling tiny-keccak v2.0.2
30012024-10-31T17:24:27.231Z[ helios-setup] Oct 31 17:24:26.154 INFO E| Compiling hashbrown v0.12.3
30022024-10-31T17:24:27.917Z[ helios-setup] Oct 31 17:24:26.847 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30032024-10-31T17:24:28.155Z[ host-package] Compiling hyper-staticfile v0.10.1
30042024-10-31T17:24:28.468Z[ helios-setup] Oct 31 17:24:27.398 INFO E| Compiling serde_derive_internals v0.26.0
30052024-10-31T17:24:28.543Z[ helios-setup] Oct 31 17:24:27.472 INFO E| Compiling crypto-common v0.1.6
30062024-10-31T17:24:28.962Z[ helios-setup] Oct 31 17:24:27.892 INFO E| Compiling block-buffer v0.10.3
30072024-10-31T17:24:29.901Z[ helios-setup] Oct 31 17:24:28.825 INFO E| Compiling errno v0.3.1
30082024-10-31T17:24:30.381Z[ helios-setup] Oct 31 17:24:29.310 INFO E| Compiling fnv v1.0.7
30092024-10-31T17:24:30.384Z[ helios-setup] Oct 31 17:24:29.310 INFO E| Compiling crossbeam-utils v0.8.14
30102024-10-31T17:24:30.399Z[ helios-setup] Oct 31 17:24:29.329 INFO E| Compiling slog v2.7.0
30112024-10-31T17:24:30.584Z[ host-package] Compiling compact_str v0.8.0
30122024-10-31T17:24:30.623Z[ helios-setup] Oct 31 17:24:29.553 INFO E| Compiling pkg-config v0.3.26
30132024-10-31T17:24:31.623Z[ helios-setup] Oct 31 17:24:30.552 INFO E| Compiling http v0.2.9
30142024-10-31T17:24:33.017Z[ host-package] Compiling zone_cfg_derive v0.1.2
30152024-10-31T17:24:33.492Z[ helios-setup] Oct 31 17:24:32.421 INFO E| Compiling digest v0.10.6
30162024-10-31T17:24:34.591Z[ helios-setup] Oct 31 17:24:33.519 INFO E| Compiling aho-corasick v0.7.20
30172024-10-31T17:24:35.212Z[ helios-setup] Oct 31 17:24:34.140 INFO E| Compiling percent-encoding v2.2.0
30182024-10-31T17:24:35.305Z[ helios-setup] Oct 31 17:24:34.233 INFO E| Compiling tinyvec_macros v0.1.1
30192024-10-31T17:24:35.566Z[ helios-setup] Oct 31 17:24:34.493 INFO E| Compiling httparse v1.8.0
30202024-10-31T17:24:36.098Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30212024-10-31T17:24:36.286Z[ helios-setup] Oct 31 17:24:35.214 INFO E| Compiling cpufeatures v0.2.5
30222024-10-31T17:24:36.441Z[ helios-setup] Oct 31 17:24:35.368 INFO E| Compiling unicode-width v0.1.10
30232024-10-31T17:24:36.808Z[ helios-setup] Oct 31 17:24:35.735 INFO E| Compiling regex-syntax v0.6.29
30242024-10-31T17:24:36.906Z[ helios-setup] Oct 31 17:24:35.833 INFO E| Compiling heck v0.4.1
30252024-10-31T17:24:37.002Z[ helios-setup] Oct 31 17:24:35.930 INFO E| Compiling anyhow v1.0.68
30262024-10-31T17:24:37.322Z[ helios-setup] Oct 31 17:24:36.250 INFO E| Compiling tinyvec v1.6.0
30272024-10-31T17:24:38.020Z[ helios-setup] Oct 31 17:24:36.948 INFO E| Compiling const-random-macro v0.1.15
30282024-10-31T17:24:38.189Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30292024-10-31T17:24:38.492Z[ helios-setup] Oct 31 17:24:37.419 INFO E| Compiling form_urlencoded v1.1.0
30302024-10-31T17:24:39.118Z[ helios-setup] Oct 31 17:24:38.046 INFO E| Compiling thiserror-impl v1.0.38
30312024-10-31T17:24:39.354Z[ helios-setup] Oct 31 17:24:38.281 INFO E| Compiling schemars_derive v0.8.12
30322024-10-31T17:24:39.974Z[ helios-setup] Oct 31 17:24:38.901 INFO E| Compiling hashbrown v0.13.2
30332024-10-31T17:24:40.084Z[ helios-setup] Oct 31 17:24:39.011 INFO E| Compiling libz-sys v1.1.8
30342024-10-31T17:24:40.278Z[ helios-setup] Oct 31 17:24:39.205 INFO E| Compiling serde_derive v1.0.204
30352024-10-31T17:24:40.707Z[ host-package] Compiling nix v0.27.1
30362024-10-31T17:24:41.691Z[ helios-setup] Oct 31 17:24:40.617 INFO E| Compiling tokio-macros v2.0.0
30372024-10-31T17:24:42.096Z[ helios-setup] Oct 31 17:24:41.023 INFO E| Compiling futures-macro v0.3.28
30382024-10-31T17:24:42.478Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30392024-10-31T17:24:42.924Z[ helios-setup] Oct 31 17:24:41.851 INFO E| Compiling chrono v0.4.24
30402024-10-31T17:24:45.230Z[ helios-setup] Oct 31 17:24:44.155 INFO E| Compiling regex v1.7.3
30412024-10-31T17:24:46.775Z[ helios-setup] Oct 31 17:24:45.700 INFO E| Compiling dyn-clone v1.0.11
30422024-10-31T17:24:46.878Z[ helios-setup] Oct 31 17:24:45.803 INFO E| Compiling uuid v1.3.0
30432024-10-31T17:24:47.493Z[ helios-setup] Oct 31 17:24:46.418 INFO E| Compiling unicode-normalization v0.1.22
30442024-10-31T17:24:47.548Z[ helios-setup] Oct 31 17:24:46.473 INFO E| Compiling regress v0.5.0
30452024-10-31T17:24:47.741Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30462024-10-31T17:24:47.932Z[ helios-setup] Oct 31 17:24:46.843 INFO E| Compiling const-random v0.1.15
30472024-10-31T17:24:49.924Z[ helios-setup] Oct 31 17:24:48.848 INFO E| Compiling getopts v0.2.21
30482024-10-31T17:24:50.366Z[ helios-setup] Oct 31 17:24:49.291 INFO E| Compiling tracing-core v0.1.30
30492024-10-31T17:24:50.853Z[ helios-setup] Oct 31 17:24:49.777 INFO E| Compiling memoffset v0.7.1
30502024-10-31T17:24:51.304Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30512024-10-31T17:24:51.778Z[ helios-setup] Oct 31 17:24:50.702 INFO E| Compiling powerfmt v0.2.0
30522024-10-31T17:24:51.979Z[ helios-setup] Oct 31 17:24:50.902 INFO E| Compiling num-conv v0.1.0
30532024-10-31T17:24:52.354Z[ helios-setup] Oct 31 17:24:51.278 INFO E| Compiling time-core v0.1.2
30542024-10-31T17:24:52.908Z[ helios-setup] Oct 31 17:24:51.832 INFO E| Compiling unicode-bidi v0.3.13
30552024-10-31T17:24:53.061Z[ helios-setup] Oct 31 17:24:51.985 INFO E| Compiling ucd-trie v0.1.5
30562024-10-31T17:24:55.842Z[ helios-setup] Oct 31 17:24:54.765 INFO E| Compiling idna v0.3.0
30572024-10-31T17:24:56.857Z[ helios-setup] Oct 31 17:24:55.780 INFO E| Compiling pest v2.5.7
30582024-10-31T17:24:58.982Z[ helios-setup] Oct 31 17:24:57.905 INFO E| Compiling time-macros v0.2.18
30592024-10-31T17:24:59.953Z[ helios-setup] Oct 31 17:24:58.875 INFO E| Compiling deranged v0.3.11
30602024-10-31T17:25:00.473Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30612024-10-31T17:25:01.689Z[ helios-setup] Oct 31 17:25:00.610 INFO E| Compiling tracing v0.1.37
30622024-10-31T17:25:01.916Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30632024-10-31T17:25:03.487Z[ helios-setup] Oct 31 17:25:02.408 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30642024-10-31T17:25:04.554Z[ helios-setup] Oct 31 17:25:03.475 INFO E| Compiling time v0.1.45
30652024-10-31T17:25:04.794Z[ helios-setup] Oct 31 17:25:03.715 INFO E| Compiling crossbeam-epoch v0.9.13
30662024-10-31T17:25:05.145Z[ helios-setup] Oct 31 17:25:04.066 INFO E| Compiling num_threads v0.1.6
30672024-10-31T17:25:05.495Z[ helios-setup] Oct 31 17:25:04.415 INFO E| Compiling iana-time-zone v0.1.56
30682024-10-31T17:25:05.534Z[ helios-setup] Oct 31 17:25:04.454 INFO E| Compiling semver v1.0.17
30692024-10-31T17:25:06.634Z[ helios-setup] Oct 31 17:25:05.554 INFO E| Compiling time v0.3.36
30702024-10-31T17:25:07.205Z[ helios-setup] Oct 31 17:25:06.125 INFO E| Compiling url v2.3.1
30712024-10-31T17:25:07.614Z[ helios-setup] Oct 31 17:25:06.534 INFO E| Compiling semver-parser v0.10.2
30722024-10-31T17:25:08.003Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30732024-10-31T17:25:08.106Z[ helios-setup] Oct 31 17:25:07.026 INFO E| Compiling smallvec v1.10.0
30742024-10-31T17:25:08.785Z[ helios-setup] Oct 31 17:25:07.705 INFO E| Compiling toml v0.5.11
30752024-10-31T17:25:08.867Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30762024-10-31T17:25:09.849Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30772024-10-31T17:25:10.377Z[ helios-setup] Oct 31 17:25:09.297 INFO E| Compiling parking_lot v0.12.1
30782024-10-31T17:25:10.802Z[ host-package] Compiling unicode-truncate v1.1.0
30792024-10-31T17:25:10.885Z[ helios-setup] Oct 31 17:25:09.804 INFO E| Compiling serde_tokenstream v0.2.0
30802024-10-31T17:25:11.685Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30812024-10-31T17:25:13.337Z[ host-package] Compiling hashlink v0.9.1
30822024-10-31T17:25:13.753Z[ host-package] Compiling tungstenite v0.23.0
30832024-10-31T17:25:15.182Z[ host-package] Compiling lru v0.12.5
30842024-10-31T17:25:16.051Z[ host-package] Compiling instability v0.3.2
30852024-10-31T17:25:17.080Z[ helios-setup] Oct 31 17:25:15.998 INFO E| Compiling crossbeam-channel v0.5.6
30862024-10-31T17:25:18.166Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30872024-10-31T17:25:18.549Z[ host-package] Compiling cassowary v0.3.0
30882024-10-31T17:25:18.868Z[ host-package] Compiling base64 v0.13.1
30892024-10-31T17:25:19.580Z[ helios-setup] Oct 31 17:25:18.497 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30902024-10-31T17:25:20.522Z[ host-package] Compiling fallible-iterator v0.3.0
30912024-10-31T17:25:21.117Z[ helios-setup] Oct 31 17:25:20.033 INFO E| Compiling dirs-sys-next v0.1.2
30922024-10-31T17:25:21.858Z[ helios-setup] Oct 31 17:25:20.775 INFO E| Compiling try-lock v0.2.4
30932024-10-31T17:25:22.265Z[ helios-setup] Oct 31 17:25:21.182 INFO E| Compiling crc32fast v1.3.2
30942024-10-31T17:25:22.489Z[ host-package] Compiling rusqlite v0.32.1
30952024-10-31T17:25:23.270Z[ helios-setup] Oct 31 17:25:22.186 INFO E| Compiling same-file v1.0.6
30962024-10-31T17:25:23.771Z[ helios-setup] Oct 31 17:25:22.687 INFO E| Compiling want v0.3.0
30972024-10-31T17:25:24.019Z[ helios-setup] Oct 31 17:25:22.935 INFO E| Compiling walkdir v2.3.3
30982024-10-31T17:25:24.483Z[ helios-setup] Oct 31 17:25:23.399 INFO E| Compiling dirs-next v2.0.0
30992024-10-31T17:25:25.539Z[ helios-setup] Oct 31 17:25:24.455 INFO E| Compiling proc-macro-crate v1.2.1
31002024-10-31T17:25:26.239Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31012024-10-31T17:25:27.175Z[ helios-setup] Oct 31 17:25:26.090 INFO E| Compiling semver v0.11.0
31022024-10-31T17:25:28.873Z[ helios-setup] Oct 31 17:25:27.788 INFO E| Compiling tokio-util v0.7.7
31032024-10-31T17:25:29.332Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31042024-10-31T17:25:30.481Z[ host-package] Compiling ron v0.7.1
31052024-10-31T17:25:31.038Z[ helios-setup] Oct 31 17:25:29.952 INFO E| Compiling futures-executor v0.3.28
31062024-10-31T17:25:31.423Z[ host-package] Compiling ratatui v0.28.1
31072024-10-31T17:25:32.324Z[ helios-setup] Oct 31 17:25:31.238 INFO E| Compiling h2 v0.3.16
31082024-10-31T17:25:33.077Z[ host-package] Compiling tokio-tungstenite v0.23.1
31092024-10-31T17:25:33.476Z[ helios-setup] Oct 31 17:25:32.389 INFO E| Compiling http-body v0.4.5
31102024-10-31T17:25:33.598Z[ helios-setup] Oct 31 17:25:32.511 INFO E| Compiling ring v0.16.20
31112024-10-31T17:25:34.368Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31122024-10-31T17:25:34.624Z[ helios-setup] Oct 31 17:25:33.538 INFO E| Compiling rand_core v0.6.4
31132024-10-31T17:25:35.490Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31142024-10-31T17:25:36.035Z[ host-package] Compiling xz2 v0.1.7
31152024-10-31T17:25:36.115Z[ helios-setup] Oct 31 17:25:35.028 INFO E| Compiling thread_local v1.1.7
31162024-10-31T17:25:36.762Z[ helios-setup] Oct 31 17:25:35.675 INFO E| Compiling utf8parse v0.2.1
31172024-10-31T17:25:37.236Z[ helios-setup] Oct 31 17:25:36.149 INFO E| Compiling tower-service v0.3.2
31182024-10-31T17:25:37.378Z[ host-package] Compiling tokio-rustls v0.24.1
31192024-10-31T17:25:37.462Z[ helios-setup] Oct 31 17:25:36.375 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31202024-10-31T17:25:37.654Z[ helios-setup] Oct 31 17:25:36.566 INFO E| Compiling lazy_static v1.4.0
31212024-10-31T17:25:37.817Z[ helios-setup] Oct 31 17:25:36.730 INFO E| Compiling adler v1.0.2
31222024-10-31T17:25:38.227Z[ helios-setup] Oct 31 17:25:37.140 INFO E| Compiling fastrand v1.9.0
31232024-10-31T17:25:38.724Z[ helios-setup] Oct 31 17:25:37.636 INFO E| Compiling base64 v0.21.0
31242024-10-31T17:25:39.204Z[ helios-setup] Oct 31 17:25:38.116 INFO E| Compiling home v0.5.4
31252024-10-31T17:25:39.785Z[ helios-setup] Oct 31 17:25:38.697 INFO E| Compiling ppv-lite86 v0.2.17
31262024-10-31T17:25:40.597Z[ host-package] Compiling zone v0.1.8
31272024-10-31T17:25:41.243Z[ helios-setup] Oct 31 17:25:40.155 INFO E| Compiling httpdate v1.0.2
31282024-10-31T17:25:41.531Z[ helios-setup] Oct 31 17:25:40.443 INFO E| Compiling rayon-core v1.10.2
31292024-10-31T17:25:42.653Z[ helios-setup] Oct 31 17:25:41.564 INFO E| Compiling rand_chacha v0.3.1
31302024-10-31T17:25:43.055Z[ helios-setup] Oct 31 17:25:41.966 INFO E| Compiling toolchain_find v0.2.0
31312024-10-31T17:25:44.234Z[ helios-setup] Oct 31 17:25:43.145 INFO E| Compiling hyper v0.14.25
31322024-10-31T17:25:45.402Z[ helios-setup] Oct 31 17:25:44.313 INFO E| Compiling tempfile v3.5.0
31332024-10-31T17:25:45.904Z[ helios-setup] Oct 31 17:25:44.815 INFO E| Compiling miniz_oxide v0.6.2
31342024-10-31T17:25:47.025Z[ helios-setup] Oct 31 17:25:45.935 INFO E| Compiling anstyle-parse v0.1.1
31352024-10-31T17:26:03.417Z[ helios-setup] Oct 31 17:26:02.323 INFO E| Compiling futures v0.3.28
31362024-10-31T17:26:03.551Z[ helios-setup] Oct 31 17:26:02.458 INFO E| Compiling crossbeam-deque v0.8.2
31372024-10-31T17:26:03.943Z[ helios-setup] Oct 31 17:26:02.849 INFO E| Compiling cargo-lock v8.0.3
31382024-10-31T17:26:06.936Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31392024-10-31T17:26:08.175Z[ helios-setup] Oct 31 17:26:07.080 INFO E| Compiling num_enum_derive v0.5.7
31402024-10-31T17:26:09.202Z[ helios-setup] Oct 31 17:26:08.107 INFO E| Compiling term v0.7.0
31412024-10-31T17:26:09.808Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31422024-10-31T17:26:10.156Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31432024-10-31T17:26:11.020Z[ helios-setup] Oct 31 17:26:09.924 INFO E| Compiling serde_urlencoded v0.7.1
31442024-10-31T17:26:11.468Z[ helios-setup] Oct 31 17:26:10.372 INFO E| Compiling sha1 v0.10.5
31452024-10-31T17:26:12.573Z[ helios-setup] Oct 31 17:26:11.477 INFO E| Compiling sha2 v0.10.6
31462024-10-31T17:26:12.729Z[ helios-setup] Oct 31 17:26:11.633 INFO E| Compiling is-terminal v0.4.7
31472024-10-31T17:26:13.200Z[ helios-setup] Oct 31 17:26:12.104 INFO E| Compiling atty v0.2.14
31482024-10-31T17:26:13.227Z[ host-package] Compiling rustls-pemfile v1.0.4
31492024-10-31T17:26:13.386Z[ helios-setup] Oct 31 17:26:12.290 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31502024-10-31T17:26:13.691Z[ helios-setup] Oct 31 17:26:12.595 INFO E| Compiling concolor-override v1.0.0
31512024-10-31T17:26:13.844Z[ helios-setup] Oct 31 17:26:12.748 INFO E| Compiling anstyle v0.3.5
31522024-10-31T17:26:14.508Z[ helios-setup] Oct 31 17:26:13.412 INFO E| Compiling concolor-query v0.3.3
31532024-10-31T17:26:14.928Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31542024-10-31T17:26:15.653Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31552024-10-31T17:26:17.223Z[ helios-setup] Oct 31 17:26:16.126 INFO E| Compiling anstream v0.2.6
31562024-10-31T17:26:18.146Z[ helios-setup] Oct 31 17:26:17.049 INFO E| Compiling slog-term v2.9.0
31572024-10-31T17:26:18.987Z[ helios-setup] Oct 31 17:26:17.890 INFO E| Compiling num_enum v0.5.7
31582024-10-31T17:26:19.218Z[ helios-setup] Oct 31 17:26:18.119 INFO E| Compiling flate2 v1.0.25
31592024-10-31T17:26:19.522Z[ helios-setup] Oct 31 17:26:18.424 INFO E| Compiling rustfmt-wrapper v0.2.0
31602024-10-31T17:26:19.718Z[ helios-setup] Oct 31 17:26:18.620 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31612024-10-31T17:26:20.188Z[ helios-setup] Oct 31 17:26:19.090 INFO E| Compiling rand v0.8.5
31622024-10-31T17:26:21.082Z[ helios-setup] Oct 31 17:26:19.984 INFO E| Compiling openapiv3 v1.0.2
31632024-10-31T17:26:21.183Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31642024-10-31T17:26:21.633Z[ host-package] Compiling signal-hook-tokio v0.3.1
31652024-10-31T17:26:22.103Z[ host-package] Compiling twox-hash v1.6.3
31662024-10-31T17:26:23.877Z[ helios-setup] Oct 31 17:26:22.779 INFO E| Compiling encoding_rs v0.8.32
31672024-10-31T17:26:24.106Z[ host-package] Compiling yasna v0.5.2
31682024-10-31T17:26:24.572Z[ helios-setup] Oct 31 17:26:23.473 INFO E| Compiling utf-8 v0.7.6
31692024-10-31T17:26:24.731Z[ host-package] Compiling unicode-linebreak v0.1.5
31702024-10-31T17:26:25.250Z[ helios-setup] Oct 31 17:26:24.152 INFO E| Compiling mime v0.3.17
31712024-10-31T17:26:25.958Z[ host-package] Compiling smawk v0.3.2
31722024-10-31T17:26:26.692Z[ host-package] Compiling is_ci v1.2.0
31732024-10-31T17:26:27.274Z[ helios-setup] Oct 31 17:26:26.175 INFO E| Compiling clap_lex v0.4.1
31742024-10-31T17:26:27.403Z[ host-package] Compiling supports-color v3.0.1
31752024-10-31T17:26:28.247Z[ host-package] Compiling rcgen v0.12.1
31762024-10-31T17:26:28.628Z[ helios-setup] Oct 31 17:26:27.528 INFO E| Compiling strsim v0.10.0
31772024-10-31T17:26:29.475Z[ helios-setup] Oct 31 17:26:28.375 INFO E| Compiling spin v0.5.2
31782024-10-31T17:26:30.271Z[ helios-setup] Oct 31 17:26:29.170 INFO E| Compiling untrusted v0.7.1
31792024-10-31T17:26:30.794Z[ host-package] Compiling textwrap v0.16.1
31802024-10-31T17:26:30.925Z[ helios-setup] Oct 31 17:26:29.824 INFO E| Compiling ipnet v2.7.2
31812024-10-31T17:26:31.115Z[ helios-setup] Oct 31 17:26:30.015 INFO E| Compiling either v1.8.0
31822024-10-31T17:26:31.821Z[ helios-setup] Oct 31 17:26:30.720 INFO E| Compiling base64 v0.13.1
31832024-10-31T17:26:32.401Z[ helios-setup] Oct 31 17:26:31.300 INFO E| Compiling byteorder v1.4.3
31842024-10-31T17:26:32.503Z[ helios-setup] Oct 31 17:26:31.403 INFO E| Compiling project-root v0.2.2
31852024-10-31T17:26:33.191Z[ helios-setup] Oct 31 17:26:32.090 INFO E| Compiling unsafe-libyaml v0.2.8
31862024-10-31T17:26:33.531Z[ helios-setup] Oct 31 17:26:32.430 INFO E| Compiling tungstenite v0.18.0
31872024-10-31T17:26:33.975Z[ helios-setup] Oct 31 17:26:32.874 INFO E| Compiling reqwest v0.11.16
31882024-10-31T17:26:34.703Z[ helios-setup] Oct 31 17:26:33.601 INFO E| Compiling rayon v1.6.1
31892024-10-31T17:26:35.825Z[ helios-setup] Oct 31 17:26:34.724 INFO E| Compiling serde_yaml v0.9.21
31902024-10-31T17:26:36.827Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31912024-10-31T17:26:43.561Z[ helios-setup] Oct 31 17:26:42.458 INFO E| Compiling clap_builder v4.2.1
31922024-10-31T17:26:43.718Z[ helios-setup] Oct 31 17:26:42.614 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31932024-10-31T17:26:45.240Z[ helios-setup] Oct 31 17:26:44.136 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31942024-10-31T17:26:45.981Z[ helios-setup] Oct 31 17:26:44.877 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31952024-10-31T17:26:48.010Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31962024-10-31T17:26:48.810Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31972024-10-31T17:26:49.842Z[ helios-setup] Oct 31 17:26:48.737 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31982024-10-31T17:26:50.194Z[ helios-setup] Oct 31 17:26:49.089 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31992024-10-31T17:26:50.664Z[ helios-setup] Oct 31 17:26:49.559 INFO E| Compiling clap_derive v4.2.0
32002024-10-31T17:26:54.307Z[ helios-setup] Oct 31 17:26:53.201 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32012024-10-31T17:26:54.589Z[ helios-setup] Oct 31 17:26:53.483 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32022024-10-31T17:26:59.959Z[ helios-setup] Oct 31 17:26:58.852 INFO E| Compiling clap v4.2.1
32032024-10-31T17:27:03.469Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32042024-10-31T17:27:15.678Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32052024-10-31T17:27:17.205Z[ helios-setup] Oct 31 17:27:16.094 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32062024-10-31T17:27:20.493Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32072024-10-31T17:27:20.523Z[ helios-setup] Oct 31 17:27:19.410 INFO E| Compiling tokio-tungstenite v0.18.0
32082024-10-31T17:27:21.656Z[ helios-setup] Oct 31 17:27:20.543 INFO E| Compiling smartstring v1.0.1
32092024-10-31T17:27:22.475Z[ helios-setup] Oct 31 17:27:21.362 INFO E| Compiling rustls v0.21.0
32102024-10-31T17:27:24.862Z[ helios-setup] Oct 31 17:27:23.748 INFO E| Compiling sct v0.7.0
32112024-10-31T17:27:25.477Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32122024-10-31T17:27:26.382Z[ helios-setup] Oct 31 17:27:25.268 INFO E| Compiling rustls-webpki v0.100.1
32132024-10-31T17:27:28.352Z[ helios-setup] Oct 31 17:27:27.238 INFO E| Compiling serde_spanned v0.6.1
32142024-10-31T17:27:29.100Z[ helios-setup] Oct 31 17:27:27.985 INFO E| Compiling toml_datetime v0.6.1
32152024-10-31T17:27:30.295Z[ helios-setup] Oct 31 17:27:29.180 INFO E| Compiling camino v1.1.4
32162024-10-31T17:27:30.337Z[ helios-setup] Oct 31 17:27:29.223 INFO E| Compiling winnow v0.4.1
32172024-10-31T17:27:32.225Z[ helios-setup] Oct 31 17:27:31.110 INFO E| Compiling slog-async v2.7.0
32182024-10-31T17:27:33.057Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32192024-10-31T17:27:33.768Z[ helios-setup] Oct 31 17:27:32.652 INFO E| Compiling static_assertions v1.1.0
32202024-10-31T17:27:34.249Z[ helios-setup] Oct 31 17:27:33.133 INFO E| Compiling match_cfg v0.1.0
32212024-10-31T17:27:34.403Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32222024-10-31T17:27:34.804Z[ helios-setup] Oct 31 17:27:33.688 INFO E| Compiling paste v1.0.12
32232024-10-31T17:27:35.168Z[ helios-setup] Oct 31 17:27:34.051 INFO E| Compiling async-trait v0.1.68
32242024-10-31T17:27:36.023Z[ helios-setup] Oct 31 17:27:34.907 INFO E| Compiling hostname v0.3.1
32252024-10-31T17:27:37.130Z[ helios-setup] Oct 31 17:27:36.014 INFO E| Compiling toml_edit v0.19.8
32262024-10-31T17:27:38.296Z[ helios-setup] Oct 31 17:27:37.179 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32272024-10-31T17:27:38.942Z[ helios-setup] Oct 31 17:27:37.825 INFO E| Compiling slog-json v2.6.1
32282024-10-31T17:27:40.359Z[ helios-setup] Oct 31 17:27:39.242 INFO E| Compiling unicode-linebreak v0.1.4
32292024-10-31T17:27:45.371Z[ helios-setup] Oct 31 17:27:44.252 INFO E| Compiling async-stream-impl v0.3.5
32302024-10-31T17:27:46.386Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32312024-10-31T17:27:46.724Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32322024-10-31T17:27:47.236Z[ helios-setup] Oct 31 17:27:46.117 INFO E| Compiling rhai_codegen v1.5.0
32332024-10-31T17:27:47.453Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32342024-10-31T17:27:48.638Z[ helios-setup] Oct 31 17:27:47.519 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32352024-10-31T17:27:49.625Z[ helios-setup] Oct 31 17:27:48.505 INFO E| Compiling take_mut v0.2.2
32362024-10-31T17:27:49.864Z[ helios-setup] Oct 31 17:27:48.745 INFO E| Compiling async-stream v0.3.5
32372024-10-31T17:27:50.483Z[ helios-setup] Oct 31 17:27:49.364 INFO E| Compiling tokio-rustls v0.24.0
32382024-10-31T17:27:51.916Z[ helios-setup] Oct 31 17:27:50.795 INFO E| Compiling toml v0.7.3
32392024-10-31T17:27:52.705Z[ helios-setup] Oct 31 17:27:51.585 INFO E| Compiling rhai v1.14.0
32402024-10-31T17:27:53.650Z[ helios-setup] Oct 31 17:27:52.529 INFO E| Compiling slog-bunyan v2.4.0
32412024-10-31T17:27:59.100Z[ helios-setup] Oct 31 17:27:57.978 INFO E| Compiling rustls-pemfile v1.0.2
32422024-10-31T17:27:59.706Z[ host-package] Compiling fatfs v0.3.6
32432024-10-31T17:28:00.565Z[ helios-setup] Oct 31 17:27:59.443 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32442024-10-31T17:28:00.710Z[ helios-setup] Oct 31 17:27:59.587 INFO E| Compiling serde_path_to_error v0.1.11
32452024-10-31T17:28:00.789Z[ host-package] Compiling rtoolbox v0.0.2
32462024-10-31T17:28:00.953Z[ helios-setup] Oct 31 17:27:59.830 INFO E| Compiling bincode v1.3.3
32472024-10-31T17:28:01.565Z[ host-package] Compiling subprocess v0.2.9
32482024-10-31T17:28:03.446Z[ helios-setup] Oct 31 17:28:02.323 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32492024-10-31T17:28:03.449Z[ helios-setup] Oct 31 17:28:02.323 INFO E| Compiling terminal_size v0.2.6
32502024-10-31T17:28:04.031Z[ helios-setup] Oct 31 17:28:02.908 INFO E| Compiling smawk v0.3.1
32512024-10-31T17:28:04.603Z[ helios-setup] Oct 31 17:28:03.480 INFO E| Compiling textwrap v0.16.0
32522024-10-31T17:28:05.202Z[ host-package] Compiling assert_matches v1.5.0
32532024-10-31T17:28:05.233Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32542024-10-31T17:28:09.824Z[ host-package] Compiling rpassword v7.3.1
32552024-10-31T17:28:10.740Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32562024-10-31T17:28:12.626Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32572024-10-31T17:28:19.942Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32582024-10-31T17:28:32.365Z[ host-package] Compiling tui-tree-widget v0.22.0
32592024-10-31T17:28:32.445Z[ helios-setup] Oct 31 17:28:31.315 INFO E| Compiling git2 v0.16.1
32602024-10-31T17:28:32.979Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32612024-10-31T17:28:37.476Z[ helios-setup] Oct 31 17:28:36.345 INFO E| Compiling built v0.6.0
32622024-10-31T17:28:41.736Z[ helios-setup] Oct 31 17:28:40.603 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32632024-10-31T17:28:42.487Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32642024-10-31T17:28:43.322Z[ helios-setup] Oct 31 17:28:42.190 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32652024-10-31T17:28:44.093Z[ helios-setup] Oct 31 17:28:42.960 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32662024-10-31T17:28:49.777Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32672024-10-31T17:28:50.308Z[ host-package] Compiling uzers v0.12.1
32682024-10-31T17:28:54.738Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32692024-10-31T17:29:01.547Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32702024-10-31T17:29:02.317Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32712024-10-31T17:29:03.103Z[ helios-setup] Oct 31 17:29:01.965 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32722024-10-31T17:29:05.377Z[ helios-setup] Oct 31 17:29:04.239 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32732024-10-31T17:29:47.751Z[ helios-setup] Oct 31 17:29:46.603 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32742024-10-31T17:29:48.751Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32752024-10-31T17:29:49.449Z[ host-package] Compiling multimap v0.10.0
32762024-10-31T17:30:55.234Z[ helios-setup] Oct 31 17:30:54.069 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s
32772024-10-31T17:30:55.368Z[ helios-setup] Oct 31 17:30:54.203 INFO building project "pilot" ok (412 seconds)
32782024-10-31T17:30:55.371Z[ helios-setup] Oct 31 17:30:54.203 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32792024-10-31T17:30:55.371Z[ helios-setup] Oct 31 17:30:54.203 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32802024-10-31T17:30:55.811Z[ helios-setup] Oct 31 17:30:54.644 INFO E| Downloading crates ...
32812024-10-31T17:30:55.964Z[ helios-setup] Oct 31 17:30:54.799 INFO E| Downloaded typenum v1.15.0
32822024-10-31T17:30:55.987Z[ helios-setup] Oct 31 17:30:54.803 INFO E| Downloaded digest v0.10.3
32832024-10-31T17:30:55.987Z[ helios-setup] Oct 31 17:30:54.806 INFO E| Downloaded sha2 v0.10.5
32842024-10-31T17:30:55.987Z[ helios-setup] Oct 31 17:30:54.809 INFO E| Downloaded anyhow v1.0.62
32852024-10-31T17:30:55.987Z[ helios-setup] Oct 31 17:30:54.815 INFO E| Downloaded bytes v1.2.1
32862024-10-31T17:30:56.154Z[ helios-setup] Oct 31 17:30:54.988 INFO E| Compiling typenum v1.15.0
32872024-10-31T17:30:56.154Z[ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling version_check v0.9.4
32882024-10-31T17:30:56.157Z[ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling crc32fast v1.3.2
32892024-10-31T17:30:56.157Z[ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling cfg-if v1.0.0
32902024-10-31T17:30:56.157Z[ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling adler v1.0.2
32912024-10-31T17:30:56.157Z[ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling anyhow v1.0.62
32922024-10-31T17:30:56.157Z[ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling cpufeatures v0.2.5
32932024-10-31T17:30:56.157Z[ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling unicode-width v0.1.10
32942024-10-31T17:30:56.327Z[ helios-setup] Oct 31 17:30:55.161 INFO E| Compiling bitflags v1.3.2
32952024-10-31T17:30:56.502Z[ helios-setup] Oct 31 17:30:55.337 INFO E| Compiling getopts v0.2.21
32962024-10-31T17:30:56.550Z[ helios-setup] Oct 31 17:30:55.384 INFO E| Compiling miniz_oxide v0.6.2
32972024-10-31T17:30:56.750Z[ helios-setup] Oct 31 17:30:55.584 INFO E| Compiling bytes v1.2.1
32982024-10-31T17:30:57.479Z[ helios-setup] Oct 31 17:30:56.313 INFO E| Compiling generic-array v0.14.6
32992024-10-31T17:30:58.275Z[ helios-setup] Oct 31 17:30:57.109 INFO E| Compiling flate2 v1.0.25
33002024-10-31T17:31:02.446Z[ helios-setup] Oct 31 17:31:01.279 INFO E| Compiling crypto-common v0.1.6
33012024-10-31T17:31:02.446Z[ helios-setup] Oct 31 17:31:01.280 INFO E| Compiling block-buffer v0.10.3
33022024-10-31T17:31:02.659Z[ helios-setup] Oct 31 17:31:01.492 INFO E| Compiling digest v0.10.3
33032024-10-31T17:31:03.030Z[ helios-setup] Oct 31 17:31:01.862 INFO E| Compiling sha2 v0.10.5
33042024-10-31T17:31:03.544Z[ helios-setup] Oct 31 17:31:02.376 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33052024-10-31T17:31:09.208Z[ helios-setup] Oct 31 17:31:08.039 INFO E| Finished `release` profile [optimized] target(s) in 13.74s
33062024-10-31T17:31:09.223Z[ helios-setup] Oct 31 17:31:08.054 INFO building project "bootserver" ok (13 seconds)
33072024-10-31T17:31:09.225Z[ helios-setup] rm -f helios-build
33082024-10-31T17:31:09.228Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33092024-10-31T17:31:09.230Z[ helios-setup]
33102024-10-31T17:31:09.233Z[ helios-setup] Setup complete! ./helios-build is now available.
33112024-10-31T17:31:09.235Z[ helios-setup]
33122024-10-31T17:31:09.235Z[ helios-setup]
33132024-10-31T17:31:09.235Z[ helios-setup] real 12:02.977941972
33142024-10-31T17:31:09.236Z[ helios-setup] user 28:29.251014016
33152024-10-31T17:31:09.236ZOct 31 17:31:08.067 INFO [helios-setup] process exited with exit status: 0 (722.984935978s)
33162024-10-31T17:31:09.236Z[ helios-setup] sys 3:32.643507732
33172024-10-31T17:31:09.236Z[ helios-setup] trap 1.644501653
33182024-10-31T17:31:09.236Z[ helios-setup] tflt 8.410766138
33192024-10-31T17:31:09.236Z[ helios-setup] dflt 34.683535981
33202024-10-31T17:31:09.238Z[ helios-setup] kflt 0.039173980
33212024-10-31T17:31:09.238Z[ helios-setup] lock 2:09:30.387063474
33222024-10-31T17:31:09.238Z[ helios-setup] slp 3:40:18.304741886
33232024-10-31T17:31:09.238Z[ helios-setup] lat 32:18.890616002
33242024-10-31T17:31:09.238Z[ helios-setup] stop 4:43.357359238
33252024-10-31T17:31:09.238ZOct 31 17:31:08.068 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33262024-10-31T17:31:09.261Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33272024-10-31T17:31:09.581Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33282024-10-31T17:31:09.581Z[ phbl-toolchain] info: downloading component 'cargo'
33292024-10-31T17:31:11.316Z[ phbl-toolchain] info: downloading component 'clippy'
33302024-10-31T17:31:11.646Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33312024-10-31T17:31:17.133Z[ phbl-toolchain] info: downloading component 'miri'
33322024-10-31T17:31:17.443Z[ phbl-toolchain] info: downloading component 'rust-docs'
33332024-10-31T17:31:19.085Z[ phbl-toolchain] info: downloading component 'rust-src'
33342024-10-31T17:31:19.398Z[ phbl-toolchain] info: downloading component 'rust-std'
33352024-10-31T17:31:21.655Z[ phbl-toolchain] info: downloading component 'rustc'
33362024-10-31T17:31:31.390Z[ phbl-toolchain] info: downloading component 'rustfmt'
33372024-10-31T17:31:32.438Z[ phbl-toolchain] info: installing component 'cargo'
33382024-10-31T17:31:33.940Z[ phbl-toolchain] info: installing component 'clippy'
33392024-10-31T17:31:34.588Z[ phbl-toolchain] info: installing component 'llvm-tools'
33402024-10-31T17:31:40.498Z[ phbl-toolchain] info: installing component 'miri'
33412024-10-31T17:31:40.857Z[ phbl-toolchain] info: installing component 'rust-docs'
33422024-10-31T17:31:49.084Z[ phbl-toolchain] info: installing component 'rust-src'
33432024-10-31T17:31:49.751Z[ phbl-toolchain] info: installing component 'rust-std'
33442024-10-31T17:31:52.151Z[ phbl-toolchain] info: installing component 'rustc'
33452024-10-31T17:32:02.191Z[ phbl-toolchain] info: installing component 'rustfmt'
33462024-10-31T17:32:03.224Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33472024-10-31T17:32:03.227ZOct 31 17:32:02.045 INFO [phbl-toolchain] process exited with exit status: 0 (53.976738555s)
33482024-10-31T17:32:29.302Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33492024-10-31T17:32:40.834Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33502024-10-31T17:39:44.042Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 51s
33512024-10-31T17:40:49.402ZOct 31 17:40:44.553 INFO [host-package] process exited with exit status: 0 (1253.920370952s)
33522024-10-31T17:40:49.402ZOct 31 17:40:44.553 INFO [host-stamp] running task
33532024-10-31T17:40:49.402ZOct 31 17:40:44.554 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33542024-10-31T17:40:49.402ZOct 31 17:40:44.554 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+git4f046351c7d
33552024-10-31T17:40:49.402ZOct 31 17:40:44.572 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+git4f046351c7d
33562024-10-31T17:40:49.402Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-31T17:40:49.402ZOct 31 17:40:44.582 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+git4f046351c7d
33582024-10-31T17:40:49.402Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33592024-10-31T17:40:49.402ZOct 31 17:40:44.591 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+git4f046351c7d
33602024-10-31T17:40:49.402Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-31T17:40:49.402Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-31T17:40:49.402ZOct 31 17:40:44.604 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+git4f046351c7d
33632024-10-31T17:40:49.402Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33642024-10-31T17:40:49.402Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-31T17:40:49.402ZOct 31 17:40:44.617 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+git4f046351c7d
33662024-10-31T17:40:49.402Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-31T17:40:49.402ZOct 31 17:40:44.630 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+git4f046351c7d
33682024-10-31T17:40:49.402Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-31T17:40:49.402ZOct 31 17:40:44.646 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+git4f046351c7d
33702024-10-31T17:40:49.402Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33712024-10-31T17:40:49.402Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33722024-10-31T17:40:49.402ZOct 31 17:40:44.665 INFO [stamp-oxlog] process exited with exit status: 0 (83.220239ms)
33732024-10-31T17:40:49.402ZOct 31 17:40:44.665 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (34.441823ms)
33742024-10-31T17:40:49.402Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33752024-10-31T17:40:49.402Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33762024-10-31T17:40:49.402ZOct 31 17:40:44.679 INFO [stamp-overlay] process exited with exit status: 0 (33.179314ms)
33772024-10-31T17:40:49.402Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33782024-10-31T17:40:49.403ZOct 31 17:40:44.737 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.305444ms)
33792024-10-31T17:40:49.403Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33802024-10-31T17:40:49.403ZOct 31 17:40:44.798 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (244.043633ms)
33812024-10-31T17:40:49.403Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33822024-10-31T17:40:49.403ZOct 31 17:40:45.011 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (393.999577ms)
33832024-10-31T17:40:49.403Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33842024-10-31T17:40:49.403ZOct 31 17:40:45.806 INFO [stamp-propolis-server] process exited with exit status: 0 (1.215125285s)
33852024-10-31T17:40:49.403Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33862024-10-31T17:40:49.687Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33872024-10-31T17:40:56.313Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33882024-10-31T17:40:56.317ZOct 31 17:40:55.004 INFO [stamp-switch-asic] process exited with exit status: 0 (10.431890444s)
33892024-10-31T17:40:56.317ZOct 31 17:40:55.004 INFO [host-stamp] task succeeded (10.450469539s)
33902024-10-31T17:40:56.317ZOct 31 17:40:55.004 INFO [host-proto] running task
33912024-10-31T17:40:56.729ZOct 31 17:40:55.416 INFO [host-proto] task succeeded (412.050412ms)
33922024-10-31T17:40:56.730ZOct 31 17:40:55.416 INFO [host-profile] running task
33932024-10-31T17:40:56.733ZOct 31 17:40:55.416 INFO [host-profile] task succeeded (282.013µs)
33942024-10-31T17:40:56.733ZOct 31 17:40:55.417 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/.tmprBD8Ob/proto/host/root -N 'ci 4f04635/${os_short_commit} 2024-10-31 17:19' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33952024-10-31T17:40:56.748Z[ host-image] Oct 31 17:40:55.435 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33962024-10-31T17:40:56.752Z[ host-image] Oct 31 17:40:55.435 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33972024-10-31T17:40:56.763Z[ host-image] Oct 31 17:40:55.450 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmprBD8Ob/proto/host/root"
33982024-10-31T17:40:56.763Z[ host-image] Oct 31 17:40:55.450 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33992024-10-31T17:40:56.767Z[ host-image] Oct 31 17:40:55.450 INFO image builder template: ramdisk-01-os...
34002024-10-31T17:40:56.767Z[ host-image] Oct 31 17:40:55.450 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/.tmprBD8Ob/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
34012024-10-31T17:40:56.786Z[ host-image] Oct 31 17:40:55.472 INFO O| Oct 31 17:40:55.472 INFO CREATE DATASET: rpool/images/build/host/output
34022024-10-31T17:40:57.056Z[ host-image] Oct 31 17:40:55.742 INFO O| Oct 31 17:40:55.742 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34032024-10-31T17:40:57.060Z[ host-image] Oct 31 17:40:55.747 INFO O| Oct 31 17:40:55.747 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34042024-10-31T17:40:57.271Z[ host-image] Oct 31 17:40:55.957 INFO O| Oct 31 17:40:55.957 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34052024-10-31T17:40:57.324Z[ host-image] Oct 31 17:40:56.010 INFO O| Oct 31 17:40:56.010 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34062024-10-31T17:40:57.324Z[ host-image] Oct 31 17:40:56.010 INFO O| Oct 31 17:40:56.010 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34072024-10-31T17:40:57.328Z[ host-image] Oct 31 17:40:56.011 INFO O| Oct 31 17:40:56.010 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-31T17:40:57.328Z[ host-image] Oct 31 17:40:56.011 INFO O| Oct 31 17:40:56.011 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34092024-10-31T17:40:57.332Z[ host-image] Oct 31 17:40:56.018 INFO O| Oct 31 17:40:56.018 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34102024-10-31T17:40:57.551Z[ host-image] Oct 31 17:40:56.237 INFO O| Oct 31 17:40:56.237 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-10-31T17:40:57.562Z[ host-image] Oct 31 17:40:56.248 INFO O| Oct 31 17:40:56.248 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34122024-10-31T17:40:57.984Z[ host-image] Oct 31 17:40:56.670 INFO O| Oct 31 17:40:56.669 INFO O| Caching catalogs ... Done
34132024-10-31T17:40:58.086Z[ host-image] Oct 31 17:40:56.772 INFO O| Oct 31 17:40:56.772 INFO STEP 0 (pkg_image_create) COMPLETE
34142024-10-31T17:40:58.086Z[ host-image] Oct 31 17:40:56.772 INFO O| Oct 31 17:40:56.772 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-10-31T17:40:58.089Z[ host-image] Oct 31 17:40:56.772 INFO O| Oct 31 17:40:56.772 INFO skip step because feature "repo_redist" is not enabled
34162024-10-31T17:40:58.089Z[ host-image] Oct 31 17:40:56.772 INFO O| Oct 31 17:40:56.772 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-31T17:40:58.101Z[ host-image] Oct 31 17:40:56.787 INFO O| Oct 31 17:40:56.787 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"]
34182024-10-31T17:40:58.670Z[ host-image] Oct 31 17:40:57.355 INFO O| Oct 31 17:40:57.355 INFO STEP 2 (pkg_set_publisher) COMPLETE
34192024-10-31T17:40:58.670Z[ host-image] Oct 31 17:40:57.355 INFO O| Oct 31 17:40:57.355 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34202024-10-31T17:40:58.687Z[ host-image] Oct 31 17:40:57.373 INFO O| Oct 31 17:40:57.373 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"]
34212024-10-31T17:40:59.264Z[ host-image] Oct 31 17:40:57.950 INFO O| Oct 31 17:40:57.950 INFO STEP 3 (pkg_set_publisher) COMPLETE
34222024-10-31T17:40:59.264Z[ host-image] Oct 31 17:40:57.950 INFO O| Oct 31 17:40:57.950 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-10-31T17:40:59.267Z[ host-image] Oct 31 17:40:57.950 INFO O| Oct 31 17:40:57.950 INFO skip step because feature "repo_redist" is not enabled
34242024-10-31T17:40:59.268Z[ host-image] Oct 31 17:40:57.950 INFO O| Oct 31 17:40:57.950 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34252024-10-31T17:40:59.858Z[ host-image] Oct 31 17:40:58.543 INFO O| Oct 31 17:40:58.543 INFO variant opensolaris.zone is already global
34262024-10-31T17:40:59.858Z[ host-image] Oct 31 17:40:58.543 INFO O| Oct 31 17:40:58.543 INFO STEP 5 (pkg_change_variant) COMPLETE
34272024-10-31T17:40:59.861Z[ host-image] Oct 31 17:40:58.543 INFO O| Oct 31 17:40:58.543 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34282024-10-31T17:41:00.428Z[ host-image] Oct 31 17:40:59.113 INFO O| Oct 31 17:40:59.113 INFO variant opensolaris.imagetype is full; changing to partial
34292024-10-31T17:41:00.428Z[ host-image] Oct 31 17:40:59.114 INFO O| Oct 31 17:40:59.113 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34302024-10-31T17:41:06.911Z[ host-image] Oct 31 17:41:05.596 INFO O| Oct 31 17:41:05.595 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34312024-10-31T17:41:08.933Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.82s
34322024-10-31T17:41:10.272Z[ host-image] Oct 31 17:41:08.955 INFO O| Oct 31 17:41:08.955 INFO O| Startup: Caching catalogs ... Done
34332024-10-31T17:41:10.338Z[ host-image] Oct 31 17:41:09.020 INFO O| Oct 31 17:41:09.020 INFO O| Planning: Planning completed in 0.00 seconds
34342024-10-31T17:41:10.343Z[ host-image] Oct 31 17:41:09.021 INFO O| Oct 31 17:41:09.021 INFO O| Planning: Consolidating action changes ... Done
34352024-10-31T17:41:10.343Z[ host-image] Oct 31 17:41:09.021 INFO O| Oct 31 17:41:09.021 INFO O| Planning: Evaluating mediators ... Done
34362024-10-31T17:41:10.343Z[ host-image] Oct 31 17:41:09.021 INFO O| Oct 31 17:41:09.021 INFO O| Planning: Planning completed in 0.00 seconds
34372024-10-31T17:41:10.343Z[ host-image] Oct 31 17:41:09.021 INFO O| Oct 31 17:41:09.021 INFO O| Variants/Facets to change: 1
34382024-10-31T17:41:10.362Z[ host-image] Oct 31 17:41:09.045 INFO O| Oct 31 17:41:09.045 INFO O| Done
34392024-10-31T17:41:10.363Z[ host-image] Oct 31 17:41:09.045 INFO O| Oct 31 17:41:09.045 INFO O| Done
34402024-10-31T17:41:10.520ZOct 31 17:41:09.203 INFO [recovery-package] process exited with exit status: 0 (24.648854129s)
34412024-10-31T17:41:10.520ZOct 31 17:41:09.203 INFO [recovery-stamp] running task
34422024-10-31T17:41:10.522ZOct 31 17:41:09.204 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34432024-10-31T17:41:10.522ZOct 31 17:41:09.204 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+git4f046351c7d
34442024-10-31T17:41:10.544ZOct 31 17:41:09.228 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git4f046351c7d
34452024-10-31T17:41:10.561Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34462024-10-31T17:41:10.572Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34472024-10-31T17:41:10.658Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34482024-10-31T17:41:10.662ZOct 31 17:41:09.346 INFO [stamp-installinator] process exited with exit status: 0 (118.044399ms)
34492024-10-31T17:41:10.678Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34502024-10-31T17:41:10.681ZOct 31 17:41:09.365 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (161.101138ms)
34512024-10-31T17:41:10.681ZOct 31 17:41:09.365 INFO [recovery-stamp] task succeeded (161.604274ms)
34522024-10-31T17:41:10.684ZOct 31 17:41:09.365 INFO [recovery-proto] running task
34532024-10-31T17:41:10.684ZOct 31 17:41:09.365 INFO [tuf-stamp] running task
34542024-10-31T17:41:10.684ZOct 31 17:41:09.366 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+git4f046351c7d
34552024-10-31T17:41:10.696ZOct 31 17:41:09.380 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+git4f046351c7d
34562024-10-31T17:41:10.711Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34572024-10-31T17:41:10.713ZOct 31 17:41:09.395 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+git4f046351c7d
34582024-10-31T17:41:10.726Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34592024-10-31T17:41:10.729ZOct 31 17:41:09.410 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+git4f046351c7d
34602024-10-31T17:41:10.743ZOct 31 17:41:09.426 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+git4f046351c7d
34612024-10-31T17:41:10.755Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-31T17:41:10.764Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-31T17:41:10.764ZOct 31 17:41:09.447 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+git4f046351c7d
34642024-10-31T17:41:10.788Z[ host-image] Oct 31 17:41:09.471 INFO O| Oct 31 17:41:09.471 INFO O| Done
34652024-10-31T17:41:10.809ZOct 31 17:41:09.492 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+git4f046351c7d
34662024-10-31T17:41:10.841Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-31T17:41:10.844ZOct 31 17:41:09.526 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+git4f046351c7d
34682024-10-31T17:41:10.844Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34692024-10-31T17:41:10.954ZOct 31 17:41:09.638 INFO [recovery-proto] task succeeded (272.708779ms)
34702024-10-31T17:41:10.966Z[ host-image] Oct 31 17:41:09.542 INFO O| Oct 31 17:41:09.541 INFO O| Done
34712024-10-31T17:41:10.966Z[ host-image] Oct 31 17:41:09.543 INFO O| Oct 31 17:41:09.543 INFO O| Done
34722024-10-31T17:41:10.969ZOct 31 17:41:09.650 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/.tmprBD8Ob/proto/recovery/root -N 'recovery 4f04635/${os_short_commit} 2024-10-31 17:19' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34732024-10-31T17:41:11.176Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34742024-10-31T17:41:11.178ZOct 31 17:41:09.859 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+git4f046351c7d
34752024-10-31T17:41:11.189Z[ host-image] Oct 31 17:41:09.543 INFO O| Oct 31 17:41:09.543 INFO O| Done
34762024-10-31T17:41:11.192Z[ host-image] Oct 31 17:41:09.544 INFO O| Oct 31 17:41:09.544 INFO O| Done
34772024-10-31T17:41:11.194Z[ recovery-image] Oct 31 17:41:09.848 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34782024-10-31T17:41:11.194Z[ recovery-image] Oct 31 17:41:09.848 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34792024-10-31T17:41:11.325Z[ recovery-image] Oct 31 17:41:09.891 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmprBD8Ob/proto/recovery/root"
34802024-10-31T17:41:11.327Z[ recovery-image] Oct 31 17:41:09.891 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34812024-10-31T17:41:11.327Z[ recovery-image] Oct 31 17:41:09.891 INFO image builder template: ramdisk-01-os...
34822024-10-31T17:41:11.327Z[ recovery-image] Oct 31 17:41:09.892 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/.tmprBD8Ob/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
34832024-10-31T17:41:11.327Z[ recovery-image] Oct 31 17:41:09.922 INFO O| Oct 31 17:41:09.921 INFO CREATE DATASET: rpool/images/build/recovery/output
34842024-10-31T17:41:11.330Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34852024-10-31T17:41:11.330ZOct 31 17:41:10.013 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+git4f046351c7d
34862024-10-31T17:41:11.573Z[ host-image] Oct 31 17:41:10.256 INFO O| Oct 31 17:41:10.256 INFO STEP 6 (pkg_change_variant) COMPLETE
34872024-10-31T17:41:11.578Z[ host-image] Oct 31 17:41:10.256 INFO O| Oct 31 17:41:10.256 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34882024-10-31T17:41:11.578Z[ host-image] Oct 31 17:41:10.256 INFO O| Oct 31 17:41:10.256 INFO skip step because feature "debug_variant" is not enabled
34892024-10-31T17:41:11.578Z[ host-image] Oct 31 17:41:10.256 INFO O| Oct 31 17:41:10.256 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34902024-10-31T17:41:11.581Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34912024-10-31T17:41:11.585Z[ recovery-image] Oct 31 17:41:10.268 INFO O| Oct 31 17:41:10.268 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34922024-10-31T17:41:11.591Z[ recovery-image] Oct 31 17:41:10.274 INFO O| Oct 31 17:41:10.274 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34932024-10-31T17:41:11.593ZOct 31 17:41:10.275 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+git4f046351c7d
34942024-10-31T17:41:11.645Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-10-31T17:41:11.718Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34962024-10-31T17:41:11.912Z[ recovery-image] Oct 31 17:41:10.595 INFO O| Oct 31 17:41:10.595 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34972024-10-31T17:41:11.927Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34982024-10-31T17:41:12.001Z[ recovery-image] Oct 31 17:41:10.683 INFO O| Oct 31 17:41:10.683 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34992024-10-31T17:41:12.001Z[ recovery-image] Oct 31 17:41:10.684 INFO O| Oct 31 17:41:10.684 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35002024-10-31T17:41:12.003Z[ recovery-image] Oct 31 17:41:10.684 INFO O| Oct 31 17:41:10.684 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35012024-10-31T17:41:12.003Z[ recovery-image] Oct 31 17:41:10.684 INFO O| Oct 31 17:41:10.684 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35022024-10-31T17:41:12.019ZOct 31 17:41:10.702 INFO [stamp-probe] process exited with exit status: 0 (427.215525ms)
35032024-10-31T17:41:12.058Z[ recovery-image] Oct 31 17:41:10.741 INFO O| Oct 31 17:41:10.741 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35042024-10-31T17:41:12.166Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35052024-10-31T17:41:12.184ZOct 31 17:41:10.867 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.472398326s)
35062024-10-31T17:41:12.236Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
35072024-10-31T17:41:12.282ZOct 31 17:41:10.965 INFO [stamp-ntp] process exited with exit status: 0 (951.866902ms)
35082024-10-31T17:41:12.326Z[ host-image] Oct 31 17:41:11.009 INFO O| Oct 31 17:41:11.009 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35092024-10-31T17:41:12.346Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
35102024-10-31T17:41:12.396Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35112024-10-31T17:41:12.399Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35122024-10-31T17:41:12.435ZOct 31 17:41:11.118 INFO [stamp-internal-dns] process exited with exit status: 0 (1.625687595s)
35132024-10-31T17:41:12.461Z[ recovery-image] Oct 31 17:41:11.144 INFO O| Oct 31 17:41:11.144 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35142024-10-31T17:41:12.475Z[ recovery-image] Oct 31 17:41:11.158 INFO O| Oct 31 17:41:11.158 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35152024-10-31T17:41:12.910Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35162024-10-31T17:41:12.938Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35172024-10-31T17:41:12.938ZOct 31 17:41:11.617 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.091609903s)
35182024-10-31T17:41:12.945ZOct 31 17:41:11.628 INFO [stamp-oximeter] process exited with exit status: 0 (2.201421794s)
35192024-10-31T17:41:12.997Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35202024-10-31T17:41:13.001ZOct 31 17:41:11.684 INFO [stamp-external-dns] process exited with exit status: 0 (1.799516453s)
35212024-10-31T17:41:13.026Z[ recovery-image] Oct 31 17:41:11.709 INFO O| Oct 31 17:41:11.708 INFO O| Caching catalogs ... Done
35222024-10-31T17:41:13.133Z[ recovery-image] Oct 31 17:41:11.816 INFO O| Oct 31 17:41:11.816 INFO STEP 0 (pkg_image_create) COMPLETE
35232024-10-31T17:41:13.133Z[ recovery-image] Oct 31 17:41:11.816 INFO O| Oct 31 17:41:11.816 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-10-31T17:41:13.133Z[ recovery-image] Oct 31 17:41:11.816 INFO O| Oct 31 17:41:11.816 INFO skip step because feature "repo_redist" is not enabled
35252024-10-31T17:41:13.136Z[ recovery-image] Oct 31 17:41:11.816 INFO O| Oct 31 17:41:11.816 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-10-31T17:41:13.148Z[ recovery-image] Oct 31 17:41:11.831 INFO O| Oct 31 17:41:11.831 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"]
35272024-10-31T17:41:13.160Z[ host-image] Oct 31 17:41:11.843 INFO O| Oct 31 17:41:11.843 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35282024-10-31T17:41:13.163Z[ host-image] Oct 31 17:41:11.845 INFO O| Oct 31 17:41:11.845 INFO O| Planning: Planning completed in 0.00 seconds
35292024-10-31T17:41:13.163Z[ host-image] Oct 31 17:41:11.845 INFO O| Oct 31 17:41:11.845 INFO O| Planning: Consolidating action changes ... Done
35302024-10-31T17:41:13.165Z[ host-image] Oct 31 17:41:11.846 INFO O| Oct 31 17:41:11.845 INFO O| Planning: Evaluating mediators ... Done
35312024-10-31T17:41:13.165Z[ host-image] Oct 31 17:41:11.846 INFO O| Oct 31 17:41:11.846 INFO O| Planning: Planning completed in 0.00 seconds
35322024-10-31T17:41:13.165Z[ host-image] Oct 31 17:41:11.846 INFO O| Oct 31 17:41:11.846 INFO O| Variants/Facets to change: 1
35332024-10-31T17:41:13.183Z[ host-image] Oct 31 17:41:11.866 INFO O| Oct 31 17:41:11.866 INFO O| Done
35342024-10-31T17:41:13.183Z[ host-image] Oct 31 17:41:11.866 INFO O| Oct 31 17:41:11.866 INFO O| Done
35352024-10-31T17:41:13.643Z[ recovery-image] Oct 31 17:41:12.326 INFO O| Oct 31 17:41:12.326 INFO STEP 2 (pkg_set_publisher) COMPLETE
35362024-10-31T17:41:13.643Z[ recovery-image] Oct 31 17:41:12.326 INFO O| Oct 31 17:41:12.326 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35372024-10-31T17:41:13.658Z[ recovery-image] Oct 31 17:41:12.341 INFO O| Oct 31 17:41:12.341 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"]
35382024-10-31T17:41:13.716Z[ host-image] Oct 31 17:41:12.399 INFO O| Oct 31 17:41:12.399 INFO O| Done
35392024-10-31T17:41:13.782Z[ host-image] Oct 31 17:41:12.465 INFO O| Oct 31 17:41:12.464 INFO O| Done
35402024-10-31T17:41:13.785Z[ host-image] Oct 31 17:41:12.465 INFO O| Oct 31 17:41:12.465 INFO O| Done
35412024-10-31T17:41:13.785Z[ host-image] Oct 31 17:41:12.466 INFO O| Oct 31 17:41:12.466 INFO O| Done
35422024-10-31T17:41:13.785Z[ host-image] Oct 31 17:41:12.467 INFO O| Oct 31 17:41:12.467 INFO O| Done
35432024-10-31T17:41:13.868Z[ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO STEP 8 (pkg_change_facet) COMPLETE
35442024-10-31T17:41:13.868Z[ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35452024-10-31T17:41:13.868Z[ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO skip step because feature "recovery" is not enabled
35462024-10-31T17:41:13.868Z[ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35472024-10-31T17:41:13.868Z[ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO skip step because feature "recovery" is not enabled
35482024-10-31T17:41:13.871Z[ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35492024-10-31T17:41:13.883Z[ host-image] Oct 31 17:41:12.565 INFO O| Oct 31 17:41:12.565 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"]
35502024-10-31T17:41:14.094Z[ recovery-image] Oct 31 17:41:12.777 INFO O| Oct 31 17:41:12.777 INFO STEP 3 (pkg_set_publisher) COMPLETE
35512024-10-31T17:41:14.097Z[ recovery-image] Oct 31 17:41:12.777 INFO O| Oct 31 17:41:12.777 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-10-31T17:41:14.097Z[ recovery-image] Oct 31 17:41:12.777 INFO O| Oct 31 17:41:12.777 INFO skip step because feature "repo_redist" is not enabled
35532024-10-31T17:41:14.097Z[ recovery-image] Oct 31 17:41:12.777 INFO O| Oct 31 17:41:12.777 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-10-31T17:41:14.523Z[ host-image] Oct 31 17:41:13.205 INFO O| Oct 31 17:41:13.205 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35552024-10-31T17:41:14.564Z[ recovery-image] Oct 31 17:41:13.246 INFO O| Oct 31 17:41:13.246 INFO variant opensolaris.zone is already global
35562024-10-31T17:41:14.564Z[ recovery-image] Oct 31 17:41:13.246 INFO O| Oct 31 17:41:13.246 INFO STEP 5 (pkg_change_variant) COMPLETE
35572024-10-31T17:41:14.566Z[ recovery-image] Oct 31 17:41:13.246 INFO O| Oct 31 17:41:13.246 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-10-31T17:41:14.599Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35592024-10-31T17:41:14.603ZOct 31 17:41:13.286 INFO [stamp-nexus] process exited with exit status: 0 (3.838173967s)
35602024-10-31T17:41:15.001Z[ recovery-image] Oct 31 17:41:13.683 INFO O| Oct 31 17:41:13.683 INFO variant opensolaris.imagetype is full; changing to partial
35612024-10-31T17:41:15.001Z[ recovery-image] Oct 31 17:41:13.683 INFO O| Oct 31 17:41:13.683 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35622024-10-31T17:41:16.033Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35632024-10-31T17:41:16.036ZOct 31 17:41:14.718 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.338545353s)
35642024-10-31T17:41:16.591Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35652024-10-31T17:41:16.767Z[verify-libraries] Compiling polyval v0.6.2
35662024-10-31T17:41:16.794Z[verify-libraries] Compiling ctr v0.9.2
35672024-10-31T17:41:16.819Z[verify-libraries] Compiling ssh-encoding v0.2.0
35682024-10-31T17:41:16.820Z[verify-libraries] Compiling blowfish v0.9.1
35692024-10-31T17:41:16.824Z[verify-libraries] Compiling password-hash v0.4.2
35702024-10-31T17:41:16.827Z[verify-libraries] Compiling matches v0.1.10
35712024-10-31T17:41:16.829Z[verify-libraries] Compiling p521 v0.13.3
35722024-10-31T17:41:17.291Z[verify-libraries] Compiling ghash v0.5.1
35732024-10-31T17:41:17.538Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35742024-10-31T17:41:17.581Z[verify-libraries] Compiling pbkdf2 v0.11.0
35752024-10-31T17:41:17.863Z[verify-libraries] Compiling aes-gcm v0.10.3
35762024-10-31T17:41:18.129Z[verify-libraries] Compiling idna v0.2.3
35772024-10-31T17:41:18.291Z[verify-libraries] Compiling ssh-cipher v0.2.0
35782024-10-31T17:41:18.339Z[verify-libraries] Compiling p256 v0.13.2
35792024-10-31T17:41:18.398Z[verify-libraries] Compiling enum-as-inner v0.5.1
35802024-10-31T17:41:18.516Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35812024-10-31T17:41:19.125Z[verify-libraries] Compiling ssh-key v0.6.6
35822024-10-31T17:41:19.213Z[verify-libraries] Compiling md5 v0.7.0
35832024-10-31T17:41:19.930Z[verify-libraries] Compiling num-bigint v0.4.6
35842024-10-31T17:41:20.089Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35852024-10-31T17:41:21.104Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35862024-10-31T17:41:21.140ZOct 31 17:41:19.820 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.409578639s)
35872024-10-31T17:41:21.648Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35882024-10-31T17:41:21.722ZOct 31 17:41:20.403 INFO [stamp-clickhouse] process exited with exit status: 0 (11.036963026s)
35892024-10-31T17:41:21.723ZOct 31 17:41:20.403 INFO [tuf-stamp] task succeeded (11.038103736s)
35902024-10-31T17:41:21.802Z[verify-libraries] Compiling des v0.8.1
35912024-10-31T17:41:22.555Z[verify-libraries] Compiling russh-keys v0.45.0
35922024-10-31T17:41:22.777Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35932024-10-31T17:41:23.215Z[verify-libraries] Compiling hex-literal v0.4.1
35942024-10-31T17:41:23.504Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35952024-10-31T17:41:23.953Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35962024-10-31T17:41:24.587Z[ recovery-image] Oct 31 17:41:23.267 INFO O| Oct 31 17:41:23.267 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35972024-10-31T17:41:24.707Z[verify-libraries] Compiling internet-checksum v0.2.1
35982024-10-31T17:41:25.048Z[verify-libraries] Compiling russh v0.45.0
35992024-10-31T17:41:29.623Z[verify-libraries] Compiling dhcproto v0.12.0
36002024-10-31T17:41:31.207Z[verify-libraries] Compiling heck v0.4.1
36012024-10-31T17:41:32.120Z[ recovery-image] Oct 31 17:41:30.798 INFO O| Oct 31 17:41:30.798 INFO O| Startup: Caching catalogs ... Done
36022024-10-31T17:41:32.227Z[ recovery-image] Oct 31 17:41:30.905 INFO O| Oct 31 17:41:30.905 INFO O| Planning: Planning completed in 0.00 seconds
36032024-10-31T17:41:32.229Z[ recovery-image] Oct 31 17:41:30.906 INFO O| Oct 31 17:41:30.906 INFO O| Planning: Consolidating action changes ... Done
36042024-10-31T17:41:32.229Z[ recovery-image] Oct 31 17:41:30.906 INFO O| Oct 31 17:41:30.906 INFO O| Planning: Evaluating mediators ... Done
36052024-10-31T17:41:32.229Z[ recovery-image] Oct 31 17:41:30.906 INFO O| Oct 31 17:41:30.906 INFO O| Planning: Planning completed in 0.00 seconds
36062024-10-31T17:41:32.229Z[ recovery-image] Oct 31 17:41:30.906 INFO O| Oct 31 17:41:30.906 INFO O| Variants/Facets to change: 1
36072024-10-31T17:41:32.349Z[ recovery-image] Oct 31 17:41:31.027 INFO O| Oct 31 17:41:31.027 INFO O| Done
36082024-10-31T17:41:32.349Z[ recovery-image] Oct 31 17:41:31.027 INFO O| Oct 31 17:41:31.027 INFO O| Done
36092024-10-31T17:41:32.766Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36102024-10-31T17:41:33.171Z[ recovery-image] Oct 31 17:41:31.848 INFO O| Oct 31 17:41:31.848 INFO O| Done
36112024-10-31T17:41:33.232Z[ recovery-image] Oct 31 17:41:31.910 INFO O| Oct 31 17:41:31.909 INFO O| Done
36122024-10-31T17:41:33.235Z[ recovery-image] Oct 31 17:41:31.911 INFO O| Oct 31 17:41:31.911 INFO O| Done
36132024-10-31T17:41:33.235Z[ recovery-image] Oct 31 17:41:31.911 INFO O| Oct 31 17:41:31.911 INFO O| Done
36142024-10-31T17:41:33.238Z[ recovery-image] Oct 31 17:41:31.913 INFO O| Oct 31 17:41:31.913 INFO O| Done
36152024-10-31T17:41:33.886Z[ recovery-image] Oct 31 17:41:32.563 INFO O| Oct 31 17:41:32.563 INFO STEP 6 (pkg_change_variant) COMPLETE
36162024-10-31T17:41:33.886Z[ recovery-image] Oct 31 17:41:32.563 INFO O| Oct 31 17:41:32.563 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36172024-10-31T17:41:33.886Z[ recovery-image] Oct 31 17:41:32.563 INFO O| Oct 31 17:41:32.563 INFO skip step because feature "debug_variant" is not enabled
36182024-10-31T17:41:33.888Z[ recovery-image] Oct 31 17:41:32.563 INFO O| Oct 31 17:41:32.563 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36192024-10-31T17:41:34.647Z[ recovery-image] Oct 31 17:41:33.324 INFO O| Oct 31 17:41:33.324 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36202024-10-31T17:41:35.731Z[ recovery-image] Oct 31 17:41:34.408 INFO O| Oct 31 17:41:34.408 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36212024-10-31T17:41:35.733Z[ recovery-image] Oct 31 17:41:34.410 INFO O| Oct 31 17:41:34.410 INFO O| Planning: Planning completed in 0.00 seconds
36222024-10-31T17:41:35.736Z[ recovery-image] Oct 31 17:41:34.411 INFO O| Oct 31 17:41:34.411 INFO O| Planning: Consolidating action changes ... Done
36232024-10-31T17:41:35.736Z[ recovery-image] Oct 31 17:41:34.411 INFO O| Oct 31 17:41:34.411 INFO O| Planning: Evaluating mediators ... Done
36242024-10-31T17:41:35.736Z[ recovery-image] Oct 31 17:41:34.412 INFO O| Oct 31 17:41:34.412 INFO O| Planning: Planning completed in 0.00 seconds
36252024-10-31T17:41:35.736Z[ recovery-image] Oct 31 17:41:34.412 INFO O| Oct 31 17:41:34.412 INFO O| Variants/Facets to change: 1
36262024-10-31T17:41:35.829Z[ recovery-image] Oct 31 17:41:34.506 INFO O| Oct 31 17:41:34.506 INFO O| Done
36272024-10-31T17:41:35.829Z[ recovery-image] Oct 31 17:41:34.506 INFO O| Oct 31 17:41:34.506 INFO O| Done
36282024-10-31T17:41:36.649Z[ recovery-image] Oct 31 17:41:35.326 INFO O| Oct 31 17:41:35.326 INFO O| Done
36292024-10-31T17:41:36.718Z[ recovery-image] Oct 31 17:41:35.395 INFO O| Oct 31 17:41:35.395 INFO O| Done
36302024-10-31T17:41:36.720Z[ recovery-image] Oct 31 17:41:35.396 INFO O| Oct 31 17:41:35.396 INFO O| Done
36312024-10-31T17:41:36.720Z[ recovery-image] Oct 31 17:41:35.396 INFO O| Oct 31 17:41:35.396 INFO O| Done
36322024-10-31T17:41:36.724Z[ recovery-image] Oct 31 17:41:35.398 INFO O| Oct 31 17:41:35.398 INFO O| Done
36332024-10-31T17:41:36.864Z[ recovery-image] Oct 31 17:41:35.540 INFO O| Oct 31 17:41:35.540 INFO STEP 8 (pkg_change_facet) COMPLETE
36342024-10-31T17:41:36.864Z[ recovery-image] Oct 31 17:41:35.540 INFO O| Oct 31 17:41:35.540 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-10-31T17:41:37.545Z[ recovery-image] Oct 31 17:41:36.221 INFO O| Oct 31 17:41:36.221 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36362024-10-31T17:41:38.594Z[ recovery-image] Oct 31 17:41:37.270 INFO O| Oct 31 17:41:37.270 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36372024-10-31T17:41:38.596Z[ recovery-image] Oct 31 17:41:37.272 INFO O| Oct 31 17:41:37.272 INFO O| Planning: Planning completed in 0.00 seconds
36382024-10-31T17:41:38.596Z[ recovery-image] Oct 31 17:41:37.273 INFO O| Oct 31 17:41:37.273 INFO O| Planning: Consolidating action changes ... Done
36392024-10-31T17:41:38.599Z[ recovery-image] Oct 31 17:41:37.273 INFO O| Oct 31 17:41:37.273 INFO O| Planning: Evaluating mediators ... Done
36402024-10-31T17:41:38.599Z[ recovery-image] Oct 31 17:41:37.274 INFO O| Oct 31 17:41:37.273 INFO O| Planning: Planning completed in 0.00 seconds
36412024-10-31T17:41:38.599Z[ recovery-image] Oct 31 17:41:37.274 INFO O| Oct 31 17:41:37.274 INFO O| Variants/Facets to change: 1
36422024-10-31T17:41:38.673Z[ recovery-image] Oct 31 17:41:37.350 INFO O| Oct 31 17:41:37.349 INFO O| Done
36432024-10-31T17:41:38.673Z[ recovery-image] Oct 31 17:41:37.350 INFO O| Oct 31 17:41:37.350 INFO O| Done
36442024-10-31T17:41:39.428Z[ recovery-image] Oct 31 17:41:38.104 INFO O| Oct 31 17:41:38.104 INFO O| Done
36452024-10-31T17:41:39.497Z[ recovery-image] Oct 31 17:41:38.174 INFO O| Oct 31 17:41:38.173 INFO O| Done
36462024-10-31T17:41:39.500Z[ recovery-image] Oct 31 17:41:38.175 INFO O| Oct 31 17:41:38.175 INFO O| Done
36472024-10-31T17:41:39.500Z[ recovery-image] Oct 31 17:41:38.175 INFO O| Oct 31 17:41:38.175 INFO O| Done
36482024-10-31T17:41:39.503Z[ recovery-image] Oct 31 17:41:38.177 INFO O| Oct 31 17:41:38.177 INFO O| Done
36492024-10-31T17:41:39.597Z[ recovery-image] Oct 31 17:41:38.273 INFO O| Oct 31 17:41:38.273 INFO STEP 9 (pkg_change_facet) COMPLETE
36502024-10-31T17:41:39.597Z[ recovery-image] Oct 31 17:41:38.273 INFO O| Oct 31 17:41:38.273 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-10-31T17:41:40.193Z[ recovery-image] Oct 31 17:41:38.869 INFO O| Oct 31 17:41:38.869 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36522024-10-31T17:41:40.662Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36532024-10-31T17:41:41.202Z[ recovery-image] Oct 31 17:41:39.878 INFO O| Oct 31 17:41:39.878 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36542024-10-31T17:41:41.205Z[ recovery-image] Oct 31 17:41:39.880 INFO O| Oct 31 17:41:39.880 INFO O| Planning: Planning completed in 0.00 seconds
36552024-10-31T17:41:41.205Z[ recovery-image] Oct 31 17:41:39.881 INFO O| Oct 31 17:41:39.881 INFO O| Planning: Consolidating action changes ... Done
36562024-10-31T17:41:41.205Z[ recovery-image] Oct 31 17:41:39.881 INFO O| Oct 31 17:41:39.881 INFO O| Planning: Evaluating mediators ... Done
36572024-10-31T17:41:41.207Z[ recovery-image] Oct 31 17:41:39.881 INFO O| Oct 31 17:41:39.881 INFO O| Planning: Planning completed in 0.00 seconds
36582024-10-31T17:41:41.207Z[ recovery-image] Oct 31 17:41:39.881 INFO O| Oct 31 17:41:39.881 INFO O| Variants/Facets to change: 1
36592024-10-31T17:41:41.300Z[ recovery-image] Oct 31 17:41:39.976 INFO O| Oct 31 17:41:39.976 INFO O| Done
36602024-10-31T17:41:41.300Z[ recovery-image] Oct 31 17:41:39.976 INFO O| Oct 31 17:41:39.976 INFO O| Done
36612024-10-31T17:41:41.388Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36622024-10-31T17:41:41.752Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36632024-10-31T17:41:42.048Z[ recovery-image] Oct 31 17:41:40.722 INFO O| Oct 31 17:41:40.722 INFO O| Done
36642024-10-31T17:41:42.122Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36652024-10-31T17:41:42.136Z[ recovery-image] Oct 31 17:41:40.812 INFO O| Oct 31 17:41:40.811 INFO O| Done
36662024-10-31T17:41:42.138Z[ recovery-image] Oct 31 17:41:40.813 INFO O| Oct 31 17:41:40.813 INFO O| Done
36672024-10-31T17:41:42.138Z[ recovery-image] Oct 31 17:41:40.813 INFO O| Oct 31 17:41:40.813 INFO O| Done
36682024-10-31T17:41:42.140Z[ recovery-image] Oct 31 17:41:40.815 INFO O| Oct 31 17:41:40.815 INFO O| Done
36692024-10-31T17:41:42.245Z[ recovery-image] Oct 31 17:41:40.921 INFO O| Oct 31 17:41:40.920 INFO STEP 10 (pkg_change_facet) COMPLETE
36702024-10-31T17:41:42.245Z[ recovery-image] Oct 31 17:41:40.921 INFO O| Oct 31 17:41:40.920 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36712024-10-31T17:41:42.264Z[ recovery-image] Oct 31 17:41:40.939 INFO O| Oct 31 17:41:40.939 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"]
36722024-10-31T17:41:42.411Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36732024-10-31T17:41:42.745Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36742024-10-31T17:41:42.964Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36752024-10-31T17:41:42.966Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36762024-10-31T17:41:43.239Z[ recovery-image] Oct 31 17:41:41.914 INFO O| Oct 31 17:41:41.914 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36772024-10-31T17:41:47.922Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36782024-10-31T17:41:50.458Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36792024-10-31T17:41:51.473Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36802024-10-31T17:41:53.837Z[verify-libraries] Compiling termios v0.3.3
36812024-10-31T17:41:54.327Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36822024-10-31T17:42:03.899Z[ host-image] Oct 31 17:42:02.570 INFO O| Oct 31 17:42:02.569 INFO O| Planning: Solver setup ... Done
36832024-10-31T17:42:22.355Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36842024-10-31T17:42:34.013Z[ recovery-image] Oct 31 17:42:32.676 INFO O| Oct 31 17:42:32.675 INFO O| Planning: Solver setup ... Done
36852024-10-31T17:42:58.304Z[ host-image] Oct 31 17:42:56.961 INFO O| Oct 31 17:42:56.961 INFO O| Planning: Running solver ... Done
36862024-10-31T17:42:58.759Z[ host-image] Oct 31 17:42:57.416 INFO O| Oct 31 17:42:57.416 INFO O| Planning: Finding local manifests ... Done
36872024-10-31T17:42:58.775Z[ host-image] Oct 31 17:42:57.431 INFO O| Oct 31 17:42:57.431 INFO O| Planning: Fetching manifests: 0/124 0% complete
36882024-10-31T17:43:03.860Z[ host-image] Oct 31 17:43:02.515 INFO O| Oct 31 17:43:02.515 INFO O| Planning: Fetching manifests: 124/124 100% complete
36892024-10-31T17:43:05.052Z[ host-image] Oct 31 17:43:03.706 INFO O| Oct 31 17:43:03.706 INFO O| Planning: Package planning ... Done
36902024-10-31T17:43:06.984Z[ host-image] Oct 31 17:43:05.639 INFO O| Oct 31 17:43:05.639 INFO O| Planning: Merging actions ... Done
36912024-10-31T17:43:07.285Z[ host-image] Oct 31 17:43:05.939 INFO O| Oct 31 17:43:05.939 INFO O| Planning: Checking for conflicting actions ... Done
36922024-10-31T17:43:07.601Z[ host-image] Oct 31 17:43:06.255 INFO O| Oct 31 17:43:06.255 INFO O| Planning: Consolidating action changes ... Done
36932024-10-31T17:43:08.139Z[ host-image] Oct 31 17:43:06.794 INFO O| Oct 31 17:43:06.794 INFO O| Planning: Evaluating mediators ... Done
36942024-10-31T17:43:14.766Z[ host-image] Oct 31 17:43:13.419 INFO O| Oct 31 17:43:13.419 INFO O| Planning: Planning completed in 120.21 seconds
36952024-10-31T17:43:14.773Z[ host-image] Oct 31 17:43:13.426 INFO O| Oct 31 17:43:13.426 INFO O| Packages to install: 124
36962024-10-31T17:43:14.773Z[ host-image] Oct 31 17:43:13.426 INFO O| Oct 31 17:43:13.426 INFO O| Mediators to change: 4
36972024-10-31T17:43:14.775Z[ host-image] Oct 31 17:43:13.426 INFO O| Oct 31 17:43:13.426 INFO O| Services to change: 6
36982024-10-31T17:43:14.896Z[ host-image] Oct 31 17:43:13.549 INFO O| Oct 31 17:43:13.549 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
36992024-10-31T17:43:18.264Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
37002024-10-31T17:43:18.459Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37012024-10-31T17:43:19.898Z[ host-image] Oct 31 17:43:18.550 INFO O| Oct 31 17:43:18.550 INFO O| Download: 1104/22744 items 6.3/199.4MB 3% complete (1.3M/s)
37022024-10-31T17:43:21.888Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37032024-10-31T17:43:25.105Z[ host-image] Oct 31 17:43:23.756 INFO O| Oct 31 17:43:23.756 INFO O| Download: 1772/22744 items 11.9/199.4MB 5% complete (1.2M/s)
37042024-10-31T17:43:27.915Z[ recovery-image] Oct 31 17:43:26.563 INFO O| Oct 31 17:43:26.563 INFO O| Planning: Running solver ... Done
37052024-10-31T17:43:28.441Z[ recovery-image] Oct 31 17:43:27.091 INFO O| Oct 31 17:43:27.091 INFO O| Planning: Finding local manifests ... Done
37062024-10-31T17:43:28.457Z[ recovery-image] Oct 31 17:43:27.107 INFO O| Oct 31 17:43:27.107 INFO O| Planning: Fetching manifests: 0/124 0% complete
37072024-10-31T17:43:30.149Z[ host-image] Oct 31 17:43:28.798 INFO O| Oct 31 17:43:28.798 INFO O| Download: 2196/22744 items 24.1/199.4MB 12% complete (1.7M/s)
37082024-10-31T17:43:32.721Z[ recovery-image] Oct 31 17:43:31.369 INFO O| Oct 31 17:43:31.369 INFO O| Planning: Fetching manifests: 124/124 100% complete
37092024-10-31T17:43:33.908Z[ recovery-image] Oct 31 17:43:32.556 INFO O| Oct 31 17:43:32.556 INFO O| Planning: Package planning ... Done
37102024-10-31T17:43:34.730Z[ recovery-image] Oct 31 17:43:33.378 INFO O| Oct 31 17:43:33.378 INFO O| Planning: Merging actions ... Done
37112024-10-31T17:43:35.150Z[ host-image] Oct 31 17:43:33.798 INFO O| Oct 31 17:43:33.798 INFO O| Download: 3039/22744 items 33.8/199.4MB 16% complete (2.2M/s)
37122024-10-31T17:43:35.228Z[ recovery-image] Oct 31 17:43:33.875 INFO O| Oct 31 17:43:33.875 INFO O| Planning: Checking for conflicting actions ... Done
37132024-10-31T17:43:35.368Z[ recovery-image] Oct 31 17:43:34.016 INFO O| Oct 31 17:43:34.016 INFO O| Planning: Consolidating action changes ... Done
37142024-10-31T17:43:35.733Z[ recovery-image] Oct 31 17:43:34.381 INFO O| Oct 31 17:43:34.381 INFO O| Planning: Evaluating mediators ... Done
37152024-10-31T17:43:40.156Z[ host-image] Oct 31 17:43:38.803 INFO O| Oct 31 17:43:38.803 INFO O| Download: 4226/22744 items 40.7/199.4MB 20% complete (1.7M/s)
37162024-10-31T17:43:42.045Z[ recovery-image] Oct 31 17:43:40.691 INFO O| Oct 31 17:43:40.691 INFO O| Planning: Planning completed in 118.78 seconds
37172024-10-31T17:43:42.052Z[ recovery-image] Oct 31 17:43:40.698 INFO O| Oct 31 17:43:40.698 INFO O| Packages to install: 124
37182024-10-31T17:43:42.052Z[ recovery-image] Oct 31 17:43:40.698 INFO O| Oct 31 17:43:40.698 INFO O| Mediators to change: 4
37192024-10-31T17:43:42.054Z[ recovery-image] Oct 31 17:43:40.698 INFO O| Oct 31 17:43:40.698 INFO O| Services to change: 5
37202024-10-31T17:43:42.134Z[ recovery-image] Oct 31 17:43:40.780 INFO O| Oct 31 17:43:40.780 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37212024-10-31T17:43:45.599Z[ host-image] Oct 31 17:43:44.244 INFO O| Oct 31 17:43:44.244 INFO O| Download: 4723/22744 items 44.8/199.4MB 22% complete (1.2M/s)
37222024-10-31T17:43:47.431Z[ recovery-image] Oct 31 17:43:46.076 INFO O| Oct 31 17:43:46.076 INFO O| Download: 1006/15846 items 7.8/176.2MB 4% complete (1.7M/s)
37232024-10-31T17:43:50.601Z[ host-image] Oct 31 17:43:49.245 INFO O| Oct 31 17:43:49.245 INFO O| Download: 5780/22744 items 46.3/199.4MB 23% complete (550k/s)
37242024-10-31T17:43:53.198Z[ recovery-image] Oct 31 17:43:51.842 INFO O| Oct 31 17:43:51.841 INFO O| Download: 1174/15846 items 11.2/176.2MB 6% complete (1.1M/s)
37252024-10-31T17:43:55.606Z[ host-image] Oct 31 17:43:54.248 INFO O| Oct 31 17:43:54.248 INFO O| Download: 6825/22744 items 48.7/199.4MB 24% complete (385k/s)
37262024-10-31T17:43:58.206Z[ recovery-image] Oct 31 17:43:56.848 INFO O| Oct 31 17:43:56.848 INFO O| Download: 1526/15846 items 22.1/176.2MB 12% complete (1.4M/s)
37272024-10-31T17:44:00.612Z[ host-image] Oct 31 17:43:59.254 INFO O| Oct 31 17:43:59.254 INFO O| Download: 7443/22744 items 57.9/199.4MB 29% complete (1.2M/s)
37282024-10-31T17:44:03.231Z[ recovery-image] Oct 31 17:44:01.872 INFO O| Oct 31 17:44:01.872 INFO O| Download: 2116/15846 items 31.1/176.2MB 17% complete (2.0M/s)
37292024-10-31T17:44:04.714Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37302024-10-31T17:44:05.716Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37312024-10-31T17:44:06.345Z[ host-image] Oct 31 17:44:04.985 INFO O| Oct 31 17:44:04.985 INFO O| Download: 8139/22744 items 60.8/199.4MB 30% complete (1.2M/s)
37322024-10-31T17:44:08.240Z[ recovery-image] Oct 31 17:44:06.879 INFO O| Oct 31 17:44:06.879 INFO O| Download: 2977/15846 items 37.0/176.2MB 21% complete (1.5M/s)
37332024-10-31T17:44:09.327Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37342024-10-31T17:44:10.937Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37352024-10-31T17:44:11.364Z[ host-image] Oct 31 17:44:10.002 INFO O| Oct 31 17:44:10.002 INFO O| Download: 8823/22744 items 71.5/199.4MB 35% complete (1.3M/s)
37362024-10-31T17:44:13.795Z[ recovery-image] Oct 31 17:44:12.433 INFO O| Oct 31 17:44:12.433 INFO O| Download: 3686/15846 items 40.1/176.2MB 22% complete (1.0M/s)
37372024-10-31T17:44:16.389Z[ host-image] Oct 31 17:44:15.027 INFO O| Oct 31 17:44:15.026 INFO O| Download: 9645/22744 items 83.2/199.4MB 41% complete (2.2M/s)
37382024-10-31T17:44:18.800Z[ recovery-image] Oct 31 17:44:17.437 INFO O| Oct 31 17:44:17.437 INFO O| Download: 4668/15846 items 42.9/176.2MB 24% complete (574k/s)
37392024-10-31T17:44:21.590Z[ host-image] Oct 31 17:44:20.225 INFO O| Oct 31 17:44:20.225 INFO O| Download: 10415/22744 items 88.0/199.4MB 44% complete (1.8M/s)
37402024-10-31T17:44:23.808Z[ recovery-image] Oct 31 17:44:22.443 INFO O| Oct 31 17:44:22.443 INFO O| Download: 5191/15846 items 43.2/176.2MB 24% complete (323k/s)
37412024-10-31T17:44:26.593Z[ host-image] Oct 31 17:44:25.228 INFO O| Oct 31 17:44:25.228 INFO O| Download: 11091/22744 items 92.0/199.4MB 46% complete (881k/s)
37422024-10-31T17:44:28.825Z[ recovery-image] Oct 31 17:44:27.459 INFO O| Oct 31 17:44:27.459 INFO O| Download: 5900/15846 items 53.0/176.2MB 30% complete (995k/s)
37432024-10-31T17:44:31.596Z[ host-image] Oct 31 17:44:30.230 INFO O| Oct 31 17:44:30.230 INFO O| Download: 11474/22744 items 96.2/199.4MB 48% complete (842k/s)
37442024-10-31T17:44:33.828Z[ recovery-image] Oct 31 17:44:32.461 INFO O| Oct 31 17:44:32.461 INFO O| Download: 6355/15846 items 62.9/176.2MB 35% complete (1.9M/s)
37452024-10-31T17:44:37.110Z[ host-image] Oct 31 17:44:35.743 INFO O| Oct 31 17:44:35.742 INFO O| Download: 12105/22744 items 101.0/199.4MB 50% complete (1.1M/s)
37462024-10-31T17:44:38.831Z[ recovery-image] Oct 31 17:44:37.463 INFO O| Oct 31 17:44:37.463 INFO O| Download: 7708/15846 items 74.4/176.2MB 42% complete (2.1M/s)
37472024-10-31T17:44:43.853Z[ recovery-image] Oct 31 17:44:42.484 INFO O| Oct 31 17:44:42.484 INFO O| Download: 8659/15846 items 81.5/176.2MB 46% complete (1.9M/s)
37482024-10-31T17:44:44.255Z[ host-image] Oct 31 17:44:42.886 INFO O| Oct 31 17:44:42.886 INFO O| Download: 12286/22744 items 109.4/199.4MB 54% complete (1.3M/s)
37492024-10-31T17:44:48.856Z[ recovery-image] Oct 31 17:44:47.485 INFO O| Oct 31 17:44:47.485 INFO O| Download: 8951/15846 items 92.6/176.2MB 52% complete (1.9M/s)
37502024-10-31T17:44:49.275Z[ host-image] Oct 31 17:44:47.905 INFO O| Oct 31 17:44:47.905 INFO O| Download: 13534/22744 items 110.1/199.4MB 55% complete (1.0M/s)
37512024-10-31T17:44:53.862Z[ recovery-image] Oct 31 17:44:52.490 INFO O| Oct 31 17:44:52.490 INFO O| Download: 9949/15846 items 93.1/176.2MB 52% complete (1.2M/s)
37522024-10-31T17:44:54.283Z[ host-image] Oct 31 17:44:52.911 INFO O| Oct 31 17:44:52.911 INFO O| Download: 14176/22744 items 110.6/199.4MB 55% complete (123k/s)
37532024-10-31T17:44:58.863Z[ recovery-image] Oct 31 17:44:57.490 INFO O| Oct 31 17:44:57.490 INFO O| Download: 9960/15846 items 93.1/176.2MB 52% complete (52.4k/s)
37542024-10-31T17:44:59.484Z[ host-image] Oct 31 17:44:58.111 INFO O| Oct 31 17:44:58.111 INFO O| Download: 14270/22744 items 110.7/199.4MB 55% complete (104k/s)
37552024-10-31T17:45:03.883Z[ recovery-image] Oct 31 17:45:02.509 INFO O| Oct 31 17:45:02.509 INFO O| Download: 10862/15846 items 93.8/176.2MB 53% complete (70.2k/s)
37562024-10-31T17:45:04.598Z[ host-image] Oct 31 17:45:03.224 INFO O| Oct 31 17:45:03.223 INFO O| Download: 14518/22744 items 116.7/199.4MB 58% complete (571k/s)
37572024-10-31T17:45:08.965Z[ recovery-image] Oct 31 17:45:07.590 INFO O| Oct 31 17:45:07.589 INFO O| Download: 11080/15846 items 99.3/176.2MB 56% complete (570k/s)
37582024-10-31T17:45:09.694Z[ host-image] Oct 31 17:45:08.318 INFO O| Oct 31 17:45:08.318 INFO O| Download: 15562/22744 items 125.6/199.4MB 62% complete (1.5M/s)
37592024-10-31T17:45:14.695Z[ host-image] Oct 31 17:45:13.319 INFO O| Oct 31 17:45:13.318 INFO O| Download: 16847/22744 items 140.4/199.4MB 70% complete (2.4M/s)
37602024-10-31T17:45:15.546Z[ recovery-image] Oct 31 17:45:14.169 INFO O| Oct 31 17:45:14.169 INFO O| Download: 11510/15846 items 111.3/176.2MB 63% complete (1.7M/s)
37612024-10-31T17:45:19.751Z[ host-image] Oct 31 17:45:18.373 INFO O| Oct 31 17:45:18.373 INFO O| Download: 17922/22744 items 160.5/199.4MB 80% complete (3.4M/s)
37622024-10-31T17:45:20.590Z[ recovery-image] Oct 31 17:45:19.212 INFO O| Oct 31 17:45:19.212 INFO O| Download: 11922/15846 items 128.3/176.2MB 72% complete (2.2M/s)
37632024-10-31T17:45:24.772Z[ host-image] Oct 31 17:45:23.392 INFO O| Oct 31 17:45:23.392 INFO O| Download: 18946/22744 items 165.5/199.4MB 82% complete (2.5M/s)
37642024-10-31T17:45:25.593Z[ recovery-image] Oct 31 17:45:24.213 INFO O| Oct 31 17:45:24.213 INFO O| Download: 12352/15846 items 141.3/176.2MB 80% complete (3.6M/s)
37652024-10-31T17:45:29.780Z[ host-image] Oct 31 17:45:28.400 INFO O| Oct 31 17:45:28.399 INFO O| Download: 19878/22744 items 168.6/199.4MB 84% complete (852k/s)
37662024-10-31T17:45:30.596Z[ recovery-image] Oct 31 17:45:29.215 INFO O| Oct 31 17:45:29.215 INFO O| Download: 13223/15846 items 144.3/176.2MB 81% complete (1.6M/s)
37672024-10-31T17:45:34.783Z[ host-image] Oct 31 17:45:33.402 INFO O| Oct 31 17:45:33.401 INFO O| Download: 20652/22744 items 172.9/199.4MB 86% complete (760k/s)
37682024-10-31T17:45:35.599Z[ recovery-image] Oct 31 17:45:34.217 INFO O| Oct 31 17:45:34.217 INFO O| Download: 14133/15846 items 147.4/176.2MB 83% complete (625k/s)
37692024-10-31T17:45:39.792Z[ host-image] Oct 31 17:45:38.409 INFO O| Oct 31 17:45:38.409 INFO O| Download: 21150/22744 items 179.6/199.4MB 90% complete (1.1M/s)
37702024-10-31T17:45:40.861Z[ recovery-image] Oct 31 17:45:39.478 INFO O| Oct 31 17:45:39.478 INFO O| Download: 14763/15846 items 156.3/176.2MB 88% complete (1.1M/s)
37712024-10-31T17:45:44.794Z[ host-image] Oct 31 17:45:43.410 INFO O| Oct 31 17:45:43.410 INFO O| Download: 21670/22744 items 183.5/199.4MB 92% complete (1.1M/s)
37722024-10-31T17:45:45.972Z[ recovery-image] Oct 31 17:45:44.587 INFO O| Oct 31 17:45:44.587 INFO O| Download: 15265/15846 items 160.9/176.2MB 91% complete (1.3M/s)
37732024-10-31T17:45:49.813Z[ host-image] Oct 31 17:45:48.426 INFO O| Oct 31 17:45:48.426 INFO O| Download: 22004/22744 items 192.3/199.4MB 96% complete (1.3M/s)
37742024-10-31T17:45:51.227Z[ recovery-image] Oct 31 17:45:49.841 INFO O| Oct 31 17:45:49.841 INFO O| Download: 15616/15846 items 169.8/176.2MB 96% complete (1.6M/s)
37752024-10-31T17:45:53.997Z[ recovery-image] Oct 31 17:45:52.611 INFO O| Oct 31 17:45:52.611 INFO O| Download: Completed 176.18 MB in 131.83 seconds (1.3M/s)
37762024-10-31T17:45:54.519Z[ host-image] Oct 31 17:45:53.133 INFO O| Oct 31 17:45:53.132 INFO O| Download: Completed 199.42 MB in 159.58 seconds (1.2M/s)
37772024-10-31T17:45:55.081Z[ recovery-image] Oct 31 17:45:53.694 INFO O| Oct 31 17:45:53.694 INFO O| Actions: 1/25012 actions (Installing new actions)
37782024-10-31T17:45:56.420Z[ host-image] Oct 31 17:45:55.033 INFO O| Oct 31 17:45:55.033 INFO O| Actions: 1/49311 actions (Installing new actions)
37792024-10-31T17:46:00.082Z[ recovery-image] Oct 31 17:45:58.694 INFO O| Oct 31 17:45:58.694 INFO O| Actions: 8534/25012 actions (Installing new actions)
37802024-10-31T17:46:01.581Z[ host-image] Oct 31 17:46:00.192 INFO O| Oct 31 17:46:00.192 INFO O| Actions: 9866/49311 actions (Installing new actions)
37812024-10-31T17:46:05.083Z[ recovery-image] Oct 31 17:46:03.694 INFO O| Oct 31 17:46:03.694 INFO O| Actions: 14332/25012 actions (Installing new actions)
37822024-10-31T17:46:06.587Z[ host-image] Oct 31 17:46:05.196 INFO O| Oct 31 17:46:05.195 INFO O| Actions: 16323/49311 actions (Installing new actions)
37832024-10-31T17:46:10.085Z[ recovery-image] Oct 31 17:46:08.694 INFO O| Oct 31 17:46:08.694 INFO O| Actions: 20943/25012 actions (Installing new actions)
37842024-10-31T17:46:11.587Z[ host-image] Oct 31 17:46:10.196 INFO O| Oct 31 17:46:10.196 INFO O| Actions: 22868/49311 actions (Installing new actions)
37852024-10-31T17:46:15.174Z[ recovery-image] Oct 31 17:46:13.782 INFO O| Oct 31 17:46:13.782 INFO O| Actions: 24593/25012 actions (Installing new actions)
37862024-10-31T17:46:16.173Z[ recovery-image] Oct 31 17:46:14.781 INFO O| Oct 31 17:46:14.781 INFO O| Actions: Completed 25012 actions in 21.08 seconds.
37872024-10-31T17:46:16.771Z[ recovery-image] Oct 31 17:46:15.379 INFO O| Oct 31 17:46:15.379 INFO O| Done
37882024-10-31T17:46:16.771Z[ recovery-image] Oct 31 17:46:15.379 INFO O| Oct 31 17:46:15.379 INFO O| Done
37892024-10-31T17:46:17.455Z[ host-image] Oct 31 17:46:16.063 INFO O| Oct 31 17:46:16.062 INFO O| Actions: 48758/49311 actions (Installing new actions)
37902024-10-31T17:46:17.651Z[ recovery-image] Oct 31 17:46:16.259 INFO O| Oct 31 17:46:16.259 INFO O| Done
37912024-10-31T17:46:18.832Z[ host-image] Oct 31 17:46:17.440 INFO O| Oct 31 17:46:17.440 INFO O| Actions: Completed 49311 actions in 22.40 seconds.
37922024-10-31T17:46:18.960Z[ recovery-image] Oct 31 17:46:17.568 INFO O| Oct 31 17:46:17.568 INFO O| Done
37932024-10-31T17:46:18.977Z[ recovery-image] Oct 31 17:46:17.584 INFO O| Oct 31 17:46:17.584 INFO O| Done
37942024-10-31T17:46:19.370Z[ host-image] Oct 31 17:46:17.978 INFO O| Oct 31 17:46:17.978 INFO O| Done
37952024-10-31T17:46:19.370Z[ host-image] Oct 31 17:46:17.978 INFO O| Oct 31 17:46:17.978 INFO O| Done
37962024-10-31T17:46:20.235Z[ host-image] Oct 31 17:46:18.843 INFO O| Oct 31 17:46:18.843 INFO O| Done
37972024-10-31T17:46:22.753Z[ recovery-image] Oct 31 17:46:21.359 INFO O| Oct 31 17:46:21.359 INFO O| Done
37982024-10-31T17:46:22.913Z[ host-image] Oct 31 17:46:21.519 INFO O| Oct 31 17:46:21.519 INFO O| Done
37992024-10-31T17:46:22.979Z[ host-image] Oct 31 17:46:21.586 INFO O| Oct 31 17:46:21.586 INFO O| Done
38002024-10-31T17:46:23.505Z[ recovery-image] Oct 31 17:46:22.112 INFO O| Oct 31 17:46:22.112 INFO O| Done
38012024-10-31T17:46:23.907Z[ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.513 INFO STEP 11 (pkg_install) COMPLETE
38022024-10-31T17:46:23.907Z[ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032024-10-31T17:46:23.910Z[ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO skip step because feature "recovery" is enabled
38042024-10-31T17:46:23.910Z[ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38052024-10-31T17:46:23.910Z[ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO skip step because feature "omicron1" is not enabled
38062024-10-31T17:46:23.910Z[ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38072024-10-31T17:46:23.927Z[ recovery-image] Oct 31 17:46:22.534 INFO O| Oct 31 17:46:22.534 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38082024-10-31T17:46:24.924Z[ recovery-image] Oct 31 17:46:23.530 INFO O| Oct 31 17:46:23.530 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38092024-10-31T17:46:29.216Z[ recovery-image] Oct 31 17:46:27.821 INFO O| Oct 31 17:46:27.821 INFO O| Planning: Solver setup ... Done
38102024-10-31T17:46:29.223Z[ recovery-image] Oct 31 17:46:27.828 INFO O| Oct 31 17:46:27.828 INFO O| Planning: Running solver ... Done
38112024-10-31T17:46:29.312Z[ recovery-image] Oct 31 17:46:27.917 INFO O| Oct 31 17:46:27.917 INFO O| Planning: Finding local manifests ... Done
38122024-10-31T17:46:29.315Z[ recovery-image] Oct 31 17:46:27.918 INFO O| Oct 31 17:46:27.918 INFO O| Planning: Fetching manifests: 0/1 0% complete
38132024-10-31T17:46:29.461Z[ recovery-image] Oct 31 17:46:28.066 INFO O| Oct 31 17:46:28.066 INFO O| Planning: Fetching manifests: 1/1 100% complete
38142024-10-31T17:46:29.543Z[ recovery-image] Oct 31 17:46:28.148 INFO O| Oct 31 17:46:28.148 INFO O| Planning: Package planning ... Done
38152024-10-31T17:46:29.545Z[ recovery-image] Oct 31 17:46:28.148 INFO O| Oct 31 17:46:28.148 INFO O| Planning: Merging actions ... Done
38162024-10-31T17:46:29.605Z[ recovery-image] Oct 31 17:46:28.210 INFO O| Oct 31 17:46:28.210 INFO O| Planning: Checking for conflicting actions ... Done
38172024-10-31T17:46:29.608Z[ recovery-image] Oct 31 17:46:28.211 INFO O| Oct 31 17:46:28.211 INFO O| Planning: Consolidating action changes ... Done
38182024-10-31T17:46:29.870Z[ recovery-image] Oct 31 17:46:28.475 INFO O| Oct 31 17:46:28.475 INFO O| Planning: Evaluating mediators ... Done
38192024-10-31T17:46:29.872Z[ recovery-image] Oct 31 17:46:28.475 INFO O| Oct 31 17:46:28.475 INFO O| Planning: Planning completed in 4.95 seconds
38202024-10-31T17:46:29.875Z[ recovery-image] Oct 31 17:46:28.480 INFO O| Oct 31 17:46:28.479 INFO O| Packages to install: 1
38212024-10-31T17:46:29.891Z[ recovery-image] Oct 31 17:46:28.496 INFO O| Oct 31 17:46:28.496 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38222024-10-31T17:46:31.125Z[ recovery-image] Oct 31 17:46:29.730 INFO O| Oct 31 17:46:29.730 INFO O| Download: Completed 20.80 MB in 1.23 seconds (16.9M/s)
38232024-10-31T17:46:31.235Z[ recovery-image] Oct 31 17:46:29.839 INFO O| Oct 31 17:46:29.839 INFO O| Actions: 1/22 actions (Installing new actions)
38242024-10-31T17:46:31.508Z[ host-image] Oct 31 17:46:30.113 INFO O| Oct 31 17:46:30.113 INFO O| Done
38252024-10-31T17:46:32.193Z[ recovery-image] Oct 31 17:46:30.798 INFO O| Oct 31 17:46:30.798 INFO O| Actions: Completed 22 actions in 0.96 seconds.
38262024-10-31T17:46:32.669Z[ host-image] Oct 31 17:46:31.273 INFO O| Oct 31 17:46:31.273 INFO O| Done
38272024-10-31T17:46:32.711Z[ recovery-image] Oct 31 17:46:31.315 INFO O| Oct 31 17:46:31.315 INFO O| Done
38282024-10-31T17:46:32.711Z[ recovery-image] Oct 31 17:46:31.315 INFO O| Oct 31 17:46:31.315 INFO O| Done
38292024-10-31T17:46:33.133Z[ host-image] Oct 31 17:46:31.737 INFO O| Oct 31 17:46:31.737 INFO STEP 11 (pkg_install) COMPLETE
38302024-10-31T17:46:33.133Z[ host-image] Oct 31 17:46:31.737 INFO O| Oct 31 17:46:31.737 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38312024-10-31T17:46:33.151Z[ host-image] Oct 31 17:46:31.755 INFO O| Oct 31 17:46:31.755 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38322024-10-31T17:46:33.976Z[ recovery-image] Oct 31 17:46:32.579 INFO O| Oct 31 17:46:32.579 INFO O| Done
38332024-10-31T17:46:34.325Z[ host-image] Oct 31 17:46:32.929 INFO O| Oct 31 17:46:32.929 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38342024-10-31T17:46:35.910Z[ recovery-image] Oct 31 17:46:34.513 INFO O| Oct 31 17:46:34.513 INFO O| Done
38352024-10-31T17:46:35.931Z[ recovery-image] Oct 31 17:46:34.535 INFO O| Oct 31 17:46:34.535 INFO O| Done
38362024-10-31T17:46:35.934Z[ recovery-image] Oct 31 17:46:34.535 INFO O| Oct 31 17:46:34.535 INFO O| Done
38372024-10-31T17:46:35.958Z[ recovery-image] Oct 31 17:46:34.561 INFO O| Oct 31 17:46:34.561 INFO O| Done
38382024-10-31T17:46:36.101Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 14 (pkg_install) COMPLETE
38392024-10-31T17:46:36.102Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38402024-10-31T17:46:36.102Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO skip step because feature "mfg" is not enabled
38412024-10-31T17:46:36.104Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38422024-10-31T17:46:36.104Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO skip step because feature "compliance" is not enabled
38432024-10-31T17:46:36.104Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38442024-10-31T17:46:36.104Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO skip step because feature "stress" is not enabled
38452024-10-31T17:46:36.104Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38462024-10-31T17:46:36.104Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO skip step because feature "nfs" is not enabled
38472024-10-31T17:46:36.104Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38482024-10-31T17:46:36.104Z[ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38492024-10-31T17:46:36.237Z[ recovery-image] Oct 31 17:46:34.840 INFO O| Oct 31 17:46:34.840 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38502024-10-31T17:46:36.352Z[ recovery-image] Oct 31 17:46:34.956 INFO O| Oct 31 17:46:34.955 INFO completed processing gimlet/ramdisk-01-os
38512024-10-31T17:46:36.356Z[ recovery-image] Oct 31 17:46:34.960 INFO image builder template: ramdisk-02-trim...
38522024-10-31T17:46:36.529Z[ recovery-image] Oct 31 17:46:34.960 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/.tmprBD8Ob/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
38532024-10-31T17:46:36.532Z[ recovery-image] Oct 31 17:46:35.003 INFO O| Oct 31 17:46:35.003 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38542024-10-31T17:46:36.532Z[ recovery-image] Oct 31 17:46:35.023 INFO O| Oct 31 17:46:35.023 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38552024-10-31T17:46:36.545Z[ recovery-image] Oct 31 17:46:35.148 INFO O| Oct 31 17:46:35.148 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38562024-10-31T17:46:36.612Z[ recovery-image] Oct 31 17:46:35.215 INFO O| Oct 31 17:46:35.215 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38572024-10-31T17:46:36.612Z[ recovery-image] Oct 31 17:46:35.215 INFO O| Oct 31 17:46:35.215 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38582024-10-31T17:46:36.622Z[ recovery-image] Oct 31 17:46:35.226 INFO O| Oct 31 17:46:35.225 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38592024-10-31T17:46:36.631Z[ recovery-image] Oct 31 17:46:35.234 INFO O| Oct 31 17:46:35.234 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38602024-10-31T17:46:36.657Z[ recovery-image] Oct 31 17:46:35.259 INFO O| Oct 31 17:46:35.259 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38612024-10-31T17:46:36.993Z[ recovery-image] Oct 31 17:46:35.596 INFO O| Oct 31 17:46:35.596 INFO rolled back to input snapshot; work may begin
38622024-10-31T17:46:36.993Z[ recovery-image] Oct 31 17:46:35.596 INFO O| Oct 31 17:46:35.596 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38632024-10-31T17:46:37.008Z[ recovery-image] Oct 31 17:46:35.611 INFO O| Oct 31 17:46:35.610 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-31T17:46:37.032Z[ recovery-image] Oct 31 17:46:35.635 INFO O| Oct 31 17:46:35.635 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38652024-10-31T17:46:37.208Z[ recovery-image] Oct 31 17:46:35.811 INFO O| Oct 31 17:46:35.811 INFO STEP 0 (remove_files) COMPLETE
38662024-10-31T17:46:37.208Z[ recovery-image] Oct 31 17:46:35.811 INFO O| Oct 31 17:46:35.811 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-10-31T17:46:37.229Z[ recovery-image] Oct 31 17:46:35.832 INFO O| Oct 31 17:46:35.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38682024-10-31T17:46:37.233Z[ recovery-image] Oct 31 17:46:35.836 INFO O| Oct 31 17:46:35.836 INFO STEP 1 (remove_files) COMPLETE
38692024-10-31T17:46:37.233Z[ recovery-image] Oct 31 17:46:35.836 INFO O| Oct 31 17:46:35.836 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-31T17:46:37.253Z[ recovery-image] Oct 31 17:46:35.856 INFO O| Oct 31 17:46:35.856 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38712024-10-31T17:46:37.278Z[ recovery-image] Oct 31 17:46:35.881 INFO O| Oct 31 17:46:35.881 INFO STEP 2 (remove_files) COMPLETE
38722024-10-31T17:46:37.279Z[ recovery-image] Oct 31 17:46:35.881 INFO O| Oct 31 17:46:35.881 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-31T17:46:37.300Z[ recovery-image] Oct 31 17:46:35.903 INFO O| Oct 31 17:46:35.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38742024-10-31T17:46:37.304Z[ recovery-image] Oct 31 17:46:35.907 INFO O| Oct 31 17:46:35.907 INFO STEP 3 (remove_files) COMPLETE
38752024-10-31T17:46:37.306Z[ recovery-image] Oct 31 17:46:35.907 INFO O| Oct 31 17:46:35.907 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-31T17:46:37.348Z[ recovery-image] Oct 31 17:46:35.951 INFO O| Oct 31 17:46:35.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38772024-10-31T17:46:37.354Z[ recovery-image] Oct 31 17:46:35.957 INFO O| Oct 31 17:46:35.957 INFO STEP 4 (remove_files) COMPLETE
38782024-10-31T17:46:37.354Z[ recovery-image] Oct 31 17:46:35.957 INFO O| Oct 31 17:46:35.957 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-31T17:46:37.438Z[ recovery-image] Oct 31 17:46:36.041 INFO O| Oct 31 17:46:36.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38802024-10-31T17:46:37.441Z[ recovery-image] Oct 31 17:46:36.041 INFO O| Oct 31 17:46:36.041 INFO STEP 5 (remove_files) COMPLETE
38812024-10-31T17:46:37.441Z[ recovery-image] Oct 31 17:46:36.041 INFO O| Oct 31 17:46:36.041 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-31T17:46:37.486Z[ recovery-image] Oct 31 17:46:36.089 INFO O| Oct 31 17:46:36.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38832024-10-31T17:46:37.505Z[ recovery-image] Oct 31 17:46:36.108 INFO O| Oct 31 17:46:36.108 INFO STEP 6 (remove_files) COMPLETE
38842024-10-31T17:46:37.508Z[ recovery-image] Oct 31 17:46:36.108 INFO O| Oct 31 17:46:36.108 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-31T17:46:37.508Z[ recovery-image] Oct 31 17:46:36.108 INFO O| Oct 31 17:46:36.108 INFO skip step because feature "recovery" is enabled
38862024-10-31T17:46:37.508Z[ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.108 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-31T17:46:37.508Z[ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.109 INFO skip step because feature "recovery" is enabled
38882024-10-31T17:46:37.508Z[ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.109 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-10-31T17:46:37.508Z[ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.109 INFO skip step because feature "recovery" is enabled
38902024-10-31T17:46:37.508Z[ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.109 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-31T17:46:37.526Z[ recovery-image] Oct 31 17:46:36.128 INFO O| Oct 31 17:46:36.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38922024-10-31T17:46:37.533Z[ recovery-image] Oct 31 17:46:36.136 INFO O| Oct 31 17:46:36.136 INFO STEP 10 (remove_files) COMPLETE
38932024-10-31T17:46:37.533Z[ recovery-image] Oct 31 17:46:36.136 INFO O| Oct 31 17:46:36.136 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-31T17:46:37.587Z[ recovery-image] Oct 31 17:46:36.190 INFO O| Oct 31 17:46:36.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38952024-10-31T17:46:37.590Z[ recovery-image] Oct 31 17:46:36.192 INFO O| Oct 31 17:46:36.192 INFO STEP 11 (remove_files) COMPLETE
38962024-10-31T17:46:37.590Z[ recovery-image] Oct 31 17:46:36.192 INFO O| Oct 31 17:46:36.192 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-31T17:46:37.613Z[ recovery-image] Oct 31 17:46:36.216 INFO O| Oct 31 17:46:36.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38982024-10-31T17:46:37.616Z[ recovery-image] Oct 31 17:46:36.218 INFO O| Oct 31 17:46:36.218 INFO STEP 12 (remove_files) COMPLETE
38992024-10-31T17:46:37.616Z[ recovery-image] Oct 31 17:46:36.218 INFO O| Oct 31 17:46:36.218 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-31T17:46:37.948Z[ recovery-image] Oct 31 17:46:36.550 INFO O| Oct 31 17:46:36.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39012024-10-31T17:46:37.952Z[ recovery-image] Oct 31 17:46:36.554 INFO O| Oct 31 17:46:36.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39022024-10-31T17:46:37.970Z[ recovery-image] Oct 31 17:46:36.573 INFO O| Oct 31 17:46:36.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39032024-10-31T17:46:38.054Z[ recovery-image] Oct 31 17:46:36.657 INFO O| Oct 31 17:46:36.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39042024-10-31T17:46:38.070Z[ recovery-image] Oct 31 17:46:36.673 INFO O| Oct 31 17:46:36.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39052024-10-31T17:46:38.099Z[ recovery-image] Oct 31 17:46:36.701 INFO O| Oct 31 17:46:36.701 INFO STEP 13 (remove_files) COMPLETE
39062024-10-31T17:46:38.099Z[ recovery-image] Oct 31 17:46:36.701 INFO O| Oct 31 17:46:36.701 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-31T17:46:38.116Z[ recovery-image] Oct 31 17:46:36.719 INFO O| Oct 31 17:46:36.718 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39082024-10-31T17:46:38.118Z[ recovery-image] Oct 31 17:46:36.721 INFO O| Oct 31 17:46:36.721 INFO STEP 14 (remove_files) COMPLETE
39092024-10-31T17:46:38.118Z[ recovery-image] Oct 31 17:46:36.721 INFO O| Oct 31 17:46:36.721 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-31T17:46:38.153Z[ recovery-image] Oct 31 17:46:36.756 INFO O| Oct 31 17:46:36.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39112024-10-31T17:46:38.164Z[ recovery-image] Oct 31 17:46:36.767 INFO O| Oct 31 17:46:36.767 INFO STEP 15 (remove_files) COMPLETE
39122024-10-31T17:46:38.164Z[ recovery-image] Oct 31 17:46:36.767 INFO O| Oct 31 17:46:36.767 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-31T17:46:38.211Z[ recovery-image] Oct 31 17:46:36.814 INFO O| Oct 31 17:46:36.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39142024-10-31T17:46:38.214Z[ recovery-image] Oct 31 17:46:36.814 INFO O| Oct 31 17:46:36.814 INFO STEP 16 (remove_files) COMPLETE
39152024-10-31T17:46:38.214Z[ recovery-image] Oct 31 17:46:36.815 INFO O| Oct 31 17:46:36.814 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-31T17:46:38.227Z[ recovery-image] Oct 31 17:46:36.830 INFO O| Oct 31 17:46:36.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39172024-10-31T17:46:38.230Z[ recovery-image] Oct 31 17:46:36.832 INFO O| Oct 31 17:46:36.832 INFO STEP 17 (remove_files) COMPLETE
39182024-10-31T17:46:38.230Z[ recovery-image] Oct 31 17:46:36.833 INFO O| Oct 31 17:46:36.832 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-31T17:46:38.266Z[ recovery-image] Oct 31 17:46:36.869 INFO O| Oct 31 17:46:36.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39202024-10-31T17:46:38.270Z[ recovery-image] Oct 31 17:46:36.869 INFO O| Oct 31 17:46:36.869 INFO STEP 18 (remove_files) COMPLETE
39212024-10-31T17:46:38.270Z[ recovery-image] Oct 31 17:46:36.869 INFO O| Oct 31 17:46:36.869 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-31T17:46:38.295Z[ recovery-image] Oct 31 17:46:36.898 INFO O| Oct 31 17:46:36.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39232024-10-31T17:46:38.298Z[ recovery-image] Oct 31 17:46:36.898 INFO O| Oct 31 17:46:36.898 INFO STEP 19 (remove_files) COMPLETE
39242024-10-31T17:46:38.298Z[ recovery-image] Oct 31 17:46:36.899 INFO O| Oct 31 17:46:36.898 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-31T17:46:38.324Z[ recovery-image] Oct 31 17:46:36.927 INFO O| Oct 31 17:46:36.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39262024-10-31T17:46:38.325Z[ recovery-image] Oct 31 17:46:36.927 INFO O| Oct 31 17:46:36.927 INFO STEP 20 (remove_files) COMPLETE
39272024-10-31T17:46:38.327Z[ recovery-image] Oct 31 17:46:36.927 INFO O| Oct 31 17:46:36.927 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-31T17:46:38.344Z[ recovery-image] Oct 31 17:46:36.946 INFO O| Oct 31 17:46:36.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39292024-10-31T17:46:38.344Z[ recovery-image] Oct 31 17:46:36.946 INFO O| Oct 31 17:46:36.946 INFO STEP 21 (remove_files) COMPLETE
39302024-10-31T17:46:38.346Z[ recovery-image] Oct 31 17:46:36.947 INFO O| Oct 31 17:46:36.946 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-31T17:46:38.360Z[ recovery-image] Oct 31 17:46:36.963 INFO O| Oct 31 17:46:36.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39322024-10-31T17:46:38.360Z[ recovery-image] Oct 31 17:46:36.963 INFO O| Oct 31 17:46:36.963 INFO STEP 22 (remove_files) COMPLETE
39332024-10-31T17:46:38.363Z[ recovery-image] Oct 31 17:46:36.963 INFO O| Oct 31 17:46:36.963 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-31T17:46:38.376Z[ recovery-image] Oct 31 17:46:36.979 INFO O| Oct 31 17:46:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39352024-10-31T17:46:38.376Z[ recovery-image] Oct 31 17:46:36.979 INFO O| Oct 31 17:46:36.979 INFO STEP 23 (remove_files) COMPLETE
39362024-10-31T17:46:38.376Z[ recovery-image] Oct 31 17:46:36.979 INFO O| Oct 31 17:46:36.979 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-31T17:46:38.393Z[ recovery-image] Oct 31 17:46:36.995 INFO O| Oct 31 17:46:36.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39382024-10-31T17:46:38.393Z[ recovery-image] Oct 31 17:46:36.996 INFO O| Oct 31 17:46:36.995 INFO STEP 24 (remove_files) COMPLETE
39392024-10-31T17:46:38.395Z[ recovery-image] Oct 31 17:46:36.996 INFO O| Oct 31 17:46:36.995 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-31T17:46:38.424Z[ recovery-image] Oct 31 17:46:37.026 INFO O| Oct 31 17:46:37.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39412024-10-31T17:46:38.424Z[ recovery-image] Oct 31 17:46:37.026 INFO O| Oct 31 17:46:37.026 INFO STEP 25 (remove_files) COMPLETE
39422024-10-31T17:46:38.424Z[ recovery-image] Oct 31 17:46:37.026 INFO O| Oct 31 17:46:37.026 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-31T17:46:38.442Z[ recovery-image] Oct 31 17:46:37.044 INFO O| Oct 31 17:46:37.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39442024-10-31T17:46:38.442Z[ recovery-image] Oct 31 17:46:37.044 INFO O| Oct 31 17:46:37.044 INFO STEP 26 (remove_files) COMPLETE
39452024-10-31T17:46:38.442Z[ recovery-image] Oct 31 17:46:37.045 INFO O| Oct 31 17:46:37.044 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-31T17:46:38.479Z[ recovery-image] Oct 31 17:46:37.082 INFO O| Oct 31 17:46:37.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39472024-10-31T17:46:38.480Z[ recovery-image] Oct 31 17:46:37.082 INFO O| Oct 31 17:46:37.082 INFO STEP 27 (remove_files) COMPLETE
39482024-10-31T17:46:38.480Z[ recovery-image] Oct 31 17:46:37.082 INFO O| Oct 31 17:46:37.082 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-31T17:46:38.498Z[ recovery-image] Oct 31 17:46:37.101 INFO O| Oct 31 17:46:37.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39502024-10-31T17:46:38.498Z[ recovery-image] Oct 31 17:46:37.101 INFO O| Oct 31 17:46:37.101 INFO STEP 28 (remove_files) COMPLETE
39512024-10-31T17:46:38.498Z[ recovery-image] Oct 31 17:46:37.101 INFO O| Oct 31 17:46:37.101 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-31T17:46:38.528Z[ recovery-image] Oct 31 17:46:37.130 INFO O| Oct 31 17:46:37.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39532024-10-31T17:46:38.528Z[ recovery-image] Oct 31 17:46:37.130 INFO O| Oct 31 17:46:37.130 INFO STEP 29 (remove_files) COMPLETE
39542024-10-31T17:46:38.530Z[ recovery-image] Oct 31 17:46:37.130 INFO O| Oct 31 17:46:37.130 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-31T17:46:38.547Z[ recovery-image] Oct 31 17:46:37.150 INFO O| Oct 31 17:46:37.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39562024-10-31T17:46:38.550Z[ recovery-image] Oct 31 17:46:37.150 INFO O| Oct 31 17:46:37.150 INFO STEP 30 (remove_files) COMPLETE
39572024-10-31T17:46:38.550Z[ recovery-image] Oct 31 17:46:37.150 INFO O| Oct 31 17:46:37.150 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-31T17:46:38.595Z[ recovery-image] Oct 31 17:46:37.197 INFO O| Oct 31 17:46:37.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39592024-10-31T17:46:38.595Z[ recovery-image] Oct 31 17:46:37.197 INFO O| Oct 31 17:46:37.197 INFO STEP 31 (remove_files) COMPLETE
39602024-10-31T17:46:38.595Z[ recovery-image] Oct 31 17:46:37.197 INFO O| Oct 31 17:46:37.197 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-31T17:46:38.660Z[ recovery-image] Oct 31 17:46:37.262 INFO O| Oct 31 17:46:37.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39622024-10-31T17:46:38.660Z[ recovery-image] Oct 31 17:46:37.262 INFO O| Oct 31 17:46:37.262 INFO STEP 32 (remove_files) COMPLETE
39632024-10-31T17:46:38.662Z[ recovery-image] Oct 31 17:46:37.262 INFO O| Oct 31 17:46:37.262 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-31T17:46:38.687Z[ host-image] Oct 31 17:46:37.289 INFO O| Oct 31 17:46:37.289 INFO O| Planning: Solver setup ... Done
39652024-10-31T17:46:38.690Z[ recovery-image] Oct 31 17:46:37.293 INFO O| Oct 31 17:46:37.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39662024-10-31T17:46:38.690Z[ recovery-image] Oct 31 17:46:37.293 INFO O| Oct 31 17:46:37.293 INFO STEP 33 (remove_files) COMPLETE
39672024-10-31T17:46:38.692Z[ recovery-image] Oct 31 17:46:37.293 INFO O| Oct 31 17:46:37.293 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-31T17:46:38.694Z[ host-image] Oct 31 17:46:37.296 INFO O| Oct 31 17:46:37.296 INFO O| Planning: Running solver ... Done
39692024-10-31T17:46:38.707Z[ recovery-image] Oct 31 17:46:37.310 INFO O| Oct 31 17:46:37.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39702024-10-31T17:46:38.707Z[ recovery-image] Oct 31 17:46:37.310 INFO O| Oct 31 17:46:37.310 INFO STEP 34 (remove_files) COMPLETE
39712024-10-31T17:46:38.707Z[ recovery-image] Oct 31 17:46:37.310 INFO O| Oct 31 17:46:37.310 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39722024-10-31T17:46:38.727Z[ recovery-image] Oct 31 17:46:37.330 INFO O| Oct 31 17:46:37.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39732024-10-31T17:46:38.727Z[ recovery-image] Oct 31 17:46:37.330 INFO O| Oct 31 17:46:37.329 INFO STEP 35 (remove_files) COMPLETE
39742024-10-31T17:46:38.730Z[ recovery-image] Oct 31 17:46:37.330 INFO O| Oct 31 17:46:37.329 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-10-31T17:46:38.762Z[ recovery-image] Oct 31 17:46:37.364 INFO O| Oct 31 17:46:37.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39762024-10-31T17:46:38.762Z[ recovery-image] Oct 31 17:46:37.364 INFO O| Oct 31 17:46:37.364 INFO STEP 36 (remove_files) COMPLETE
39772024-10-31T17:46:38.764Z[ recovery-image] Oct 31 17:46:37.364 INFO O| Oct 31 17:46:37.364 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39782024-10-31T17:46:38.781Z[ host-image] Oct 31 17:46:37.383 INFO O| Oct 31 17:46:37.383 INFO O| Planning: Finding local manifests ... Done
39792024-10-31T17:46:38.783Z[ recovery-image] Oct 31 17:46:37.384 INFO O| Oct 31 17:46:37.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39802024-10-31T17:46:38.783Z[ recovery-image] Oct 31 17:46:37.385 INFO O| Oct 31 17:46:37.384 INFO STEP 37 (remove_files) COMPLETE
39812024-10-31T17:46:38.783Z[ recovery-image] Oct 31 17:46:37.385 INFO O| Oct 31 17:46:37.385 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-31T17:46:38.783Z[ host-image] Oct 31 17:46:37.386 INFO O| Oct 31 17:46:37.385 INFO O| Planning: Fetching manifests: 0/4 0% complete
39832024-10-31T17:46:38.820Z[ recovery-image] Oct 31 17:46:37.423 INFO O| Oct 31 17:46:37.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39842024-10-31T17:46:38.820Z[ recovery-image] Oct 31 17:46:37.423 INFO O| Oct 31 17:46:37.423 INFO STEP 38 (remove_files) COMPLETE
39852024-10-31T17:46:38.820Z[ recovery-image] Oct 31 17:46:37.423 INFO O| Oct 31 17:46:37.423 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-10-31T17:46:38.840Z[ recovery-image] Oct 31 17:46:37.442 INFO O| Oct 31 17:46:37.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39872024-10-31T17:46:38.840Z[ recovery-image] Oct 31 17:46:37.442 INFO O| Oct 31 17:46:37.442 INFO STEP 39 (remove_files) COMPLETE
39882024-10-31T17:46:38.840Z[ recovery-image] Oct 31 17:46:37.442 INFO O| Oct 31 17:46:37.442 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-10-31T17:46:38.886Z[ recovery-image] Oct 31 17:46:37.489 INFO O| Oct 31 17:46:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39902024-10-31T17:46:38.886Z[ recovery-image] Oct 31 17:46:37.489 INFO O| Oct 31 17:46:37.489 INFO STEP 40 (remove_files) COMPLETE
39912024-10-31T17:46:38.889Z[ recovery-image] Oct 31 17:46:37.489 INFO O| Oct 31 17:46:37.489 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39922024-10-31T17:46:38.903Z[ recovery-image] Oct 31 17:46:37.505 INFO O| Oct 31 17:46:37.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39932024-10-31T17:46:38.903Z[ recovery-image] Oct 31 17:46:37.505 INFO O| Oct 31 17:46:37.505 INFO STEP 41 (remove_files) COMPLETE
39942024-10-31T17:46:38.905Z[ recovery-image] Oct 31 17:46:37.505 INFO O| Oct 31 17:46:37.505 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-10-31T17:46:38.939Z[ recovery-image] Oct 31 17:46:37.542 INFO O| Oct 31 17:46:37.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39962024-10-31T17:46:38.942Z[ recovery-image] Oct 31 17:46:37.542 INFO O| Oct 31 17:46:37.542 INFO STEP 42 (remove_files) COMPLETE
39972024-10-31T17:46:38.942Z[ recovery-image] Oct 31 17:46:37.542 INFO O| Oct 31 17:46:37.542 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-10-31T17:46:38.997Z[ recovery-image] Oct 31 17:46:37.599 INFO O| Oct 31 17:46:37.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39992024-10-31T17:46:38.997Z[ recovery-image] Oct 31 17:46:37.599 INFO O| Oct 31 17:46:37.599 INFO STEP 43 (remove_files) COMPLETE
40002024-10-31T17:46:38.997Z[ recovery-image] Oct 31 17:46:37.599 INFO O| Oct 31 17:46:37.599 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-10-31T17:46:39.057Z[ recovery-image] Oct 31 17:46:37.659 INFO O| Oct 31 17:46:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40022024-10-31T17:46:39.057Z[ recovery-image] Oct 31 17:46:37.660 INFO O| Oct 31 17:46:37.660 INFO STEP 44 (remove_files) COMPLETE
40032024-10-31T17:46:39.057Z[ recovery-image] Oct 31 17:46:37.660 INFO O| Oct 31 17:46:37.660 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-10-31T17:46:39.075Z[ host-image] Oct 31 17:46:37.678 INFO O| Oct 31 17:46:37.678 INFO O| Planning: Fetching manifests: 4/4 100% complete
40052024-10-31T17:46:39.112Z[ host-image] Oct 31 17:46:37.714 INFO O| Oct 31 17:46:37.714 INFO O| Planning: Package planning ... Done
40062024-10-31T17:46:39.117Z[ host-image] Oct 31 17:46:37.720 INFO O| Oct 31 17:46:37.720 INFO O| Planning: Merging actions ... Done
40072024-10-31T17:46:39.121Z[ recovery-image] Oct 31 17:46:37.724 INFO O| Oct 31 17:46:37.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40082024-10-31T17:46:39.121Z[ recovery-image] Oct 31 17:46:37.724 INFO O| Oct 31 17:46:37.724 INFO STEP 45 (remove_files) COMPLETE
40092024-10-31T17:46:39.124Z[ recovery-image] Oct 31 17:46:37.724 INFO O| Oct 31 17:46:37.724 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-10-31T17:46:39.141Z[ recovery-image] Oct 31 17:46:37.743 INFO O| Oct 31 17:46:37.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40112024-10-31T17:46:39.141Z[ recovery-image] Oct 31 17:46:37.743 INFO O| Oct 31 17:46:37.743 INFO STEP 46 (remove_files) COMPLETE
40122024-10-31T17:46:39.141Z[ recovery-image] Oct 31 17:46:37.743 INFO O| Oct 31 17:46:37.743 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-10-31T17:46:39.159Z[ recovery-image] Oct 31 17:46:37.762 INFO O| Oct 31 17:46:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40142024-10-31T17:46:39.159Z[ recovery-image] Oct 31 17:46:37.762 INFO O| Oct 31 17:46:37.762 INFO STEP 47 (remove_files) COMPLETE
40152024-10-31T17:46:39.162Z[ recovery-image] Oct 31 17:46:37.762 INFO O| Oct 31 17:46:37.762 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-10-31T17:46:39.178Z[ recovery-image] Oct 31 17:46:37.780 INFO O| Oct 31 17:46:37.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40172024-10-31T17:46:39.178Z[ recovery-image] Oct 31 17:46:37.781 INFO O| Oct 31 17:46:37.780 INFO STEP 48 (remove_files) COMPLETE
40182024-10-31T17:46:39.178Z[ recovery-image] Oct 31 17:46:37.781 INFO O| Oct 31 17:46:37.781 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-10-31T17:46:39.215Z[ recovery-image] Oct 31 17:46:37.817 INFO O| Oct 31 17:46:37.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40202024-10-31T17:46:39.215Z[ recovery-image] Oct 31 17:46:37.818 INFO O| Oct 31 17:46:37.818 INFO STEP 49 (remove_files) COMPLETE
40212024-10-31T17:46:39.218Z[ recovery-image] Oct 31 17:46:37.818 INFO O| Oct 31 17:46:37.818 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-10-31T17:46:39.235Z[ recovery-image] Oct 31 17:46:37.838 INFO O| Oct 31 17:46:37.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40232024-10-31T17:46:39.238Z[ recovery-image] Oct 31 17:46:37.838 INFO O| Oct 31 17:46:37.838 INFO STEP 50 (remove_files) COMPLETE
40242024-10-31T17:46:39.238Z[ recovery-image] Oct 31 17:46:37.838 INFO O| Oct 31 17:46:37.838 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-10-31T17:46:39.296Z[ recovery-image] Oct 31 17:46:37.898 INFO O| Oct 31 17:46:37.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40262024-10-31T17:46:39.296Z[ recovery-image] Oct 31 17:46:37.898 INFO O| Oct 31 17:46:37.898 INFO STEP 51 (remove_files) COMPLETE
40272024-10-31T17:46:39.296Z[ recovery-image] Oct 31 17:46:37.898 INFO O| Oct 31 17:46:37.898 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-10-31T17:46:39.303Z[ host-image] Oct 31 17:46:37.905 INFO O| Oct 31 17:46:37.905 INFO O| Planning: Checking for conflicting actions ... Done
40292024-10-31T17:46:39.306Z[ host-image] Oct 31 17:46:37.907 INFO O| Oct 31 17:46:37.907 INFO O| Planning: Consolidating action changes ... Done
40302024-10-31T17:46:39.330Z[ recovery-image] Oct 31 17:46:37.933 INFO O| Oct 31 17:46:37.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40312024-10-31T17:46:39.330Z[ recovery-image] Oct 31 17:46:37.933 INFO O| Oct 31 17:46:37.933 INFO STEP 52 (remove_files) COMPLETE
40322024-10-31T17:46:39.330Z[ recovery-image] Oct 31 17:46:37.933 INFO O| Oct 31 17:46:37.933 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-31T17:46:39.347Z[ recovery-image] Oct 31 17:46:37.950 INFO O| Oct 31 17:46:37.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40342024-10-31T17:46:39.347Z[ recovery-image] Oct 31 17:46:37.950 INFO O| Oct 31 17:46:37.950 INFO STEP 53 (remove_files) COMPLETE
40352024-10-31T17:46:39.350Z[ recovery-image] Oct 31 17:46:37.950 INFO O| Oct 31 17:46:37.950 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40362024-10-31T17:46:39.381Z[ recovery-image] Oct 31 17:46:37.983 INFO O| Oct 31 17:46:37.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40372024-10-31T17:46:39.381Z[ recovery-image] Oct 31 17:46:37.983 INFO O| Oct 31 17:46:37.983 INFO STEP 54 (remove_files) COMPLETE
40382024-10-31T17:46:39.381Z[ recovery-image] Oct 31 17:46:37.983 INFO O| Oct 31 17:46:37.983 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-31T17:46:39.452Z[ recovery-image] Oct 31 17:46:38.054 INFO O| Oct 31 17:46:38.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40402024-10-31T17:46:39.452Z[ recovery-image] Oct 31 17:46:38.054 INFO O| Oct 31 17:46:38.054 INFO STEP 55 (remove_files) COMPLETE
40412024-10-31T17:46:39.452Z[ recovery-image] Oct 31 17:46:38.054 INFO O| Oct 31 17:46:38.054 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-10-31T17:46:39.544Z[ recovery-image] Oct 31 17:46:38.113 INFO O| Oct 31 17:46:38.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40432024-10-31T17:46:39.565Z[ recovery-image] Oct 31 17:46:38.113 INFO O| Oct 31 17:46:38.113 INFO STEP 56 (remove_files) COMPLETE
40442024-10-31T17:46:39.566Z[ recovery-image] Oct 31 17:46:38.113 INFO O| Oct 31 17:46:38.113 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.141 INFO O| Oct 31 17:46:38.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40462024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.141 INFO O| Oct 31 17:46:38.141 INFO STEP 57 (remove_files) COMPLETE
40472024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.141 INFO O| Oct 31 17:46:38.141 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.166 INFO O| Oct 31 17:46:38.166 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40492024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.166 INFO O| Oct 31 17:46:38.166 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40502024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.166 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40512024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40522024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40532024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40542024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO ok!
40552024-10-31T17:46:39.568Z[ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO STEP 58 (ensure_file) COMPLETE
40562024-10-31T17:46:39.569Z[ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-10-31T17:46:39.594Z[ recovery-image] Oct 31 17:46:38.195 INFO O| Oct 31 17:46:38.195 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40582024-10-31T17:46:39.594Z[ recovery-image] Oct 31 17:46:38.195 INFO O| Oct 31 17:46:38.195 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40592024-10-31T17:46:39.597Z[ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.195 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40602024-10-31T17:46:39.597Z[ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40612024-10-31T17:46:39.597Z[ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40622024-10-31T17:46:39.597Z[ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40632024-10-31T17:46:39.597Z[ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO ok!
40642024-10-31T17:46:39.597Z[ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO STEP 59 (ensure_file) COMPLETE
40652024-10-31T17:46:39.597Z[ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-10-31T17:46:39.630Z[ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40672024-10-31T17:46:39.630Z[ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40682024-10-31T17:46:39.630Z[ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40692024-10-31T17:46:39.633Z[ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO ok!
40702024-10-31T17:46:39.633Z[ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO STEP 60 (ensure_file) COMPLETE
40712024-10-31T17:46:39.633Z[ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-10-31T17:46:39.693Z[ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40732024-10-31T17:46:39.693Z[ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40742024-10-31T17:46:39.695Z[ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40752024-10-31T17:46:39.695Z[ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 INFO ok!
40762024-10-31T17:46:39.695Z[ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 INFO STEP 61 (ensure_file) COMPLETE
40772024-10-31T17:46:39.695Z[ recovery-image] Oct 31 17:46:38.296 INFO O| Oct 31 17:46:38.295 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-10-31T17:46:39.711Z[ recovery-image] Oct 31 17:46:38.313 INFO O| Oct 31 17:46:38.313 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40792024-10-31T17:46:39.711Z[ recovery-image] Oct 31 17:46:38.313 INFO O| Oct 31 17:46:38.313 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40802024-10-31T17:46:39.711Z[ recovery-image] Oct 31 17:46:38.313 INFO O| Oct 31 17:46:38.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40812024-10-31T17:46:39.713Z[ recovery-image] Oct 31 17:46:38.314 INFO O| Oct 31 17:46:38.313 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40822024-10-31T17:46:39.714Z[ recovery-image] Oct 31 17:46:38.314 INFO O| Oct 31 17:46:38.314 INFO ok!
40832024-10-31T17:46:39.714Z[ recovery-image] Oct 31 17:46:38.314 INFO O| Oct 31 17:46:38.314 INFO STEP 62 (ensure_file) COMPLETE
40842024-10-31T17:46:39.714Z[ recovery-image] Oct 31 17:46:38.314 INFO O| Oct 31 17:46:38.314 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-10-31T17:46:39.728Z[ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.330 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40862024-10-31T17:46:39.728Z[ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40872024-10-31T17:46:39.731Z[ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40882024-10-31T17:46:39.731Z[ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40892024-10-31T17:46:39.737Z[ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO ok!
40902024-10-31T17:46:39.740Z[ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO STEP 63 (ensure_file) COMPLETE
40912024-10-31T17:46:39.740Z[ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-10-31T17:46:39.746Z[ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40932024-10-31T17:46:39.748Z[ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40942024-10-31T17:46:39.748Z[ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40952024-10-31T17:46:39.748Z[ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO ok!
40962024-10-31T17:46:39.748Z[ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO STEP 64 (assemble_files) COMPLETE
40972024-10-31T17:46:39.748Z[ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.364 INFO O| Oct 31 17:46:38.364 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40992024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.364 INFO O| Oct 31 17:46:38.364 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
41002024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.364 INFO O| Oct 31 17:46:38.364 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41012024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.364 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41022024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO ok!
41032024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 65 (ensure_file) COMPLETE
41042024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO skip step because feature "omicron1" is not enabled
41062024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO skip step because feature "omicron1" is not enabled
41082024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO skip step because feature "omicron1" is not enabled
41102024-10-31T17:46:39.763Z[ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-10-31T17:46:39.805Z[ host-image] Oct 31 17:46:38.408 INFO O| Oct 31 17:46:38.386 INFO O| Planning: Evaluating mediators ... Done
41122024-10-31T17:46:39.805Z[ host-image] Oct 31 17:46:38.408 INFO O| Oct 31 17:46:38.388 INFO O| Planning: Planning completed in 5.46 seconds
41132024-10-31T17:46:39.808Z[ host-image] Oct 31 17:46:38.408 INFO O| Oct 31 17:46:38.390 INFO O| Packages to install: 4
41142024-10-31T17:46:39.808Z[ host-image] Oct 31 17:46:38.408 INFO O| Oct 31 17:46:38.390 INFO O| Services to change: 2
41152024-10-31T17:46:39.820Z[ host-image] Oct 31 17:46:38.420 INFO O| Oct 31 17:46:38.420 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
41162024-10-31T17:46:39.820Z[ recovery-image] Oct 31 17:46:38.420 INFO O| Oct 31 17:46:38.420 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41172024-10-31T17:46:39.820Z[ recovery-image] Oct 31 17:46:38.420 INFO O| Oct 31 17:46:38.420 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41182024-10-31T17:46:41.316Z[ host-image] Oct 31 17:46:39.918 INFO O| Oct 31 17:46:39.918 INFO O| Download: Completed 1.39 MB in 1.50 seconds (949k/s)
41192024-10-31T17:46:41.494Z[ host-image] Oct 31 17:46:40.095 INFO O| Oct 31 17:46:40.095 INFO O| Actions: 1/238 actions (Installing new actions)
41202024-10-31T17:46:42.112Z[ host-image] Oct 31 17:46:40.713 INFO O| Oct 31 17:46:40.712 INFO O| Actions: Completed 238 actions in 0.62 seconds.
41212024-10-31T17:46:42.657Z[ host-image] Oct 31 17:46:41.259 INFO O| Oct 31 17:46:41.259 INFO O| Done
41222024-10-31T17:46:42.657Z[ host-image] Oct 31 17:46:41.259 INFO O| Oct 31 17:46:41.259 INFO O| Done
41232024-10-31T17:46:42.684Z[ recovery-image] Oct 31 17:46:41.285 INFO O| Oct 31 17:46:41.285 INFO STEP 69 (pack_tar) COMPLETE
41242024-10-31T17:46:42.684Z[ recovery-image] Oct 31 17:46:41.285 INFO O| Oct 31 17:46:41.285 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41252024-10-31T17:46:42.686Z[ recovery-image] Oct 31 17:46:41.285 INFO O| Oct 31 17:46:41.285 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41262024-10-31T17:46:42.988Z[ recovery-image] Oct 31 17:46:41.590 INFO O| Oct 31 17:46:41.589 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41272024-10-31T17:46:43.101Z[ recovery-image] Oct 31 17:46:41.703 INFO O| Oct 31 17:46:41.703 INFO completed processing gimlet/ramdisk-02-trim
41282024-10-31T17:46:43.104Z[ recovery-image] Oct 31 17:46:41.706 INFO image builder template: ramdisk-03-recovery-trim...
41292024-10-31T17:46:43.104Z[ recovery-image] Oct 31 17:46:41.706 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/.tmprBD8Ob/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
41302024-10-31T17:46:43.309Z[ recovery-image] Oct 31 17:46:41.910 INFO O| Oct 31 17:46:41.910 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41312024-10-31T17:46:43.317Z[ recovery-image] Oct 31 17:46:41.918 INFO O| Oct 31 17:46:41.918 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41322024-10-31T17:46:43.449Z[ recovery-image] Oct 31 17:46:42.051 INFO O| Oct 31 17:46:42.051 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41332024-10-31T17:46:43.531Z[ recovery-image] Oct 31 17:46:42.132 INFO O| Oct 31 17:46:42.132 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41342024-10-31T17:46:43.533Z[ recovery-image] Oct 31 17:46:42.133 INFO O| Oct 31 17:46:42.132 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41352024-10-31T17:46:43.545Z[ recovery-image] Oct 31 17:46:42.146 INFO O| Oct 31 17:46:42.146 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41362024-10-31T17:46:43.558Z[ recovery-image] Oct 31 17:46:42.159 INFO O| Oct 31 17:46:42.159 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41372024-10-31T17:46:43.578Z[ recovery-image] Oct 31 17:46:42.179 INFO O| Oct 31 17:46:42.179 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41382024-10-31T17:46:43.863Z[ host-image] Oct 31 17:46:42.465 INFO O| Oct 31 17:46:42.465 INFO O| Done
41392024-10-31T17:46:44.044Z[ recovery-image] Oct 31 17:46:42.644 INFO O| Oct 31 17:46:42.644 INFO rolled back to input snapshot; work may begin
41402024-10-31T17:46:44.044Z[ recovery-image] Oct 31 17:46:42.645 INFO O| Oct 31 17:46:42.644 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41412024-10-31T17:46:44.081Z[ recovery-image] Oct 31 17:46:42.682 INFO O| Oct 31 17:46:42.682 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-10-31T17:46:44.100Z[ recovery-image] Oct 31 17:46:42.701 INFO O| Oct 31 17:46:42.700 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41432024-10-31T17:46:44.190Z[ recovery-image] Oct 31 17:46:42.791 INFO O| Oct 31 17:46:42.791 INFO STEP 0 (remove_files) COMPLETE
41442024-10-31T17:46:44.190Z[ recovery-image] Oct 31 17:46:42.791 INFO O| Oct 31 17:46:42.791 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-10-31T17:46:44.221Z[ recovery-image] Oct 31 17:46:42.822 INFO O| Oct 31 17:46:42.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41462024-10-31T17:46:44.581Z[ recovery-image] Oct 31 17:46:43.182 INFO O| Oct 31 17:46:43.182 INFO STEP 1 (remove_files) COMPLETE
41472024-10-31T17:46:44.581Z[ recovery-image] Oct 31 17:46:43.182 INFO O| Oct 31 17:46:43.182 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-10-31T17:46:44.618Z[ recovery-image] Oct 31 17:46:43.219 INFO O| Oct 31 17:46:43.219 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41492024-10-31T17:46:44.683Z[ recovery-image] Oct 31 17:46:43.284 INFO O| Oct 31 17:46:43.283 INFO STEP 2 (remove_files) COMPLETE
41502024-10-31T17:46:44.683Z[ recovery-image] Oct 31 17:46:43.284 INFO O| Oct 31 17:46:43.284 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-10-31T17:46:44.796Z[ recovery-image] Oct 31 17:46:43.397 INFO O| Oct 31 17:46:43.396 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41522024-10-31T17:46:45.005Z[ recovery-image] Oct 31 17:46:43.606 INFO O| Oct 31 17:46:43.606 INFO STEP 3 (remove_files) COMPLETE
41532024-10-31T17:46:45.005Z[ recovery-image] Oct 31 17:46:43.606 INFO O| Oct 31 17:46:43.606 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-10-31T17:46:45.025Z[ recovery-image] Oct 31 17:46:43.626 INFO O| Oct 31 17:46:43.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41552024-10-31T17:46:45.437Z[ recovery-image] Oct 31 17:46:44.037 INFO O| Oct 31 17:46:44.037 INFO STEP 4 (remove_files) COMPLETE
41562024-10-31T17:46:45.437Z[ recovery-image] Oct 31 17:46:44.037 INFO O| Oct 31 17:46:44.037 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-10-31T17:46:45.455Z[ recovery-image] Oct 31 17:46:44.056 INFO O| Oct 31 17:46:44.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41582024-10-31T17:46:45.518Z[ recovery-image] Oct 31 17:46:44.118 INFO O| Oct 31 17:46:44.118 INFO STEP 5 (remove_files) COMPLETE
41592024-10-31T17:46:45.518Z[ recovery-image] Oct 31 17:46:44.118 INFO O| Oct 31 17:46:44.118 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-10-31T17:46:45.545Z[ recovery-image] Oct 31 17:46:44.146 INFO O| Oct 31 17:46:44.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41612024-10-31T17:46:45.548Z[ recovery-image] Oct 31 17:46:44.148 INFO O| Oct 31 17:46:44.148 INFO STEP 6 (remove_files) COMPLETE
41622024-10-31T17:46:45.548Z[ recovery-image] Oct 31 17:46:44.148 INFO O| Oct 31 17:46:44.148 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-10-31T17:46:45.566Z[ recovery-image] Oct 31 17:46:44.167 INFO O| Oct 31 17:46:44.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41642024-10-31T17:46:45.588Z[ recovery-image] Oct 31 17:46:44.189 INFO O| Oct 31 17:46:44.189 INFO STEP 7 (remove_files) COMPLETE
41652024-10-31T17:46:45.588Z[ recovery-image] Oct 31 17:46:44.189 INFO O| Oct 31 17:46:44.189 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-10-31T17:46:45.619Z[ recovery-image] Oct 31 17:46:44.220 INFO O| Oct 31 17:46:44.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41672024-10-31T17:46:45.773Z[ recovery-image] Oct 31 17:46:44.374 INFO O| Oct 31 17:46:44.374 INFO STEP 8 (remove_files) COMPLETE
41682024-10-31T17:46:45.773Z[ recovery-image] Oct 31 17:46:44.374 INFO O| Oct 31 17:46:44.374 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-10-31T17:46:45.809Z[ recovery-image] Oct 31 17:46:44.410 INFO O| Oct 31 17:46:44.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41702024-10-31T17:46:45.832Z[ recovery-image] Oct 31 17:46:44.433 INFO O| Oct 31 17:46:44.433 INFO STEP 9 (remove_files) COMPLETE
41712024-10-31T17:46:45.832Z[ recovery-image] Oct 31 17:46:44.433 INFO O| Oct 31 17:46:44.433 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-10-31T17:46:45.875Z[ recovery-image] Oct 31 17:46:44.476 INFO O| Oct 31 17:46:44.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41732024-10-31T17:46:45.898Z[ recovery-image] Oct 31 17:46:44.499 INFO O| Oct 31 17:46:44.499 INFO STEP 10 (remove_files) COMPLETE
41742024-10-31T17:46:45.899Z[ recovery-image] Oct 31 17:46:44.500 INFO O| Oct 31 17:46:44.499 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-10-31T17:46:45.947Z[ recovery-image] Oct 31 17:46:44.547 INFO O| Oct 31 17:46:44.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41762024-10-31T17:46:46.190Z[ host-image] Oct 31 17:46:44.791 INFO O| Oct 31 17:46:44.791 INFO O| Done
41772024-10-31T17:46:46.267Z[ host-image] Oct 31 17:46:44.868 INFO O| Oct 31 17:46:44.867 INFO O| Done
41782024-10-31T17:46:46.270Z[ host-image] Oct 31 17:46:44.868 INFO O| Oct 31 17:46:44.868 INFO O| Done
41792024-10-31T17:46:46.295Z[ host-image] Oct 31 17:46:44.896 INFO O| Oct 31 17:46:44.896 INFO O| Done
41802024-10-31T17:46:46.473Z[ host-image] Oct 31 17:46:45.073 INFO O| Oct 31 17:46:45.073 INFO STEP 12 (pkg_install) COMPLETE
41812024-10-31T17:46:46.473Z[ host-image] Oct 31 17:46:45.073 INFO O| Oct 31 17:46:45.073 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41822024-10-31T17:46:46.491Z[ host-image] Oct 31 17:46:45.092 INFO O| Oct 31 17:46:45.091 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41832024-10-31T17:46:46.590Z[ recovery-image] Oct 31 17:46:45.190 INFO O| Oct 31 17:46:45.190 INFO STEP 11 (remove_files) COMPLETE
41842024-10-31T17:46:46.590Z[ recovery-image] Oct 31 17:46:45.190 INFO O| Oct 31 17:46:45.190 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-31T17:46:46.642Z[ recovery-image] Oct 31 17:46:45.242 INFO O| Oct 31 17:46:45.242 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41862024-10-31T17:46:46.705Z[ recovery-image] Oct 31 17:46:45.306 INFO O| Oct 31 17:46:45.306 INFO STEP 12 (remove_files) COMPLETE
41872024-10-31T17:46:46.705Z[ recovery-image] Oct 31 17:46:45.306 INFO O| Oct 31 17:46:45.306 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-31T17:46:46.726Z[ recovery-image] Oct 31 17:46:45.327 INFO O| Oct 31 17:46:45.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41892024-10-31T17:46:46.777Z[ recovery-image] Oct 31 17:46:45.378 INFO O| Oct 31 17:46:45.378 INFO STEP 13 (remove_files) COMPLETE
41902024-10-31T17:46:46.777Z[ recovery-image] Oct 31 17:46:45.378 INFO O| Oct 31 17:46:45.378 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-31T17:46:46.798Z[ recovery-image] Oct 31 17:46:45.398 INFO O| Oct 31 17:46:45.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41922024-10-31T17:46:46.800Z[ recovery-image] Oct 31 17:46:45.399 INFO O| Oct 31 17:46:45.399 INFO STEP 14 (remove_files) COMPLETE
41932024-10-31T17:46:46.800Z[ recovery-image] Oct 31 17:46:45.399 INFO O| Oct 31 17:46:45.399 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-31T17:46:46.858Z[ recovery-image] Oct 31 17:46:45.459 INFO O| Oct 31 17:46:45.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41952024-10-31T17:46:46.883Z[ recovery-image] Oct 31 17:46:45.484 INFO O| Oct 31 17:46:45.484 INFO STEP 15 (remove_files) COMPLETE
41962024-10-31T17:46:46.883Z[ recovery-image] Oct 31 17:46:45.484 INFO O| Oct 31 17:46:45.484 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-31T17:46:46.929Z[ recovery-image] Oct 31 17:46:45.529 INFO O| Oct 31 17:46:45.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41982024-10-31T17:46:47.220Z[ recovery-image] Oct 31 17:46:45.821 INFO O| Oct 31 17:46:45.821 INFO STEP 16 (remove_files) COMPLETE
41992024-10-31T17:46:47.221Z[ recovery-image] Oct 31 17:46:45.821 INFO O| Oct 31 17:46:45.821 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-31T17:46:47.239Z[ recovery-image] Oct 31 17:46:45.839 INFO O| Oct 31 17:46:45.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
42012024-10-31T17:46:47.241Z[ recovery-image] Oct 31 17:46:45.840 INFO O| Oct 31 17:46:45.840 INFO STEP 17 (remove_files) COMPLETE
42022024-10-31T17:46:47.241Z[ recovery-image] Oct 31 17:46:45.840 INFO O| Oct 31 17:46:45.840 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-31T17:46:47.257Z[ recovery-image] Oct 31 17:46:45.857 INFO O| Oct 31 17:46:45.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
42042024-10-31T17:46:47.283Z[ recovery-image] Oct 31 17:46:45.884 INFO O| Oct 31 17:46:45.884 INFO STEP 18 (remove_files) COMPLETE
42052024-10-31T17:46:47.283Z[ recovery-image] Oct 31 17:46:45.884 INFO O| Oct 31 17:46:45.884 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-31T17:46:47.304Z[ recovery-image] Oct 31 17:46:45.904 INFO O| Oct 31 17:46:45.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
42072024-10-31T17:46:47.525Z[ host-image] Oct 31 17:46:46.125 INFO O| Oct 31 17:46:46.125 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42082024-10-31T17:46:47.570Z[ recovery-image] Oct 31 17:46:46.170 INFO O| Oct 31 17:46:46.170 INFO STEP 19 (remove_files) COMPLETE
42092024-10-31T17:46:47.570Z[ recovery-image] Oct 31 17:46:46.170 INFO O| Oct 31 17:46:46.170 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-10-31T17:46:47.614Z[ recovery-image] Oct 31 17:46:46.214 INFO O| Oct 31 17:46:46.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42112024-10-31T17:46:47.644Z[ recovery-image] Oct 31 17:46:46.244 INFO O| Oct 31 17:46:46.244 INFO STEP 20 (remove_files) COMPLETE
42122024-10-31T17:46:47.644Z[ recovery-image] Oct 31 17:46:46.244 INFO O| Oct 31 17:46:46.244 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-10-31T17:46:47.695Z[ recovery-image] Oct 31 17:46:46.295 INFO O| Oct 31 17:46:46.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42142024-10-31T17:46:47.719Z[ recovery-image] Oct 31 17:46:46.319 INFO O| Oct 31 17:46:46.319 INFO STEP 21 (remove_files) COMPLETE
42152024-10-31T17:46:47.719Z[ recovery-image] Oct 31 17:46:46.319 INFO O| Oct 31 17:46:46.319 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-10-31T17:46:47.774Z[ recovery-image] Oct 31 17:46:46.375 INFO O| Oct 31 17:46:46.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42172024-10-31T17:46:47.777Z[ recovery-image] Oct 31 17:46:46.375 INFO O| Oct 31 17:46:46.375 INFO STEP 22 (remove_files) COMPLETE
42182024-10-31T17:46:47.777Z[ recovery-image] Oct 31 17:46:46.375 INFO O| Oct 31 17:46:46.375 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-10-31T17:46:47.797Z[ recovery-image] Oct 31 17:46:46.397 INFO O| Oct 31 17:46:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42202024-10-31T17:46:47.819Z[ recovery-image] Oct 31 17:46:46.420 INFO O| Oct 31 17:46:46.420 INFO STEP 23 (remove_files) COMPLETE
42212024-10-31T17:46:47.822Z[ recovery-image] Oct 31 17:46:46.420 INFO O| Oct 31 17:46:46.420 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-10-31T17:46:47.869Z[ recovery-image] Oct 31 17:46:46.469 INFO O| Oct 31 17:46:46.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42232024-10-31T17:46:47.891Z[ recovery-image] Oct 31 17:46:46.492 INFO O| Oct 31 17:46:46.492 INFO STEP 24 (remove_files) COMPLETE
42242024-10-31T17:46:47.891Z[ recovery-image] Oct 31 17:46:46.492 INFO O| Oct 31 17:46:46.492 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-10-31T17:46:47.948Z[ recovery-image] Oct 31 17:46:46.548 INFO O| Oct 31 17:46:46.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42262024-10-31T17:46:47.948Z[ recovery-image] Oct 31 17:46:46.548 INFO O| Oct 31 17:46:46.548 INFO STEP 25 (remove_files) COMPLETE
42272024-10-31T17:46:47.950Z[ recovery-image] Oct 31 17:46:46.548 INFO O| Oct 31 17:46:46.548 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-10-31T17:46:47.967Z[ recovery-image] Oct 31 17:46:46.567 INFO O| Oct 31 17:46:46.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42292024-10-31T17:46:47.969Z[ recovery-image] Oct 31 17:46:46.567 INFO O| Oct 31 17:46:46.567 INFO STEP 26 (remove_files) COMPLETE
42302024-10-31T17:46:47.969Z[ recovery-image] Oct 31 17:46:46.567 INFO O| Oct 31 17:46:46.567 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-10-31T17:46:48.153Z[ recovery-image] Oct 31 17:46:46.753 INFO O| Oct 31 17:46:46.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42322024-10-31T17:46:48.153Z[ recovery-image] Oct 31 17:46:46.753 INFO O| Oct 31 17:46:46.753 INFO STEP 27 (remove_files) COMPLETE
42332024-10-31T17:46:48.153Z[ recovery-image] Oct 31 17:46:46.753 INFO O| Oct 31 17:46:46.753 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-10-31T17:46:48.181Z[ recovery-image] Oct 31 17:46:46.781 INFO O| Oct 31 17:46:46.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42352024-10-31T17:46:48.202Z[ recovery-image] Oct 31 17:46:46.802 INFO O| Oct 31 17:46:46.802 INFO STEP 28 (remove_files) COMPLETE
42362024-10-31T17:46:48.202Z[ recovery-image] Oct 31 17:46:46.802 INFO O| Oct 31 17:46:46.802 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-10-31T17:46:48.232Z[ recovery-image] Oct 31 17:46:46.831 INFO O| Oct 31 17:46:46.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42382024-10-31T17:46:48.232Z[ recovery-image] Oct 31 17:46:46.831 INFO O| Oct 31 17:46:46.831 INFO STEP 29 (remove_files) COMPLETE
42392024-10-31T17:46:48.232Z[ recovery-image] Oct 31 17:46:46.832 INFO O| Oct 31 17:46:46.831 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-10-31T17:46:48.271Z[ recovery-image] Oct 31 17:46:46.871 INFO O| Oct 31 17:46:46.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42412024-10-31T17:46:48.271Z[ recovery-image] Oct 31 17:46:46.871 INFO O| Oct 31 17:46:46.871 INFO STEP 30 (remove_files) COMPLETE
42422024-10-31T17:46:48.271Z[ recovery-image] Oct 31 17:46:46.871 INFO O| Oct 31 17:46:46.871 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-10-31T17:46:48.289Z[ recovery-image] Oct 31 17:46:46.890 INFO O| Oct 31 17:46:46.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42442024-10-31T17:46:48.289Z[ recovery-image] Oct 31 17:46:46.890 INFO O| Oct 31 17:46:46.890 INFO STEP 31 (remove_files) COMPLETE
42452024-10-31T17:46:48.289Z[ recovery-image] Oct 31 17:46:46.890 INFO O| Oct 31 17:46:46.890 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-10-31T17:46:48.310Z[ recovery-image] Oct 31 17:46:46.909 INFO O| Oct 31 17:46:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42472024-10-31T17:46:48.310Z[ recovery-image] Oct 31 17:46:46.909 INFO O| Oct 31 17:46:46.909 INFO STEP 32 (remove_files) COMPLETE
42482024-10-31T17:46:48.310Z[ recovery-image] Oct 31 17:46:46.909 INFO O| Oct 31 17:46:46.909 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-10-31T17:46:48.344Z[ recovery-image] Oct 31 17:46:46.944 INFO O| Oct 31 17:46:46.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42502024-10-31T17:46:48.344Z[ recovery-image] Oct 31 17:46:46.944 INFO O| Oct 31 17:46:46.944 INFO STEP 33 (remove_files) COMPLETE
42512024-10-31T17:46:48.346Z[ recovery-image] Oct 31 17:46:46.944 INFO O| Oct 31 17:46:46.944 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-10-31T17:46:48.383Z[ recovery-image] Oct 31 17:46:46.983 INFO O| Oct 31 17:46:46.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42532024-10-31T17:46:48.383Z[ recovery-image] Oct 31 17:46:46.983 INFO O| Oct 31 17:46:46.983 INFO STEP 34 (remove_files) COMPLETE
42542024-10-31T17:46:48.383Z[ recovery-image] Oct 31 17:46:46.983 INFO O| Oct 31 17:46:46.983 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-10-31T17:46:48.430Z[ recovery-image] Oct 31 17:46:47.030 INFO O| Oct 31 17:46:47.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42562024-10-31T17:46:48.430Z[ recovery-image] Oct 31 17:46:47.030 INFO O| Oct 31 17:46:47.030 INFO STEP 35 (remove_files) COMPLETE
42572024-10-31T17:46:48.430Z[ recovery-image] Oct 31 17:46:47.030 INFO O| Oct 31 17:46:47.030 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-10-31T17:46:48.491Z[ recovery-image] Oct 31 17:46:47.091 INFO O| Oct 31 17:46:47.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42592024-10-31T17:46:48.491Z[ recovery-image] Oct 31 17:46:47.092 INFO O| Oct 31 17:46:47.092 INFO STEP 36 (remove_files) COMPLETE
42602024-10-31T17:46:48.491Z[ recovery-image] Oct 31 17:46:47.092 INFO O| Oct 31 17:46:47.092 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-10-31T17:46:48.515Z[ recovery-image] Oct 31 17:46:47.115 INFO O| Oct 31 17:46:47.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42622024-10-31T17:46:48.518Z[ recovery-image] Oct 31 17:46:47.119 INFO O| Oct 31 17:46:47.119 INFO STEP 37 (remove_files) COMPLETE
42632024-10-31T17:46:48.518Z[ recovery-image] Oct 31 17:46:47.119 INFO O| Oct 31 17:46:47.119 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-10-31T17:46:48.538Z[ recovery-image] Oct 31 17:46:47.138 INFO O| Oct 31 17:46:47.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42652024-10-31T17:46:48.538Z[ recovery-image] Oct 31 17:46:47.138 INFO O| Oct 31 17:46:47.138 INFO STEP 38 (remove_files) COMPLETE
42662024-10-31T17:46:48.538Z[ recovery-image] Oct 31 17:46:47.138 INFO O| Oct 31 17:46:47.138 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-31T17:46:48.572Z[ recovery-image] Oct 31 17:46:47.172 INFO O| Oct 31 17:46:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42682024-10-31T17:46:48.572Z[ recovery-image] Oct 31 17:46:47.172 INFO O| Oct 31 17:46:47.172 INFO STEP 39 (remove_files) COMPLETE
42692024-10-31T17:46:48.572Z[ recovery-image] Oct 31 17:46:47.172 INFO O| Oct 31 17:46:47.172 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-31T17:46:48.615Z[ recovery-image] Oct 31 17:46:47.214 INFO O| Oct 31 17:46:47.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42712024-10-31T17:46:48.615Z[ recovery-image] Oct 31 17:46:47.215 INFO O| Oct 31 17:46:47.214 INFO STEP 40 (remove_files) COMPLETE
42722024-10-31T17:46:48.615Z[ recovery-image] Oct 31 17:46:47.215 INFO O| Oct 31 17:46:47.214 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-31T17:46:48.633Z[ recovery-image] Oct 31 17:46:47.233 INFO O| Oct 31 17:46:47.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42742024-10-31T17:46:48.634Z[ recovery-image] Oct 31 17:46:47.233 INFO O| Oct 31 17:46:47.233 INFO STEP 41 (remove_files) COMPLETE
42752024-10-31T17:46:48.634Z[ recovery-image] Oct 31 17:46:47.233 INFO O| Oct 31 17:46:47.233 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-31T17:46:48.662Z[ recovery-image] Oct 31 17:46:47.262 INFO O| Oct 31 17:46:47.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42772024-10-31T17:46:48.662Z[ recovery-image] Oct 31 17:46:47.262 INFO O| Oct 31 17:46:47.262 INFO STEP 42 (remove_files) COMPLETE
42782024-10-31T17:46:48.665Z[ recovery-image] Oct 31 17:46:47.262 INFO O| Oct 31 17:46:47.262 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-31T17:46:48.681Z[ recovery-image] Oct 31 17:46:47.281 INFO O| Oct 31 17:46:47.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42802024-10-31T17:46:48.681Z[ recovery-image] Oct 31 17:46:47.281 INFO O| Oct 31 17:46:47.281 INFO STEP 43 (remove_files) COMPLETE
42812024-10-31T17:46:48.681Z[ recovery-image] Oct 31 17:46:47.281 INFO O| Oct 31 17:46:47.281 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-31T17:46:48.699Z[ recovery-image] Oct 31 17:46:47.298 INFO O| Oct 31 17:46:47.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42832024-10-31T17:46:48.699Z[ recovery-image] Oct 31 17:46:47.299 INFO O| Oct 31 17:46:47.298 INFO STEP 44 (remove_files) COMPLETE
42842024-10-31T17:46:48.699Z[ recovery-image] Oct 31 17:46:47.299 INFO O| Oct 31 17:46:47.299 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-31T17:46:48.716Z[ recovery-image] Oct 31 17:46:47.316 INFO O| Oct 31 17:46:47.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42862024-10-31T17:46:48.723Z[ recovery-image] Oct 31 17:46:47.323 INFO O| Oct 31 17:46:47.323 INFO STEP 45 (remove_files) COMPLETE
42872024-10-31T17:46:48.723Z[ recovery-image] Oct 31 17:46:47.323 INFO O| Oct 31 17:46:47.323 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-31T17:46:48.798Z[ recovery-image] Oct 31 17:46:47.398 INFO O| Oct 31 17:46:47.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42892024-10-31T17:46:48.800Z[ recovery-image] Oct 31 17:46:47.398 INFO O| Oct 31 17:46:47.398 INFO STEP 46 (remove_files) COMPLETE
42902024-10-31T17:46:48.800Z[ recovery-image] Oct 31 17:46:47.398 INFO O| Oct 31 17:46:47.398 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-10-31T17:46:48.885Z[ recovery-image] Oct 31 17:46:47.485 INFO O| Oct 31 17:46:47.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42922024-10-31T17:46:48.888Z[ recovery-image] Oct 31 17:46:47.485 INFO O| Oct 31 17:46:47.485 INFO STEP 47 (remove_files) COMPLETE
42932024-10-31T17:46:48.888Z[ recovery-image] Oct 31 17:46:47.485 INFO O| Oct 31 17:46:47.485 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-10-31T17:46:49.005Z[ recovery-image] Oct 31 17:46:47.582 INFO O| Oct 31 17:46:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42952024-10-31T17:46:49.005Z[ recovery-image] Oct 31 17:46:47.582 INFO O| Oct 31 17:46:47.582 INFO STEP 48 (remove_files) COMPLETE
42962024-10-31T17:46:49.005Z[ recovery-image] Oct 31 17:46:47.582 INFO O| Oct 31 17:46:47.582 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-10-31T17:46:49.005Z[ recovery-image] Oct 31 17:46:47.604 INFO O| Oct 31 17:46:47.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42982024-10-31T17:46:49.005Z[ recovery-image] Oct 31 17:46:47.604 INFO O| Oct 31 17:46:47.604 INFO STEP 49 (remove_files) COMPLETE
42992024-10-31T17:46:49.005Z[ recovery-image] Oct 31 17:46:47.604 INFO O| Oct 31 17:46:47.604 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-10-31T17:46:49.051Z[ recovery-image] Oct 31 17:46:47.651 INFO O| Oct 31 17:46:47.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
43012024-10-31T17:46:49.051Z[ recovery-image] Oct 31 17:46:47.651 INFO O| Oct 31 17:46:47.651 INFO STEP 50 (remove_files) COMPLETE
43022024-10-31T17:46:49.051Z[ recovery-image] Oct 31 17:46:47.651 INFO O| Oct 31 17:46:47.651 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-10-31T17:46:49.074Z[ recovery-image] Oct 31 17:46:47.675 INFO O| Oct 31 17:46:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
43042024-10-31T17:46:49.077Z[ recovery-image] Oct 31 17:46:47.675 INFO O| Oct 31 17:46:47.675 INFO STEP 51 (remove_files) COMPLETE
43052024-10-31T17:46:49.077Z[ recovery-image] Oct 31 17:46:47.675 INFO O| Oct 31 17:46:47.675 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-10-31T17:46:49.098Z[ recovery-image] Oct 31 17:46:47.698 INFO O| Oct 31 17:46:47.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43072024-10-31T17:46:49.098Z[ recovery-image] Oct 31 17:46:47.698 INFO O| Oct 31 17:46:47.698 INFO STEP 52 (remove_files) COMPLETE
43082024-10-31T17:46:49.098Z[ recovery-image] Oct 31 17:46:47.698 INFO O| Oct 31 17:46:47.698 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-10-31T17:46:49.124Z[ recovery-image] Oct 31 17:46:47.724 INFO O| Oct 31 17:46:47.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43102024-10-31T17:46:49.124Z[ recovery-image] Oct 31 17:46:47.725 INFO O| Oct 31 17:46:47.724 INFO STEP 53 (remove_files) COMPLETE
43112024-10-31T17:46:49.124Z[ recovery-image] Oct 31 17:46:47.725 INFO O| Oct 31 17:46:47.725 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-31T17:46:49.144Z[ recovery-image] Oct 31 17:46:47.745 INFO O| Oct 31 17:46:47.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43132024-10-31T17:46:49.145Z[ recovery-image] Oct 31 17:46:47.745 INFO O| Oct 31 17:46:47.745 INFO STEP 54 (remove_files) COMPLETE
43142024-10-31T17:46:49.145Z[ recovery-image] Oct 31 17:46:47.745 INFO O| Oct 31 17:46:47.745 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-31T17:46:49.215Z[ recovery-image] Oct 31 17:46:47.815 INFO O| Oct 31 17:46:47.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43162024-10-31T17:46:49.215Z[ recovery-image] Oct 31 17:46:47.815 INFO O| Oct 31 17:46:47.815 INFO STEP 55 (remove_files) COMPLETE
43172024-10-31T17:46:49.218Z[ recovery-image] Oct 31 17:46:47.815 INFO O| Oct 31 17:46:47.815 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-10-31T17:46:49.242Z[ recovery-image] Oct 31 17:46:47.842 INFO O| Oct 31 17:46:47.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43192024-10-31T17:46:49.244Z[ recovery-image] Oct 31 17:46:47.842 INFO O| Oct 31 17:46:47.842 INFO STEP 56 (remove_files) COMPLETE
43202024-10-31T17:46:49.244Z[ recovery-image] Oct 31 17:46:47.842 INFO O| Oct 31 17:46:47.842 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-31T17:46:49.259Z[ recovery-image] Oct 31 17:46:47.859 INFO O| Oct 31 17:46:47.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43222024-10-31T17:46:49.262Z[ recovery-image] Oct 31 17:46:47.860 INFO O| Oct 31 17:46:47.860 INFO STEP 57 (remove_files) COMPLETE
43232024-10-31T17:46:49.262Z[ recovery-image] Oct 31 17:46:47.860 INFO O| Oct 31 17:46:47.860 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-10-31T17:46:49.278Z[ recovery-image] Oct 31 17:46:47.878 INFO O| Oct 31 17:46:47.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43252024-10-31T17:46:49.280Z[ recovery-image] Oct 31 17:46:47.878 INFO O| Oct 31 17:46:47.878 INFO STEP 58 (remove_files) COMPLETE
43262024-10-31T17:46:49.281Z[ recovery-image] Oct 31 17:46:47.879 INFO O| Oct 31 17:46:47.878 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-10-31T17:46:49.296Z[ recovery-image] Oct 31 17:46:47.896 INFO O| Oct 31 17:46:47.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43282024-10-31T17:46:49.299Z[ recovery-image] Oct 31 17:46:47.897 INFO O| Oct 31 17:46:47.897 INFO STEP 59 (remove_files) COMPLETE
43292024-10-31T17:46:49.299Z[ recovery-image] Oct 31 17:46:47.897 INFO O| Oct 31 17:46:47.897 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-10-31T17:46:49.321Z[ recovery-image] Oct 31 17:46:47.921 INFO O| Oct 31 17:46:47.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43312024-10-31T17:46:49.321Z[ recovery-image] Oct 31 17:46:47.921 INFO O| Oct 31 17:46:47.921 INFO STEP 60 (remove_files) COMPLETE
43322024-10-31T17:46:49.321Z[ recovery-image] Oct 31 17:46:47.921 INFO O| Oct 31 17:46:47.921 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-10-31T17:46:49.342Z[ recovery-image] Oct 31 17:46:47.941 INFO O| Oct 31 17:46:47.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43342024-10-31T17:46:49.342Z[ recovery-image] Oct 31 17:46:47.941 INFO O| Oct 31 17:46:47.941 INFO STEP 61 (remove_files) COMPLETE
43352024-10-31T17:46:49.342Z[ recovery-image] Oct 31 17:46:47.941 INFO O| Oct 31 17:46:47.941 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-10-31T17:46:49.359Z[ recovery-image] Oct 31 17:46:47.959 INFO O| Oct 31 17:46:47.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43372024-10-31T17:46:49.359Z[ recovery-image] Oct 31 17:46:47.959 INFO O| Oct 31 17:46:47.959 INFO STEP 62 (remove_files) COMPLETE
43382024-10-31T17:46:49.359Z[ recovery-image] Oct 31 17:46:47.959 INFO O| Oct 31 17:46:47.959 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-10-31T17:46:49.376Z[ recovery-image] Oct 31 17:46:47.976 INFO O| Oct 31 17:46:47.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43402024-10-31T17:46:49.376Z[ recovery-image] Oct 31 17:46:47.976 INFO O| Oct 31 17:46:47.976 INFO STEP 63 (remove_files) COMPLETE
43412024-10-31T17:46:49.378Z[ recovery-image] Oct 31 17:46:47.976 INFO O| Oct 31 17:46:47.976 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-10-31T17:46:49.393Z[ recovery-image] Oct 31 17:46:47.993 INFO O| Oct 31 17:46:47.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43432024-10-31T17:46:49.393Z[ recovery-image] Oct 31 17:46:47.993 INFO O| Oct 31 17:46:47.993 INFO STEP 64 (remove_files) COMPLETE
43442024-10-31T17:46:49.396Z[ recovery-image] Oct 31 17:46:47.993 INFO O| Oct 31 17:46:47.993 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-31T17:46:49.414Z[ recovery-image] Oct 31 17:46:48.014 INFO O| Oct 31 17:46:48.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43462024-10-31T17:46:49.417Z[ recovery-image] Oct 31 17:46:48.014 INFO O| Oct 31 17:46:48.014 INFO STEP 65 (remove_files) COMPLETE
43472024-10-31T17:46:49.417Z[ recovery-image] Oct 31 17:46:48.014 INFO O| Oct 31 17:46:48.014 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-10-31T17:46:49.435Z[ recovery-image] Oct 31 17:46:48.035 INFO O| Oct 31 17:46:48.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43492024-10-31T17:46:49.437Z[ recovery-image] Oct 31 17:46:48.035 INFO O| Oct 31 17:46:48.035 INFO STEP 66 (remove_files) COMPLETE
43502024-10-31T17:46:49.437Z[ recovery-image] Oct 31 17:46:48.035 INFO O| Oct 31 17:46:48.035 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-10-31T17:46:49.454Z[ recovery-image] Oct 31 17:46:48.054 INFO O| Oct 31 17:46:48.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43522024-10-31T17:46:49.456Z[ recovery-image] Oct 31 17:46:48.054 INFO O| Oct 31 17:46:48.054 INFO STEP 67 (remove_files) COMPLETE
43532024-10-31T17:46:49.456Z[ recovery-image] Oct 31 17:46:48.054 INFO O| Oct 31 17:46:48.054 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-10-31T17:46:49.472Z[ recovery-image] Oct 31 17:46:48.072 INFO O| Oct 31 17:46:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43552024-10-31T17:46:49.475Z[ recovery-image] Oct 31 17:46:48.073 INFO O| Oct 31 17:46:48.072 INFO STEP 68 (remove_files) COMPLETE
43562024-10-31T17:46:49.475Z[ recovery-image] Oct 31 17:46:48.073 INFO O| Oct 31 17:46:48.073 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-10-31T17:46:49.492Z[ recovery-image] Oct 31 17:46:48.092 INFO O| Oct 31 17:46:48.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43582024-10-31T17:46:49.495Z[ recovery-image] Oct 31 17:46:48.092 INFO O| Oct 31 17:46:48.092 INFO STEP 69 (remove_files) COMPLETE
43592024-10-31T17:46:49.495Z[ recovery-image] Oct 31 17:46:48.092 INFO O| Oct 31 17:46:48.092 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-10-31T17:46:49.513Z[ recovery-image] Oct 31 17:46:48.112 INFO O| Oct 31 17:46:48.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43612024-10-31T17:46:49.513Z[ recovery-image] Oct 31 17:46:48.112 INFO O| Oct 31 17:46:48.112 INFO STEP 70 (remove_files) COMPLETE
43622024-10-31T17:46:49.513Z[ recovery-image] Oct 31 17:46:48.112 INFO O| Oct 31 17:46:48.112 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-31T17:46:49.540Z[ recovery-image] Oct 31 17:46:48.140 INFO O| Oct 31 17:46:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43642024-10-31T17:46:49.540Z[ recovery-image] Oct 31 17:46:48.140 INFO O| Oct 31 17:46:48.140 INFO STEP 71 (remove_files) COMPLETE
43652024-10-31T17:46:49.540Z[ recovery-image] Oct 31 17:46:48.140 INFO O| Oct 31 17:46:48.140 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-31T17:46:49.576Z[ recovery-image] Oct 31 17:46:48.176 INFO O| Oct 31 17:46:48.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43672024-10-31T17:46:49.576Z[ recovery-image] Oct 31 17:46:48.176 INFO O| Oct 31 17:46:48.176 INFO STEP 72 (remove_files) COMPLETE
43682024-10-31T17:46:49.576Z[ recovery-image] Oct 31 17:46:48.176 INFO O| Oct 31 17:46:48.176 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-10-31T17:46:49.618Z[ recovery-image] Oct 31 17:46:48.218 INFO O| Oct 31 17:46:48.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43702024-10-31T17:46:49.620Z[ recovery-image] Oct 31 17:46:48.218 INFO O| Oct 31 17:46:48.218 INFO STEP 73 (remove_files) COMPLETE
43712024-10-31T17:46:49.621Z[ recovery-image] Oct 31 17:46:48.218 INFO O| Oct 31 17:46:48.218 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-10-31T17:46:49.636Z[ recovery-image] Oct 31 17:46:48.236 INFO O| Oct 31 17:46:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43732024-10-31T17:46:49.638Z[ recovery-image] Oct 31 17:46:48.236 INFO O| Oct 31 17:46:48.236 INFO STEP 74 (remove_files) COMPLETE
43742024-10-31T17:46:49.638Z[ recovery-image] Oct 31 17:46:48.236 INFO O| Oct 31 17:46:48.236 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-10-31T17:46:49.654Z[ recovery-image] Oct 31 17:46:48.254 INFO O| Oct 31 17:46:48.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43762024-10-31T17:46:49.657Z[ recovery-image] Oct 31 17:46:48.254 INFO O| Oct 31 17:46:48.254 INFO STEP 75 (remove_files) COMPLETE
43772024-10-31T17:46:49.657Z[ recovery-image] Oct 31 17:46:48.254 INFO O| Oct 31 17:46:48.254 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-10-31T17:46:49.673Z[ recovery-image] Oct 31 17:46:48.273 INFO O| Oct 31 17:46:48.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43792024-10-31T17:46:49.676Z[ recovery-image] Oct 31 17:46:48.274 INFO O| Oct 31 17:46:48.274 INFO STEP 76 (remove_files) COMPLETE
43802024-10-31T17:46:49.676Z[ recovery-image] Oct 31 17:46:48.274 INFO O| Oct 31 17:46:48.274 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-10-31T17:46:49.692Z[ recovery-image] Oct 31 17:46:48.292 INFO O| Oct 31 17:46:48.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43822024-10-31T17:46:49.695Z[ recovery-image] Oct 31 17:46:48.292 INFO O| Oct 31 17:46:48.292 INFO STEP 77 (remove_files) COMPLETE
43832024-10-31T17:46:49.695Z[ recovery-image] Oct 31 17:46:48.293 INFO O| Oct 31 17:46:48.292 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-10-31T17:46:49.729Z[ recovery-image] Oct 31 17:46:48.329 INFO O| Oct 31 17:46:48.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43852024-10-31T17:46:49.732Z[ recovery-image] Oct 31 17:46:48.329 INFO O| Oct 31 17:46:48.329 INFO STEP 78 (remove_files) COMPLETE
43862024-10-31T17:46:49.732Z[ recovery-image] Oct 31 17:46:48.329 INFO O| Oct 31 17:46:48.329 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-10-31T17:46:49.749Z[ recovery-image] Oct 31 17:46:48.349 INFO O| Oct 31 17:46:48.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43882024-10-31T17:46:49.752Z[ recovery-image] Oct 31 17:46:48.349 INFO O| Oct 31 17:46:48.349 INFO STEP 79 (remove_files) COMPLETE
43892024-10-31T17:46:49.752Z[ recovery-image] Oct 31 17:46:48.350 INFO O| Oct 31 17:46:48.349 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-10-31T17:46:49.790Z[ recovery-image] Oct 31 17:46:48.390 INFO O| Oct 31 17:46:48.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43912024-10-31T17:46:49.792Z[ recovery-image] Oct 31 17:46:48.390 INFO O| Oct 31 17:46:48.390 INFO STEP 80 (remove_files) COMPLETE
43922024-10-31T17:46:49.792Z[ recovery-image] Oct 31 17:46:48.390 INFO O| Oct 31 17:46:48.390 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-10-31T17:46:49.820Z[ recovery-image] Oct 31 17:46:48.420 INFO O| Oct 31 17:46:48.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43942024-10-31T17:46:49.820Z[ recovery-image] Oct 31 17:46:48.420 INFO O| Oct 31 17:46:48.420 INFO STEP 81 (remove_files) COMPLETE
43952024-10-31T17:46:49.820Z[ recovery-image] Oct 31 17:46:48.420 INFO O| Oct 31 17:46:48.420 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-31T17:46:49.840Z[ recovery-image] Oct 31 17:46:48.440 INFO O| Oct 31 17:46:48.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43972024-10-31T17:46:49.840Z[ recovery-image] Oct 31 17:46:48.440 INFO O| Oct 31 17:46:48.440 INFO STEP 82 (remove_files) COMPLETE
43982024-10-31T17:46:49.840Z[ recovery-image] Oct 31 17:46:48.440 INFO O| Oct 31 17:46:48.440 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-10-31T17:46:49.859Z[ recovery-image] Oct 31 17:46:48.458 INFO O| Oct 31 17:46:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
44002024-10-31T17:46:49.859Z[ recovery-image] Oct 31 17:46:48.459 INFO O| Oct 31 17:46:48.458 INFO STEP 83 (remove_files) COMPLETE
44012024-10-31T17:46:49.859Z[ recovery-image] Oct 31 17:46:48.459 INFO O| Oct 31 17:46:48.459 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-10-31T17:46:49.878Z[ recovery-image] Oct 31 17:46:48.478 INFO O| Oct 31 17:46:48.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
44032024-10-31T17:46:49.878Z[ recovery-image] Oct 31 17:46:48.478 INFO O| Oct 31 17:46:48.478 INFO STEP 84 (remove_files) COMPLETE
44042024-10-31T17:46:49.878Z[ recovery-image] Oct 31 17:46:48.478 INFO O| Oct 31 17:46:48.478 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-10-31T17:46:49.899Z[ recovery-image] Oct 31 17:46:48.499 INFO O| Oct 31 17:46:48.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44062024-10-31T17:46:49.900Z[ recovery-image] Oct 31 17:46:48.500 INFO O| Oct 31 17:46:48.499 INFO STEP 85 (remove_files) COMPLETE
44072024-10-31T17:46:49.900Z[ recovery-image] Oct 31 17:46:48.500 INFO O| Oct 31 17:46:48.500 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-10-31T17:46:49.917Z[ recovery-image] Oct 31 17:46:48.517 INFO O| Oct 31 17:46:48.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44092024-10-31T17:46:49.917Z[ recovery-image] Oct 31 17:46:48.517 INFO O| Oct 31 17:46:48.517 INFO STEP 86 (remove_files) COMPLETE
44102024-10-31T17:46:49.920Z[ recovery-image] Oct 31 17:46:48.518 INFO O| Oct 31 17:46:48.517 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-31T17:46:49.974Z[ recovery-image] Oct 31 17:46:48.574 INFO O| Oct 31 17:46:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44122024-10-31T17:46:49.974Z[ recovery-image] Oct 31 17:46:48.574 INFO O| Oct 31 17:46:48.574 INFO STEP 87 (remove_files) COMPLETE
44132024-10-31T17:46:49.974Z[ recovery-image] Oct 31 17:46:48.574 INFO O| Oct 31 17:46:48.574 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-31T17:46:50.003Z[ recovery-image] Oct 31 17:46:48.603 INFO O| Oct 31 17:46:48.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44152024-10-31T17:46:50.003Z[ recovery-image] Oct 31 17:46:48.603 INFO O| Oct 31 17:46:48.603 INFO STEP 88 (remove_files) COMPLETE
44162024-10-31T17:46:50.006Z[ recovery-image] Oct 31 17:46:48.604 INFO O| Oct 31 17:46:48.603 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-31T17:46:50.043Z[ recovery-image] Oct 31 17:46:48.643 INFO O| Oct 31 17:46:48.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44182024-10-31T17:46:50.043Z[ recovery-image] Oct 31 17:46:48.643 INFO O| Oct 31 17:46:48.643 INFO STEP 89 (remove_files) COMPLETE
44192024-10-31T17:46:50.046Z[ recovery-image] Oct 31 17:46:48.643 INFO O| Oct 31 17:46:48.643 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-10-31T17:46:50.061Z[ recovery-image] Oct 31 17:46:48.661 INFO O| Oct 31 17:46:48.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44212024-10-31T17:46:50.061Z[ recovery-image] Oct 31 17:46:48.661 INFO O| Oct 31 17:46:48.661 INFO STEP 90 (remove_files) COMPLETE
44222024-10-31T17:46:50.064Z[ recovery-image] Oct 31 17:46:48.661 INFO O| Oct 31 17:46:48.661 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-10-31T17:46:50.080Z[ recovery-image] Oct 31 17:46:48.680 INFO O| Oct 31 17:46:48.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44242024-10-31T17:46:50.080Z[ recovery-image] Oct 31 17:46:48.680 INFO O| Oct 31 17:46:48.680 INFO STEP 91 (remove_files) COMPLETE
44252024-10-31T17:46:50.080Z[ recovery-image] Oct 31 17:46:48.680 INFO O| Oct 31 17:46:48.680 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-10-31T17:46:50.100Z[ recovery-image] Oct 31 17:46:48.699 INFO O| Oct 31 17:46:48.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44272024-10-31T17:46:50.100Z[ recovery-image] Oct 31 17:46:48.700 INFO O| Oct 31 17:46:48.700 INFO STEP 92 (remove_files) COMPLETE
44282024-10-31T17:46:50.100Z[ recovery-image] Oct 31 17:46:48.700 INFO O| Oct 31 17:46:48.700 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-31T17:46:50.130Z[ recovery-image] Oct 31 17:46:48.730 INFO O| Oct 31 17:46:48.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44302024-10-31T17:46:50.130Z[ recovery-image] Oct 31 17:46:48.730 INFO O| Oct 31 17:46:48.730 INFO STEP 93 (remove_files) COMPLETE
44312024-10-31T17:46:50.132Z[ recovery-image] Oct 31 17:46:48.730 INFO O| Oct 31 17:46:48.730 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-31T17:46:50.176Z[ recovery-image] Oct 31 17:46:48.774 INFO O| Oct 31 17:46:48.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44332024-10-31T17:46:50.176Z[ recovery-image] Oct 31 17:46:48.775 INFO O| Oct 31 17:46:48.775 INFO STEP 94 (remove_files) COMPLETE
44342024-10-31T17:46:50.178Z[ recovery-image] Oct 31 17:46:48.775 INFO O| Oct 31 17:46:48.775 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-10-31T17:46:50.196Z[ recovery-image] Oct 31 17:46:48.795 INFO O| Oct 31 17:46:48.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44362024-10-31T17:46:50.196Z[ recovery-image] Oct 31 17:46:48.796 INFO O| Oct 31 17:46:48.796 INFO STEP 95 (remove_files) COMPLETE
44372024-10-31T17:46:50.196Z[ recovery-image] Oct 31 17:46:48.796 INFO O| Oct 31 17:46:48.796 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-31T17:46:50.214Z[ recovery-image] Oct 31 17:46:48.814 INFO O| Oct 31 17:46:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44392024-10-31T17:46:50.223Z[ recovery-image] Oct 31 17:46:48.822 INFO O| Oct 31 17:46:48.822 INFO STEP 96 (remove_files) COMPLETE
44402024-10-31T17:46:50.223Z[ recovery-image] Oct 31 17:46:48.822 INFO O| Oct 31 17:46:48.822 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-31T17:46:50.278Z[ recovery-image] Oct 31 17:46:48.877 INFO O| Oct 31 17:46:48.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44422024-10-31T17:46:50.278Z[ recovery-image] Oct 31 17:46:48.877 INFO O| Oct 31 17:46:48.877 INFO STEP 97 (remove_files) COMPLETE
44432024-10-31T17:46:50.278Z[ recovery-image] Oct 31 17:46:48.877 INFO O| Oct 31 17:46:48.877 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-10-31T17:46:50.309Z[ recovery-image] Oct 31 17:46:48.908 INFO O| Oct 31 17:46:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44452024-10-31T17:46:50.309Z[ recovery-image] Oct 31 17:46:48.908 INFO O| Oct 31 17:46:48.908 INFO STEP 98 (remove_files) COMPLETE
44462024-10-31T17:46:50.309Z[ recovery-image] Oct 31 17:46:48.908 INFO O| Oct 31 17:46:48.908 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-31T17:46:50.341Z[ recovery-image] Oct 31 17:46:48.941 INFO O| Oct 31 17:46:48.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44482024-10-31T17:46:50.341Z[ recovery-image] Oct 31 17:46:48.941 INFO O| Oct 31 17:46:48.941 INFO STEP 99 (remove_files) COMPLETE
44492024-10-31T17:46:50.341Z[ recovery-image] Oct 31 17:46:48.941 INFO O| Oct 31 17:46:48.941 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-31T17:46:50.383Z[ recovery-image] Oct 31 17:46:48.983 INFO O| Oct 31 17:46:48.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44512024-10-31T17:46:50.404Z[ recovery-image] Oct 31 17:46:49.004 INFO O| Oct 31 17:46:49.004 INFO STEP 100 (remove_files) COMPLETE
44522024-10-31T17:46:50.404Z[ recovery-image] Oct 31 17:46:49.004 INFO O| Oct 31 17:46:49.004 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-31T17:46:50.435Z[ recovery-image] Oct 31 17:46:49.035 INFO O| Oct 31 17:46:49.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44542024-10-31T17:46:50.435Z[ recovery-image] Oct 31 17:46:49.035 INFO O| Oct 31 17:46:49.035 INFO STEP 101 (remove_files) COMPLETE
44552024-10-31T17:46:50.435Z[ recovery-image] Oct 31 17:46:49.035 INFO O| Oct 31 17:46:49.035 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-10-31T17:46:50.477Z[ recovery-image] Oct 31 17:46:49.077 INFO O| Oct 31 17:46:49.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44572024-10-31T17:46:50.480Z[ recovery-image] Oct 31 17:46:49.077 INFO O| Oct 31 17:46:49.077 INFO STEP 102 (remove_files) COMPLETE
44582024-10-31T17:46:50.480Z[ recovery-image] Oct 31 17:46:49.077 INFO O| Oct 31 17:46:49.077 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-10-31T17:46:50.496Z[ recovery-image] Oct 31 17:46:49.096 INFO O| Oct 31 17:46:49.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44602024-10-31T17:46:50.499Z[ recovery-image] Oct 31 17:46:49.096 INFO O| Oct 31 17:46:49.096 INFO STEP 103 (remove_files) COMPLETE
44612024-10-31T17:46:50.499Z[ recovery-image] Oct 31 17:46:49.096 INFO O| Oct 31 17:46:49.096 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-31T17:46:50.525Z[ recovery-image] Oct 31 17:46:49.125 INFO O| Oct 31 17:46:49.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44632024-10-31T17:46:50.525Z[ recovery-image] Oct 31 17:46:49.125 INFO O| Oct 31 17:46:49.125 INFO STEP 104 (remove_files) COMPLETE
44642024-10-31T17:46:50.528Z[ recovery-image] Oct 31 17:46:49.125 INFO O| Oct 31 17:46:49.125 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-31T17:46:50.549Z[ recovery-image] Oct 31 17:46:49.148 INFO O| Oct 31 17:46:49.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44662024-10-31T17:46:50.549Z[ recovery-image] Oct 31 17:46:49.148 INFO O| Oct 31 17:46:49.148 INFO STEP 105 (remove_files) COMPLETE
44672024-10-31T17:46:50.549Z[ recovery-image] Oct 31 17:46:49.148 INFO O| Oct 31 17:46:49.148 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-31T17:46:50.582Z[ recovery-image] Oct 31 17:46:49.182 INFO O| Oct 31 17:46:49.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44692024-10-31T17:46:50.583Z[ recovery-image] Oct 31 17:46:49.182 INFO O| Oct 31 17:46:49.182 INFO STEP 106 (remove_files) COMPLETE
44702024-10-31T17:46:50.583Z[ recovery-image] Oct 31 17:46:49.182 INFO O| Oct 31 17:46:49.182 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-10-31T17:46:50.615Z[ recovery-image] Oct 31 17:46:49.215 INFO O| Oct 31 17:46:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44722024-10-31T17:46:50.615Z[ recovery-image] Oct 31 17:46:49.215 INFO O| Oct 31 17:46:49.215 INFO STEP 107 (remove_files) COMPLETE
44732024-10-31T17:46:50.618Z[ recovery-image] Oct 31 17:46:49.215 INFO O| Oct 31 17:46:49.215 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-31T17:46:50.647Z[ recovery-image] Oct 31 17:46:49.247 INFO O| Oct 31 17:46:49.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44752024-10-31T17:46:50.647Z[ recovery-image] Oct 31 17:46:49.247 INFO O| Oct 31 17:46:49.247 INFO STEP 108 (remove_files) COMPLETE
44762024-10-31T17:46:50.650Z[ recovery-image] Oct 31 17:46:49.247 INFO O| Oct 31 17:46:49.247 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-31T17:46:50.666Z[ recovery-image] Oct 31 17:46:49.266 INFO O| Oct 31 17:46:49.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44782024-10-31T17:46:50.666Z[ recovery-image] Oct 31 17:46:49.266 INFO O| Oct 31 17:46:49.266 INFO STEP 109 (remove_files) COMPLETE
44792024-10-31T17:46:50.668Z[ recovery-image] Oct 31 17:46:49.266 INFO O| Oct 31 17:46:49.266 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-10-31T17:46:50.684Z[ recovery-image] Oct 31 17:46:49.284 INFO O| Oct 31 17:46:49.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44812024-10-31T17:46:50.684Z[ recovery-image] Oct 31 17:46:49.284 INFO O| Oct 31 17:46:49.284 INFO STEP 110 (remove_files) COMPLETE
44822024-10-31T17:46:50.684Z[ recovery-image] Oct 31 17:46:49.284 INFO O| Oct 31 17:46:49.284 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-31T17:46:50.701Z[ recovery-image] Oct 31 17:46:49.301 INFO O| Oct 31 17:46:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44842024-10-31T17:46:50.701Z[ recovery-image] Oct 31 17:46:49.301 INFO O| Oct 31 17:46:49.301 INFO STEP 111 (remove_files) COMPLETE
44852024-10-31T17:46:50.704Z[ recovery-image] Oct 31 17:46:49.301 INFO O| Oct 31 17:46:49.301 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-31T17:46:50.720Z[ recovery-image] Oct 31 17:46:49.319 INFO O| Oct 31 17:46:49.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44872024-10-31T17:46:50.720Z[ recovery-image] Oct 31 17:46:49.319 INFO O| Oct 31 17:46:49.319 INFO STEP 112 (remove_files) COMPLETE
44882024-10-31T17:46:50.722Z[ recovery-image] Oct 31 17:46:49.319 INFO O| Oct 31 17:46:49.319 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-31T17:46:50.739Z[ recovery-image] Oct 31 17:46:49.339 INFO O| Oct 31 17:46:49.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44902024-10-31T17:46:50.739Z[ recovery-image] Oct 31 17:46:49.339 INFO O| Oct 31 17:46:49.339 INFO STEP 113 (remove_files) COMPLETE
44912024-10-31T17:46:50.739Z[ recovery-image] Oct 31 17:46:49.339 INFO O| Oct 31 17:46:49.339 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-31T17:46:50.778Z[ recovery-image] Oct 31 17:46:49.377 INFO O| Oct 31 17:46:49.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44932024-10-31T17:46:50.778Z[ recovery-image] Oct 31 17:46:49.377 INFO O| Oct 31 17:46:49.377 INFO STEP 114 (remove_files) COMPLETE
44942024-10-31T17:46:50.780Z[ recovery-image] Oct 31 17:46:49.377 INFO O| Oct 31 17:46:49.377 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-31T17:46:50.838Z[ recovery-image] Oct 31 17:46:49.438 INFO O| Oct 31 17:46:49.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44962024-10-31T17:46:50.841Z[ recovery-image] Oct 31 17:46:49.438 INFO O| Oct 31 17:46:49.438 INFO STEP 115 (remove_files) COMPLETE
44972024-10-31T17:46:50.841Z[ recovery-image] Oct 31 17:46:49.438 INFO O| Oct 31 17:46:49.438 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-10-31T17:46:50.860Z[ recovery-image] Oct 31 17:46:49.460 INFO O| Oct 31 17:46:49.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44992024-10-31T17:46:50.860Z[ recovery-image] Oct 31 17:46:49.460 INFO O| Oct 31 17:46:49.460 INFO STEP 116 (remove_files) COMPLETE
45002024-10-31T17:46:50.860Z[ recovery-image] Oct 31 17:46:49.460 INFO O| Oct 31 17:46:49.460 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-10-31T17:46:50.882Z[ recovery-image] Oct 31 17:46:49.482 INFO O| Oct 31 17:46:49.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45022024-10-31T17:46:50.882Z[ recovery-image] Oct 31 17:46:49.482 INFO O| Oct 31 17:46:49.482 INFO STEP 117 (remove_files) COMPLETE
45032024-10-31T17:46:50.882Z[ recovery-image] Oct 31 17:46:49.482 INFO O| Oct 31 17:46:49.482 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-31T17:46:50.902Z[ recovery-image] Oct 31 17:46:49.501 INFO O| Oct 31 17:46:49.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45052024-10-31T17:46:50.904Z[ recovery-image] Oct 31 17:46:49.502 INFO O| Oct 31 17:46:49.501 INFO STEP 118 (remove_files) COMPLETE
45062024-10-31T17:46:50.904Z[ recovery-image] Oct 31 17:46:49.502 INFO O| Oct 31 17:46:49.502 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-31T17:46:50.919Z[ recovery-image] Oct 31 17:46:49.519 INFO O| Oct 31 17:46:49.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45082024-10-31T17:46:50.922Z[ recovery-image] Oct 31 17:46:49.519 INFO O| Oct 31 17:46:49.519 INFO STEP 119 (remove_files) COMPLETE
45092024-10-31T17:46:50.922Z[ recovery-image] Oct 31 17:46:49.519 INFO O| Oct 31 17:46:49.519 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-31T17:46:50.936Z[ recovery-image] Oct 31 17:46:49.536 INFO O| Oct 31 17:46:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45112024-10-31T17:46:50.939Z[ recovery-image] Oct 31 17:46:49.536 INFO O| Oct 31 17:46:49.536 INFO STEP 120 (remove_files) COMPLETE
45122024-10-31T17:46:50.939Z[ recovery-image] Oct 31 17:46:49.537 INFO O| Oct 31 17:46:49.536 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-31T17:46:50.954Z[ recovery-image] Oct 31 17:46:49.554 INFO O| Oct 31 17:46:49.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45142024-10-31T17:46:50.957Z[ recovery-image] Oct 31 17:46:49.554 INFO O| Oct 31 17:46:49.554 INFO STEP 121 (remove_files) COMPLETE
45152024-10-31T17:46:50.957Z[ recovery-image] Oct 31 17:46:49.554 INFO O| Oct 31 17:46:49.554 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-31T17:46:50.989Z[ recovery-image] Oct 31 17:46:49.588 INFO O| Oct 31 17:46:49.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45172024-10-31T17:46:50.991Z[ recovery-image] Oct 31 17:46:49.588 INFO O| Oct 31 17:46:49.588 INFO STEP 122 (remove_files) COMPLETE
45182024-10-31T17:46:50.991Z[ recovery-image] Oct 31 17:46:49.589 INFO O| Oct 31 17:46:49.588 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-10-31T17:46:51.009Z[ recovery-image] Oct 31 17:46:49.609 INFO O| Oct 31 17:46:49.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45202024-10-31T17:46:51.009Z[ recovery-image] Oct 31 17:46:49.609 INFO O| Oct 31 17:46:49.609 INFO STEP 123 (remove_files) COMPLETE
45212024-10-31T17:46:51.012Z[ recovery-image] Oct 31 17:46:49.609 INFO O| Oct 31 17:46:49.609 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-10-31T17:46:51.028Z[ recovery-image] Oct 31 17:46:49.628 INFO O| Oct 31 17:46:49.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45232024-10-31T17:46:51.031Z[ recovery-image] Oct 31 17:46:49.628 INFO O| Oct 31 17:46:49.628 INFO STEP 124 (remove_files) COMPLETE
45242024-10-31T17:46:51.031Z[ recovery-image] Oct 31 17:46:49.628 INFO O| Oct 31 17:46:49.628 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-10-31T17:46:51.047Z[ recovery-image] Oct 31 17:46:49.646 INFO O| Oct 31 17:46:49.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45262024-10-31T17:46:51.047Z[ recovery-image] Oct 31 17:46:49.646 INFO O| Oct 31 17:46:49.646 INFO STEP 125 (remove_files) COMPLETE
45272024-10-31T17:46:51.047Z[ recovery-image] Oct 31 17:46:49.646 INFO O| Oct 31 17:46:49.646 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-10-31T17:46:51.066Z[ recovery-image] Oct 31 17:46:49.665 INFO O| Oct 31 17:46:49.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45292024-10-31T17:46:51.066Z[ recovery-image] Oct 31 17:46:49.665 INFO O| Oct 31 17:46:49.665 INFO STEP 126 (remove_files) COMPLETE
45302024-10-31T17:46:51.068Z[ recovery-image] Oct 31 17:46:49.666 INFO O| Oct 31 17:46:49.665 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-10-31T17:46:51.083Z[ recovery-image] Oct 31 17:46:49.683 INFO O| Oct 31 17:46:49.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45322024-10-31T17:46:51.083Z[ recovery-image] Oct 31 17:46:49.683 INFO O| Oct 31 17:46:49.683 INFO STEP 127 (remove_files) COMPLETE
45332024-10-31T17:46:51.083Z[ recovery-image] Oct 31 17:46:49.683 INFO O| Oct 31 17:46:49.683 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-10-31T17:46:51.100Z[ recovery-image] Oct 31 17:46:49.700 INFO O| Oct 31 17:46:49.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45352024-10-31T17:46:51.100Z[ recovery-image] Oct 31 17:46:49.700 INFO O| Oct 31 17:46:49.700 INFO STEP 128 (remove_files) COMPLETE
45362024-10-31T17:46:51.100Z[ recovery-image] Oct 31 17:46:49.700 INFO O| Oct 31 17:46:49.700 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-10-31T17:46:51.117Z[ recovery-image] Oct 31 17:46:49.717 INFO O| Oct 31 17:46:49.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45382024-10-31T17:46:51.117Z[ recovery-image] Oct 31 17:46:49.717 INFO O| Oct 31 17:46:49.717 INFO STEP 129 (remove_files) COMPLETE
45392024-10-31T17:46:51.117Z[ recovery-image] Oct 31 17:46:49.717 INFO O| Oct 31 17:46:49.717 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-10-31T17:46:51.144Z[ recovery-image] Oct 31 17:46:49.744 INFO O| Oct 31 17:46:49.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45412024-10-31T17:46:51.145Z[ recovery-image] Oct 31 17:46:49.744 INFO O| Oct 31 17:46:49.744 INFO STEP 130 (remove_files) COMPLETE
45422024-10-31T17:46:51.147Z[ recovery-image] Oct 31 17:46:49.744 INFO O| Oct 31 17:46:49.744 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-10-31T17:46:51.163Z[ recovery-image] Oct 31 17:46:49.763 INFO O| Oct 31 17:46:49.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45442024-10-31T17:46:51.163Z[ recovery-image] Oct 31 17:46:49.763 INFO O| Oct 31 17:46:49.763 INFO STEP 131 (remove_files) COMPLETE
45452024-10-31T17:46:51.163Z[ recovery-image] Oct 31 17:46:49.763 INFO O| Oct 31 17:46:49.763 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-10-31T17:46:51.181Z[ recovery-image] Oct 31 17:46:49.781 INFO O| Oct 31 17:46:49.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45472024-10-31T17:46:51.181Z[ recovery-image] Oct 31 17:46:49.781 INFO O| Oct 31 17:46:49.781 INFO STEP 132 (remove_files) COMPLETE
45482024-10-31T17:46:51.181Z[ recovery-image] Oct 31 17:46:49.781 INFO O| Oct 31 17:46:49.781 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-10-31T17:46:51.199Z[ recovery-image] Oct 31 17:46:49.799 INFO O| Oct 31 17:46:49.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45502024-10-31T17:46:51.199Z[ recovery-image] Oct 31 17:46:49.799 INFO O| Oct 31 17:46:49.799 INFO STEP 133 (remove_files) COMPLETE
45512024-10-31T17:46:51.202Z[ recovery-image] Oct 31 17:46:49.799 INFO O| Oct 31 17:46:49.799 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-10-31T17:46:51.232Z[ recovery-image] Oct 31 17:46:49.831 INFO O| Oct 31 17:46:49.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45532024-10-31T17:46:51.232Z[ recovery-image] Oct 31 17:46:49.831 INFO O| Oct 31 17:46:49.831 INFO STEP 134 (remove_files) COMPLETE
45542024-10-31T17:46:51.235Z[ recovery-image] Oct 31 17:46:49.831 INFO O| Oct 31 17:46:49.831 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-10-31T17:46:51.252Z[ recovery-image] Oct 31 17:46:49.852 INFO O| Oct 31 17:46:49.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45562024-10-31T17:46:51.252Z[ recovery-image] Oct 31 17:46:49.852 INFO O| Oct 31 17:46:49.852 INFO STEP 135 (remove_files) COMPLETE
45572024-10-31T17:46:51.252Z[ recovery-image] Oct 31 17:46:49.852 INFO O| Oct 31 17:46:49.852 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-10-31T17:46:51.271Z[ recovery-image] Oct 31 17:46:49.870 INFO O| Oct 31 17:46:49.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45592024-10-31T17:46:51.271Z[ recovery-image] Oct 31 17:46:49.871 INFO O| Oct 31 17:46:49.871 INFO STEP 136 (remove_files) COMPLETE
45602024-10-31T17:46:51.271Z[ recovery-image] Oct 31 17:46:49.871 INFO O| Oct 31 17:46:49.871 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-10-31T17:46:51.291Z[ recovery-image] Oct 31 17:46:49.890 INFO O| Oct 31 17:46:49.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45622024-10-31T17:46:51.291Z[ recovery-image] Oct 31 17:46:49.890 INFO O| Oct 31 17:46:49.890 INFO STEP 137 (remove_files) COMPLETE
45632024-10-31T17:46:51.293Z[ recovery-image] Oct 31 17:46:49.891 INFO O| Oct 31 17:46:49.890 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-10-31T17:46:51.309Z[ recovery-image] Oct 31 17:46:49.909 INFO O| Oct 31 17:46:49.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45652024-10-31T17:46:51.309Z[ recovery-image] Oct 31 17:46:49.909 INFO O| Oct 31 17:46:49.909 INFO STEP 138 (remove_files) COMPLETE
45662024-10-31T17:46:51.309Z[ recovery-image] Oct 31 17:46:49.909 INFO O| Oct 31 17:46:49.909 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-10-31T17:46:51.328Z[ recovery-image] Oct 31 17:46:49.928 INFO O| Oct 31 17:46:49.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45682024-10-31T17:46:51.328Z[ recovery-image] Oct 31 17:46:49.928 INFO O| Oct 31 17:46:49.928 INFO STEP 139 (remove_files) COMPLETE
45692024-10-31T17:46:51.328Z[ recovery-image] Oct 31 17:46:49.928 INFO O| Oct 31 17:46:49.928 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-10-31T17:46:51.346Z[ recovery-image] Oct 31 17:46:49.946 INFO O| Oct 31 17:46:49.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45712024-10-31T17:46:51.346Z[ recovery-image] Oct 31 17:46:49.946 INFO O| Oct 31 17:46:49.946 INFO STEP 140 (remove_files) COMPLETE
45722024-10-31T17:46:51.349Z[ recovery-image] Oct 31 17:46:49.946 INFO O| Oct 31 17:46:49.946 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-10-31T17:46:51.365Z[ recovery-image] Oct 31 17:46:49.964 INFO O| Oct 31 17:46:49.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45742024-10-31T17:46:51.365Z[ recovery-image] Oct 31 17:46:49.965 INFO O| Oct 31 17:46:49.965 INFO STEP 141 (remove_files) COMPLETE
45752024-10-31T17:46:51.367Z[ recovery-image] Oct 31 17:46:49.965 INFO O| Oct 31 17:46:49.965 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-10-31T17:46:51.381Z[ recovery-image] Oct 31 17:46:49.981 INFO O| Oct 31 17:46:49.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45772024-10-31T17:46:51.381Z[ recovery-image] Oct 31 17:46:49.981 INFO O| Oct 31 17:46:49.981 INFO STEP 142 (remove_files) COMPLETE
45782024-10-31T17:46:51.383Z[ recovery-image] Oct 31 17:46:49.981 INFO O| Oct 31 17:46:49.981 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-10-31T17:46:51.398Z[ recovery-image] Oct 31 17:46:49.998 INFO O| Oct 31 17:46:49.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45802024-10-31T17:46:51.398Z[ recovery-image] Oct 31 17:46:49.998 INFO O| Oct 31 17:46:49.998 INFO STEP 143 (remove_files) COMPLETE
45812024-10-31T17:46:51.398Z[ recovery-image] Oct 31 17:46:49.998 INFO O| Oct 31 17:46:49.998 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-10-31T17:46:51.416Z[ recovery-image] Oct 31 17:46:50.016 INFO O| Oct 31 17:46:50.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45832024-10-31T17:46:51.416Z[ recovery-image] Oct 31 17:46:50.016 INFO O| Oct 31 17:46:50.016 INFO STEP 144 (remove_files) COMPLETE
45842024-10-31T17:46:51.419Z[ recovery-image] Oct 31 17:46:50.016 INFO O| Oct 31 17:46:50.016 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-10-31T17:46:51.431Z[ host-image] Oct 31 17:46:50.030 INFO O| Oct 31 17:46:50.030 INFO O| Planning: Solver setup ... Done
45862024-10-31T17:46:51.435Z[ recovery-image] Oct 31 17:46:50.035 INFO O| Oct 31 17:46:50.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45872024-10-31T17:46:51.435Z[ recovery-image] Oct 31 17:46:50.035 INFO O| Oct 31 17:46:50.035 INFO STEP 145 (remove_files) COMPLETE
45882024-10-31T17:46:51.435Z[ recovery-image] Oct 31 17:46:50.035 INFO O| Oct 31 17:46:50.035 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-31T17:46:51.438Z[ host-image] Oct 31 17:46:50.037 INFO O| Oct 31 17:46:50.037 INFO O| Planning: Running solver ... Done
45902024-10-31T17:46:51.454Z[ recovery-image] Oct 31 17:46:50.053 INFO O| Oct 31 17:46:50.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45912024-10-31T17:46:51.454Z[ recovery-image] Oct 31 17:46:50.053 INFO O| Oct 31 17:46:50.053 INFO STEP 146 (remove_files) COMPLETE
45922024-10-31T17:46:51.454Z[ recovery-image] Oct 31 17:46:50.053 INFO O| Oct 31 17:46:50.053 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-10-31T17:46:51.472Z[ recovery-image] Oct 31 17:46:50.071 INFO O| Oct 31 17:46:50.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45942024-10-31T17:46:51.472Z[ recovery-image] Oct 31 17:46:50.071 INFO O| Oct 31 17:46:50.071 INFO STEP 147 (remove_files) COMPLETE
45952024-10-31T17:46:51.472Z[ recovery-image] Oct 31 17:46:50.071 INFO O| Oct 31 17:46:50.071 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-10-31T17:46:51.489Z[ recovery-image] Oct 31 17:46:50.089 INFO O| Oct 31 17:46:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45972024-10-31T17:46:51.492Z[ recovery-image] Oct 31 17:46:50.089 INFO O| Oct 31 17:46:50.089 INFO STEP 148 (remove_files) COMPLETE
45982024-10-31T17:46:51.492Z[ recovery-image] Oct 31 17:46:50.089 INFO O| Oct 31 17:46:50.089 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-10-31T17:46:51.508Z[ recovery-image] Oct 31 17:46:50.107 INFO O| Oct 31 17:46:50.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46002024-10-31T17:46:51.508Z[ recovery-image] Oct 31 17:46:50.108 INFO O| Oct 31 17:46:50.107 INFO STEP 149 (remove_files) COMPLETE
46012024-10-31T17:46:51.508Z[ recovery-image] Oct 31 17:46:50.108 INFO O| Oct 31 17:46:50.107 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-10-31T17:46:51.511Z[ host-image] Oct 31 17:46:50.109 INFO O| Oct 31 17:46:50.109 INFO O| Planning: Finding local manifests ... Done
46032024-10-31T17:46:51.513Z[ host-image] Oct 31 17:46:50.111 INFO O| Oct 31 17:46:50.111 INFO O| Planning: Fetching manifests: 0/6 0% complete
46042024-10-31T17:46:51.527Z[ recovery-image] Oct 31 17:46:50.127 INFO O| Oct 31 17:46:50.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46052024-10-31T17:46:51.527Z[ recovery-image] Oct 31 17:46:50.127 INFO O| Oct 31 17:46:50.127 INFO STEP 150 (remove_files) COMPLETE
46062024-10-31T17:46:51.530Z[ recovery-image] Oct 31 17:46:50.127 INFO O| Oct 31 17:46:50.127 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-31T17:46:51.548Z[ recovery-image] Oct 31 17:46:50.147 INFO O| Oct 31 17:46:50.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46082024-10-31T17:46:51.548Z[ recovery-image] Oct 31 17:46:50.147 INFO O| Oct 31 17:46:50.147 INFO STEP 151 (remove_files) COMPLETE
46092024-10-31T17:46:51.551Z[ recovery-image] Oct 31 17:46:50.147 INFO O| Oct 31 17:46:50.147 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-31T17:46:51.567Z[ recovery-image] Oct 31 17:46:50.167 INFO O| Oct 31 17:46:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46112024-10-31T17:46:51.570Z[ recovery-image] Oct 31 17:46:50.167 INFO O| Oct 31 17:46:50.167 INFO STEP 152 (remove_files) COMPLETE
46122024-10-31T17:46:51.570Z[ recovery-image] Oct 31 17:46:50.167 INFO O| Oct 31 17:46:50.167 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-31T17:46:51.586Z[ recovery-image] Oct 31 17:46:50.185 INFO O| Oct 31 17:46:50.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46142024-10-31T17:46:51.589Z[ recovery-image] Oct 31 17:46:50.186 INFO O| Oct 31 17:46:50.186 INFO STEP 153 (remove_files) COMPLETE
46152024-10-31T17:46:51.589Z[ recovery-image] Oct 31 17:46:50.186 INFO O| Oct 31 17:46:50.186 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-31T17:46:51.603Z[ recovery-image] Oct 31 17:46:50.203 INFO O| Oct 31 17:46:50.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46172024-10-31T17:46:51.606Z[ recovery-image] Oct 31 17:46:50.203 INFO O| Oct 31 17:46:50.203 INFO STEP 154 (remove_files) COMPLETE
46182024-10-31T17:46:51.606Z[ recovery-image] Oct 31 17:46:50.203 INFO O| Oct 31 17:46:50.203 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-31T17:46:51.621Z[ recovery-image] Oct 31 17:46:50.221 INFO O| Oct 31 17:46:50.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46202024-10-31T17:46:51.629Z[ recovery-image] Oct 31 17:46:50.221 INFO O| Oct 31 17:46:50.221 INFO STEP 155 (remove_files) COMPLETE
46212024-10-31T17:46:51.629Z[ recovery-image] Oct 31 17:46:50.221 INFO O| Oct 31 17:46:50.221 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-31T17:46:51.639Z[ recovery-image] Oct 31 17:46:50.238 INFO O| Oct 31 17:46:50.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46232024-10-31T17:46:51.645Z[ recovery-image] Oct 31 17:46:50.239 INFO O| Oct 31 17:46:50.238 INFO STEP 156 (remove_files) COMPLETE
46242024-10-31T17:46:51.645Z[ recovery-image] Oct 31 17:46:50.239 INFO O| Oct 31 17:46:50.239 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-31T17:46:51.657Z[ recovery-image] Oct 31 17:46:50.257 INFO O| Oct 31 17:46:50.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46262024-10-31T17:46:51.660Z[ recovery-image] Oct 31 17:46:50.257 INFO O| Oct 31 17:46:50.257 INFO STEP 157 (remove_files) COMPLETE
46272024-10-31T17:46:51.660Z[ recovery-image] Oct 31 17:46:50.257 INFO O| Oct 31 17:46:50.257 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-31T17:46:51.677Z[ recovery-image] Oct 31 17:46:50.276 INFO O| Oct 31 17:46:50.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46292024-10-31T17:46:51.679Z[ recovery-image] Oct 31 17:46:50.277 INFO O| Oct 31 17:46:50.277 INFO STEP 158 (remove_files) COMPLETE
46302024-10-31T17:46:51.679Z[ recovery-image] Oct 31 17:46:50.277 INFO O| Oct 31 17:46:50.277 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-31T17:46:51.696Z[ recovery-image] Oct 31 17:46:50.296 INFO O| Oct 31 17:46:50.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46322024-10-31T17:46:51.696Z[ recovery-image] Oct 31 17:46:50.296 INFO O| Oct 31 17:46:50.296 INFO STEP 159 (remove_files) COMPLETE
46332024-10-31T17:46:51.699Z[ recovery-image] Oct 31 17:46:50.296 INFO O| Oct 31 17:46:50.296 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-31T17:46:51.714Z[ recovery-image] Oct 31 17:46:50.314 INFO O| Oct 31 17:46:50.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46352024-10-31T17:46:51.716Z[ recovery-image] Oct 31 17:46:50.314 INFO O| Oct 31 17:46:50.314 INFO STEP 160 (remove_files) COMPLETE
46362024-10-31T17:46:51.716Z[ recovery-image] Oct 31 17:46:50.314 INFO O| Oct 31 17:46:50.314 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-31T17:46:51.732Z[ recovery-image] Oct 31 17:46:50.332 INFO O| Oct 31 17:46:50.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46382024-10-31T17:46:51.732Z[ recovery-image] Oct 31 17:46:50.332 INFO O| Oct 31 17:46:50.332 INFO STEP 161 (remove_files) COMPLETE
46392024-10-31T17:46:51.732Z[ recovery-image] Oct 31 17:46:50.332 INFO O| Oct 31 17:46:50.332 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-31T17:46:51.750Z[ recovery-image] Oct 31 17:46:50.350 INFO O| Oct 31 17:46:50.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46412024-10-31T17:46:51.750Z[ recovery-image] Oct 31 17:46:50.350 INFO O| Oct 31 17:46:50.350 INFO STEP 162 (remove_files) COMPLETE
46422024-10-31T17:46:51.750Z[ recovery-image] Oct 31 17:46:50.350 INFO O| Oct 31 17:46:50.350 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-31T17:46:51.759Z[ host-image] Oct 31 17:46:50.358 INFO O| Oct 31 17:46:50.358 INFO O| Planning: Fetching manifests: 6/6 100% complete
46442024-10-31T17:46:51.770Z[ recovery-image] Oct 31 17:46:50.369 INFO O| Oct 31 17:46:50.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46452024-10-31T17:46:51.770Z[ recovery-image] Oct 31 17:46:50.370 INFO O| Oct 31 17:46:50.369 INFO STEP 163 (remove_files) COMPLETE
46462024-10-31T17:46:51.770Z[ recovery-image] Oct 31 17:46:50.370 INFO O| Oct 31 17:46:50.369 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-31T17:46:51.789Z[ recovery-image] Oct 31 17:46:50.388 INFO O| Oct 31 17:46:50.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46482024-10-31T17:46:51.789Z[ recovery-image] Oct 31 17:46:50.388 INFO O| Oct 31 17:46:50.388 INFO STEP 164 (remove_files) COMPLETE
46492024-10-31T17:46:51.791Z[ recovery-image] Oct 31 17:46:50.388 INFO O| Oct 31 17:46:50.388 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-31T17:46:51.807Z[ recovery-image] Oct 31 17:46:50.406 INFO O| Oct 31 17:46:50.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46512024-10-31T17:46:51.807Z[ recovery-image] Oct 31 17:46:50.406 INFO O| Oct 31 17:46:50.406 INFO STEP 165 (remove_files) COMPLETE
46522024-10-31T17:46:51.807Z[ recovery-image] Oct 31 17:46:50.406 INFO O| Oct 31 17:46:50.406 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-31T17:46:51.813Z[ host-image] Oct 31 17:46:50.413 INFO O| Oct 31 17:46:50.412 INFO O| Planning: Package planning ... Done
46542024-10-31T17:46:51.826Z[ recovery-image] Oct 31 17:46:50.425 INFO O| Oct 31 17:46:50.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46552024-10-31T17:46:51.829Z[ recovery-image] Oct 31 17:46:50.426 INFO O| Oct 31 17:46:50.426 INFO STEP 166 (remove_files) COMPLETE
46562024-10-31T17:46:51.829Z[ recovery-image] Oct 31 17:46:50.426 INFO O| Oct 31 17:46:50.426 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-10-31T17:46:51.845Z[ recovery-image] Oct 31 17:46:50.445 INFO O| Oct 31 17:46:50.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46582024-10-31T17:46:51.845Z[ recovery-image] Oct 31 17:46:50.445 INFO O| Oct 31 17:46:50.445 INFO STEP 167 (remove_files) COMPLETE
46592024-10-31T17:46:51.848Z[ recovery-image] Oct 31 17:46:50.445 INFO O| Oct 31 17:46:50.445 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-10-31T17:46:51.851Z[ host-image] Oct 31 17:46:50.448 INFO O| Oct 31 17:46:50.448 INFO O| Planning: Merging actions ... Done
46612024-10-31T17:46:51.864Z[ recovery-image] Oct 31 17:46:50.464 INFO O| Oct 31 17:46:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46622024-10-31T17:46:51.864Z[ recovery-image] Oct 31 17:46:50.464 INFO O| Oct 31 17:46:50.464 INFO STEP 168 (remove_files) COMPLETE
46632024-10-31T17:46:51.864Z[ recovery-image] Oct 31 17:46:50.464 INFO O| Oct 31 17:46:50.464 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-31T17:46:51.882Z[ recovery-image] Oct 31 17:46:50.481 INFO O| Oct 31 17:46:50.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46652024-10-31T17:46:51.882Z[ recovery-image] Oct 31 17:46:50.481 INFO O| Oct 31 17:46:50.481 INFO STEP 169 (remove_files) COMPLETE
46662024-10-31T17:46:51.882Z[ recovery-image] Oct 31 17:46:50.481 INFO O| Oct 31 17:46:50.481 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-31T17:46:51.900Z[ recovery-image] Oct 31 17:46:50.500 INFO O| Oct 31 17:46:50.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46682024-10-31T17:46:51.900Z[ recovery-image] Oct 31 17:46:50.500 INFO O| Oct 31 17:46:50.500 INFO STEP 170 (remove_files) COMPLETE
46692024-10-31T17:46:51.903Z[ recovery-image] Oct 31 17:46:50.500 INFO O| Oct 31 17:46:50.500 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-31T17:46:51.918Z[ recovery-image] Oct 31 17:46:50.518 INFO O| Oct 31 17:46:50.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46712024-10-31T17:46:51.918Z[ recovery-image] Oct 31 17:46:50.518 INFO O| Oct 31 17:46:50.518 INFO STEP 171 (remove_files) COMPLETE
46722024-10-31T17:46:51.918Z[ recovery-image] Oct 31 17:46:50.518 INFO O| Oct 31 17:46:50.518 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-31T17:46:51.937Z[ recovery-image] Oct 31 17:46:50.536 INFO O| Oct 31 17:46:50.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46742024-10-31T17:46:51.937Z[ recovery-image] Oct 31 17:46:50.536 INFO O| Oct 31 17:46:50.536 INFO STEP 172 (remove_files) COMPLETE
46752024-10-31T17:46:51.939Z[ recovery-image] Oct 31 17:46:50.536 INFO O| Oct 31 17:46:50.536 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-31T17:46:51.954Z[ recovery-image] Oct 31 17:46:50.554 INFO O| Oct 31 17:46:50.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46772024-10-31T17:46:51.956Z[ recovery-image] Oct 31 17:46:50.554 INFO O| Oct 31 17:46:50.554 INFO STEP 173 (remove_files) COMPLETE
46782024-10-31T17:46:51.956Z[ recovery-image] Oct 31 17:46:50.554 INFO O| Oct 31 17:46:50.554 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-31T17:46:51.972Z[ recovery-image] Oct 31 17:46:50.571 INFO O| Oct 31 17:46:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46802024-10-31T17:46:51.974Z[ recovery-image] Oct 31 17:46:50.571 INFO O| Oct 31 17:46:50.571 INFO STEP 174 (remove_files) COMPLETE
46812024-10-31T17:46:51.974Z[ recovery-image] Oct 31 17:46:50.571 INFO O| Oct 31 17:46:50.571 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-31T17:46:51.981Z[ host-image] Oct 31 17:46:50.581 INFO O| Oct 31 17:46:50.581 INFO O| Planning: Checking for conflicting actions ... Done
46832024-10-31T17:46:51.989Z[ host-image] Oct 31 17:46:50.588 INFO O| Oct 31 17:46:50.588 INFO O| Planning: Consolidating action changes ... Done
46842024-10-31T17:46:51.991Z[ recovery-image] Oct 31 17:46:50.589 INFO O| Oct 31 17:46:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46852024-10-31T17:46:51.991Z[ recovery-image] Oct 31 17:46:50.589 INFO O| Oct 31 17:46:50.589 INFO STEP 175 (remove_files) COMPLETE
46862024-10-31T17:46:51.991Z[ recovery-image] Oct 31 17:46:50.589 INFO O| Oct 31 17:46:50.589 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-10-31T17:46:52.007Z[ recovery-image] Oct 31 17:46:50.606 INFO O| Oct 31 17:46:50.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46882024-10-31T17:46:52.009Z[ recovery-image] Oct 31 17:46:50.607 INFO O| Oct 31 17:46:50.607 INFO STEP 176 (remove_files) COMPLETE
46892024-10-31T17:46:52.010Z[ recovery-image] Oct 31 17:46:50.607 INFO O| Oct 31 17:46:50.607 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-10-31T17:46:52.026Z[ recovery-image] Oct 31 17:46:50.625 INFO O| Oct 31 17:46:50.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46912024-10-31T17:46:52.028Z[ recovery-image] Oct 31 17:46:50.625 INFO O| Oct 31 17:46:50.625 INFO STEP 177 (remove_files) COMPLETE
46922024-10-31T17:46:52.029Z[ recovery-image] Oct 31 17:46:50.625 INFO O| Oct 31 17:46:50.625 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-10-31T17:46:52.046Z[ recovery-image] Oct 31 17:46:50.645 INFO O| Oct 31 17:46:50.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46942024-10-31T17:46:52.049Z[ recovery-image] Oct 31 17:46:50.645 INFO O| Oct 31 17:46:50.645 INFO STEP 178 (remove_files) COMPLETE
46952024-10-31T17:46:52.049Z[ recovery-image] Oct 31 17:46:50.645 INFO O| Oct 31 17:46:50.645 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-10-31T17:46:52.066Z[ recovery-image] Oct 31 17:46:50.665 INFO O| Oct 31 17:46:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46972024-10-31T17:46:52.068Z[ recovery-image] Oct 31 17:46:50.665 INFO O| Oct 31 17:46:50.665 INFO STEP 179 (remove_files) COMPLETE
46982024-10-31T17:46:52.068Z[ recovery-image] Oct 31 17:46:50.665 INFO O| Oct 31 17:46:50.665 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-10-31T17:46:52.085Z[ recovery-image] Oct 31 17:46:50.685 INFO O| Oct 31 17:46:50.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
47002024-10-31T17:46:52.088Z[ recovery-image] Oct 31 17:46:50.685 INFO O| Oct 31 17:46:50.685 INFO STEP 180 (remove_files) COMPLETE
47012024-10-31T17:46:52.088Z[ recovery-image] Oct 31 17:46:50.685 INFO O| Oct 31 17:46:50.685 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-10-31T17:46:52.104Z[ recovery-image] Oct 31 17:46:50.703 INFO O| Oct 31 17:46:50.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
47032024-10-31T17:46:52.104Z[ recovery-image] Oct 31 17:46:50.704 INFO O| Oct 31 17:46:50.704 INFO STEP 181 (remove_files) COMPLETE
47042024-10-31T17:46:52.106Z[ recovery-image] Oct 31 17:46:50.704 INFO O| Oct 31 17:46:50.704 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-10-31T17:46:52.122Z[ recovery-image] Oct 31 17:46:50.721 INFO O| Oct 31 17:46:50.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47062024-10-31T17:46:52.122Z[ recovery-image] Oct 31 17:46:50.721 INFO O| Oct 31 17:46:50.721 INFO STEP 182 (remove_files) COMPLETE
47072024-10-31T17:46:52.122Z[ recovery-image] Oct 31 17:46:50.721 INFO O| Oct 31 17:46:50.721 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-10-31T17:46:52.139Z[ recovery-image] Oct 31 17:46:50.738 INFO O| Oct 31 17:46:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47092024-10-31T17:46:52.141Z[ recovery-image] Oct 31 17:46:50.739 INFO O| Oct 31 17:46:50.739 INFO STEP 183 (remove_files) COMPLETE
47102024-10-31T17:46:52.141Z[ recovery-image] Oct 31 17:46:50.739 INFO O| Oct 31 17:46:50.739 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-10-31T17:46:52.157Z[ recovery-image] Oct 31 17:46:50.757 INFO O| Oct 31 17:46:50.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47122024-10-31T17:46:52.157Z[ recovery-image] Oct 31 17:46:50.757 INFO O| Oct 31 17:46:50.757 INFO STEP 184 (remove_files) COMPLETE
47132024-10-31T17:46:52.157Z[ recovery-image] Oct 31 17:46:50.757 INFO O| Oct 31 17:46:50.757 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-10-31T17:46:52.173Z[ recovery-image] Oct 31 17:46:50.773 INFO O| Oct 31 17:46:50.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47152024-10-31T17:46:52.173Z[ recovery-image] Oct 31 17:46:50.773 INFO O| Oct 31 17:46:50.773 INFO STEP 185 (remove_files) COMPLETE
47162024-10-31T17:46:52.173Z[ recovery-image] Oct 31 17:46:50.773 INFO O| Oct 31 17:46:50.773 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-10-31T17:46:52.186Z[ recovery-image] Oct 31 17:46:50.785 INFO O| Oct 31 17:46:50.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47182024-10-31T17:46:52.186Z[ recovery-image] Oct 31 17:46:50.785 INFO O| Oct 31 17:46:50.785 INFO STEP 186 (remove_files) COMPLETE
47192024-10-31T17:46:52.186Z[ recovery-image] Oct 31 17:46:50.785 INFO O| Oct 31 17:46:50.785 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-10-31T17:46:52.202Z[ recovery-image] Oct 31 17:46:50.801 INFO O| Oct 31 17:46:50.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47212024-10-31T17:46:52.202Z[ recovery-image] Oct 31 17:46:50.802 INFO O| Oct 31 17:46:50.801 INFO STEP 187 (remove_files) COMPLETE
47222024-10-31T17:46:52.204Z[ recovery-image] Oct 31 17:46:50.802 INFO O| Oct 31 17:46:50.802 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-10-31T17:46:52.219Z[ recovery-image] Oct 31 17:46:50.818 INFO O| Oct 31 17:46:50.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47242024-10-31T17:46:52.219Z[ recovery-image] Oct 31 17:46:50.818 INFO O| Oct 31 17:46:50.818 INFO STEP 188 (remove_files) COMPLETE
47252024-10-31T17:46:52.221Z[ recovery-image] Oct 31 17:46:50.818 INFO O| Oct 31 17:46:50.818 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-10-31T17:46:52.235Z[ recovery-image] Oct 31 17:46:50.835 INFO O| Oct 31 17:46:50.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47272024-10-31T17:46:52.238Z[ recovery-image] Oct 31 17:46:50.836 INFO O| Oct 31 17:46:50.836 INFO STEP 189 (remove_files) COMPLETE
47282024-10-31T17:46:52.238Z[ recovery-image] Oct 31 17:46:50.836 INFO O| Oct 31 17:46:50.836 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-10-31T17:46:52.249Z[ recovery-image] Oct 31 17:46:50.848 INFO O| Oct 31 17:46:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47302024-10-31T17:46:52.249Z[ recovery-image] Oct 31 17:46:50.848 INFO O| Oct 31 17:46:50.848 INFO STEP 190 (remove_files) COMPLETE
47312024-10-31T17:46:52.251Z[ recovery-image] Oct 31 17:46:50.848 INFO O| Oct 31 17:46:50.848 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-10-31T17:46:52.265Z[ recovery-image] Oct 31 17:46:50.864 INFO O| Oct 31 17:46:50.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47332024-10-31T17:46:52.265Z[ recovery-image] Oct 31 17:46:50.864 INFO O| Oct 31 17:46:50.864 INFO STEP 191 (remove_files) COMPLETE
47342024-10-31T17:46:52.268Z[ recovery-image] Oct 31 17:46:50.864 INFO O| Oct 31 17:46:50.864 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-10-31T17:46:52.279Z[ host-image] Oct 31 17:46:50.878 INFO O| Oct 31 17:46:50.878 INFO O| Planning: Evaluating mediators ... Done
47362024-10-31T17:46:52.282Z[ host-image] Oct 31 17:46:50.881 INFO O| Oct 31 17:46:50.881 INFO O| Planning: Planning completed in 4.76 seconds
47372024-10-31T17:46:52.284Z[ recovery-image] Oct 31 17:46:50.882 INFO O| Oct 31 17:46:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47382024-10-31T17:46:52.284Z[ recovery-image] Oct 31 17:46:50.882 INFO O| Oct 31 17:46:50.882 INFO STEP 192 (remove_files) COMPLETE
47392024-10-31T17:46:52.284Z[ recovery-image] Oct 31 17:46:50.882 INFO O| Oct 31 17:46:50.882 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-31T17:46:52.287Z[ host-image] Oct 31 17:46:50.884 INFO O| Oct 31 17:46:50.884 INFO O| Packages to install: 6
47412024-10-31T17:46:52.287Z[ host-image] Oct 31 17:46:50.884 INFO O| Oct 31 17:46:50.884 INFO O| Mediators to change: 1
47422024-10-31T17:46:52.287Z[ host-image] Oct 31 17:46:50.884 INFO O| Oct 31 17:46:50.884 INFO O| Services to change: 1
47432024-10-31T17:46:52.302Z[ recovery-image] Oct 31 17:46:50.901 INFO O| Oct 31 17:46:50.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47442024-10-31T17:46:52.302Z[ recovery-image] Oct 31 17:46:50.901 INFO O| Oct 31 17:46:50.901 INFO STEP 193 (remove_files) COMPLETE
47452024-10-31T17:46:52.305Z[ recovery-image] Oct 31 17:46:50.901 INFO O| Oct 31 17:46:50.901 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-31T17:46:52.307Z[ host-image] Oct 31 17:46:50.905 INFO O| Oct 31 17:46:50.905 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
47472024-10-31T17:46:52.316Z[ recovery-image] Oct 31 17:46:50.916 INFO O| Oct 31 17:46:50.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47482024-10-31T17:46:52.316Z[ recovery-image] Oct 31 17:46:50.916 INFO O| Oct 31 17:46:50.916 INFO STEP 194 (remove_files) COMPLETE
47492024-10-31T17:46:52.319Z[ recovery-image] Oct 31 17:46:50.916 INFO O| Oct 31 17:46:50.916 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-10-31T17:46:52.332Z[ recovery-image] Oct 31 17:46:50.932 INFO O| Oct 31 17:46:50.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47512024-10-31T17:46:52.332Z[ recovery-image] Oct 31 17:46:50.932 INFO O| Oct 31 17:46:50.932 INFO STEP 195 (remove_files) COMPLETE
47522024-10-31T17:46:52.335Z[ recovery-image] Oct 31 17:46:50.932 INFO O| Oct 31 17:46:50.932 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-10-31T17:46:52.349Z[ recovery-image] Oct 31 17:46:50.949 INFO O| Oct 31 17:46:50.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47542024-10-31T17:46:52.349Z[ recovery-image] Oct 31 17:46:50.949 INFO O| Oct 31 17:46:50.949 INFO STEP 196 (remove_files) COMPLETE
47552024-10-31T17:46:52.349Z[ recovery-image] Oct 31 17:46:50.949 INFO O| Oct 31 17:46:50.949 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-10-31T17:46:52.366Z[ recovery-image] Oct 31 17:46:50.965 INFO O| Oct 31 17:46:50.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47572024-10-31T17:46:52.366Z[ recovery-image] Oct 31 17:46:50.965 INFO O| Oct 31 17:46:50.965 INFO STEP 197 (remove_files) COMPLETE
47582024-10-31T17:46:52.366Z[ recovery-image] Oct 31 17:46:50.965 INFO O| Oct 31 17:46:50.965 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-10-31T17:46:52.381Z[ recovery-image] Oct 31 17:46:50.981 INFO O| Oct 31 17:46:50.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47602024-10-31T17:46:52.381Z[ recovery-image] Oct 31 17:46:50.981 INFO O| Oct 31 17:46:50.981 INFO STEP 198 (remove_files) COMPLETE
47612024-10-31T17:46:52.381Z[ recovery-image] Oct 31 17:46:50.981 INFO O| Oct 31 17:46:50.981 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-10-31T17:46:52.396Z[ recovery-image] Oct 31 17:46:50.995 INFO O| Oct 31 17:46:50.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47632024-10-31T17:46:52.396Z[ recovery-image] Oct 31 17:46:50.995 INFO O| Oct 31 17:46:50.995 INFO STEP 199 (remove_files) COMPLETE
47642024-10-31T17:46:52.398Z[ recovery-image] Oct 31 17:46:50.995 INFO O| Oct 31 17:46:50.995 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-10-31T17:46:52.410Z[ recovery-image] Oct 31 17:46:51.010 INFO O| Oct 31 17:46:51.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47662024-10-31T17:46:52.410Z[ recovery-image] Oct 31 17:46:51.010 INFO O| Oct 31 17:46:51.010 INFO STEP 200 (remove_files) COMPLETE
47672024-10-31T17:46:52.410Z[ recovery-image] Oct 31 17:46:51.010 INFO O| Oct 31 17:46:51.010 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-10-31T17:46:52.421Z[ recovery-image] Oct 31 17:46:51.021 INFO O| Oct 31 17:46:51.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47692024-10-31T17:46:52.421Z[ recovery-image] Oct 31 17:46:51.021 INFO O| Oct 31 17:46:51.021 INFO STEP 201 (remove_files) COMPLETE
47702024-10-31T17:46:52.424Z[ recovery-image] Oct 31 17:46:51.021 INFO O| Oct 31 17:46:51.021 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-10-31T17:46:52.438Z[ recovery-image] Oct 31 17:46:51.036 INFO O| Oct 31 17:46:51.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47722024-10-31T17:46:52.438Z[ recovery-image] Oct 31 17:46:51.036 INFO O| Oct 31 17:46:51.036 INFO STEP 202 (remove_files) COMPLETE
47732024-10-31T17:46:52.441Z[ recovery-image] Oct 31 17:46:51.036 INFO O| Oct 31 17:46:51.036 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-10-31T17:46:52.448Z[ recovery-image] Oct 31 17:46:51.048 INFO O| Oct 31 17:46:51.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47752024-10-31T17:46:52.448Z[ recovery-image] Oct 31 17:46:51.048 INFO O| Oct 31 17:46:51.048 INFO STEP 203 (remove_files) COMPLETE
47762024-10-31T17:46:52.451Z[ recovery-image] Oct 31 17:46:51.048 INFO O| Oct 31 17:46:51.048 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-10-31T17:46:52.465Z[ recovery-image] Oct 31 17:46:51.064 INFO O| Oct 31 17:46:51.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47782024-10-31T17:46:52.465Z[ recovery-image] Oct 31 17:46:51.064 INFO O| Oct 31 17:46:51.064 INFO STEP 204 (remove_files) COMPLETE
47792024-10-31T17:46:52.465Z[ recovery-image] Oct 31 17:46:51.064 INFO O| Oct 31 17:46:51.064 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-10-31T17:46:52.480Z[ recovery-image] Oct 31 17:46:51.079 INFO O| Oct 31 17:46:51.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47812024-10-31T17:46:52.480Z[ recovery-image] Oct 31 17:46:51.079 INFO O| Oct 31 17:46:51.079 INFO STEP 205 (remove_files) COMPLETE
47822024-10-31T17:46:52.480Z[ recovery-image] Oct 31 17:46:51.079 INFO O| Oct 31 17:46:51.079 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-10-31T17:46:52.494Z[ recovery-image] Oct 31 17:46:51.093 INFO O| Oct 31 17:46:51.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47842024-10-31T17:46:52.494Z[ recovery-image] Oct 31 17:46:51.093 INFO O| Oct 31 17:46:51.093 INFO STEP 206 (remove_files) COMPLETE
47852024-10-31T17:46:52.497Z[ recovery-image] Oct 31 17:46:51.093 INFO O| Oct 31 17:46:51.093 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-10-31T17:46:52.508Z[ recovery-image] Oct 31 17:46:51.107 INFO O| Oct 31 17:46:51.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47872024-10-31T17:46:52.508Z[ recovery-image] Oct 31 17:46:51.108 INFO O| Oct 31 17:46:51.108 INFO STEP 207 (remove_files) COMPLETE
47882024-10-31T17:46:52.508Z[ recovery-image] Oct 31 17:46:51.108 INFO O| Oct 31 17:46:51.108 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-10-31T17:46:52.519Z[ recovery-image] Oct 31 17:46:51.119 INFO O| Oct 31 17:46:51.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47902024-10-31T17:46:52.519Z[ recovery-image] Oct 31 17:46:51.119 INFO O| Oct 31 17:46:51.119 INFO STEP 208 (remove_files) COMPLETE
47912024-10-31T17:46:52.523Z[ recovery-image] Oct 31 17:46:51.119 INFO O| Oct 31 17:46:51.119 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-10-31T17:46:52.531Z[ recovery-image] Oct 31 17:46:51.130 INFO O| Oct 31 17:46:51.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47932024-10-31T17:46:52.531Z[ recovery-image] Oct 31 17:46:51.130 INFO O| Oct 31 17:46:51.130 INFO STEP 209 (remove_files) COMPLETE
47942024-10-31T17:46:52.536Z[ recovery-image] Oct 31 17:46:51.130 INFO O| Oct 31 17:46:51.130 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-10-31T17:46:52.547Z[ recovery-image] Oct 31 17:46:51.146 INFO O| Oct 31 17:46:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47962024-10-31T17:46:52.547Z[ recovery-image] Oct 31 17:46:51.146 INFO O| Oct 31 17:46:51.146 INFO STEP 210 (remove_files) COMPLETE
47972024-10-31T17:46:52.550Z[ recovery-image] Oct 31 17:46:51.146 INFO O| Oct 31 17:46:51.146 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-10-31T17:46:52.563Z[ recovery-image] Oct 31 17:46:51.162 INFO O| Oct 31 17:46:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47992024-10-31T17:46:52.563Z[ recovery-image] Oct 31 17:46:51.162 INFO O| Oct 31 17:46:51.162 INFO STEP 211 (remove_files) COMPLETE
48002024-10-31T17:46:52.565Z[ recovery-image] Oct 31 17:46:51.162 INFO O| Oct 31 17:46:51.162 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-10-31T17:46:52.576Z[ recovery-image] Oct 31 17:46:51.176 INFO O| Oct 31 17:46:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
48022024-10-31T17:46:52.577Z[ recovery-image] Oct 31 17:46:51.176 INFO O| Oct 31 17:46:51.176 INFO STEP 212 (remove_files) COMPLETE
48032024-10-31T17:46:52.581Z[ recovery-image] Oct 31 17:46:51.176 INFO O| Oct 31 17:46:51.176 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-10-31T17:46:52.591Z[ recovery-image] Oct 31 17:46:51.190 INFO O| Oct 31 17:46:51.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
48052024-10-31T17:46:52.591Z[ recovery-image] Oct 31 17:46:51.191 INFO O| Oct 31 17:46:51.191 INFO STEP 213 (remove_files) COMPLETE
48062024-10-31T17:46:52.591Z[ recovery-image] Oct 31 17:46:51.191 INFO O| Oct 31 17:46:51.191 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-10-31T17:46:52.605Z[ recovery-image] Oct 31 17:46:51.204 INFO O| Oct 31 17:46:51.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48082024-10-31T17:46:52.605Z[ recovery-image] Oct 31 17:46:51.204 INFO O| Oct 31 17:46:51.204 INFO STEP 214 (remove_files) COMPLETE
48092024-10-31T17:46:52.605Z[ recovery-image] Oct 31 17:46:51.204 INFO O| Oct 31 17:46:51.204 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-10-31T17:46:52.620Z[ recovery-image] Oct 31 17:46:51.219 INFO O| Oct 31 17:46:51.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48112024-10-31T17:46:52.620Z[ recovery-image] Oct 31 17:46:51.220 INFO O| Oct 31 17:46:51.219 INFO STEP 215 (remove_files) COMPLETE
48122024-10-31T17:46:52.623Z[ recovery-image] Oct 31 17:46:51.220 INFO O| Oct 31 17:46:51.220 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-10-31T17:46:52.634Z[ recovery-image] Oct 31 17:46:51.234 INFO O| Oct 31 17:46:51.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48142024-10-31T17:46:52.634Z[ recovery-image] Oct 31 17:46:51.234 INFO O| Oct 31 17:46:51.234 INFO STEP 216 (remove_files) COMPLETE
48152024-10-31T17:46:52.637Z[ recovery-image] Oct 31 17:46:51.234 INFO O| Oct 31 17:46:51.234 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-10-31T17:46:52.649Z[ recovery-image] Oct 31 17:46:51.247 INFO O| Oct 31 17:46:51.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48172024-10-31T17:46:52.649Z[ recovery-image] Oct 31 17:46:51.247 INFO O| Oct 31 17:46:51.247 INFO STEP 217 (remove_files) COMPLETE
48182024-10-31T17:46:52.651Z[ recovery-image] Oct 31 17:46:51.247 INFO O| Oct 31 17:46:51.247 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-10-31T17:46:52.661Z[ recovery-image] Oct 31 17:46:51.260 INFO O| Oct 31 17:46:51.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48202024-10-31T17:46:52.661Z[ recovery-image] Oct 31 17:46:51.260 INFO O| Oct 31 17:46:51.260 INFO STEP 218 (remove_files) COMPLETE
48212024-10-31T17:46:52.661Z[ recovery-image] Oct 31 17:46:51.261 INFO O| Oct 31 17:46:51.260 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-10-31T17:46:52.672Z[ recovery-image] Oct 31 17:46:51.271 INFO O| Oct 31 17:46:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48232024-10-31T17:46:52.672Z[ recovery-image] Oct 31 17:46:51.271 INFO O| Oct 31 17:46:51.271 INFO STEP 219 (remove_files) COMPLETE
48242024-10-31T17:46:52.672Z[ recovery-image] Oct 31 17:46:51.271 INFO O| Oct 31 17:46:51.271 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-10-31T17:46:52.683Z[ recovery-image] Oct 31 17:46:51.282 INFO O| Oct 31 17:46:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48262024-10-31T17:46:52.683Z[ recovery-image] Oct 31 17:46:51.283 INFO O| Oct 31 17:46:51.282 INFO STEP 220 (remove_files) COMPLETE
48272024-10-31T17:46:52.683Z[ recovery-image] Oct 31 17:46:51.283 INFO O| Oct 31 17:46:51.283 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-10-31T17:46:52.697Z[ recovery-image] Oct 31 17:46:51.296 INFO O| Oct 31 17:46:51.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48292024-10-31T17:46:52.697Z[ recovery-image] Oct 31 17:46:51.296 INFO O| Oct 31 17:46:51.296 INFO STEP 221 (remove_files) COMPLETE
48302024-10-31T17:46:52.697Z[ recovery-image] Oct 31 17:46:51.296 INFO O| Oct 31 17:46:51.296 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-10-31T17:46:52.709Z[ recovery-image] Oct 31 17:46:51.308 INFO O| Oct 31 17:46:51.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48322024-10-31T17:46:52.709Z[ recovery-image] Oct 31 17:46:51.308 INFO O| Oct 31 17:46:51.308 INFO STEP 222 (remove_files) COMPLETE
48332024-10-31T17:46:52.711Z[ recovery-image] Oct 31 17:46:51.308 INFO O| Oct 31 17:46:51.308 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-10-31T17:46:52.721Z[ recovery-image] Oct 31 17:46:51.320 INFO O| Oct 31 17:46:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48352024-10-31T17:46:52.721Z[ recovery-image] Oct 31 17:46:51.320 INFO O| Oct 31 17:46:51.320 INFO STEP 223 (remove_files) COMPLETE
48362024-10-31T17:46:52.731Z[ recovery-image] Oct 31 17:46:51.320 INFO O| Oct 31 17:46:51.320 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-10-31T17:46:52.734Z[ recovery-image] Oct 31 17:46:51.332 INFO O| Oct 31 17:46:51.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48382024-10-31T17:46:52.734Z[ recovery-image] Oct 31 17:46:51.333 INFO O| Oct 31 17:46:51.333 INFO STEP 224 (remove_files) COMPLETE
48392024-10-31T17:46:52.734Z[ recovery-image] Oct 31 17:46:51.333 INFO O| Oct 31 17:46:51.333 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-10-31T17:46:52.745Z[ recovery-image] Oct 31 17:46:51.344 INFO O| Oct 31 17:46:51.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48412024-10-31T17:46:52.745Z[ recovery-image] Oct 31 17:46:51.344 INFO O| Oct 31 17:46:51.344 INFO STEP 225 (remove_files) COMPLETE
48422024-10-31T17:46:52.747Z[ recovery-image] Oct 31 17:46:51.344 INFO O| Oct 31 17:46:51.344 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-10-31T17:46:52.757Z[ recovery-image] Oct 31 17:46:51.356 INFO O| Oct 31 17:46:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48442024-10-31T17:46:52.757Z[ recovery-image] Oct 31 17:46:51.356 INFO O| Oct 31 17:46:51.356 INFO STEP 226 (remove_files) COMPLETE
48452024-10-31T17:46:52.757Z[ recovery-image] Oct 31 17:46:51.356 INFO O| Oct 31 17:46:51.356 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-10-31T17:46:52.768Z[ recovery-image] Oct 31 17:46:51.368 INFO O| Oct 31 17:46:51.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48472024-10-31T17:46:52.768Z[ recovery-image] Oct 31 17:46:51.368 INFO O| Oct 31 17:46:51.368 INFO STEP 227 (remove_files) COMPLETE
48482024-10-31T17:46:52.768Z[ recovery-image] Oct 31 17:46:51.368 INFO O| Oct 31 17:46:51.368 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-10-31T17:46:52.783Z[ recovery-image] Oct 31 17:46:51.382 INFO O| Oct 31 17:46:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48502024-10-31T17:46:52.783Z[ recovery-image] Oct 31 17:46:51.382 INFO O| Oct 31 17:46:51.382 INFO STEP 228 (remove_files) COMPLETE
48512024-10-31T17:46:52.785Z[ recovery-image] Oct 31 17:46:51.382 INFO O| Oct 31 17:46:51.382 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-10-31T17:46:52.794Z[ recovery-image] Oct 31 17:46:51.393 INFO O| Oct 31 17:46:51.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48532024-10-31T17:46:52.794Z[ recovery-image] Oct 31 17:46:51.393 INFO O| Oct 31 17:46:51.393 INFO STEP 229 (remove_files) COMPLETE
48542024-10-31T17:46:52.794Z[ recovery-image] Oct 31 17:46:51.393 INFO O| Oct 31 17:46:51.393 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-10-31T17:46:52.807Z[ recovery-image] Oct 31 17:46:51.406 INFO O| Oct 31 17:46:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48562024-10-31T17:46:52.807Z[ recovery-image] Oct 31 17:46:51.406 INFO O| Oct 31 17:46:51.406 INFO STEP 230 (remove_files) COMPLETE
48572024-10-31T17:46:52.810Z[ recovery-image] Oct 31 17:46:51.406 INFO O| Oct 31 17:46:51.406 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-10-31T17:46:52.820Z[ recovery-image] Oct 31 17:46:51.419 INFO O| Oct 31 17:46:51.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48592024-10-31T17:46:52.822Z[ recovery-image] Oct 31 17:46:51.419 INFO O| Oct 31 17:46:51.419 INFO STEP 231 (remove_files) COMPLETE
48602024-10-31T17:46:52.822Z[ recovery-image] Oct 31 17:46:51.419 INFO O| Oct 31 17:46:51.419 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-10-31T17:46:52.831Z[ recovery-image] Oct 31 17:46:51.430 INFO O| Oct 31 17:46:51.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48622024-10-31T17:46:52.831Z[ recovery-image] Oct 31 17:46:51.430 INFO O| Oct 31 17:46:51.430 INFO STEP 232 (remove_files) COMPLETE
48632024-10-31T17:46:52.833Z[ recovery-image] Oct 31 17:46:51.430 INFO O| Oct 31 17:46:51.430 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-10-31T17:46:52.841Z[ recovery-image] Oct 31 17:46:51.441 INFO O| Oct 31 17:46:51.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48652024-10-31T17:46:52.844Z[ recovery-image] Oct 31 17:46:51.441 INFO O| Oct 31 17:46:51.441 INFO STEP 233 (remove_files) COMPLETE
48662024-10-31T17:46:52.844Z[ recovery-image] Oct 31 17:46:51.441 INFO O| Oct 31 17:46:51.441 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-10-31T17:46:52.852Z[ recovery-image] Oct 31 17:46:51.452 INFO O| Oct 31 17:46:51.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48682024-10-31T17:46:52.852Z[ recovery-image] Oct 31 17:46:51.452 INFO O| Oct 31 17:46:51.452 INFO STEP 234 (remove_files) COMPLETE
48692024-10-31T17:46:52.852Z[ recovery-image] Oct 31 17:46:51.452 INFO O| Oct 31 17:46:51.452 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-10-31T17:46:52.863Z[ recovery-image] Oct 31 17:46:51.463 INFO O| Oct 31 17:46:51.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48712024-10-31T17:46:52.863Z[ recovery-image] Oct 31 17:46:51.463 INFO O| Oct 31 17:46:51.463 INFO STEP 235 (remove_files) COMPLETE
48722024-10-31T17:46:52.863Z[ recovery-image] Oct 31 17:46:51.463 INFO O| Oct 31 17:46:51.463 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-10-31T17:46:52.877Z[ recovery-image] Oct 31 17:46:51.476 INFO O| Oct 31 17:46:51.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48742024-10-31T17:46:52.877Z[ recovery-image] Oct 31 17:46:51.476 INFO O| Oct 31 17:46:51.476 INFO STEP 236 (remove_files) COMPLETE
48752024-10-31T17:46:52.877Z[ recovery-image] Oct 31 17:46:51.476 INFO O| Oct 31 17:46:51.476 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-10-31T17:46:52.890Z[ recovery-image] Oct 31 17:46:51.489 INFO O| Oct 31 17:46:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48772024-10-31T17:46:52.890Z[ recovery-image] Oct 31 17:46:51.489 INFO O| Oct 31 17:46:51.489 INFO STEP 237 (remove_files) COMPLETE
48782024-10-31T17:46:52.890Z[ recovery-image] Oct 31 17:46:51.489 INFO O| Oct 31 17:46:51.489 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-10-31T17:46:52.903Z[ recovery-image] Oct 31 17:46:51.502 INFO O| Oct 31 17:46:51.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48802024-10-31T17:46:52.903Z[ recovery-image] Oct 31 17:46:51.502 INFO O| Oct 31 17:46:51.502 INFO STEP 238 (remove_files) COMPLETE
48812024-10-31T17:46:52.905Z[ recovery-image] Oct 31 17:46:51.502 INFO O| Oct 31 17:46:51.502 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-10-31T17:46:52.914Z[ recovery-image] Oct 31 17:46:51.513 INFO O| Oct 31 17:46:51.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48832024-10-31T17:46:52.916Z[ recovery-image] Oct 31 17:46:51.513 INFO O| Oct 31 17:46:51.513 INFO STEP 239 (remove_files) COMPLETE
48842024-10-31T17:46:52.916Z[ recovery-image] Oct 31 17:46:51.513 INFO O| Oct 31 17:46:51.513 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-10-31T17:46:52.926Z[ recovery-image] Oct 31 17:46:51.526 INFO O| Oct 31 17:46:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48862024-10-31T17:46:52.926Z[ recovery-image] Oct 31 17:46:51.526 INFO O| Oct 31 17:46:51.526 INFO STEP 240 (remove_files) COMPLETE
48872024-10-31T17:46:52.926Z[ recovery-image] Oct 31 17:46:51.526 INFO O| Oct 31 17:46:51.526 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-10-31T17:46:52.939Z[ recovery-image] Oct 31 17:46:51.539 INFO O| Oct 31 17:46:51.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48892024-10-31T17:46:52.939Z[ recovery-image] Oct 31 17:46:51.539 INFO O| Oct 31 17:46:51.539 INFO STEP 241 (remove_files) COMPLETE
48902024-10-31T17:46:52.940Z[ recovery-image] Oct 31 17:46:51.539 INFO O| Oct 31 17:46:51.539 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-10-31T17:46:52.952Z[ recovery-image] Oct 31 17:46:51.551 INFO O| Oct 31 17:46:51.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48922024-10-31T17:46:52.952Z[ recovery-image] Oct 31 17:46:51.551 INFO O| Oct 31 17:46:51.551 INFO STEP 242 (remove_files) COMPLETE
48932024-10-31T17:46:52.952Z[ recovery-image] Oct 31 17:46:51.551 INFO O| Oct 31 17:46:51.551 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-10-31T17:46:52.964Z[ recovery-image] Oct 31 17:46:51.563 INFO O| Oct 31 17:46:51.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48952024-10-31T17:46:52.964Z[ recovery-image] Oct 31 17:46:51.563 INFO O| Oct 31 17:46:51.563 INFO STEP 243 (remove_files) COMPLETE
48962024-10-31T17:46:52.966Z[ recovery-image] Oct 31 17:46:51.563 INFO O| Oct 31 17:46:51.563 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-10-31T17:46:52.979Z[ recovery-image] Oct 31 17:46:51.578 INFO O| Oct 31 17:46:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48982024-10-31T17:46:52.979Z[ recovery-image] Oct 31 17:46:51.578 INFO O| Oct 31 17:46:51.578 INFO STEP 244 (remove_files) COMPLETE
48992024-10-31T17:46:52.979Z[ recovery-image] Oct 31 17:46:51.578 INFO O| Oct 31 17:46:51.578 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-10-31T17:46:52.990Z[ recovery-image] Oct 31 17:46:51.590 INFO O| Oct 31 17:46:51.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
49012024-10-31T17:46:52.990Z[ recovery-image] Oct 31 17:46:51.590 INFO O| Oct 31 17:46:51.590 INFO STEP 245 (remove_files) COMPLETE
49022024-10-31T17:46:52.993Z[ recovery-image] Oct 31 17:46:51.590 INFO O| Oct 31 17:46:51.590 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-10-31T17:46:53.003Z[ recovery-image] Oct 31 17:46:51.603 INFO O| Oct 31 17:46:51.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
49042024-10-31T17:46:53.003Z[ recovery-image] Oct 31 17:46:51.603 INFO O| Oct 31 17:46:51.603 INFO STEP 246 (remove_files) COMPLETE
49052024-10-31T17:46:53.003Z[ recovery-image] Oct 31 17:46:51.603 INFO O| Oct 31 17:46:51.603 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-10-31T17:46:53.014Z[ recovery-image] Oct 31 17:46:51.613 INFO O| Oct 31 17:46:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49072024-10-31T17:46:53.014Z[ recovery-image] Oct 31 17:46:51.614 INFO O| Oct 31 17:46:51.613 INFO STEP 247 (remove_files) COMPLETE
49082024-10-31T17:46:53.017Z[ recovery-image] Oct 31 17:46:51.614 INFO O| Oct 31 17:46:51.613 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-31T17:46:53.025Z[ recovery-image] Oct 31 17:46:51.624 INFO O| Oct 31 17:46:51.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49102024-10-31T17:46:53.027Z[ recovery-image] Oct 31 17:46:51.624 INFO O| Oct 31 17:46:51.624 INFO STEP 248 (remove_files) COMPLETE
49112024-10-31T17:46:53.027Z[ recovery-image] Oct 31 17:46:51.624 INFO O| Oct 31 17:46:51.624 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-31T17:46:53.035Z[ recovery-image] Oct 31 17:46:51.634 INFO O| Oct 31 17:46:51.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49132024-10-31T17:46:53.035Z[ recovery-image] Oct 31 17:46:51.634 INFO O| Oct 31 17:46:51.634 INFO STEP 249 (remove_files) COMPLETE
49142024-10-31T17:46:53.037Z[ recovery-image] Oct 31 17:46:51.634 INFO O| Oct 31 17:46:51.634 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-31T17:46:53.045Z[ recovery-image] Oct 31 17:46:51.644 INFO O| Oct 31 17:46:51.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49162024-10-31T17:46:53.047Z[ recovery-image] Oct 31 17:46:51.645 INFO O| Oct 31 17:46:51.645 INFO STEP 250 (remove_files) COMPLETE
49172024-10-31T17:46:53.047Z[ recovery-image] Oct 31 17:46:51.645 INFO O| Oct 31 17:46:51.645 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-31T17:46:53.057Z[ recovery-image] Oct 31 17:46:51.656 INFO O| Oct 31 17:46:51.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49192024-10-31T17:46:53.057Z[ recovery-image] Oct 31 17:46:51.656 INFO O| Oct 31 17:46:51.656 INFO STEP 251 (remove_files) COMPLETE
49202024-10-31T17:46:53.059Z[ recovery-image] Oct 31 17:46:51.656 INFO O| Oct 31 17:46:51.656 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-31T17:46:53.069Z[ recovery-image] Oct 31 17:46:51.668 INFO O| Oct 31 17:46:51.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49222024-10-31T17:46:53.069Z[ recovery-image] Oct 31 17:46:51.668 INFO O| Oct 31 17:46:51.668 INFO STEP 252 (remove_files) COMPLETE
49232024-10-31T17:46:53.071Z[ recovery-image] Oct 31 17:46:51.668 INFO O| Oct 31 17:46:51.668 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-31T17:46:53.081Z[ recovery-image] Oct 31 17:46:51.680 INFO O| Oct 31 17:46:51.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49252024-10-31T17:46:53.081Z[ recovery-image] Oct 31 17:46:51.680 INFO O| Oct 31 17:46:51.680 INFO STEP 253 (remove_files) COMPLETE
49262024-10-31T17:46:53.081Z[ recovery-image] Oct 31 17:46:51.680 INFO O| Oct 31 17:46:51.680 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-31T17:46:53.092Z[ recovery-image] Oct 31 17:46:51.691 INFO O| Oct 31 17:46:51.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49282024-10-31T17:46:53.092Z[ recovery-image] Oct 31 17:46:51.691 INFO O| Oct 31 17:46:51.691 INFO STEP 254 (remove_files) COMPLETE
49292024-10-31T17:46:53.094Z[ recovery-image] Oct 31 17:46:51.691 INFO O| Oct 31 17:46:51.691 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-31T17:46:53.103Z[ recovery-image] Oct 31 17:46:51.702 INFO O| Oct 31 17:46:51.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49312024-10-31T17:46:53.103Z[ recovery-image] Oct 31 17:46:51.703 INFO O| Oct 31 17:46:51.702 INFO STEP 255 (remove_files) COMPLETE
49322024-10-31T17:46:53.103Z[ recovery-image] Oct 31 17:46:51.703 INFO O| Oct 31 17:46:51.703 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-31T17:46:53.191Z[ recovery-image] Oct 31 17:46:51.714 INFO O| Oct 31 17:46:51.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49342024-10-31T17:46:53.191Z[ recovery-image] Oct 31 17:46:51.714 INFO O| Oct 31 17:46:51.714 INFO STEP 256 (remove_files) COMPLETE
49352024-10-31T17:46:53.191Z[ recovery-image] Oct 31 17:46:51.714 INFO O| Oct 31 17:46:51.714 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.724 INFO O| Oct 31 17:46:51.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49372024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.725 INFO O| Oct 31 17:46:51.724 INFO STEP 257 (remove_files) COMPLETE
49382024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.725 INFO O| Oct 31 17:46:51.725 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.735 INFO O| Oct 31 17:46:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49402024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.735 INFO O| Oct 31 17:46:51.735 INFO STEP 258 (remove_files) COMPLETE
49412024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.735 INFO O| Oct 31 17:46:51.735 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.746 INFO O| Oct 31 17:46:51.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49432024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.746 INFO O| Oct 31 17:46:51.746 INFO STEP 259 (remove_files) COMPLETE
49442024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.746 INFO O| Oct 31 17:46:51.746 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.756 INFO O| Oct 31 17:46:51.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49462024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.756 INFO O| Oct 31 17:46:51.756 INFO STEP 260 (remove_files) COMPLETE
49472024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.757 INFO O| Oct 31 17:46:51.756 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.767 INFO O| Oct 31 17:46:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49492024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.767 INFO O| Oct 31 17:46:51.767 INFO STEP 261 (remove_files) COMPLETE
49502024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.767 INFO O| Oct 31 17:46:51.767 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.780 INFO O| Oct 31 17:46:51.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49522024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.781 INFO O| Oct 31 17:46:51.781 INFO STEP 262 (remove_files) COMPLETE
49532024-10-31T17:46:53.194Z[ recovery-image] Oct 31 17:46:51.781 INFO O| Oct 31 17:46:51.781 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-31T17:46:53.198Z[ recovery-image] Oct 31 17:46:51.794 INFO O| Oct 31 17:46:51.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49552024-10-31T17:46:53.198Z[ recovery-image] Oct 31 17:46:51.794 INFO O| Oct 31 17:46:51.794 INFO STEP 263 (remove_files) COMPLETE
49562024-10-31T17:46:53.198Z[ recovery-image] Oct 31 17:46:51.794 INFO O| Oct 31 17:46:51.794 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-31T17:46:53.206Z[ recovery-image] Oct 31 17:46:51.805 INFO O| Oct 31 17:46:51.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49582024-10-31T17:46:53.206Z[ recovery-image] Oct 31 17:46:51.805 INFO O| Oct 31 17:46:51.805 INFO STEP 264 (remove_files) COMPLETE
49592024-10-31T17:46:53.209Z[ recovery-image] Oct 31 17:46:51.805 INFO O| Oct 31 17:46:51.805 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-31T17:46:53.217Z[ recovery-image] Oct 31 17:46:51.816 INFO O| Oct 31 17:46:51.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49612024-10-31T17:46:53.217Z[ recovery-image] Oct 31 17:46:51.816 INFO O| Oct 31 17:46:51.816 INFO STEP 265 (remove_files) COMPLETE
49622024-10-31T17:46:53.220Z[ recovery-image] Oct 31 17:46:51.816 INFO O| Oct 31 17:46:51.816 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-10-31T17:46:53.228Z[ recovery-image] Oct 31 17:46:51.827 INFO O| Oct 31 17:46:51.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49642024-10-31T17:46:53.228Z[ recovery-image] Oct 31 17:46:51.827 INFO O| Oct 31 17:46:51.827 INFO STEP 266 (remove_files) COMPLETE
49652024-10-31T17:46:53.231Z[ recovery-image] Oct 31 17:46:51.827 INFO O| Oct 31 17:46:51.827 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-10-31T17:46:53.239Z[ recovery-image] Oct 31 17:46:51.838 INFO O| Oct 31 17:46:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49672024-10-31T17:46:53.239Z[ recovery-image] Oct 31 17:46:51.838 INFO O| Oct 31 17:46:51.838 INFO STEP 267 (remove_files) COMPLETE
49682024-10-31T17:46:53.242Z[ recovery-image] Oct 31 17:46:51.838 INFO O| Oct 31 17:46:51.838 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-10-31T17:46:53.250Z[ recovery-image] Oct 31 17:46:51.849 INFO O| Oct 31 17:46:51.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49702024-10-31T17:46:53.253Z[ recovery-image] Oct 31 17:46:51.850 INFO O| Oct 31 17:46:51.850 INFO STEP 268 (remove_files) COMPLETE
49712024-10-31T17:46:53.253Z[ recovery-image] Oct 31 17:46:51.850 INFO O| Oct 31 17:46:51.850 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-10-31T17:46:53.263Z[ recovery-image] Oct 31 17:46:51.862 INFO O| Oct 31 17:46:51.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49732024-10-31T17:46:53.263Z[ recovery-image] Oct 31 17:46:51.862 INFO O| Oct 31 17:46:51.862 INFO STEP 269 (remove_files) COMPLETE
49742024-10-31T17:46:53.266Z[ recovery-image] Oct 31 17:46:51.862 INFO O| Oct 31 17:46:51.862 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-10-31T17:46:53.274Z[ recovery-image] Oct 31 17:46:51.874 INFO O| Oct 31 17:46:51.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49762024-10-31T17:46:53.277Z[ recovery-image] Oct 31 17:46:51.874 INFO O| Oct 31 17:46:51.874 INFO STEP 270 (remove_files) COMPLETE
49772024-10-31T17:46:53.277Z[ recovery-image] Oct 31 17:46:51.874 INFO O| Oct 31 17:46:51.874 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-10-31T17:46:53.286Z[ recovery-image] Oct 31 17:46:51.885 INFO O| Oct 31 17:46:51.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49792024-10-31T17:46:53.288Z[ recovery-image] Oct 31 17:46:51.885 INFO O| Oct 31 17:46:51.885 INFO STEP 271 (remove_files) COMPLETE
49802024-10-31T17:46:53.288Z[ recovery-image] Oct 31 17:46:51.885 INFO O| Oct 31 17:46:51.885 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-10-31T17:46:53.297Z[ recovery-image] Oct 31 17:46:51.896 INFO O| Oct 31 17:46:51.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49822024-10-31T17:46:53.297Z[ recovery-image] Oct 31 17:46:51.896 INFO O| Oct 31 17:46:51.896 INFO STEP 272 (remove_files) COMPLETE
49832024-10-31T17:46:53.297Z[ recovery-image] Oct 31 17:46:51.896 INFO O| Oct 31 17:46:51.896 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-10-31T17:46:53.309Z[ recovery-image] Oct 31 17:46:51.908 INFO O| Oct 31 17:46:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49852024-10-31T17:46:53.309Z[ recovery-image] Oct 31 17:46:51.908 INFO O| Oct 31 17:46:51.908 INFO STEP 273 (remove_files) COMPLETE
49862024-10-31T17:46:53.312Z[ recovery-image] Oct 31 17:46:51.908 INFO O| Oct 31 17:46:51.908 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-10-31T17:46:53.323Z[ recovery-image] Oct 31 17:46:51.922 INFO O| Oct 31 17:46:51.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49882024-10-31T17:46:53.323Z[ recovery-image] Oct 31 17:46:51.922 INFO O| Oct 31 17:46:51.922 INFO STEP 274 (remove_files) COMPLETE
49892024-10-31T17:46:53.323Z[ recovery-image] Oct 31 17:46:51.922 INFO O| Oct 31 17:46:51.922 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-10-31T17:46:53.335Z[ recovery-image] Oct 31 17:46:51.935 INFO O| Oct 31 17:46:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49912024-10-31T17:46:53.335Z[ recovery-image] Oct 31 17:46:51.935 INFO O| Oct 31 17:46:51.935 INFO STEP 275 (remove_files) COMPLETE
49922024-10-31T17:46:53.338Z[ recovery-image] Oct 31 17:46:51.935 INFO O| Oct 31 17:46:51.935 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-10-31T17:46:53.347Z[ recovery-image] Oct 31 17:46:51.947 INFO O| Oct 31 17:46:51.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49942024-10-31T17:46:53.347Z[ recovery-image] Oct 31 17:46:51.947 INFO O| Oct 31 17:46:51.947 INFO STEP 276 (remove_files) COMPLETE
49952024-10-31T17:46:53.350Z[ recovery-image] Oct 31 17:46:51.947 INFO O| Oct 31 17:46:51.947 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-10-31T17:46:53.359Z[ recovery-image] Oct 31 17:46:51.959 INFO O| Oct 31 17:46:51.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49972024-10-31T17:46:53.359Z[ recovery-image] Oct 31 17:46:51.959 INFO O| Oct 31 17:46:51.959 INFO STEP 277 (remove_files) COMPLETE
49982024-10-31T17:46:53.359Z[ recovery-image] Oct 31 17:46:51.959 INFO O| Oct 31 17:46:51.959 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-31T17:46:53.371Z[ recovery-image] Oct 31 17:46:51.971 INFO O| Oct 31 17:46:51.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
50002024-10-31T17:46:53.371Z[ recovery-image] Oct 31 17:46:51.971 INFO O| Oct 31 17:46:51.971 INFO STEP 278 (remove_files) COMPLETE
50012024-10-31T17:46:53.374Z[ recovery-image] Oct 31 17:46:51.971 INFO O| Oct 31 17:46:51.971 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-10-31T17:46:53.383Z[ recovery-image] Oct 31 17:46:51.982 INFO O| Oct 31 17:46:51.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
50032024-10-31T17:46:53.385Z[ recovery-image] Oct 31 17:46:51.982 INFO O| Oct 31 17:46:51.982 INFO STEP 279 (remove_files) COMPLETE
50042024-10-31T17:46:53.385Z[ recovery-image] Oct 31 17:46:51.982 INFO O| Oct 31 17:46:51.982 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-31T17:46:53.394Z[ recovery-image] Oct 31 17:46:51.994 INFO O| Oct 31 17:46:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50062024-10-31T17:46:53.394Z[ recovery-image] Oct 31 17:46:51.994 INFO O| Oct 31 17:46:51.994 INFO STEP 280 (remove_files) COMPLETE
50072024-10-31T17:46:53.397Z[ recovery-image] Oct 31 17:46:51.994 INFO O| Oct 31 17:46:51.994 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-10-31T17:46:53.406Z[ recovery-image] Oct 31 17:46:52.005 INFO O| Oct 31 17:46:52.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50092024-10-31T17:46:53.408Z[ recovery-image] Oct 31 17:46:52.005 INFO O| Oct 31 17:46:52.005 INFO STEP 281 (remove_files) COMPLETE
50102024-10-31T17:46:53.408Z[ recovery-image] Oct 31 17:46:52.005 INFO O| Oct 31 17:46:52.005 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-10-31T17:46:53.417Z[ recovery-image] Oct 31 17:46:52.016 INFO O| Oct 31 17:46:52.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50122024-10-31T17:46:53.417Z[ recovery-image] Oct 31 17:46:52.016 INFO O| Oct 31 17:46:52.016 INFO STEP 282 (remove_files) COMPLETE
50132024-10-31T17:46:53.417Z[ recovery-image] Oct 31 17:46:52.016 INFO O| Oct 31 17:46:52.016 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-10-31T17:46:53.428Z[ recovery-image] Oct 31 17:46:52.028 INFO O| Oct 31 17:46:52.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50152024-10-31T17:46:53.428Z[ recovery-image] Oct 31 17:46:52.028 INFO O| Oct 31 17:46:52.028 INFO STEP 283 (remove_files) COMPLETE
50162024-10-31T17:46:53.431Z[ recovery-image] Oct 31 17:46:52.028 INFO O| Oct 31 17:46:52.028 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-10-31T17:46:53.439Z[ recovery-image] Oct 31 17:46:52.039 INFO O| Oct 31 17:46:52.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50182024-10-31T17:46:53.439Z[ recovery-image] Oct 31 17:46:52.039 INFO O| Oct 31 17:46:52.039 INFO STEP 284 (remove_files) COMPLETE
50192024-10-31T17:46:53.443Z[ recovery-image] Oct 31 17:46:52.039 INFO O| Oct 31 17:46:52.039 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-10-31T17:46:53.451Z[ recovery-image] Oct 31 17:46:52.050 INFO O| Oct 31 17:46:52.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50212024-10-31T17:46:53.451Z[ recovery-image] Oct 31 17:46:52.050 INFO O| Oct 31 17:46:52.050 INFO STEP 285 (remove_files) COMPLETE
50222024-10-31T17:46:53.453Z[ recovery-image] Oct 31 17:46:52.050 INFO O| Oct 31 17:46:52.050 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-10-31T17:46:53.462Z[ recovery-image] Oct 31 17:46:52.061 INFO O| Oct 31 17:46:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50242024-10-31T17:46:53.462Z[ recovery-image] Oct 31 17:46:52.061 INFO O| Oct 31 17:46:52.061 INFO STEP 286 (remove_files) COMPLETE
50252024-10-31T17:46:53.462Z[ recovery-image] Oct 31 17:46:52.061 INFO O| Oct 31 17:46:52.061 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-10-31T17:46:53.475Z[ recovery-image] Oct 31 17:46:52.074 INFO O| Oct 31 17:46:52.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50272024-10-31T17:46:53.477Z[ recovery-image] Oct 31 17:46:52.075 INFO O| Oct 31 17:46:52.074 INFO STEP 287 (remove_files) COMPLETE
50282024-10-31T17:46:53.477Z[ recovery-image] Oct 31 17:46:52.075 INFO O| Oct 31 17:46:52.075 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-10-31T17:46:53.492Z[ recovery-image] Oct 31 17:46:52.091 INFO O| Oct 31 17:46:52.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50302024-10-31T17:46:53.494Z[ recovery-image] Oct 31 17:46:52.092 INFO O| Oct 31 17:46:52.092 INFO STEP 288 (remove_files) COMPLETE
50312024-10-31T17:46:53.495Z[ recovery-image] Oct 31 17:46:52.092 INFO O| Oct 31 17:46:52.092 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-10-31T17:46:53.507Z[ recovery-image] Oct 31 17:46:52.106 INFO O| Oct 31 17:46:52.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50332024-10-31T17:46:53.507Z[ recovery-image] Oct 31 17:46:52.106 INFO O| Oct 31 17:46:52.106 INFO STEP 289 (remove_files) COMPLETE
50342024-10-31T17:46:53.510Z[ recovery-image] Oct 31 17:46:52.106 INFO O| Oct 31 17:46:52.106 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-10-31T17:46:53.521Z[ recovery-image] Oct 31 17:46:52.120 INFO O| Oct 31 17:46:52.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50362024-10-31T17:46:53.521Z[ recovery-image] Oct 31 17:46:52.120 INFO O| Oct 31 17:46:52.120 INFO STEP 290 (remove_files) COMPLETE
50372024-10-31T17:46:53.523Z[ recovery-image] Oct 31 17:46:52.120 INFO O| Oct 31 17:46:52.120 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-10-31T17:46:53.533Z[ recovery-image] Oct 31 17:46:52.133 INFO O| Oct 31 17:46:52.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50392024-10-31T17:46:53.534Z[ recovery-image] Oct 31 17:46:52.133 INFO O| Oct 31 17:46:52.133 INFO STEP 291 (remove_files) COMPLETE
50402024-10-31T17:46:53.537Z[ recovery-image] Oct 31 17:46:52.133 INFO O| Oct 31 17:46:52.133 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-10-31T17:46:53.546Z[ recovery-image] Oct 31 17:46:52.145 INFO O| Oct 31 17:46:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50422024-10-31T17:46:53.546Z[ recovery-image] Oct 31 17:46:52.145 INFO O| Oct 31 17:46:52.145 INFO STEP 292 (remove_files) COMPLETE
50432024-10-31T17:46:53.548Z[ recovery-image] Oct 31 17:46:52.145 INFO O| Oct 31 17:46:52.145 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-10-31T17:46:53.558Z[ recovery-image] Oct 31 17:46:52.157 INFO O| Oct 31 17:46:52.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50452024-10-31T17:46:53.558Z[ recovery-image] Oct 31 17:46:52.157 INFO O| Oct 31 17:46:52.157 INFO STEP 293 (remove_files) COMPLETE
50462024-10-31T17:46:53.558Z[ recovery-image] Oct 31 17:46:52.157 INFO O| Oct 31 17:46:52.157 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-10-31T17:46:53.570Z[ recovery-image] Oct 31 17:46:52.169 INFO O| Oct 31 17:46:52.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50482024-10-31T17:46:53.570Z[ recovery-image] Oct 31 17:46:52.169 INFO O| Oct 31 17:46:52.169 INFO STEP 294 (remove_files) COMPLETE
50492024-10-31T17:46:53.570Z[ recovery-image] Oct 31 17:46:52.169 INFO O| Oct 31 17:46:52.169 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-10-31T17:46:53.581Z[ recovery-image] Oct 31 17:46:52.180 INFO O| Oct 31 17:46:52.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50512024-10-31T17:46:53.584Z[ recovery-image] Oct 31 17:46:52.180 INFO O| Oct 31 17:46:52.180 INFO STEP 295 (remove_files) COMPLETE
50522024-10-31T17:46:53.584Z[ recovery-image] Oct 31 17:46:52.181 INFO O| Oct 31 17:46:52.180 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-31T17:46:53.592Z[ recovery-image] Oct 31 17:46:52.192 INFO O| Oct 31 17:46:52.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50542024-10-31T17:46:53.593Z[ recovery-image] Oct 31 17:46:52.192 INFO O| Oct 31 17:46:52.192 INFO STEP 296 (remove_files) COMPLETE
50552024-10-31T17:46:53.595Z[ recovery-image] Oct 31 17:46:52.192 INFO O| Oct 31 17:46:52.192 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-31T17:46:53.604Z[ recovery-image] Oct 31 17:46:52.203 INFO O| Oct 31 17:46:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50572024-10-31T17:46:53.604Z[ recovery-image] Oct 31 17:46:52.203 INFO O| Oct 31 17:46:52.203 INFO STEP 297 (remove_files) COMPLETE
50582024-10-31T17:46:53.604Z[ recovery-image] Oct 31 17:46:52.203 INFO O| Oct 31 17:46:52.203 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-31T17:46:53.615Z[ recovery-image] Oct 31 17:46:52.215 INFO O| Oct 31 17:46:52.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50602024-10-31T17:46:53.615Z[ recovery-image] Oct 31 17:46:52.215 INFO O| Oct 31 17:46:52.215 INFO STEP 298 (remove_files) COMPLETE
50612024-10-31T17:46:53.615Z[ recovery-image] Oct 31 17:46:52.215 INFO O| Oct 31 17:46:52.215 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-31T17:46:53.628Z[ recovery-image] Oct 31 17:46:52.227 INFO O| Oct 31 17:46:52.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50632024-10-31T17:46:53.628Z[ recovery-image] Oct 31 17:46:52.227 INFO O| Oct 31 17:46:52.227 INFO STEP 299 (remove_files) COMPLETE
50642024-10-31T17:46:53.630Z[ recovery-image] Oct 31 17:46:52.227 INFO O| Oct 31 17:46:52.227 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-31T17:46:53.640Z[ recovery-image] Oct 31 17:46:52.239 INFO O| Oct 31 17:46:52.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50662024-10-31T17:46:53.640Z[ recovery-image] Oct 31 17:46:52.239 INFO O| Oct 31 17:46:52.239 INFO STEP 300 (remove_files) COMPLETE
50672024-10-31T17:46:53.642Z[ recovery-image] Oct 31 17:46:52.239 INFO O| Oct 31 17:46:52.239 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-31T17:46:53.650Z[ recovery-image] Oct 31 17:46:52.250 INFO O| Oct 31 17:46:52.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50692024-10-31T17:46:53.650Z[ recovery-image] Oct 31 17:46:52.250 INFO O| Oct 31 17:46:52.250 INFO STEP 301 (remove_files) COMPLETE
50702024-10-31T17:46:53.650Z[ recovery-image] Oct 31 17:46:52.250 INFO O| Oct 31 17:46:52.250 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-10-31T17:46:53.662Z[ recovery-image] Oct 31 17:46:52.261 INFO O| Oct 31 17:46:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50722024-10-31T17:46:53.664Z[ recovery-image] Oct 31 17:46:52.261 INFO O| Oct 31 17:46:52.261 INFO STEP 302 (remove_files) COMPLETE
50732024-10-31T17:46:53.664Z[ recovery-image] Oct 31 17:46:52.261 INFO O| Oct 31 17:46:52.261 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-31T17:46:53.672Z[ recovery-image] Oct 31 17:46:52.271 INFO O| Oct 31 17:46:52.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50752024-10-31T17:46:53.672Z[ recovery-image] Oct 31 17:46:52.271 INFO O| Oct 31 17:46:52.271 INFO STEP 303 (remove_files) COMPLETE
50762024-10-31T17:46:53.672Z[ recovery-image] Oct 31 17:46:52.271 INFO O| Oct 31 17:46:52.271 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-31T17:46:53.682Z[ recovery-image] Oct 31 17:46:52.281 INFO O| Oct 31 17:46:52.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50782024-10-31T17:46:53.682Z[ recovery-image] Oct 31 17:46:52.281 INFO O| Oct 31 17:46:52.281 INFO STEP 304 (remove_files) COMPLETE
50792024-10-31T17:46:53.685Z[ recovery-image] Oct 31 17:46:52.282 INFO O| Oct 31 17:46:52.281 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-31T17:46:53.692Z[ recovery-image] Oct 31 17:46:52.292 INFO O| Oct 31 17:46:52.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50812024-10-31T17:46:53.692Z[ recovery-image] Oct 31 17:46:52.292 INFO O| Oct 31 17:46:52.292 INFO STEP 305 (remove_files) COMPLETE
50822024-10-31T17:46:53.692Z[ recovery-image] Oct 31 17:46:52.292 INFO O| Oct 31 17:46:52.292 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-31T17:46:53.704Z[ recovery-image] Oct 31 17:46:52.303 INFO O| Oct 31 17:46:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50842024-10-31T17:46:53.704Z[ recovery-image] Oct 31 17:46:52.303 INFO O| Oct 31 17:46:52.303 INFO STEP 306 (remove_files) COMPLETE
50852024-10-31T17:46:53.706Z[ recovery-image] Oct 31 17:46:52.303 INFO O| Oct 31 17:46:52.303 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-31T17:46:53.716Z[ recovery-image] Oct 31 17:46:52.315 INFO O| Oct 31 17:46:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50872024-10-31T17:46:53.716Z[ recovery-image] Oct 31 17:46:52.315 INFO O| Oct 31 17:46:52.315 INFO STEP 307 (remove_files) COMPLETE
50882024-10-31T17:46:53.716Z[ recovery-image] Oct 31 17:46:52.315 INFO O| Oct 31 17:46:52.315 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-31T17:46:53.727Z[ recovery-image] Oct 31 17:46:52.326 INFO O| Oct 31 17:46:52.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50902024-10-31T17:46:53.727Z[ recovery-image] Oct 31 17:46:52.326 INFO O| Oct 31 17:46:52.326 INFO STEP 308 (remove_files) COMPLETE
50912024-10-31T17:46:53.730Z[ recovery-image] Oct 31 17:46:52.326 INFO O| Oct 31 17:46:52.326 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-31T17:46:53.738Z[ recovery-image] Oct 31 17:46:52.338 INFO O| Oct 31 17:46:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50932024-10-31T17:46:53.738Z[ recovery-image] Oct 31 17:46:52.338 INFO O| Oct 31 17:46:52.338 INFO STEP 309 (remove_files) COMPLETE
50942024-10-31T17:46:53.741Z[ recovery-image] Oct 31 17:46:52.338 INFO O| Oct 31 17:46:52.338 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-31T17:46:53.749Z[ recovery-image] Oct 31 17:46:52.348 INFO O| Oct 31 17:46:52.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50962024-10-31T17:46:53.751Z[ recovery-image] Oct 31 17:46:52.348 INFO O| Oct 31 17:46:52.348 INFO STEP 310 (remove_files) COMPLETE
50972024-10-31T17:46:53.751Z[ recovery-image] Oct 31 17:46:52.348 INFO O| Oct 31 17:46:52.348 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-31T17:46:53.761Z[ recovery-image] Oct 31 17:46:52.360 INFO O| Oct 31 17:46:52.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50992024-10-31T17:46:53.764Z[ recovery-image] Oct 31 17:46:52.360 INFO O| Oct 31 17:46:52.360 INFO STEP 311 (remove_files) COMPLETE
51002024-10-31T17:46:53.764Z[ recovery-image] Oct 31 17:46:52.360 INFO O| Oct 31 17:46:52.360 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-31T17:46:53.772Z[ recovery-image] Oct 31 17:46:52.371 INFO O| Oct 31 17:46:52.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
51022024-10-31T17:46:53.774Z[ recovery-image] Oct 31 17:46:52.371 INFO O| Oct 31 17:46:52.371 INFO STEP 312 (remove_files) COMPLETE
51032024-10-31T17:46:53.774Z[ recovery-image] Oct 31 17:46:52.371 INFO O| Oct 31 17:46:52.371 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-31T17:46:53.783Z[ recovery-image] Oct 31 17:46:52.382 INFO O| Oct 31 17:46:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
51052024-10-31T17:46:53.783Z[ recovery-image] Oct 31 17:46:52.382 INFO O| Oct 31 17:46:52.382 INFO STEP 313 (remove_files) COMPLETE
51062024-10-31T17:46:53.783Z[ recovery-image] Oct 31 17:46:52.382 INFO O| Oct 31 17:46:52.382 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-10-31T17:46:53.794Z[ recovery-image] Oct 31 17:46:52.393 INFO O| Oct 31 17:46:52.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51082024-10-31T17:46:53.794Z[ recovery-image] Oct 31 17:46:52.393 INFO O| Oct 31 17:46:52.393 INFO STEP 314 (remove_files) COMPLETE
51092024-10-31T17:46:53.796Z[ recovery-image] Oct 31 17:46:52.393 INFO O| Oct 31 17:46:52.393 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-10-31T17:46:53.804Z[ recovery-image] Oct 31 17:46:52.403 INFO O| Oct 31 17:46:52.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51112024-10-31T17:46:53.804Z[ recovery-image] Oct 31 17:46:52.403 INFO O| Oct 31 17:46:52.403 INFO STEP 315 (remove_files) COMPLETE
51122024-10-31T17:46:53.804Z[ recovery-image] Oct 31 17:46:52.403 INFO O| Oct 31 17:46:52.403 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-10-31T17:46:53.826Z[ recovery-image] Oct 31 17:46:52.424 INFO O| Oct 31 17:46:52.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51142024-10-31T17:46:53.828Z[ recovery-image] Oct 31 17:46:52.424 INFO O| Oct 31 17:46:52.424 INFO STEP 316 (remove_files) COMPLETE
51152024-10-31T17:46:53.828Z[ recovery-image] Oct 31 17:46:52.424 INFO O| Oct 31 17:46:52.424 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-10-31T17:46:53.844Z[ recovery-image] Oct 31 17:46:52.442 INFO O| Oct 31 17:46:52.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51172024-10-31T17:46:53.844Z[ recovery-image] Oct 31 17:46:52.443 INFO O| Oct 31 17:46:52.443 INFO STEP 317 (remove_files) COMPLETE
51182024-10-31T17:46:53.844Z[ recovery-image] Oct 31 17:46:52.443 INFO O| Oct 31 17:46:52.443 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-10-31T17:46:53.863Z[ recovery-image] Oct 31 17:46:52.460 INFO O| Oct 31 17:46:52.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51202024-10-31T17:46:53.863Z[ recovery-image] Oct 31 17:46:52.461 INFO O| Oct 31 17:46:52.461 INFO STEP 318 (remove_files) COMPLETE
51212024-10-31T17:46:53.863Z[ recovery-image] Oct 31 17:46:52.461 INFO O| Oct 31 17:46:52.461 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-10-31T17:46:53.881Z[ recovery-image] Oct 31 17:46:52.479 INFO O| Oct 31 17:46:52.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51232024-10-31T17:46:53.881Z[ recovery-image] Oct 31 17:46:52.479 INFO O| Oct 31 17:46:52.479 INFO STEP 319 (remove_files) COMPLETE
51242024-10-31T17:46:53.881Z[ recovery-image] Oct 31 17:46:52.479 INFO O| Oct 31 17:46:52.479 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-10-31T17:46:53.895Z[ recovery-image] Oct 31 17:46:52.494 INFO O| Oct 31 17:46:52.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51262024-10-31T17:46:53.895Z[ recovery-image] Oct 31 17:46:52.494 INFO O| Oct 31 17:46:52.494 INFO STEP 320 (remove_files) COMPLETE
51272024-10-31T17:46:53.895Z[ recovery-image] Oct 31 17:46:52.494 INFO O| Oct 31 17:46:52.494 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-10-31T17:46:53.905Z[ recovery-image] Oct 31 17:46:52.504 INFO O| Oct 31 17:46:52.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51292024-10-31T17:46:53.905Z[ recovery-image] Oct 31 17:46:52.504 INFO O| Oct 31 17:46:52.504 INFO STEP 321 (remove_files) COMPLETE
51302024-10-31T17:46:53.908Z[ recovery-image] Oct 31 17:46:52.504 INFO O| Oct 31 17:46:52.504 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-10-31T17:46:53.915Z[ recovery-image] Oct 31 17:46:52.514 INFO O| Oct 31 17:46:52.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51322024-10-31T17:46:53.917Z[ recovery-image] Oct 31 17:46:52.514 INFO O| Oct 31 17:46:52.514 INFO STEP 322 (remove_files) COMPLETE
51332024-10-31T17:46:53.917Z[ recovery-image] Oct 31 17:46:52.514 INFO O| Oct 31 17:46:52.514 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-10-31T17:46:53.926Z[ recovery-image] Oct 31 17:46:52.525 INFO O| Oct 31 17:46:52.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51352024-10-31T17:46:53.926Z[ recovery-image] Oct 31 17:46:52.525 INFO O| Oct 31 17:46:52.525 INFO STEP 323 (remove_files) COMPLETE
51362024-10-31T17:46:53.929Z[ recovery-image] Oct 31 17:46:52.525 INFO O| Oct 31 17:46:52.525 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-10-31T17:46:53.936Z[ recovery-image] Oct 31 17:46:52.535 INFO O| Oct 31 17:46:52.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51382024-10-31T17:46:53.939Z[ recovery-image] Oct 31 17:46:52.535 INFO O| Oct 31 17:46:52.535 INFO STEP 324 (remove_files) COMPLETE
51392024-10-31T17:46:53.939Z[ recovery-image] Oct 31 17:46:52.536 INFO O| Oct 31 17:46:52.535 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-10-31T17:46:53.947Z[ recovery-image] Oct 31 17:46:52.546 INFO O| Oct 31 17:46:52.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51412024-10-31T17:46:53.947Z[ recovery-image] Oct 31 17:46:52.546 INFO O| Oct 31 17:46:52.546 INFO STEP 325 (remove_files) COMPLETE
51422024-10-31T17:46:53.950Z[ recovery-image] Oct 31 17:46:52.546 INFO O| Oct 31 17:46:52.546 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-10-31T17:46:53.958Z[ recovery-image] Oct 31 17:46:52.557 INFO O| Oct 31 17:46:52.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51442024-10-31T17:46:53.958Z[ recovery-image] Oct 31 17:46:52.557 INFO O| Oct 31 17:46:52.557 INFO STEP 326 (remove_files) COMPLETE
51452024-10-31T17:46:53.960Z[ recovery-image] Oct 31 17:46:52.557 INFO O| Oct 31 17:46:52.557 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-10-31T17:46:53.968Z[ recovery-image] Oct 31 17:46:52.567 INFO O| Oct 31 17:46:52.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51472024-10-31T17:46:53.971Z[ recovery-image] Oct 31 17:46:52.567 INFO O| Oct 31 17:46:52.567 INFO STEP 327 (remove_files) COMPLETE
51482024-10-31T17:46:53.971Z[ recovery-image] Oct 31 17:46:52.567 INFO O| Oct 31 17:46:52.567 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-10-31T17:46:53.978Z[ recovery-image] Oct 31 17:46:52.577 INFO O| Oct 31 17:46:52.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51502024-10-31T17:46:53.981Z[ recovery-image] Oct 31 17:46:52.577 INFO O| Oct 31 17:46:52.577 INFO STEP 328 (remove_files) COMPLETE
51512024-10-31T17:46:53.981Z[ recovery-image] Oct 31 17:46:52.577 INFO O| Oct 31 17:46:52.577 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-31T17:46:53.989Z[ recovery-image] Oct 31 17:46:52.587 INFO O| Oct 31 17:46:52.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51532024-10-31T17:46:53.989Z[ recovery-image] Oct 31 17:46:52.587 INFO O| Oct 31 17:46:52.587 INFO STEP 329 (remove_files) COMPLETE
51542024-10-31T17:46:53.991Z[ recovery-image] Oct 31 17:46:52.587 INFO O| Oct 31 17:46:52.587 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-31T17:46:53.999Z[ recovery-image] Oct 31 17:46:52.598 INFO O| Oct 31 17:46:52.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51562024-10-31T17:46:53.999Z[ recovery-image] Oct 31 17:46:52.598 INFO O| Oct 31 17:46:52.598 INFO STEP 330 (remove_files) COMPLETE
51572024-10-31T17:46:54.001Z[ recovery-image] Oct 31 17:46:52.598 INFO O| Oct 31 17:46:52.598 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-31T17:46:54.009Z[ recovery-image] Oct 31 17:46:52.608 INFO O| Oct 31 17:46:52.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51592024-10-31T17:46:54.012Z[ recovery-image] Oct 31 17:46:52.608 INFO O| Oct 31 17:46:52.608 INFO STEP 331 (remove_files) COMPLETE
51602024-10-31T17:46:54.012Z[ recovery-image] Oct 31 17:46:52.608 INFO O| Oct 31 17:46:52.608 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-31T17:46:54.019Z[ recovery-image] Oct 31 17:46:52.618 INFO O| Oct 31 17:46:52.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51622024-10-31T17:46:54.019Z[ recovery-image] Oct 31 17:46:52.619 INFO O| Oct 31 17:46:52.619 INFO STEP 332 (remove_files) COMPLETE
51632024-10-31T17:46:54.022Z[ recovery-image] Oct 31 17:46:52.619 INFO O| Oct 31 17:46:52.619 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-31T17:46:54.030Z[ recovery-image] Oct 31 17:46:52.629 INFO O| Oct 31 17:46:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51652024-10-31T17:46:54.030Z[ recovery-image] Oct 31 17:46:52.629 INFO O| Oct 31 17:46:52.629 INFO STEP 333 (remove_files) COMPLETE
51662024-10-31T17:46:54.032Z[ recovery-image] Oct 31 17:46:52.629 INFO O| Oct 31 17:46:52.629 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-31T17:46:54.040Z[ recovery-image] Oct 31 17:46:52.639 INFO O| Oct 31 17:46:52.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51682024-10-31T17:46:54.040Z[ recovery-image] Oct 31 17:46:52.639 INFO O| Oct 31 17:46:52.639 INFO STEP 334 (remove_files) COMPLETE
51692024-10-31T17:46:54.040Z[ recovery-image] Oct 31 17:46:52.639 INFO O| Oct 31 17:46:52.639 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-31T17:46:54.051Z[ recovery-image] Oct 31 17:46:52.650 INFO O| Oct 31 17:46:52.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51712024-10-31T17:46:54.053Z[ recovery-image] Oct 31 17:46:52.650 INFO O| Oct 31 17:46:52.650 INFO STEP 335 (remove_files) COMPLETE
51722024-10-31T17:46:54.053Z[ recovery-image] Oct 31 17:46:52.650 INFO O| Oct 31 17:46:52.650 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-31T17:46:54.061Z[ recovery-image] Oct 31 17:46:52.660 INFO O| Oct 31 17:46:52.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51742024-10-31T17:46:54.061Z[ recovery-image] Oct 31 17:46:52.660 INFO O| Oct 31 17:46:52.660 INFO STEP 336 (remove_files) COMPLETE
51752024-10-31T17:46:54.061Z[ recovery-image] Oct 31 17:46:52.660 INFO O| Oct 31 17:46:52.660 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-31T17:46:54.071Z[ recovery-image] Oct 31 17:46:52.671 INFO O| Oct 31 17:46:52.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51772024-10-31T17:46:54.074Z[ recovery-image] Oct 31 17:46:52.671 INFO O| Oct 31 17:46:52.671 INFO STEP 337 (remove_files) COMPLETE
51782024-10-31T17:46:54.074Z[ recovery-image] Oct 31 17:46:52.671 INFO O| Oct 31 17:46:52.671 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-31T17:46:54.082Z[ recovery-image] Oct 31 17:46:52.681 INFO O| Oct 31 17:46:52.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51802024-10-31T17:46:54.082Z[ recovery-image] Oct 31 17:46:52.681 INFO O| Oct 31 17:46:52.681 INFO STEP 338 (remove_files) COMPLETE
51812024-10-31T17:46:54.082Z[ recovery-image] Oct 31 17:46:52.681 INFO O| Oct 31 17:46:52.681 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-31T17:46:54.092Z[ recovery-image] Oct 31 17:46:52.691 INFO O| Oct 31 17:46:52.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51832024-10-31T17:46:54.092Z[ recovery-image] Oct 31 17:46:52.691 INFO O| Oct 31 17:46:52.691 INFO STEP 339 (remove_files) COMPLETE
51842024-10-31T17:46:54.092Z[ recovery-image] Oct 31 17:46:52.691 INFO O| Oct 31 17:46:52.691 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-31T17:46:54.103Z[ recovery-image] Oct 31 17:46:52.701 INFO O| Oct 31 17:46:52.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51862024-10-31T17:46:54.103Z[ recovery-image] Oct 31 17:46:52.701 INFO O| Oct 31 17:46:52.701 INFO STEP 340 (remove_files) COMPLETE
51872024-10-31T17:46:54.105Z[ recovery-image] Oct 31 17:46:52.701 INFO O| Oct 31 17:46:52.701 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-31T17:46:54.112Z[ recovery-image] Oct 31 17:46:52.711 INFO O| Oct 31 17:46:52.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51892024-10-31T17:46:54.112Z[ recovery-image] Oct 31 17:46:52.711 INFO O| Oct 31 17:46:52.711 INFO STEP 341 (remove_files) COMPLETE
51902024-10-31T17:46:54.114Z[ recovery-image] Oct 31 17:46:52.711 INFO O| Oct 31 17:46:52.711 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-31T17:46:54.124Z[ recovery-image] Oct 31 17:46:52.723 INFO O| Oct 31 17:46:52.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51922024-10-31T17:46:54.124Z[ recovery-image] Oct 31 17:46:52.723 INFO O| Oct 31 17:46:52.723 INFO STEP 342 (remove_files) COMPLETE
51932024-10-31T17:46:54.127Z[ recovery-image] Oct 31 17:46:52.723 INFO O| Oct 31 17:46:52.723 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-10-31T17:46:54.134Z[ recovery-image] Oct 31 17:46:52.733 INFO O| Oct 31 17:46:52.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51952024-10-31T17:46:54.137Z[ recovery-image] Oct 31 17:46:52.734 INFO O| Oct 31 17:46:52.734 INFO STEP 343 (remove_files) COMPLETE
51962024-10-31T17:46:54.137Z[ recovery-image] Oct 31 17:46:52.734 INFO O| Oct 31 17:46:52.734 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-10-31T17:46:54.146Z[ recovery-image] Oct 31 17:46:52.745 INFO O| Oct 31 17:46:52.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51982024-10-31T17:46:54.146Z[ recovery-image] Oct 31 17:46:52.745 INFO O| Oct 31 17:46:52.745 INFO STEP 344 (remove_files) COMPLETE
51992024-10-31T17:46:54.149Z[ recovery-image] Oct 31 17:46:52.745 INFO O| Oct 31 17:46:52.745 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-10-31T17:46:54.157Z[ recovery-image] Oct 31 17:46:52.756 INFO O| Oct 31 17:46:52.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
52012024-10-31T17:46:54.157Z[ recovery-image] Oct 31 17:46:52.756 INFO O| Oct 31 17:46:52.756 INFO STEP 345 (remove_files) COMPLETE
52022024-10-31T17:46:54.160Z[ recovery-image] Oct 31 17:46:52.756 INFO O| Oct 31 17:46:52.756 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-10-31T17:46:54.167Z[ recovery-image] Oct 31 17:46:52.766 INFO O| Oct 31 17:46:52.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
52042024-10-31T17:46:54.167Z[ recovery-image] Oct 31 17:46:52.767 INFO O| Oct 31 17:46:52.766 INFO STEP 346 (remove_files) COMPLETE
52052024-10-31T17:46:54.170Z[ recovery-image] Oct 31 17:46:52.767 INFO O| Oct 31 17:46:52.767 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-10-31T17:46:54.178Z[ recovery-image] Oct 31 17:46:52.777 INFO O| Oct 31 17:46:52.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52072024-10-31T17:46:54.180Z[ recovery-image] Oct 31 17:46:52.777 INFO O| Oct 31 17:46:52.777 INFO STEP 347 (remove_files) COMPLETE
52082024-10-31T17:46:54.180Z[ recovery-image] Oct 31 17:46:52.777 INFO O| Oct 31 17:46:52.777 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-10-31T17:46:54.188Z[ recovery-image] Oct 31 17:46:52.787 INFO O| Oct 31 17:46:52.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52102024-10-31T17:46:54.188Z[ recovery-image] Oct 31 17:46:52.787 INFO O| Oct 31 17:46:52.787 INFO STEP 348 (remove_files) COMPLETE
52112024-10-31T17:46:54.191Z[ recovery-image] Oct 31 17:46:52.787 INFO O| Oct 31 17:46:52.787 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-10-31T17:46:54.198Z[ recovery-image] Oct 31 17:46:52.797 INFO O| Oct 31 17:46:52.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52132024-10-31T17:46:54.198Z[ recovery-image] Oct 31 17:46:52.797 INFO O| Oct 31 17:46:52.797 INFO STEP 349 (remove_files) COMPLETE
52142024-10-31T17:46:54.198Z[ recovery-image] Oct 31 17:46:52.797 INFO O| Oct 31 17:46:52.797 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-10-31T17:46:54.208Z[ recovery-image] Oct 31 17:46:52.807 INFO O| Oct 31 17:46:52.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52162024-10-31T17:46:54.210Z[ recovery-image] Oct 31 17:46:52.807 INFO O| Oct 31 17:46:52.807 INFO STEP 350 (remove_files) COMPLETE
52172024-10-31T17:46:54.210Z[ recovery-image] Oct 31 17:46:52.807 INFO O| Oct 31 17:46:52.807 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-10-31T17:46:54.219Z[ recovery-image] Oct 31 17:46:52.818 INFO O| Oct 31 17:46:52.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52192024-10-31T17:46:54.219Z[ recovery-image] Oct 31 17:46:52.818 INFO O| Oct 31 17:46:52.818 INFO STEP 351 (remove_files) COMPLETE
52202024-10-31T17:46:54.219Z[ recovery-image] Oct 31 17:46:52.818 INFO O| Oct 31 17:46:52.818 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-10-31T17:46:54.230Z[ recovery-image] Oct 31 17:46:52.829 INFO O| Oct 31 17:46:52.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52222024-10-31T17:46:54.230Z[ recovery-image] Oct 31 17:46:52.829 INFO O| Oct 31 17:46:52.829 INFO STEP 352 (remove_files) COMPLETE
52232024-10-31T17:46:54.233Z[ recovery-image] Oct 31 17:46:52.829 INFO O| Oct 31 17:46:52.829 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-10-31T17:46:54.241Z[ recovery-image] Oct 31 17:46:52.840 INFO O| Oct 31 17:46:52.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52252024-10-31T17:46:54.241Z[ recovery-image] Oct 31 17:46:52.840 INFO O| Oct 31 17:46:52.840 INFO STEP 353 (remove_files) COMPLETE
52262024-10-31T17:46:54.241Z[ recovery-image] Oct 31 17:46:52.840 INFO O| Oct 31 17:46:52.840 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-10-31T17:46:54.252Z[ recovery-image] Oct 31 17:46:52.851 INFO O| Oct 31 17:46:52.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52282024-10-31T17:46:54.254Z[ recovery-image] Oct 31 17:46:52.851 INFO O| Oct 31 17:46:52.851 INFO STEP 354 (remove_files) COMPLETE
52292024-10-31T17:46:54.254Z[ recovery-image] Oct 31 17:46:52.851 INFO O| Oct 31 17:46:52.851 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-10-31T17:46:54.263Z[ recovery-image] Oct 31 17:46:52.862 INFO O| Oct 31 17:46:52.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52312024-10-31T17:46:54.263Z[ recovery-image] Oct 31 17:46:52.862 INFO O| Oct 31 17:46:52.862 INFO STEP 355 (remove_files) COMPLETE
52322024-10-31T17:46:54.263Z[ recovery-image] Oct 31 17:46:52.862 INFO O| Oct 31 17:46:52.862 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-10-31T17:46:54.273Z[ recovery-image] Oct 31 17:46:52.872 INFO O| Oct 31 17:46:52.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52342024-10-31T17:46:54.273Z[ recovery-image] Oct 31 17:46:52.872 INFO O| Oct 31 17:46:52.872 INFO STEP 356 (remove_files) COMPLETE
52352024-10-31T17:46:54.273Z[ recovery-image] Oct 31 17:46:52.872 INFO O| Oct 31 17:46:52.872 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-10-31T17:46:54.284Z[ recovery-image] Oct 31 17:46:52.883 INFO O| Oct 31 17:46:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52372024-10-31T17:46:54.287Z[ recovery-image] Oct 31 17:46:52.883 INFO O| Oct 31 17:46:52.883 INFO STEP 357 (remove_files) COMPLETE
52382024-10-31T17:46:54.287Z[ recovery-image] Oct 31 17:46:52.883 INFO O| Oct 31 17:46:52.883 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-10-31T17:46:54.296Z[ recovery-image] Oct 31 17:46:52.895 INFO O| Oct 31 17:46:52.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52402024-10-31T17:46:54.296Z[ recovery-image] Oct 31 17:46:52.895 INFO O| Oct 31 17:46:52.895 INFO STEP 358 (remove_files) COMPLETE
52412024-10-31T17:46:54.296Z[ recovery-image] Oct 31 17:46:52.895 INFO O| Oct 31 17:46:52.895 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-10-31T17:46:54.307Z[ recovery-image] Oct 31 17:46:52.906 INFO O| Oct 31 17:46:52.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52432024-10-31T17:46:54.308Z[ recovery-image] Oct 31 17:46:52.906 INFO O| Oct 31 17:46:52.906 INFO STEP 359 (remove_files) COMPLETE
52442024-10-31T17:46:54.310Z[ recovery-image] Oct 31 17:46:52.907 INFO O| Oct 31 17:46:52.906 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-10-31T17:46:54.319Z[ recovery-image] Oct 31 17:46:52.918 INFO O| Oct 31 17:46:52.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52462024-10-31T17:46:54.321Z[ recovery-image] Oct 31 17:46:52.918 INFO O| Oct 31 17:46:52.918 INFO STEP 360 (remove_files) COMPLETE
52472024-10-31T17:46:54.321Z[ recovery-image] Oct 31 17:46:52.918 INFO O| Oct 31 17:46:52.918 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-10-31T17:46:54.330Z[ recovery-image] Oct 31 17:46:52.929 INFO O| Oct 31 17:46:52.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52492024-10-31T17:46:54.330Z[ recovery-image] Oct 31 17:46:52.929 INFO O| Oct 31 17:46:52.929 INFO STEP 361 (remove_files) COMPLETE
52502024-10-31T17:46:54.332Z[ recovery-image] Oct 31 17:46:52.929 INFO O| Oct 31 17:46:52.929 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-10-31T17:46:54.340Z[ recovery-image] Oct 31 17:46:52.939 INFO O| Oct 31 17:46:52.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52522024-10-31T17:46:54.340Z[ recovery-image] Oct 31 17:46:52.939 INFO O| Oct 31 17:46:52.939 INFO STEP 362 (remove_files) COMPLETE
52532024-10-31T17:46:54.343Z[ recovery-image] Oct 31 17:46:52.939 INFO O| Oct 31 17:46:52.939 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-10-31T17:46:54.351Z[ recovery-image] Oct 31 17:46:52.950 INFO O| Oct 31 17:46:52.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52552024-10-31T17:46:54.354Z[ recovery-image] Oct 31 17:46:52.950 INFO O| Oct 31 17:46:52.950 INFO STEP 363 (remove_files) COMPLETE
52562024-10-31T17:46:54.354Z[ recovery-image] Oct 31 17:46:52.950 INFO O| Oct 31 17:46:52.950 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-10-31T17:46:54.362Z[ recovery-image] Oct 31 17:46:52.961 INFO O| Oct 31 17:46:52.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52582024-10-31T17:46:54.365Z[ recovery-image] Oct 31 17:46:52.961 INFO O| Oct 31 17:46:52.961 INFO STEP 364 (remove_files) COMPLETE
52592024-10-31T17:46:54.365Z[ recovery-image] Oct 31 17:46:52.961 INFO O| Oct 31 17:46:52.961 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-10-31T17:46:54.373Z[ recovery-image] Oct 31 17:46:52.972 INFO O| Oct 31 17:46:52.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52612024-10-31T17:46:54.376Z[ recovery-image] Oct 31 17:46:52.973 INFO O| Oct 31 17:46:52.973 INFO STEP 365 (remove_files) COMPLETE
52622024-10-31T17:46:54.376Z[ recovery-image] Oct 31 17:46:52.973 INFO O| Oct 31 17:46:52.973 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-10-31T17:46:54.384Z[ recovery-image] Oct 31 17:46:52.983 INFO O| Oct 31 17:46:52.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52642024-10-31T17:46:54.384Z[ recovery-image] Oct 31 17:46:52.983 INFO O| Oct 31 17:46:52.983 INFO STEP 366 (remove_files) COMPLETE
52652024-10-31T17:46:54.384Z[ recovery-image] Oct 31 17:46:52.983 INFO O| Oct 31 17:46:52.983 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-31T17:46:54.394Z[ recovery-image] Oct 31 17:46:52.993 INFO O| Oct 31 17:46:52.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52672024-10-31T17:46:54.397Z[ recovery-image] Oct 31 17:46:52.993 INFO O| Oct 31 17:46:52.993 INFO STEP 367 (remove_files) COMPLETE
52682024-10-31T17:46:54.397Z[ recovery-image] Oct 31 17:46:52.993 INFO O| Oct 31 17:46:52.993 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-10-31T17:46:54.405Z[ recovery-image] Oct 31 17:46:53.004 INFO O| Oct 31 17:46:53.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52702024-10-31T17:46:54.405Z[ recovery-image] Oct 31 17:46:53.004 INFO O| Oct 31 17:46:53.004 INFO STEP 368 (remove_files) COMPLETE
52712024-10-31T17:46:54.405Z[ recovery-image] Oct 31 17:46:53.004 INFO O| Oct 31 17:46:53.004 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-10-31T17:46:54.416Z[ recovery-image] Oct 31 17:46:53.014 INFO O| Oct 31 17:46:53.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52732024-10-31T17:46:54.416Z[ recovery-image] Oct 31 17:46:53.014 INFO O| Oct 31 17:46:53.014 INFO STEP 369 (remove_files) COMPLETE
52742024-10-31T17:46:54.418Z[ recovery-image] Oct 31 17:46:53.015 INFO O| Oct 31 17:46:53.014 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-10-31T17:46:54.425Z[ recovery-image] Oct 31 17:46:53.024 INFO O| Oct 31 17:46:53.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52762024-10-31T17:46:54.425Z[ recovery-image] Oct 31 17:46:53.025 INFO O| Oct 31 17:46:53.025 INFO STEP 370 (remove_files) COMPLETE
52772024-10-31T17:46:54.428Z[ recovery-image] Oct 31 17:46:53.025 INFO O| Oct 31 17:46:53.025 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-10-31T17:46:54.435Z[ recovery-image] Oct 31 17:46:53.034 INFO O| Oct 31 17:46:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52792024-10-31T17:46:54.438Z[ recovery-image] Oct 31 17:46:53.035 INFO O| Oct 31 17:46:53.035 INFO STEP 371 (remove_files) COMPLETE
52802024-10-31T17:46:54.438Z[ recovery-image] Oct 31 17:46:53.035 INFO O| Oct 31 17:46:53.035 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-10-31T17:46:54.445Z[ recovery-image] Oct 31 17:46:53.044 INFO O| Oct 31 17:46:53.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52822024-10-31T17:46:54.445Z[ recovery-image] Oct 31 17:46:53.044 INFO O| Oct 31 17:46:53.044 INFO STEP 372 (remove_files) COMPLETE
52832024-10-31T17:46:54.448Z[ recovery-image] Oct 31 17:46:53.044 INFO O| Oct 31 17:46:53.044 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-10-31T17:46:54.455Z[ recovery-image] Oct 31 17:46:53.054 INFO O| Oct 31 17:46:53.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52852024-10-31T17:46:54.455Z[ recovery-image] Oct 31 17:46:53.054 INFO O| Oct 31 17:46:53.054 INFO STEP 373 (remove_files) COMPLETE
52862024-10-31T17:46:54.455Z[ recovery-image] Oct 31 17:46:53.054 INFO O| Oct 31 17:46:53.054 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-10-31T17:46:54.465Z[ recovery-image] Oct 31 17:46:53.064 INFO O| Oct 31 17:46:53.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52882024-10-31T17:46:54.465Z[ recovery-image] Oct 31 17:46:53.064 INFO O| Oct 31 17:46:53.064 INFO STEP 374 (remove_files) COMPLETE
52892024-10-31T17:46:54.468Z[ recovery-image] Oct 31 17:46:53.064 INFO O| Oct 31 17:46:53.064 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-31T17:46:54.475Z[ recovery-image] Oct 31 17:46:53.074 INFO O| Oct 31 17:46:53.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52912024-10-31T17:46:54.475Z[ recovery-image] Oct 31 17:46:53.074 INFO O| Oct 31 17:46:53.074 INFO STEP 375 (remove_files) COMPLETE
52922024-10-31T17:46:54.477Z[ recovery-image] Oct 31 17:46:53.074 INFO O| Oct 31 17:46:53.074 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-31T17:46:54.485Z[ recovery-image] Oct 31 17:46:53.084 INFO O| Oct 31 17:46:53.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52942024-10-31T17:46:54.485Z[ recovery-image] Oct 31 17:46:53.084 INFO O| Oct 31 17:46:53.084 INFO STEP 376 (remove_files) COMPLETE
52952024-10-31T17:46:54.487Z[ recovery-image] Oct 31 17:46:53.084 INFO O| Oct 31 17:46:53.084 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-31T17:46:54.495Z[ recovery-image] Oct 31 17:46:53.094 INFO O| Oct 31 17:46:53.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52972024-10-31T17:46:54.495Z[ recovery-image] Oct 31 17:46:53.094 INFO O| Oct 31 17:46:53.094 INFO STEP 377 (remove_files) COMPLETE
52982024-10-31T17:46:54.497Z[ recovery-image] Oct 31 17:46:53.094 INFO O| Oct 31 17:46:53.094 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-31T17:46:54.505Z[ recovery-image] Oct 31 17:46:53.104 INFO O| Oct 31 17:46:53.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
53002024-10-31T17:46:54.505Z[ recovery-image] Oct 31 17:46:53.104 INFO O| Oct 31 17:46:53.104 INFO STEP 378 (remove_files) COMPLETE
53012024-10-31T17:46:54.508Z[ recovery-image] Oct 31 17:46:53.104 INFO O| Oct 31 17:46:53.104 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-31T17:46:54.516Z[ recovery-image] Oct 31 17:46:53.115 INFO O| Oct 31 17:46:53.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
53032024-10-31T17:46:54.516Z[ recovery-image] Oct 31 17:46:53.115 INFO O| Oct 31 17:46:53.115 INFO STEP 379 (remove_files) COMPLETE
53042024-10-31T17:46:54.518Z[ recovery-image] Oct 31 17:46:53.115 INFO O| Oct 31 17:46:53.115 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-31T17:46:54.526Z[ recovery-image] Oct 31 17:46:53.125 INFO O| Oct 31 17:46:53.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53062024-10-31T17:46:54.526Z[ recovery-image] Oct 31 17:46:53.125 INFO O| Oct 31 17:46:53.125 INFO STEP 380 (remove_files) COMPLETE
53072024-10-31T17:46:54.528Z[ recovery-image] Oct 31 17:46:53.125 INFO O| Oct 31 17:46:53.125 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-31T17:46:54.536Z[ recovery-image] Oct 31 17:46:53.135 INFO O| Oct 31 17:46:53.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53092024-10-31T17:46:54.539Z[ recovery-image] Oct 31 17:46:53.135 INFO O| Oct 31 17:46:53.135 INFO STEP 381 (remove_files) COMPLETE
53102024-10-31T17:46:54.539Z[ recovery-image] Oct 31 17:46:53.135 INFO O| Oct 31 17:46:53.135 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-31T17:46:54.547Z[ recovery-image] Oct 31 17:46:53.146 INFO O| Oct 31 17:46:53.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53122024-10-31T17:46:54.547Z[ recovery-image] Oct 31 17:46:53.146 INFO O| Oct 31 17:46:53.146 INFO STEP 382 (remove_files) COMPLETE
53132024-10-31T17:46:54.549Z[ recovery-image] Oct 31 17:46:53.146 INFO O| Oct 31 17:46:53.146 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-31T17:46:54.557Z[ recovery-image] Oct 31 17:46:53.156 INFO O| Oct 31 17:46:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53152024-10-31T17:46:54.559Z[ recovery-image] Oct 31 17:46:53.156 INFO O| Oct 31 17:46:53.156 INFO STEP 383 (remove_files) COMPLETE
53162024-10-31T17:46:54.559Z[ recovery-image] Oct 31 17:46:53.156 INFO O| Oct 31 17:46:53.156 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-31T17:46:54.567Z[ recovery-image] Oct 31 17:46:53.166 INFO O| Oct 31 17:46:53.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53182024-10-31T17:46:54.570Z[ recovery-image] Oct 31 17:46:53.166 INFO O| Oct 31 17:46:53.166 INFO STEP 384 (remove_files) COMPLETE
53192024-10-31T17:46:54.570Z[ recovery-image] Oct 31 17:46:53.166 INFO O| Oct 31 17:46:53.166 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-31T17:46:54.577Z[ recovery-image] Oct 31 17:46:53.176 INFO O| Oct 31 17:46:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53212024-10-31T17:46:54.580Z[ recovery-image] Oct 31 17:46:53.176 INFO O| Oct 31 17:46:53.176 INFO STEP 385 (remove_files) COMPLETE
53222024-10-31T17:46:54.580Z[ recovery-image] Oct 31 17:46:53.176 INFO O| Oct 31 17:46:53.176 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-31T17:46:54.587Z[ recovery-image] Oct 31 17:46:53.186 INFO O| Oct 31 17:46:53.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53242024-10-31T17:46:54.587Z[ recovery-image] Oct 31 17:46:53.186 INFO O| Oct 31 17:46:53.186 INFO STEP 386 (remove_files) COMPLETE
53252024-10-31T17:46:54.587Z[ recovery-image] Oct 31 17:46:53.186 INFO O| Oct 31 17:46:53.186 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-31T17:46:54.597Z[ recovery-image] Oct 31 17:46:53.196 INFO O| Oct 31 17:46:53.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53272024-10-31T17:46:54.600Z[ recovery-image] Oct 31 17:46:53.196 INFO O| Oct 31 17:46:53.196 INFO STEP 387 (remove_files) COMPLETE
53282024-10-31T17:46:54.600Z[ recovery-image] Oct 31 17:46:53.196 INFO O| Oct 31 17:46:53.196 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-31T17:46:54.607Z[ recovery-image] Oct 31 17:46:53.206 INFO O| Oct 31 17:46:53.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53302024-10-31T17:46:54.610Z[ recovery-image] Oct 31 17:46:53.206 INFO O| Oct 31 17:46:53.206 INFO STEP 388 (remove_files) COMPLETE
53312024-10-31T17:46:54.610Z[ recovery-image] Oct 31 17:46:53.206 INFO O| Oct 31 17:46:53.206 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-31T17:46:54.617Z[ recovery-image] Oct 31 17:46:53.216 INFO O| Oct 31 17:46:53.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53332024-10-31T17:46:54.617Z[ recovery-image] Oct 31 17:46:53.216 INFO O| Oct 31 17:46:53.216 INFO STEP 389 (remove_files) COMPLETE
53342024-10-31T17:46:54.617Z[ recovery-image] Oct 31 17:46:53.216 INFO O| Oct 31 17:46:53.216 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-31T17:46:54.627Z[ recovery-image] Oct 31 17:46:53.226 INFO O| Oct 31 17:46:53.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53362024-10-31T17:46:54.627Z[ recovery-image] Oct 31 17:46:53.226 INFO O| Oct 31 17:46:53.226 INFO STEP 390 (remove_files) COMPLETE
53372024-10-31T17:46:54.627Z[ recovery-image] Oct 31 17:46:53.226 INFO O| Oct 31 17:46:53.226 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-31T17:46:54.637Z[ recovery-image] Oct 31 17:46:53.236 INFO O| Oct 31 17:46:53.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53392024-10-31T17:46:54.640Z[ recovery-image] Oct 31 17:46:53.237 INFO O| Oct 31 17:46:53.237 INFO STEP 391 (remove_files) COMPLETE
53402024-10-31T17:46:54.640Z[ recovery-image] Oct 31 17:46:53.237 INFO O| Oct 31 17:46:53.237 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-31T17:46:54.648Z[ recovery-image] Oct 31 17:46:53.247 INFO O| Oct 31 17:46:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53422024-10-31T17:46:54.648Z[ recovery-image] Oct 31 17:46:53.247 INFO O| Oct 31 17:46:53.247 INFO STEP 392 (remove_files) COMPLETE
53432024-10-31T17:46:54.651Z[ recovery-image] Oct 31 17:46:53.247 INFO O| Oct 31 17:46:53.247 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-31T17:46:54.658Z[ recovery-image] Oct 31 17:46:53.257 INFO O| Oct 31 17:46:53.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53452024-10-31T17:46:54.658Z[ recovery-image] Oct 31 17:46:53.257 INFO O| Oct 31 17:46:53.257 INFO STEP 393 (remove_files) COMPLETE
53462024-10-31T17:46:54.660Z[ recovery-image] Oct 31 17:46:53.257 INFO O| Oct 31 17:46:53.257 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-31T17:46:54.667Z[ recovery-image] Oct 31 17:46:53.266 INFO O| Oct 31 17:46:53.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53482024-10-31T17:46:54.667Z[ recovery-image] Oct 31 17:46:53.267 INFO O| Oct 31 17:46:53.266 INFO STEP 394 (remove_files) COMPLETE
53492024-10-31T17:46:54.670Z[ recovery-image] Oct 31 17:46:53.267 INFO O| Oct 31 17:46:53.267 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-10-31T17:46:54.677Z[ recovery-image] Oct 31 17:46:53.276 INFO O| Oct 31 17:46:53.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53512024-10-31T17:46:54.677Z[ recovery-image] Oct 31 17:46:53.277 INFO O| Oct 31 17:46:53.276 INFO STEP 395 (remove_files) COMPLETE
53522024-10-31T17:46:54.680Z[ recovery-image] Oct 31 17:46:53.277 INFO O| Oct 31 17:46:53.277 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-31T17:46:54.687Z[ recovery-image] Oct 31 17:46:53.286 INFO O| Oct 31 17:46:53.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53542024-10-31T17:46:54.687Z[ recovery-image] Oct 31 17:46:53.286 INFO O| Oct 31 17:46:53.286 INFO STEP 396 (remove_files) COMPLETE
53552024-10-31T17:46:54.690Z[ recovery-image] Oct 31 17:46:53.286 INFO O| Oct 31 17:46:53.286 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-31T17:46:54.697Z[ recovery-image] Oct 31 17:46:53.296 INFO O| Oct 31 17:46:53.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53572024-10-31T17:46:54.697Z[ recovery-image] Oct 31 17:46:53.296 INFO O| Oct 31 17:46:53.296 INFO STEP 397 (remove_files) COMPLETE
53582024-10-31T17:46:54.697Z[ recovery-image] Oct 31 17:46:53.296 INFO O| Oct 31 17:46:53.296 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-31T17:46:54.708Z[ recovery-image] Oct 31 17:46:53.307 INFO O| Oct 31 17:46:53.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53602024-10-31T17:46:54.708Z[ recovery-image] Oct 31 17:46:53.307 INFO O| Oct 31 17:46:53.307 INFO STEP 398 (remove_files) COMPLETE
53612024-10-31T17:46:54.710Z[ recovery-image] Oct 31 17:46:53.307 INFO O| Oct 31 17:46:53.307 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-31T17:46:54.718Z[ recovery-image] Oct 31 17:46:53.317 INFO O| Oct 31 17:46:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53632024-10-31T17:46:54.718Z[ recovery-image] Oct 31 17:46:53.317 INFO O| Oct 31 17:46:53.317 INFO STEP 399 (remove_files) COMPLETE
53642024-10-31T17:46:54.721Z[ recovery-image] Oct 31 17:46:53.317 INFO O| Oct 31 17:46:53.317 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-31T17:46:54.728Z[ recovery-image] Oct 31 17:46:53.327 INFO O| Oct 31 17:46:53.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53662024-10-31T17:46:54.731Z[ recovery-image] Oct 31 17:46:53.327 INFO O| Oct 31 17:46:53.327 INFO STEP 400 (remove_files) COMPLETE
53672024-10-31T17:46:54.731Z[ recovery-image] Oct 31 17:46:53.327 INFO O| Oct 31 17:46:53.327 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-31T17:46:54.738Z[ recovery-image] Oct 31 17:46:53.337 INFO O| Oct 31 17:46:53.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53692024-10-31T17:46:54.741Z[ recovery-image] Oct 31 17:46:53.337 INFO O| Oct 31 17:46:53.337 INFO STEP 401 (remove_files) COMPLETE
53702024-10-31T17:46:54.741Z[ recovery-image] Oct 31 17:46:53.337 INFO O| Oct 31 17:46:53.337 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-31T17:46:54.748Z[ recovery-image] Oct 31 17:46:53.347 INFO O| Oct 31 17:46:53.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53722024-10-31T17:46:54.748Z[ recovery-image] Oct 31 17:46:53.347 INFO O| Oct 31 17:46:53.347 INFO STEP 402 (remove_files) COMPLETE
53732024-10-31T17:46:54.750Z[ recovery-image] Oct 31 17:46:53.347 INFO O| Oct 31 17:46:53.347 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-31T17:46:54.758Z[ recovery-image] Oct 31 17:46:53.357 INFO O| Oct 31 17:46:53.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53752024-10-31T17:46:54.758Z[ recovery-image] Oct 31 17:46:53.357 INFO O| Oct 31 17:46:53.357 INFO STEP 403 (remove_files) COMPLETE
53762024-10-31T17:46:54.758Z[ recovery-image] Oct 31 17:46:53.357 INFO O| Oct 31 17:46:53.357 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-31T17:46:54.769Z[ recovery-image] Oct 31 17:46:53.368 INFO O| Oct 31 17:46:53.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53782024-10-31T17:46:54.769Z[ recovery-image] Oct 31 17:46:53.368 INFO O| Oct 31 17:46:53.368 INFO STEP 404 (remove_files) COMPLETE
53792024-10-31T17:46:54.769Z[ recovery-image] Oct 31 17:46:53.368 INFO O| Oct 31 17:46:53.368 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-31T17:46:54.779Z[ recovery-image] Oct 31 17:46:53.378 INFO O| Oct 31 17:46:53.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53812024-10-31T17:46:54.779Z[ recovery-image] Oct 31 17:46:53.378 INFO O| Oct 31 17:46:53.378 INFO STEP 405 (remove_files) COMPLETE
53822024-10-31T17:46:54.779Z[ recovery-image] Oct 31 17:46:53.378 INFO O| Oct 31 17:46:53.378 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-31T17:46:54.790Z[ recovery-image] Oct 31 17:46:53.389 INFO O| Oct 31 17:46:53.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53842024-10-31T17:46:54.790Z[ recovery-image] Oct 31 17:46:53.389 INFO O| Oct 31 17:46:53.389 INFO STEP 406 (remove_files) COMPLETE
53852024-10-31T17:46:54.790Z[ recovery-image] Oct 31 17:46:53.389 INFO O| Oct 31 17:46:53.389 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-31T17:46:54.800Z[ recovery-image] Oct 31 17:46:53.399 INFO O| Oct 31 17:46:53.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53872024-10-31T17:46:54.800Z[ recovery-image] Oct 31 17:46:53.399 INFO O| Oct 31 17:46:53.399 INFO STEP 407 (remove_files) COMPLETE
53882024-10-31T17:46:54.800Z[ recovery-image] Oct 31 17:46:53.399 INFO O| Oct 31 17:46:53.399 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-31T17:46:54.811Z[ recovery-image] Oct 31 17:46:53.410 INFO O| Oct 31 17:46:53.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53902024-10-31T17:46:54.811Z[ recovery-image] Oct 31 17:46:53.410 INFO O| Oct 31 17:46:53.410 INFO STEP 408 (remove_files) COMPLETE
53912024-10-31T17:46:54.811Z[ recovery-image] Oct 31 17:46:53.410 INFO O| Oct 31 17:46:53.410 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-31T17:46:54.822Z[ recovery-image] Oct 31 17:46:53.420 INFO O| Oct 31 17:46:53.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53932024-10-31T17:46:54.822Z[ recovery-image] Oct 31 17:46:53.421 INFO O| Oct 31 17:46:53.421 INFO STEP 409 (remove_files) COMPLETE
53942024-10-31T17:46:54.824Z[ recovery-image] Oct 31 17:46:53.421 INFO O| Oct 31 17:46:53.421 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-31T17:46:54.832Z[ recovery-image] Oct 31 17:46:53.431 INFO O| Oct 31 17:46:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53962024-10-31T17:46:54.834Z[ recovery-image] Oct 31 17:46:53.431 INFO O| Oct 31 17:46:53.431 INFO STEP 410 (remove_files) COMPLETE
53972024-10-31T17:46:54.834Z[ recovery-image] Oct 31 17:46:53.431 INFO O| Oct 31 17:46:53.431 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-31T17:46:54.842Z[ recovery-image] Oct 31 17:46:53.441 INFO O| Oct 31 17:46:53.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53992024-10-31T17:46:54.842Z[ recovery-image] Oct 31 17:46:53.441 INFO O| Oct 31 17:46:53.441 INFO STEP 411 (remove_files) COMPLETE
54002024-10-31T17:46:54.845Z[ recovery-image] Oct 31 17:46:53.441 INFO O| Oct 31 17:46:53.441 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-31T17:46:54.853Z[ recovery-image] Oct 31 17:46:53.452 INFO O| Oct 31 17:46:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
54022024-10-31T17:46:54.853Z[ recovery-image] Oct 31 17:46:53.452 INFO O| Oct 31 17:46:53.452 INFO STEP 412 (remove_files) COMPLETE
54032024-10-31T17:46:54.853Z[ recovery-image] Oct 31 17:46:53.452 INFO O| Oct 31 17:46:53.452 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-31T17:46:54.865Z[ recovery-image] Oct 31 17:46:53.463 INFO O| Oct 31 17:46:53.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54052024-10-31T17:46:54.865Z[ recovery-image] Oct 31 17:46:53.464 INFO O| Oct 31 17:46:53.464 INFO STEP 413 (remove_files) COMPLETE
54062024-10-31T17:46:54.867Z[ recovery-image] Oct 31 17:46:53.464 INFO O| Oct 31 17:46:53.464 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-31T17:46:54.875Z[ recovery-image] Oct 31 17:46:53.474 INFO O| Oct 31 17:46:53.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54082024-10-31T17:46:54.875Z[ recovery-image] Oct 31 17:46:53.474 INFO O| Oct 31 17:46:53.474 INFO STEP 414 (remove_files) COMPLETE
54092024-10-31T17:46:54.878Z[ recovery-image] Oct 31 17:46:53.475 INFO O| Oct 31 17:46:53.474 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-31T17:46:54.886Z[ recovery-image] Oct 31 17:46:53.485 INFO O| Oct 31 17:46:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54112024-10-31T17:46:54.888Z[ recovery-image] Oct 31 17:46:53.486 INFO O| Oct 31 17:46:53.486 INFO STEP 415 (remove_files) COMPLETE
54122024-10-31T17:46:54.888Z[ recovery-image] Oct 31 17:46:53.486 INFO O| Oct 31 17:46:53.486 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-31T17:46:54.897Z[ recovery-image] Oct 31 17:46:53.496 INFO O| Oct 31 17:46:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54142024-10-31T17:46:54.900Z[ recovery-image] Oct 31 17:46:53.496 INFO O| Oct 31 17:46:53.496 INFO STEP 416 (remove_files) COMPLETE
54152024-10-31T17:46:54.900Z[ recovery-image] Oct 31 17:46:53.497 INFO O| Oct 31 17:46:53.496 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-31T17:46:54.908Z[ recovery-image] Oct 31 17:46:53.507 INFO O| Oct 31 17:46:53.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54172024-10-31T17:46:54.910Z[ recovery-image] Oct 31 17:46:53.507 INFO O| Oct 31 17:46:53.507 INFO STEP 417 (remove_files) COMPLETE
54182024-10-31T17:46:54.910Z[ recovery-image] Oct 31 17:46:53.507 INFO O| Oct 31 17:46:53.507 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-31T17:46:54.918Z[ recovery-image] Oct 31 17:46:53.517 INFO O| Oct 31 17:46:53.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54202024-10-31T17:46:54.920Z[ recovery-image] Oct 31 17:46:53.517 INFO O| Oct 31 17:46:53.517 INFO STEP 418 (remove_files) COMPLETE
54212024-10-31T17:46:54.920Z[ recovery-image] Oct 31 17:46:53.517 INFO O| Oct 31 17:46:53.517 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-31T17:46:54.928Z[ recovery-image] Oct 31 17:46:53.527 INFO O| Oct 31 17:46:53.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54232024-10-31T17:46:54.931Z[ recovery-image] Oct 31 17:46:53.527 INFO O| Oct 31 17:46:53.527 INFO STEP 419 (remove_files) COMPLETE
54242024-10-31T17:46:54.931Z[ recovery-image] Oct 31 17:46:53.527 INFO O| Oct 31 17:46:53.527 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-31T17:46:54.938Z[ recovery-image] Oct 31 17:46:53.537 INFO O| Oct 31 17:46:53.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54262024-10-31T17:46:54.938Z[ recovery-image] Oct 31 17:46:53.538 INFO O| Oct 31 17:46:53.537 INFO STEP 420 (remove_files) COMPLETE
54272024-10-31T17:46:54.939Z[ recovery-image] Oct 31 17:46:53.538 INFO O| Oct 31 17:46:53.538 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-31T17:46:54.949Z[ recovery-image] Oct 31 17:46:53.548 INFO O| Oct 31 17:46:53.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54292024-10-31T17:46:54.951Z[ recovery-image] Oct 31 17:46:53.548 INFO O| Oct 31 17:46:53.548 INFO STEP 421 (remove_files) COMPLETE
54302024-10-31T17:46:54.951Z[ recovery-image] Oct 31 17:46:53.548 INFO O| Oct 31 17:46:53.548 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-31T17:46:54.959Z[ recovery-image] Oct 31 17:46:53.558 INFO O| Oct 31 17:46:53.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54322024-10-31T17:46:54.959Z[ recovery-image] Oct 31 17:46:53.558 INFO O| Oct 31 17:46:53.558 INFO STEP 422 (remove_files) COMPLETE
54332024-10-31T17:46:54.959Z[ recovery-image] Oct 31 17:46:53.558 INFO O| Oct 31 17:46:53.558 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-31T17:46:54.969Z[ recovery-image] Oct 31 17:46:53.568 INFO O| Oct 31 17:46:53.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54352024-10-31T17:46:54.972Z[ recovery-image] Oct 31 17:46:53.568 INFO O| Oct 31 17:46:53.568 INFO STEP 423 (remove_files) COMPLETE
54362024-10-31T17:46:54.972Z[ recovery-image] Oct 31 17:46:53.568 INFO O| Oct 31 17:46:53.568 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-31T17:46:54.980Z[ recovery-image] Oct 31 17:46:53.578 INFO O| Oct 31 17:46:53.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54382024-10-31T17:46:54.982Z[ recovery-image] Oct 31 17:46:53.579 INFO O| Oct 31 17:46:53.578 INFO STEP 424 (remove_files) COMPLETE
54392024-10-31T17:46:54.982Z[ recovery-image] Oct 31 17:46:53.579 INFO O| Oct 31 17:46:53.579 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-31T17:46:54.990Z[ recovery-image] Oct 31 17:46:53.589 INFO O| Oct 31 17:46:53.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54412024-10-31T17:46:54.991Z[ recovery-image] Oct 31 17:46:53.590 INFO O| Oct 31 17:46:53.590 INFO STEP 425 (remove_files) COMPLETE
54422024-10-31T17:46:54.991Z[ recovery-image] Oct 31 17:46:53.590 INFO O| Oct 31 17:46:53.590 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-31T17:46:55.001Z[ recovery-image] Oct 31 17:46:53.600 INFO O| Oct 31 17:46:53.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54442024-10-31T17:46:55.002Z[ recovery-image] Oct 31 17:46:53.600 INFO O| Oct 31 17:46:53.600 INFO STEP 426 (remove_files) COMPLETE
54452024-10-31T17:46:55.002Z[ recovery-image] Oct 31 17:46:53.600 INFO O| Oct 31 17:46:53.600 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-10-31T17:46:55.011Z[ recovery-image] Oct 31 17:46:53.610 INFO O| Oct 31 17:46:53.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54472024-10-31T17:46:55.011Z[ recovery-image] Oct 31 17:46:53.610 INFO O| Oct 31 17:46:53.610 INFO STEP 427 (remove_files) COMPLETE
54482024-10-31T17:46:55.011Z[ recovery-image] Oct 31 17:46:53.610 INFO O| Oct 31 17:46:53.610 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-10-31T17:46:55.022Z[ recovery-image] Oct 31 17:46:53.621 INFO O| Oct 31 17:46:53.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54502024-10-31T17:46:55.022Z[ recovery-image] Oct 31 17:46:53.621 INFO O| Oct 31 17:46:53.621 INFO STEP 428 (remove_files) COMPLETE
54512024-10-31T17:46:55.025Z[ recovery-image] Oct 31 17:46:53.621 INFO O| Oct 31 17:46:53.621 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-31T17:46:55.033Z[ recovery-image] Oct 31 17:46:53.632 INFO O| Oct 31 17:46:53.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54532024-10-31T17:46:55.033Z[ recovery-image] Oct 31 17:46:53.632 INFO O| Oct 31 17:46:53.632 INFO STEP 429 (remove_files) COMPLETE
54542024-10-31T17:46:55.033Z[ recovery-image] Oct 31 17:46:53.632 INFO O| Oct 31 17:46:53.632 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-31T17:46:55.044Z[ recovery-image] Oct 31 17:46:53.643 INFO O| Oct 31 17:46:53.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54562024-10-31T17:46:55.044Z[ recovery-image] Oct 31 17:46:53.643 INFO O| Oct 31 17:46:53.643 INFO STEP 430 (remove_files) COMPLETE
54572024-10-31T17:46:55.046Z[ recovery-image] Oct 31 17:46:53.643 INFO O| Oct 31 17:46:53.643 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-31T17:46:55.054Z[ recovery-image] Oct 31 17:46:53.653 INFO O| Oct 31 17:46:53.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54592024-10-31T17:46:55.054Z[ recovery-image] Oct 31 17:46:53.653 INFO O| Oct 31 17:46:53.653 INFO STEP 431 (remove_files) COMPLETE
54602024-10-31T17:46:55.054Z[ recovery-image] Oct 31 17:46:53.653 INFO O| Oct 31 17:46:53.653 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-31T17:46:55.065Z[ recovery-image] Oct 31 17:46:53.664 INFO O| Oct 31 17:46:53.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54622024-10-31T17:46:55.065Z[ recovery-image] Oct 31 17:46:53.664 INFO O| Oct 31 17:46:53.664 INFO STEP 432 (remove_files) COMPLETE
54632024-10-31T17:46:55.068Z[ recovery-image] Oct 31 17:46:53.664 INFO O| Oct 31 17:46:53.664 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-31T17:46:55.075Z[ recovery-image] Oct 31 17:46:53.674 INFO O| Oct 31 17:46:53.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54652024-10-31T17:46:55.075Z[ recovery-image] Oct 31 17:46:53.674 INFO O| Oct 31 17:46:53.674 INFO STEP 433 (remove_files) COMPLETE
54662024-10-31T17:46:55.075Z[ recovery-image] Oct 31 17:46:53.674 INFO O| Oct 31 17:46:53.674 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-31T17:46:55.085Z[ recovery-image] Oct 31 17:46:53.684 INFO O| Oct 31 17:46:53.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54682024-10-31T17:46:55.085Z[ recovery-image] Oct 31 17:46:53.684 INFO O| Oct 31 17:46:53.684 INFO STEP 434 (remove_files) COMPLETE
54692024-10-31T17:46:55.085Z[ recovery-image] Oct 31 17:46:53.684 INFO O| Oct 31 17:46:53.684 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-31T17:46:55.095Z[ recovery-image] Oct 31 17:46:53.694 INFO O| Oct 31 17:46:53.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54712024-10-31T17:46:55.095Z[ recovery-image] Oct 31 17:46:53.694 INFO O| Oct 31 17:46:53.694 INFO STEP 435 (remove_files) COMPLETE
54722024-10-31T17:46:55.095Z[ recovery-image] Oct 31 17:46:53.694 INFO O| Oct 31 17:46:53.694 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-31T17:46:55.105Z[ recovery-image] Oct 31 17:46:53.704 INFO O| Oct 31 17:46:53.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54742024-10-31T17:46:55.105Z[ recovery-image] Oct 31 17:46:53.704 INFO O| Oct 31 17:46:53.704 INFO STEP 436 (remove_files) COMPLETE
54752024-10-31T17:46:55.105Z[ recovery-image] Oct 31 17:46:53.704 INFO O| Oct 31 17:46:53.704 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-31T17:46:55.115Z[ recovery-image] Oct 31 17:46:53.714 INFO O| Oct 31 17:46:53.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54772024-10-31T17:46:55.115Z[ recovery-image] Oct 31 17:46:53.714 INFO O| Oct 31 17:46:53.714 INFO STEP 437 (remove_files) COMPLETE
54782024-10-31T17:46:55.115Z[ recovery-image] Oct 31 17:46:53.714 INFO O| Oct 31 17:46:53.714 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-31T17:46:55.125Z[ recovery-image] Oct 31 17:46:53.724 INFO O| Oct 31 17:46:53.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54802024-10-31T17:46:55.125Z[ recovery-image] Oct 31 17:46:53.724 INFO O| Oct 31 17:46:53.724 INFO STEP 438 (remove_files) COMPLETE
54812024-10-31T17:46:55.128Z[ recovery-image] Oct 31 17:46:53.724 INFO O| Oct 31 17:46:53.724 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-31T17:46:55.135Z[ recovery-image] Oct 31 17:46:53.734 INFO O| Oct 31 17:46:53.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54832024-10-31T17:46:55.135Z[ recovery-image] Oct 31 17:46:53.734 INFO O| Oct 31 17:46:53.734 INFO STEP 439 (remove_files) COMPLETE
54842024-10-31T17:46:55.135Z[ recovery-image] Oct 31 17:46:53.734 INFO O| Oct 31 17:46:53.734 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-31T17:46:55.146Z[ recovery-image] Oct 31 17:46:53.745 INFO O| Oct 31 17:46:53.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54862024-10-31T17:46:55.146Z[ recovery-image] Oct 31 17:46:53.745 INFO O| Oct 31 17:46:53.745 INFO STEP 440 (remove_files) COMPLETE
54872024-10-31T17:46:55.148Z[ recovery-image] Oct 31 17:46:53.745 INFO O| Oct 31 17:46:53.745 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-31T17:46:55.157Z[ recovery-image] Oct 31 17:46:53.756 INFO O| Oct 31 17:46:53.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54892024-10-31T17:46:55.157Z[ recovery-image] Oct 31 17:46:53.756 INFO O| Oct 31 17:46:53.756 INFO STEP 441 (remove_files) COMPLETE
54902024-10-31T17:46:55.159Z[ recovery-image] Oct 31 17:46:53.756 INFO O| Oct 31 17:46:53.756 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-31T17:46:55.169Z[ recovery-image] Oct 31 17:46:53.767 INFO O| Oct 31 17:46:53.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54922024-10-31T17:46:55.169Z[ recovery-image] Oct 31 17:46:53.768 INFO O| Oct 31 17:46:53.768 INFO STEP 442 (remove_files) COMPLETE
54932024-10-31T17:46:55.171Z[ recovery-image] Oct 31 17:46:53.768 INFO O| Oct 31 17:46:53.768 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-31T17:46:55.179Z[ recovery-image] Oct 31 17:46:53.778 INFO O| Oct 31 17:46:53.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54952024-10-31T17:46:55.182Z[ recovery-image] Oct 31 17:46:53.778 INFO O| Oct 31 17:46:53.778 INFO STEP 443 (remove_files) COMPLETE
54962024-10-31T17:46:55.182Z[ recovery-image] Oct 31 17:46:53.778 INFO O| Oct 31 17:46:53.778 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-31T17:46:55.190Z[ recovery-image] Oct 31 17:46:53.789 INFO O| Oct 31 17:46:53.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54982024-10-31T17:46:55.190Z[ recovery-image] Oct 31 17:46:53.789 INFO O| Oct 31 17:46:53.789 INFO STEP 444 (remove_files) COMPLETE
54992024-10-31T17:46:55.193Z[ recovery-image] Oct 31 17:46:53.789 INFO O| Oct 31 17:46:53.789 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-31T17:46:55.201Z[ recovery-image] Oct 31 17:46:53.800 INFO O| Oct 31 17:46:53.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
55012024-10-31T17:46:55.201Z[ recovery-image] Oct 31 17:46:53.800 INFO O| Oct 31 17:46:53.800 INFO STEP 445 (remove_files) COMPLETE
55022024-10-31T17:46:55.203Z[ recovery-image] Oct 31 17:46:53.800 INFO O| Oct 31 17:46:53.800 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-31T17:46:55.211Z[ recovery-image] Oct 31 17:46:53.810 INFO O| Oct 31 17:46:53.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55042024-10-31T17:46:55.214Z[ recovery-image] Oct 31 17:46:53.810 INFO O| Oct 31 17:46:53.810 INFO STEP 446 (remove_files) COMPLETE
55052024-10-31T17:46:55.214Z[ recovery-image] Oct 31 17:46:53.810 INFO O| Oct 31 17:46:53.810 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-31T17:46:55.221Z[ recovery-image] Oct 31 17:46:53.820 INFO O| Oct 31 17:46:53.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55072024-10-31T17:46:55.221Z[ recovery-image] Oct 31 17:46:53.820 INFO O| Oct 31 17:46:53.820 INFO STEP 447 (remove_files) COMPLETE
55082024-10-31T17:46:55.223Z[ recovery-image] Oct 31 17:46:53.820 INFO O| Oct 31 17:46:53.820 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-31T17:46:55.231Z[ recovery-image] Oct 31 17:46:53.830 INFO O| Oct 31 17:46:53.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55102024-10-31T17:46:55.231Z[ recovery-image] Oct 31 17:46:53.830 INFO O| Oct 31 17:46:53.830 INFO STEP 448 (remove_files) COMPLETE
55112024-10-31T17:46:55.234Z[ recovery-image] Oct 31 17:46:53.830 INFO O| Oct 31 17:46:53.830 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-31T17:46:55.242Z[ recovery-image] Oct 31 17:46:53.840 INFO O| Oct 31 17:46:53.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55132024-10-31T17:46:55.244Z[ recovery-image] Oct 31 17:46:53.840 INFO O| Oct 31 17:46:53.840 INFO STEP 449 (remove_files) COMPLETE
55142024-10-31T17:46:55.244Z[ recovery-image] Oct 31 17:46:53.840 INFO O| Oct 31 17:46:53.840 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-31T17:46:55.252Z[ recovery-image] Oct 31 17:46:53.851 INFO O| Oct 31 17:46:53.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55162024-10-31T17:46:55.254Z[ recovery-image] Oct 31 17:46:53.851 INFO O| Oct 31 17:46:53.851 INFO STEP 450 (remove_files) COMPLETE
55172024-10-31T17:46:55.254Z[ recovery-image] Oct 31 17:46:53.851 INFO O| Oct 31 17:46:53.851 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-31T17:46:55.263Z[ recovery-image] Oct 31 17:46:53.862 INFO O| Oct 31 17:46:53.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55192024-10-31T17:46:55.266Z[ recovery-image] Oct 31 17:46:53.862 INFO O| Oct 31 17:46:53.862 INFO STEP 451 (remove_files) COMPLETE
55202024-10-31T17:46:55.266Z[ recovery-image] Oct 31 17:46:53.862 INFO O| Oct 31 17:46:53.862 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-31T17:46:55.274Z[ recovery-image] Oct 31 17:46:53.873 INFO O| Oct 31 17:46:53.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55222024-10-31T17:46:55.276Z[ recovery-image] Oct 31 17:46:53.873 INFO O| Oct 31 17:46:53.873 INFO STEP 452 (remove_files) COMPLETE
55232024-10-31T17:46:55.276Z[ recovery-image] Oct 31 17:46:53.873 INFO O| Oct 31 17:46:53.873 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-31T17:46:55.287Z[ recovery-image] Oct 31 17:46:53.886 INFO O| Oct 31 17:46:53.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55252024-10-31T17:46:55.289Z[ recovery-image] Oct 31 17:46:53.886 INFO O| Oct 31 17:46:53.886 INFO STEP 453 (remove_files) COMPLETE
55262024-10-31T17:46:55.289Z[ recovery-image] Oct 31 17:46:53.886 INFO O| Oct 31 17:46:53.886 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-31T17:46:55.297Z[ recovery-image] Oct 31 17:46:53.896 INFO O| Oct 31 17:46:53.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55282024-10-31T17:46:55.297Z[ recovery-image] Oct 31 17:46:53.896 INFO O| Oct 31 17:46:53.896 INFO STEP 454 (remove_files) COMPLETE
55292024-10-31T17:46:55.300Z[ recovery-image] Oct 31 17:46:53.896 INFO O| Oct 31 17:46:53.896 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-31T17:46:55.310Z[ recovery-image] Oct 31 17:46:53.908 INFO O| Oct 31 17:46:53.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55312024-10-31T17:46:55.310Z[ recovery-image] Oct 31 17:46:53.908 INFO O| Oct 31 17:46:53.908 INFO STEP 455 (remove_files) COMPLETE
55322024-10-31T17:46:55.312Z[ recovery-image] Oct 31 17:46:53.908 INFO O| Oct 31 17:46:53.908 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-31T17:46:55.321Z[ recovery-image] Oct 31 17:46:53.920 INFO O| Oct 31 17:46:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55342024-10-31T17:46:55.321Z[ recovery-image] Oct 31 17:46:53.920 INFO O| Oct 31 17:46:53.920 INFO STEP 456 (remove_files) COMPLETE
55352024-10-31T17:46:55.324Z[ recovery-image] Oct 31 17:46:53.920 INFO O| Oct 31 17:46:53.920 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-31T17:46:55.332Z[ recovery-image] Oct 31 17:46:53.931 INFO O| Oct 31 17:46:53.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55372024-10-31T17:46:55.332Z[ recovery-image] Oct 31 17:46:53.931 INFO O| Oct 31 17:46:53.931 INFO STEP 457 (remove_files) COMPLETE
55382024-10-31T17:46:55.335Z[ recovery-image] Oct 31 17:46:53.931 INFO O| Oct 31 17:46:53.931 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-31T17:46:55.342Z[ recovery-image] Oct 31 17:46:53.941 INFO O| Oct 31 17:46:53.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55402024-10-31T17:46:55.342Z[ recovery-image] Oct 31 17:46:53.941 INFO O| Oct 31 17:46:53.941 INFO STEP 458 (remove_files) COMPLETE
55412024-10-31T17:46:55.342Z[ recovery-image] Oct 31 17:46:53.941 INFO O| Oct 31 17:46:53.941 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-31T17:46:55.352Z[ recovery-image] Oct 31 17:46:53.951 INFO O| Oct 31 17:46:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55432024-10-31T17:46:55.352Z[ recovery-image] Oct 31 17:46:53.951 INFO O| Oct 31 17:46:53.951 INFO STEP 459 (remove_files) COMPLETE
55442024-10-31T17:46:55.355Z[ recovery-image] Oct 31 17:46:53.951 INFO O| Oct 31 17:46:53.951 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-31T17:46:55.362Z[ recovery-image] Oct 31 17:46:53.961 INFO O| Oct 31 17:46:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55462024-10-31T17:46:55.362Z[ recovery-image] Oct 31 17:46:53.961 INFO O| Oct 31 17:46:53.961 INFO STEP 460 (remove_files) COMPLETE
55472024-10-31T17:46:55.364Z[ recovery-image] Oct 31 17:46:53.961 INFO O| Oct 31 17:46:53.961 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-31T17:46:55.373Z[ recovery-image] Oct 31 17:46:53.971 INFO O| Oct 31 17:46:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55492024-10-31T17:46:55.373Z[ recovery-image] Oct 31 17:46:53.971 INFO O| Oct 31 17:46:53.971 INFO STEP 461 (remove_files) COMPLETE
55502024-10-31T17:46:55.375Z[ recovery-image] Oct 31 17:46:53.971 INFO O| Oct 31 17:46:53.971 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-31T17:46:55.382Z[ recovery-image] Oct 31 17:46:53.981 INFO O| Oct 31 17:46:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55522024-10-31T17:46:55.385Z[ recovery-image] Oct 31 17:46:53.981 INFO O| Oct 31 17:46:53.981 INFO STEP 462 (remove_files) COMPLETE
55532024-10-31T17:46:55.385Z[ recovery-image] Oct 31 17:46:53.981 INFO O| Oct 31 17:46:53.981 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-31T17:46:55.393Z[ recovery-image] Oct 31 17:46:53.992 INFO O| Oct 31 17:46:53.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55552024-10-31T17:46:55.393Z[ recovery-image] Oct 31 17:46:53.992 INFO O| Oct 31 17:46:53.992 INFO STEP 463 (remove_files) COMPLETE
55562024-10-31T17:46:55.395Z[ recovery-image] Oct 31 17:46:53.992 INFO O| Oct 31 17:46:53.992 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-31T17:46:55.405Z[ recovery-image] Oct 31 17:46:54.003 INFO O| Oct 31 17:46:54.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55582024-10-31T17:46:55.405Z[ recovery-image] Oct 31 17:46:54.003 INFO O| Oct 31 17:46:54.003 INFO STEP 464 (remove_files) COMPLETE
55592024-10-31T17:46:55.407Z[ recovery-image] Oct 31 17:46:54.003 INFO O| Oct 31 17:46:54.003 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-31T17:46:55.416Z[ recovery-image] Oct 31 17:46:54.015 INFO O| Oct 31 17:46:54.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55612024-10-31T17:46:55.418Z[ recovery-image] Oct 31 17:46:54.016 INFO O| Oct 31 17:46:54.016 INFO STEP 465 (remove_files) COMPLETE
55622024-10-31T17:46:55.419Z[ recovery-image] Oct 31 17:46:54.016 INFO O| Oct 31 17:46:54.016 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-31T17:46:55.428Z[ recovery-image] Oct 31 17:46:54.027 INFO O| Oct 31 17:46:54.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55642024-10-31T17:46:55.431Z[ recovery-image] Oct 31 17:46:54.027 INFO O| Oct 31 17:46:54.027 INFO STEP 466 (remove_files) COMPLETE
55652024-10-31T17:46:55.431Z[ recovery-image] Oct 31 17:46:54.027 INFO O| Oct 31 17:46:54.027 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-31T17:46:55.439Z[ recovery-image] Oct 31 17:46:54.038 INFO O| Oct 31 17:46:54.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55672024-10-31T17:46:55.439Z[ recovery-image] Oct 31 17:46:54.038 INFO O| Oct 31 17:46:54.038 INFO STEP 467 (remove_files) COMPLETE
55682024-10-31T17:46:55.441Z[ recovery-image] Oct 31 17:46:54.038 INFO O| Oct 31 17:46:54.038 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-31T17:46:55.450Z[ recovery-image] Oct 31 17:46:54.049 INFO O| Oct 31 17:46:54.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55702024-10-31T17:46:55.450Z[ recovery-image] Oct 31 17:46:54.049 INFO O| Oct 31 17:46:54.049 INFO STEP 468 (remove_files) COMPLETE
55712024-10-31T17:46:55.450Z[ recovery-image] Oct 31 17:46:54.049 INFO O| Oct 31 17:46:54.049 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-10-31T17:46:55.461Z[ recovery-image] Oct 31 17:46:54.060 INFO O| Oct 31 17:46:54.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55732024-10-31T17:46:55.461Z[ recovery-image] Oct 31 17:46:54.060 INFO O| Oct 31 17:46:54.060 INFO STEP 469 (remove_files) COMPLETE
55742024-10-31T17:46:55.461Z[ recovery-image] Oct 31 17:46:54.060 INFO O| Oct 31 17:46:54.060 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-10-31T17:46:55.473Z[ recovery-image] Oct 31 17:46:54.071 INFO O| Oct 31 17:46:54.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55762024-10-31T17:46:55.473Z[ recovery-image] Oct 31 17:46:54.071 INFO O| Oct 31 17:46:54.071 INFO STEP 470 (remove_files) COMPLETE
55772024-10-31T17:46:55.473Z[ recovery-image] Oct 31 17:46:54.071 INFO O| Oct 31 17:46:54.071 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-10-31T17:46:55.485Z[ recovery-image] Oct 31 17:46:54.084 INFO O| Oct 31 17:46:54.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55792024-10-31T17:46:55.485Z[ recovery-image] Oct 31 17:46:54.084 INFO O| Oct 31 17:46:54.084 INFO STEP 471 (remove_files) COMPLETE
55802024-10-31T17:46:55.488Z[ recovery-image] Oct 31 17:46:54.084 INFO O| Oct 31 17:46:54.084 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-10-31T17:46:55.499Z[ recovery-image] Oct 31 17:46:54.098 INFO O| Oct 31 17:46:54.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55822024-10-31T17:46:55.499Z[ recovery-image] Oct 31 17:46:54.098 INFO O| Oct 31 17:46:54.098 INFO STEP 472 (remove_files) COMPLETE
55832024-10-31T17:46:55.502Z[ recovery-image] Oct 31 17:46:54.098 INFO O| Oct 31 17:46:54.098 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-10-31T17:46:55.514Z[ recovery-image] Oct 31 17:46:54.112 INFO O| Oct 31 17:46:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55852024-10-31T17:46:55.514Z[ recovery-image] Oct 31 17:46:54.112 INFO O| Oct 31 17:46:54.112 INFO STEP 473 (remove_files) COMPLETE
55862024-10-31T17:46:55.514Z[ recovery-image] Oct 31 17:46:54.113 INFO O| Oct 31 17:46:54.112 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-31T17:46:55.527Z[ recovery-image] Oct 31 17:46:54.125 INFO O| Oct 31 17:46:54.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55882024-10-31T17:46:55.529Z[ recovery-image] Oct 31 17:46:54.125 INFO O| Oct 31 17:46:54.125 INFO STEP 474 (remove_files) COMPLETE
55892024-10-31T17:46:55.529Z[ recovery-image] Oct 31 17:46:54.126 INFO O| Oct 31 17:46:54.125 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-10-31T17:46:55.540Z[ recovery-image] Oct 31 17:46:54.138 INFO O| Oct 31 17:46:54.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55912024-10-31T17:46:55.540Z[ recovery-image] Oct 31 17:46:54.138 INFO O| Oct 31 17:46:54.138 INFO STEP 475 (remove_files) COMPLETE
55922024-10-31T17:46:55.540Z[ recovery-image] Oct 31 17:46:54.138 INFO O| Oct 31 17:46:54.138 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-10-31T17:46:55.553Z[ recovery-image] Oct 31 17:46:54.152 INFO O| Oct 31 17:46:54.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55942024-10-31T17:46:55.553Z[ recovery-image] Oct 31 17:46:54.152 INFO O| Oct 31 17:46:54.152 INFO STEP 476 (remove_files) COMPLETE
55952024-10-31T17:46:55.553Z[ recovery-image] Oct 31 17:46:54.152 INFO O| Oct 31 17:46:54.152 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-31T17:46:55.566Z[ recovery-image] Oct 31 17:46:54.165 INFO O| Oct 31 17:46:54.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55972024-10-31T17:46:55.566Z[ recovery-image] Oct 31 17:46:54.165 INFO O| Oct 31 17:46:54.165 INFO STEP 477 (remove_files) COMPLETE
55982024-10-31T17:46:55.566Z[ recovery-image] Oct 31 17:46:54.165 INFO O| Oct 31 17:46:54.165 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-31T17:46:55.580Z[ recovery-image] Oct 31 17:46:54.179 INFO O| Oct 31 17:46:54.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
56002024-10-31T17:46:55.581Z[ recovery-image] Oct 31 17:46:54.179 INFO O| Oct 31 17:46:54.179 INFO STEP 478 (remove_files) COMPLETE
56012024-10-31T17:46:55.583Z[ recovery-image] Oct 31 17:46:54.179 INFO O| Oct 31 17:46:54.179 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-31T17:46:55.595Z[ recovery-image] Oct 31 17:46:54.193 INFO O| Oct 31 17:46:54.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56032024-10-31T17:46:55.595Z[ recovery-image] Oct 31 17:46:54.194 INFO O| Oct 31 17:46:54.194 INFO STEP 479 (remove_files) COMPLETE
56042024-10-31T17:46:55.595Z[ recovery-image] Oct 31 17:46:54.194 INFO O| Oct 31 17:46:54.194 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-10-31T17:46:55.610Z[ recovery-image] Oct 31 17:46:54.208 INFO O| Oct 31 17:46:54.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56062024-10-31T17:46:55.610Z[ recovery-image] Oct 31 17:46:54.208 INFO O| Oct 31 17:46:54.208 INFO STEP 480 (remove_files) COMPLETE
56072024-10-31T17:46:55.612Z[ recovery-image] Oct 31 17:46:54.208 INFO O| Oct 31 17:46:54.208 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-10-31T17:46:55.623Z[ recovery-image] Oct 31 17:46:54.221 INFO O| Oct 31 17:46:54.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56092024-10-31T17:46:55.623Z[ recovery-image] Oct 31 17:46:54.222 INFO O| Oct 31 17:46:54.221 INFO STEP 481 (remove_files) COMPLETE
56102024-10-31T17:46:55.625Z[ recovery-image] Oct 31 17:46:54.222 INFO O| Oct 31 17:46:54.222 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-31T17:46:55.636Z[ recovery-image] Oct 31 17:46:54.234 INFO O| Oct 31 17:46:54.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56122024-10-31T17:46:55.636Z[ recovery-image] Oct 31 17:46:54.235 INFO O| Oct 31 17:46:54.235 INFO STEP 482 (remove_files) COMPLETE
56132024-10-31T17:46:55.638Z[ recovery-image] Oct 31 17:46:54.235 INFO O| Oct 31 17:46:54.235 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-31T17:46:55.647Z[ recovery-image] Oct 31 17:46:54.246 INFO O| Oct 31 17:46:54.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56152024-10-31T17:46:55.649Z[ recovery-image] Oct 31 17:46:54.246 INFO O| Oct 31 17:46:54.246 INFO STEP 483 (remove_files) COMPLETE
56162024-10-31T17:46:55.649Z[ recovery-image] Oct 31 17:46:54.246 INFO O| Oct 31 17:46:54.246 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-31T17:46:55.659Z[ recovery-image] Oct 31 17:46:54.258 INFO O| Oct 31 17:46:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56182024-10-31T17:46:55.659Z[ recovery-image] Oct 31 17:46:54.258 INFO O| Oct 31 17:46:54.258 INFO STEP 484 (remove_files) COMPLETE
56192024-10-31T17:46:55.659Z[ recovery-image] Oct 31 17:46:54.258 INFO O| Oct 31 17:46:54.258 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-31T17:46:55.671Z[ recovery-image] Oct 31 17:46:54.270 INFO O| Oct 31 17:46:54.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56212024-10-31T17:46:55.671Z[ recovery-image] Oct 31 17:46:54.270 INFO O| Oct 31 17:46:54.270 INFO STEP 485 (remove_files) COMPLETE
56222024-10-31T17:46:55.672Z[ recovery-image] Oct 31 17:46:54.270 INFO O| Oct 31 17:46:54.270 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-31T17:46:55.683Z[ recovery-image] Oct 31 17:46:54.281 INFO O| Oct 31 17:46:54.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56242024-10-31T17:46:55.683Z[ recovery-image] Oct 31 17:46:54.281 INFO O| Oct 31 17:46:54.281 INFO STEP 486 (remove_files) COMPLETE
56252024-10-31T17:46:55.685Z[ recovery-image] Oct 31 17:46:54.281 INFO O| Oct 31 17:46:54.281 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-31T17:46:55.693Z[ recovery-image] Oct 31 17:46:54.292 INFO O| Oct 31 17:46:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56272024-10-31T17:46:55.693Z[ recovery-image] Oct 31 17:46:54.292 INFO O| Oct 31 17:46:54.292 INFO STEP 487 (remove_files) COMPLETE
56282024-10-31T17:46:55.693Z[ recovery-image] Oct 31 17:46:54.292 INFO O| Oct 31 17:46:54.292 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-31T17:46:55.703Z[ recovery-image] Oct 31 17:46:54.302 INFO O| Oct 31 17:46:54.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56302024-10-31T17:46:55.704Z[ recovery-image] Oct 31 17:46:54.302 INFO O| Oct 31 17:46:54.302 INFO STEP 488 (remove_files) COMPLETE
56312024-10-31T17:46:55.706Z[ recovery-image] Oct 31 17:46:54.302 INFO O| Oct 31 17:46:54.302 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-31T17:46:55.714Z[ recovery-image] Oct 31 17:46:54.312 INFO O| Oct 31 17:46:54.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56332024-10-31T17:46:55.714Z[ recovery-image] Oct 31 17:46:54.313 INFO O| Oct 31 17:46:54.313 INFO STEP 489 (remove_files) COMPLETE
56342024-10-31T17:46:55.716Z[ recovery-image] Oct 31 17:46:54.313 INFO O| Oct 31 17:46:54.313 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-31T17:46:55.725Z[ recovery-image] Oct 31 17:46:54.324 INFO O| Oct 31 17:46:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56362024-10-31T17:46:55.725Z[ recovery-image] Oct 31 17:46:54.324 INFO O| Oct 31 17:46:54.324 INFO STEP 490 (remove_files) COMPLETE
56372024-10-31T17:46:55.725Z[ recovery-image] Oct 31 17:46:54.324 INFO O| Oct 31 17:46:54.324 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-31T17:46:55.737Z[ recovery-image] Oct 31 17:46:54.336 INFO O| Oct 31 17:46:54.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56392024-10-31T17:46:55.737Z[ recovery-image] Oct 31 17:46:54.336 INFO O| Oct 31 17:46:54.336 INFO STEP 491 (remove_files) COMPLETE
56402024-10-31T17:46:55.740Z[ recovery-image] Oct 31 17:46:54.336 INFO O| Oct 31 17:46:54.336 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-31T17:46:55.748Z[ recovery-image] Oct 31 17:46:54.346 INFO O| Oct 31 17:46:54.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56422024-10-31T17:46:55.750Z[ recovery-image] Oct 31 17:46:54.347 INFO O| Oct 31 17:46:54.347 INFO STEP 492 (remove_files) COMPLETE
56432024-10-31T17:46:55.750Z[ recovery-image] Oct 31 17:46:54.347 INFO O| Oct 31 17:46:54.347 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-31T17:46:55.758Z[ recovery-image] Oct 31 17:46:54.357 INFO O| Oct 31 17:46:54.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56452024-10-31T17:46:55.758Z[ recovery-image] Oct 31 17:46:54.357 INFO O| Oct 31 17:46:54.357 INFO STEP 493 (remove_files) COMPLETE
56462024-10-31T17:46:55.761Z[ recovery-image] Oct 31 17:46:54.357 INFO O| Oct 31 17:46:54.357 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-31T17:46:55.769Z[ recovery-image] Oct 31 17:46:54.368 INFO O| Oct 31 17:46:54.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56482024-10-31T17:46:55.771Z[ recovery-image] Oct 31 17:46:54.368 INFO O| Oct 31 17:46:54.368 INFO STEP 494 (remove_files) COMPLETE
56492024-10-31T17:46:55.771Z[ recovery-image] Oct 31 17:46:54.368 INFO O| Oct 31 17:46:54.368 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-31T17:46:55.781Z[ recovery-image] Oct 31 17:46:54.379 INFO O| Oct 31 17:46:54.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56512024-10-31T17:46:55.783Z[ recovery-image] Oct 31 17:46:54.379 INFO O| Oct 31 17:46:54.379 INFO STEP 495 (remove_files) COMPLETE
56522024-10-31T17:46:55.783Z[ recovery-image] Oct 31 17:46:54.379 INFO O| Oct 31 17:46:54.379 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-31T17:46:55.791Z[ recovery-image] Oct 31 17:46:54.390 INFO O| Oct 31 17:46:54.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56542024-10-31T17:46:55.791Z[ recovery-image] Oct 31 17:46:54.390 INFO O| Oct 31 17:46:54.390 INFO STEP 496 (remove_files) COMPLETE
56552024-10-31T17:46:55.791Z[ recovery-image] Oct 31 17:46:54.390 INFO O| Oct 31 17:46:54.390 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-31T17:46:55.801Z[ recovery-image] Oct 31 17:46:54.400 INFO O| Oct 31 17:46:54.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56572024-10-31T17:46:55.801Z[ recovery-image] Oct 31 17:46:54.400 INFO O| Oct 31 17:46:54.400 INFO STEP 497 (remove_files) COMPLETE
56582024-10-31T17:46:55.804Z[ recovery-image] Oct 31 17:46:54.400 INFO O| Oct 31 17:46:54.400 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-31T17:46:55.812Z[ recovery-image] Oct 31 17:46:54.410 INFO O| Oct 31 17:46:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56602024-10-31T17:46:55.814Z[ recovery-image] Oct 31 17:46:54.410 INFO O| Oct 31 17:46:54.410 INFO STEP 498 (remove_files) COMPLETE
56612024-10-31T17:46:55.814Z[ recovery-image] Oct 31 17:46:54.410 INFO O| Oct 31 17:46:54.410 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-31T17:46:55.821Z[ recovery-image] Oct 31 17:46:54.420 INFO O| Oct 31 17:46:54.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56632024-10-31T17:46:55.824Z[ recovery-image] Oct 31 17:46:54.420 INFO O| Oct 31 17:46:54.420 INFO STEP 499 (remove_files) COMPLETE
56642024-10-31T17:46:55.824Z[ recovery-image] Oct 31 17:46:54.420 INFO O| Oct 31 17:46:54.420 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-31T17:46:55.832Z[ recovery-image] Oct 31 17:46:54.431 INFO O| Oct 31 17:46:54.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56662024-10-31T17:46:55.835Z[ recovery-image] Oct 31 17:46:54.431 INFO O| Oct 31 17:46:54.431 INFO STEP 500 (remove_files) COMPLETE
56672024-10-31T17:46:55.835Z[ recovery-image] Oct 31 17:46:54.431 INFO O| Oct 31 17:46:54.431 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-31T17:46:55.845Z[ recovery-image] Oct 31 17:46:54.443 INFO O| Oct 31 17:46:54.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56692024-10-31T17:46:55.845Z[ recovery-image] Oct 31 17:46:54.443 INFO O| Oct 31 17:46:54.443 INFO STEP 501 (remove_files) COMPLETE
56702024-10-31T17:46:55.847Z[ recovery-image] Oct 31 17:46:54.443 INFO O| Oct 31 17:46:54.443 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-31T17:46:55.855Z[ recovery-image] Oct 31 17:46:54.453 INFO O| Oct 31 17:46:54.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56722024-10-31T17:46:55.855Z[ recovery-image] Oct 31 17:46:54.454 INFO O| Oct 31 17:46:54.454 INFO STEP 502 (remove_files) COMPLETE
56732024-10-31T17:46:55.857Z[ recovery-image] Oct 31 17:46:54.454 INFO O| Oct 31 17:46:54.454 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-31T17:46:55.865Z[ recovery-image] Oct 31 17:46:54.463 INFO O| Oct 31 17:46:54.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56752024-10-31T17:46:55.865Z[ recovery-image] Oct 31 17:46:54.464 INFO O| Oct 31 17:46:54.464 INFO STEP 503 (remove_files) COMPLETE
56762024-10-31T17:46:55.865Z[ recovery-image] Oct 31 17:46:54.464 INFO O| Oct 31 17:46:54.464 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-31T17:46:55.875Z[ recovery-image] Oct 31 17:46:54.473 INFO O| Oct 31 17:46:54.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56782024-10-31T17:46:55.875Z[ recovery-image] Oct 31 17:46:54.473 INFO O| Oct 31 17:46:54.473 INFO STEP 504 (remove_files) COMPLETE
56792024-10-31T17:46:55.877Z[ recovery-image] Oct 31 17:46:54.473 INFO O| Oct 31 17:46:54.473 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-31T17:46:55.884Z[ recovery-image] Oct 31 17:46:54.483 INFO O| Oct 31 17:46:54.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56812024-10-31T17:46:55.884Z[ recovery-image] Oct 31 17:46:54.483 INFO O| Oct 31 17:46:54.483 INFO STEP 505 (remove_files) COMPLETE
56822024-10-31T17:46:55.888Z[ recovery-image] Oct 31 17:46:54.483 INFO O| Oct 31 17:46:54.483 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-31T17:46:55.894Z[ recovery-image] Oct 31 17:46:54.493 INFO O| Oct 31 17:46:54.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56842024-10-31T17:46:55.897Z[ recovery-image] Oct 31 17:46:54.493 INFO O| Oct 31 17:46:54.493 INFO STEP 506 (remove_files) COMPLETE
56852024-10-31T17:46:55.897Z[ recovery-image] Oct 31 17:46:54.493 INFO O| Oct 31 17:46:54.493 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-31T17:46:55.903Z[ recovery-image] Oct 31 17:46:54.502 INFO O| Oct 31 17:46:54.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56872024-10-31T17:46:55.903Z[ recovery-image] Oct 31 17:46:54.502 INFO O| Oct 31 17:46:54.502 INFO STEP 507 (remove_files) COMPLETE
56882024-10-31T17:46:55.906Z[ recovery-image] Oct 31 17:46:54.502 INFO O| Oct 31 17:46:54.502 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-31T17:46:55.913Z[ recovery-image] Oct 31 17:46:54.512 INFO O| Oct 31 17:46:54.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56902024-10-31T17:46:55.913Z[ recovery-image] Oct 31 17:46:54.512 INFO O| Oct 31 17:46:54.512 INFO STEP 508 (remove_files) COMPLETE
56912024-10-31T17:46:55.915Z[ recovery-image] Oct 31 17:46:54.512 INFO O| Oct 31 17:46:54.512 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-31T17:46:55.923Z[ recovery-image] Oct 31 17:46:54.521 INFO O| Oct 31 17:46:54.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56932024-10-31T17:46:55.923Z[ recovery-image] Oct 31 17:46:54.522 INFO O| Oct 31 17:46:54.522 INFO STEP 509 (remove_files) COMPLETE
56942024-10-31T17:46:55.923Z[ recovery-image] Oct 31 17:46:54.522 INFO O| Oct 31 17:46:54.522 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-31T17:46:55.932Z[ recovery-image] Oct 31 17:46:54.531 INFO O| Oct 31 17:46:54.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56962024-10-31T17:46:55.932Z[ recovery-image] Oct 31 17:46:54.531 INFO O| Oct 31 17:46:54.531 INFO STEP 510 (remove_files) COMPLETE
56972024-10-31T17:46:55.932Z[ recovery-image] Oct 31 17:46:54.531 INFO O| Oct 31 17:46:54.531 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-31T17:46:55.942Z[ recovery-image] Oct 31 17:46:54.541 INFO O| Oct 31 17:46:54.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56992024-10-31T17:46:55.942Z[ recovery-image] Oct 31 17:46:54.541 INFO O| Oct 31 17:46:54.541 INFO STEP 511 (remove_files) COMPLETE
57002024-10-31T17:46:55.945Z[ recovery-image] Oct 31 17:46:54.541 INFO O| Oct 31 17:46:54.541 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-31T17:46:55.952Z[ recovery-image] Oct 31 17:46:54.551 INFO O| Oct 31 17:46:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57022024-10-31T17:46:55.955Z[ recovery-image] Oct 31 17:46:54.551 INFO O| Oct 31 17:46:54.551 INFO STEP 512 (remove_files) COMPLETE
57032024-10-31T17:46:55.955Z[ recovery-image] Oct 31 17:46:54.551 INFO O| Oct 31 17:46:54.551 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-31T17:46:55.962Z[ recovery-image] Oct 31 17:46:54.561 INFO O| Oct 31 17:46:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57052024-10-31T17:46:55.965Z[ recovery-image] Oct 31 17:46:54.561 INFO O| Oct 31 17:46:54.561 INFO STEP 513 (remove_files) COMPLETE
57062024-10-31T17:46:55.965Z[ recovery-image] Oct 31 17:46:54.561 INFO O| Oct 31 17:46:54.561 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-31T17:46:55.972Z[ recovery-image] Oct 31 17:46:54.571 INFO O| Oct 31 17:46:54.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57082024-10-31T17:46:55.972Z[ recovery-image] Oct 31 17:46:54.571 INFO O| Oct 31 17:46:54.571 INFO STEP 514 (remove_files) COMPLETE
57092024-10-31T17:46:55.972Z[ recovery-image] Oct 31 17:46:54.571 INFO O| Oct 31 17:46:54.571 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-31T17:46:55.983Z[ recovery-image] Oct 31 17:46:54.582 INFO O| Oct 31 17:46:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57112024-10-31T17:46:55.983Z[ recovery-image] Oct 31 17:46:54.582 INFO O| Oct 31 17:46:54.582 INFO STEP 515 (remove_files) COMPLETE
57122024-10-31T17:46:55.986Z[ recovery-image] Oct 31 17:46:54.582 INFO O| Oct 31 17:46:54.582 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-31T17:46:55.993Z[ recovery-image] Oct 31 17:46:54.591 INFO O| Oct 31 17:46:54.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57142024-10-31T17:46:55.993Z[ recovery-image] Oct 31 17:46:54.591 INFO O| Oct 31 17:46:54.591 INFO STEP 516 (remove_files) COMPLETE
57152024-10-31T17:46:55.995Z[ recovery-image] Oct 31 17:46:54.591 INFO O| Oct 31 17:46:54.591 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-31T17:46:56.003Z[ recovery-image] Oct 31 17:46:54.601 INFO O| Oct 31 17:46:54.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57172024-10-31T17:46:56.003Z[ recovery-image] Oct 31 17:46:54.601 INFO O| Oct 31 17:46:54.601 INFO STEP 517 (remove_files) COMPLETE
57182024-10-31T17:46:56.006Z[ recovery-image] Oct 31 17:46:54.601 INFO O| Oct 31 17:46:54.601 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-31T17:46:56.013Z[ recovery-image] Oct 31 17:46:54.611 INFO O| Oct 31 17:46:54.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57202024-10-31T17:46:56.013Z[ recovery-image] Oct 31 17:46:54.611 INFO O| Oct 31 17:46:54.611 INFO STEP 518 (remove_files) COMPLETE
57212024-10-31T17:46:56.015Z[ recovery-image] Oct 31 17:46:54.611 INFO O| Oct 31 17:46:54.611 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-31T17:46:56.023Z[ recovery-image] Oct 31 17:46:54.621 INFO O| Oct 31 17:46:54.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57232024-10-31T17:46:56.025Z[ recovery-image] Oct 31 17:46:54.621 INFO O| Oct 31 17:46:54.621 INFO STEP 519 (remove_files) COMPLETE
57242024-10-31T17:46:56.025Z[ recovery-image] Oct 31 17:46:54.621 INFO O| Oct 31 17:46:54.621 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-31T17:46:56.032Z[ recovery-image] Oct 31 17:46:54.631 INFO O| Oct 31 17:46:54.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57262024-10-31T17:46:56.033Z[ recovery-image] Oct 31 17:46:54.631 INFO O| Oct 31 17:46:54.631 INFO STEP 520 (remove_files) COMPLETE
57272024-10-31T17:46:56.035Z[ recovery-image] Oct 31 17:46:54.631 INFO O| Oct 31 17:46:54.631 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-31T17:46:56.042Z[ recovery-image] Oct 31 17:46:54.641 INFO O| Oct 31 17:46:54.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57292024-10-31T17:46:56.042Z[ recovery-image] Oct 31 17:46:54.641 INFO O| Oct 31 17:46:54.641 INFO STEP 521 (remove_files) COMPLETE
57302024-10-31T17:46:56.042Z[ recovery-image] Oct 31 17:46:54.641 INFO O| Oct 31 17:46:54.641 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-31T17:46:56.052Z[ recovery-image] Oct 31 17:46:54.651 INFO O| Oct 31 17:46:54.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57322024-10-31T17:46:56.054Z[ recovery-image] Oct 31 17:46:54.651 INFO O| Oct 31 17:46:54.651 INFO STEP 522 (remove_files) COMPLETE
57332024-10-31T17:46:56.054Z[ recovery-image] Oct 31 17:46:54.651 INFO O| Oct 31 17:46:54.651 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-31T17:46:56.062Z[ recovery-image] Oct 31 17:46:54.661 INFO O| Oct 31 17:46:54.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57352024-10-31T17:46:56.065Z[ recovery-image] Oct 31 17:46:54.661 INFO O| Oct 31 17:46:54.661 INFO STEP 523 (remove_files) COMPLETE
57362024-10-31T17:46:56.065Z[ recovery-image] Oct 31 17:46:54.661 INFO O| Oct 31 17:46:54.661 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-31T17:46:56.072Z[ recovery-image] Oct 31 17:46:54.670 INFO O| Oct 31 17:46:54.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57382024-10-31T17:46:56.072Z[ recovery-image] Oct 31 17:46:54.671 INFO O| Oct 31 17:46:54.671 INFO STEP 524 (remove_files) COMPLETE
57392024-10-31T17:46:56.074Z[ recovery-image] Oct 31 17:46:54.671 INFO O| Oct 31 17:46:54.671 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-31T17:46:56.082Z[ recovery-image] Oct 31 17:46:54.680 INFO O| Oct 31 17:46:54.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57412024-10-31T17:46:56.082Z[ recovery-image] Oct 31 17:46:54.680 INFO O| Oct 31 17:46:54.680 INFO STEP 525 (remove_files) COMPLETE
57422024-10-31T17:46:56.084Z[ recovery-image] Oct 31 17:46:54.680 INFO O| Oct 31 17:46:54.680 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-31T17:46:56.091Z[ recovery-image] Oct 31 17:46:54.690 INFO O| Oct 31 17:46:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57442024-10-31T17:46:56.094Z[ recovery-image] Oct 31 17:46:54.690 INFO O| Oct 31 17:46:54.690 INFO STEP 526 (remove_files) COMPLETE
57452024-10-31T17:46:56.094Z[ recovery-image] Oct 31 17:46:54.690 INFO O| Oct 31 17:46:54.690 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-31T17:46:56.102Z[ recovery-image] Oct 31 17:46:54.700 INFO O| Oct 31 17:46:54.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57472024-10-31T17:46:56.102Z[ recovery-image] Oct 31 17:46:54.700 INFO O| Oct 31 17:46:54.700 INFO STEP 527 (remove_files) COMPLETE
57482024-10-31T17:46:56.104Z[ recovery-image] Oct 31 17:46:54.700 INFO O| Oct 31 17:46:54.700 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-31T17:46:56.112Z[ recovery-image] Oct 31 17:46:54.710 INFO O| Oct 31 17:46:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57502024-10-31T17:46:56.114Z[ recovery-image] Oct 31 17:46:54.710 INFO O| Oct 31 17:46:54.710 INFO STEP 528 (remove_files) COMPLETE
57512024-10-31T17:46:56.114Z[ recovery-image] Oct 31 17:46:54.710 INFO O| Oct 31 17:46:54.710 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-31T17:46:56.122Z[ recovery-image] Oct 31 17:46:54.720 INFO O| Oct 31 17:46:54.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57532024-10-31T17:46:56.122Z[ recovery-image] Oct 31 17:46:54.720 INFO O| Oct 31 17:46:54.720 INFO STEP 529 (remove_files) COMPLETE
57542024-10-31T17:46:56.122Z[ recovery-image] Oct 31 17:46:54.720 INFO O| Oct 31 17:46:54.720 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-31T17:46:56.131Z[ recovery-image] Oct 31 17:46:54.730 INFO O| Oct 31 17:46:54.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57562024-10-31T17:46:56.134Z[ recovery-image] Oct 31 17:46:54.730 INFO O| Oct 31 17:46:54.730 INFO STEP 530 (remove_files) COMPLETE
57572024-10-31T17:46:56.134Z[ recovery-image] Oct 31 17:46:54.730 INFO O| Oct 31 17:46:54.730 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-31T17:46:56.141Z[ recovery-image] Oct 31 17:46:54.740 INFO O| Oct 31 17:46:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57592024-10-31T17:46:56.141Z[ recovery-image] Oct 31 17:46:54.740 INFO O| Oct 31 17:46:54.740 INFO STEP 531 (remove_files) COMPLETE
57602024-10-31T17:46:56.141Z[ recovery-image] Oct 31 17:46:54.740 INFO O| Oct 31 17:46:54.740 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-31T17:46:56.151Z[ recovery-image] Oct 31 17:46:54.750 INFO O| Oct 31 17:46:54.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57622024-10-31T17:46:56.154Z[ recovery-image] Oct 31 17:46:54.750 INFO O| Oct 31 17:46:54.750 INFO STEP 532 (remove_files) COMPLETE
57632024-10-31T17:46:56.154Z[ recovery-image] Oct 31 17:46:54.750 INFO O| Oct 31 17:46:54.750 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-31T17:46:56.161Z[ recovery-image] Oct 31 17:46:54.759 INFO O| Oct 31 17:46:54.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57652024-10-31T17:46:56.163Z[ recovery-image] Oct 31 17:46:54.760 INFO O| Oct 31 17:46:54.760 INFO STEP 533 (remove_files) COMPLETE
57662024-10-31T17:46:56.163Z[ recovery-image] Oct 31 17:46:54.760 INFO O| Oct 31 17:46:54.760 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-31T17:46:56.170Z[ recovery-image] Oct 31 17:46:54.769 INFO O| Oct 31 17:46:54.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57682024-10-31T17:46:56.173Z[ recovery-image] Oct 31 17:46:54.769 INFO O| Oct 31 17:46:54.769 INFO STEP 534 (remove_files) COMPLETE
57692024-10-31T17:46:56.173Z[ recovery-image] Oct 31 17:46:54.769 INFO O| Oct 31 17:46:54.769 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-31T17:46:56.180Z[ recovery-image] Oct 31 17:46:54.779 INFO O| Oct 31 17:46:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57712024-10-31T17:46:56.183Z[ recovery-image] Oct 31 17:46:54.779 INFO O| Oct 31 17:46:54.779 INFO STEP 535 (remove_files) COMPLETE
57722024-10-31T17:46:56.183Z[ recovery-image] Oct 31 17:46:54.779 INFO O| Oct 31 17:46:54.779 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-31T17:46:56.190Z[ recovery-image] Oct 31 17:46:54.788 INFO O| Oct 31 17:46:54.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57742024-10-31T17:46:56.192Z[ recovery-image] Oct 31 17:46:54.789 INFO O| Oct 31 17:46:54.789 INFO STEP 536 (remove_files) COMPLETE
57752024-10-31T17:46:56.192Z[ recovery-image] Oct 31 17:46:54.789 INFO O| Oct 31 17:46:54.789 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-31T17:46:56.200Z[ recovery-image] Oct 31 17:46:54.798 INFO O| Oct 31 17:46:54.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57772024-10-31T17:46:56.200Z[ recovery-image] Oct 31 17:46:54.798 INFO O| Oct 31 17:46:54.798 INFO STEP 537 (remove_files) COMPLETE
57782024-10-31T17:46:56.202Z[ recovery-image] Oct 31 17:46:54.799 INFO O| Oct 31 17:46:54.798 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-31T17:46:56.210Z[ recovery-image] Oct 31 17:46:54.808 INFO O| Oct 31 17:46:54.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57802024-10-31T17:46:56.212Z[ recovery-image] Oct 31 17:46:54.809 INFO O| Oct 31 17:46:54.809 INFO STEP 538 (remove_files) COMPLETE
57812024-10-31T17:46:56.212Z[ recovery-image] Oct 31 17:46:54.809 INFO O| Oct 31 17:46:54.809 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-31T17:46:56.222Z[ recovery-image] Oct 31 17:46:54.820 INFO O| Oct 31 17:46:54.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57832024-10-31T17:46:56.224Z[ recovery-image] Oct 31 17:46:54.820 INFO O| Oct 31 17:46:54.820 INFO STEP 539 (remove_files) COMPLETE
57842024-10-31T17:46:56.224Z[ recovery-image] Oct 31 17:46:54.820 INFO O| Oct 31 17:46:54.820 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-31T17:46:56.232Z[ recovery-image] Oct 31 17:46:54.831 INFO O| Oct 31 17:46:54.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57862024-10-31T17:46:56.232Z[ recovery-image] Oct 31 17:46:54.831 INFO O| Oct 31 17:46:54.831 INFO STEP 540 (remove_files) COMPLETE
57872024-10-31T17:46:56.232Z[ recovery-image] Oct 31 17:46:54.831 INFO O| Oct 31 17:46:54.831 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-31T17:46:56.242Z[ recovery-image] Oct 31 17:46:54.841 INFO O| Oct 31 17:46:54.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57892024-10-31T17:46:56.245Z[ recovery-image] Oct 31 17:46:54.841 INFO O| Oct 31 17:46:54.841 INFO STEP 541 (remove_files) COMPLETE
57902024-10-31T17:46:56.245Z[ recovery-image] Oct 31 17:46:54.841 INFO O| Oct 31 17:46:54.841 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-31T17:46:56.252Z[ recovery-image] Oct 31 17:46:54.851 INFO O| Oct 31 17:46:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57922024-10-31T17:46:56.255Z[ recovery-image] Oct 31 17:46:54.851 INFO O| Oct 31 17:46:54.851 INFO STEP 542 (remove_files) COMPLETE
57932024-10-31T17:46:56.255Z[ recovery-image] Oct 31 17:46:54.851 INFO O| Oct 31 17:46:54.851 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-31T17:46:56.262Z[ recovery-image] Oct 31 17:46:54.861 INFO O| Oct 31 17:46:54.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57952024-10-31T17:46:56.262Z[ recovery-image] Oct 31 17:46:54.861 INFO O| Oct 31 17:46:54.861 INFO STEP 543 (remove_files) COMPLETE
57962024-10-31T17:46:56.262Z[ recovery-image] Oct 31 17:46:54.861 INFO O| Oct 31 17:46:54.861 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-31T17:46:56.272Z[ recovery-image] Oct 31 17:46:54.871 INFO O| Oct 31 17:46:54.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57982024-10-31T17:46:56.272Z[ recovery-image] Oct 31 17:46:54.871 INFO O| Oct 31 17:46:54.871 INFO STEP 544 (remove_files) COMPLETE
57992024-10-31T17:46:56.272Z[ recovery-image] Oct 31 17:46:54.871 INFO O| Oct 31 17:46:54.871 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-31T17:46:56.282Z[ recovery-image] Oct 31 17:46:54.881 INFO O| Oct 31 17:46:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58012024-10-31T17:46:56.282Z[ recovery-image] Oct 31 17:46:54.881 INFO O| Oct 31 17:46:54.881 INFO STEP 545 (remove_files) COMPLETE
58022024-10-31T17:46:56.284Z[ recovery-image] Oct 31 17:46:54.881 INFO O| Oct 31 17:46:54.881 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-31T17:46:56.292Z[ recovery-image] Oct 31 17:46:54.890 INFO O| Oct 31 17:46:54.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58042024-10-31T17:46:56.294Z[ recovery-image] Oct 31 17:46:54.891 INFO O| Oct 31 17:46:54.891 INFO STEP 546 (remove_files) COMPLETE
58052024-10-31T17:46:56.294Z[ recovery-image] Oct 31 17:46:54.891 INFO O| Oct 31 17:46:54.891 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-31T17:46:56.302Z[ recovery-image] Oct 31 17:46:54.901 INFO O| Oct 31 17:46:54.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58072024-10-31T17:46:56.302Z[ recovery-image] Oct 31 17:46:54.901 INFO O| Oct 31 17:46:54.901 INFO STEP 547 (remove_files) COMPLETE
58082024-10-31T17:46:56.304Z[ recovery-image] Oct 31 17:46:54.901 INFO O| Oct 31 17:46:54.901 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-31T17:46:56.312Z[ recovery-image] Oct 31 17:46:54.911 INFO O| Oct 31 17:46:54.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58102024-10-31T17:46:56.315Z[ recovery-image] Oct 31 17:46:54.911 INFO O| Oct 31 17:46:54.911 INFO STEP 548 (remove_files) COMPLETE
58112024-10-31T17:46:56.315Z[ recovery-image] Oct 31 17:46:54.911 INFO O| Oct 31 17:46:54.911 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-31T17:46:56.322Z[ recovery-image] Oct 31 17:46:54.921 INFO O| Oct 31 17:46:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58132024-10-31T17:46:56.322Z[ recovery-image] Oct 31 17:46:54.921 INFO O| Oct 31 17:46:54.921 INFO STEP 549 (remove_files) COMPLETE
58142024-10-31T17:46:56.322Z[ recovery-image] Oct 31 17:46:54.921 INFO O| Oct 31 17:46:54.921 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-31T17:46:56.332Z[ recovery-image] Oct 31 17:46:54.930 INFO O| Oct 31 17:46:54.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58162024-10-31T17:46:56.334Z[ recovery-image] Oct 31 17:46:54.930 INFO O| Oct 31 17:46:54.930 INFO STEP 550 (remove_files) COMPLETE
58172024-10-31T17:46:56.334Z[ recovery-image] Oct 31 17:46:54.930 INFO O| Oct 31 17:46:54.930 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-31T17:46:56.341Z[ recovery-image] Oct 31 17:46:54.940 INFO O| Oct 31 17:46:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58192024-10-31T17:46:56.341Z[ recovery-image] Oct 31 17:46:54.940 INFO O| Oct 31 17:46:54.940 INFO STEP 551 (remove_files) COMPLETE
58202024-10-31T17:46:56.341Z[ recovery-image] Oct 31 17:46:54.940 INFO O| Oct 31 17:46:54.940 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-31T17:46:56.351Z[ recovery-image] Oct 31 17:46:54.950 INFO O| Oct 31 17:46:54.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58222024-10-31T17:46:56.351Z[ recovery-image] Oct 31 17:46:54.950 INFO O| Oct 31 17:46:54.950 INFO STEP 552 (remove_files) COMPLETE
58232024-10-31T17:46:56.354Z[ recovery-image] Oct 31 17:46:54.950 INFO O| Oct 31 17:46:54.950 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-31T17:46:56.361Z[ recovery-image] Oct 31 17:46:54.960 INFO O| Oct 31 17:46:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58252024-10-31T17:46:56.361Z[ recovery-image] Oct 31 17:46:54.960 INFO O| Oct 31 17:46:54.960 INFO STEP 553 (remove_files) COMPLETE
58262024-10-31T17:46:56.364Z[ recovery-image] Oct 31 17:46:54.960 INFO O| Oct 31 17:46:54.960 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-31T17:46:56.371Z[ recovery-image] Oct 31 17:46:54.969 INFO O| Oct 31 17:46:54.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58282024-10-31T17:46:56.373Z[ recovery-image] Oct 31 17:46:54.970 INFO O| Oct 31 17:46:54.970 INFO STEP 554 (remove_files) COMPLETE
58292024-10-31T17:46:56.373Z[ recovery-image] Oct 31 17:46:54.970 INFO O| Oct 31 17:46:54.970 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-31T17:46:56.381Z[ recovery-image] Oct 31 17:46:54.980 INFO O| Oct 31 17:46:54.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58312024-10-31T17:46:56.381Z[ recovery-image] Oct 31 17:46:54.980 INFO O| Oct 31 17:46:54.980 INFO STEP 555 (remove_files) COMPLETE
58322024-10-31T17:46:56.381Z[ recovery-image] Oct 31 17:46:54.980 INFO O| Oct 31 17:46:54.980 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-31T17:46:56.391Z[ recovery-image] Oct 31 17:46:54.989 INFO O| Oct 31 17:46:54.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58342024-10-31T17:46:56.391Z[ recovery-image] Oct 31 17:46:54.989 INFO O| Oct 31 17:46:54.989 INFO STEP 556 (remove_files) COMPLETE
58352024-10-31T17:46:56.393Z[ recovery-image] Oct 31 17:46:54.989 INFO O| Oct 31 17:46:54.989 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-31T17:46:56.400Z[ recovery-image] Oct 31 17:46:54.999 INFO O| Oct 31 17:46:54.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58372024-10-31T17:46:56.400Z[ recovery-image] Oct 31 17:46:54.999 INFO O| Oct 31 17:46:54.999 INFO STEP 557 (remove_files) COMPLETE
58382024-10-31T17:46:56.400Z[ recovery-image] Oct 31 17:46:54.999 INFO O| Oct 31 17:46:54.999 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-31T17:46:56.411Z[ recovery-image] Oct 31 17:46:55.009 INFO O| Oct 31 17:46:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58402024-10-31T17:46:56.411Z[ recovery-image] Oct 31 17:46:55.010 INFO O| Oct 31 17:46:55.009 INFO STEP 558 (remove_files) COMPLETE
58412024-10-31T17:46:56.411Z[ recovery-image] Oct 31 17:46:55.010 INFO O| Oct 31 17:46:55.010 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-31T17:46:56.421Z[ recovery-image] Oct 31 17:46:55.019 INFO O| Oct 31 17:46:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58432024-10-31T17:46:56.421Z[ recovery-image] Oct 31 17:46:55.019 INFO O| Oct 31 17:46:55.019 INFO STEP 559 (remove_files) COMPLETE
58442024-10-31T17:46:56.421Z[ recovery-image] Oct 31 17:46:55.019 INFO O| Oct 31 17:46:55.019 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-31T17:46:56.430Z[ recovery-image] Oct 31 17:46:55.029 INFO O| Oct 31 17:46:55.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58462024-10-31T17:46:56.431Z[ recovery-image] Oct 31 17:46:55.029 INFO O| Oct 31 17:46:55.029 INFO STEP 560 (remove_files) COMPLETE
58472024-10-31T17:46:56.431Z[ recovery-image] Oct 31 17:46:55.029 INFO O| Oct 31 17:46:55.029 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-31T17:46:56.441Z[ recovery-image] Oct 31 17:46:55.039 INFO O| Oct 31 17:46:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58492024-10-31T17:46:56.443Z[ recovery-image] Oct 31 17:46:55.039 INFO O| Oct 31 17:46:55.039 INFO STEP 561 (remove_files) COMPLETE
58502024-10-31T17:46:56.443Z[ recovery-image] Oct 31 17:46:55.039 INFO O| Oct 31 17:46:55.039 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-31T17:46:56.450Z[ recovery-image] Oct 31 17:46:55.048 INFO O| Oct 31 17:46:55.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58522024-10-31T17:46:56.450Z[ recovery-image] Oct 31 17:46:55.048 INFO O| Oct 31 17:46:55.048 INFO STEP 562 (remove_files) COMPLETE
58532024-10-31T17:46:56.452Z[ recovery-image] Oct 31 17:46:55.048 INFO O| Oct 31 17:46:55.048 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-31T17:46:56.460Z[ recovery-image] Oct 31 17:46:55.058 INFO O| Oct 31 17:46:55.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58552024-10-31T17:46:56.460Z[ recovery-image] Oct 31 17:46:55.058 INFO O| Oct 31 17:46:55.058 INFO STEP 563 (remove_files) COMPLETE
58562024-10-31T17:46:56.460Z[ recovery-image] Oct 31 17:46:55.058 INFO O| Oct 31 17:46:55.058 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-31T17:46:56.470Z[ recovery-image] Oct 31 17:46:55.068 INFO O| Oct 31 17:46:55.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58582024-10-31T17:46:56.470Z[ recovery-image] Oct 31 17:46:55.068 INFO O| Oct 31 17:46:55.068 INFO STEP 564 (remove_files) COMPLETE
58592024-10-31T17:46:56.472Z[ recovery-image] Oct 31 17:46:55.068 INFO O| Oct 31 17:46:55.068 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-31T17:46:56.480Z[ recovery-image] Oct 31 17:46:55.078 INFO O| Oct 31 17:46:55.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58612024-10-31T17:46:56.482Z[ recovery-image] Oct 31 17:46:55.078 INFO O| Oct 31 17:46:55.078 INFO STEP 565 (remove_files) COMPLETE
58622024-10-31T17:46:56.482Z[ recovery-image] Oct 31 17:46:55.078 INFO O| Oct 31 17:46:55.078 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-31T17:46:56.490Z[ recovery-image] Oct 31 17:46:55.088 INFO O| Oct 31 17:46:55.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58642024-10-31T17:46:56.492Z[ recovery-image] Oct 31 17:46:55.088 INFO O| Oct 31 17:46:55.088 INFO STEP 566 (remove_files) COMPLETE
58652024-10-31T17:46:56.492Z[ recovery-image] Oct 31 17:46:55.088 INFO O| Oct 31 17:46:55.088 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-31T17:46:56.500Z[ recovery-image] Oct 31 17:46:55.098 INFO O| Oct 31 17:46:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58672024-10-31T17:46:56.502Z[ recovery-image] Oct 31 17:46:55.098 INFO O| Oct 31 17:46:55.098 INFO STEP 567 (remove_files) COMPLETE
58682024-10-31T17:46:56.502Z[ recovery-image] Oct 31 17:46:55.098 INFO O| Oct 31 17:46:55.098 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-31T17:46:56.510Z[ recovery-image] Oct 31 17:46:55.108 INFO O| Oct 31 17:46:55.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58702024-10-31T17:46:56.512Z[ recovery-image] Oct 31 17:46:55.108 INFO O| Oct 31 17:46:55.108 INFO STEP 568 (remove_files) COMPLETE
58712024-10-31T17:46:56.512Z[ recovery-image] Oct 31 17:46:55.108 INFO O| Oct 31 17:46:55.108 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-31T17:46:56.520Z[ recovery-image] Oct 31 17:46:55.118 INFO O| Oct 31 17:46:55.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58732024-10-31T17:46:56.520Z[ recovery-image] Oct 31 17:46:55.118 INFO O| Oct 31 17:46:55.118 INFO STEP 569 (remove_files) COMPLETE
58742024-10-31T17:46:56.520Z[ recovery-image] Oct 31 17:46:55.118 INFO O| Oct 31 17:46:55.118 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-31T17:46:56.529Z[ recovery-image] Oct 31 17:46:55.128 INFO O| Oct 31 17:46:55.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58762024-10-31T17:46:56.529Z[ recovery-image] Oct 31 17:46:55.128 INFO O| Oct 31 17:46:55.128 INFO STEP 570 (remove_files) COMPLETE
58772024-10-31T17:46:56.532Z[ recovery-image] Oct 31 17:46:55.128 INFO O| Oct 31 17:46:55.128 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-31T17:46:56.539Z[ recovery-image] Oct 31 17:46:55.138 INFO O| Oct 31 17:46:55.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58792024-10-31T17:46:56.542Z[ recovery-image] Oct 31 17:46:55.138 INFO O| Oct 31 17:46:55.138 INFO STEP 571 (remove_files) COMPLETE
58802024-10-31T17:46:56.542Z[ recovery-image] Oct 31 17:46:55.138 INFO O| Oct 31 17:46:55.138 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-31T17:46:56.549Z[ recovery-image] Oct 31 17:46:55.147 INFO O| Oct 31 17:46:55.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58822024-10-31T17:46:56.549Z[ recovery-image] Oct 31 17:46:55.148 INFO O| Oct 31 17:46:55.148 INFO STEP 572 (remove_files) COMPLETE
58832024-10-31T17:46:56.549Z[ recovery-image] Oct 31 17:46:55.148 INFO O| Oct 31 17:46:55.148 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-31T17:46:56.559Z[ recovery-image] Oct 31 17:46:55.157 INFO O| Oct 31 17:46:55.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58852024-10-31T17:46:56.559Z[ recovery-image] Oct 31 17:46:55.157 INFO O| Oct 31 17:46:55.157 INFO STEP 573 (remove_files) COMPLETE
58862024-10-31T17:46:56.559Z[ recovery-image] Oct 31 17:46:55.157 INFO O| Oct 31 17:46:55.157 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-31T17:46:56.564Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 41s
58882024-10-31T17:46:56.569Z[ recovery-image] Oct 31 17:46:55.167 INFO O| Oct 31 17:46:55.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58892024-10-31T17:46:56.571Z[ recovery-image] Oct 31 17:46:55.167 INFO O| Oct 31 17:46:55.167 INFO STEP 574 (remove_files) COMPLETE
58902024-10-31T17:46:56.571Z[ recovery-image] Oct 31 17:46:55.167 INFO O| Oct 31 17:46:55.167 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-10-31T17:46:56.579Z[ recovery-image] Oct 31 17:46:55.177 INFO O| Oct 31 17:46:55.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58922024-10-31T17:46:56.579Z[ recovery-image] Oct 31 17:46:55.177 INFO O| Oct 31 17:46:55.177 INFO STEP 575 (remove_files) COMPLETE
58932024-10-31T17:46:56.581Z[ recovery-image] Oct 31 17:46:55.177 INFO O| Oct 31 17:46:55.177 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-10-31T17:46:56.589Z[ recovery-image] Oct 31 17:46:55.187 INFO O| Oct 31 17:46:55.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58952024-10-31T17:46:56.589Z[ recovery-image] Oct 31 17:46:55.188 INFO O| Oct 31 17:46:55.187 INFO STEP 576 (remove_files) COMPLETE
58962024-10-31T17:46:56.589Z[ recovery-image] Oct 31 17:46:55.188 INFO O| Oct 31 17:46:55.188 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-10-31T17:46:56.599Z[ recovery-image] Oct 31 17:46:55.197 INFO O| Oct 31 17:46:55.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58982024-10-31T17:46:56.599Z[ recovery-image] Oct 31 17:46:55.197 INFO O| Oct 31 17:46:55.197 INFO STEP 577 (remove_files) COMPLETE
58992024-10-31T17:46:56.601Z[ recovery-image] Oct 31 17:46:55.197 INFO O| Oct 31 17:46:55.197 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-10-31T17:46:56.610Z[ recovery-image] Oct 31 17:46:55.207 INFO O| Oct 31 17:46:55.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
59012024-10-31T17:46:56.613Z[ recovery-image] Oct 31 17:46:55.208 INFO O| Oct 31 17:46:55.208 INFO STEP 578 (remove_files) COMPLETE
59022024-10-31T17:46:56.613Z[ recovery-image] Oct 31 17:46:55.208 INFO O| Oct 31 17:46:55.208 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-31T17:46:56.620Z[ recovery-image] Oct 31 17:46:55.218 INFO O| Oct 31 17:46:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59042024-10-31T17:46:56.620Z[ recovery-image] Oct 31 17:46:55.218 INFO O| Oct 31 17:46:55.218 INFO STEP 579 (remove_files) COMPLETE
59052024-10-31T17:46:56.620Z[ recovery-image] Oct 31 17:46:55.218 INFO O| Oct 31 17:46:55.218 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-31T17:46:56.629Z[ recovery-image] Oct 31 17:46:55.228 INFO O| Oct 31 17:46:55.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59072024-10-31T17:46:56.629Z[ recovery-image] Oct 31 17:46:55.228 INFO O| Oct 31 17:46:55.228 INFO STEP 580 (remove_files) COMPLETE
59082024-10-31T17:46:56.632Z[ recovery-image] Oct 31 17:46:55.228 INFO O| Oct 31 17:46:55.228 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-31T17:46:56.639Z[ recovery-image] Oct 31 17:46:55.238 INFO O| Oct 31 17:46:55.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59102024-10-31T17:46:56.642Z[ recovery-image] Oct 31 17:46:55.238 INFO O| Oct 31 17:46:55.238 INFO STEP 581 (remove_files) COMPLETE
59112024-10-31T17:46:56.642Z[ recovery-image] Oct 31 17:46:55.238 INFO O| Oct 31 17:46:55.238 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-10-31T17:46:56.649Z[ recovery-image] Oct 31 17:46:55.247 INFO O| Oct 31 17:46:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59132024-10-31T17:46:56.649Z[ recovery-image] Oct 31 17:46:55.247 INFO O| Oct 31 17:46:55.247 INFO STEP 582 (remove_files) COMPLETE
59142024-10-31T17:46:56.649Z[ recovery-image] Oct 31 17:46:55.247 INFO O| Oct 31 17:46:55.247 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-10-31T17:46:56.658Z[ recovery-image] Oct 31 17:46:55.256 INFO O| Oct 31 17:46:55.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59162024-10-31T17:46:56.660Z[ recovery-image] Oct 31 17:46:55.257 INFO O| Oct 31 17:46:55.257 INFO STEP 583 (remove_files) COMPLETE
59172024-10-31T17:46:56.661Z[ recovery-image] Oct 31 17:46:55.257 INFO O| Oct 31 17:46:55.257 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-10-31T17:46:56.668Z[ recovery-image] Oct 31 17:46:55.266 INFO O| Oct 31 17:46:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59192024-10-31T17:46:56.668Z[ recovery-image] Oct 31 17:46:55.266 INFO O| Oct 31 17:46:55.266 INFO STEP 584 (remove_files) COMPLETE
59202024-10-31T17:46:56.671Z[ recovery-image] Oct 31 17:46:55.266 INFO O| Oct 31 17:46:55.266 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-10-31T17:46:56.677Z[ recovery-image] Oct 31 17:46:55.275 INFO O| Oct 31 17:46:55.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59222024-10-31T17:46:56.679Z[ recovery-image] Oct 31 17:46:55.275 INFO O| Oct 31 17:46:55.275 INFO STEP 585 (remove_files) COMPLETE
59232024-10-31T17:46:56.679Z[ recovery-image] Oct 31 17:46:55.275 INFO O| Oct 31 17:46:55.275 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-10-31T17:46:56.686Z[ recovery-image] Oct 31 17:46:55.285 INFO O| Oct 31 17:46:55.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59252024-10-31T17:46:56.690Z[ recovery-image] Oct 31 17:46:55.285 INFO O| Oct 31 17:46:55.285 INFO STEP 586 (remove_files) COMPLETE
59262024-10-31T17:46:56.690Z[ recovery-image] Oct 31 17:46:55.285 INFO O| Oct 31 17:46:55.285 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-10-31T17:46:56.696Z[ recovery-image] Oct 31 17:46:55.294 INFO O| Oct 31 17:46:55.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59282024-10-31T17:46:56.696Z[ recovery-image] Oct 31 17:46:55.294 INFO O| Oct 31 17:46:55.294 INFO STEP 587 (remove_files) COMPLETE
59292024-10-31T17:46:56.698Z[ recovery-image] Oct 31 17:46:55.294 INFO O| Oct 31 17:46:55.294 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-31T17:46:56.705Z[ recovery-image] Oct 31 17:46:55.303 INFO O| Oct 31 17:46:55.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59312024-10-31T17:46:56.705Z[ recovery-image] Oct 31 17:46:55.304 INFO O| Oct 31 17:46:55.303 INFO STEP 588 (remove_files) COMPLETE
59322024-10-31T17:46:56.705Z[ recovery-image] Oct 31 17:46:55.304 INFO O| Oct 31 17:46:55.303 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-10-31T17:46:56.714Z[ recovery-image] Oct 31 17:46:55.313 INFO O| Oct 31 17:46:55.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59342024-10-31T17:46:56.717Z[ recovery-image] Oct 31 17:46:55.313 INFO O| Oct 31 17:46:55.313 INFO STEP 589 (remove_files) COMPLETE
59352024-10-31T17:46:56.717Z[ recovery-image] Oct 31 17:46:55.313 INFO O| Oct 31 17:46:55.313 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-10-31T17:46:56.724Z[ recovery-image] Oct 31 17:46:55.322 INFO O| Oct 31 17:46:55.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59372024-10-31T17:46:56.724Z[ recovery-image] Oct 31 17:46:55.322 INFO O| Oct 31 17:46:55.322 INFO STEP 590 (remove_files) COMPLETE
59382024-10-31T17:46:56.726Z[ recovery-image] Oct 31 17:46:55.322 INFO O| Oct 31 17:46:55.322 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-10-31T17:46:56.733Z[ recovery-image] Oct 31 17:46:55.332 INFO O| Oct 31 17:46:55.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59402024-10-31T17:46:56.736Z[ recovery-image] Oct 31 17:46:55.332 INFO O| Oct 31 17:46:55.332 INFO STEP 591 (remove_files) COMPLETE
59412024-10-31T17:46:56.736Z[ recovery-image] Oct 31 17:46:55.332 INFO O| Oct 31 17:46:55.332 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-10-31T17:46:56.742Z[ recovery-image] Oct 31 17:46:55.341 INFO O| Oct 31 17:46:55.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59432024-10-31T17:46:56.742Z[ recovery-image] Oct 31 17:46:55.341 INFO O| Oct 31 17:46:55.341 INFO STEP 592 (remove_files) COMPLETE
59442024-10-31T17:46:56.745Z[ recovery-image] Oct 31 17:46:55.341 INFO O| Oct 31 17:46:55.341 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-10-31T17:46:56.752Z[ recovery-image] Oct 31 17:46:55.350 INFO O| Oct 31 17:46:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59462024-10-31T17:46:56.752Z[ recovery-image] Oct 31 17:46:55.350 INFO O| Oct 31 17:46:55.350 INFO STEP 593 (remove_files) COMPLETE
59472024-10-31T17:46:56.754Z[ recovery-image] Oct 31 17:46:55.350 INFO O| Oct 31 17:46:55.350 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-10-31T17:46:56.761Z[ recovery-image] Oct 31 17:46:55.360 INFO O| Oct 31 17:46:55.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59492024-10-31T17:46:56.762Z[ recovery-image] Oct 31 17:46:55.360 INFO O| Oct 31 17:46:55.360 INFO STEP 594 (remove_files) COMPLETE
59502024-10-31T17:46:56.762Z[ recovery-image] Oct 31 17:46:55.360 INFO O| Oct 31 17:46:55.360 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-10-31T17:46:56.771Z[ recovery-image] Oct 31 17:46:55.369 INFO O| Oct 31 17:46:55.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59522024-10-31T17:46:56.771Z[ recovery-image] Oct 31 17:46:55.369 INFO O| Oct 31 17:46:55.369 INFO STEP 595 (remove_files) COMPLETE
59532024-10-31T17:46:56.771Z[ recovery-image] Oct 31 17:46:55.369 INFO O| Oct 31 17:46:55.369 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-31T17:46:56.783Z[ recovery-image] Oct 31 17:46:55.381 INFO O| Oct 31 17:46:55.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59552024-10-31T17:46:56.783Z[ recovery-image] Oct 31 17:46:55.381 INFO O| Oct 31 17:46:55.381 INFO STEP 596 (remove_files) COMPLETE
59562024-10-31T17:46:56.786Z[ recovery-image] Oct 31 17:46:55.381 INFO O| Oct 31 17:46:55.381 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-31T17:46:56.793Z[ recovery-image] Oct 31 17:46:55.392 INFO O| Oct 31 17:46:55.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59582024-10-31T17:46:56.793Z[ recovery-image] Oct 31 17:46:55.392 INFO O| Oct 31 17:46:55.392 INFO STEP 597 (remove_files) COMPLETE
59592024-10-31T17:46:56.796Z[ recovery-image] Oct 31 17:46:55.392 INFO O| Oct 31 17:46:55.392 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-31T17:46:56.803Z[ recovery-image] Oct 31 17:46:55.402 INFO O| Oct 31 17:46:55.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59612024-10-31T17:46:56.803Z[ recovery-image] Oct 31 17:46:55.402 INFO O| Oct 31 17:46:55.402 INFO STEP 598 (remove_files) COMPLETE
59622024-10-31T17:46:56.803Z[ recovery-image] Oct 31 17:46:55.402 INFO O| Oct 31 17:46:55.402 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-31T17:46:56.813Z[ recovery-image] Oct 31 17:46:55.412 INFO O| Oct 31 17:46:55.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59642024-10-31T17:46:56.813Z[ recovery-image] Oct 31 17:46:55.412 INFO O| Oct 31 17:46:55.412 INFO STEP 599 (remove_files) COMPLETE
59652024-10-31T17:46:56.816Z[ recovery-image] Oct 31 17:46:55.412 INFO O| Oct 31 17:46:55.412 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-31T17:46:56.823Z[ recovery-image] Oct 31 17:46:55.422 INFO O| Oct 31 17:46:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59672024-10-31T17:46:56.823Z[ recovery-image] Oct 31 17:46:55.422 INFO O| Oct 31 17:46:55.422 INFO STEP 600 (remove_files) COMPLETE
59682024-10-31T17:46:56.826Z[ recovery-image] Oct 31 17:46:55.422 INFO O| Oct 31 17:46:55.422 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-31T17:46:56.833Z[ recovery-image] Oct 31 17:46:55.432 INFO O| Oct 31 17:46:55.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59702024-10-31T17:46:56.835Z[ recovery-image] Oct 31 17:46:55.432 INFO O| Oct 31 17:46:55.432 INFO STEP 601 (remove_files) COMPLETE
59712024-10-31T17:46:56.836Z[ recovery-image] Oct 31 17:46:55.432 INFO O| Oct 31 17:46:55.432 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-31T17:46:56.843Z[ recovery-image] Oct 31 17:46:55.441 INFO O| Oct 31 17:46:55.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59732024-10-31T17:46:56.845Z[ recovery-image] Oct 31 17:46:55.441 INFO O| Oct 31 17:46:55.441 INFO STEP 602 (remove_files) COMPLETE
59742024-10-31T17:46:56.845Z[ recovery-image] Oct 31 17:46:55.441 INFO O| Oct 31 17:46:55.441 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-31T17:46:56.853Z[ recovery-image] Oct 31 17:46:55.451 INFO O| Oct 31 17:46:55.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59762024-10-31T17:46:56.853Z[ recovery-image] Oct 31 17:46:55.451 INFO O| Oct 31 17:46:55.451 INFO STEP 603 (remove_files) COMPLETE
59772024-10-31T17:46:56.855Z[ recovery-image] Oct 31 17:46:55.451 INFO O| Oct 31 17:46:55.451 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-31T17:46:56.862Z[ recovery-image] Oct 31 17:46:55.460 INFO O| Oct 31 17:46:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59792024-10-31T17:46:56.862Z[ recovery-image] Oct 31 17:46:55.461 INFO O| Oct 31 17:46:55.460 INFO STEP 604 (remove_files) COMPLETE
59802024-10-31T17:46:56.862Z[ recovery-image] Oct 31 17:46:55.461 INFO O| Oct 31 17:46:55.460 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-31T17:46:56.870ZOct 31 17:46:55.469 INFO [verify-libraries] process exited with exit status: 0 (346.265099509s)
59822024-10-31T17:46:56.872Z[ recovery-image] Oct 31 17:46:55.470 INFO O| Oct 31 17:46:55.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59832024-10-31T17:46:56.872Z[ recovery-image] Oct 31 17:46:55.470 INFO O| Oct 31 17:46:55.470 INFO STEP 605 (remove_files) COMPLETE
59842024-10-31T17:46:56.873Z[ recovery-image] Oct 31 17:46:55.471 INFO O| Oct 31 17:46:55.470 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-10-31T17:46:56.882Z[ recovery-image] Oct 31 17:46:55.480 INFO O| Oct 31 17:46:55.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59862024-10-31T17:46:56.884Z[ recovery-image] Oct 31 17:46:55.480 INFO O| Oct 31 17:46:55.480 INFO STEP 606 (remove_files) COMPLETE
59872024-10-31T17:46:56.884Z[ recovery-image] Oct 31 17:46:55.480 INFO O| Oct 31 17:46:55.480 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-10-31T17:46:56.892Z[ recovery-image] Oct 31 17:46:55.490 INFO O| Oct 31 17:46:55.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59892024-10-31T17:46:56.895Z[ recovery-image] Oct 31 17:46:55.490 INFO O| Oct 31 17:46:55.490 INFO STEP 607 (remove_files) COMPLETE
59902024-10-31T17:46:56.895Z[ recovery-image] Oct 31 17:46:55.490 INFO O| Oct 31 17:46:55.490 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-10-31T17:46:56.902Z[ recovery-image] Oct 31 17:46:55.500 INFO O| Oct 31 17:46:55.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59922024-10-31T17:46:56.902Z[ recovery-image] Oct 31 17:46:55.500 INFO O| Oct 31 17:46:55.500 INFO STEP 608 (remove_files) COMPLETE
59932024-10-31T17:46:56.902Z[ recovery-image] Oct 31 17:46:55.500 INFO O| Oct 31 17:46:55.500 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-10-31T17:46:56.912Z[ recovery-image] Oct 31 17:46:55.511 INFO O| Oct 31 17:46:55.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59952024-10-31T17:46:56.915Z[ recovery-image] Oct 31 17:46:55.511 INFO O| Oct 31 17:46:55.511 INFO STEP 609 (remove_files) COMPLETE
59962024-10-31T17:46:56.915Z[ recovery-image] Oct 31 17:46:55.511 INFO O| Oct 31 17:46:55.511 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-10-31T17:46:56.924Z[ recovery-image] Oct 31 17:46:55.522 INFO O| Oct 31 17:46:55.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59982024-10-31T17:46:56.924Z[ recovery-image] Oct 31 17:46:55.523 INFO O| Oct 31 17:46:55.522 INFO STEP 610 (remove_files) COMPLETE
59992024-10-31T17:46:56.927Z[ recovery-image] Oct 31 17:46:55.523 INFO O| Oct 31 17:46:55.523 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-10-31T17:46:56.927Z[ host-image] Oct 31 17:46:55.525 INFO O| Oct 31 17:46:55.525 INFO O| Download: Completed 8.42 MB in 4.62 seconds (1.8M/s)
60012024-10-31T17:46:56.934Z[ recovery-image] Oct 31 17:46:55.532 INFO O| Oct 31 17:46:55.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
60022024-10-31T17:46:56.934Z[ recovery-image] Oct 31 17:46:55.533 INFO O| Oct 31 17:46:55.532 INFO STEP 611 (remove_files) COMPLETE
60032024-10-31T17:46:56.936Z[ recovery-image] Oct 31 17:46:55.533 INFO O| Oct 31 17:46:55.532 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-31T17:46:56.944Z[ recovery-image] Oct 31 17:46:55.542 INFO O| Oct 31 17:46:55.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60052024-10-31T17:46:56.946Z[ recovery-image] Oct 31 17:46:55.542 INFO O| Oct 31 17:46:55.542 INFO STEP 612 (remove_files) COMPLETE
60062024-10-31T17:46:56.946Z[ recovery-image] Oct 31 17:46:55.542 INFO O| Oct 31 17:46:55.542 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-31T17:46:56.953Z[ recovery-image] Oct 31 17:46:55.552 INFO O| Oct 31 17:46:55.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60082024-10-31T17:46:56.956Z[ recovery-image] Oct 31 17:46:55.552 INFO O| Oct 31 17:46:55.552 INFO STEP 613 (remove_files) COMPLETE
60092024-10-31T17:46:56.956Z[ recovery-image] Oct 31 17:46:55.552 INFO O| Oct 31 17:46:55.552 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-31T17:46:56.963Z[ recovery-image] Oct 31 17:46:55.561 INFO O| Oct 31 17:46:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60112024-10-31T17:46:56.963Z[ recovery-image] Oct 31 17:46:55.561 INFO O| Oct 31 17:46:55.561 INFO STEP 614 (remove_files) COMPLETE
60122024-10-31T17:46:56.963Z[ recovery-image] Oct 31 17:46:55.561 INFO O| Oct 31 17:46:55.561 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-31T17:46:56.972Z[ recovery-image] Oct 31 17:46:55.571 INFO O| Oct 31 17:46:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60142024-10-31T17:46:56.975Z[ recovery-image] Oct 31 17:46:55.571 INFO O| Oct 31 17:46:55.571 INFO STEP 615 (remove_files) COMPLETE
60152024-10-31T17:46:56.975Z[ recovery-image] Oct 31 17:46:55.571 INFO O| Oct 31 17:46:55.571 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-31T17:46:56.982Z[ recovery-image] Oct 31 17:46:55.580 INFO O| Oct 31 17:46:55.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60172024-10-31T17:46:56.982Z[ recovery-image] Oct 31 17:46:55.580 INFO O| Oct 31 17:46:55.580 INFO STEP 616 (remove_files) COMPLETE
60182024-10-31T17:46:56.982Z[ recovery-image] Oct 31 17:46:55.580 INFO O| Oct 31 17:46:55.580 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-31T17:46:56.985Z[ host-image] Oct 31 17:46:55.581 INFO O| Oct 31 17:46:55.581 INFO O| Actions: 1/1361 actions (Installing new actions)
60202024-10-31T17:46:56.991Z[ recovery-image] Oct 31 17:46:55.590 INFO O| Oct 31 17:46:55.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60212024-10-31T17:46:56.991Z[ recovery-image] Oct 31 17:46:55.590 INFO O| Oct 31 17:46:55.590 INFO STEP 617 (remove_files) COMPLETE
60222024-10-31T17:46:56.994Z[ recovery-image] Oct 31 17:46:55.590 INFO O| Oct 31 17:46:55.590 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-10-31T17:46:57.004Z[ recovery-image] Oct 31 17:46:55.599 INFO O| Oct 31 17:46:55.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60242024-10-31T17:46:57.004Z[ recovery-image] Oct 31 17:46:55.599 INFO O| Oct 31 17:46:55.599 INFO STEP 618 (remove_files) COMPLETE
60252024-10-31T17:46:57.004Z[ recovery-image] Oct 31 17:46:55.599 INFO O| Oct 31 17:46:55.599 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-10-31T17:46:57.010Z[ recovery-image] Oct 31 17:46:55.609 INFO O| Oct 31 17:46:55.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60272024-10-31T17:46:57.013Z[ recovery-image] Oct 31 17:46:55.609 INFO O| Oct 31 17:46:55.609 INFO STEP 619 (remove_files) COMPLETE
60282024-10-31T17:46:57.013Z[ recovery-image] Oct 31 17:46:55.609 INFO O| Oct 31 17:46:55.609 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-10-31T17:46:57.020Z[ recovery-image] Oct 31 17:46:55.618 INFO O| Oct 31 17:46:55.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60302024-10-31T17:46:57.020Z[ recovery-image] Oct 31 17:46:55.618 INFO O| Oct 31 17:46:55.618 INFO STEP 620 (remove_files) COMPLETE
60312024-10-31T17:46:57.020Z[ recovery-image] Oct 31 17:46:55.618 INFO O| Oct 31 17:46:55.618 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-10-31T17:46:57.029Z[ recovery-image] Oct 31 17:46:55.628 INFO O| Oct 31 17:46:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60332024-10-31T17:46:57.029Z[ recovery-image] Oct 31 17:46:55.628 INFO O| Oct 31 17:46:55.628 INFO STEP 621 (remove_files) COMPLETE
60342024-10-31T17:46:57.029Z[ recovery-image] Oct 31 17:46:55.628 INFO O| Oct 31 17:46:55.628 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-10-31T17:46:57.039Z[ recovery-image] Oct 31 17:46:55.637 INFO O| Oct 31 17:46:55.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60362024-10-31T17:46:57.039Z[ recovery-image] Oct 31 17:46:55.637 INFO O| Oct 31 17:46:55.637 INFO STEP 622 (remove_files) COMPLETE
60372024-10-31T17:46:57.039Z[ recovery-image] Oct 31 17:46:55.637 INFO O| Oct 31 17:46:55.637 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-10-31T17:46:57.048Z[ recovery-image] Oct 31 17:46:55.647 INFO O| Oct 31 17:46:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60392024-10-31T17:46:57.048Z[ recovery-image] Oct 31 17:46:55.647 INFO O| Oct 31 17:46:55.647 INFO STEP 623 (remove_files) COMPLETE
60402024-10-31T17:46:57.051Z[ recovery-image] Oct 31 17:46:55.647 INFO O| Oct 31 17:46:55.647 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-10-31T17:46:57.058Z[ recovery-image] Oct 31 17:46:55.656 INFO O| Oct 31 17:46:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60422024-10-31T17:46:57.058Z[ recovery-image] Oct 31 17:46:55.656 INFO O| Oct 31 17:46:55.656 INFO STEP 624 (remove_files) COMPLETE
60432024-10-31T17:46:57.060Z[ recovery-image] Oct 31 17:46:55.656 INFO O| Oct 31 17:46:55.656 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-10-31T17:46:57.068Z[ recovery-image] Oct 31 17:46:55.666 INFO O| Oct 31 17:46:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60452024-10-31T17:46:57.070Z[ recovery-image] Oct 31 17:46:55.666 INFO O| Oct 31 17:46:55.666 INFO STEP 625 (remove_files) COMPLETE
60462024-10-31T17:46:57.070Z[ recovery-image] Oct 31 17:46:55.666 INFO O| Oct 31 17:46:55.666 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-10-31T17:46:57.077Z[ recovery-image] Oct 31 17:46:55.676 INFO O| Oct 31 17:46:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60482024-10-31T17:46:57.077Z[ recovery-image] Oct 31 17:46:55.676 INFO O| Oct 31 17:46:55.676 INFO STEP 626 (remove_files) COMPLETE
60492024-10-31T17:46:57.080Z[ recovery-image] Oct 31 17:46:55.676 INFO O| Oct 31 17:46:55.676 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-10-31T17:46:57.087Z[ recovery-image] Oct 31 17:46:55.685 INFO O| Oct 31 17:46:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60512024-10-31T17:46:57.089Z[ recovery-image] Oct 31 17:46:55.685 INFO O| Oct 31 17:46:55.685 INFO STEP 627 (remove_files) COMPLETE
60522024-10-31T17:46:57.089Z[ recovery-image] Oct 31 17:46:55.685 INFO O| Oct 31 17:46:55.685 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-10-31T17:46:57.096Z[ recovery-image] Oct 31 17:46:55.694 INFO O| Oct 31 17:46:55.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60542024-10-31T17:46:57.096Z[ recovery-image] Oct 31 17:46:55.694 INFO O| Oct 31 17:46:55.694 INFO STEP 628 (remove_files) COMPLETE
60552024-10-31T17:46:57.096Z[ recovery-image] Oct 31 17:46:55.694 INFO O| Oct 31 17:46:55.694 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-10-31T17:46:57.105Z[ recovery-image] Oct 31 17:46:55.704 INFO O| Oct 31 17:46:55.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60572024-10-31T17:46:57.105Z[ recovery-image] Oct 31 17:46:55.704 INFO O| Oct 31 17:46:55.704 INFO STEP 629 (remove_files) COMPLETE
60582024-10-31T17:46:57.105Z[ recovery-image] Oct 31 17:46:55.704 INFO O| Oct 31 17:46:55.704 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-10-31T17:46:57.115Z[ recovery-image] Oct 31 17:46:55.713 INFO O| Oct 31 17:46:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60602024-10-31T17:46:57.115Z[ recovery-image] Oct 31 17:46:55.713 INFO O| Oct 31 17:46:55.713 INFO STEP 630 (remove_files) COMPLETE
60612024-10-31T17:46:57.115Z[ recovery-image] Oct 31 17:46:55.713 INFO O| Oct 31 17:46:55.713 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-10-31T17:46:57.124Z[ recovery-image] Oct 31 17:46:55.723 INFO O| Oct 31 17:46:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60632024-10-31T17:46:57.124Z[ recovery-image] Oct 31 17:46:55.723 INFO O| Oct 31 17:46:55.723 INFO STEP 631 (remove_files) COMPLETE
60642024-10-31T17:46:57.124Z[ recovery-image] Oct 31 17:46:55.723 INFO O| Oct 31 17:46:55.723 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-31T17:46:57.134Z[ recovery-image] Oct 31 17:46:55.732 INFO O| Oct 31 17:46:55.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60662024-10-31T17:46:57.134Z[ recovery-image] Oct 31 17:46:55.732 INFO O| Oct 31 17:46:55.732 INFO STEP 632 (remove_files) COMPLETE
60672024-10-31T17:46:57.134Z[ recovery-image] Oct 31 17:46:55.732 INFO O| Oct 31 17:46:55.732 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-10-31T17:46:57.143Z[ recovery-image] Oct 31 17:46:55.741 INFO O| Oct 31 17:46:55.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60692024-10-31T17:46:57.143Z[ recovery-image] Oct 31 17:46:55.741 INFO O| Oct 31 17:46:55.741 INFO STEP 633 (remove_files) COMPLETE
60702024-10-31T17:46:57.145Z[ recovery-image] Oct 31 17:46:55.741 INFO O| Oct 31 17:46:55.741 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-10-31T17:46:57.152Z[ recovery-image] Oct 31 17:46:55.751 INFO O| Oct 31 17:46:55.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60722024-10-31T17:46:57.152Z[ recovery-image] Oct 31 17:46:55.751 INFO O| Oct 31 17:46:55.751 INFO STEP 634 (remove_files) COMPLETE
60732024-10-31T17:46:57.153Z[ recovery-image] Oct 31 17:46:55.751 INFO O| Oct 31 17:46:55.751 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-10-31T17:46:57.162Z[ recovery-image] Oct 31 17:46:55.760 INFO O| Oct 31 17:46:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60752024-10-31T17:46:57.162Z[ recovery-image] Oct 31 17:46:55.760 INFO O| Oct 31 17:46:55.760 INFO STEP 635 (remove_files) COMPLETE
60762024-10-31T17:46:57.164Z[ recovery-image] Oct 31 17:46:55.760 INFO O| Oct 31 17:46:55.760 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-10-31T17:46:57.171Z[ recovery-image] Oct 31 17:46:55.770 INFO O| Oct 31 17:46:55.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60782024-10-31T17:46:57.172Z[ recovery-image] Oct 31 17:46:55.770 INFO O| Oct 31 17:46:55.770 INFO STEP 636 (remove_files) COMPLETE
60792024-10-31T17:46:57.172Z[ recovery-image] Oct 31 17:46:55.770 INFO O| Oct 31 17:46:55.770 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-10-31T17:46:57.181Z[ recovery-image] Oct 31 17:46:55.779 INFO O| Oct 31 17:46:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60812024-10-31T17:46:57.181Z[ recovery-image] Oct 31 17:46:55.779 INFO O| Oct 31 17:46:55.779 INFO STEP 637 (remove_files) COMPLETE
60822024-10-31T17:46:57.181Z[ recovery-image] Oct 31 17:46:55.779 INFO O| Oct 31 17:46:55.779 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-10-31T17:46:57.190Z[ recovery-image] Oct 31 17:46:55.789 INFO O| Oct 31 17:46:55.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60842024-10-31T17:46:57.190Z[ recovery-image] Oct 31 17:46:55.789 INFO O| Oct 31 17:46:55.789 INFO STEP 638 (remove_files) COMPLETE
60852024-10-31T17:46:57.193Z[ recovery-image] Oct 31 17:46:55.789 INFO O| Oct 31 17:46:55.789 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-10-31T17:46:57.200Z[ recovery-image] Oct 31 17:46:55.798 INFO O| Oct 31 17:46:55.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60872024-10-31T17:46:57.202Z[ recovery-image] Oct 31 17:46:55.798 INFO O| Oct 31 17:46:55.798 INFO STEP 639 (remove_files) COMPLETE
60882024-10-31T17:46:57.202Z[ recovery-image] Oct 31 17:46:55.798 INFO O| Oct 31 17:46:55.798 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-10-31T17:46:57.210Z[ recovery-image] Oct 31 17:46:55.808 INFO O| Oct 31 17:46:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60902024-10-31T17:46:57.210Z[ recovery-image] Oct 31 17:46:55.808 INFO O| Oct 31 17:46:55.808 INFO STEP 640 (remove_files) COMPLETE
60912024-10-31T17:46:57.212Z[ recovery-image] Oct 31 17:46:55.808 INFO O| Oct 31 17:46:55.808 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-10-31T17:46:57.220Z[ recovery-image] Oct 31 17:46:55.818 INFO O| Oct 31 17:46:55.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60932024-10-31T17:46:57.220Z[ recovery-image] Oct 31 17:46:55.818 INFO O| Oct 31 17:46:55.818 INFO STEP 641 (remove_files) COMPLETE
60942024-10-31T17:46:57.220Z[ recovery-image] Oct 31 17:46:55.818 INFO O| Oct 31 17:46:55.818 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-10-31T17:46:57.229Z[ recovery-image] Oct 31 17:46:55.827 INFO O| Oct 31 17:46:55.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60962024-10-31T17:46:57.229Z[ recovery-image] Oct 31 17:46:55.828 INFO O| Oct 31 17:46:55.827 INFO STEP 642 (remove_files) COMPLETE
60972024-10-31T17:46:57.229Z[ recovery-image] Oct 31 17:46:55.828 INFO O| Oct 31 17:46:55.828 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-10-31T17:46:57.239Z[ recovery-image] Oct 31 17:46:55.837 INFO O| Oct 31 17:46:55.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60992024-10-31T17:46:57.241Z[ recovery-image] Oct 31 17:46:55.837 INFO O| Oct 31 17:46:55.837 INFO STEP 643 (remove_files) COMPLETE
61002024-10-31T17:46:57.241Z[ recovery-image] Oct 31 17:46:55.837 INFO O| Oct 31 17:46:55.837 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-10-31T17:46:57.249Z[ recovery-image] Oct 31 17:46:55.847 INFO O| Oct 31 17:46:55.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61022024-10-31T17:46:57.249Z[ recovery-image] Oct 31 17:46:55.847 INFO O| Oct 31 17:46:55.847 INFO STEP 644 (remove_files) COMPLETE
61032024-10-31T17:46:57.252Z[ recovery-image] Oct 31 17:46:55.847 INFO O| Oct 31 17:46:55.847 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-10-31T17:46:57.258Z[ recovery-image] Oct 31 17:46:55.856 INFO O| Oct 31 17:46:55.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61052024-10-31T17:46:57.258Z[ recovery-image] Oct 31 17:46:55.856 INFO O| Oct 31 17:46:55.856 INFO STEP 645 (remove_files) COMPLETE
61062024-10-31T17:46:57.261Z[ recovery-image] Oct 31 17:46:55.856 INFO O| Oct 31 17:46:55.856 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-10-31T17:46:57.268Z[ recovery-image] Oct 31 17:46:55.866 INFO O| Oct 31 17:46:55.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61082024-10-31T17:46:57.268Z[ recovery-image] Oct 31 17:46:55.866 INFO O| Oct 31 17:46:55.866 INFO STEP 646 (remove_files) COMPLETE
61092024-10-31T17:46:57.271Z[ recovery-image] Oct 31 17:46:55.866 INFO O| Oct 31 17:46:55.866 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-10-31T17:46:57.277Z[ recovery-image] Oct 31 17:46:55.876 INFO O| Oct 31 17:46:55.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61112024-10-31T17:46:57.280Z[ recovery-image] Oct 31 17:46:55.876 INFO O| Oct 31 17:46:55.876 INFO STEP 647 (remove_files) COMPLETE
61122024-10-31T17:46:57.280Z[ recovery-image] Oct 31 17:46:55.876 INFO O| Oct 31 17:46:55.876 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-10-31T17:46:57.287Z[ recovery-image] Oct 31 17:46:55.885 INFO O| Oct 31 17:46:55.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61142024-10-31T17:46:57.290Z[ recovery-image] Oct 31 17:46:55.885 INFO O| Oct 31 17:46:55.885 INFO STEP 648 (remove_files) COMPLETE
61152024-10-31T17:46:57.290Z[ recovery-image] Oct 31 17:46:55.885 INFO O| Oct 31 17:46:55.885 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-10-31T17:46:57.297Z[ recovery-image] Oct 31 17:46:55.895 INFO O| Oct 31 17:46:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61172024-10-31T17:46:57.299Z[ recovery-image] Oct 31 17:46:55.895 INFO O| Oct 31 17:46:55.895 INFO STEP 649 (remove_files) COMPLETE
61182024-10-31T17:46:57.300Z[ recovery-image] Oct 31 17:46:55.895 INFO O| Oct 31 17:46:55.895 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-10-31T17:46:57.306Z[ recovery-image] Oct 31 17:46:55.904 INFO O| Oct 31 17:46:55.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61202024-10-31T17:46:57.309Z[ recovery-image] Oct 31 17:46:55.905 INFO O| Oct 31 17:46:55.905 INFO STEP 650 (remove_files) COMPLETE
61212024-10-31T17:46:57.309Z[ recovery-image] Oct 31 17:46:55.905 INFO O| Oct 31 17:46:55.905 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-10-31T17:46:57.316Z[ recovery-image] Oct 31 17:46:55.914 INFO O| Oct 31 17:46:55.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61232024-10-31T17:46:57.316Z[ recovery-image] Oct 31 17:46:55.914 INFO O| Oct 31 17:46:55.914 INFO STEP 651 (remove_files) COMPLETE
61242024-10-31T17:46:57.318Z[ recovery-image] Oct 31 17:46:55.914 INFO O| Oct 31 17:46:55.914 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-10-31T17:46:57.326Z[ recovery-image] Oct 31 17:46:55.924 INFO O| Oct 31 17:46:55.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61262024-10-31T17:46:57.328Z[ recovery-image] Oct 31 17:46:55.924 INFO O| Oct 31 17:46:55.924 INFO STEP 652 (remove_files) COMPLETE
61272024-10-31T17:46:57.328Z[ recovery-image] Oct 31 17:46:55.924 INFO O| Oct 31 17:46:55.924 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-10-31T17:46:57.335Z[ recovery-image] Oct 31 17:46:55.934 INFO O| Oct 31 17:46:55.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61292024-10-31T17:46:57.335Z[ recovery-image] Oct 31 17:46:55.934 INFO O| Oct 31 17:46:55.934 INFO STEP 653 (remove_files) COMPLETE
61302024-10-31T17:46:57.335Z[ recovery-image] Oct 31 17:46:55.934 INFO O| Oct 31 17:46:55.934 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-10-31T17:46:57.345Z[ recovery-image] Oct 31 17:46:55.944 INFO O| Oct 31 17:46:55.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61322024-10-31T17:46:57.345Z[ recovery-image] Oct 31 17:46:55.944 INFO O| Oct 31 17:46:55.944 INFO STEP 654 (remove_files) COMPLETE
61332024-10-31T17:46:57.348Z[ recovery-image] Oct 31 17:46:55.944 INFO O| Oct 31 17:46:55.944 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-10-31T17:46:57.356Z[ recovery-image] Oct 31 17:46:55.954 INFO O| Oct 31 17:46:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61352024-10-31T17:46:57.358Z[ recovery-image] Oct 31 17:46:55.954 INFO O| Oct 31 17:46:55.954 INFO STEP 655 (remove_files) COMPLETE
61362024-10-31T17:46:57.358Z[ recovery-image] Oct 31 17:46:55.954 INFO O| Oct 31 17:46:55.954 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-10-31T17:46:57.365Z[ recovery-image] Oct 31 17:46:55.963 INFO O| Oct 31 17:46:55.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61382024-10-31T17:46:57.365Z[ recovery-image] Oct 31 17:46:55.964 INFO O| Oct 31 17:46:55.964 INFO STEP 656 (remove_files) COMPLETE
61392024-10-31T17:46:57.365Z[ recovery-image] Oct 31 17:46:55.964 INFO O| Oct 31 17:46:55.964 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-10-31T17:46:57.375Z[ recovery-image] Oct 31 17:46:55.973 INFO O| Oct 31 17:46:55.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61412024-10-31T17:46:57.377Z[ recovery-image] Oct 31 17:46:55.973 INFO O| Oct 31 17:46:55.973 INFO STEP 657 (remove_files) COMPLETE
61422024-10-31T17:46:57.377Z[ recovery-image] Oct 31 17:46:55.973 INFO O| Oct 31 17:46:55.973 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-10-31T17:46:57.385Z[ recovery-image] Oct 31 17:46:55.983 INFO O| Oct 31 17:46:55.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61442024-10-31T17:46:57.387Z[ recovery-image] Oct 31 17:46:55.983 INFO O| Oct 31 17:46:55.983 INFO STEP 658 (remove_files) COMPLETE
61452024-10-31T17:46:57.388Z[ recovery-image] Oct 31 17:46:55.983 INFO O| Oct 31 17:46:55.983 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-10-31T17:46:57.390Z[ host-image] Oct 31 17:46:55.986 INFO O| Oct 31 17:46:55.986 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
61472024-10-31T17:46:57.395Z[ recovery-image] Oct 31 17:46:55.993 INFO O| Oct 31 17:46:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61482024-10-31T17:46:57.397Z[ recovery-image] Oct 31 17:46:55.993 INFO O| Oct 31 17:46:55.993 INFO STEP 659 (remove_files) COMPLETE
61492024-10-31T17:46:57.397Z[ recovery-image] Oct 31 17:46:55.993 INFO O| Oct 31 17:46:55.993 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-31T17:46:57.406Z[ recovery-image] Oct 31 17:46:56.003 INFO O| Oct 31 17:46:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61512024-10-31T17:46:57.406Z[ recovery-image] Oct 31 17:46:56.003 INFO O| Oct 31 17:46:56.003 INFO STEP 660 (remove_files) COMPLETE
61522024-10-31T17:46:57.408Z[ recovery-image] Oct 31 17:46:56.003 INFO O| Oct 31 17:46:56.003 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-31T17:46:57.414Z[ recovery-image] Oct 31 17:46:56.013 INFO O| Oct 31 17:46:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61542024-10-31T17:46:57.417Z[ recovery-image] Oct 31 17:46:56.013 INFO O| Oct 31 17:46:56.013 INFO STEP 661 (remove_files) COMPLETE
61552024-10-31T17:46:57.417Z[ recovery-image] Oct 31 17:46:56.013 INFO O| Oct 31 17:46:56.013 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-31T17:46:57.426Z[ recovery-image] Oct 31 17:46:56.024 INFO O| Oct 31 17:46:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61572024-10-31T17:46:57.426Z[ recovery-image] Oct 31 17:46:56.024 INFO O| Oct 31 17:46:56.024 INFO STEP 662 (remove_files) COMPLETE
61582024-10-31T17:46:57.426Z[ recovery-image] Oct 31 17:46:56.024 INFO O| Oct 31 17:46:56.024 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-31T17:46:57.437Z[ recovery-image] Oct 31 17:46:56.035 INFO O| Oct 31 17:46:56.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61602024-10-31T17:46:57.439Z[ recovery-image] Oct 31 17:46:56.035 INFO O| Oct 31 17:46:56.035 INFO STEP 663 (remove_files) COMPLETE
61612024-10-31T17:46:57.439Z[ recovery-image] Oct 31 17:46:56.035 INFO O| Oct 31 17:46:56.035 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-31T17:46:57.448Z[ recovery-image] Oct 31 17:46:56.046 INFO O| Oct 31 17:46:56.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61632024-10-31T17:46:57.450Z[ recovery-image] Oct 31 17:46:56.046 INFO O| Oct 31 17:46:56.046 INFO STEP 664 (remove_files) COMPLETE
61642024-10-31T17:46:57.450Z[ recovery-image] Oct 31 17:46:56.046 INFO O| Oct 31 17:46:56.046 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-31T17:46:57.457Z[ recovery-image] Oct 31 17:46:56.056 INFO O| Oct 31 17:46:56.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61662024-10-31T17:46:57.460Z[ recovery-image] Oct 31 17:46:56.056 INFO O| Oct 31 17:46:56.056 INFO STEP 665 (remove_files) COMPLETE
61672024-10-31T17:46:57.460Z[ recovery-image] Oct 31 17:46:56.056 INFO O| Oct 31 17:46:56.056 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-31T17:46:57.468Z[ recovery-image] Oct 31 17:46:56.066 INFO O| Oct 31 17:46:56.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61692024-10-31T17:46:57.470Z[ recovery-image] Oct 31 17:46:56.066 INFO O| Oct 31 17:46:56.066 INFO STEP 666 (remove_files) COMPLETE
61702024-10-31T17:46:57.470Z[ recovery-image] Oct 31 17:46:56.066 INFO O| Oct 31 17:46:56.066 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-31T17:46:57.478Z[ recovery-image] Oct 31 17:46:56.076 INFO O| Oct 31 17:46:56.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61722024-10-31T17:46:57.480Z[ recovery-image] Oct 31 17:46:56.076 INFO O| Oct 31 17:46:56.076 INFO STEP 667 (remove_files) COMPLETE
61732024-10-31T17:46:57.480Z[ recovery-image] Oct 31 17:46:56.076 INFO O| Oct 31 17:46:56.076 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-31T17:46:57.488Z[ recovery-image] Oct 31 17:46:56.086 INFO O| Oct 31 17:46:56.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61752024-10-31T17:46:57.491Z[ recovery-image] Oct 31 17:46:56.086 INFO O| Oct 31 17:46:56.086 INFO STEP 668 (remove_files) COMPLETE
61762024-10-31T17:46:57.491Z[ recovery-image] Oct 31 17:46:56.086 INFO O| Oct 31 17:46:56.086 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-31T17:46:57.499Z[ recovery-image] Oct 31 17:46:56.097 INFO O| Oct 31 17:46:56.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61782024-10-31T17:46:57.499Z[ recovery-image] Oct 31 17:46:56.097 INFO O| Oct 31 17:46:56.097 INFO STEP 669 (remove_files) COMPLETE
61792024-10-31T17:46:57.499Z[ recovery-image] Oct 31 17:46:56.097 INFO O| Oct 31 17:46:56.097 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-31T17:46:57.509Z[ recovery-image] Oct 31 17:46:56.107 INFO O| Oct 31 17:46:56.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61812024-10-31T17:46:57.509Z[ recovery-image] Oct 31 17:46:56.108 INFO O| Oct 31 17:46:56.108 INFO STEP 670 (remove_files) COMPLETE
61822024-10-31T17:46:57.509Z[ recovery-image] Oct 31 17:46:56.108 INFO O| Oct 31 17:46:56.108 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-31T17:46:57.520Z[ recovery-image] Oct 31 17:46:56.118 INFO O| Oct 31 17:46:56.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61842024-10-31T17:46:57.520Z[ recovery-image] Oct 31 17:46:56.118 INFO O| Oct 31 17:46:56.118 INFO STEP 671 (remove_files) COMPLETE
61852024-10-31T17:46:57.520Z[ recovery-image] Oct 31 17:46:56.118 INFO O| Oct 31 17:46:56.118 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-31T17:46:57.530Z[ recovery-image] Oct 31 17:46:56.128 INFO O| Oct 31 17:46:56.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61872024-10-31T17:46:57.533Z[ recovery-image] Oct 31 17:46:56.129 INFO O| Oct 31 17:46:56.129 INFO STEP 672 (remove_files) COMPLETE
61882024-10-31T17:46:57.533Z[ recovery-image] Oct 31 17:46:56.129 INFO O| Oct 31 17:46:56.129 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-31T17:46:57.541Z[ recovery-image] Oct 31 17:46:56.139 INFO O| Oct 31 17:46:56.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61902024-10-31T17:46:57.543Z[ recovery-image] Oct 31 17:46:56.139 INFO O| Oct 31 17:46:56.139 INFO STEP 673 (remove_files) COMPLETE
61912024-10-31T17:46:57.544Z[ recovery-image] Oct 31 17:46:56.139 INFO O| Oct 31 17:46:56.139 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-31T17:46:57.552Z[ recovery-image] Oct 31 17:46:56.150 INFO O| Oct 31 17:46:56.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61932024-10-31T17:46:57.554Z[ recovery-image] Oct 31 17:46:56.151 INFO O| Oct 31 17:46:56.151 INFO STEP 674 (remove_files) COMPLETE
61942024-10-31T17:46:57.554Z[ recovery-image] Oct 31 17:46:56.151 INFO O| Oct 31 17:46:56.151 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-31T17:46:57.564Z[ recovery-image] Oct 31 17:46:56.162 INFO O| Oct 31 17:46:56.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61962024-10-31T17:46:57.564Z[ recovery-image] Oct 31 17:46:56.162 INFO O| Oct 31 17:46:56.162 INFO STEP 675 (remove_files) COMPLETE
61972024-10-31T17:46:57.567Z[ recovery-image] Oct 31 17:46:56.162 INFO O| Oct 31 17:46:56.162 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-31T17:46:57.576Z[ recovery-image] Oct 31 17:46:56.174 INFO O| Oct 31 17:46:56.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61992024-10-31T17:46:57.576Z[ recovery-image] Oct 31 17:46:56.174 INFO O| Oct 31 17:46:56.174 INFO STEP 676 (remove_files) COMPLETE
62002024-10-31T17:46:57.576Z[ recovery-image] Oct 31 17:46:56.174 INFO O| Oct 31 17:46:56.174 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-31T17:46:57.587Z[ recovery-image] Oct 31 17:46:56.185 INFO O| Oct 31 17:46:56.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62022024-10-31T17:46:57.587Z[ recovery-image] Oct 31 17:46:56.186 INFO O| Oct 31 17:46:56.186 INFO STEP 677 (remove_files) COMPLETE
62032024-10-31T17:46:57.587Z[ recovery-image] Oct 31 17:46:56.186 INFO O| Oct 31 17:46:56.186 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-31T17:46:57.598Z[ recovery-image] Oct 31 17:46:56.196 INFO O| Oct 31 17:46:56.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62052024-10-31T17:46:57.598Z[ recovery-image] Oct 31 17:46:56.196 INFO O| Oct 31 17:46:56.196 INFO STEP 678 (remove_files) COMPLETE
62062024-10-31T17:46:57.600Z[ recovery-image] Oct 31 17:46:56.196 INFO O| Oct 31 17:46:56.196 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-31T17:46:57.608Z[ recovery-image] Oct 31 17:46:56.206 INFO O| Oct 31 17:46:56.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62082024-10-31T17:46:57.608Z[ recovery-image] Oct 31 17:46:56.206 INFO O| Oct 31 17:46:56.206 INFO STEP 679 (remove_files) COMPLETE
62092024-10-31T17:46:57.611Z[ recovery-image] Oct 31 17:46:56.206 INFO O| Oct 31 17:46:56.206 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-31T17:46:57.618Z[ recovery-image] Oct 31 17:46:56.217 INFO O| Oct 31 17:46:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62112024-10-31T17:46:57.618Z[ recovery-image] Oct 31 17:46:56.217 INFO O| Oct 31 17:46:56.217 INFO STEP 680 (remove_files) COMPLETE
62122024-10-31T17:46:57.621Z[ recovery-image] Oct 31 17:46:56.217 INFO O| Oct 31 17:46:56.217 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-31T17:46:57.628Z[ recovery-image] Oct 31 17:46:56.227 INFO O| Oct 31 17:46:56.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62142024-10-31T17:46:57.631Z[ recovery-image] Oct 31 17:46:56.227 INFO O| Oct 31 17:46:56.227 INFO STEP 681 (remove_files) COMPLETE
62152024-10-31T17:46:57.631Z[ recovery-image] Oct 31 17:46:56.227 INFO O| Oct 31 17:46:56.227 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-10-31T17:46:57.639Z[ recovery-image] Oct 31 17:46:56.237 INFO O| Oct 31 17:46:56.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62172024-10-31T17:46:57.639Z[ recovery-image] Oct 31 17:46:56.237 INFO O| Oct 31 17:46:56.237 INFO STEP 682 (remove_files) COMPLETE
62182024-10-31T17:46:57.639Z[ recovery-image] Oct 31 17:46:56.237 INFO O| Oct 31 17:46:56.237 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-31T17:46:57.649Z[ recovery-image] Oct 31 17:46:56.247 INFO O| Oct 31 17:46:56.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62202024-10-31T17:46:57.649Z[ recovery-image] Oct 31 17:46:56.247 INFO O| Oct 31 17:46:56.247 INFO STEP 683 (remove_files) COMPLETE
62212024-10-31T17:46:57.649Z[ recovery-image] Oct 31 17:46:56.247 INFO O| Oct 31 17:46:56.247 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-31T17:46:57.661Z[ recovery-image] Oct 31 17:46:56.259 INFO O| Oct 31 17:46:56.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62232024-10-31T17:46:57.663Z[ recovery-image] Oct 31 17:46:56.259 INFO O| Oct 31 17:46:56.259 INFO STEP 684 (remove_files) COMPLETE
62242024-10-31T17:46:57.663Z[ recovery-image] Oct 31 17:46:56.259 INFO O| Oct 31 17:46:56.259 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-31T17:46:57.671Z[ recovery-image] Oct 31 17:46:56.269 INFO O| Oct 31 17:46:56.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62262024-10-31T17:46:57.671Z[ recovery-image] Oct 31 17:46:56.269 INFO O| Oct 31 17:46:56.269 INFO STEP 685 (remove_files) COMPLETE
62272024-10-31T17:46:57.674Z[ recovery-image] Oct 31 17:46:56.269 INFO O| Oct 31 17:46:56.269 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-31T17:46:57.683Z[ recovery-image] Oct 31 17:46:56.281 INFO O| Oct 31 17:46:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62292024-10-31T17:46:57.683Z[ recovery-image] Oct 31 17:46:56.281 INFO O| Oct 31 17:46:56.281 INFO STEP 686 (remove_files) COMPLETE
62302024-10-31T17:46:57.683Z[ recovery-image] Oct 31 17:46:56.281 INFO O| Oct 31 17:46:56.281 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-31T17:46:57.694Z[ recovery-image] Oct 31 17:46:56.292 INFO O| Oct 31 17:46:56.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62322024-10-31T17:46:57.694Z[ recovery-image] Oct 31 17:46:56.292 INFO O| Oct 31 17:46:56.292 INFO STEP 687 (remove_files) COMPLETE
62332024-10-31T17:46:57.694Z[ recovery-image] Oct 31 17:46:56.292 INFO O| Oct 31 17:46:56.292 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-31T17:46:57.698Z[ host-image] Oct 31 17:46:56.297 INFO O| Oct 31 17:46:56.297 INFO O| Done
62352024-10-31T17:46:57.702Z[ host-image] Oct 31 17:46:56.297 INFO O| Oct 31 17:46:56.297 INFO O| Done
62362024-10-31T17:46:57.705Z[ recovery-image] Oct 31 17:46:56.303 INFO O| Oct 31 17:46:56.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62372024-10-31T17:46:57.705Z[ recovery-image] Oct 31 17:46:56.303 INFO O| Oct 31 17:46:56.303 INFO STEP 688 (remove_files) COMPLETE
62382024-10-31T17:46:57.705Z[ recovery-image] Oct 31 17:46:56.303 INFO O| Oct 31 17:46:56.303 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-10-31T17:46:57.715Z[ recovery-image] Oct 31 17:46:56.313 INFO O| Oct 31 17:46:56.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62402024-10-31T17:46:57.715Z[ recovery-image] Oct 31 17:46:56.314 INFO O| Oct 31 17:46:56.314 INFO STEP 689 (remove_files) COMPLETE
62412024-10-31T17:46:57.715Z[ recovery-image] Oct 31 17:46:56.314 INFO O| Oct 31 17:46:56.314 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-10-31T17:46:57.727Z[ recovery-image] Oct 31 17:46:56.326 INFO O| Oct 31 17:46:56.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62432024-10-31T17:46:57.727Z[ recovery-image] Oct 31 17:46:56.326 INFO O| Oct 31 17:46:56.326 INFO STEP 690 (remove_files) COMPLETE
62442024-10-31T17:46:57.727Z[ recovery-image] Oct 31 17:46:56.326 INFO O| Oct 31 17:46:56.326 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-10-31T17:46:57.738Z[ recovery-image] Oct 31 17:46:56.336 INFO O| Oct 31 17:46:56.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62462024-10-31T17:46:57.738Z[ recovery-image] Oct 31 17:46:56.336 INFO O| Oct 31 17:46:56.336 INFO STEP 691 (remove_files) COMPLETE
62472024-10-31T17:46:57.738Z[ recovery-image] Oct 31 17:46:56.336 INFO O| Oct 31 17:46:56.336 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-10-31T17:46:57.747Z[ recovery-image] Oct 31 17:46:56.346 INFO O| Oct 31 17:46:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62492024-10-31T17:46:57.747Z[ recovery-image] Oct 31 17:46:56.346 INFO O| Oct 31 17:46:56.346 INFO STEP 692 (remove_files) COMPLETE
62502024-10-31T17:46:57.750Z[ recovery-image] Oct 31 17:46:56.346 INFO O| Oct 31 17:46:56.346 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-10-31T17:46:57.758Z[ recovery-image] Oct 31 17:46:56.357 INFO O| Oct 31 17:46:56.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62522024-10-31T17:46:57.759Z[ recovery-image] Oct 31 17:46:56.357 INFO O| Oct 31 17:46:56.357 INFO STEP 693 (remove_files) COMPLETE
62532024-10-31T17:46:57.759Z[ recovery-image] Oct 31 17:46:56.357 INFO O| Oct 31 17:46:56.357 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-10-31T17:46:57.769Z[ recovery-image] Oct 31 17:46:56.367 INFO O| Oct 31 17:46:56.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62552024-10-31T17:46:57.769Z[ recovery-image] Oct 31 17:46:56.367 INFO O| Oct 31 17:46:56.367 INFO STEP 694 (remove_files) COMPLETE
62562024-10-31T17:46:57.769Z[ recovery-image] Oct 31 17:46:56.367 INFO O| Oct 31 17:46:56.367 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-10-31T17:46:57.778Z[ recovery-image] Oct 31 17:46:56.377 INFO O| Oct 31 17:46:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62582024-10-31T17:46:57.778Z[ recovery-image] Oct 31 17:46:56.377 INFO O| Oct 31 17:46:56.377 INFO STEP 695 (remove_files) COMPLETE
62592024-10-31T17:46:57.778Z[ recovery-image] Oct 31 17:46:56.377 INFO O| Oct 31 17:46:56.377 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-10-31T17:46:57.789Z[ recovery-image] Oct 31 17:46:56.388 INFO O| Oct 31 17:46:56.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62612024-10-31T17:46:57.789Z[ recovery-image] Oct 31 17:46:56.388 INFO O| Oct 31 17:46:56.388 INFO STEP 696 (remove_files) COMPLETE
62622024-10-31T17:46:57.792Z[ recovery-image] Oct 31 17:46:56.388 INFO O| Oct 31 17:46:56.388 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-10-31T17:46:57.799Z[ recovery-image] Oct 31 17:46:56.398 INFO O| Oct 31 17:46:56.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62642024-10-31T17:46:57.799Z[ recovery-image] Oct 31 17:46:56.398 INFO O| Oct 31 17:46:56.398 INFO STEP 697 (remove_files) COMPLETE
62652024-10-31T17:46:57.802Z[ recovery-image] Oct 31 17:46:56.398 INFO O| Oct 31 17:46:56.398 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-10-31T17:46:57.809Z[ recovery-image] Oct 31 17:46:56.407 INFO O| Oct 31 17:46:56.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62672024-10-31T17:46:57.812Z[ recovery-image] Oct 31 17:46:56.407 INFO O| Oct 31 17:46:56.407 INFO STEP 698 (remove_files) COMPLETE
62682024-10-31T17:46:57.812Z[ recovery-image] Oct 31 17:46:56.407 INFO O| Oct 31 17:46:56.407 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-10-31T17:46:57.820Z[ recovery-image] Oct 31 17:46:56.418 INFO O| Oct 31 17:46:56.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62702024-10-31T17:46:57.820Z[ recovery-image] Oct 31 17:46:56.418 INFO O| Oct 31 17:46:56.418 INFO STEP 699 (remove_files) COMPLETE
62712024-10-31T17:46:57.822Z[ recovery-image] Oct 31 17:46:56.418 INFO O| Oct 31 17:46:56.418 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-10-31T17:46:57.830Z[ recovery-image] Oct 31 17:46:56.428 INFO O| Oct 31 17:46:56.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62732024-10-31T17:46:57.832Z[ recovery-image] Oct 31 17:46:56.429 INFO O| Oct 31 17:46:56.429 INFO STEP 700 (remove_files) COMPLETE
62742024-10-31T17:46:57.832Z[ recovery-image] Oct 31 17:46:56.429 INFO O| Oct 31 17:46:56.429 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-10-31T17:46:57.841Z[ recovery-image] Oct 31 17:46:56.440 INFO O| Oct 31 17:46:56.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62762024-10-31T17:46:57.842Z[ recovery-image] Oct 31 17:46:56.440 INFO O| Oct 31 17:46:56.440 INFO STEP 701 (remove_files) COMPLETE
62772024-10-31T17:46:57.844Z[ recovery-image] Oct 31 17:46:56.440 INFO O| Oct 31 17:46:56.440 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-10-31T17:46:57.851Z[ recovery-image] Oct 31 17:46:56.450 INFO O| Oct 31 17:46:56.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62792024-10-31T17:46:57.854Z[ recovery-image] Oct 31 17:46:56.450 INFO O| Oct 31 17:46:56.450 INFO STEP 702 (remove_files) COMPLETE
62802024-10-31T17:46:57.854Z[ recovery-image] Oct 31 17:46:56.450 INFO O| Oct 31 17:46:56.450 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-10-31T17:46:57.861Z[ recovery-image] Oct 31 17:46:56.459 INFO O| Oct 31 17:46:56.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62822024-10-31T17:46:57.861Z[ recovery-image] Oct 31 17:46:56.459 INFO O| Oct 31 17:46:56.459 INFO STEP 703 (remove_files) COMPLETE
62832024-10-31T17:46:57.863Z[ recovery-image] Oct 31 17:46:56.459 INFO O| Oct 31 17:46:56.459 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-10-31T17:46:57.871Z[ recovery-image] Oct 31 17:46:56.469 INFO O| Oct 31 17:46:56.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62852024-10-31T17:46:57.871Z[ recovery-image] Oct 31 17:46:56.469 INFO O| Oct 31 17:46:56.469 INFO STEP 704 (remove_files) COMPLETE
62862024-10-31T17:46:57.873Z[ recovery-image] Oct 31 17:46:56.469 INFO O| Oct 31 17:46:56.469 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-10-31T17:46:57.882Z[ recovery-image] Oct 31 17:46:56.480 INFO O| Oct 31 17:46:56.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62882024-10-31T17:46:57.884Z[ recovery-image] Oct 31 17:46:56.480 INFO O| Oct 31 17:46:56.480 INFO STEP 705 (remove_files) COMPLETE
62892024-10-31T17:46:57.884Z[ recovery-image] Oct 31 17:46:56.481 INFO O| Oct 31 17:46:56.480 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-10-31T17:46:57.893Z[ recovery-image] Oct 31 17:46:56.491 INFO O| Oct 31 17:46:56.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62912024-10-31T17:46:57.893Z[ recovery-image] Oct 31 17:46:56.491 INFO O| Oct 31 17:46:56.491 INFO STEP 706 (remove_files) COMPLETE
62922024-10-31T17:46:57.896Z[ recovery-image] Oct 31 17:46:56.491 INFO O| Oct 31 17:46:56.491 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-10-31T17:46:57.903Z[ recovery-image] Oct 31 17:46:56.501 INFO O| Oct 31 17:46:56.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62942024-10-31T17:46:57.905Z[ recovery-image] Oct 31 17:46:56.502 INFO O| Oct 31 17:46:56.502 INFO STEP 707 (remove_files) COMPLETE
62952024-10-31T17:46:57.905Z[ recovery-image] Oct 31 17:46:56.502 INFO O| Oct 31 17:46:56.502 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-10-31T17:46:57.915Z[ recovery-image] Oct 31 17:46:56.513 INFO O| Oct 31 17:46:56.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62972024-10-31T17:46:57.917Z[ recovery-image] Oct 31 17:46:56.513 INFO O| Oct 31 17:46:56.513 INFO STEP 708 (remove_files) COMPLETE
62982024-10-31T17:46:57.917Z[ recovery-image] Oct 31 17:46:56.513 INFO O| Oct 31 17:46:56.513 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-10-31T17:46:57.926Z[ recovery-image] Oct 31 17:46:56.524 INFO O| Oct 31 17:46:56.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63002024-10-31T17:46:57.928Z[ recovery-image] Oct 31 17:46:56.524 INFO O| Oct 31 17:46:56.524 INFO STEP 709 (remove_files) COMPLETE
63012024-10-31T17:46:57.928Z[ recovery-image] Oct 31 17:46:56.524 INFO O| Oct 31 17:46:56.524 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-31T17:46:57.935Z[ recovery-image] Oct 31 17:46:56.533 INFO O| Oct 31 17:46:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63032024-10-31T17:46:57.935Z[ recovery-image] Oct 31 17:46:56.533 INFO O| Oct 31 17:46:56.533 INFO STEP 710 (remove_files) COMPLETE
63042024-10-31T17:46:57.935Z[ recovery-image] Oct 31 17:46:56.533 INFO O| Oct 31 17:46:56.533 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-10-31T17:46:57.945Z[ recovery-image] Oct 31 17:46:56.543 INFO O| Oct 31 17:46:56.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63062024-10-31T17:46:57.945Z[ recovery-image] Oct 31 17:46:56.543 INFO O| Oct 31 17:46:56.543 INFO STEP 711 (remove_files) COMPLETE
63072024-10-31T17:46:57.947Z[ recovery-image] Oct 31 17:46:56.543 INFO O| Oct 31 17:46:56.543 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-10-31T17:46:57.954Z[ recovery-image] Oct 31 17:46:56.552 INFO O| Oct 31 17:46:56.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63092024-10-31T17:46:57.957Z[ recovery-image] Oct 31 17:46:56.553 INFO O| Oct 31 17:46:56.553 INFO STEP 712 (remove_files) COMPLETE
63102024-10-31T17:46:57.957Z[ recovery-image] Oct 31 17:46:56.553 INFO O| Oct 31 17:46:56.553 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-10-31T17:46:57.964Z[ recovery-image] Oct 31 17:46:56.562 INFO O| Oct 31 17:46:56.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63122024-10-31T17:46:57.966Z[ recovery-image] Oct 31 17:46:56.562 INFO O| Oct 31 17:46:56.562 INFO STEP 713 (remove_files) COMPLETE
63132024-10-31T17:46:57.966Z[ recovery-image] Oct 31 17:46:56.562 INFO O| Oct 31 17:46:56.562 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-10-31T17:46:57.973Z[ recovery-image] Oct 31 17:46:56.572 INFO O| Oct 31 17:46:56.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63152024-10-31T17:46:57.976Z[ recovery-image] Oct 31 17:46:56.572 INFO O| Oct 31 17:46:56.572 INFO STEP 714 (remove_files) COMPLETE
63162024-10-31T17:46:57.976Z[ recovery-image] Oct 31 17:46:56.572 INFO O| Oct 31 17:46:56.572 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-31T17:46:57.983Z[ recovery-image] Oct 31 17:46:56.581 INFO O| Oct 31 17:46:56.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63182024-10-31T17:46:57.983Z[ recovery-image] Oct 31 17:46:56.581 INFO O| Oct 31 17:46:56.581 INFO STEP 715 (remove_files) COMPLETE
63192024-10-31T17:46:57.985Z[ recovery-image] Oct 31 17:46:56.581 INFO O| Oct 31 17:46:56.581 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-10-31T17:46:57.992Z[ recovery-image] Oct 31 17:46:56.591 INFO O| Oct 31 17:46:56.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63212024-10-31T17:46:57.993Z[ recovery-image] Oct 31 17:46:56.591 INFO O| Oct 31 17:46:56.591 INFO STEP 716 (remove_files) COMPLETE
63222024-10-31T17:46:57.993Z[ recovery-image] Oct 31 17:46:56.591 INFO O| Oct 31 17:46:56.591 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-31T17:46:58.002Z[ recovery-image] Oct 31 17:46:56.600 INFO O| Oct 31 17:46:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63242024-10-31T17:46:58.005Z[ recovery-image] Oct 31 17:46:56.600 INFO O| Oct 31 17:46:56.600 INFO STEP 717 (remove_files) COMPLETE
63252024-10-31T17:46:58.005Z[ recovery-image] Oct 31 17:46:56.600 INFO O| Oct 31 17:46:56.600 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-10-31T17:46:58.012Z[ recovery-image] Oct 31 17:46:56.610 INFO O| Oct 31 17:46:56.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63272024-10-31T17:46:58.014Z[ recovery-image] Oct 31 17:46:56.610 INFO O| Oct 31 17:46:56.610 INFO STEP 718 (remove_files) COMPLETE
63282024-10-31T17:46:58.014Z[ recovery-image] Oct 31 17:46:56.610 INFO O| Oct 31 17:46:56.610 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-10-31T17:46:58.021Z[ recovery-image] Oct 31 17:46:56.619 INFO O| Oct 31 17:46:56.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63302024-10-31T17:46:58.023Z[ recovery-image] Oct 31 17:46:56.619 INFO O| Oct 31 17:46:56.619 INFO STEP 719 (remove_files) COMPLETE
63312024-10-31T17:46:58.023Z[ recovery-image] Oct 31 17:46:56.619 INFO O| Oct 31 17:46:56.619 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-10-31T17:46:58.031Z[ recovery-image] Oct 31 17:46:56.629 INFO O| Oct 31 17:46:56.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63332024-10-31T17:46:58.031Z[ recovery-image] Oct 31 17:46:56.629 INFO O| Oct 31 17:46:56.629 INFO STEP 720 (remove_files) COMPLETE
63342024-10-31T17:46:58.034Z[ recovery-image] Oct 31 17:46:56.629 INFO O| Oct 31 17:46:56.629 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-10-31T17:46:58.040Z[ recovery-image] Oct 31 17:46:56.638 INFO O| Oct 31 17:46:56.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63362024-10-31T17:46:58.043Z[ recovery-image] Oct 31 17:46:56.638 INFO O| Oct 31 17:46:56.638 INFO STEP 721 (remove_files) COMPLETE
63372024-10-31T17:46:58.043Z[ recovery-image] Oct 31 17:46:56.638 INFO O| Oct 31 17:46:56.638 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-31T17:46:58.050Z[ recovery-image] Oct 31 17:46:56.648 INFO O| Oct 31 17:46:56.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63392024-10-31T17:46:58.050Z[ recovery-image] Oct 31 17:46:56.648 INFO O| Oct 31 17:46:56.648 INFO STEP 722 (remove_files) COMPLETE
63402024-10-31T17:46:58.053Z[ recovery-image] Oct 31 17:46:56.648 INFO O| Oct 31 17:46:56.648 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-31T17:46:58.059Z[ recovery-image] Oct 31 17:46:56.658 INFO O| Oct 31 17:46:56.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63422024-10-31T17:46:58.062Z[ recovery-image] Oct 31 17:46:56.658 INFO O| Oct 31 17:46:56.658 INFO STEP 723 (remove_files) COMPLETE
63432024-10-31T17:46:58.062Z[ recovery-image] Oct 31 17:46:56.658 INFO O| Oct 31 17:46:56.658 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-31T17:46:58.069Z[ recovery-image] Oct 31 17:46:56.667 INFO O| Oct 31 17:46:56.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63452024-10-31T17:46:58.069Z[ recovery-image] Oct 31 17:46:56.667 INFO O| Oct 31 17:46:56.667 INFO STEP 724 (remove_files) COMPLETE
63462024-10-31T17:46:58.069Z[ recovery-image] Oct 31 17:46:56.667 INFO O| Oct 31 17:46:56.667 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-31T17:46:58.079Z[ recovery-image] Oct 31 17:46:56.677 INFO O| Oct 31 17:46:56.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63482024-10-31T17:46:58.082Z[ recovery-image] Oct 31 17:46:56.677 INFO O| Oct 31 17:46:56.677 INFO STEP 725 (remove_files) COMPLETE
63492024-10-31T17:46:58.082Z[ recovery-image] Oct 31 17:46:56.677 INFO O| Oct 31 17:46:56.677 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-31T17:46:58.088Z[ recovery-image] Oct 31 17:46:56.686 INFO O| Oct 31 17:46:56.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63512024-10-31T17:46:58.088Z[ recovery-image] Oct 31 17:46:56.686 INFO O| Oct 31 17:46:56.686 INFO STEP 726 (remove_files) COMPLETE
63522024-10-31T17:46:58.091Z[ recovery-image] Oct 31 17:46:56.687 INFO O| Oct 31 17:46:56.686 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-31T17:46:58.098Z[ recovery-image] Oct 31 17:46:56.696 INFO O| Oct 31 17:46:56.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63542024-10-31T17:46:58.098Z[ recovery-image] Oct 31 17:46:56.696 INFO O| Oct 31 17:46:56.696 INFO STEP 727 (remove_files) COMPLETE
63552024-10-31T17:46:58.098Z[ recovery-image] Oct 31 17:46:56.696 INFO O| Oct 31 17:46:56.696 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-10-31T17:46:58.107Z[ recovery-image] Oct 31 17:46:56.705 INFO O| Oct 31 17:46:56.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63572024-10-31T17:46:58.107Z[ recovery-image] Oct 31 17:46:56.705 INFO O| Oct 31 17:46:56.705 INFO STEP 728 (remove_files) COMPLETE
63582024-10-31T17:46:58.110Z[ recovery-image] Oct 31 17:46:56.705 INFO O| Oct 31 17:46:56.705 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-31T17:46:58.117Z[ recovery-image] Oct 31 17:46:56.715 INFO O| Oct 31 17:46:56.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63602024-10-31T17:46:58.119Z[ recovery-image] Oct 31 17:46:56.715 INFO O| Oct 31 17:46:56.715 INFO STEP 729 (remove_files) COMPLETE
63612024-10-31T17:46:58.119Z[ recovery-image] Oct 31 17:46:56.715 INFO O| Oct 31 17:46:56.715 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-31T17:46:58.126Z[ recovery-image] Oct 31 17:46:56.725 INFO O| Oct 31 17:46:56.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63632024-10-31T17:46:58.129Z[ recovery-image] Oct 31 17:46:56.725 INFO O| Oct 31 17:46:56.725 INFO STEP 730 (remove_files) COMPLETE
63642024-10-31T17:46:58.129Z[ recovery-image] Oct 31 17:46:56.725 INFO O| Oct 31 17:46:56.725 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-31T17:46:58.136Z[ recovery-image] Oct 31 17:46:56.734 INFO O| Oct 31 17:46:56.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63662024-10-31T17:46:58.138Z[ recovery-image] Oct 31 17:46:56.734 INFO O| Oct 31 17:46:56.734 INFO STEP 731 (remove_files) COMPLETE
63672024-10-31T17:46:58.138Z[ recovery-image] Oct 31 17:46:56.734 INFO O| Oct 31 17:46:56.734 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-10-31T17:46:58.145Z[ recovery-image] Oct 31 17:46:56.744 INFO O| Oct 31 17:46:56.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63692024-10-31T17:46:58.145Z[ recovery-image] Oct 31 17:46:56.744 INFO O| Oct 31 17:46:56.744 INFO STEP 732 (remove_files) COMPLETE
63702024-10-31T17:46:58.148Z[ recovery-image] Oct 31 17:46:56.744 INFO O| Oct 31 17:46:56.744 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-10-31T17:46:58.155Z[ recovery-image] Oct 31 17:46:56.753 INFO O| Oct 31 17:46:56.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63722024-10-31T17:46:58.158Z[ recovery-image] Oct 31 17:46:56.753 INFO O| Oct 31 17:46:56.753 INFO STEP 733 (remove_files) COMPLETE
63732024-10-31T17:46:58.158Z[ recovery-image] Oct 31 17:46:56.753 INFO O| Oct 31 17:46:56.753 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-10-31T17:46:58.164Z[ recovery-image] Oct 31 17:46:56.763 INFO O| Oct 31 17:46:56.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63752024-10-31T17:46:58.167Z[ recovery-image] Oct 31 17:46:56.763 INFO O| Oct 31 17:46:56.763 INFO STEP 734 (remove_files) COMPLETE
63762024-10-31T17:46:58.167Z[ recovery-image] Oct 31 17:46:56.763 INFO O| Oct 31 17:46:56.763 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-10-31T17:46:58.174Z[ recovery-image] Oct 31 17:46:56.772 INFO O| Oct 31 17:46:56.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63782024-10-31T17:46:58.177Z[ recovery-image] Oct 31 17:46:56.772 INFO O| Oct 31 17:46:56.772 INFO STEP 735 (remove_files) COMPLETE
63792024-10-31T17:46:58.177Z[ recovery-image] Oct 31 17:46:56.772 INFO O| Oct 31 17:46:56.772 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-10-31T17:46:58.184Z[ recovery-image] Oct 31 17:46:56.782 INFO O| Oct 31 17:46:56.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63812024-10-31T17:46:58.184Z[ recovery-image] Oct 31 17:46:56.782 INFO O| Oct 31 17:46:56.782 INFO STEP 736 (remove_files) COMPLETE
63822024-10-31T17:46:58.186Z[ recovery-image] Oct 31 17:46:56.782 INFO O| Oct 31 17:46:56.782 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-10-31T17:46:58.189Z[ host-image] Oct 31 17:46:56.787 INFO O| Oct 31 17:46:56.787 INFO O| Done
63842024-10-31T17:46:58.194Z[ recovery-image] Oct 31 17:46:56.792 INFO O| Oct 31 17:46:56.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63852024-10-31T17:46:58.194Z[ recovery-image] Oct 31 17:46:56.792 INFO O| Oct 31 17:46:56.792 INFO STEP 737 (remove_files) COMPLETE
63862024-10-31T17:46:58.196Z[ recovery-image] Oct 31 17:46:56.792 INFO O| Oct 31 17:46:56.792 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-31T17:46:58.204Z[ recovery-image] Oct 31 17:46:56.802 INFO O| Oct 31 17:46:56.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63882024-10-31T17:46:58.206Z[ recovery-image] Oct 31 17:46:56.802 INFO O| Oct 31 17:46:56.802 INFO STEP 738 (remove_files) COMPLETE
63892024-10-31T17:46:58.206Z[ recovery-image] Oct 31 17:46:56.802 INFO O| Oct 31 17:46:56.802 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-31T17:46:58.214Z[ recovery-image] Oct 31 17:46:56.812 INFO O| Oct 31 17:46:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63912024-10-31T17:46:58.214Z[ recovery-image] Oct 31 17:46:56.812 INFO O| Oct 31 17:46:56.812 INFO STEP 739 (remove_files) COMPLETE
63922024-10-31T17:46:58.217Z[ recovery-image] Oct 31 17:46:56.812 INFO O| Oct 31 17:46:56.812 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-31T17:46:58.224Z[ recovery-image] Oct 31 17:46:56.822 INFO O| Oct 31 17:46:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63942024-10-31T17:46:58.224Z[ recovery-image] Oct 31 17:46:56.822 INFO O| Oct 31 17:46:56.822 INFO STEP 740 (remove_files) COMPLETE
63952024-10-31T17:46:58.224Z[ recovery-image] Oct 31 17:46:56.822 INFO O| Oct 31 17:46:56.822 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-31T17:46:58.234Z[ recovery-image] Oct 31 17:46:56.832 INFO O| Oct 31 17:46:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63972024-10-31T17:46:58.234Z[ recovery-image] Oct 31 17:46:56.832 INFO O| Oct 31 17:46:56.832 INFO STEP 741 (remove_files) COMPLETE
63982024-10-31T17:46:58.234Z[ recovery-image] Oct 31 17:46:56.832 INFO O| Oct 31 17:46:56.832 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-10-31T17:46:58.244Z[ recovery-image] Oct 31 17:46:56.842 INFO O| Oct 31 17:46:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
64002024-10-31T17:46:58.244Z[ recovery-image] Oct 31 17:46:56.842 INFO O| Oct 31 17:46:56.842 INFO STEP 742 (remove_files) COMPLETE
64012024-10-31T17:46:58.244Z[ recovery-image] Oct 31 17:46:56.842 INFO O| Oct 31 17:46:56.842 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-10-31T17:46:58.254Z[ recovery-image] Oct 31 17:46:56.852 INFO O| Oct 31 17:46:56.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64032024-10-31T17:46:58.254Z[ recovery-image] Oct 31 17:46:56.852 INFO O| Oct 31 17:46:56.852 INFO STEP 743 (remove_files) COMPLETE
64042024-10-31T17:46:58.254Z[ recovery-image] Oct 31 17:46:56.852 INFO O| Oct 31 17:46:56.852 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-10-31T17:46:58.264Z[ recovery-image] Oct 31 17:46:56.862 INFO O| Oct 31 17:46:56.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64062024-10-31T17:46:58.264Z[ recovery-image] Oct 31 17:46:56.862 INFO O| Oct 31 17:46:56.862 INFO STEP 744 (remove_files) COMPLETE
64072024-10-31T17:46:58.266Z[ recovery-image] Oct 31 17:46:56.862 INFO O| Oct 31 17:46:56.862 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-10-31T17:46:58.274Z[ recovery-image] Oct 31 17:46:56.872 INFO O| Oct 31 17:46:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64092024-10-31T17:46:58.276Z[ recovery-image] Oct 31 17:46:56.872 INFO O| Oct 31 17:46:56.872 INFO STEP 745 (remove_files) COMPLETE
64102024-10-31T17:46:58.276Z[ recovery-image] Oct 31 17:46:56.872 INFO O| Oct 31 17:46:56.872 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-10-31T17:46:58.283Z[ recovery-image] Oct 31 17:46:56.882 INFO O| Oct 31 17:46:56.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64122024-10-31T17:46:58.286Z[ recovery-image] Oct 31 17:46:56.882 INFO O| Oct 31 17:46:56.882 INFO STEP 746 (remove_files) COMPLETE
64132024-10-31T17:46:58.286Z[ recovery-image] Oct 31 17:46:56.882 INFO O| Oct 31 17:46:56.882 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-10-31T17:46:58.293Z[ recovery-image] Oct 31 17:46:56.891 INFO O| Oct 31 17:46:56.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64152024-10-31T17:46:58.293Z[ recovery-image] Oct 31 17:46:56.892 INFO O| Oct 31 17:46:56.892 INFO STEP 747 (remove_files) COMPLETE
64162024-10-31T17:46:58.293Z[ recovery-image] Oct 31 17:46:56.892 INFO O| Oct 31 17:46:56.892 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-10-31T17:46:58.303Z[ recovery-image] Oct 31 17:46:56.901 INFO O| Oct 31 17:46:56.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64182024-10-31T17:46:58.303Z[ recovery-image] Oct 31 17:46:56.902 INFO O| Oct 31 17:46:56.902 INFO STEP 748 (remove_files) COMPLETE
64192024-10-31T17:46:58.303Z[ recovery-image] Oct 31 17:46:56.902 INFO O| Oct 31 17:46:56.902 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-10-31T17:46:58.313Z[ recovery-image] Oct 31 17:46:56.911 INFO O| Oct 31 17:46:56.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64212024-10-31T17:46:58.313Z[ recovery-image] Oct 31 17:46:56.911 INFO O| Oct 31 17:46:56.911 INFO STEP 749 (remove_files) COMPLETE
64222024-10-31T17:46:58.316Z[ recovery-image] Oct 31 17:46:56.911 INFO O| Oct 31 17:46:56.911 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-10-31T17:46:58.325Z[ recovery-image] Oct 31 17:46:56.923 INFO O| Oct 31 17:46:56.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64242024-10-31T17:46:58.327Z[ recovery-image] Oct 31 17:46:56.923 INFO O| Oct 31 17:46:56.923 INFO STEP 750 (remove_files) COMPLETE
64252024-10-31T17:46:58.327Z[ recovery-image] Oct 31 17:46:56.923 INFO O| Oct 31 17:46:56.923 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-31T17:46:58.336Z[ recovery-image] Oct 31 17:46:56.934 INFO O| Oct 31 17:46:56.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64272024-10-31T17:46:58.336Z[ recovery-image] Oct 31 17:46:56.934 INFO O| Oct 31 17:46:56.934 INFO STEP 751 (remove_files) COMPLETE
64282024-10-31T17:46:58.336Z[ recovery-image] Oct 31 17:46:56.934 INFO O| Oct 31 17:46:56.934 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-10-31T17:46:58.346Z[ recovery-image] Oct 31 17:46:56.944 INFO O| Oct 31 17:46:56.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64302024-10-31T17:46:58.346Z[ recovery-image] Oct 31 17:46:56.944 INFO O| Oct 31 17:46:56.944 INFO STEP 752 (remove_files) COMPLETE
64312024-10-31T17:46:58.346Z[ recovery-image] Oct 31 17:46:56.944 INFO O| Oct 31 17:46:56.944 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-10-31T17:46:58.356Z[ recovery-image] Oct 31 17:46:56.955 INFO O| Oct 31 17:46:56.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64332024-10-31T17:46:58.357Z[ recovery-image] Oct 31 17:46:56.955 INFO O| Oct 31 17:46:56.955 INFO STEP 753 (remove_files) COMPLETE
64342024-10-31T17:46:58.359Z[ recovery-image] Oct 31 17:46:56.955 INFO O| Oct 31 17:46:56.955 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-10-31T17:46:58.367Z[ recovery-image] Oct 31 17:46:56.965 INFO O| Oct 31 17:46:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64362024-10-31T17:46:58.367Z[ recovery-image] Oct 31 17:46:56.965 INFO O| Oct 31 17:46:56.965 INFO STEP 754 (remove_files) COMPLETE
64372024-10-31T17:46:58.369Z[ recovery-image] Oct 31 17:46:56.965 INFO O| Oct 31 17:46:56.965 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-10-31T17:46:58.376Z[ recovery-image] Oct 31 17:46:56.975 INFO O| Oct 31 17:46:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64392024-10-31T17:46:58.379Z[ recovery-image] Oct 31 17:46:56.975 INFO O| Oct 31 17:46:56.975 INFO STEP 755 (remove_files) COMPLETE
64402024-10-31T17:46:58.379Z[ recovery-image] Oct 31 17:46:56.975 INFO O| Oct 31 17:46:56.975 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-10-31T17:46:58.387Z[ recovery-image] Oct 31 17:46:56.985 INFO O| Oct 31 17:46:56.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64422024-10-31T17:46:58.389Z[ recovery-image] Oct 31 17:46:56.985 INFO O| Oct 31 17:46:56.985 INFO STEP 756 (remove_files) COMPLETE
64432024-10-31T17:46:58.389Z[ recovery-image] Oct 31 17:46:56.985 INFO O| Oct 31 17:46:56.985 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-10-31T17:46:58.396Z[ recovery-image] Oct 31 17:46:56.994 INFO O| Oct 31 17:46:56.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64452024-10-31T17:46:58.399Z[ recovery-image] Oct 31 17:46:56.994 INFO O| Oct 31 17:46:56.994 INFO STEP 757 (remove_files) COMPLETE
64462024-10-31T17:46:58.399Z[ recovery-image] Oct 31 17:46:56.994 INFO O| Oct 31 17:46:56.994 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-31T17:46:58.406Z[ recovery-image] Oct 31 17:46:57.004 INFO O| Oct 31 17:46:57.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64482024-10-31T17:46:58.409Z[ recovery-image] Oct 31 17:46:57.005 INFO O| Oct 31 17:46:57.005 INFO STEP 758 (remove_files) COMPLETE
64492024-10-31T17:46:58.409Z[ recovery-image] Oct 31 17:46:57.005 INFO O| Oct 31 17:46:57.005 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-31T17:46:58.416Z[ recovery-image] Oct 31 17:46:57.014 INFO O| Oct 31 17:46:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64512024-10-31T17:46:58.419Z[ recovery-image] Oct 31 17:46:57.015 INFO O| Oct 31 17:46:57.015 INFO STEP 759 (remove_files) COMPLETE
64522024-10-31T17:46:58.419Z[ recovery-image] Oct 31 17:46:57.015 INFO O| Oct 31 17:46:57.015 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-31T17:46:58.426Z[ recovery-image] Oct 31 17:46:57.024 INFO O| Oct 31 17:46:57.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64542024-10-31T17:46:58.428Z[ recovery-image] Oct 31 17:46:57.025 INFO O| Oct 31 17:46:57.025 INFO STEP 760 (remove_files) COMPLETE
64552024-10-31T17:46:58.428Z[ recovery-image] Oct 31 17:46:57.025 INFO O| Oct 31 17:46:57.025 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-31T17:46:58.439Z[ recovery-image] Oct 31 17:46:57.037 INFO O| Oct 31 17:46:57.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64572024-10-31T17:46:58.439Z[ recovery-image] Oct 31 17:46:57.037 INFO O| Oct 31 17:46:57.037 INFO STEP 761 (remove_files) COMPLETE
64582024-10-31T17:46:58.441Z[ recovery-image] Oct 31 17:46:57.037 INFO O| Oct 31 17:46:57.037 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-31T17:46:58.450Z[ recovery-image] Oct 31 17:46:57.048 INFO O| Oct 31 17:46:57.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64602024-10-31T17:46:58.450Z[ recovery-image] Oct 31 17:46:57.048 INFO O| Oct 31 17:46:57.048 INFO STEP 762 (remove_files) COMPLETE
64612024-10-31T17:46:58.450Z[ recovery-image] Oct 31 17:46:57.048 INFO O| Oct 31 17:46:57.048 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-31T17:46:58.460Z[ recovery-image] Oct 31 17:46:57.058 INFO O| Oct 31 17:46:57.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64632024-10-31T17:46:58.460Z[ recovery-image] Oct 31 17:46:57.058 INFO O| Oct 31 17:46:57.058 INFO STEP 763 (remove_files) COMPLETE
64642024-10-31T17:46:58.462Z[ recovery-image] Oct 31 17:46:57.058 INFO O| Oct 31 17:46:57.058 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-31T17:46:58.470Z[ recovery-image] Oct 31 17:46:57.068 INFO O| Oct 31 17:46:57.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64662024-10-31T17:46:58.472Z[ recovery-image] Oct 31 17:46:57.068 INFO O| Oct 31 17:46:57.068 INFO STEP 764 (remove_files) COMPLETE
64672024-10-31T17:46:58.472Z[ recovery-image] Oct 31 17:46:57.068 INFO O| Oct 31 17:46:57.068 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-31T17:46:58.480Z[ recovery-image] Oct 31 17:46:57.078 INFO O| Oct 31 17:46:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64692024-10-31T17:46:58.480Z[ recovery-image] Oct 31 17:46:57.078 INFO O| Oct 31 17:46:57.078 INFO STEP 765 (remove_files) COMPLETE
64702024-10-31T17:46:58.482Z[ recovery-image] Oct 31 17:46:57.078 INFO O| Oct 31 17:46:57.078 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-31T17:46:58.491Z[ recovery-image] Oct 31 17:46:57.089 INFO O| Oct 31 17:46:57.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64722024-10-31T17:46:58.494Z[ recovery-image] Oct 31 17:46:57.089 INFO O| Oct 31 17:46:57.089 INFO STEP 766 (remove_files) COMPLETE
64732024-10-31T17:46:58.494Z[ recovery-image] Oct 31 17:46:57.089 INFO O| Oct 31 17:46:57.089 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-31T17:46:58.501Z[ recovery-image] Oct 31 17:46:57.099 INFO O| Oct 31 17:46:57.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64752024-10-31T17:46:58.501Z[ recovery-image] Oct 31 17:46:57.100 INFO O| Oct 31 17:46:57.100 INFO STEP 767 (remove_files) COMPLETE
64762024-10-31T17:46:58.504Z[ recovery-image] Oct 31 17:46:57.100 INFO O| Oct 31 17:46:57.100 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-31T17:46:58.511Z[ recovery-image] Oct 31 17:46:57.109 INFO O| Oct 31 17:46:57.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64782024-10-31T17:46:58.514Z[ recovery-image] Oct 31 17:46:57.109 INFO O| Oct 31 17:46:57.109 INFO STEP 768 (remove_files) COMPLETE
64792024-10-31T17:46:58.514Z[ recovery-image] Oct 31 17:46:57.109 INFO O| Oct 31 17:46:57.109 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-31T17:46:58.521Z[ recovery-image] Oct 31 17:46:57.119 INFO O| Oct 31 17:46:57.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64812024-10-31T17:46:58.521Z[ recovery-image] Oct 31 17:46:57.119 INFO O| Oct 31 17:46:57.119 INFO STEP 769 (remove_files) COMPLETE
64822024-10-31T17:46:58.524Z[ recovery-image] Oct 31 17:46:57.119 INFO O| Oct 31 17:46:57.119 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-31T17:46:58.532Z[ recovery-image] Oct 31 17:46:57.130 INFO O| Oct 31 17:46:57.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64842024-10-31T17:46:58.532Z[ recovery-image] Oct 31 17:46:57.130 INFO O| Oct 31 17:46:57.130 INFO STEP 770 (remove_files) COMPLETE
64852024-10-31T17:46:58.532Z[ recovery-image] Oct 31 17:46:57.130 INFO O| Oct 31 17:46:57.130 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-31T17:46:58.543Z[ recovery-image] Oct 31 17:46:57.141 INFO O| Oct 31 17:46:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64872024-10-31T17:46:58.543Z[ recovery-image] Oct 31 17:46:57.141 INFO O| Oct 31 17:46:57.141 INFO STEP 771 (remove_files) COMPLETE
64882024-10-31T17:46:58.546Z[ recovery-image] Oct 31 17:46:57.141 INFO O| Oct 31 17:46:57.141 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-31T17:46:58.554Z[ recovery-image] Oct 31 17:46:57.152 INFO O| Oct 31 17:46:57.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64902024-10-31T17:46:58.554Z[ recovery-image] Oct 31 17:46:57.152 INFO O| Oct 31 17:46:57.152 INFO STEP 772 (remove_files) COMPLETE
64912024-10-31T17:46:58.556Z[ recovery-image] Oct 31 17:46:57.152 INFO O| Oct 31 17:46:57.152 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-31T17:46:58.563Z[ recovery-image] Oct 31 17:46:57.161 INFO O| Oct 31 17:46:57.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64932024-10-31T17:46:58.563Z[ recovery-image] Oct 31 17:46:57.162 INFO O| Oct 31 17:46:57.161 INFO STEP 773 (remove_files) COMPLETE
64942024-10-31T17:46:58.566Z[ recovery-image] Oct 31 17:46:57.162 INFO O| Oct 31 17:46:57.162 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-31T17:46:58.573Z[ recovery-image] Oct 31 17:46:57.171 INFO O| Oct 31 17:46:57.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64962024-10-31T17:46:58.573Z[ recovery-image] Oct 31 17:46:57.171 INFO O| Oct 31 17:46:57.171 INFO STEP 774 (remove_files) COMPLETE
64972024-10-31T17:46:58.573Z[ recovery-image] Oct 31 17:46:57.171 INFO O| Oct 31 17:46:57.171 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-31T17:46:58.583Z[ recovery-image] Oct 31 17:46:57.181 INFO O| Oct 31 17:46:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64992024-10-31T17:46:58.583Z[ recovery-image] Oct 31 17:46:57.181 INFO O| Oct 31 17:46:57.181 INFO STEP 775 (remove_files) COMPLETE
65002024-10-31T17:46:58.586Z[ recovery-image] Oct 31 17:46:57.181 INFO O| Oct 31 17:46:57.181 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-31T17:46:58.593Z[ recovery-image] Oct 31 17:46:57.191 INFO O| Oct 31 17:46:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65022024-10-31T17:46:58.595Z[ recovery-image] Oct 31 17:46:57.191 INFO O| Oct 31 17:46:57.191 INFO STEP 776 (remove_files) COMPLETE
65032024-10-31T17:46:58.595Z[ recovery-image] Oct 31 17:46:57.191 INFO O| Oct 31 17:46:57.191 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-31T17:46:58.602Z[ recovery-image] Oct 31 17:46:57.200 INFO O| Oct 31 17:46:57.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65052024-10-31T17:46:58.603Z[ recovery-image] Oct 31 17:46:57.201 INFO O| Oct 31 17:46:57.200 INFO STEP 777 (remove_files) COMPLETE
65062024-10-31T17:46:58.605Z[ recovery-image] Oct 31 17:46:57.201 INFO O| Oct 31 17:46:57.201 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-31T17:46:58.612Z[ recovery-image] Oct 31 17:46:57.210 INFO O| Oct 31 17:46:57.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65082024-10-31T17:46:58.612Z[ recovery-image] Oct 31 17:46:57.210 INFO O| Oct 31 17:46:57.210 INFO STEP 778 (remove_files) COMPLETE
65092024-10-31T17:46:58.615Z[ recovery-image] Oct 31 17:46:57.210 INFO O| Oct 31 17:46:57.210 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-31T17:46:58.622Z[ recovery-image] Oct 31 17:46:57.220 INFO O| Oct 31 17:46:57.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65112024-10-31T17:46:58.622Z[ recovery-image] Oct 31 17:46:57.220 INFO O| Oct 31 17:46:57.220 INFO STEP 779 (remove_files) COMPLETE
65122024-10-31T17:46:58.624Z[ recovery-image] Oct 31 17:46:57.220 INFO O| Oct 31 17:46:57.220 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-31T17:46:58.632Z[ recovery-image] Oct 31 17:46:57.230 INFO O| Oct 31 17:46:57.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65142024-10-31T17:46:58.635Z[ recovery-image] Oct 31 17:46:57.230 INFO O| Oct 31 17:46:57.230 INFO STEP 780 (remove_files) COMPLETE
65152024-10-31T17:46:58.635Z[ recovery-image] Oct 31 17:46:57.230 INFO O| Oct 31 17:46:57.230 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-31T17:46:58.642Z[ recovery-image] Oct 31 17:46:57.240 INFO O| Oct 31 17:46:57.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65172024-10-31T17:46:58.642Z[ recovery-image] Oct 31 17:46:57.240 INFO O| Oct 31 17:46:57.240 INFO STEP 781 (remove_files) COMPLETE
65182024-10-31T17:46:58.645Z[ recovery-image] Oct 31 17:46:57.240 INFO O| Oct 31 17:46:57.240 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-31T17:46:58.652Z[ recovery-image] Oct 31 17:46:57.250 INFO O| Oct 31 17:46:57.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65202024-10-31T17:46:58.654Z[ recovery-image] Oct 31 17:46:57.250 INFO O| Oct 31 17:46:57.250 INFO STEP 782 (remove_files) COMPLETE
65212024-10-31T17:46:58.654Z[ recovery-image] Oct 31 17:46:57.250 INFO O| Oct 31 17:46:57.250 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-31T17:46:58.662Z[ recovery-image] Oct 31 17:46:57.260 INFO O| Oct 31 17:46:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65232024-10-31T17:46:58.662Z[ recovery-image] Oct 31 17:46:57.260 INFO O| Oct 31 17:46:57.260 INFO STEP 783 (remove_files) COMPLETE
65242024-10-31T17:46:58.662Z[ recovery-image] Oct 31 17:46:57.260 INFO O| Oct 31 17:46:57.260 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-31T17:46:58.672Z[ recovery-image] Oct 31 17:46:57.269 INFO O| Oct 31 17:46:57.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65262024-10-31T17:46:58.672Z[ recovery-image] Oct 31 17:46:57.270 INFO O| Oct 31 17:46:57.270 INFO STEP 784 (remove_files) COMPLETE
65272024-10-31T17:46:58.672Z[ recovery-image] Oct 31 17:46:57.270 INFO O| Oct 31 17:46:57.270 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-31T17:46:58.681Z[ recovery-image] Oct 31 17:46:57.279 INFO O| Oct 31 17:46:57.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65292024-10-31T17:46:58.684Z[ recovery-image] Oct 31 17:46:57.280 INFO O| Oct 31 17:46:57.280 INFO STEP 785 (remove_files) COMPLETE
65302024-10-31T17:46:58.684Z[ recovery-image] Oct 31 17:46:57.280 INFO O| Oct 31 17:46:57.280 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-31T17:46:58.692Z[ recovery-image] Oct 31 17:46:57.290 INFO O| Oct 31 17:46:57.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65322024-10-31T17:46:58.694Z[ recovery-image] Oct 31 17:46:57.290 INFO O| Oct 31 17:46:57.290 INFO STEP 786 (remove_files) COMPLETE
65332024-10-31T17:46:58.694Z[ recovery-image] Oct 31 17:46:57.290 INFO O| Oct 31 17:46:57.290 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-10-31T17:46:58.701Z[ recovery-image] Oct 31 17:46:57.299 INFO O| Oct 31 17:46:57.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65352024-10-31T17:46:58.701Z[ recovery-image] Oct 31 17:46:57.299 INFO O| Oct 31 17:46:57.299 INFO STEP 787 (remove_files) COMPLETE
65362024-10-31T17:46:58.701Z[ recovery-image] Oct 31 17:46:57.299 INFO O| Oct 31 17:46:57.299 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-10-31T17:46:58.711Z[ recovery-image] Oct 31 17:46:57.309 INFO O| Oct 31 17:46:57.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65382024-10-31T17:46:58.711Z[ recovery-image] Oct 31 17:46:57.309 INFO O| Oct 31 17:46:57.309 INFO STEP 788 (remove_files) COMPLETE
65392024-10-31T17:46:58.714Z[ recovery-image] Oct 31 17:46:57.309 INFO O| Oct 31 17:46:57.309 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-10-31T17:46:58.721Z[ recovery-image] Oct 31 17:46:57.319 INFO O| Oct 31 17:46:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65412024-10-31T17:46:58.723Z[ recovery-image] Oct 31 17:46:57.319 INFO O| Oct 31 17:46:57.319 INFO STEP 789 (remove_files) COMPLETE
65422024-10-31T17:46:58.723Z[ recovery-image] Oct 31 17:46:57.319 INFO O| Oct 31 17:46:57.319 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-10-31T17:46:58.730Z[ recovery-image] Oct 31 17:46:57.328 INFO O| Oct 31 17:46:57.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65442024-10-31T17:46:58.730Z[ recovery-image] Oct 31 17:46:57.328 INFO O| Oct 31 17:46:57.328 INFO STEP 790 (remove_files) COMPLETE
65452024-10-31T17:46:58.732Z[ recovery-image] Oct 31 17:46:57.328 INFO O| Oct 31 17:46:57.328 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-10-31T17:46:58.740Z[ recovery-image] Oct 31 17:46:57.338 INFO O| Oct 31 17:46:57.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65472024-10-31T17:46:58.740Z[ recovery-image] Oct 31 17:46:57.338 INFO O| Oct 31 17:46:57.338 INFO STEP 791 (remove_files) COMPLETE
65482024-10-31T17:46:58.742Z[ recovery-image] Oct 31 17:46:57.338 INFO O| Oct 31 17:46:57.338 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-31T17:46:58.749Z[ recovery-image] Oct 31 17:46:57.347 INFO O| Oct 31 17:46:57.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65502024-10-31T17:46:58.749Z[ recovery-image] Oct 31 17:46:57.347 INFO O| Oct 31 17:46:57.347 INFO STEP 792 (remove_files) COMPLETE
65512024-10-31T17:46:58.752Z[ recovery-image] Oct 31 17:46:57.347 INFO O| Oct 31 17:46:57.347 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-31T17:46:58.759Z[ recovery-image] Oct 31 17:46:57.357 INFO O| Oct 31 17:46:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65532024-10-31T17:46:58.759Z[ recovery-image] Oct 31 17:46:57.357 INFO O| Oct 31 17:46:57.357 INFO STEP 793 (remove_files) COMPLETE
65542024-10-31T17:46:58.760Z[ recovery-image] Oct 31 17:46:57.357 INFO O| Oct 31 17:46:57.357 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-31T17:46:58.770Z[ recovery-image] Oct 31 17:46:57.368 INFO O| Oct 31 17:46:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65562024-10-31T17:46:58.770Z[ recovery-image] Oct 31 17:46:57.368 INFO O| Oct 31 17:46:57.368 INFO STEP 794 (remove_files) COMPLETE
65572024-10-31T17:46:58.770Z[ recovery-image] Oct 31 17:46:57.368 INFO O| Oct 31 17:46:57.368 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-31T17:46:58.781Z[ recovery-image] Oct 31 17:46:57.379 INFO O| Oct 31 17:46:57.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65592024-10-31T17:46:58.784Z[ recovery-image] Oct 31 17:46:57.379 INFO O| Oct 31 17:46:57.379 INFO STEP 795 (remove_files) COMPLETE
65602024-10-31T17:46:58.784Z[ recovery-image] Oct 31 17:46:57.379 INFO O| Oct 31 17:46:57.379 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-31T17:46:58.791Z[ recovery-image] Oct 31 17:46:57.389 INFO O| Oct 31 17:46:57.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65622024-10-31T17:46:58.794Z[ recovery-image] Oct 31 17:46:57.389 INFO O| Oct 31 17:46:57.389 INFO STEP 796 (remove_files) COMPLETE
65632024-10-31T17:46:58.794Z[ recovery-image] Oct 31 17:46:57.389 INFO O| Oct 31 17:46:57.389 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-31T17:46:58.801Z[ recovery-image] Oct 31 17:46:57.399 INFO O| Oct 31 17:46:57.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65652024-10-31T17:46:58.801Z[ recovery-image] Oct 31 17:46:57.399 INFO O| Oct 31 17:46:57.399 INFO STEP 797 (remove_files) COMPLETE
65662024-10-31T17:46:58.801Z[ recovery-image] Oct 31 17:46:57.399 INFO O| Oct 31 17:46:57.399 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-31T17:46:58.813Z[ recovery-image] Oct 31 17:46:57.411 INFO O| Oct 31 17:46:57.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65682024-10-31T17:46:58.824Z[ recovery-image] Oct 31 17:46:57.411 INFO O| Oct 31 17:46:57.411 INFO STEP 798 (remove_files) COMPLETE
65692024-10-31T17:46:58.824Z[ recovery-image] Oct 31 17:46:57.411 INFO O| Oct 31 17:46:57.411 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-31T17:46:58.851Z[ recovery-image] Oct 31 17:46:57.444 INFO O| Oct 31 17:46:57.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65712024-10-31T17:46:58.854Z[ recovery-image] Oct 31 17:46:57.444 INFO O| Oct 31 17:46:57.442 INFO STEP 799 (remove_files) COMPLETE
65722024-10-31T17:46:58.857Z[ recovery-image] Oct 31 17:46:57.444 INFO O| Oct 31 17:46:57.442 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-31T17:46:58.870Z[ recovery-image] Oct 31 17:46:57.466 INFO O| Oct 31 17:46:57.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65742024-10-31T17:46:58.872Z[ recovery-image] Oct 31 17:46:57.466 INFO O| Oct 31 17:46:57.464 INFO STEP 800 (remove_files) COMPLETE
65752024-10-31T17:46:58.872Z[ recovery-image] Oct 31 17:46:57.466 INFO O| Oct 31 17:46:57.464 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-31T17:46:58.882Z[ recovery-image] Oct 31 17:46:57.480 INFO O| Oct 31 17:46:57.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65772024-10-31T17:46:58.885Z[ recovery-image] Oct 31 17:46:57.480 INFO O| Oct 31 17:46:57.480 INFO STEP 801 (remove_files) COMPLETE
65782024-10-31T17:46:58.885Z[ recovery-image] Oct 31 17:46:57.480 INFO O| Oct 31 17:46:57.480 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-31T17:46:58.896Z[ recovery-image] Oct 31 17:46:57.494 INFO O| Oct 31 17:46:57.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65802024-10-31T17:46:58.896Z[ recovery-image] Oct 31 17:46:57.494 INFO O| Oct 31 17:46:57.494 INFO STEP 802 (remove_files) COMPLETE
65812024-10-31T17:46:58.896Z[ recovery-image] Oct 31 17:46:57.494 INFO O| Oct 31 17:46:57.494 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-31T17:46:58.910Z[ recovery-image] Oct 31 17:46:57.508 INFO O| Oct 31 17:46:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65832024-10-31T17:46:58.910Z[ recovery-image] Oct 31 17:46:57.508 INFO O| Oct 31 17:46:57.508 INFO STEP 803 (remove_files) COMPLETE
65842024-10-31T17:46:58.913Z[ recovery-image] Oct 31 17:46:57.508 INFO O| Oct 31 17:46:57.508 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-31T17:46:58.922Z[ recovery-image] Oct 31 17:46:57.520 INFO O| Oct 31 17:46:57.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65862024-10-31T17:46:58.922Z[ recovery-image] Oct 31 17:46:57.520 INFO O| Oct 31 17:46:57.520 INFO STEP 804 (remove_files) COMPLETE
65872024-10-31T17:46:58.925Z[ recovery-image] Oct 31 17:46:57.520 INFO O| Oct 31 17:46:57.520 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-10-31T17:46:58.934Z[ recovery-image] Oct 31 17:46:57.532 INFO O| Oct 31 17:46:57.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65892024-10-31T17:46:58.934Z[ recovery-image] Oct 31 17:46:57.532 INFO O| Oct 31 17:46:57.532 INFO STEP 805 (remove_files) COMPLETE
65902024-10-31T17:46:58.934Z[ recovery-image] Oct 31 17:46:57.532 INFO O| Oct 31 17:46:57.532 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-10-31T17:46:58.947Z[ recovery-image] Oct 31 17:46:57.545 INFO O| Oct 31 17:46:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65922024-10-31T17:46:58.950Z[ recovery-image] Oct 31 17:46:57.545 INFO O| Oct 31 17:46:57.545 INFO STEP 806 (remove_files) COMPLETE
65932024-10-31T17:46:58.950Z[ recovery-image] Oct 31 17:46:57.545 INFO O| Oct 31 17:46:57.545 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-10-31T17:46:58.957Z[ recovery-image] Oct 31 17:46:57.555 INFO O| Oct 31 17:46:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65952024-10-31T17:46:58.957Z[ recovery-image] Oct 31 17:46:57.555 INFO O| Oct 31 17:46:57.555 INFO STEP 807 (remove_files) COMPLETE
65962024-10-31T17:46:58.959Z[ recovery-image] Oct 31 17:46:57.555 INFO O| Oct 31 17:46:57.555 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-10-31T17:46:58.967Z[ recovery-image] Oct 31 17:46:57.565 INFO O| Oct 31 17:46:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65982024-10-31T17:46:58.969Z[ recovery-image] Oct 31 17:46:57.565 INFO O| Oct 31 17:46:57.565 INFO STEP 808 (remove_files) COMPLETE
65992024-10-31T17:46:58.969Z[ recovery-image] Oct 31 17:46:57.565 INFO O| Oct 31 17:46:57.565 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-10-31T17:46:58.977Z[ recovery-image] Oct 31 17:46:57.575 INFO O| Oct 31 17:46:57.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66012024-10-31T17:46:58.979Z[ recovery-image] Oct 31 17:46:57.575 INFO O| Oct 31 17:46:57.575 INFO STEP 809 (remove_files) COMPLETE
66022024-10-31T17:46:58.979Z[ recovery-image] Oct 31 17:46:57.575 INFO O| Oct 31 17:46:57.575 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-10-31T17:46:58.986Z[ recovery-image] Oct 31 17:46:57.584 INFO O| Oct 31 17:46:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66042024-10-31T17:46:58.989Z[ recovery-image] Oct 31 17:46:57.584 INFO O| Oct 31 17:46:57.584 INFO STEP 810 (remove_files) COMPLETE
66052024-10-31T17:46:58.989Z[ recovery-image] Oct 31 17:46:57.584 INFO O| Oct 31 17:46:57.584 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-10-31T17:46:58.996Z[ recovery-image] Oct 31 17:46:57.594 INFO O| Oct 31 17:46:57.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66072024-10-31T17:46:58.996Z[ recovery-image] Oct 31 17:46:57.594 INFO O| Oct 31 17:46:57.594 INFO STEP 811 (remove_files) COMPLETE
66082024-10-31T17:46:59.004Z[ recovery-image] Oct 31 17:46:57.594 INFO O| Oct 31 17:46:57.594 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-10-31T17:46:59.010Z[ recovery-image] Oct 31 17:46:57.604 INFO O| Oct 31 17:46:57.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66102024-10-31T17:46:59.010Z[ recovery-image] Oct 31 17:46:57.604 INFO O| Oct 31 17:46:57.604 INFO STEP 812 (remove_files) COMPLETE
66112024-10-31T17:46:59.010Z[ recovery-image] Oct 31 17:46:57.604 INFO O| Oct 31 17:46:57.604 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-10-31T17:46:59.015Z[ recovery-image] Oct 31 17:46:57.613 INFO O| Oct 31 17:46:57.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66132024-10-31T17:46:59.015Z[ recovery-image] Oct 31 17:46:57.613 INFO O| Oct 31 17:46:57.613 INFO STEP 813 (remove_files) COMPLETE
66142024-10-31T17:46:59.026Z[ recovery-image] Oct 31 17:46:57.613 INFO O| Oct 31 17:46:57.613 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-10-31T17:46:59.026Z[ recovery-image] Oct 31 17:46:57.623 INFO O| Oct 31 17:46:57.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66162024-10-31T17:46:59.026Z[ recovery-image] Oct 31 17:46:57.623 INFO O| Oct 31 17:46:57.623 INFO STEP 814 (remove_files) COMPLETE
66172024-10-31T17:46:59.026Z[ recovery-image] Oct 31 17:46:57.623 INFO O| Oct 31 17:46:57.623 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-10-31T17:46:59.035Z[ recovery-image] Oct 31 17:46:57.632 INFO O| Oct 31 17:46:57.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66192024-10-31T17:46:59.035Z[ recovery-image] Oct 31 17:46:57.633 INFO O| Oct 31 17:46:57.633 INFO STEP 815 (remove_files) COMPLETE
66202024-10-31T17:46:59.037Z[ recovery-image] Oct 31 17:46:57.633 INFO O| Oct 31 17:46:57.633 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-10-31T17:46:59.044Z[ recovery-image] Oct 31 17:46:57.642 INFO O| Oct 31 17:46:57.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66222024-10-31T17:46:59.044Z[ recovery-image] Oct 31 17:46:57.642 INFO O| Oct 31 17:46:57.642 INFO STEP 816 (remove_files) COMPLETE
66232024-10-31T17:46:59.047Z[ recovery-image] Oct 31 17:46:57.642 INFO O| Oct 31 17:46:57.642 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-10-31T17:46:59.054Z[ recovery-image] Oct 31 17:46:57.652 INFO O| Oct 31 17:46:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66252024-10-31T17:46:59.056Z[ recovery-image] Oct 31 17:46:57.652 INFO O| Oct 31 17:46:57.652 INFO STEP 817 (remove_files) COMPLETE
66262024-10-31T17:46:59.056Z[ recovery-image] Oct 31 17:46:57.652 INFO O| Oct 31 17:46:57.652 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-10-31T17:46:59.064Z[ recovery-image] Oct 31 17:46:57.662 INFO O| Oct 31 17:46:57.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66282024-10-31T17:46:59.064Z[ recovery-image] Oct 31 17:46:57.662 INFO O| Oct 31 17:46:57.662 INFO STEP 818 (remove_files) COMPLETE
66292024-10-31T17:46:59.066Z[ recovery-image] Oct 31 17:46:57.662 INFO O| Oct 31 17:46:57.662 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-10-31T17:46:59.073Z[ recovery-image] Oct 31 17:46:57.671 INFO O| Oct 31 17:46:57.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66312024-10-31T17:46:59.073Z[ recovery-image] Oct 31 17:46:57.671 INFO O| Oct 31 17:46:57.671 INFO STEP 819 (remove_files) COMPLETE
66322024-10-31T17:46:59.076Z[ recovery-image] Oct 31 17:46:57.671 INFO O| Oct 31 17:46:57.671 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-10-31T17:46:59.083Z[ recovery-image] Oct 31 17:46:57.681 INFO O| Oct 31 17:46:57.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66342024-10-31T17:46:59.083Z[ recovery-image] Oct 31 17:46:57.681 INFO O| Oct 31 17:46:57.681 INFO STEP 820 (remove_files) COMPLETE
66352024-10-31T17:46:59.083Z[ recovery-image] Oct 31 17:46:57.681 INFO O| Oct 31 17:46:57.681 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-10-31T17:46:59.092Z[ recovery-image] Oct 31 17:46:57.690 INFO O| Oct 31 17:46:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66372024-10-31T17:46:59.095Z[ recovery-image] Oct 31 17:46:57.690 INFO O| Oct 31 17:46:57.690 INFO STEP 821 (remove_files) COMPLETE
66382024-10-31T17:46:59.095Z[ recovery-image] Oct 31 17:46:57.690 INFO O| Oct 31 17:46:57.690 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-10-31T17:46:59.102Z[ recovery-image] Oct 31 17:46:57.700 INFO O| Oct 31 17:46:57.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66402024-10-31T17:46:59.102Z[ recovery-image] Oct 31 17:46:57.700 INFO O| Oct 31 17:46:57.700 INFO STEP 822 (remove_files) COMPLETE
66412024-10-31T17:46:59.102Z[ recovery-image] Oct 31 17:46:57.700 INFO O| Oct 31 17:46:57.700 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-10-31T17:46:59.111Z[ recovery-image] Oct 31 17:46:57.709 INFO O| Oct 31 17:46:57.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66432024-10-31T17:46:59.111Z[ recovery-image] Oct 31 17:46:57.709 INFO O| Oct 31 17:46:57.709 INFO STEP 823 (remove_files) COMPLETE
66442024-10-31T17:46:59.112Z[ recovery-image] Oct 31 17:46:57.709 INFO O| Oct 31 17:46:57.709 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-10-31T17:46:59.121Z[ recovery-image] Oct 31 17:46:57.719 INFO O| Oct 31 17:46:57.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66462024-10-31T17:46:59.121Z[ recovery-image] Oct 31 17:46:57.719 INFO O| Oct 31 17:46:57.719 INFO STEP 824 (remove_files) COMPLETE
66472024-10-31T17:46:59.121Z[ recovery-image] Oct 31 17:46:57.719 INFO O| Oct 31 17:46:57.719 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-10-31T17:46:59.130Z[ recovery-image] Oct 31 17:46:57.728 INFO O| Oct 31 17:46:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66492024-10-31T17:46:59.132Z[ recovery-image] Oct 31 17:46:57.729 INFO O| Oct 31 17:46:57.729 INFO STEP 825 (remove_files) COMPLETE
66502024-10-31T17:46:59.132Z[ recovery-image] Oct 31 17:46:57.729 INFO O| Oct 31 17:46:57.729 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-10-31T17:46:59.141Z[ recovery-image] Oct 31 17:46:57.739 INFO O| Oct 31 17:46:57.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66522024-10-31T17:46:59.141Z[ recovery-image] Oct 31 17:46:57.739 INFO O| Oct 31 17:46:57.739 INFO STEP 826 (remove_files) COMPLETE
66532024-10-31T17:46:59.144Z[ recovery-image] Oct 31 17:46:57.739 INFO O| Oct 31 17:46:57.739 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-10-31T17:46:59.152Z[ recovery-image] Oct 31 17:46:57.749 INFO O| Oct 31 17:46:57.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66552024-10-31T17:46:59.152Z[ recovery-image] Oct 31 17:46:57.749 INFO O| Oct 31 17:46:57.749 INFO STEP 827 (remove_files) COMPLETE
66562024-10-31T17:46:59.154Z[ recovery-image] Oct 31 17:46:57.750 INFO O| Oct 31 17:46:57.749 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-10-31T17:46:59.162Z[ recovery-image] Oct 31 17:46:57.760 INFO O| Oct 31 17:46:57.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66582024-10-31T17:46:59.164Z[ recovery-image] Oct 31 17:46:57.760 INFO O| Oct 31 17:46:57.760 INFO STEP 828 (remove_files) COMPLETE
66592024-10-31T17:46:59.164Z[ recovery-image] Oct 31 17:46:57.760 INFO O| Oct 31 17:46:57.760 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-10-31T17:46:59.172Z[ recovery-image] Oct 31 17:46:57.770 INFO O| Oct 31 17:46:57.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66612024-10-31T17:46:59.172Z[ recovery-image] Oct 31 17:46:57.770 INFO O| Oct 31 17:46:57.770 INFO STEP 829 (remove_files) COMPLETE
66622024-10-31T17:46:59.172Z[ recovery-image] Oct 31 17:46:57.770 INFO O| Oct 31 17:46:57.770 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-10-31T17:46:59.182Z[ recovery-image] Oct 31 17:46:57.779 INFO O| Oct 31 17:46:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66642024-10-31T17:46:59.182Z[ recovery-image] Oct 31 17:46:57.779 INFO O| Oct 31 17:46:57.779 INFO STEP 830 (remove_files) COMPLETE
66652024-10-31T17:46:59.184Z[ recovery-image] Oct 31 17:46:57.779 INFO O| Oct 31 17:46:57.779 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-10-31T17:46:59.191Z[ recovery-image] Oct 31 17:46:57.789 INFO O| Oct 31 17:46:57.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66672024-10-31T17:46:59.191Z[ recovery-image] Oct 31 17:46:57.789 INFO O| Oct 31 17:46:57.789 INFO STEP 831 (remove_files) COMPLETE
66682024-10-31T17:46:59.194Z[ recovery-image] Oct 31 17:46:57.789 INFO O| Oct 31 17:46:57.789 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-10-31T17:46:59.200Z[ recovery-image] Oct 31 17:46:57.798 INFO O| Oct 31 17:46:57.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66702024-10-31T17:46:59.203Z[ recovery-image] Oct 31 17:46:57.799 INFO O| Oct 31 17:46:57.799 INFO STEP 832 (remove_files) COMPLETE
66712024-10-31T17:46:59.203Z[ recovery-image] Oct 31 17:46:57.799 INFO O| Oct 31 17:46:57.799 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-10-31T17:46:59.211Z[ recovery-image] Oct 31 17:46:57.809 INFO O| Oct 31 17:46:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66732024-10-31T17:46:59.211Z[ recovery-image] Oct 31 17:46:57.809 INFO O| Oct 31 17:46:57.809 INFO STEP 833 (remove_files) COMPLETE
66742024-10-31T17:46:59.214Z[ recovery-image] Oct 31 17:46:57.809 INFO O| Oct 31 17:46:57.809 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-10-31T17:46:59.220Z[ recovery-image] Oct 31 17:46:57.818 INFO O| Oct 31 17:46:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66762024-10-31T17:46:59.220Z[ recovery-image] Oct 31 17:46:57.818 INFO O| Oct 31 17:46:57.818 INFO STEP 834 (remove_files) COMPLETE
66772024-10-31T17:46:59.223Z[ recovery-image] Oct 31 17:46:57.818 INFO O| Oct 31 17:46:57.818 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-10-31T17:46:59.230Z[ recovery-image] Oct 31 17:46:57.827 INFO O| Oct 31 17:46:57.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66792024-10-31T17:46:59.230Z[ recovery-image] Oct 31 17:46:57.828 INFO O| Oct 31 17:46:57.828 INFO STEP 835 (remove_files) COMPLETE
66802024-10-31T17:46:59.232Z[ recovery-image] Oct 31 17:46:57.828 INFO O| Oct 31 17:46:57.828 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-10-31T17:46:59.240Z[ recovery-image] Oct 31 17:46:57.837 INFO O| Oct 31 17:46:57.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66822024-10-31T17:46:59.240Z[ recovery-image] Oct 31 17:46:57.837 INFO O| Oct 31 17:46:57.837 INFO STEP 836 (remove_files) COMPLETE
66832024-10-31T17:46:59.240Z[ recovery-image] Oct 31 17:46:57.837 INFO O| Oct 31 17:46:57.837 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-31T17:46:59.250Z[ recovery-image] Oct 31 17:46:57.848 INFO O| Oct 31 17:46:57.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66852024-10-31T17:46:59.250Z[ recovery-image] Oct 31 17:46:57.848 INFO O| Oct 31 17:46:57.848 INFO STEP 837 (remove_files) COMPLETE
66862024-10-31T17:46:59.252Z[ recovery-image] Oct 31 17:46:57.848 INFO O| Oct 31 17:46:57.848 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-31T17:46:59.260Z[ recovery-image] Oct 31 17:46:57.857 INFO O| Oct 31 17:46:57.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66882024-10-31T17:46:59.260Z[ recovery-image] Oct 31 17:46:57.858 INFO O| Oct 31 17:46:57.857 INFO STEP 838 (remove_files) COMPLETE
66892024-10-31T17:46:59.262Z[ recovery-image] Oct 31 17:46:57.858 INFO O| Oct 31 17:46:57.858 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-31T17:46:59.269Z[ recovery-image] Oct 31 17:46:57.867 INFO O| Oct 31 17:46:57.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66912024-10-31T17:46:59.269Z[ recovery-image] Oct 31 17:46:57.867 INFO O| Oct 31 17:46:57.867 INFO STEP 839 (remove_files) COMPLETE
66922024-10-31T17:46:59.269Z[ recovery-image] Oct 31 17:46:57.867 INFO O| Oct 31 17:46:57.867 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-31T17:46:59.279Z[ recovery-image] Oct 31 17:46:57.877 INFO O| Oct 31 17:46:57.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66942024-10-31T17:46:59.281Z[ recovery-image] Oct 31 17:46:57.879 INFO O| Oct 31 17:46:57.879 INFO STEP 840 (remove_files) COMPLETE
66952024-10-31T17:46:59.281Z[ recovery-image] Oct 31 17:46:57.879 INFO O| Oct 31 17:46:57.879 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-31T17:46:59.291Z[ recovery-image] Oct 31 17:46:57.889 INFO O| Oct 31 17:46:57.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66972024-10-31T17:46:59.294Z[ recovery-image] Oct 31 17:46:57.889 INFO O| Oct 31 17:46:57.889 INFO STEP 841 (remove_files) COMPLETE
66982024-10-31T17:46:59.294Z[ recovery-image] Oct 31 17:46:57.889 INFO O| Oct 31 17:46:57.889 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-10-31T17:46:59.301Z[ recovery-image] Oct 31 17:46:57.899 INFO O| Oct 31 17:46:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67002024-10-31T17:46:59.301Z[ recovery-image] Oct 31 17:46:57.899 INFO O| Oct 31 17:46:57.899 INFO STEP 842 (remove_files) COMPLETE
67012024-10-31T17:46:59.301Z[ recovery-image] Oct 31 17:46:57.899 INFO O| Oct 31 17:46:57.899 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-10-31T17:46:59.311Z[ recovery-image] Oct 31 17:46:57.908 INFO O| Oct 31 17:46:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67032024-10-31T17:46:59.313Z[ recovery-image] Oct 31 17:46:57.909 INFO O| Oct 31 17:46:57.908 INFO STEP 843 (remove_files) COMPLETE
67042024-10-31T17:46:59.313Z[ recovery-image] Oct 31 17:46:57.909 INFO O| Oct 31 17:46:57.908 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-31T17:46:59.322Z[ recovery-image] Oct 31 17:46:57.920 INFO O| Oct 31 17:46:57.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67062024-10-31T17:46:59.322Z[ recovery-image] Oct 31 17:46:57.920 INFO O| Oct 31 17:46:57.920 INFO STEP 844 (remove_files) COMPLETE
67072024-10-31T17:46:59.325Z[ recovery-image] Oct 31 17:46:57.920 INFO O| Oct 31 17:46:57.920 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-31T17:46:59.332Z[ recovery-image] Oct 31 17:46:57.930 INFO O| Oct 31 17:46:57.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67092024-10-31T17:46:59.332Z[ recovery-image] Oct 31 17:46:57.930 INFO O| Oct 31 17:46:57.930 INFO STEP 845 (remove_files) COMPLETE
67102024-10-31T17:46:59.335Z[ recovery-image] Oct 31 17:46:57.930 INFO O| Oct 31 17:46:57.930 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-31T17:46:59.342Z[ recovery-image] Oct 31 17:46:57.940 INFO O| Oct 31 17:46:57.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67122024-10-31T17:46:59.342Z[ recovery-image] Oct 31 17:46:57.940 INFO O| Oct 31 17:46:57.940 INFO STEP 846 (remove_files) COMPLETE
67132024-10-31T17:46:59.342Z[ recovery-image] Oct 31 17:46:57.940 INFO O| Oct 31 17:46:57.940 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-31T17:46:59.352Z[ recovery-image] Oct 31 17:46:57.950 INFO O| Oct 31 17:46:57.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67152024-10-31T17:46:59.354Z[ recovery-image] Oct 31 17:46:57.950 INFO O| Oct 31 17:46:57.950 INFO STEP 847 (remove_files) COMPLETE
67162024-10-31T17:46:59.355Z[ recovery-image] Oct 31 17:46:57.950 INFO O| Oct 31 17:46:57.950 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-31T17:46:59.362Z[ recovery-image] Oct 31 17:46:57.960 INFO O| Oct 31 17:46:57.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67182024-10-31T17:46:59.364Z[ recovery-image] Oct 31 17:46:57.960 INFO O| Oct 31 17:46:57.960 INFO STEP 848 (remove_files) COMPLETE
67192024-10-31T17:46:59.364Z[ recovery-image] Oct 31 17:46:57.960 INFO O| Oct 31 17:46:57.960 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-10-31T17:46:59.372Z[ recovery-image] Oct 31 17:46:57.970 INFO O| Oct 31 17:46:57.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67212024-10-31T17:46:59.372Z[ recovery-image] Oct 31 17:46:57.970 INFO O| Oct 31 17:46:57.970 INFO STEP 849 (remove_files) COMPLETE
67222024-10-31T17:46:59.372Z[ recovery-image] Oct 31 17:46:57.970 INFO O| Oct 31 17:46:57.970 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-31T17:46:59.382Z[ recovery-image] Oct 31 17:46:57.980 INFO O| Oct 31 17:46:57.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67242024-10-31T17:46:59.385Z[ recovery-image] Oct 31 17:46:57.980 INFO O| Oct 31 17:46:57.980 INFO STEP 850 (remove_files) COMPLETE
67252024-10-31T17:46:59.385Z[ recovery-image] Oct 31 17:46:57.980 INFO O| Oct 31 17:46:57.980 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-31T17:46:59.393Z[ recovery-image] Oct 31 17:46:57.991 INFO O| Oct 31 17:46:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67272024-10-31T17:46:59.395Z[ recovery-image] Oct 31 17:46:57.991 INFO O| Oct 31 17:46:57.991 INFO STEP 851 (remove_files) COMPLETE
67282024-10-31T17:46:59.395Z[ recovery-image] Oct 31 17:46:57.991 INFO O| Oct 31 17:46:57.991 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-31T17:46:59.402Z[ recovery-image] Oct 31 17:46:58.000 INFO O| Oct 31 17:46:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67302024-10-31T17:46:59.402Z[ recovery-image] Oct 31 17:46:58.000 INFO O| Oct 31 17:46:58.000 INFO STEP 852 (remove_files) COMPLETE
67312024-10-31T17:46:59.405Z[ recovery-image] Oct 31 17:46:58.000 INFO O| Oct 31 17:46:58.000 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-31T17:46:59.414Z[ recovery-image] Oct 31 17:46:58.011 INFO O| Oct 31 17:46:58.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67332024-10-31T17:46:59.416Z[ recovery-image] Oct 31 17:46:58.011 INFO O| Oct 31 17:46:58.011 INFO STEP 853 (remove_files) COMPLETE
67342024-10-31T17:46:59.416Z[ recovery-image] Oct 31 17:46:58.012 INFO O| Oct 31 17:46:58.011 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-31T17:46:59.424Z[ recovery-image] Oct 31 17:46:58.022 INFO O| Oct 31 17:46:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67362024-10-31T17:46:59.427Z[ recovery-image] Oct 31 17:46:58.022 INFO O| Oct 31 17:46:58.022 INFO STEP 854 (remove_files) COMPLETE
67372024-10-31T17:46:59.427Z[ recovery-image] Oct 31 17:46:58.022 INFO O| Oct 31 17:46:58.022 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-31T17:46:59.434Z[ recovery-image] Oct 31 17:46:58.032 INFO O| Oct 31 17:46:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67392024-10-31T17:46:59.436Z[ recovery-image] Oct 31 17:46:58.032 INFO O| Oct 31 17:46:58.032 INFO STEP 855 (remove_files) COMPLETE
67402024-10-31T17:46:59.437Z[ recovery-image] Oct 31 17:46:58.032 INFO O| Oct 31 17:46:58.032 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-31T17:46:59.444Z[ recovery-image] Oct 31 17:46:58.042 INFO O| Oct 31 17:46:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67422024-10-31T17:46:59.446Z[ recovery-image] Oct 31 17:46:58.042 INFO O| Oct 31 17:46:58.042 INFO STEP 856 (remove_files) COMPLETE
67432024-10-31T17:46:59.447Z[ recovery-image] Oct 31 17:46:58.042 INFO O| Oct 31 17:46:58.042 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-31T17:46:59.454Z[ recovery-image] Oct 31 17:46:58.052 INFO O| Oct 31 17:46:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67452024-10-31T17:46:59.456Z[ recovery-image] Oct 31 17:46:58.052 INFO O| Oct 31 17:46:58.052 INFO STEP 857 (remove_files) COMPLETE
67462024-10-31T17:46:59.456Z[ recovery-image] Oct 31 17:46:58.052 INFO O| Oct 31 17:46:58.052 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-31T17:46:59.463Z[ recovery-image] Oct 31 17:46:58.061 INFO O| Oct 31 17:46:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67482024-10-31T17:46:59.466Z[ recovery-image] Oct 31 17:46:58.061 INFO O| Oct 31 17:46:58.061 INFO STEP 858 (remove_files) COMPLETE
67492024-10-31T17:46:59.466Z[ recovery-image] Oct 31 17:46:58.061 INFO O| Oct 31 17:46:58.061 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-31T17:46:59.473Z[ recovery-image] Oct 31 17:46:58.071 INFO O| Oct 31 17:46:58.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67512024-10-31T17:46:59.473Z[ recovery-image] Oct 31 17:46:58.071 INFO O| Oct 31 17:46:58.071 INFO STEP 859 (remove_files) COMPLETE
67522024-10-31T17:46:59.473Z[ recovery-image] Oct 31 17:46:58.071 INFO O| Oct 31 17:46:58.071 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-31T17:46:59.483Z[ recovery-image] Oct 31 17:46:58.081 INFO O| Oct 31 17:46:58.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67542024-10-31T17:46:59.485Z[ recovery-image] Oct 31 17:46:58.081 INFO O| Oct 31 17:46:58.081 INFO STEP 860 (remove_files) COMPLETE
67552024-10-31T17:46:59.485Z[ recovery-image] Oct 31 17:46:58.081 INFO O| Oct 31 17:46:58.081 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-31T17:46:59.492Z[ recovery-image] Oct 31 17:46:58.090 INFO O| Oct 31 17:46:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67572024-10-31T17:46:59.495Z[ recovery-image] Oct 31 17:46:58.090 INFO O| Oct 31 17:46:58.090 INFO STEP 861 (remove_files) COMPLETE
67582024-10-31T17:46:59.495Z[ recovery-image] Oct 31 17:46:58.090 INFO O| Oct 31 17:46:58.090 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-31T17:46:59.502Z[ recovery-image] Oct 31 17:46:58.100 INFO O| Oct 31 17:46:58.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67602024-10-31T17:46:59.506Z[ recovery-image] Oct 31 17:46:58.100 INFO O| Oct 31 17:46:58.100 INFO STEP 862 (remove_files) COMPLETE
67612024-10-31T17:46:59.506Z[ recovery-image] Oct 31 17:46:58.100 INFO O| Oct 31 17:46:58.100 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-31T17:46:59.510Z[ host-image] Oct 31 17:46:58.108 INFO O| Oct 31 17:46:58.108 INFO O| Done
67632024-10-31T17:46:59.512Z[ recovery-image] Oct 31 17:46:58.110 INFO O| Oct 31 17:46:58.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67642024-10-31T17:46:59.513Z[ recovery-image] Oct 31 17:46:58.110 INFO O| Oct 31 17:46:58.110 INFO STEP 863 (remove_files) COMPLETE
67652024-10-31T17:46:59.513Z[ recovery-image] Oct 31 17:46:58.110 INFO O| Oct 31 17:46:58.110 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-31T17:46:59.522Z[ recovery-image] Oct 31 17:46:58.119 INFO O| Oct 31 17:46:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67672024-10-31T17:46:59.522Z[ recovery-image] Oct 31 17:46:58.119 INFO O| Oct 31 17:46:58.119 INFO STEP 864 (remove_files) COMPLETE
67682024-10-31T17:46:59.524Z[ recovery-image] Oct 31 17:46:58.119 INFO O| Oct 31 17:46:58.119 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-31T17:46:59.532Z[ recovery-image] Oct 31 17:46:58.129 INFO O| Oct 31 17:46:58.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67702024-10-31T17:46:59.532Z[ recovery-image] Oct 31 17:46:58.129 INFO O| Oct 31 17:46:58.129 INFO STEP 865 (remove_files) COMPLETE
67712024-10-31T17:46:59.532Z[ recovery-image] Oct 31 17:46:58.129 INFO O| Oct 31 17:46:58.129 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-31T17:46:59.534Z[ host-image] Oct 31 17:46:58.131 INFO O| Oct 31 17:46:58.131 INFO O| Done
67732024-10-31T17:46:59.534Z[ host-image] Oct 31 17:46:58.132 INFO O| Oct 31 17:46:58.131 INFO O| Done
67742024-10-31T17:46:59.541Z[ recovery-image] Oct 31 17:46:58.139 INFO O| Oct 31 17:46:58.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67752024-10-31T17:46:59.541Z[ recovery-image] Oct 31 17:46:58.139 INFO O| Oct 31 17:46:58.139 INFO STEP 866 (remove_files) COMPLETE
67762024-10-31T17:46:59.544Z[ recovery-image] Oct 31 17:46:58.139 INFO O| Oct 31 17:46:58.139 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-31T17:46:59.551Z[ recovery-image] Oct 31 17:46:58.149 INFO O| Oct 31 17:46:58.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67782024-10-31T17:46:59.551Z[ recovery-image] Oct 31 17:46:58.149 INFO O| Oct 31 17:46:58.149 INFO STEP 867 (remove_files) COMPLETE
67792024-10-31T17:46:59.551Z[ recovery-image] Oct 31 17:46:58.149 INFO O| Oct 31 17:46:58.149 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-31T17:46:59.561Z[ recovery-image] Oct 31 17:46:58.158 INFO O| Oct 31 17:46:58.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67812024-10-31T17:46:59.561Z[ recovery-image] Oct 31 17:46:58.159 INFO O| Oct 31 17:46:58.158 INFO STEP 868 (remove_files) COMPLETE
67822024-10-31T17:46:59.561Z[ recovery-image] Oct 31 17:46:58.159 INFO O| Oct 31 17:46:58.159 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-31T17:46:59.571Z[ recovery-image] Oct 31 17:46:58.168 INFO O| Oct 31 17:46:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67842024-10-31T17:46:59.571Z[ recovery-image] Oct 31 17:46:58.168 INFO O| Oct 31 17:46:58.168 INFO STEP 869 (remove_files) COMPLETE
67852024-10-31T17:46:59.573Z[ recovery-image] Oct 31 17:46:58.168 INFO O| Oct 31 17:46:58.168 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-31T17:46:59.573Z[ host-image] Oct 31 17:46:58.169 INFO O| Oct 31 17:46:58.169 INFO O| Done
67872024-10-31T17:46:59.583Z[ recovery-image] Oct 31 17:46:58.180 INFO O| Oct 31 17:46:58.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67882024-10-31T17:46:59.583Z[ recovery-image] Oct 31 17:46:58.180 INFO O| Oct 31 17:46:58.180 INFO STEP 870 (remove_files) COMPLETE
67892024-10-31T17:46:59.583Z[ recovery-image] Oct 31 17:46:58.180 INFO O| Oct 31 17:46:58.180 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-10-31T17:46:59.594Z[ recovery-image] Oct 31 17:46:58.192 INFO O| Oct 31 17:46:58.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67912024-10-31T17:46:59.594Z[ recovery-image] Oct 31 17:46:58.192 INFO O| Oct 31 17:46:58.192 INFO STEP 871 (remove_files) COMPLETE
67922024-10-31T17:46:59.597Z[ recovery-image] Oct 31 17:46:58.192 INFO O| Oct 31 17:46:58.192 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-10-31T17:46:59.605Z[ recovery-image] Oct 31 17:46:58.203 INFO O| Oct 31 17:46:58.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67942024-10-31T17:46:59.607Z[ recovery-image] Oct 31 17:46:58.203 INFO O| Oct 31 17:46:58.203 INFO STEP 872 (remove_files) COMPLETE
67952024-10-31T17:46:59.607Z[ recovery-image] Oct 31 17:46:58.203 INFO O| Oct 31 17:46:58.203 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-31T17:46:59.615Z[ recovery-image] Oct 31 17:46:58.212 INFO O| Oct 31 17:46:58.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67972024-10-31T17:46:59.617Z[ recovery-image] Oct 31 17:46:58.213 INFO O| Oct 31 17:46:58.213 INFO STEP 873 (remove_files) COMPLETE
67982024-10-31T17:46:59.617Z[ recovery-image] Oct 31 17:46:58.213 INFO O| Oct 31 17:46:58.213 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-31T17:46:59.624Z[ recovery-image] Oct 31 17:46:58.222 INFO O| Oct 31 17:46:58.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68002024-10-31T17:46:59.627Z[ recovery-image] Oct 31 17:46:58.222 INFO O| Oct 31 17:46:58.222 INFO STEP 874 (remove_files) COMPLETE
68012024-10-31T17:46:59.627Z[ recovery-image] Oct 31 17:46:58.222 INFO O| Oct 31 17:46:58.222 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-10-31T17:46:59.635Z[ recovery-image] Oct 31 17:46:58.233 INFO O| Oct 31 17:46:58.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68032024-10-31T17:46:59.635Z[ recovery-image] Oct 31 17:46:58.233 INFO O| Oct 31 17:46:58.233 INFO STEP 875 (remove_files) COMPLETE
68042024-10-31T17:46:59.638Z[ recovery-image] Oct 31 17:46:58.233 INFO O| Oct 31 17:46:58.233 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-31T17:46:59.646Z[ recovery-image] Oct 31 17:46:58.243 INFO O| Oct 31 17:46:58.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68062024-10-31T17:46:59.646Z[ recovery-image] Oct 31 17:46:58.244 INFO O| Oct 31 17:46:58.244 INFO STEP 876 (remove_files) COMPLETE
68072024-10-31T17:46:59.648Z[ recovery-image] Oct 31 17:46:58.244 INFO O| Oct 31 17:46:58.244 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-10-31T17:46:59.656Z[ recovery-image] Oct 31 17:46:58.253 INFO O| Oct 31 17:46:58.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68092024-10-31T17:46:59.656Z[ recovery-image] Oct 31 17:46:58.253 INFO O| Oct 31 17:46:58.253 INFO STEP 877 (remove_files) COMPLETE
68102024-10-31T17:46:59.658Z[ recovery-image] Oct 31 17:46:58.254 INFO O| Oct 31 17:46:58.253 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-10-31T17:46:59.666Z[ recovery-image] Oct 31 17:46:58.263 INFO O| Oct 31 17:46:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68122024-10-31T17:46:59.666Z[ recovery-image] Oct 31 17:46:58.263 INFO O| Oct 31 17:46:58.263 INFO STEP 878 (remove_files) COMPLETE
68132024-10-31T17:46:59.666Z[ recovery-image] Oct 31 17:46:58.263 INFO O| Oct 31 17:46:58.263 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-10-31T17:46:59.676Z[ recovery-image] Oct 31 17:46:58.273 INFO O| Oct 31 17:46:58.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68152024-10-31T17:46:59.676Z[ recovery-image] Oct 31 17:46:58.273 INFO O| Oct 31 17:46:58.273 INFO STEP 879 (remove_files) COMPLETE
68162024-10-31T17:46:59.678Z[ recovery-image] Oct 31 17:46:58.273 INFO O| Oct 31 17:46:58.273 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-31T17:46:59.681Z[ host-image] Oct 31 17:46:58.277 INFO O| Oct 31 17:46:58.277 INFO STEP 13 (pkg_install) COMPLETE
68182024-10-31T17:46:59.681Z[ host-image] Oct 31 17:46:58.277 INFO O| Oct 31 17:46:58.277 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68192024-10-31T17:46:59.685Z[ recovery-image] Oct 31 17:46:58.283 INFO O| Oct 31 17:46:58.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68202024-10-31T17:46:59.688Z[ recovery-image] Oct 31 17:46:58.283 INFO O| Oct 31 17:46:58.283 INFO STEP 880 (remove_files) COMPLETE
68212024-10-31T17:46:59.688Z[ recovery-image] Oct 31 17:46:58.283 INFO O| Oct 31 17:46:58.283 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-31T17:46:59.690Z[ host-image] Oct 31 17:46:58.287 INFO O| Oct 31 17:46:58.287 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
68232024-10-31T17:46:59.695Z[ recovery-image] Oct 31 17:46:58.293 INFO O| Oct 31 17:46:58.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68242024-10-31T17:46:59.698Z[ recovery-image] Oct 31 17:46:58.293 INFO O| Oct 31 17:46:58.293 INFO STEP 881 (remove_files) COMPLETE
68252024-10-31T17:46:59.698Z[ recovery-image] Oct 31 17:46:58.293 INFO O| Oct 31 17:46:58.293 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-10-31T17:46:59.705Z[ recovery-image] Oct 31 17:46:58.303 INFO O| Oct 31 17:46:58.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68272024-10-31T17:46:59.708Z[ recovery-image] Oct 31 17:46:58.303 INFO O| Oct 31 17:46:58.303 INFO STEP 882 (remove_files) COMPLETE
68282024-10-31T17:46:59.708Z[ recovery-image] Oct 31 17:46:58.303 INFO O| Oct 31 17:46:58.303 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-31T17:46:59.715Z[ recovery-image] Oct 31 17:46:58.313 INFO O| Oct 31 17:46:58.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68302024-10-31T17:46:59.717Z[ recovery-image] Oct 31 17:46:58.313 INFO O| Oct 31 17:46:58.313 INFO STEP 883 (remove_files) COMPLETE
68312024-10-31T17:46:59.717Z[ recovery-image] Oct 31 17:46:58.313 INFO O| Oct 31 17:46:58.313 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-31T17:46:59.725Z[ recovery-image] Oct 31 17:46:58.323 INFO O| Oct 31 17:46:58.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68332024-10-31T17:46:59.725Z[ recovery-image] Oct 31 17:46:58.323 INFO O| Oct 31 17:46:58.323 INFO STEP 884 (remove_files) COMPLETE
68342024-10-31T17:46:59.725Z[ recovery-image] Oct 31 17:46:58.323 INFO O| Oct 31 17:46:58.323 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-31T17:46:59.735Z[ recovery-image] Oct 31 17:46:58.332 INFO O| Oct 31 17:46:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68362024-10-31T17:46:59.738Z[ recovery-image] Oct 31 17:46:58.333 INFO O| Oct 31 17:46:58.332 INFO STEP 885 (remove_files) COMPLETE
68372024-10-31T17:46:59.738Z[ recovery-image] Oct 31 17:46:58.333 INFO O| Oct 31 17:46:58.333 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-31T17:46:59.745Z[ recovery-image] Oct 31 17:46:58.342 INFO O| Oct 31 17:46:58.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68392024-10-31T17:46:59.745Z[ recovery-image] Oct 31 17:46:58.342 INFO O| Oct 31 17:46:58.342 INFO STEP 886 (remove_files) COMPLETE
68402024-10-31T17:46:59.747Z[ recovery-image] Oct 31 17:46:58.342 INFO O| Oct 31 17:46:58.342 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-31T17:46:59.754Z[ recovery-image] Oct 31 17:46:58.352 INFO O| Oct 31 17:46:58.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68422024-10-31T17:46:59.757Z[ recovery-image] Oct 31 17:46:58.352 INFO O| Oct 31 17:46:58.352 INFO STEP 887 (remove_files) COMPLETE
68432024-10-31T17:46:59.757Z[ recovery-image] Oct 31 17:46:58.352 INFO O| Oct 31 17:46:58.352 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-31T17:46:59.764Z[ recovery-image] Oct 31 17:46:58.362 INFO O| Oct 31 17:46:58.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68452024-10-31T17:46:59.764Z[ recovery-image] Oct 31 17:46:58.362 INFO O| Oct 31 17:46:58.362 INFO STEP 888 (remove_files) COMPLETE
68462024-10-31T17:46:59.764Z[ recovery-image] Oct 31 17:46:58.362 INFO O| Oct 31 17:46:58.362 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-31T17:46:59.773Z[ recovery-image] Oct 31 17:46:58.371 INFO O| Oct 31 17:46:58.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68482024-10-31T17:46:59.776Z[ recovery-image] Oct 31 17:46:58.371 INFO O| Oct 31 17:46:58.371 INFO STEP 889 (remove_files) COMPLETE
68492024-10-31T17:46:59.776Z[ recovery-image] Oct 31 17:46:58.371 INFO O| Oct 31 17:46:58.371 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-31T17:46:59.783Z[ recovery-image] Oct 31 17:46:58.381 INFO O| Oct 31 17:46:58.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68512024-10-31T17:46:59.783Z[ recovery-image] Oct 31 17:46:58.381 INFO O| Oct 31 17:46:58.381 INFO STEP 890 (remove_files) COMPLETE
68522024-10-31T17:46:59.786Z[ recovery-image] Oct 31 17:46:58.381 INFO O| Oct 31 17:46:58.381 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-31T17:46:59.793Z[ recovery-image] Oct 31 17:46:58.391 INFO O| Oct 31 17:46:58.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68542024-10-31T17:46:59.793Z[ recovery-image] Oct 31 17:46:58.391 INFO O| Oct 31 17:46:58.391 INFO STEP 891 (remove_files) COMPLETE
68552024-10-31T17:46:59.795Z[ recovery-image] Oct 31 17:46:58.391 INFO O| Oct 31 17:46:58.391 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-31T17:46:59.803Z[ recovery-image] Oct 31 17:46:58.401 INFO O| Oct 31 17:46:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68572024-10-31T17:46:59.803Z[ recovery-image] Oct 31 17:46:58.401 INFO O| Oct 31 17:46:58.401 INFO STEP 892 (remove_files) COMPLETE
68582024-10-31T17:46:59.803Z[ recovery-image] Oct 31 17:46:58.401 INFO O| Oct 31 17:46:58.401 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-31T17:46:59.813Z[ recovery-image] Oct 31 17:46:58.411 INFO O| Oct 31 17:46:58.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68602024-10-31T17:46:59.813Z[ recovery-image] Oct 31 17:46:58.411 INFO O| Oct 31 17:46:58.411 INFO STEP 893 (remove_files) COMPLETE
68612024-10-31T17:46:59.816Z[ recovery-image] Oct 31 17:46:58.411 INFO O| Oct 31 17:46:58.411 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-31T17:46:59.823Z[ recovery-image] Oct 31 17:46:58.420 INFO O| Oct 31 17:46:58.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68632024-10-31T17:46:59.823Z[ recovery-image] Oct 31 17:46:58.420 INFO O| Oct 31 17:46:58.420 INFO STEP 894 (remove_files) COMPLETE
68642024-10-31T17:46:59.825Z[ recovery-image] Oct 31 17:46:58.420 INFO O| Oct 31 17:46:58.420 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-31T17:46:59.832Z[ recovery-image] Oct 31 17:46:58.430 INFO O| Oct 31 17:46:58.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68662024-10-31T17:46:59.835Z[ recovery-image] Oct 31 17:46:58.430 INFO O| Oct 31 17:46:58.430 INFO STEP 895 (remove_files) COMPLETE
68672024-10-31T17:46:59.835Z[ recovery-image] Oct 31 17:46:58.430 INFO O| Oct 31 17:46:58.430 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-31T17:46:59.842Z[ recovery-image] Oct 31 17:46:58.440 INFO O| Oct 31 17:46:58.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68692024-10-31T17:46:59.842Z[ recovery-image] Oct 31 17:46:58.440 INFO O| Oct 31 17:46:58.440 INFO STEP 896 (remove_files) COMPLETE
68702024-10-31T17:46:59.842Z[ recovery-image] Oct 31 17:46:58.440 INFO O| Oct 31 17:46:58.440 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-31T17:46:59.852Z[ recovery-image] Oct 31 17:46:58.449 INFO O| Oct 31 17:46:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68722024-10-31T17:46:59.854Z[ recovery-image] Oct 31 17:46:58.449 INFO O| Oct 31 17:46:58.449 INFO STEP 897 (remove_files) COMPLETE
68732024-10-31T17:46:59.854Z[ recovery-image] Oct 31 17:46:58.449 INFO O| Oct 31 17:46:58.449 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-31T17:46:59.862Z[ recovery-image] Oct 31 17:46:58.460 INFO O| Oct 31 17:46:58.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68752024-10-31T17:46:59.862Z[ recovery-image] Oct 31 17:46:58.460 INFO O| Oct 31 17:46:58.460 INFO STEP 898 (remove_files) COMPLETE
68762024-10-31T17:46:59.864Z[ recovery-image] Oct 31 17:46:58.460 INFO O| Oct 31 17:46:58.460 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-31T17:46:59.872Z[ recovery-image] Oct 31 17:46:58.469 INFO O| Oct 31 17:46:58.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68782024-10-31T17:46:59.874Z[ recovery-image] Oct 31 17:46:58.470 INFO O| Oct 31 17:46:58.469 INFO STEP 899 (remove_files) COMPLETE
68792024-10-31T17:46:59.874Z[ recovery-image] Oct 31 17:46:58.470 INFO O| Oct 31 17:46:58.470 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-31T17:46:59.882Z[ recovery-image] Oct 31 17:46:58.479 INFO O| Oct 31 17:46:58.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68812024-10-31T17:46:59.882Z[ recovery-image] Oct 31 17:46:58.479 INFO O| Oct 31 17:46:58.479 INFO STEP 900 (remove_files) COMPLETE
68822024-10-31T17:46:59.884Z[ recovery-image] Oct 31 17:46:58.479 INFO O| Oct 31 17:46:58.479 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-31T17:46:59.891Z[ recovery-image] Oct 31 17:46:58.489 INFO O| Oct 31 17:46:58.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68842024-10-31T17:46:59.891Z[ recovery-image] Oct 31 17:46:58.489 INFO O| Oct 31 17:46:58.489 INFO STEP 901 (remove_files) COMPLETE
68852024-10-31T17:46:59.891Z[ recovery-image] Oct 31 17:46:58.489 INFO O| Oct 31 17:46:58.489 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-31T17:46:59.901Z[ recovery-image] Oct 31 17:46:58.499 INFO O| Oct 31 17:46:58.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68872024-10-31T17:46:59.901Z[ recovery-image] Oct 31 17:46:58.499 INFO O| Oct 31 17:46:58.499 INFO STEP 902 (remove_files) COMPLETE
68882024-10-31T17:46:59.904Z[ recovery-image] Oct 31 17:46:58.499 INFO O| Oct 31 17:46:58.499 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-31T17:46:59.911Z[ recovery-image] Oct 31 17:46:58.508 INFO O| Oct 31 17:46:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68902024-10-31T17:46:59.913Z[ recovery-image] Oct 31 17:46:58.508 INFO O| Oct 31 17:46:58.508 INFO STEP 903 (remove_files) COMPLETE
68912024-10-31T17:46:59.913Z[ recovery-image] Oct 31 17:46:58.508 INFO O| Oct 31 17:46:58.508 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-31T17:46:59.921Z[ recovery-image] Oct 31 17:46:58.518 INFO O| Oct 31 17:46:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68932024-10-31T17:46:59.921Z[ recovery-image] Oct 31 17:46:58.518 INFO O| Oct 31 17:46:58.518 INFO STEP 904 (remove_files) COMPLETE
68942024-10-31T17:46:59.921Z[ recovery-image] Oct 31 17:46:58.518 INFO O| Oct 31 17:46:58.518 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-31T17:46:59.930Z[ recovery-image] Oct 31 17:46:58.528 INFO O| Oct 31 17:46:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68962024-10-31T17:46:59.930Z[ recovery-image] Oct 31 17:46:58.528 INFO O| Oct 31 17:46:58.528 INFO STEP 905 (remove_files) COMPLETE
68972024-10-31T17:46:59.933Z[ recovery-image] Oct 31 17:46:58.528 INFO O| Oct 31 17:46:58.528 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-31T17:46:59.940Z[ recovery-image] Oct 31 17:46:58.538 INFO O| Oct 31 17:46:58.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68992024-10-31T17:46:59.940Z[ recovery-image] Oct 31 17:46:58.538 INFO O| Oct 31 17:46:58.538 INFO STEP 906 (remove_files) COMPLETE
69002024-10-31T17:46:59.942Z[ recovery-image] Oct 31 17:46:58.538 INFO O| Oct 31 17:46:58.538 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-31T17:46:59.950Z[ recovery-image] Oct 31 17:46:58.547 INFO O| Oct 31 17:46:58.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69022024-10-31T17:46:59.950Z[ recovery-image] Oct 31 17:46:58.547 INFO O| Oct 31 17:46:58.547 INFO STEP 907 (remove_files) COMPLETE
69032024-10-31T17:46:59.952Z[ recovery-image] Oct 31 17:46:58.547 INFO O| Oct 31 17:46:58.547 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-31T17:46:59.959Z[ recovery-image] Oct 31 17:46:58.557 INFO O| Oct 31 17:46:58.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69052024-10-31T17:46:59.961Z[ recovery-image] Oct 31 17:46:58.557 INFO O| Oct 31 17:46:58.557 INFO STEP 908 (remove_files) COMPLETE
69062024-10-31T17:46:59.962Z[ recovery-image] Oct 31 17:46:58.557 INFO O| Oct 31 17:46:58.557 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-31T17:46:59.969Z[ recovery-image] Oct 31 17:46:58.567 INFO O| Oct 31 17:46:58.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69082024-10-31T17:46:59.969Z[ recovery-image] Oct 31 17:46:58.567 INFO O| Oct 31 17:46:58.567 INFO STEP 909 (remove_files) COMPLETE
69092024-10-31T17:46:59.971Z[ recovery-image] Oct 31 17:46:58.567 INFO O| Oct 31 17:46:58.567 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-31T17:46:59.979Z[ recovery-image] Oct 31 17:46:58.577 INFO O| Oct 31 17:46:58.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69112024-10-31T17:46:59.981Z[ recovery-image] Oct 31 17:46:58.577 INFO O| Oct 31 17:46:58.577 INFO STEP 910 (remove_files) COMPLETE
69122024-10-31T17:46:59.981Z[ recovery-image] Oct 31 17:46:58.577 INFO O| Oct 31 17:46:58.577 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-31T17:46:59.989Z[ recovery-image] Oct 31 17:46:58.586 INFO O| Oct 31 17:46:58.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69142024-10-31T17:46:59.989Z[ recovery-image] Oct 31 17:46:58.587 INFO O| Oct 31 17:46:58.587 INFO STEP 911 (remove_files) COMPLETE
69152024-10-31T17:46:59.989Z[ recovery-image] Oct 31 17:46:58.587 INFO O| Oct 31 17:46:58.587 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-31T17:46:59.999Z[ recovery-image] Oct 31 17:46:58.596 INFO O| Oct 31 17:46:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69172024-10-31T17:47:00.001Z[ recovery-image] Oct 31 17:46:58.596 INFO O| Oct 31 17:46:58.596 INFO STEP 912 (remove_files) COMPLETE
69182024-10-31T17:47:00.001Z[ recovery-image] Oct 31 17:46:58.596 INFO O| Oct 31 17:46:58.596 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-31T17:47:00.008Z[ recovery-image] Oct 31 17:46:58.606 INFO O| Oct 31 17:46:58.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69202024-10-31T17:47:00.008Z[ recovery-image] Oct 31 17:46:58.606 INFO O| Oct 31 17:46:58.606 INFO STEP 913 (remove_files) COMPLETE
69212024-10-31T17:47:00.008Z[ recovery-image] Oct 31 17:46:58.606 INFO O| Oct 31 17:46:58.606 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-31T17:47:00.018Z[ recovery-image] Oct 31 17:46:58.616 INFO O| Oct 31 17:46:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69232024-10-31T17:47:00.018Z[ recovery-image] Oct 31 17:46:58.616 INFO O| Oct 31 17:46:58.616 INFO STEP 914 (remove_files) COMPLETE
69242024-10-31T17:47:00.018Z[ recovery-image] Oct 31 17:46:58.616 INFO O| Oct 31 17:46:58.616 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-31T17:47:00.028Z[ recovery-image] Oct 31 17:46:58.625 INFO O| Oct 31 17:46:58.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69262024-10-31T17:47:00.028Z[ recovery-image] Oct 31 17:46:58.625 INFO O| Oct 31 17:46:58.625 INFO STEP 915 (remove_files) COMPLETE
69272024-10-31T17:47:00.028Z[ recovery-image] Oct 31 17:46:58.625 INFO O| Oct 31 17:46:58.625 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-31T17:47:00.037Z[ recovery-image] Oct 31 17:46:58.635 INFO O| Oct 31 17:46:58.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69292024-10-31T17:47:00.037Z[ recovery-image] Oct 31 17:46:58.635 INFO O| Oct 31 17:46:58.635 INFO STEP 916 (remove_files) COMPLETE
69302024-10-31T17:47:00.037Z[ recovery-image] Oct 31 17:46:58.635 INFO O| Oct 31 17:46:58.635 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-31T17:47:00.047Z[ recovery-image] Oct 31 17:46:58.644 INFO O| Oct 31 17:46:58.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69322024-10-31T17:47:00.047Z[ recovery-image] Oct 31 17:46:58.644 INFO O| Oct 31 17:46:58.644 INFO STEP 917 (remove_files) COMPLETE
69332024-10-31T17:47:00.047Z[ recovery-image] Oct 31 17:46:58.644 INFO O| Oct 31 17:46:58.644 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-31T17:47:00.056Z[ recovery-image] Oct 31 17:46:58.654 INFO O| Oct 31 17:46:58.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69352024-10-31T17:47:00.056Z[ recovery-image] Oct 31 17:46:58.654 INFO O| Oct 31 17:46:58.654 INFO STEP 918 (remove_files) COMPLETE
69362024-10-31T17:47:00.059Z[ recovery-image] Oct 31 17:46:58.654 INFO O| Oct 31 17:46:58.654 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-31T17:47:00.066Z[ recovery-image] Oct 31 17:46:58.664 INFO O| Oct 31 17:46:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69382024-10-31T17:47:00.066Z[ recovery-image] Oct 31 17:46:58.664 INFO O| Oct 31 17:46:58.664 INFO STEP 919 (remove_files) COMPLETE
69392024-10-31T17:47:00.066Z[ recovery-image] Oct 31 17:46:58.664 INFO O| Oct 31 17:46:58.664 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-31T17:47:00.075Z[ recovery-image] Oct 31 17:46:58.673 INFO O| Oct 31 17:46:58.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69412024-10-31T17:47:00.075Z[ recovery-image] Oct 31 17:46:58.673 INFO O| Oct 31 17:46:58.673 INFO STEP 920 (remove_files) COMPLETE
69422024-10-31T17:47:00.075Z[ recovery-image] Oct 31 17:46:58.673 INFO O| Oct 31 17:46:58.673 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-31T17:47:00.085Z[ recovery-image] Oct 31 17:46:58.683 INFO O| Oct 31 17:46:58.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69442024-10-31T17:47:00.088Z[ recovery-image] Oct 31 17:46:58.683 INFO O| Oct 31 17:46:58.683 INFO STEP 921 (remove_files) COMPLETE
69452024-10-31T17:47:00.088Z[ recovery-image] Oct 31 17:46:58.683 INFO O| Oct 31 17:46:58.683 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-31T17:47:00.095Z[ recovery-image] Oct 31 17:46:58.693 INFO O| Oct 31 17:46:58.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69472024-10-31T17:47:00.098Z[ recovery-image] Oct 31 17:46:58.693 INFO O| Oct 31 17:46:58.693 INFO STEP 922 (remove_files) COMPLETE
69482024-10-31T17:47:00.098Z[ recovery-image] Oct 31 17:46:58.693 INFO O| Oct 31 17:46:58.693 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-31T17:47:00.106Z[ recovery-image] Oct 31 17:46:58.703 INFO O| Oct 31 17:46:58.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69502024-10-31T17:47:00.106Z[ recovery-image] Oct 31 17:46:58.703 INFO O| Oct 31 17:46:58.703 INFO STEP 923 (remove_files) COMPLETE
69512024-10-31T17:47:00.108Z[ recovery-image] Oct 31 17:46:58.703 INFO O| Oct 31 17:46:58.703 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-31T17:47:00.116Z[ recovery-image] Oct 31 17:46:58.713 INFO O| Oct 31 17:46:58.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69532024-10-31T17:47:00.116Z[ recovery-image] Oct 31 17:46:58.713 INFO O| Oct 31 17:46:58.713 INFO STEP 924 (remove_files) COMPLETE
69542024-10-31T17:47:00.118Z[ recovery-image] Oct 31 17:46:58.713 INFO O| Oct 31 17:46:58.713 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-31T17:47:00.126Z[ recovery-image] Oct 31 17:46:58.723 INFO O| Oct 31 17:46:58.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69562024-10-31T17:47:00.126Z[ recovery-image] Oct 31 17:46:58.723 INFO O| Oct 31 17:46:58.723 INFO STEP 925 (remove_files) COMPLETE
69572024-10-31T17:47:00.128Z[ recovery-image] Oct 31 17:46:58.723 INFO O| Oct 31 17:46:58.723 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-31T17:47:00.135Z[ recovery-image] Oct 31 17:46:58.733 INFO O| Oct 31 17:46:58.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69592024-10-31T17:47:00.138Z[ recovery-image] Oct 31 17:46:58.733 INFO O| Oct 31 17:46:58.733 INFO STEP 926 (remove_files) COMPLETE
69602024-10-31T17:47:00.138Z[ recovery-image] Oct 31 17:46:58.733 INFO O| Oct 31 17:46:58.733 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-31T17:47:00.145Z[ recovery-image] Oct 31 17:46:58.743 INFO O| Oct 31 17:46:58.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69622024-10-31T17:47:00.148Z[ recovery-image] Oct 31 17:46:58.743 INFO O| Oct 31 17:46:58.743 INFO STEP 927 (remove_files) COMPLETE
69632024-10-31T17:47:00.148Z[ recovery-image] Oct 31 17:46:58.743 INFO O| Oct 31 17:46:58.743 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-31T17:47:00.155Z[ recovery-image] Oct 31 17:46:58.753 INFO O| Oct 31 17:46:58.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69652024-10-31T17:47:00.155Z[ recovery-image] Oct 31 17:46:58.753 INFO O| Oct 31 17:46:58.753 INFO STEP 928 (remove_files) COMPLETE
69662024-10-31T17:47:00.155Z[ recovery-image] Oct 31 17:46:58.753 INFO O| Oct 31 17:46:58.753 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-31T17:47:00.165Z[ recovery-image] Oct 31 17:46:58.762 INFO O| Oct 31 17:46:58.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69682024-10-31T17:47:00.167Z[ recovery-image] Oct 31 17:46:58.763 INFO O| Oct 31 17:46:58.763 INFO STEP 929 (remove_files) COMPLETE
69692024-10-31T17:47:00.167Z[ recovery-image] Oct 31 17:46:58.763 INFO O| Oct 31 17:46:58.763 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-31T17:47:00.176Z[ recovery-image] Oct 31 17:46:58.773 INFO O| Oct 31 17:46:58.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69712024-10-31T17:47:00.176Z[ recovery-image] Oct 31 17:46:58.773 INFO O| Oct 31 17:46:58.773 INFO STEP 930 (remove_files) COMPLETE
69722024-10-31T17:47:00.176Z[ recovery-image] Oct 31 17:46:58.773 INFO O| Oct 31 17:46:58.773 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-31T17:47:00.187Z[ recovery-image] Oct 31 17:46:58.784 INFO O| Oct 31 17:46:58.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69742024-10-31T17:47:00.187Z[ recovery-image] Oct 31 17:46:58.784 INFO O| Oct 31 17:46:58.784 INFO STEP 931 (remove_files) COMPLETE
69752024-10-31T17:47:00.187Z[ recovery-image] Oct 31 17:46:58.784 INFO O| Oct 31 17:46:58.784 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-31T17:47:00.197Z[ recovery-image] Oct 31 17:46:58.794 INFO O| Oct 31 17:46:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69772024-10-31T17:47:00.197Z[ recovery-image] Oct 31 17:46:58.795 INFO O| Oct 31 17:46:58.795 INFO STEP 932 (remove_files) COMPLETE
69782024-10-31T17:47:00.197Z[ recovery-image] Oct 31 17:46:58.795 INFO O| Oct 31 17:46:58.795 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-31T17:47:00.199Z[ host-image] Oct 31 17:46:58.796 INFO O| Oct 31 17:46:58.796 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
69802024-10-31T17:47:00.207Z[ recovery-image] Oct 31 17:46:58.805 INFO O| Oct 31 17:46:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69812024-10-31T17:47:00.207Z[ recovery-image] Oct 31 17:46:58.805 INFO O| Oct 31 17:46:58.805 INFO STEP 933 (remove_files) COMPLETE
69822024-10-31T17:47:00.210Z[ recovery-image] Oct 31 17:46:58.805 INFO O| Oct 31 17:46:58.805 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-10-31T17:47:00.219Z[ recovery-image] Oct 31 17:46:58.816 INFO O| Oct 31 17:46:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69842024-10-31T17:47:00.219Z[ recovery-image] Oct 31 17:46:58.816 INFO O| Oct 31 17:46:58.816 INFO STEP 934 (remove_files) COMPLETE
69852024-10-31T17:47:00.222Z[ recovery-image] Oct 31 17:46:58.816 INFO O| Oct 31 17:46:58.816 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-10-31T17:47:00.229Z[ recovery-image] Oct 31 17:46:58.827 INFO O| Oct 31 17:46:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69872024-10-31T17:47:00.229Z[ recovery-image] Oct 31 17:46:58.827 INFO O| Oct 31 17:46:58.827 INFO STEP 935 (remove_files) COMPLETE
69882024-10-31T17:47:00.232Z[ recovery-image] Oct 31 17:46:58.827 INFO O| Oct 31 17:46:58.827 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-10-31T17:47:00.240Z[ recovery-image] Oct 31 17:46:58.837 INFO O| Oct 31 17:46:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69902024-10-31T17:47:00.240Z[ recovery-image] Oct 31 17:46:58.837 INFO O| Oct 31 17:46:58.837 INFO STEP 936 (remove_files) COMPLETE
69912024-10-31T17:47:00.242Z[ recovery-image] Oct 31 17:46:58.837 INFO O| Oct 31 17:46:58.837 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-10-31T17:47:00.251Z[ recovery-image] Oct 31 17:46:58.848 INFO O| Oct 31 17:46:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69932024-10-31T17:47:00.253Z[ recovery-image] Oct 31 17:46:58.849 INFO O| Oct 31 17:46:58.848 INFO STEP 937 (remove_files) COMPLETE
69942024-10-31T17:47:00.253Z[ recovery-image] Oct 31 17:46:58.849 INFO O| Oct 31 17:46:58.848 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-10-31T17:47:00.262Z[ recovery-image] Oct 31 17:46:58.860 INFO O| Oct 31 17:46:58.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69962024-10-31T17:47:00.262Z[ recovery-image] Oct 31 17:46:58.860 INFO O| Oct 31 17:46:58.860 INFO STEP 938 (remove_files) COMPLETE
69972024-10-31T17:47:00.265Z[ recovery-image] Oct 31 17:46:58.860 INFO O| Oct 31 17:46:58.860 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-10-31T17:47:00.272Z[ recovery-image] Oct 31 17:46:58.870 INFO O| Oct 31 17:46:58.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69992024-10-31T17:47:00.272Z[ recovery-image] Oct 31 17:46:58.870 INFO O| Oct 31 17:46:58.870 INFO STEP 939 (remove_files) COMPLETE
70002024-10-31T17:47:00.275Z[ recovery-image] Oct 31 17:46:58.870 INFO O| Oct 31 17:46:58.870 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-10-31T17:47:00.284Z[ recovery-image] Oct 31 17:46:58.881 INFO O| Oct 31 17:46:58.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70022024-10-31T17:47:00.284Z[ recovery-image] Oct 31 17:46:58.881 INFO O| Oct 31 17:46:58.881 INFO STEP 940 (remove_files) COMPLETE
70032024-10-31T17:47:00.284Z[ recovery-image] Oct 31 17:46:58.881 INFO O| Oct 31 17:46:58.881 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-10-31T17:47:00.295Z[ recovery-image] Oct 31 17:46:58.893 INFO O| Oct 31 17:46:58.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70052024-10-31T17:47:00.295Z[ recovery-image] Oct 31 17:46:58.893 INFO O| Oct 31 17:46:58.893 INFO STEP 941 (remove_files) COMPLETE
70062024-10-31T17:47:00.295Z[ recovery-image] Oct 31 17:46:58.893 INFO O| Oct 31 17:46:58.893 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-10-31T17:47:00.306Z[ recovery-image] Oct 31 17:46:58.904 INFO O| Oct 31 17:46:58.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70082024-10-31T17:47:00.306Z[ recovery-image] Oct 31 17:46:58.904 INFO O| Oct 31 17:46:58.904 INFO STEP 942 (remove_files) COMPLETE
70092024-10-31T17:47:00.309Z[ recovery-image] Oct 31 17:46:58.904 INFO O| Oct 31 17:46:58.904 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-10-31T17:47:00.318Z[ recovery-image] Oct 31 17:46:58.916 INFO O| Oct 31 17:46:58.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70112024-10-31T17:47:00.321Z[ recovery-image] Oct 31 17:46:58.916 INFO O| Oct 31 17:46:58.916 INFO STEP 943 (remove_files) COMPLETE
70122024-10-31T17:47:00.321Z[ recovery-image] Oct 31 17:46:58.916 INFO O| Oct 31 17:46:58.916 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-10-31T17:47:00.328Z[ recovery-image] Oct 31 17:46:58.926 INFO O| Oct 31 17:46:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70142024-10-31T17:47:00.328Z[ recovery-image] Oct 31 17:46:58.926 INFO O| Oct 31 17:46:58.926 INFO STEP 944 (remove_files) COMPLETE
70152024-10-31T17:47:00.331Z[ recovery-image] Oct 31 17:46:58.926 INFO O| Oct 31 17:46:58.926 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-10-31T17:47:00.340Z[ recovery-image] Oct 31 17:46:58.938 INFO O| Oct 31 17:46:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70172024-10-31T17:47:00.343Z[ recovery-image] Oct 31 17:46:58.938 INFO O| Oct 31 17:46:58.938 INFO STEP 945 (remove_files) COMPLETE
70182024-10-31T17:47:00.343Z[ recovery-image] Oct 31 17:46:58.938 INFO O| Oct 31 17:46:58.938 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-10-31T17:47:00.350Z[ recovery-image] Oct 31 17:46:58.948 INFO O| Oct 31 17:46:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70202024-10-31T17:47:00.350Z[ recovery-image] Oct 31 17:46:58.948 INFO O| Oct 31 17:46:58.948 INFO STEP 946 (remove_files) COMPLETE
70212024-10-31T17:47:00.350Z[ recovery-image] Oct 31 17:46:58.948 INFO O| Oct 31 17:46:58.948 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-10-31T17:47:00.362Z[ recovery-image] Oct 31 17:46:58.959 INFO O| Oct 31 17:46:58.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70232024-10-31T17:47:00.362Z[ recovery-image] Oct 31 17:46:58.960 INFO O| Oct 31 17:46:58.960 INFO STEP 947 (remove_files) COMPLETE
70242024-10-31T17:47:00.364Z[ recovery-image] Oct 31 17:46:58.960 INFO O| Oct 31 17:46:58.960 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-10-31T17:47:00.372Z[ recovery-image] Oct 31 17:46:58.970 INFO O| Oct 31 17:46:58.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70262024-10-31T17:47:00.372Z[ recovery-image] Oct 31 17:46:58.970 INFO O| Oct 31 17:46:58.970 INFO STEP 948 (remove_files) COMPLETE
70272024-10-31T17:47:00.372Z[ recovery-image] Oct 31 17:46:58.970 INFO O| Oct 31 17:46:58.970 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-10-31T17:47:00.384Z[ recovery-image] Oct 31 17:46:58.981 INFO O| Oct 31 17:46:58.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70292024-10-31T17:47:00.384Z[ recovery-image] Oct 31 17:46:58.981 INFO O| Oct 31 17:46:58.981 INFO STEP 949 (remove_files) COMPLETE
70302024-10-31T17:47:00.384Z[ recovery-image] Oct 31 17:46:58.981 INFO O| Oct 31 17:46:58.981 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-10-31T17:47:00.396Z[ recovery-image] Oct 31 17:46:58.994 INFO O| Oct 31 17:46:58.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70322024-10-31T17:47:00.396Z[ recovery-image] Oct 31 17:46:58.994 INFO O| Oct 31 17:46:58.994 INFO STEP 950 (remove_files) COMPLETE
70332024-10-31T17:47:00.399Z[ recovery-image] Oct 31 17:46:58.994 INFO O| Oct 31 17:46:58.994 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-10-31T17:47:00.408Z[ recovery-image] Oct 31 17:46:59.005 INFO O| Oct 31 17:46:59.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70352024-10-31T17:47:00.408Z[ recovery-image] Oct 31 17:46:59.005 INFO O| Oct 31 17:46:59.005 INFO STEP 951 (remove_files) COMPLETE
70362024-10-31T17:47:00.410Z[ recovery-image] Oct 31 17:46:59.005 INFO O| Oct 31 17:46:59.005 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-10-31T17:47:00.419Z[ recovery-image] Oct 31 17:46:59.016 INFO O| Oct 31 17:46:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70382024-10-31T17:47:00.421Z[ recovery-image] Oct 31 17:46:59.016 INFO O| Oct 31 17:46:59.016 INFO STEP 952 (remove_files) COMPLETE
70392024-10-31T17:47:00.421Z[ recovery-image] Oct 31 17:46:59.016 INFO O| Oct 31 17:46:59.016 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-10-31T17:47:00.430Z[ recovery-image] Oct 31 17:46:59.028 INFO O| Oct 31 17:46:59.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70412024-10-31T17:47:00.433Z[ recovery-image] Oct 31 17:46:59.028 INFO O| Oct 31 17:46:59.028 INFO STEP 953 (remove_files) COMPLETE
70422024-10-31T17:47:00.433Z[ recovery-image] Oct 31 17:46:59.028 INFO O| Oct 31 17:46:59.028 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-10-31T17:47:00.442Z[ recovery-image] Oct 31 17:46:59.040 INFO O| Oct 31 17:46:59.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70442024-10-31T17:47:00.445Z[ recovery-image] Oct 31 17:46:59.040 INFO O| Oct 31 17:46:59.040 INFO STEP 954 (remove_files) COMPLETE
70452024-10-31T17:47:00.445Z[ recovery-image] Oct 31 17:46:59.040 INFO O| Oct 31 17:46:59.040 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-10-31T17:47:00.454Z[ recovery-image] Oct 31 17:46:59.051 INFO O| Oct 31 17:46:59.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70472024-10-31T17:47:00.454Z[ recovery-image] Oct 31 17:46:59.051 INFO O| Oct 31 17:46:59.051 INFO STEP 955 (remove_files) COMPLETE
70482024-10-31T17:47:00.454Z[ recovery-image] Oct 31 17:46:59.051 INFO O| Oct 31 17:46:59.051 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-10-31T17:47:00.464Z[ recovery-image] Oct 31 17:46:59.061 INFO O| Oct 31 17:46:59.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70502024-10-31T17:47:00.466Z[ recovery-image] Oct 31 17:46:59.061 INFO O| Oct 31 17:46:59.061 INFO STEP 956 (remove_files) COMPLETE
70512024-10-31T17:47:00.466Z[ recovery-image] Oct 31 17:46:59.061 INFO O| Oct 31 17:46:59.061 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-10-31T17:47:00.473Z[ recovery-image] Oct 31 17:46:59.071 INFO O| Oct 31 17:46:59.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70532024-10-31T17:47:00.473Z[ recovery-image] Oct 31 17:46:59.071 INFO O| Oct 31 17:46:59.071 INFO STEP 957 (remove_files) COMPLETE
70542024-10-31T17:47:00.476Z[ recovery-image] Oct 31 17:46:59.071 INFO O| Oct 31 17:46:59.071 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-10-31T17:47:00.483Z[ recovery-image] Oct 31 17:46:59.081 INFO O| Oct 31 17:46:59.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70562024-10-31T17:47:00.486Z[ recovery-image] Oct 31 17:46:59.081 INFO O| Oct 31 17:46:59.081 INFO STEP 958 (remove_files) COMPLETE
70572024-10-31T17:47:00.486Z[ recovery-image] Oct 31 17:46:59.081 INFO O| Oct 31 17:46:59.081 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-10-31T17:47:00.493Z[ recovery-image] Oct 31 17:46:59.091 INFO O| Oct 31 17:46:59.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70592024-10-31T17:47:00.493Z[ recovery-image] Oct 31 17:46:59.091 INFO O| Oct 31 17:46:59.091 INFO STEP 959 (remove_files) COMPLETE
70602024-10-31T17:47:00.496Z[ recovery-image] Oct 31 17:46:59.091 INFO O| Oct 31 17:46:59.091 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-10-31T17:47:00.503Z[ recovery-image] Oct 31 17:46:59.101 INFO O| Oct 31 17:46:59.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70622024-10-31T17:47:00.503Z[ recovery-image] Oct 31 17:46:59.101 INFO O| Oct 31 17:46:59.101 INFO STEP 960 (remove_files) COMPLETE
70632024-10-31T17:47:00.503Z[ recovery-image] Oct 31 17:46:59.101 INFO O| Oct 31 17:46:59.101 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-10-31T17:47:00.513Z[ recovery-image] Oct 31 17:46:59.110 INFO O| Oct 31 17:46:59.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70652024-10-31T17:47:00.513Z[ recovery-image] Oct 31 17:46:59.110 INFO O| Oct 31 17:46:59.110 INFO STEP 961 (remove_files) COMPLETE
70662024-10-31T17:47:00.513Z[ recovery-image] Oct 31 17:46:59.110 INFO O| Oct 31 17:46:59.110 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-10-31T17:47:00.524Z[ recovery-image] Oct 31 17:46:59.121 INFO O| Oct 31 17:46:59.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70682024-10-31T17:47:00.527Z[ recovery-image] Oct 31 17:46:59.121 INFO O| Oct 31 17:46:59.121 INFO STEP 962 (remove_files) COMPLETE
70692024-10-31T17:47:00.527Z[ recovery-image] Oct 31 17:46:59.121 INFO O| Oct 31 17:46:59.121 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-10-31T17:47:00.534Z[ recovery-image] Oct 31 17:46:59.131 INFO O| Oct 31 17:46:59.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70712024-10-31T17:47:00.536Z[ recovery-image] Oct 31 17:46:59.131 INFO O| Oct 31 17:46:59.131 INFO STEP 963 (remove_files) COMPLETE
70722024-10-31T17:47:00.536Z[ recovery-image] Oct 31 17:46:59.131 INFO O| Oct 31 17:46:59.131 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-10-31T17:47:00.543Z[ recovery-image] Oct 31 17:46:59.141 INFO O| Oct 31 17:46:59.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70742024-10-31T17:47:00.546Z[ recovery-image] Oct 31 17:46:59.141 INFO O| Oct 31 17:46:59.141 INFO STEP 964 (remove_files) COMPLETE
70752024-10-31T17:47:00.546Z[ recovery-image] Oct 31 17:46:59.141 INFO O| Oct 31 17:46:59.141 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-10-31T17:47:00.554Z[ recovery-image] Oct 31 17:46:59.151 INFO O| Oct 31 17:46:59.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70772024-10-31T17:47:00.557Z[ recovery-image] Oct 31 17:46:59.151 INFO O| Oct 31 17:46:59.151 INFO STEP 965 (remove_files) COMPLETE
70782024-10-31T17:47:00.557Z[ recovery-image] Oct 31 17:46:59.151 INFO O| Oct 31 17:46:59.151 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-10-31T17:47:00.563Z[ recovery-image] Oct 31 17:46:59.161 INFO O| Oct 31 17:46:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70802024-10-31T17:47:00.564Z[ recovery-image] Oct 31 17:46:59.161 INFO O| Oct 31 17:46:59.161 INFO STEP 966 (remove_files) COMPLETE
70812024-10-31T17:47:00.564Z[ recovery-image] Oct 31 17:46:59.161 INFO O| Oct 31 17:46:59.161 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-10-31T17:47:00.574Z[ recovery-image] Oct 31 17:46:59.171 INFO O| Oct 31 17:46:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70832024-10-31T17:47:00.576Z[ recovery-image] Oct 31 17:46:59.171 INFO O| Oct 31 17:46:59.171 INFO STEP 967 (remove_files) COMPLETE
70842024-10-31T17:47:00.576Z[ recovery-image] Oct 31 17:46:59.172 INFO O| Oct 31 17:46:59.171 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-10-31T17:47:00.587Z[ recovery-image] Oct 31 17:46:59.184 INFO O| Oct 31 17:46:59.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70862024-10-31T17:47:00.587Z[ recovery-image] Oct 31 17:46:59.184 INFO O| Oct 31 17:46:59.184 INFO STEP 968 (remove_files) COMPLETE
70872024-10-31T17:47:00.589Z[ recovery-image] Oct 31 17:46:59.184 INFO O| Oct 31 17:46:59.184 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-10-31T17:47:00.599Z[ recovery-image] Oct 31 17:46:59.196 INFO O| Oct 31 17:46:59.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70892024-10-31T17:47:00.599Z[ recovery-image] Oct 31 17:46:59.196 INFO O| Oct 31 17:46:59.196 INFO STEP 969 (remove_files) COMPLETE
70902024-10-31T17:47:00.601Z[ recovery-image] Oct 31 17:46:59.196 INFO O| Oct 31 17:46:59.196 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-10-31T17:47:00.609Z[ recovery-image] Oct 31 17:46:59.207 INFO O| Oct 31 17:46:59.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70922024-10-31T17:47:00.612Z[ recovery-image] Oct 31 17:46:59.207 INFO O| Oct 31 17:46:59.207 INFO STEP 970 (remove_files) COMPLETE
70932024-10-31T17:47:00.612Z[ recovery-image] Oct 31 17:46:59.207 INFO O| Oct 31 17:46:59.207 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-10-31T17:47:00.620Z[ recovery-image] Oct 31 17:46:59.217 INFO O| Oct 31 17:46:59.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70952024-10-31T17:47:00.623Z[ recovery-image] Oct 31 17:46:59.218 INFO O| Oct 31 17:46:59.218 INFO STEP 971 (remove_files) COMPLETE
70962024-10-31T17:47:00.623Z[ recovery-image] Oct 31 17:46:59.218 INFO O| Oct 31 17:46:59.218 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-10-31T17:47:00.630Z[ recovery-image] Oct 31 17:46:59.228 INFO O| Oct 31 17:46:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70982024-10-31T17:47:00.633Z[ recovery-image] Oct 31 17:46:59.228 INFO O| Oct 31 17:46:59.228 INFO STEP 972 (remove_files) COMPLETE
70992024-10-31T17:47:00.633Z[ recovery-image] Oct 31 17:46:59.228 INFO O| Oct 31 17:46:59.228 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-10-31T17:47:00.641Z[ recovery-image] Oct 31 17:46:59.238 INFO O| Oct 31 17:46:59.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71012024-10-31T17:47:00.643Z[ recovery-image] Oct 31 17:46:59.238 INFO O| Oct 31 17:46:59.238 INFO STEP 973 (remove_files) COMPLETE
71022024-10-31T17:47:00.643Z[ recovery-image] Oct 31 17:46:59.238 INFO O| Oct 31 17:46:59.238 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-10-31T17:47:00.651Z[ recovery-image] Oct 31 17:46:59.249 INFO O| Oct 31 17:46:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71042024-10-31T17:47:00.653Z[ recovery-image] Oct 31 17:46:59.249 INFO O| Oct 31 17:46:59.249 INFO STEP 974 (remove_files) COMPLETE
71052024-10-31T17:47:00.654Z[ recovery-image] Oct 31 17:46:59.249 INFO O| Oct 31 17:46:59.249 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-10-31T17:47:00.661Z[ recovery-image] Oct 31 17:46:59.259 INFO O| Oct 31 17:46:59.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71072024-10-31T17:47:00.664Z[ recovery-image] Oct 31 17:46:59.259 INFO O| Oct 31 17:46:59.259 INFO STEP 975 (remove_files) COMPLETE
71082024-10-31T17:47:00.664Z[ recovery-image] Oct 31 17:46:59.259 INFO O| Oct 31 17:46:59.259 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-10-31T17:47:00.671Z[ recovery-image] Oct 31 17:46:59.269 INFO O| Oct 31 17:46:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71102024-10-31T17:47:00.672Z[ recovery-image] Oct 31 17:46:59.269 INFO O| Oct 31 17:46:59.269 INFO STEP 976 (remove_files) COMPLETE
71112024-10-31T17:47:00.674Z[ recovery-image] Oct 31 17:46:59.269 INFO O| Oct 31 17:46:59.269 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-10-31T17:47:00.683Z[ recovery-image] Oct 31 17:46:59.280 INFO O| Oct 31 17:46:59.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71132024-10-31T17:47:00.685Z[ recovery-image] Oct 31 17:46:59.281 INFO O| Oct 31 17:46:59.281 INFO STEP 977 (remove_files) COMPLETE
71142024-10-31T17:47:00.685Z[ recovery-image] Oct 31 17:46:59.281 INFO O| Oct 31 17:46:59.281 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-10-31T17:47:00.694Z[ recovery-image] Oct 31 17:46:59.291 INFO O| Oct 31 17:46:59.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71162024-10-31T17:47:00.697Z[ recovery-image] Oct 31 17:46:59.291 INFO O| Oct 31 17:46:59.291 INFO STEP 978 (remove_files) COMPLETE
71172024-10-31T17:47:00.697Z[ recovery-image] Oct 31 17:46:59.291 INFO O| Oct 31 17:46:59.291 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-10-31T17:47:00.704Z[ recovery-image] Oct 31 17:46:59.301 INFO O| Oct 31 17:46:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71192024-10-31T17:47:00.704Z[ recovery-image] Oct 31 17:46:59.302 INFO O| Oct 31 17:46:59.302 INFO STEP 979 (remove_files) COMPLETE
71202024-10-31T17:47:00.706Z[ recovery-image] Oct 31 17:46:59.302 INFO O| Oct 31 17:46:59.302 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-10-31T17:47:00.717Z[ recovery-image] Oct 31 17:46:59.314 INFO O| Oct 31 17:46:59.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71222024-10-31T17:47:00.717Z[ recovery-image] Oct 31 17:46:59.314 INFO O| Oct 31 17:46:59.314 INFO STEP 980 (remove_files) COMPLETE
71232024-10-31T17:47:00.719Z[ recovery-image] Oct 31 17:46:59.314 INFO O| Oct 31 17:46:59.314 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-10-31T17:47:00.729Z[ recovery-image] Oct 31 17:46:59.326 INFO O| Oct 31 17:46:59.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71252024-10-31T17:47:00.729Z[ recovery-image] Oct 31 17:46:59.326 INFO O| Oct 31 17:46:59.326 INFO STEP 981 (remove_files) COMPLETE
71262024-10-31T17:47:00.731Z[ recovery-image] Oct 31 17:46:59.326 INFO O| Oct 31 17:46:59.326 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-10-31T17:47:00.740Z[ recovery-image] Oct 31 17:46:59.337 INFO O| Oct 31 17:46:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71282024-10-31T17:47:00.742Z[ recovery-image] Oct 31 17:46:59.337 INFO O| Oct 31 17:46:59.337 INFO STEP 982 (remove_files) COMPLETE
71292024-10-31T17:47:00.742Z[ recovery-image] Oct 31 17:46:59.337 INFO O| Oct 31 17:46:59.337 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-10-31T17:47:00.753Z[ recovery-image] Oct 31 17:46:59.350 INFO O| Oct 31 17:46:59.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71312024-10-31T17:47:00.753Z[ recovery-image] Oct 31 17:46:59.350 INFO O| Oct 31 17:46:59.350 INFO STEP 983 (remove_files) COMPLETE
71322024-10-31T17:47:00.755Z[ recovery-image] Oct 31 17:46:59.350 INFO O| Oct 31 17:46:59.350 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-10-31T17:47:00.764Z[ recovery-image] Oct 31 17:46:59.362 INFO O| Oct 31 17:46:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71342024-10-31T17:47:00.764Z[ recovery-image] Oct 31 17:46:59.362 INFO O| Oct 31 17:46:59.362 INFO STEP 984 (remove_files) COMPLETE
71352024-10-31T17:47:00.764Z[ recovery-image] Oct 31 17:46:59.362 INFO O| Oct 31 17:46:59.362 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-10-31T17:47:00.776Z[ recovery-image] Oct 31 17:46:59.373 INFO O| Oct 31 17:46:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71372024-10-31T17:47:00.778Z[ recovery-image] Oct 31 17:46:59.373 INFO O| Oct 31 17:46:59.373 INFO STEP 985 (remove_files) COMPLETE
71382024-10-31T17:47:00.778Z[ recovery-image] Oct 31 17:46:59.373 INFO O| Oct 31 17:46:59.373 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-10-31T17:47:00.787Z[ recovery-image] Oct 31 17:46:59.384 INFO O| Oct 31 17:46:59.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71402024-10-31T17:47:00.787Z[ recovery-image] Oct 31 17:46:59.384 INFO O| Oct 31 17:46:59.384 INFO STEP 986 (remove_files) COMPLETE
71412024-10-31T17:47:00.787Z[ recovery-image] Oct 31 17:46:59.384 INFO O| Oct 31 17:46:59.384 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-10-31T17:47:00.798Z[ recovery-image] Oct 31 17:46:59.396 INFO O| Oct 31 17:46:59.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71432024-10-31T17:47:00.801Z[ recovery-image] Oct 31 17:46:59.396 INFO O| Oct 31 17:46:59.396 INFO STEP 987 (remove_files) COMPLETE
71442024-10-31T17:47:00.801Z[ recovery-image] Oct 31 17:46:59.396 INFO O| Oct 31 17:46:59.396 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-10-31T17:47:00.809Z[ recovery-image] Oct 31 17:46:59.406 INFO O| Oct 31 17:46:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71462024-10-31T17:47:00.811Z[ recovery-image] Oct 31 17:46:59.406 INFO O| Oct 31 17:46:59.406 INFO STEP 988 (remove_files) COMPLETE
71472024-10-31T17:47:00.811Z[ recovery-image] Oct 31 17:46:59.406 INFO O| Oct 31 17:46:59.406 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-10-31T17:47:00.819Z[ recovery-image] Oct 31 17:46:59.416 INFO O| Oct 31 17:46:59.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71492024-10-31T17:47:00.819Z[ recovery-image] Oct 31 17:46:59.416 INFO O| Oct 31 17:46:59.416 INFO STEP 989 (remove_files) COMPLETE
71502024-10-31T17:47:00.819Z[ recovery-image] Oct 31 17:46:59.416 INFO O| Oct 31 17:46:59.416 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-10-31T17:47:00.828Z[ recovery-image] Oct 31 17:46:59.426 INFO O| Oct 31 17:46:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71522024-10-31T17:47:00.828Z[ recovery-image] Oct 31 17:46:59.426 INFO O| Oct 31 17:46:59.426 INFO STEP 990 (remove_files) COMPLETE
71532024-10-31T17:47:00.831Z[ recovery-image] Oct 31 17:46:59.426 INFO O| Oct 31 17:46:59.426 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-10-31T17:47:00.839Z[ recovery-image] Oct 31 17:46:59.436 INFO O| Oct 31 17:46:59.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71552024-10-31T17:47:00.839Z[ recovery-image] Oct 31 17:46:59.436 INFO O| Oct 31 17:46:59.436 INFO STEP 991 (remove_files) COMPLETE
71562024-10-31T17:47:00.839Z[ recovery-image] Oct 31 17:46:59.436 INFO O| Oct 31 17:46:59.436 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-10-31T17:47:00.848Z[ recovery-image] Oct 31 17:46:59.446 INFO O| Oct 31 17:46:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71582024-10-31T17:47:00.848Z[ recovery-image] Oct 31 17:46:59.446 INFO O| Oct 31 17:46:59.446 INFO STEP 992 (remove_files) COMPLETE
71592024-10-31T17:47:00.848Z[ recovery-image] Oct 31 17:46:59.446 INFO O| Oct 31 17:46:59.446 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-10-31T17:47:00.858Z[ recovery-image] Oct 31 17:46:59.456 INFO O| Oct 31 17:46:59.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71612024-10-31T17:47:00.858Z[ recovery-image] Oct 31 17:46:59.456 INFO O| Oct 31 17:46:59.456 INFO STEP 993 (remove_files) COMPLETE
71622024-10-31T17:47:00.861Z[ recovery-image] Oct 31 17:46:59.456 INFO O| Oct 31 17:46:59.456 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-10-31T17:47:00.868Z[ recovery-image] Oct 31 17:46:59.466 INFO O| Oct 31 17:46:59.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71642024-10-31T17:47:00.868Z[ recovery-image] Oct 31 17:46:59.466 INFO O| Oct 31 17:46:59.466 INFO STEP 994 (remove_files) COMPLETE
71652024-10-31T17:47:00.871Z[ recovery-image] Oct 31 17:46:59.466 INFO O| Oct 31 17:46:59.466 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-10-31T17:47:00.878Z[ recovery-image] Oct 31 17:46:59.476 INFO O| Oct 31 17:46:59.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71672024-10-31T17:47:00.878Z[ recovery-image] Oct 31 17:46:59.476 INFO O| Oct 31 17:46:59.476 INFO STEP 995 (remove_files) COMPLETE
71682024-10-31T17:47:00.878Z[ recovery-image] Oct 31 17:46:59.476 INFO O| Oct 31 17:46:59.476 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-10-31T17:47:00.888Z[ recovery-image] Oct 31 17:46:59.485 INFO O| Oct 31 17:46:59.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71702024-10-31T17:47:00.888Z[ recovery-image] Oct 31 17:46:59.485 INFO O| Oct 31 17:46:59.485 INFO STEP 996 (remove_files) COMPLETE
71712024-10-31T17:47:00.888Z[ recovery-image] Oct 31 17:46:59.486 INFO O| Oct 31 17:46:59.485 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-10-31T17:47:00.898Z[ recovery-image] Oct 31 17:46:59.495 INFO O| Oct 31 17:46:59.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71732024-10-31T17:47:00.898Z[ recovery-image] Oct 31 17:46:59.495 INFO O| Oct 31 17:46:59.495 INFO STEP 997 (remove_files) COMPLETE
71742024-10-31T17:47:00.898Z[ recovery-image] Oct 31 17:46:59.495 INFO O| Oct 31 17:46:59.495 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-10-31T17:47:00.907Z[ recovery-image] Oct 31 17:46:59.505 INFO O| Oct 31 17:46:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71762024-10-31T17:47:00.907Z[ recovery-image] Oct 31 17:46:59.505 INFO O| Oct 31 17:46:59.505 INFO STEP 998 (remove_files) COMPLETE
71772024-10-31T17:47:00.910Z[ recovery-image] Oct 31 17:46:59.505 INFO O| Oct 31 17:46:59.505 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-10-31T17:47:00.917Z[ recovery-image] Oct 31 17:46:59.514 INFO O| Oct 31 17:46:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71792024-10-31T17:47:00.917Z[ recovery-image] Oct 31 17:46:59.514 INFO O| Oct 31 17:46:59.514 INFO STEP 999 (remove_files) COMPLETE
71802024-10-31T17:47:00.919Z[ recovery-image] Oct 31 17:46:59.515 INFO O| Oct 31 17:46:59.514 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-10-31T17:47:00.927Z[ recovery-image] Oct 31 17:46:59.524 INFO O| Oct 31 17:46:59.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71822024-10-31T17:47:00.927Z[ recovery-image] Oct 31 17:46:59.524 INFO O| Oct 31 17:46:59.524 INFO STEP 1000 (remove_files) COMPLETE
71832024-10-31T17:47:00.929Z[ recovery-image] Oct 31 17:46:59.525 INFO O| Oct 31 17:46:59.524 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-10-31T17:47:00.937Z[ recovery-image] Oct 31 17:46:59.534 INFO O| Oct 31 17:46:59.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71852024-10-31T17:47:00.940Z[ recovery-image] Oct 31 17:46:59.534 INFO O| Oct 31 17:46:59.534 INFO STEP 1001 (remove_files) COMPLETE
71862024-10-31T17:47:00.940Z[ recovery-image] Oct 31 17:46:59.534 INFO O| Oct 31 17:46:59.534 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-10-31T17:47:00.946Z[ recovery-image] Oct 31 17:46:59.544 INFO O| Oct 31 17:46:59.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71882024-10-31T17:47:00.951Z[ recovery-image] Oct 31 17:46:59.544 INFO O| Oct 31 17:46:59.544 INFO STEP 1002 (remove_files) COMPLETE
71892024-10-31T17:47:00.951Z[ recovery-image] Oct 31 17:46:59.544 INFO O| Oct 31 17:46:59.544 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-10-31T17:47:00.956Z[ recovery-image] Oct 31 17:46:59.553 INFO O| Oct 31 17:46:59.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71912024-10-31T17:47:00.956Z[ recovery-image] Oct 31 17:46:59.553 INFO O| Oct 31 17:46:59.553 INFO STEP 1003 (remove_files) COMPLETE
71922024-10-31T17:47:00.956Z[ recovery-image] Oct 31 17:46:59.553 INFO O| Oct 31 17:46:59.553 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-10-31T17:47:00.968Z[ recovery-image] Oct 31 17:46:59.565 INFO O| Oct 31 17:46:59.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71942024-10-31T17:47:00.968Z[ recovery-image] Oct 31 17:46:59.565 INFO O| Oct 31 17:46:59.565 INFO STEP 1004 (remove_files) COMPLETE
71952024-10-31T17:47:00.968Z[ recovery-image] Oct 31 17:46:59.565 INFO O| Oct 31 17:46:59.565 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-10-31T17:47:00.981Z[ recovery-image] Oct 31 17:46:59.579 INFO O| Oct 31 17:46:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71972024-10-31T17:47:00.982Z[ recovery-image] Oct 31 17:46:59.579 INFO O| Oct 31 17:46:59.579 INFO STEP 1005 (remove_files) COMPLETE
71982024-10-31T17:47:00.982Z[ recovery-image] Oct 31 17:46:59.579 INFO O| Oct 31 17:46:59.579 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-10-31T17:47:00.992Z[ recovery-image] Oct 31 17:46:59.589 INFO O| Oct 31 17:46:59.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72002024-10-31T17:47:00.992Z[ recovery-image] Oct 31 17:46:59.589 INFO O| Oct 31 17:46:59.589 INFO STEP 1006 (remove_files) COMPLETE
72012024-10-31T17:47:00.992Z[ recovery-image] Oct 31 17:46:59.589 INFO O| Oct 31 17:46:59.589 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-10-31T17:47:01.002Z[ recovery-image] Oct 31 17:46:59.599 INFO O| Oct 31 17:46:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72032024-10-31T17:47:01.002Z[ recovery-image] Oct 31 17:46:59.599 INFO O| Oct 31 17:46:59.599 INFO STEP 1007 (remove_files) COMPLETE
72042024-10-31T17:47:01.002Z[ recovery-image] Oct 31 17:46:59.599 INFO O| Oct 31 17:46:59.599 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-10-31T17:47:01.012Z[ recovery-image] Oct 31 17:46:59.610 INFO O| Oct 31 17:46:59.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72062024-10-31T17:47:01.015Z[ recovery-image] Oct 31 17:46:59.610 INFO O| Oct 31 17:46:59.610 INFO STEP 1008 (remove_files) COMPLETE
72072024-10-31T17:47:01.015Z[ recovery-image] Oct 31 17:46:59.610 INFO O| Oct 31 17:46:59.610 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-10-31T17:47:01.025Z[ recovery-image] Oct 31 17:46:59.622 INFO O| Oct 31 17:46:59.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72092024-10-31T17:47:01.025Z[ recovery-image] Oct 31 17:46:59.622 INFO O| Oct 31 17:46:59.622 INFO STEP 1009 (remove_files) COMPLETE
72102024-10-31T17:47:01.027Z[ recovery-image] Oct 31 17:46:59.622 INFO O| Oct 31 17:46:59.622 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-10-31T17:47:01.037Z[ recovery-image] Oct 31 17:46:59.634 INFO O| Oct 31 17:46:59.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72122024-10-31T17:47:01.040Z[ recovery-image] Oct 31 17:46:59.634 INFO O| Oct 31 17:46:59.634 INFO STEP 1010 (remove_files) COMPLETE
72132024-10-31T17:47:01.040Z[ recovery-image] Oct 31 17:46:59.634 INFO O| Oct 31 17:46:59.634 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-10-31T17:47:01.049Z[ recovery-image] Oct 31 17:46:59.646 INFO O| Oct 31 17:46:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72152024-10-31T17:47:01.049Z[ recovery-image] Oct 31 17:46:59.646 INFO O| Oct 31 17:46:59.646 INFO STEP 1011 (remove_files) COMPLETE
72162024-10-31T17:47:01.049Z[ recovery-image] Oct 31 17:46:59.646 INFO O| Oct 31 17:46:59.646 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-10-31T17:47:01.061Z[ recovery-image] Oct 31 17:46:59.659 INFO O| Oct 31 17:46:59.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72182024-10-31T17:47:01.061Z[ recovery-image] Oct 31 17:46:59.659 INFO O| Oct 31 17:46:59.659 INFO STEP 1012 (remove_files) COMPLETE
72192024-10-31T17:47:01.061Z[ recovery-image] Oct 31 17:46:59.659 INFO O| Oct 31 17:46:59.659 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-10-31T17:47:01.074Z[ recovery-image] Oct 31 17:46:59.671 INFO O| Oct 31 17:46:59.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72212024-10-31T17:47:01.074Z[ recovery-image] Oct 31 17:46:59.671 INFO O| Oct 31 17:46:59.671 INFO STEP 1013 (remove_files) COMPLETE
72222024-10-31T17:47:01.077Z[ recovery-image] Oct 31 17:46:59.671 INFO O| Oct 31 17:46:59.671 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-10-31T17:47:01.085Z[ recovery-image] Oct 31 17:46:59.682 INFO O| Oct 31 17:46:59.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72242024-10-31T17:47:01.085Z[ recovery-image] Oct 31 17:46:59.682 INFO O| Oct 31 17:46:59.682 INFO STEP 1014 (remove_files) COMPLETE
72252024-10-31T17:47:01.085Z[ recovery-image] Oct 31 17:46:59.682 INFO O| Oct 31 17:46:59.682 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-10-31T17:47:01.095Z[ recovery-image] Oct 31 17:46:59.692 INFO O| Oct 31 17:46:59.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72272024-10-31T17:47:01.098Z[ recovery-image] Oct 31 17:46:59.692 INFO O| Oct 31 17:46:59.692 INFO STEP 1015 (remove_files) COMPLETE
72282024-10-31T17:47:01.098Z[ recovery-image] Oct 31 17:46:59.692 INFO O| Oct 31 17:46:59.692 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-10-31T17:47:01.104Z[ recovery-image] Oct 31 17:46:59.702 INFO O| Oct 31 17:46:59.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72302024-10-31T17:47:01.108Z[ recovery-image] Oct 31 17:46:59.702 INFO O| Oct 31 17:46:59.702 INFO STEP 1016 (remove_files) COMPLETE
72312024-10-31T17:47:01.108Z[ recovery-image] Oct 31 17:46:59.702 INFO O| Oct 31 17:46:59.702 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-10-31T17:47:01.114Z[ recovery-image] Oct 31 17:46:59.712 INFO O| Oct 31 17:46:59.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72332024-10-31T17:47:01.116Z[ recovery-image] Oct 31 17:46:59.712 INFO O| Oct 31 17:46:59.712 INFO STEP 1017 (remove_files) COMPLETE
72342024-10-31T17:47:01.117Z[ recovery-image] Oct 31 17:46:59.712 INFO O| Oct 31 17:46:59.712 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-10-31T17:47:01.124Z[ recovery-image] Oct 31 17:46:59.721 INFO O| Oct 31 17:46:59.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72362024-10-31T17:47:01.127Z[ recovery-image] Oct 31 17:46:59.722 INFO O| Oct 31 17:46:59.722 INFO STEP 1018 (remove_files) COMPLETE
72372024-10-31T17:47:01.127Z[ recovery-image] Oct 31 17:46:59.722 INFO O| Oct 31 17:46:59.722 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-10-31T17:47:01.134Z[ recovery-image] Oct 31 17:46:59.731 INFO O| Oct 31 17:46:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72392024-10-31T17:47:01.136Z[ recovery-image] Oct 31 17:46:59.731 INFO O| Oct 31 17:46:59.731 INFO STEP 1019 (remove_files) COMPLETE
72402024-10-31T17:47:01.136Z[ recovery-image] Oct 31 17:46:59.731 INFO O| Oct 31 17:46:59.731 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-10-31T17:47:01.143Z[ recovery-image] Oct 31 17:46:59.740 INFO O| Oct 31 17:46:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72422024-10-31T17:47:01.145Z[ recovery-image] Oct 31 17:46:59.741 INFO O| Oct 31 17:46:59.741 INFO STEP 1020 (remove_files) COMPLETE
72432024-10-31T17:47:01.145Z[ recovery-image] Oct 31 17:46:59.741 INFO O| Oct 31 17:46:59.741 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-10-31T17:47:01.153Z[ recovery-image] Oct 31 17:46:59.750 INFO O| Oct 31 17:46:59.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72452024-10-31T17:47:01.153Z[ recovery-image] Oct 31 17:46:59.750 INFO O| Oct 31 17:46:59.750 INFO STEP 1021 (remove_files) COMPLETE
72462024-10-31T17:47:01.155Z[ recovery-image] Oct 31 17:46:59.750 INFO O| Oct 31 17:46:59.750 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-10-31T17:47:01.162Z[ recovery-image] Oct 31 17:46:59.760 INFO O| Oct 31 17:46:59.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72482024-10-31T17:47:01.162Z[ recovery-image] Oct 31 17:46:59.760 INFO O| Oct 31 17:46:59.760 INFO STEP 1022 (remove_files) COMPLETE
72492024-10-31T17:47:01.162Z[ recovery-image] Oct 31 17:46:59.760 INFO O| Oct 31 17:46:59.760 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-10-31T17:47:01.172Z[ recovery-image] Oct 31 17:46:59.769 INFO O| Oct 31 17:46:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72512024-10-31T17:47:01.172Z[ recovery-image] Oct 31 17:46:59.769 INFO O| Oct 31 17:46:59.769 INFO STEP 1023 (remove_files) COMPLETE
72522024-10-31T17:47:01.175Z[ recovery-image] Oct 31 17:46:59.769 INFO O| Oct 31 17:46:59.769 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-10-31T17:47:01.181Z[ recovery-image] Oct 31 17:46:59.779 INFO O| Oct 31 17:46:59.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72542024-10-31T17:47:01.184Z[ recovery-image] Oct 31 17:46:59.780 INFO O| Oct 31 17:46:59.780 INFO STEP 1024 (remove_files) COMPLETE
72552024-10-31T17:47:01.184Z[ recovery-image] Oct 31 17:46:59.780 INFO O| Oct 31 17:46:59.780 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-10-31T17:47:01.192Z[ recovery-image] Oct 31 17:46:59.789 INFO O| Oct 31 17:46:59.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72572024-10-31T17:47:01.194Z[ recovery-image] Oct 31 17:46:59.789 INFO O| Oct 31 17:46:59.789 INFO STEP 1025 (remove_files) COMPLETE
72582024-10-31T17:47:01.194Z[ recovery-image] Oct 31 17:46:59.789 INFO O| Oct 31 17:46:59.789 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-10-31T17:47:01.201Z[ recovery-image] Oct 31 17:46:59.799 INFO O| Oct 31 17:46:59.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72602024-10-31T17:47:01.204Z[ recovery-image] Oct 31 17:46:59.799 INFO O| Oct 31 17:46:59.799 INFO STEP 1026 (remove_files) COMPLETE
72612024-10-31T17:47:01.204Z[ recovery-image] Oct 31 17:46:59.799 INFO O| Oct 31 17:46:59.799 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-10-31T17:47:01.211Z[ recovery-image] Oct 31 17:46:59.809 INFO O| Oct 31 17:46:59.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72632024-10-31T17:47:01.215Z[ recovery-image] Oct 31 17:46:59.809 INFO O| Oct 31 17:46:59.809 INFO STEP 1027 (remove_files) COMPLETE
72642024-10-31T17:47:01.215Z[ recovery-image] Oct 31 17:46:59.809 INFO O| Oct 31 17:46:59.809 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-10-31T17:47:01.221Z[ recovery-image] Oct 31 17:46:59.818 INFO O| Oct 31 17:46:59.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72662024-10-31T17:47:01.223Z[ recovery-image] Oct 31 17:46:59.818 INFO O| Oct 31 17:46:59.818 INFO STEP 1028 (remove_files) COMPLETE
72672024-10-31T17:47:01.223Z[ recovery-image] Oct 31 17:46:59.818 INFO O| Oct 31 17:46:59.818 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-10-31T17:47:01.231Z[ recovery-image] Oct 31 17:46:59.828 INFO O| Oct 31 17:46:59.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72692024-10-31T17:47:01.231Z[ recovery-image] Oct 31 17:46:59.828 INFO O| Oct 31 17:46:59.828 INFO STEP 1029 (remove_files) COMPLETE
72702024-10-31T17:47:01.231Z[ recovery-image] Oct 31 17:46:59.828 INFO O| Oct 31 17:46:59.828 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-10-31T17:47:01.241Z[ recovery-image] Oct 31 17:46:59.838 INFO O| Oct 31 17:46:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72722024-10-31T17:47:01.241Z[ recovery-image] Oct 31 17:46:59.838 INFO O| Oct 31 17:46:59.838 INFO STEP 1030 (remove_files) COMPLETE
72732024-10-31T17:47:01.243Z[ recovery-image] Oct 31 17:46:59.838 INFO O| Oct 31 17:46:59.838 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-10-31T17:47:01.251Z[ recovery-image] Oct 31 17:46:59.848 INFO O| Oct 31 17:46:59.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72752024-10-31T17:47:01.251Z[ recovery-image] Oct 31 17:46:59.848 INFO O| Oct 31 17:46:59.848 INFO STEP 1031 (remove_files) COMPLETE
72762024-10-31T17:47:01.251Z[ recovery-image] Oct 31 17:46:59.848 INFO O| Oct 31 17:46:59.848 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-10-31T17:47:01.260Z[ recovery-image] Oct 31 17:46:59.858 INFO O| Oct 31 17:46:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72782024-10-31T17:47:01.260Z[ recovery-image] Oct 31 17:46:59.858 INFO O| Oct 31 17:46:59.858 INFO STEP 1032 (remove_files) COMPLETE
72792024-10-31T17:47:01.260Z[ recovery-image] Oct 31 17:46:59.858 INFO O| Oct 31 17:46:59.858 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-10-31T17:47:01.270Z[ recovery-image] Oct 31 17:46:59.867 INFO O| Oct 31 17:46:59.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72812024-10-31T17:47:01.272Z[ recovery-image] Oct 31 17:46:59.867 INFO O| Oct 31 17:46:59.867 INFO STEP 1033 (remove_files) COMPLETE
72822024-10-31T17:47:01.272Z[ recovery-image] Oct 31 17:46:59.867 INFO O| Oct 31 17:46:59.867 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-10-31T17:47:01.279Z[ recovery-image] Oct 31 17:46:59.877 INFO O| Oct 31 17:46:59.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72842024-10-31T17:47:01.282Z[ recovery-image] Oct 31 17:46:59.877 INFO O| Oct 31 17:46:59.877 INFO STEP 1034 (remove_files) COMPLETE
72852024-10-31T17:47:01.282Z[ recovery-image] Oct 31 17:46:59.877 INFO O| Oct 31 17:46:59.877 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-10-31T17:47:01.289Z[ recovery-image] Oct 31 17:46:59.886 INFO O| Oct 31 17:46:59.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72872024-10-31T17:47:01.289Z[ recovery-image] Oct 31 17:46:59.886 INFO O| Oct 31 17:46:59.886 INFO STEP 1035 (remove_files) COMPLETE
72882024-10-31T17:47:01.291Z[ recovery-image] Oct 31 17:46:59.886 INFO O| Oct 31 17:46:59.886 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-10-31T17:47:01.298Z[ recovery-image] Oct 31 17:46:59.896 INFO O| Oct 31 17:46:59.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72902024-10-31T17:47:01.301Z[ recovery-image] Oct 31 17:46:59.896 INFO O| Oct 31 17:46:59.896 INFO STEP 1036 (remove_files) COMPLETE
72912024-10-31T17:47:01.301Z[ recovery-image] Oct 31 17:46:59.896 INFO O| Oct 31 17:46:59.896 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-10-31T17:47:01.308Z[ recovery-image] Oct 31 17:46:59.905 INFO O| Oct 31 17:46:59.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72932024-10-31T17:47:01.308Z[ recovery-image] Oct 31 17:46:59.905 INFO O| Oct 31 17:46:59.905 INFO STEP 1037 (remove_files) COMPLETE
72942024-10-31T17:47:01.308Z[ recovery-image] Oct 31 17:46:59.905 INFO O| Oct 31 17:46:59.905 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-10-31T17:47:01.319Z[ recovery-image] Oct 31 17:46:59.916 INFO O| Oct 31 17:46:59.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72962024-10-31T17:47:01.319Z[ recovery-image] Oct 31 17:46:59.916 INFO O| Oct 31 17:46:59.916 INFO STEP 1038 (remove_files) COMPLETE
72972024-10-31T17:47:01.322Z[ recovery-image] Oct 31 17:46:59.916 INFO O| Oct 31 17:46:59.916 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-10-31T17:47:01.329Z[ recovery-image] Oct 31 17:46:59.927 INFO O| Oct 31 17:46:59.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72992024-10-31T17:47:01.329Z[ recovery-image] Oct 31 17:46:59.927 INFO O| Oct 31 17:46:59.927 INFO STEP 1039 (remove_files) COMPLETE
73002024-10-31T17:47:01.330Z[ recovery-image] Oct 31 17:46:59.927 INFO O| Oct 31 17:46:59.927 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-10-31T17:47:01.340Z[ recovery-image] Oct 31 17:46:59.937 INFO O| Oct 31 17:46:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73022024-10-31T17:47:01.340Z[ recovery-image] Oct 31 17:46:59.937 INFO O| Oct 31 17:46:59.937 INFO STEP 1040 (remove_files) COMPLETE
73032024-10-31T17:47:01.342Z[ recovery-image] Oct 31 17:46:59.937 INFO O| Oct 31 17:46:59.937 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-10-31T17:47:01.350Z[ recovery-image] Oct 31 17:46:59.948 INFO O| Oct 31 17:46:59.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73052024-10-31T17:47:01.350Z[ recovery-image] Oct 31 17:46:59.948 INFO O| Oct 31 17:46:59.948 INFO STEP 1041 (remove_files) COMPLETE
73062024-10-31T17:47:01.351Z[ recovery-image] Oct 31 17:46:59.948 INFO O| Oct 31 17:46:59.948 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-10-31T17:47:01.361Z[ recovery-image] Oct 31 17:46:59.958 INFO O| Oct 31 17:46:59.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73082024-10-31T17:47:01.361Z[ recovery-image] Oct 31 17:46:59.959 INFO O| Oct 31 17:46:59.959 INFO STEP 1042 (remove_files) COMPLETE
73092024-10-31T17:47:01.364Z[ recovery-image] Oct 31 17:46:59.959 INFO O| Oct 31 17:46:59.959 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-31T17:47:01.372Z[ recovery-image] Oct 31 17:46:59.969 INFO O| Oct 31 17:46:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73112024-10-31T17:47:01.372Z[ recovery-image] Oct 31 17:46:59.969 INFO O| Oct 31 17:46:59.969 INFO STEP 1043 (remove_files) COMPLETE
73122024-10-31T17:47:01.372Z[ recovery-image] Oct 31 17:46:59.969 INFO O| Oct 31 17:46:59.969 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-10-31T17:47:01.383Z[ recovery-image] Oct 31 17:46:59.980 INFO O| Oct 31 17:46:59.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73142024-10-31T17:47:01.383Z[ recovery-image] Oct 31 17:46:59.980 INFO O| Oct 31 17:46:59.980 INFO STEP 1044 (remove_files) COMPLETE
73152024-10-31T17:47:01.386Z[ recovery-image] Oct 31 17:46:59.980 INFO O| Oct 31 17:46:59.980 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-10-31T17:47:01.395Z[ recovery-image] Oct 31 17:46:59.992 INFO O| Oct 31 17:46:59.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73172024-10-31T17:47:01.395Z[ recovery-image] Oct 31 17:46:59.992 INFO O| Oct 31 17:46:59.992 INFO STEP 1045 (remove_files) COMPLETE
73182024-10-31T17:47:01.397Z[ recovery-image] Oct 31 17:46:59.992 INFO O| Oct 31 17:46:59.992 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-10-31T17:47:01.406Z[ recovery-image] Oct 31 17:47:00.003 INFO O| Oct 31 17:47:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73202024-10-31T17:47:01.406Z[ recovery-image] Oct 31 17:47:00.003 INFO O| Oct 31 17:47:00.003 INFO STEP 1046 (remove_files) COMPLETE
73212024-10-31T17:47:01.408Z[ recovery-image] Oct 31 17:47:00.003 INFO O| Oct 31 17:47:00.003 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-10-31T17:47:01.416Z[ recovery-image] Oct 31 17:47:00.013 INFO O| Oct 31 17:47:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73232024-10-31T17:47:01.416Z[ recovery-image] Oct 31 17:47:00.013 INFO O| Oct 31 17:47:00.013 INFO STEP 1047 (remove_files) COMPLETE
73242024-10-31T17:47:01.416Z[ recovery-image] Oct 31 17:47:00.013 INFO O| Oct 31 17:47:00.013 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-31T17:47:01.426Z[ recovery-image] Oct 31 17:47:00.023 INFO O| Oct 31 17:47:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73262024-10-31T17:47:01.426Z[ recovery-image] Oct 31 17:47:00.023 INFO O| Oct 31 17:47:00.023 INFO STEP 1048 (remove_files) COMPLETE
73272024-10-31T17:47:01.426Z[ recovery-image] Oct 31 17:47:00.023 INFO O| Oct 31 17:47:00.023 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-31T17:47:01.435Z[ recovery-image] Oct 31 17:47:00.033 INFO O| Oct 31 17:47:00.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73292024-10-31T17:47:01.435Z[ recovery-image] Oct 31 17:47:00.033 INFO O| Oct 31 17:47:00.033 INFO STEP 1049 (remove_files) COMPLETE
73302024-10-31T17:47:01.439Z[ recovery-image] Oct 31 17:47:00.033 INFO O| Oct 31 17:47:00.033 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-10-31T17:47:01.445Z[ recovery-image] Oct 31 17:47:00.042 INFO O| Oct 31 17:47:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73322024-10-31T17:47:01.445Z[ recovery-image] Oct 31 17:47:00.042 INFO O| Oct 31 17:47:00.042 INFO STEP 1050 (remove_files) COMPLETE
73332024-10-31T17:47:01.447Z[ recovery-image] Oct 31 17:47:00.042 INFO O| Oct 31 17:47:00.042 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-10-31T17:47:01.455Z[ recovery-image] Oct 31 17:47:00.052 INFO O| Oct 31 17:47:00.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73352024-10-31T17:47:01.455Z[ recovery-image] Oct 31 17:47:00.052 INFO O| Oct 31 17:47:00.052 INFO STEP 1051 (remove_files) COMPLETE
73362024-10-31T17:47:01.457Z[ recovery-image] Oct 31 17:47:00.052 INFO O| Oct 31 17:47:00.052 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-31T17:47:01.464Z[ recovery-image] Oct 31 17:47:00.062 INFO O| Oct 31 17:47:00.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73382024-10-31T17:47:01.467Z[ recovery-image] Oct 31 17:47:00.062 INFO O| Oct 31 17:47:00.062 INFO STEP 1052 (remove_files) COMPLETE
73392024-10-31T17:47:01.467Z[ recovery-image] Oct 31 17:47:00.062 INFO O| Oct 31 17:47:00.062 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-31T17:47:01.474Z[ recovery-image] Oct 31 17:47:00.071 INFO O| Oct 31 17:47:00.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73412024-10-31T17:47:01.474Z[ recovery-image] Oct 31 17:47:00.071 INFO O| Oct 31 17:47:00.071 INFO STEP 1053 (remove_files) COMPLETE
73422024-10-31T17:47:01.474Z[ recovery-image] Oct 31 17:47:00.071 INFO O| Oct 31 17:47:00.071 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-31T17:47:01.483Z[ recovery-image] Oct 31 17:47:00.081 INFO O| Oct 31 17:47:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73442024-10-31T17:47:01.483Z[ recovery-image] Oct 31 17:47:00.081 INFO O| Oct 31 17:47:00.081 INFO STEP 1054 (remove_files) COMPLETE
73452024-10-31T17:47:01.483Z[ recovery-image] Oct 31 17:47:00.081 INFO O| Oct 31 17:47:00.081 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-31T17:47:01.493Z[ recovery-image] Oct 31 17:47:00.090 INFO O| Oct 31 17:47:00.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73472024-10-31T17:47:01.493Z[ recovery-image] Oct 31 17:47:00.090 INFO O| Oct 31 17:47:00.090 INFO STEP 1055 (remove_files) COMPLETE
73482024-10-31T17:47:01.496Z[ recovery-image] Oct 31 17:47:00.090 INFO O| Oct 31 17:47:00.090 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-31T17:47:01.503Z[ recovery-image] Oct 31 17:47:00.100 INFO O| Oct 31 17:47:00.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73502024-10-31T17:47:01.503Z[ recovery-image] Oct 31 17:47:00.100 INFO O| Oct 31 17:47:00.100 INFO STEP 1056 (remove_files) COMPLETE
73512024-10-31T17:47:01.506Z[ recovery-image] Oct 31 17:47:00.100 INFO O| Oct 31 17:47:00.100 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-31T17:47:01.512Z[ recovery-image] Oct 31 17:47:00.109 INFO O| Oct 31 17:47:00.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73532024-10-31T17:47:01.512Z[ recovery-image] Oct 31 17:47:00.109 INFO O| Oct 31 17:47:00.109 INFO STEP 1057 (remove_files) COMPLETE
73542024-10-31T17:47:01.514Z[ recovery-image] Oct 31 17:47:00.109 INFO O| Oct 31 17:47:00.109 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-31T17:47:01.521Z[ recovery-image] Oct 31 17:47:00.119 INFO O| Oct 31 17:47:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73562024-10-31T17:47:01.521Z[ recovery-image] Oct 31 17:47:00.119 INFO O| Oct 31 17:47:00.119 INFO STEP 1058 (remove_files) COMPLETE
73572024-10-31T17:47:01.521Z[ recovery-image] Oct 31 17:47:00.119 INFO O| Oct 31 17:47:00.119 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-31T17:47:01.531Z[ recovery-image] Oct 31 17:47:00.128 INFO O| Oct 31 17:47:00.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73592024-10-31T17:47:01.531Z[ recovery-image] Oct 31 17:47:00.128 INFO O| Oct 31 17:47:00.128 INFO STEP 1059 (remove_files) COMPLETE
73602024-10-31T17:47:01.531Z[ recovery-image] Oct 31 17:47:00.128 INFO O| Oct 31 17:47:00.128 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-10-31T17:47:01.540Z[ recovery-image] Oct 31 17:47:00.137 INFO O| Oct 31 17:47:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73622024-10-31T17:47:01.543Z[ recovery-image] Oct 31 17:47:00.138 INFO O| Oct 31 17:47:00.138 INFO STEP 1060 (remove_files) COMPLETE
73632024-10-31T17:47:01.543Z[ recovery-image] Oct 31 17:47:00.138 INFO O| Oct 31 17:47:00.138 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-10-31T17:47:01.550Z[ recovery-image] Oct 31 17:47:00.147 INFO O| Oct 31 17:47:00.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73652024-10-31T17:47:01.552Z[ recovery-image] Oct 31 17:47:00.147 INFO O| Oct 31 17:47:00.147 INFO STEP 1061 (remove_files) COMPLETE
73662024-10-31T17:47:01.552Z[ recovery-image] Oct 31 17:47:00.147 INFO O| Oct 31 17:47:00.147 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-10-31T17:47:01.559Z[ recovery-image] Oct 31 17:47:00.156 INFO O| Oct 31 17:47:00.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73682024-10-31T17:47:01.562Z[ recovery-image] Oct 31 17:47:00.156 INFO O| Oct 31 17:47:00.156 INFO STEP 1062 (remove_files) COMPLETE
73692024-10-31T17:47:01.562Z[ recovery-image] Oct 31 17:47:00.156 INFO O| Oct 31 17:47:00.156 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-10-31T17:47:01.568Z[ recovery-image] Oct 31 17:47:00.166 INFO O| Oct 31 17:47:00.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73712024-10-31T17:47:01.568Z[ recovery-image] Oct 31 17:47:00.166 INFO O| Oct 31 17:47:00.166 INFO STEP 1063 (remove_files) COMPLETE
73722024-10-31T17:47:01.568Z[ recovery-image] Oct 31 17:47:00.166 INFO O| Oct 31 17:47:00.166 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-10-31T17:47:01.578Z[ recovery-image] Oct 31 17:47:00.175 INFO O| Oct 31 17:47:00.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73742024-10-31T17:47:01.578Z[ recovery-image] Oct 31 17:47:00.175 INFO O| Oct 31 17:47:00.175 INFO STEP 1064 (remove_files) COMPLETE
73752024-10-31T17:47:01.580Z[ recovery-image] Oct 31 17:47:00.175 INFO O| Oct 31 17:47:00.175 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-10-31T17:47:01.587Z[ recovery-image] Oct 31 17:47:00.185 INFO O| Oct 31 17:47:00.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73772024-10-31T17:47:01.590Z[ recovery-image] Oct 31 17:47:00.185 INFO O| Oct 31 17:47:00.185 INFO STEP 1065 (remove_files) COMPLETE
73782024-10-31T17:47:01.590Z[ recovery-image] Oct 31 17:47:00.185 INFO O| Oct 31 17:47:00.185 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-10-31T17:47:01.597Z[ recovery-image] Oct 31 17:47:00.194 INFO O| Oct 31 17:47:00.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73802024-10-31T17:47:01.600Z[ recovery-image] Oct 31 17:47:00.194 INFO O| Oct 31 17:47:00.194 INFO STEP 1066 (remove_files) COMPLETE
73812024-10-31T17:47:01.600Z[ recovery-image] Oct 31 17:47:00.195 INFO O| Oct 31 17:47:00.194 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-10-31T17:47:01.607Z[ recovery-image] Oct 31 17:47:00.204 INFO O| Oct 31 17:47:00.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73832024-10-31T17:47:01.609Z[ recovery-image] Oct 31 17:47:00.204 INFO O| Oct 31 17:47:00.204 INFO STEP 1067 (remove_files) COMPLETE
73842024-10-31T17:47:01.609Z[ recovery-image] Oct 31 17:47:00.204 INFO O| Oct 31 17:47:00.204 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-10-31T17:47:01.617Z[ recovery-image] Oct 31 17:47:00.214 INFO O| Oct 31 17:47:00.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73862024-10-31T17:47:01.617Z[ recovery-image] Oct 31 17:47:00.214 INFO O| Oct 31 17:47:00.214 INFO STEP 1068 (remove_files) COMPLETE
73872024-10-31T17:47:01.619Z[ recovery-image] Oct 31 17:47:00.214 INFO O| Oct 31 17:47:00.214 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-10-31T17:47:01.626Z[ recovery-image] Oct 31 17:47:00.223 INFO O| Oct 31 17:47:00.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73892024-10-31T17:47:01.629Z[ recovery-image] Oct 31 17:47:00.225 INFO O| Oct 31 17:47:00.225 INFO STEP 1069 (remove_files) COMPLETE
73902024-10-31T17:47:01.629Z[ recovery-image] Oct 31 17:47:00.225 INFO O| Oct 31 17:47:00.225 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-31T17:47:01.637Z[ recovery-image] Oct 31 17:47:00.234 INFO O| Oct 31 17:47:00.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73922024-10-31T17:47:01.639Z[ recovery-image] Oct 31 17:47:00.234 INFO O| Oct 31 17:47:00.234 INFO STEP 1070 (remove_files) COMPLETE
73932024-10-31T17:47:01.639Z[ recovery-image] Oct 31 17:47:00.234 INFO O| Oct 31 17:47:00.234 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-31T17:47:01.647Z[ recovery-image] Oct 31 17:47:00.244 INFO O| Oct 31 17:47:00.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73952024-10-31T17:47:01.647Z[ recovery-image] Oct 31 17:47:00.244 INFO O| Oct 31 17:47:00.244 INFO STEP 1071 (remove_files) COMPLETE
73962024-10-31T17:47:01.649Z[ recovery-image] Oct 31 17:47:00.244 INFO O| Oct 31 17:47:00.244 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-31T17:47:01.656Z[ recovery-image] Oct 31 17:47:00.253 INFO O| Oct 31 17:47:00.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73982024-10-31T17:47:01.658Z[ recovery-image] Oct 31 17:47:00.253 INFO O| Oct 31 17:47:00.253 INFO STEP 1072 (remove_files) COMPLETE
73992024-10-31T17:47:01.658Z[ recovery-image] Oct 31 17:47:00.253 INFO O| Oct 31 17:47:00.253 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-31T17:47:01.665Z[ recovery-image] Oct 31 17:47:00.263 INFO O| Oct 31 17:47:00.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74012024-10-31T17:47:01.665Z[ recovery-image] Oct 31 17:47:00.263 INFO O| Oct 31 17:47:00.263 INFO STEP 1073 (remove_files) COMPLETE
74022024-10-31T17:47:01.668Z[ recovery-image] Oct 31 17:47:00.263 INFO O| Oct 31 17:47:00.263 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-31T17:47:01.675Z[ recovery-image] Oct 31 17:47:00.272 INFO O| Oct 31 17:47:00.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74042024-10-31T17:47:01.677Z[ recovery-image] Oct 31 17:47:00.272 INFO O| Oct 31 17:47:00.272 INFO STEP 1074 (remove_files) COMPLETE
74052024-10-31T17:47:01.677Z[ recovery-image] Oct 31 17:47:00.272 INFO O| Oct 31 17:47:00.272 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-31T17:47:01.684Z[ recovery-image] Oct 31 17:47:00.282 INFO O| Oct 31 17:47:00.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74072024-10-31T17:47:01.685Z[ recovery-image] Oct 31 17:47:00.282 INFO O| Oct 31 17:47:00.282 INFO STEP 1075 (remove_files) COMPLETE
74082024-10-31T17:47:01.687Z[ recovery-image] Oct 31 17:47:00.282 INFO O| Oct 31 17:47:00.282 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-31T17:47:01.694Z[ recovery-image] Oct 31 17:47:00.291 INFO O| Oct 31 17:47:00.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74102024-10-31T17:47:01.694Z[ recovery-image] Oct 31 17:47:00.291 INFO O| Oct 31 17:47:00.291 INFO STEP 1076 (remove_files) COMPLETE
74112024-10-31T17:47:01.697Z[ recovery-image] Oct 31 17:47:00.291 INFO O| Oct 31 17:47:00.291 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-10-31T17:47:01.703Z[ recovery-image] Oct 31 17:47:00.301 INFO O| Oct 31 17:47:00.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74132024-10-31T17:47:01.706Z[ recovery-image] Oct 31 17:47:00.301 INFO O| Oct 31 17:47:00.301 INFO STEP 1077 (remove_files) COMPLETE
74142024-10-31T17:47:01.706Z[ recovery-image] Oct 31 17:47:00.301 INFO O| Oct 31 17:47:00.301 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-10-31T17:47:01.713Z[ recovery-image] Oct 31 17:47:00.310 INFO O| Oct 31 17:47:00.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74162024-10-31T17:47:01.716Z[ recovery-image] Oct 31 17:47:00.310 INFO O| Oct 31 17:47:00.310 INFO STEP 1078 (remove_files) COMPLETE
74172024-10-31T17:47:01.716Z[ recovery-image] Oct 31 17:47:00.310 INFO O| Oct 31 17:47:00.310 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-31T17:47:01.723Z[ recovery-image] Oct 31 17:47:00.320 INFO O| Oct 31 17:47:00.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74192024-10-31T17:47:01.723Z[ recovery-image] Oct 31 17:47:00.320 INFO O| Oct 31 17:47:00.320 INFO STEP 1079 (remove_files) COMPLETE
74202024-10-31T17:47:01.723Z[ recovery-image] Oct 31 17:47:00.320 INFO O| Oct 31 17:47:00.320 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-10-31T17:47:01.732Z[ recovery-image] Oct 31 17:47:00.329 INFO O| Oct 31 17:47:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74222024-10-31T17:47:01.732Z[ recovery-image] Oct 31 17:47:00.329 INFO O| Oct 31 17:47:00.329 INFO STEP 1080 (remove_files) COMPLETE
74232024-10-31T17:47:01.732Z[ recovery-image] Oct 31 17:47:00.329 INFO O| Oct 31 17:47:00.329 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-10-31T17:47:01.744Z[ recovery-image] Oct 31 17:47:00.341 INFO O| Oct 31 17:47:00.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74252024-10-31T17:47:01.744Z[ recovery-image] Oct 31 17:47:00.341 INFO O| Oct 31 17:47:00.341 INFO STEP 1081 (remove_files) COMPLETE
74262024-10-31T17:47:01.744Z[ recovery-image] Oct 31 17:47:00.341 INFO O| Oct 31 17:47:00.341 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-10-31T17:47:01.760Z[ recovery-image] Oct 31 17:47:00.351 INFO O| Oct 31 17:47:00.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74282024-10-31T17:47:01.760Z[ recovery-image] Oct 31 17:47:00.351 INFO O| Oct 31 17:47:00.351 INFO STEP 1082 (remove_files) COMPLETE
74292024-10-31T17:47:01.763Z[ recovery-image] Oct 31 17:47:00.351 INFO O| Oct 31 17:47:00.351 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-10-31T17:47:01.765Z[ recovery-image] Oct 31 17:47:00.361 INFO O| Oct 31 17:47:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74312024-10-31T17:47:01.765Z[ recovery-image] Oct 31 17:47:00.361 INFO O| Oct 31 17:47:00.361 INFO STEP 1083 (remove_files) COMPLETE
74322024-10-31T17:47:01.765Z[ recovery-image] Oct 31 17:47:00.361 INFO O| Oct 31 17:47:00.361 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-10-31T17:47:01.774Z[ recovery-image] Oct 31 17:47:00.371 INFO O| Oct 31 17:47:00.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74342024-10-31T17:47:01.774Z[ recovery-image] Oct 31 17:47:00.371 INFO O| Oct 31 17:47:00.371 INFO STEP 1084 (remove_files) COMPLETE
74352024-10-31T17:47:01.774Z[ recovery-image] Oct 31 17:47:00.371 INFO O| Oct 31 17:47:00.371 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-10-31T17:47:01.784Z[ recovery-image] Oct 31 17:47:00.382 INFO O| Oct 31 17:47:00.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74372024-10-31T17:47:01.785Z[ recovery-image] Oct 31 17:47:00.382 INFO O| Oct 31 17:47:00.382 INFO STEP 1085 (remove_files) COMPLETE
74382024-10-31T17:47:01.785Z[ recovery-image] Oct 31 17:47:00.382 INFO O| Oct 31 17:47:00.382 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-10-31T17:47:01.795Z[ recovery-image] Oct 31 17:47:00.392 INFO O| Oct 31 17:47:00.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74402024-10-31T17:47:01.795Z[ recovery-image] Oct 31 17:47:00.392 INFO O| Oct 31 17:47:00.392 INFO STEP 1086 (remove_files) COMPLETE
74412024-10-31T17:47:01.797Z[ recovery-image] Oct 31 17:47:00.392 INFO O| Oct 31 17:47:00.392 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-10-31T17:47:01.805Z[ recovery-image] Oct 31 17:47:00.403 INFO O| Oct 31 17:47:00.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74432024-10-31T17:47:01.806Z[ recovery-image] Oct 31 17:47:00.403 INFO O| Oct 31 17:47:00.403 INFO STEP 1087 (remove_files) COMPLETE
74442024-10-31T17:47:01.806Z[ recovery-image] Oct 31 17:47:00.403 INFO O| Oct 31 17:47:00.403 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-10-31T17:47:01.817Z[ recovery-image] Oct 31 17:47:00.414 INFO O| Oct 31 17:47:00.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74462024-10-31T17:47:01.817Z[ recovery-image] Oct 31 17:47:00.414 INFO O| Oct 31 17:47:00.414 INFO STEP 1088 (remove_files) COMPLETE
74472024-10-31T17:47:01.817Z[ recovery-image] Oct 31 17:47:00.414 INFO O| Oct 31 17:47:00.414 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-10-31T17:47:01.829Z[ recovery-image] Oct 31 17:47:00.426 INFO O| Oct 31 17:47:00.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74492024-10-31T17:47:01.829Z[ recovery-image] Oct 31 17:47:00.426 INFO O| Oct 31 17:47:00.426 INFO STEP 1089 (remove_files) COMPLETE
74502024-10-31T17:47:01.829Z[ recovery-image] Oct 31 17:47:00.426 INFO O| Oct 31 17:47:00.426 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-10-31T17:47:01.840Z[ recovery-image] Oct 31 17:47:00.438 INFO O| Oct 31 17:47:00.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74522024-10-31T17:47:01.840Z[ recovery-image] Oct 31 17:47:00.438 INFO O| Oct 31 17:47:00.438 INFO STEP 1090 (remove_files) COMPLETE
74532024-10-31T17:47:01.840Z[ recovery-image] Oct 31 17:47:00.438 INFO O| Oct 31 17:47:00.438 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-10-31T17:47:01.851Z[ recovery-image] Oct 31 17:47:00.449 INFO O| Oct 31 17:47:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74552024-10-31T17:47:01.851Z[ recovery-image] Oct 31 17:47:00.449 INFO O| Oct 31 17:47:00.449 INFO STEP 1091 (remove_files) COMPLETE
74562024-10-31T17:47:01.852Z[ recovery-image] Oct 31 17:47:00.449 INFO O| Oct 31 17:47:00.449 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-10-31T17:47:01.862Z[ recovery-image] Oct 31 17:47:00.459 INFO O| Oct 31 17:47:00.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74582024-10-31T17:47:01.862Z[ recovery-image] Oct 31 17:47:00.459 INFO O| Oct 31 17:47:00.459 INFO STEP 1092 (remove_files) COMPLETE
74592024-10-31T17:47:01.865Z[ recovery-image] Oct 31 17:47:00.459 INFO O| Oct 31 17:47:00.459 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-10-31T17:47:01.872Z[ recovery-image] Oct 31 17:47:00.469 INFO O| Oct 31 17:47:00.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74612024-10-31T17:47:01.872Z[ recovery-image] Oct 31 17:47:00.469 INFO O| Oct 31 17:47:00.469 INFO STEP 1093 (remove_files) COMPLETE
74622024-10-31T17:47:01.874Z[ recovery-image] Oct 31 17:47:00.469 INFO O| Oct 31 17:47:00.469 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-10-31T17:47:01.882Z[ recovery-image] Oct 31 17:47:00.479 INFO O| Oct 31 17:47:00.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74642024-10-31T17:47:01.882Z[ recovery-image] Oct 31 17:47:00.479 INFO O| Oct 31 17:47:00.479 INFO STEP 1094 (remove_files) COMPLETE
74652024-10-31T17:47:01.884Z[ recovery-image] Oct 31 17:47:00.479 INFO O| Oct 31 17:47:00.479 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-10-31T17:47:01.892Z[ recovery-image] Oct 31 17:47:00.489 INFO O| Oct 31 17:47:00.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74672024-10-31T17:47:01.892Z[ recovery-image] Oct 31 17:47:00.489 INFO O| Oct 31 17:47:00.489 INFO STEP 1095 (remove_files) COMPLETE
74682024-10-31T17:47:01.892Z[ recovery-image] Oct 31 17:47:00.489 INFO O| Oct 31 17:47:00.489 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-10-31T17:47:01.902Z[ recovery-image] Oct 31 17:47:00.499 INFO O| Oct 31 17:47:00.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74702024-10-31T17:47:01.902Z[ recovery-image] Oct 31 17:47:00.499 INFO O| Oct 31 17:47:00.499 INFO STEP 1096 (remove_files) COMPLETE
74712024-10-31T17:47:01.902Z[ recovery-image] Oct 31 17:47:00.499 INFO O| Oct 31 17:47:00.499 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-10-31T17:47:01.912Z[ recovery-image] Oct 31 17:47:00.509 INFO O| Oct 31 17:47:00.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74732024-10-31T17:47:01.912Z[ recovery-image] Oct 31 17:47:00.509 INFO O| Oct 31 17:47:00.509 INFO STEP 1097 (remove_files) COMPLETE
74742024-10-31T17:47:01.912Z[ recovery-image] Oct 31 17:47:00.509 INFO O| Oct 31 17:47:00.509 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-10-31T17:47:01.921Z[ recovery-image] Oct 31 17:47:00.519 INFO O| Oct 31 17:47:00.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74762024-10-31T17:47:01.921Z[ recovery-image] Oct 31 17:47:00.519 INFO O| Oct 31 17:47:00.519 INFO STEP 1098 (remove_files) COMPLETE
74772024-10-31T17:47:01.924Z[ recovery-image] Oct 31 17:47:00.519 INFO O| Oct 31 17:47:00.519 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-10-31T17:47:01.931Z[ recovery-image] Oct 31 17:47:00.528 INFO O| Oct 31 17:47:00.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74792024-10-31T17:47:01.931Z[ recovery-image] Oct 31 17:47:00.528 INFO O| Oct 31 17:47:00.528 INFO STEP 1099 (remove_files) COMPLETE
74802024-10-31T17:47:01.933Z[ recovery-image] Oct 31 17:47:00.528 INFO O| Oct 31 17:47:00.528 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-10-31T17:47:01.940Z[ recovery-image] Oct 31 17:47:00.538 INFO O| Oct 31 17:47:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74822024-10-31T17:47:01.940Z[ recovery-image] Oct 31 17:47:00.538 INFO O| Oct 31 17:47:00.538 INFO STEP 1100 (remove_files) COMPLETE
74832024-10-31T17:47:01.943Z[ recovery-image] Oct 31 17:47:00.538 INFO O| Oct 31 17:47:00.538 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-10-31T17:47:01.950Z[ recovery-image] Oct 31 17:47:00.548 INFO O| Oct 31 17:47:00.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74852024-10-31T17:47:01.953Z[ recovery-image] Oct 31 17:47:00.548 INFO O| Oct 31 17:47:00.548 INFO STEP 1101 (remove_files) COMPLETE
74862024-10-31T17:47:01.953Z[ recovery-image] Oct 31 17:47:00.548 INFO O| Oct 31 17:47:00.548 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-10-31T17:47:01.960Z[ recovery-image] Oct 31 17:47:00.557 INFO O| Oct 31 17:47:00.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74882024-10-31T17:47:01.960Z[ recovery-image] Oct 31 17:47:00.557 INFO O| Oct 31 17:47:00.557 INFO STEP 1102 (remove_files) COMPLETE
74892024-10-31T17:47:01.960Z[ recovery-image] Oct 31 17:47:00.557 INFO O| Oct 31 17:47:00.557 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-10-31T17:47:01.969Z[ recovery-image] Oct 31 17:47:00.567 INFO O| Oct 31 17:47:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74912024-10-31T17:47:01.969Z[ recovery-image] Oct 31 17:47:00.567 INFO O| Oct 31 17:47:00.567 INFO STEP 1103 (remove_files) COMPLETE
74922024-10-31T17:47:01.972Z[ recovery-image] Oct 31 17:47:00.567 INFO O| Oct 31 17:47:00.567 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-10-31T17:47:01.979Z[ recovery-image] Oct 31 17:47:00.576 INFO O| Oct 31 17:47:00.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74942024-10-31T17:47:01.979Z[ recovery-image] Oct 31 17:47:00.576 INFO O| Oct 31 17:47:00.576 INFO STEP 1104 (remove_files) COMPLETE
74952024-10-31T17:47:01.979Z[ recovery-image] Oct 31 17:47:00.576 INFO O| Oct 31 17:47:00.576 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-10-31T17:47:01.988Z[ recovery-image] Oct 31 17:47:00.586 INFO O| Oct 31 17:47:00.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74972024-10-31T17:47:01.989Z[ recovery-image] Oct 31 17:47:00.586 INFO O| Oct 31 17:47:00.586 INFO STEP 1105 (remove_files) COMPLETE
74982024-10-31T17:47:01.989Z[ recovery-image] Oct 31 17:47:00.586 INFO O| Oct 31 17:47:00.586 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-10-31T17:47:01.998Z[ recovery-image] Oct 31 17:47:00.595 INFO O| Oct 31 17:47:00.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75002024-10-31T17:47:01.998Z[ recovery-image] Oct 31 17:47:00.595 INFO O| Oct 31 17:47:00.595 INFO STEP 1106 (remove_files) COMPLETE
75012024-10-31T17:47:01.998Z[ recovery-image] Oct 31 17:47:00.595 INFO O| Oct 31 17:47:00.595 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-10-31T17:47:02.008Z[ recovery-image] Oct 31 17:47:00.605 INFO O| Oct 31 17:47:00.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75032024-10-31T17:47:02.008Z[ recovery-image] Oct 31 17:47:00.605 INFO O| Oct 31 17:47:00.605 INFO STEP 1107 (remove_files) COMPLETE
75042024-10-31T17:47:02.010Z[ recovery-image] Oct 31 17:47:00.605 INFO O| Oct 31 17:47:00.605 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-10-31T17:47:02.017Z[ recovery-image] Oct 31 17:47:00.615 INFO O| Oct 31 17:47:00.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75062024-10-31T17:47:02.023Z[ recovery-image] Oct 31 17:47:00.615 INFO O| Oct 31 17:47:00.615 INFO STEP 1108 (remove_files) COMPLETE
75072024-10-31T17:47:02.023Z[ recovery-image] Oct 31 17:47:00.615 INFO O| Oct 31 17:47:00.615 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-10-31T17:47:02.031Z[ recovery-image] Oct 31 17:47:00.624 INFO O| Oct 31 17:47:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75092024-10-31T17:47:02.031Z[ recovery-image] Oct 31 17:47:00.624 INFO O| Oct 31 17:47:00.624 INFO STEP 1109 (remove_files) COMPLETE
75102024-10-31T17:47:02.031Z[ recovery-image] Oct 31 17:47:00.624 INFO O| Oct 31 17:47:00.624 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-10-31T17:47:02.036Z[ recovery-image] Oct 31 17:47:00.634 INFO O| Oct 31 17:47:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75122024-10-31T17:47:02.036Z[ recovery-image] Oct 31 17:47:00.634 INFO O| Oct 31 17:47:00.634 INFO STEP 1110 (remove_files) COMPLETE
75132024-10-31T17:47:02.036Z[ recovery-image] Oct 31 17:47:00.634 INFO O| Oct 31 17:47:00.634 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-10-31T17:47:02.046Z[ recovery-image] Oct 31 17:47:00.643 INFO O| Oct 31 17:47:00.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75152024-10-31T17:47:02.046Z[ recovery-image] Oct 31 17:47:00.643 INFO O| Oct 31 17:47:00.643 INFO STEP 1111 (remove_files) COMPLETE
75162024-10-31T17:47:02.049Z[ recovery-image] Oct 31 17:47:00.643 INFO O| Oct 31 17:47:00.643 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-10-31T17:47:02.056Z[ recovery-image] Oct 31 17:47:00.653 INFO O| Oct 31 17:47:00.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75182024-10-31T17:47:02.056Z[ recovery-image] Oct 31 17:47:00.653 INFO O| Oct 31 17:47:00.653 INFO STEP 1112 (remove_files) COMPLETE
75192024-10-31T17:47:02.058Z[ recovery-image] Oct 31 17:47:00.653 INFO O| Oct 31 17:47:00.653 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-10-31T17:47:02.065Z[ recovery-image] Oct 31 17:47:00.662 INFO O| Oct 31 17:47:00.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75212024-10-31T17:47:02.068Z[ recovery-image] Oct 31 17:47:00.663 INFO O| Oct 31 17:47:00.662 INFO STEP 1113 (remove_files) COMPLETE
75222024-10-31T17:47:02.068Z[ recovery-image] Oct 31 17:47:00.663 INFO O| Oct 31 17:47:00.663 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-10-31T17:47:02.075Z[ recovery-image] Oct 31 17:47:00.672 INFO O| Oct 31 17:47:00.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75242024-10-31T17:47:02.077Z[ recovery-image] Oct 31 17:47:00.672 INFO O| Oct 31 17:47:00.672 INFO STEP 1114 (remove_files) COMPLETE
75252024-10-31T17:47:02.077Z[ recovery-image] Oct 31 17:47:00.672 INFO O| Oct 31 17:47:00.672 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-10-31T17:47:02.084Z[ recovery-image] Oct 31 17:47:00.681 INFO O| Oct 31 17:47:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75272024-10-31T17:47:02.087Z[ recovery-image] Oct 31 17:47:00.682 INFO O| Oct 31 17:47:00.682 INFO STEP 1115 (remove_files) COMPLETE
75282024-10-31T17:47:02.087Z[ recovery-image] Oct 31 17:47:00.682 INFO O| Oct 31 17:47:00.682 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-10-31T17:47:02.094Z[ recovery-image] Oct 31 17:47:00.691 INFO O| Oct 31 17:47:00.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75302024-10-31T17:47:02.094Z[ recovery-image] Oct 31 17:47:00.691 INFO O| Oct 31 17:47:00.691 INFO STEP 1116 (remove_files) COMPLETE
75312024-10-31T17:47:02.094Z[ recovery-image] Oct 31 17:47:00.691 INFO O| Oct 31 17:47:00.691 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-10-31T17:47:02.103Z[ recovery-image] Oct 31 17:47:00.701 INFO O| Oct 31 17:47:00.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75332024-10-31T17:47:02.106Z[ recovery-image] Oct 31 17:47:00.701 INFO O| Oct 31 17:47:00.701 INFO STEP 1117 (remove_files) COMPLETE
75342024-10-31T17:47:02.106Z[ recovery-image] Oct 31 17:47:00.701 INFO O| Oct 31 17:47:00.701 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-10-31T17:47:02.113Z[ recovery-image] Oct 31 17:47:00.710 INFO O| Oct 31 17:47:00.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75362024-10-31T17:47:02.113Z[ recovery-image] Oct 31 17:47:00.710 INFO O| Oct 31 17:47:00.710 INFO STEP 1118 (remove_files) COMPLETE
75372024-10-31T17:47:02.113Z[ recovery-image] Oct 31 17:47:00.710 INFO O| Oct 31 17:47:00.710 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-10-31T17:47:02.122Z[ recovery-image] Oct 31 17:47:00.719 INFO O| Oct 31 17:47:00.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75392024-10-31T17:47:02.122Z[ recovery-image] Oct 31 17:47:00.720 INFO O| Oct 31 17:47:00.719 INFO STEP 1119 (remove_files) COMPLETE
75402024-10-31T17:47:02.122Z[ recovery-image] Oct 31 17:47:00.720 INFO O| Oct 31 17:47:00.720 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-10-31T17:47:02.132Z[ recovery-image] Oct 31 17:47:00.729 INFO O| Oct 31 17:47:00.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75422024-10-31T17:47:02.132Z[ recovery-image] Oct 31 17:47:00.729 INFO O| Oct 31 17:47:00.729 INFO STEP 1120 (remove_files) COMPLETE
75432024-10-31T17:47:02.134Z[ recovery-image] Oct 31 17:47:00.729 INFO O| Oct 31 17:47:00.729 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-10-31T17:47:02.137Z[ host-image] Oct 31 17:47:00.734 INFO O| Oct 31 17:47:00.734 INFO O| Planning: Solver setup ... Done
75452024-10-31T17:47:02.141Z[ host-image] Oct 31 17:47:00.738 INFO O| Oct 31 17:47:00.738 INFO O| Planning: Running solver ... Done
75462024-10-31T17:47:02.143Z[ recovery-image] Oct 31 17:47:00.739 INFO O| Oct 31 17:47:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75472024-10-31T17:47:02.143Z[ recovery-image] Oct 31 17:47:00.739 INFO O| Oct 31 17:47:00.739 INFO STEP 1121 (remove_files) COMPLETE
75482024-10-31T17:47:02.143Z[ recovery-image] Oct 31 17:47:00.739 INFO O| Oct 31 17:47:00.739 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-31T17:47:02.152Z[ recovery-image] Oct 31 17:47:00.749 INFO O| Oct 31 17:47:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75502024-10-31T17:47:02.154Z[ recovery-image] Oct 31 17:47:00.749 INFO O| Oct 31 17:47:00.749 INFO STEP 1122 (remove_files) COMPLETE
75512024-10-31T17:47:02.154Z[ recovery-image] Oct 31 17:47:00.749 INFO O| Oct 31 17:47:00.749 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-31T17:47:02.161Z[ recovery-image] Oct 31 17:47:00.758 INFO O| Oct 31 17:47:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75532024-10-31T17:47:02.164Z[ recovery-image] Oct 31 17:47:00.758 INFO O| Oct 31 17:47:00.758 INFO STEP 1123 (remove_files) COMPLETE
75542024-10-31T17:47:02.164Z[ recovery-image] Oct 31 17:47:00.759 INFO O| Oct 31 17:47:00.758 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-31T17:47:02.171Z[ recovery-image] Oct 31 17:47:00.768 INFO O| Oct 31 17:47:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75562024-10-31T17:47:02.175Z[ recovery-image] Oct 31 17:47:00.768 INFO O| Oct 31 17:47:00.768 INFO STEP 1124 (remove_files) COMPLETE
75572024-10-31T17:47:02.175Z[ recovery-image] Oct 31 17:47:00.768 INFO O| Oct 31 17:47:00.768 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-31T17:47:02.180Z[ recovery-image] Oct 31 17:47:00.778 INFO O| Oct 31 17:47:00.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75592024-10-31T17:47:02.180Z[ recovery-image] Oct 31 17:47:00.778 INFO O| Oct 31 17:47:00.778 INFO STEP 1125 (remove_files) COMPLETE
75602024-10-31T17:47:02.183Z[ recovery-image] Oct 31 17:47:00.778 INFO O| Oct 31 17:47:00.778 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-31T17:47:02.190Z[ recovery-image] Oct 31 17:47:00.788 INFO O| Oct 31 17:47:00.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75622024-10-31T17:47:02.191Z[ recovery-image] Oct 31 17:47:00.788 INFO O| Oct 31 17:47:00.788 INFO STEP 1126 (remove_files) COMPLETE
75632024-10-31T17:47:02.193Z[ recovery-image] Oct 31 17:47:00.788 INFO O| Oct 31 17:47:00.788 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-31T17:47:02.193Z[ host-image] Oct 31 17:47:00.790 INFO O| Oct 31 17:47:00.790 INFO O| Planning: Finding local manifests ... Done
75652024-10-31T17:47:02.196Z[ host-image] Oct 31 17:47:00.791 INFO O| Oct 31 17:47:00.791 INFO O| Planning: Fetching manifests: 0/1 0% complete
75662024-10-31T17:47:02.200Z[ recovery-image] Oct 31 17:47:00.797 INFO O| Oct 31 17:47:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75672024-10-31T17:47:02.200Z[ recovery-image] Oct 31 17:47:00.797 INFO O| Oct 31 17:47:00.797 INFO STEP 1127 (remove_files) COMPLETE
75682024-10-31T17:47:02.200Z[ recovery-image] Oct 31 17:47:00.797 INFO O| Oct 31 17:47:00.797 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-31T17:47:02.210Z[ recovery-image] Oct 31 17:47:00.807 INFO O| Oct 31 17:47:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75702024-10-31T17:47:02.210Z[ recovery-image] Oct 31 17:47:00.807 INFO O| Oct 31 17:47:00.807 INFO STEP 1128 (remove_files) COMPLETE
75712024-10-31T17:47:02.212Z[ recovery-image] Oct 31 17:47:00.807 INFO O| Oct 31 17:47:00.807 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-31T17:47:02.219Z[ recovery-image] Oct 31 17:47:00.816 INFO O| Oct 31 17:47:00.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75732024-10-31T17:47:02.219Z[ recovery-image] Oct 31 17:47:00.817 INFO O| Oct 31 17:47:00.817 INFO STEP 1129 (remove_files) COMPLETE
75742024-10-31T17:47:02.219Z[ recovery-image] Oct 31 17:47:00.817 INFO O| Oct 31 17:47:00.817 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-31T17:47:02.229Z[ recovery-image] Oct 31 17:47:00.826 INFO O| Oct 31 17:47:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75762024-10-31T17:47:02.229Z[ recovery-image] Oct 31 17:47:00.826 INFO O| Oct 31 17:47:00.826 INFO STEP 1130 (remove_files) COMPLETE
75772024-10-31T17:47:02.232Z[ recovery-image] Oct 31 17:47:00.826 INFO O| Oct 31 17:47:00.826 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-31T17:47:02.238Z[ recovery-image] Oct 31 17:47:00.836 INFO O| Oct 31 17:47:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75792024-10-31T17:47:02.241Z[ recovery-image] Oct 31 17:47:00.836 INFO O| Oct 31 17:47:00.836 INFO STEP 1131 (remove_files) COMPLETE
75802024-10-31T17:47:02.241Z[ recovery-image] Oct 31 17:47:00.836 INFO O| Oct 31 17:47:00.836 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-31T17:47:02.248Z[ recovery-image] Oct 31 17:47:00.845 INFO O| Oct 31 17:47:00.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75822024-10-31T17:47:02.248Z[ recovery-image] Oct 31 17:47:00.845 INFO O| Oct 31 17:47:00.845 INFO STEP 1132 (remove_files) COMPLETE
75832024-10-31T17:47:02.251Z[ recovery-image] Oct 31 17:47:00.845 INFO O| Oct 31 17:47:00.845 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-31T17:47:02.258Z[ recovery-image] Oct 31 17:47:00.855 INFO O| Oct 31 17:47:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75852024-10-31T17:47:02.258Z[ recovery-image] Oct 31 17:47:00.855 INFO O| Oct 31 17:47:00.855 INFO STEP 1133 (remove_files) COMPLETE
75862024-10-31T17:47:02.258Z[ recovery-image] Oct 31 17:47:00.855 INFO O| Oct 31 17:47:00.855 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-31T17:47:02.268Z[ recovery-image] Oct 31 17:47:00.865 INFO O| Oct 31 17:47:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75882024-10-31T17:47:02.268Z[ recovery-image] Oct 31 17:47:00.865 INFO O| Oct 31 17:47:00.865 INFO STEP 1134 (remove_files) COMPLETE
75892024-10-31T17:47:02.268Z[ recovery-image] Oct 31 17:47:00.865 INFO O| Oct 31 17:47:00.865 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-31T17:47:02.275Z[ host-image] Oct 31 17:47:00.872 INFO O| Oct 31 17:47:00.872 INFO O| Planning: Fetching manifests: 1/1 100% complete
75912024-10-31T17:47:02.277Z[ recovery-image] Oct 31 17:47:00.874 INFO O| Oct 31 17:47:00.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75922024-10-31T17:47:02.277Z[ recovery-image] Oct 31 17:47:00.874 INFO O| Oct 31 17:47:00.874 INFO STEP 1135 (remove_files) COMPLETE
75932024-10-31T17:47:02.278Z[ recovery-image] Oct 31 17:47:00.874 INFO O| Oct 31 17:47:00.874 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-31T17:47:02.286Z[ recovery-image] Oct 31 17:47:00.884 INFO O| Oct 31 17:47:00.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75952024-10-31T17:47:02.289Z[ recovery-image] Oct 31 17:47:00.884 INFO O| Oct 31 17:47:00.884 INFO STEP 1136 (remove_files) COMPLETE
75962024-10-31T17:47:02.289Z[ recovery-image] Oct 31 17:47:00.884 INFO O| Oct 31 17:47:00.884 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-31T17:47:02.294Z[ host-image] Oct 31 17:47:00.891 INFO O| Oct 31 17:47:00.891 INFO O| Planning: Package planning ... Done
75982024-10-31T17:47:02.296Z[ host-image] Oct 31 17:47:00.891 INFO O| Oct 31 17:47:00.891 INFO O| Planning: Merging actions ... Done
75992024-10-31T17:47:02.299Z[ recovery-image] Oct 31 17:47:00.894 INFO O| Oct 31 17:47:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76002024-10-31T17:47:02.299Z[ recovery-image] Oct 31 17:47:00.894 INFO O| Oct 31 17:47:00.894 INFO STEP 1137 (remove_files) COMPLETE
76012024-10-31T17:47:02.299Z[ recovery-image] Oct 31 17:47:00.894 INFO O| Oct 31 17:47:00.894 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-31T17:47:02.306Z[ recovery-image] Oct 31 17:47:00.903 INFO O| Oct 31 17:47:00.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76032024-10-31T17:47:02.306Z[ recovery-image] Oct 31 17:47:00.903 INFO O| Oct 31 17:47:00.903 INFO STEP 1138 (remove_files) COMPLETE
76042024-10-31T17:47:02.306Z[ recovery-image] Oct 31 17:47:00.903 INFO O| Oct 31 17:47:00.903 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-31T17:47:02.316Z[ recovery-image] Oct 31 17:47:00.913 INFO O| Oct 31 17:47:00.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76062024-10-31T17:47:02.316Z[ recovery-image] Oct 31 17:47:00.913 INFO O| Oct 31 17:47:00.913 INFO STEP 1139 (remove_files) COMPLETE
76072024-10-31T17:47:02.316Z[ recovery-image] Oct 31 17:47:00.913 INFO O| Oct 31 17:47:00.913 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-31T17:47:02.326Z[ recovery-image] Oct 31 17:47:00.923 INFO O| Oct 31 17:47:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76092024-10-31T17:47:02.326Z[ recovery-image] Oct 31 17:47:00.923 INFO O| Oct 31 17:47:00.923 INFO STEP 1140 (remove_files) COMPLETE
76102024-10-31T17:47:02.329Z[ recovery-image] Oct 31 17:47:00.923 INFO O| Oct 31 17:47:00.923 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-31T17:47:02.335Z[ recovery-image] Oct 31 17:47:00.932 INFO O| Oct 31 17:47:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76122024-10-31T17:47:02.338Z[ recovery-image] Oct 31 17:47:00.932 INFO O| Oct 31 17:47:00.932 INFO STEP 1141 (remove_files) COMPLETE
76132024-10-31T17:47:02.338Z[ recovery-image] Oct 31 17:47:00.932 INFO O| Oct 31 17:47:00.932 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-31T17:47:02.345Z[ recovery-image] Oct 31 17:47:00.942 INFO O| Oct 31 17:47:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76152024-10-31T17:47:02.347Z[ recovery-image] Oct 31 17:47:00.942 INFO O| Oct 31 17:47:00.942 INFO STEP 1142 (remove_files) COMPLETE
76162024-10-31T17:47:02.347Z[ recovery-image] Oct 31 17:47:00.942 INFO O| Oct 31 17:47:00.942 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-31T17:47:02.353Z[ host-image] Oct 31 17:47:00.950 INFO O| Oct 31 17:47:00.950 INFO O| Planning: Checking for conflicting actions ... Done
76182024-10-31T17:47:02.356Z[ host-image] Oct 31 17:47:00.951 INFO O| Oct 31 17:47:00.951 INFO O| Planning: Consolidating action changes ... Done
76192024-10-31T17:47:02.356Z[ recovery-image] Oct 31 17:47:00.952 INFO O| Oct 31 17:47:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76202024-10-31T17:47:02.356Z[ recovery-image] Oct 31 17:47:00.952 INFO O| Oct 31 17:47:00.952 INFO STEP 1143 (remove_files) COMPLETE
76212024-10-31T17:47:02.356Z[ recovery-image] Oct 31 17:47:00.952 INFO O| Oct 31 17:47:00.952 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-10-31T17:47:02.364Z[ recovery-image] Oct 31 17:47:00.961 INFO O| Oct 31 17:47:00.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76232024-10-31T17:47:02.364Z[ recovery-image] Oct 31 17:47:00.961 INFO O| Oct 31 17:47:00.961 INFO STEP 1144 (remove_files) COMPLETE
76242024-10-31T17:47:02.364Z[ recovery-image] Oct 31 17:47:00.961 INFO O| Oct 31 17:47:00.961 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-10-31T17:47:02.373Z[ recovery-image] Oct 31 17:47:00.970 INFO O| Oct 31 17:47:00.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76262024-10-31T17:47:02.377Z[ recovery-image] Oct 31 17:47:00.971 INFO O| Oct 31 17:47:00.970 INFO STEP 1145 (remove_files) COMPLETE
76272024-10-31T17:47:02.377Z[ recovery-image] Oct 31 17:47:00.971 INFO O| Oct 31 17:47:00.971 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-10-31T17:47:02.383Z[ recovery-image] Oct 31 17:47:00.980 INFO O| Oct 31 17:47:00.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76292024-10-31T17:47:02.385Z[ recovery-image] Oct 31 17:47:00.980 INFO O| Oct 31 17:47:00.980 INFO STEP 1146 (remove_files) COMPLETE
76302024-10-31T17:47:02.385Z[ recovery-image] Oct 31 17:47:00.980 INFO O| Oct 31 17:47:00.980 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-10-31T17:47:02.392Z[ recovery-image] Oct 31 17:47:00.989 INFO O| Oct 31 17:47:00.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76322024-10-31T17:47:02.392Z[ recovery-image] Oct 31 17:47:00.990 INFO O| Oct 31 17:47:00.990 INFO STEP 1147 (remove_files) COMPLETE
76332024-10-31T17:47:02.395Z[ recovery-image] Oct 31 17:47:00.990 INFO O| Oct 31 17:47:00.990 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-10-31T17:47:02.402Z[ recovery-image] Oct 31 17:47:00.999 INFO O| Oct 31 17:47:00.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76352024-10-31T17:47:02.402Z[ recovery-image] Oct 31 17:47:00.999 INFO O| Oct 31 17:47:00.999 INFO STEP 1148 (remove_files) COMPLETE
76362024-10-31T17:47:02.405Z[ recovery-image] Oct 31 17:47:00.999 INFO O| Oct 31 17:47:00.999 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-10-31T17:47:02.412Z[ recovery-image] Oct 31 17:47:01.009 INFO O| Oct 31 17:47:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76382024-10-31T17:47:02.412Z[ recovery-image] Oct 31 17:47:01.009 INFO O| Oct 31 17:47:01.009 INFO STEP 1149 (remove_files) COMPLETE
76392024-10-31T17:47:02.412Z[ recovery-image] Oct 31 17:47:01.009 INFO O| Oct 31 17:47:01.009 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-10-31T17:47:02.422Z[ recovery-image] Oct 31 17:47:01.019 INFO O| Oct 31 17:47:01.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76412024-10-31T17:47:02.422Z[ recovery-image] Oct 31 17:47:01.019 INFO O| Oct 31 17:47:01.019 INFO STEP 1150 (remove_files) COMPLETE
76422024-10-31T17:47:02.424Z[ recovery-image] Oct 31 17:47:01.019 INFO O| Oct 31 17:47:01.019 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-10-31T17:47:02.431Z[ recovery-image] Oct 31 17:47:01.028 INFO O| Oct 31 17:47:01.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76442024-10-31T17:47:02.431Z[ recovery-image] Oct 31 17:47:01.028 INFO O| Oct 31 17:47:01.028 INFO STEP 1151 (remove_files) COMPLETE
76452024-10-31T17:47:02.431Z[ recovery-image] Oct 31 17:47:01.028 INFO O| Oct 31 17:47:01.028 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-10-31T17:47:02.440Z[ recovery-image] Oct 31 17:47:01.038 INFO O| Oct 31 17:47:01.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76472024-10-31T17:47:02.441Z[ recovery-image] Oct 31 17:47:01.038 INFO O| Oct 31 17:47:01.038 INFO STEP 1152 (remove_files) COMPLETE
76482024-10-31T17:47:02.443Z[ recovery-image] Oct 31 17:47:01.038 INFO O| Oct 31 17:47:01.038 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-10-31T17:47:02.450Z[ recovery-image] Oct 31 17:47:01.047 INFO O| Oct 31 17:47:01.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76502024-10-31T17:47:02.450Z[ recovery-image] Oct 31 17:47:01.047 INFO O| Oct 31 17:47:01.047 INFO STEP 1153 (remove_files) COMPLETE
76512024-10-31T17:47:02.452Z[ recovery-image] Oct 31 17:47:01.047 INFO O| Oct 31 17:47:01.047 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-10-31T17:47:02.460Z[ recovery-image] Oct 31 17:47:01.057 INFO O| Oct 31 17:47:01.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76532024-10-31T17:47:02.460Z[ recovery-image] Oct 31 17:47:01.057 INFO O| Oct 31 17:47:01.057 INFO STEP 1154 (remove_files) COMPLETE
76542024-10-31T17:47:02.462Z[ recovery-image] Oct 31 17:47:01.057 INFO O| Oct 31 17:47:01.057 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-10-31T17:47:02.469Z[ recovery-image] Oct 31 17:47:01.066 INFO O| Oct 31 17:47:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76562024-10-31T17:47:02.472Z[ recovery-image] Oct 31 17:47:01.066 INFO O| Oct 31 17:47:01.066 INFO STEP 1155 (remove_files) COMPLETE
76572024-10-31T17:47:02.472Z[ recovery-image] Oct 31 17:47:01.067 INFO O| Oct 31 17:47:01.066 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-10-31T17:47:02.478Z[ recovery-image] Oct 31 17:47:01.076 INFO O| Oct 31 17:47:01.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76592024-10-31T17:47:02.479Z[ recovery-image] Oct 31 17:47:01.076 INFO O| Oct 31 17:47:01.076 INFO STEP 1156 (remove_files) COMPLETE
76602024-10-31T17:47:02.482Z[ recovery-image] Oct 31 17:47:01.076 INFO O| Oct 31 17:47:01.076 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-10-31T17:47:02.489Z[ recovery-image] Oct 31 17:47:01.085 INFO O| Oct 31 17:47:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76622024-10-31T17:47:02.491Z[ recovery-image] Oct 31 17:47:01.085 INFO O| Oct 31 17:47:01.085 INFO STEP 1157 (remove_files) COMPLETE
76632024-10-31T17:47:02.491Z[ recovery-image] Oct 31 17:47:01.085 INFO O| Oct 31 17:47:01.085 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-10-31T17:47:02.497Z[ recovery-image] Oct 31 17:47:01.095 INFO O| Oct 31 17:47:01.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76652024-10-31T17:47:02.500Z[ recovery-image] Oct 31 17:47:01.095 INFO O| Oct 31 17:47:01.095 INFO STEP 1158 (remove_files) COMPLETE
76662024-10-31T17:47:02.500Z[ recovery-image] Oct 31 17:47:01.095 INFO O| Oct 31 17:47:01.095 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-10-31T17:47:02.507Z[ recovery-image] Oct 31 17:47:01.104 INFO O| Oct 31 17:47:01.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76682024-10-31T17:47:02.509Z[ recovery-image] Oct 31 17:47:01.104 INFO O| Oct 31 17:47:01.104 INFO STEP 1159 (remove_files) COMPLETE
76692024-10-31T17:47:02.509Z[ recovery-image] Oct 31 17:47:01.104 INFO O| Oct 31 17:47:01.104 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-10-31T17:47:02.516Z[ recovery-image] Oct 31 17:47:01.114 INFO O| Oct 31 17:47:01.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76712024-10-31T17:47:02.516Z[ recovery-image] Oct 31 17:47:01.114 INFO O| Oct 31 17:47:01.114 INFO STEP 1160 (remove_files) COMPLETE
76722024-10-31T17:47:02.516Z[ recovery-image] Oct 31 17:47:01.114 INFO O| Oct 31 17:47:01.114 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-10-31T17:47:02.526Z[ recovery-image] Oct 31 17:47:01.123 INFO O| Oct 31 17:47:01.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76742024-10-31T17:47:02.526Z[ recovery-image] Oct 31 17:47:01.123 INFO O| Oct 31 17:47:01.123 INFO STEP 1161 (remove_files) COMPLETE
76752024-10-31T17:47:02.526Z[ recovery-image] Oct 31 17:47:01.123 INFO O| Oct 31 17:47:01.123 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-10-31T17:47:02.529Z[ host-image] Oct 31 17:47:01.126 INFO O| Oct 31 17:47:01.126 INFO O| Planning: Evaluating mediators ... Done
76772024-10-31T17:47:02.531Z[ host-image] Oct 31 17:47:01.127 INFO O| Oct 31 17:47:01.127 INFO O| Planning: Planning completed in 2.33 seconds
76782024-10-31T17:47:02.531Z[ host-image] Oct 31 17:47:01.128 INFO O| Oct 31 17:47:01.128 INFO O| Packages to install: 1
76792024-10-31T17:47:02.535Z[ recovery-image] Oct 31 17:47:01.133 INFO O| Oct 31 17:47:01.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76802024-10-31T17:47:02.536Z[ recovery-image] Oct 31 17:47:01.133 INFO O| Oct 31 17:47:01.133 INFO STEP 1162 (remove_files) COMPLETE
76812024-10-31T17:47:02.538Z[ recovery-image] Oct 31 17:47:01.133 INFO O| Oct 31 17:47:01.133 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-10-31T17:47:02.543Z[ host-image] Oct 31 17:47:01.140 INFO O| Oct 31 17:47:01.140 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
76832024-10-31T17:47:02.545Z[ recovery-image] Oct 31 17:47:01.143 INFO O| Oct 31 17:47:01.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76842024-10-31T17:47:02.545Z[ recovery-image] Oct 31 17:47:01.143 INFO O| Oct 31 17:47:01.143 INFO STEP 1163 (remove_files) COMPLETE
76852024-10-31T17:47:02.548Z[ recovery-image] Oct 31 17:47:01.143 INFO O| Oct 31 17:47:01.143 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-31T17:47:02.555Z[ recovery-image] Oct 31 17:47:01.153 INFO O| Oct 31 17:47:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76872024-10-31T17:47:02.555Z[ recovery-image] Oct 31 17:47:01.153 INFO O| Oct 31 17:47:01.153 INFO STEP 1164 (remove_files) COMPLETE
76882024-10-31T17:47:02.558Z[ recovery-image] Oct 31 17:47:01.153 INFO O| Oct 31 17:47:01.153 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-31T17:47:02.566Z[ recovery-image] Oct 31 17:47:01.163 INFO O| Oct 31 17:47:01.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76902024-10-31T17:47:02.566Z[ recovery-image] Oct 31 17:47:01.163 INFO O| Oct 31 17:47:01.163 INFO STEP 1165 (remove_files) COMPLETE
76912024-10-31T17:47:02.568Z[ recovery-image] Oct 31 17:47:01.163 INFO O| Oct 31 17:47:01.163 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-31T17:47:02.576Z[ recovery-image] Oct 31 17:47:01.173 INFO O| Oct 31 17:47:01.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76932024-10-31T17:47:02.576Z[ recovery-image] Oct 31 17:47:01.173 INFO O| Oct 31 17:47:01.173 INFO STEP 1166 (remove_files) COMPLETE
76942024-10-31T17:47:02.579Z[ recovery-image] Oct 31 17:47:01.173 INFO O| Oct 31 17:47:01.173 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-31T17:47:02.586Z[ recovery-image] Oct 31 17:47:01.183 INFO O| Oct 31 17:47:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76962024-10-31T17:47:02.588Z[ recovery-image] Oct 31 17:47:01.183 INFO O| Oct 31 17:47:01.183 INFO STEP 1167 (remove_files) COMPLETE
76972024-10-31T17:47:02.588Z[ recovery-image] Oct 31 17:47:01.183 INFO O| Oct 31 17:47:01.183 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-31T17:47:02.599Z[ recovery-image] Oct 31 17:47:01.196 INFO O| Oct 31 17:47:01.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76992024-10-31T17:47:02.599Z[ recovery-image] Oct 31 17:47:01.196 INFO O| Oct 31 17:47:01.196 INFO STEP 1168 (remove_files) COMPLETE
77002024-10-31T17:47:02.601Z[ recovery-image] Oct 31 17:47:01.196 INFO O| Oct 31 17:47:01.196 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-31T17:47:02.609Z[ recovery-image] Oct 31 17:47:01.207 INFO O| Oct 31 17:47:01.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77022024-10-31T17:47:02.609Z[ recovery-image] Oct 31 17:47:01.207 INFO O| Oct 31 17:47:01.207 INFO STEP 1169 (remove_files) COMPLETE
77032024-10-31T17:47:02.612Z[ recovery-image] Oct 31 17:47:01.207 INFO O| Oct 31 17:47:01.207 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-31T17:47:02.619Z[ recovery-image] Oct 31 17:47:01.217 INFO O| Oct 31 17:47:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77052024-10-31T17:47:02.620Z[ recovery-image] Oct 31 17:47:01.217 INFO O| Oct 31 17:47:01.217 INFO STEP 1170 (remove_files) COMPLETE
77062024-10-31T17:47:02.622Z[ recovery-image] Oct 31 17:47:01.217 INFO O| Oct 31 17:47:01.217 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-31T17:47:02.630Z[ recovery-image] Oct 31 17:47:01.227 INFO O| Oct 31 17:47:01.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77082024-10-31T17:47:02.633Z[ recovery-image] Oct 31 17:47:01.227 INFO O| Oct 31 17:47:01.227 INFO STEP 1171 (remove_files) COMPLETE
77092024-10-31T17:47:02.634Z[ recovery-image] Oct 31 17:47:01.227 INFO O| Oct 31 17:47:01.227 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-31T17:47:02.641Z[ recovery-image] Oct 31 17:47:01.237 INFO O| Oct 31 17:47:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77112024-10-31T17:47:02.641Z[ recovery-image] Oct 31 17:47:01.237 INFO O| Oct 31 17:47:01.237 INFO STEP 1172 (remove_files) COMPLETE
77122024-10-31T17:47:02.644Z[ recovery-image] Oct 31 17:47:01.238 INFO O| Oct 31 17:47:01.237 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-31T17:47:02.655Z[ recovery-image] Oct 31 17:47:01.251 INFO O| Oct 31 17:47:01.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77142024-10-31T17:47:02.655Z[ recovery-image] Oct 31 17:47:01.251 INFO O| Oct 31 17:47:01.251 INFO STEP 1173 (remove_files) COMPLETE
77152024-10-31T17:47:02.657Z[ recovery-image] Oct 31 17:47:01.251 INFO O| Oct 31 17:47:01.251 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-31T17:47:02.668Z[ recovery-image] Oct 31 17:47:01.265 INFO O| Oct 31 17:47:01.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77172024-10-31T17:47:02.671Z[ recovery-image] Oct 31 17:47:01.265 INFO O| Oct 31 17:47:01.265 INFO STEP 1174 (remove_files) COMPLETE
77182024-10-31T17:47:02.671Z[ recovery-image] Oct 31 17:47:01.265 INFO O| Oct 31 17:47:01.265 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-31T17:47:02.681Z[ recovery-image] Oct 31 17:47:01.278 INFO O| Oct 31 17:47:01.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77202024-10-31T17:47:02.684Z[ recovery-image] Oct 31 17:47:01.278 INFO O| Oct 31 17:47:01.278 INFO STEP 1175 (remove_files) COMPLETE
77212024-10-31T17:47:02.684Z[ recovery-image] Oct 31 17:47:01.278 INFO O| Oct 31 17:47:01.278 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-31T17:47:02.692Z[ recovery-image] Oct 31 17:47:01.289 INFO O| Oct 31 17:47:01.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77232024-10-31T17:47:02.692Z[ recovery-image] Oct 31 17:47:01.289 INFO O| Oct 31 17:47:01.289 INFO STEP 1176 (remove_files) COMPLETE
77242024-10-31T17:47:02.692Z[ recovery-image] Oct 31 17:47:01.289 INFO O| Oct 31 17:47:01.289 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-31T17:47:02.705Z[ recovery-image] Oct 31 17:47:01.302 INFO O| Oct 31 17:47:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77262024-10-31T17:47:02.705Z[ recovery-image] Oct 31 17:47:01.302 INFO O| Oct 31 17:47:01.302 INFO STEP 1177 (remove_files) COMPLETE
77272024-10-31T17:47:02.708Z[ recovery-image] Oct 31 17:47:01.302 INFO O| Oct 31 17:47:01.302 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-31T17:47:02.719Z[ recovery-image] Oct 31 17:47:01.315 INFO O| Oct 31 17:47:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77292024-10-31T17:47:02.719Z[ recovery-image] Oct 31 17:47:01.315 INFO O| Oct 31 17:47:01.315 INFO STEP 1178 (remove_files) COMPLETE
77302024-10-31T17:47:02.721Z[ recovery-image] Oct 31 17:47:01.315 INFO O| Oct 31 17:47:01.315 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-31T17:47:02.731Z[ recovery-image] Oct 31 17:47:01.328 INFO O| Oct 31 17:47:01.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77322024-10-31T17:47:02.731Z[ recovery-image] Oct 31 17:47:01.328 INFO O| Oct 31 17:47:01.328 INFO STEP 1179 (remove_files) COMPLETE
77332024-10-31T17:47:02.731Z[ recovery-image] Oct 31 17:47:01.328 INFO O| Oct 31 17:47:01.328 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-31T17:47:02.743Z[ recovery-image] Oct 31 17:47:01.340 INFO O| Oct 31 17:47:01.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77352024-10-31T17:47:02.743Z[ recovery-image] Oct 31 17:47:01.340 INFO O| Oct 31 17:47:01.340 INFO STEP 1180 (remove_files) COMPLETE
77362024-10-31T17:47:02.743Z[ recovery-image] Oct 31 17:47:01.340 INFO O| Oct 31 17:47:01.340 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-31T17:47:02.757Z[ recovery-image] Oct 31 17:47:01.354 INFO O| Oct 31 17:47:01.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77382024-10-31T17:47:02.760Z[ recovery-image] Oct 31 17:47:01.354 INFO O| Oct 31 17:47:01.354 INFO STEP 1181 (remove_files) COMPLETE
77392024-10-31T17:47:02.760Z[ recovery-image] Oct 31 17:47:01.354 INFO O| Oct 31 17:47:01.354 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-31T17:47:02.767Z[ recovery-image] Oct 31 17:47:01.364 INFO O| Oct 31 17:47:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77412024-10-31T17:47:02.767Z[ recovery-image] Oct 31 17:47:01.364 INFO O| Oct 31 17:47:01.364 INFO STEP 1182 (remove_files) COMPLETE
77422024-10-31T17:47:02.768Z[ recovery-image] Oct 31 17:47:01.364 INFO O| Oct 31 17:47:01.364 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-31T17:47:02.778Z[ recovery-image] Oct 31 17:47:01.375 INFO O| Oct 31 17:47:01.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77442024-10-31T17:47:02.778Z[ recovery-image] Oct 31 17:47:01.375 INFO O| Oct 31 17:47:01.375 INFO STEP 1183 (remove_files) COMPLETE
77452024-10-31T17:47:02.780Z[ recovery-image] Oct 31 17:47:01.375 INFO O| Oct 31 17:47:01.375 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-31T17:47:02.787Z[ recovery-image] Oct 31 17:47:01.384 INFO O| Oct 31 17:47:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77472024-10-31T17:47:02.787Z[ recovery-image] Oct 31 17:47:01.384 INFO O| Oct 31 17:47:01.384 INFO STEP 1184 (remove_files) COMPLETE
77482024-10-31T17:47:02.790Z[ recovery-image] Oct 31 17:47:01.384 INFO O| Oct 31 17:47:01.384 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-31T17:47:02.797Z[ recovery-image] Oct 31 17:47:01.394 INFO O| Oct 31 17:47:01.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77502024-10-31T17:47:02.797Z[ recovery-image] Oct 31 17:47:01.394 INFO O| Oct 31 17:47:01.394 INFO STEP 1185 (remove_files) COMPLETE
77512024-10-31T17:47:02.797Z[ recovery-image] Oct 31 17:47:01.394 INFO O| Oct 31 17:47:01.394 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-31T17:47:02.806Z[ recovery-image] Oct 31 17:47:01.403 INFO O| Oct 31 17:47:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77532024-10-31T17:47:02.806Z[ recovery-image] Oct 31 17:47:01.403 INFO O| Oct 31 17:47:01.403 INFO STEP 1186 (remove_files) COMPLETE
77542024-10-31T17:47:02.806Z[ recovery-image] Oct 31 17:47:01.403 INFO O| Oct 31 17:47:01.403 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-31T17:47:02.816Z[ recovery-image] Oct 31 17:47:01.413 INFO O| Oct 31 17:47:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77562024-10-31T17:47:02.816Z[ recovery-image] Oct 31 17:47:01.413 INFO O| Oct 31 17:47:01.413 INFO STEP 1187 (remove_files) COMPLETE
77572024-10-31T17:47:02.818Z[ recovery-image] Oct 31 17:47:01.413 INFO O| Oct 31 17:47:01.413 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-31T17:47:02.825Z[ recovery-image] Oct 31 17:47:01.422 INFO O| Oct 31 17:47:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77592024-10-31T17:47:02.825Z[ recovery-image] Oct 31 17:47:01.422 INFO O| Oct 31 17:47:01.422 INFO STEP 1188 (remove_files) COMPLETE
77602024-10-31T17:47:02.827Z[ recovery-image] Oct 31 17:47:01.422 INFO O| Oct 31 17:47:01.422 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-31T17:47:02.834Z[ recovery-image] Oct 31 17:47:01.431 INFO O| Oct 31 17:47:01.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77622024-10-31T17:47:02.834Z[ recovery-image] Oct 31 17:47:01.431 INFO O| Oct 31 17:47:01.431 INFO STEP 1189 (remove_files) COMPLETE
77632024-10-31T17:47:02.837Z[ recovery-image] Oct 31 17:47:01.431 INFO O| Oct 31 17:47:01.431 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-31T17:47:02.844Z[ recovery-image] Oct 31 17:47:01.441 INFO O| Oct 31 17:47:01.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77652024-10-31T17:47:02.844Z[ recovery-image] Oct 31 17:47:01.441 INFO O| Oct 31 17:47:01.441 INFO STEP 1190 (remove_files) COMPLETE
77662024-10-31T17:47:02.844Z[ recovery-image] Oct 31 17:47:01.441 INFO O| Oct 31 17:47:01.441 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-31T17:47:02.853Z[ recovery-image] Oct 31 17:47:01.450 INFO O| Oct 31 17:47:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77682024-10-31T17:47:02.853Z[ recovery-image] Oct 31 17:47:01.450 INFO O| Oct 31 17:47:01.450 INFO STEP 1191 (remove_files) COMPLETE
77692024-10-31T17:47:02.853Z[ recovery-image] Oct 31 17:47:01.450 INFO O| Oct 31 17:47:01.450 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-31T17:47:02.862Z[ recovery-image] Oct 31 17:47:01.459 INFO O| Oct 31 17:47:01.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77712024-10-31T17:47:02.862Z[ recovery-image] Oct 31 17:47:01.460 INFO O| Oct 31 17:47:01.459 INFO STEP 1192 (remove_files) COMPLETE
77722024-10-31T17:47:02.865Z[ recovery-image] Oct 31 17:47:01.460 INFO O| Oct 31 17:47:01.460 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-31T17:47:02.872Z[ recovery-image] Oct 31 17:47:01.469 INFO O| Oct 31 17:47:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77742024-10-31T17:47:02.875Z[ recovery-image] Oct 31 17:47:01.469 INFO O| Oct 31 17:47:01.469 INFO STEP 1193 (remove_files) COMPLETE
77752024-10-31T17:47:02.875Z[ recovery-image] Oct 31 17:47:01.469 INFO O| Oct 31 17:47:01.469 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-31T17:47:02.881Z[ recovery-image] Oct 31 17:47:01.478 INFO O| Oct 31 17:47:01.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77772024-10-31T17:47:02.881Z[ recovery-image] Oct 31 17:47:01.478 INFO O| Oct 31 17:47:01.478 INFO STEP 1194 (remove_files) COMPLETE
77782024-10-31T17:47:02.881Z[ recovery-image] Oct 31 17:47:01.478 INFO O| Oct 31 17:47:01.478 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-10-31T17:47:02.891Z[ recovery-image] Oct 31 17:47:01.488 INFO O| Oct 31 17:47:01.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77802024-10-31T17:47:02.893Z[ recovery-image] Oct 31 17:47:01.488 INFO O| Oct 31 17:47:01.488 INFO STEP 1195 (remove_files) COMPLETE
77812024-10-31T17:47:02.893Z[ recovery-image] Oct 31 17:47:01.488 INFO O| Oct 31 17:47:01.488 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-10-31T17:47:02.900Z[ recovery-image] Oct 31 17:47:01.497 INFO O| Oct 31 17:47:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77832024-10-31T17:47:02.900Z[ recovery-image] Oct 31 17:47:01.497 INFO O| Oct 31 17:47:01.497 INFO STEP 1196 (remove_files) COMPLETE
77842024-10-31T17:47:02.900Z[ recovery-image] Oct 31 17:47:01.497 INFO O| Oct 31 17:47:01.497 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-10-31T17:47:02.909Z[ recovery-image] Oct 31 17:47:01.506 INFO O| Oct 31 17:47:01.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77862024-10-31T17:47:02.912Z[ recovery-image] Oct 31 17:47:01.507 INFO O| Oct 31 17:47:01.506 INFO STEP 1197 (remove_files) COMPLETE
77872024-10-31T17:47:02.912Z[ recovery-image] Oct 31 17:47:01.507 INFO O| Oct 31 17:47:01.507 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-10-31T17:47:02.919Z[ recovery-image] Oct 31 17:47:01.516 INFO O| Oct 31 17:47:01.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77892024-10-31T17:47:02.921Z[ recovery-image] Oct 31 17:47:01.516 INFO O| Oct 31 17:47:01.516 INFO STEP 1198 (remove_files) COMPLETE
77902024-10-31T17:47:02.921Z[ recovery-image] Oct 31 17:47:01.516 INFO O| Oct 31 17:47:01.516 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-10-31T17:47:02.928Z[ recovery-image] Oct 31 17:47:01.525 INFO O| Oct 31 17:47:01.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77922024-10-31T17:47:02.930Z[ recovery-image] Oct 31 17:47:01.525 INFO O| Oct 31 17:47:01.525 INFO STEP 1199 (remove_files) COMPLETE
77932024-10-31T17:47:02.930Z[ recovery-image] Oct 31 17:47:01.525 INFO O| Oct 31 17:47:01.525 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-10-31T17:47:02.938Z[ recovery-image] Oct 31 17:47:01.535 INFO O| Oct 31 17:47:01.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77952024-10-31T17:47:02.938Z[ recovery-image] Oct 31 17:47:01.535 INFO O| Oct 31 17:47:01.535 INFO STEP 1200 (remove_files) COMPLETE
77962024-10-31T17:47:02.940Z[ recovery-image] Oct 31 17:47:01.535 INFO O| Oct 31 17:47:01.535 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-10-31T17:47:02.947Z[ recovery-image] Oct 31 17:47:01.544 INFO O| Oct 31 17:47:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77982024-10-31T17:47:02.947Z[ recovery-image] Oct 31 17:47:01.544 INFO O| Oct 31 17:47:01.544 INFO STEP 1201 (remove_files) COMPLETE
77992024-10-31T17:47:02.950Z[ recovery-image] Oct 31 17:47:01.544 INFO O| Oct 31 17:47:01.544 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-10-31T17:47:02.956Z[ recovery-image] Oct 31 17:47:01.553 INFO O| Oct 31 17:47:01.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78012024-10-31T17:47:02.959Z[ recovery-image] Oct 31 17:47:01.554 INFO O| Oct 31 17:47:01.553 INFO STEP 1202 (remove_files) COMPLETE
78022024-10-31T17:47:02.959Z[ recovery-image] Oct 31 17:47:01.554 INFO O| Oct 31 17:47:01.554 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-10-31T17:47:02.967Z[ recovery-image] Oct 31 17:47:01.563 INFO O| Oct 31 17:47:01.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78042024-10-31T17:47:02.967Z[ recovery-image] Oct 31 17:47:01.563 INFO O| Oct 31 17:47:01.563 INFO STEP 1203 (remove_files) COMPLETE
78052024-10-31T17:47:02.967Z[ recovery-image] Oct 31 17:47:01.563 INFO O| Oct 31 17:47:01.563 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-10-31T17:47:02.975Z[ recovery-image] Oct 31 17:47:01.572 INFO O| Oct 31 17:47:01.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78072024-10-31T17:47:02.978Z[ recovery-image] Oct 31 17:47:01.572 INFO O| Oct 31 17:47:01.572 INFO STEP 1204 (remove_files) COMPLETE
78082024-10-31T17:47:02.978Z[ recovery-image] Oct 31 17:47:01.572 INFO O| Oct 31 17:47:01.572 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-10-31T17:47:02.985Z[ recovery-image] Oct 31 17:47:01.582 INFO O| Oct 31 17:47:01.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78102024-10-31T17:47:02.987Z[ recovery-image] Oct 31 17:47:01.582 INFO O| Oct 31 17:47:01.582 INFO STEP 1205 (remove_files) COMPLETE
78112024-10-31T17:47:02.987Z[ recovery-image] Oct 31 17:47:01.582 INFO O| Oct 31 17:47:01.582 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78122024-10-31T17:47:02.999Z[ recovery-image] Oct 31 17:47:01.596 INFO O| Oct 31 17:47:01.596 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78132024-10-31T17:47:02.999Z[ recovery-image] Oct 31 17:47:01.596 INFO O| Oct 31 17:47:01.596 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78142024-10-31T17:47:03.202Z[ host-image] Oct 31 17:47:01.799 INFO O| Oct 31 17:47:01.799 INFO O| Download: Completed 20.80 MB in 0.66 seconds (31.6M/s)
78152024-10-31T17:47:03.230Z[ host-image] Oct 31 17:47:01.827 INFO O| Oct 31 17:47:01.827 INFO O| Actions: 1/22 actions (Installing new actions)
78162024-10-31T17:47:03.751Z[ host-image] Oct 31 17:47:02.347 INFO O| Oct 31 17:47:02.347 INFO O| Actions: Completed 22 actions in 0.52 seconds.
78172024-10-31T17:47:03.795Z[ recovery-image] Oct 31 17:47:02.392 INFO O| Oct 31 17:47:02.391 INFO STEP 1206 (pack_tar) COMPLETE
78182024-10-31T17:47:03.795Z[ recovery-image] Oct 31 17:47:02.392 INFO O| Oct 31 17:47:02.392 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78192024-10-31T17:47:03.798Z[ recovery-image] Oct 31 17:47:02.392 INFO O| Oct 31 17:47:02.392 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78202024-10-31T17:47:04.011Z[ recovery-image] Oct 31 17:47:02.608 INFO O| Oct 31 17:47:02.608 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78212024-10-31T17:47:04.084Z[ host-image] Oct 31 17:47:02.681 INFO O| Oct 31 17:47:02.681 INFO O| Done
78222024-10-31T17:47:04.084Z[ host-image] Oct 31 17:47:02.681 INFO O| Oct 31 17:47:02.681 INFO O| Done
78232024-10-31T17:47:04.102Z[ recovery-image] Oct 31 17:47:02.699 INFO O| Oct 31 17:47:02.699 INFO completed processing gimlet/ramdisk-03-recovery-trim
78242024-10-31T17:47:04.109Z[ recovery-image] Oct 31 17:47:02.705 INFO image builder template: zfs-recovery...
78252024-10-31T17:47:04.109Z[ recovery-image] Oct 31 17:47:02.705 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/.tmprBD8Ob/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
78262024-10-31T17:47:04.141Z[ recovery-image] Oct 31 17:47:02.738 INFO O| Oct 31 17:47:02.738 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78272024-10-31T17:47:04.145Z[ recovery-image] Oct 31 17:47:02.742 INFO O| Oct 31 17:47:02.742 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78282024-10-31T17:47:04.226Z[ recovery-image] Oct 31 17:47:02.823 INFO O| Oct 31 17:47:02.823 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78292024-10-31T17:47:04.279Z[ recovery-image] Oct 31 17:47:02.876 INFO O| Oct 31 17:47:02.876 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78302024-10-31T17:47:04.279Z[ recovery-image] Oct 31 17:47:02.876 INFO O| Oct 31 17:47:02.876 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78312024-10-31T17:47:04.283Z[ recovery-image] Oct 31 17:47:02.880 INFO O| Oct 31 17:47:02.880 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78322024-10-31T17:47:04.340Z[ recovery-image] Oct 31 17:47:02.937 INFO O| Oct 31 17:47:02.937 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78332024-10-31T17:47:04.418Z[ recovery-image] Oct 31 17:47:03.015 INFO O| Oct 31 17:47:03.015 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78342024-10-31T17:47:04.428Z[ recovery-image] Oct 31 17:47:03.025 INFO O| Oct 31 17:47:03.025 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78352024-10-31T17:47:04.433Z[ recovery-image] Oct 31 17:47:03.030 INFO O| Oct 31 17:47:03.030 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78362024-10-31T17:47:04.436Z[ recovery-image] Oct 31 17:47:03.031 INFO O| Oct 31 17:47:03.031 INFO no lofi found
78372024-10-31T17:47:04.436Z[ recovery-image] Oct 31 17:47:03.031 INFO O| Oct 31 17:47:03.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78382024-10-31T17:47:04.436Z[ recovery-image] Oct 31 17:47:03.031 INFO O| Oct 31 17:47:03.031 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78392024-10-31T17:47:04.586Z[ host-image] Oct 31 17:47:03.182 INFO O| Oct 31 17:47:03.182 INFO O| Done
78402024-10-31T17:47:05.822Z[ host-image] Oct 31 17:47:04.418 INFO O| Oct 31 17:47:04.418 INFO O| Done
78412024-10-31T17:47:05.848Z[ host-image] Oct 31 17:47:04.444 INFO O| Oct 31 17:47:04.444 INFO O| Done
78422024-10-31T17:47:05.850Z[ host-image] Oct 31 17:47:04.444 INFO O| Oct 31 17:47:04.444 INFO O| Done
78432024-10-31T17:47:05.857Z[ host-image] Oct 31 17:47:04.454 INFO O| Oct 31 17:47:04.454 INFO O| Done
78442024-10-31T17:47:05.961Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.556 INFO STEP 14 (pkg_install) COMPLETE
78452024-10-31T17:47:05.961Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78462024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO skip step because feature "mfg" is not enabled
78472024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78482024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO skip step because feature "compliance" is not enabled
78492024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78502024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO skip step because feature "stress" is not enabled
78512024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78522024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO skip step because feature "nfs" is not enabled
78532024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78542024-10-31T17:47:05.964Z[ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78552024-10-31T17:47:06.024Z[ host-image] Oct 31 17:47:04.620 INFO O| Oct 31 17:47:04.620 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
78562024-10-31T17:47:06.089Z[ host-image] Oct 31 17:47:04.685 INFO O| Oct 31 17:47:04.685 INFO completed processing gimlet/ramdisk-01-os
78572024-10-31T17:47:06.092Z[ host-image] Oct 31 17:47:04.687 INFO omicron1 baseline generation...
78582024-10-31T17:47:06.092Z[ host-image] Oct 31 17:47:04.688 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
78592024-10-31T17:47:06.414Z[ recovery-image] Oct 31 17:47:05.010 INFO O| Oct 31 17:47:05.010 INFO lofi device = /dev/dsk/c2t1d0p0
78602024-10-31T17:47:06.414Z[ recovery-image] Oct 31 17:47:05.010 INFO O| Oct 31 17:47:05.010 INFO pool device = /dev/dsk/c2t1d0p0
78612024-10-31T17:47:06.417Z[ recovery-image] Oct 31 17:47:05.011 INFO O| Oct 31 17:47:05.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78622024-10-31T17:47:06.498Z[ recovery-image] Oct 31 17:47:05.093 INFO O| Oct 31 17:47:05.093 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78632024-10-31T17:47:06.498Z[ recovery-image] Oct 31 17:47:05.094 INFO O| Oct 31 17:47:05.093 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78642024-10-31T17:47:06.515Z[ recovery-image] Oct 31 17:47:05.111 INFO O| Oct 31 17:47:05.111 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78652024-10-31T17:47:06.521Z[ host-image] Oct 31 17:47:05.117 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z
78662024-10-31T17:47:06.574Z[ recovery-image] Oct 31 17:47:05.170 INFO O| Oct 31 17:47:05.170 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78672024-10-31T17:47:06.612Z[ recovery-image] Oct 31 17:47:05.208 INFO O| Oct 31 17:47:05.208 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78682024-10-31T17:47:06.626Z[ recovery-image] Oct 31 17:47:05.222 INFO O| Oct 31 17:47:05.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78692024-10-31T17:47:06.636Z[ recovery-image] Oct 31 17:47:05.233 INFO O| Oct 31 17:47:05.232 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78702024-10-31T17:47:06.682Z[ recovery-image] Oct 31 17:47:05.278 INFO O| Oct 31 17:47:05.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78712024-10-31T17:47:06.684Z[ recovery-image] Oct 31 17:47:05.278 INFO O| Oct 31 17:47:05.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78722024-10-31T17:47:06.684Z[ recovery-image] Oct 31 17:47:05.278 INFO O| Oct 31 17:47:05.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78732024-10-31T17:47:06.689Z[ recovery-image] Oct 31 17:47:05.285 INFO O| Oct 31 17:47:05.285 INFO boot environment UUID: 16606c46-415e-496b-9f3b-698c193189e2
78742024-10-31T17:47:06.689Z[ recovery-image] Oct 31 17:47:05.285 INFO O| Oct 31 17:47:05.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 16606c46-415e-496b-9f3b-698c193189e2
78752024-10-31T17:47:06.699Z[ recovery-image] Oct 31 17:47:05.295 INFO O| Oct 31 17:47:05.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78762024-10-31T17:47:06.709Z[ recovery-image] Oct 31 17:47:05.305 INFO O| Oct 31 17:47:05.305 INFO STEP 0 (create_be) COMPLETE
78772024-10-31T17:47:06.709Z[ recovery-image] Oct 31 17:47:05.305 INFO O| Oct 31 17:47:05.305 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78782024-10-31T17:47:06.724Z[ recovery-image] Oct 31 17:47:05.320 INFO O| Oct 31 17:47:05.320 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"]
78792024-10-31T17:47:08.825Z[ recovery-image] Oct 31 17:47:07.420 INFO O| Oct 31 17:47:07.420 INFO STEP 1 (unpack_tar) COMPLETE
78802024-10-31T17:47:08.825Z[ recovery-image] Oct 31 17:47:07.420 INFO O| Oct 31 17:47:07.420 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78812024-10-31T17:47:08.836Z[ recovery-image] Oct 31 17:47:07.431 INFO O| Oct 31 17:47:07.431 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78822024-10-31T17:47:09.334Z[ recovery-image] Oct 31 17:47:07.930 INFO O| Oct 31 17:47:07.929 INFO STEP 2 (devfsadm) COMPLETE
78832024-10-31T17:47:09.334Z[ recovery-image] Oct 31 17:47:07.930 INFO O| Oct 31 17:47:07.929 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-31T17:47:09.346Z[ recovery-image] Oct 31 17:47:07.942 INFO O| Oct 31 17:47:07.942 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78852024-10-31T17:47:09.347Z[ recovery-image] Oct 31 17:47:07.942 INFO O| Oct 31 17:47:07.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78862024-10-31T17:47:09.347Z[ recovery-image] Oct 31 17:47:07.942 INFO O| Oct 31 17:47:07.942 INFO STEP 3 (ensure_dir) COMPLETE
78872024-10-31T17:47:09.351Z[ recovery-image] Oct 31 17:47:07.942 INFO O| Oct 31 17:47:07.942 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-31T17:47:09.359Z[ recovery-image] Oct 31 17:47:07.955 INFO O| Oct 31 17:47:07.955 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78892024-10-31T17:47:09.359Z[ recovery-image] Oct 31 17:47:07.955 INFO O| Oct 31 17:47:07.955 INFO STEP 4 (ensure_dir) COMPLETE
78902024-10-31T17:47:09.362Z[ recovery-image] Oct 31 17:47:07.955 INFO O| Oct 31 17:47:07.955 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-31T17:47:09.370Z[ recovery-image] Oct 31 17:47:07.965 INFO O| Oct 31 17:47:07.965 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78922024-10-31T17:47:09.370Z[ recovery-image] Oct 31 17:47:07.965 INFO O| Oct 31 17:47:07.965 INFO STEP 5 (ensure_dir) COMPLETE
78932024-10-31T17:47:09.372Z[ recovery-image] Oct 31 17:47:07.965 INFO O| Oct 31 17:47:07.965 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78942024-10-31T17:47:09.380Z[ recovery-image] Oct 31 17:47:07.975 INFO O| Oct 31 17:47:07.975 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78952024-10-31T17:47:09.380Z[ recovery-image] Oct 31 17:47:07.975 INFO O| Oct 31 17:47:07.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78962024-10-31T17:47:09.382Z[ recovery-image] Oct 31 17:47:07.975 INFO O| Oct 31 17:47:07.975 INFO STEP 6 (ensure_dir) COMPLETE
78972024-10-31T17:47:09.382Z[ recovery-image] Oct 31 17:47:07.975 INFO O| Oct 31 17:47:07.975 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78982024-10-31T17:47:09.392Z[ recovery-image] Oct 31 17:47:07.987 INFO O| Oct 31 17:47:07.987 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78992024-10-31T17:47:09.394Z[ recovery-image] Oct 31 17:47:07.987 INFO O| Oct 31 17:47:07.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79002024-10-31T17:47:09.394Z[ recovery-image] Oct 31 17:47:07.987 INFO O| Oct 31 17:47:07.987 INFO STEP 7 (ensure_dir) COMPLETE
79012024-10-31T17:47:09.394Z[ recovery-image] Oct 31 17:47:07.987 INFO O| Oct 31 17:47:07.987 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79022024-10-31T17:47:09.402Z[ recovery-image] Oct 31 17:47:07.998 INFO O| Oct 31 17:47:07.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79032024-10-31T17:47:09.405Z[ recovery-image] Oct 31 17:47:07.998 INFO O| Oct 31 17:47:07.998 INFO STEP 8 (remove_files) COMPLETE
79042024-10-31T17:47:09.405Z[ recovery-image] Oct 31 17:47:07.998 INFO O| Oct 31 17:47:07.998 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79052024-10-31T17:47:09.413Z[ recovery-image] Oct 31 17:47:08.009 INFO O| Oct 31 17:47:08.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79062024-10-31T17:47:09.417Z[ recovery-image] Oct 31 17:47:08.010 INFO O| Oct 31 17:47:08.010 INFO STEP 9 (remove_files) COMPLETE
79072024-10-31T17:47:09.417Z[ recovery-image] Oct 31 17:47:08.010 INFO O| Oct 31 17:47:08.010 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79082024-10-31T17:47:09.425Z[ recovery-image] Oct 31 17:47:08.020 INFO O| Oct 31 17:47:08.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79092024-10-31T17:47:09.427Z[ recovery-image] Oct 31 17:47:08.021 INFO O| Oct 31 17:47:08.021 INFO STEP 10 (remove_files) COMPLETE
79102024-10-31T17:47:09.427Z[ recovery-image] Oct 31 17:47:08.021 INFO O| Oct 31 17:47:08.021 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79112024-10-31T17:47:09.435Z[ recovery-image] Oct 31 17:47:08.031 INFO O| Oct 31 17:47:08.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79122024-10-31T17:47:09.438Z[ recovery-image] Oct 31 17:47:08.031 INFO O| Oct 31 17:47:08.031 INFO STEP 11 (remove_files) COMPLETE
79132024-10-31T17:47:09.438Z[ recovery-image] Oct 31 17:47:08.031 INFO O| Oct 31 17:47:08.031 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79142024-10-31T17:47:09.445Z[ recovery-image] Oct 31 17:47:08.041 INFO O| Oct 31 17:47:08.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79152024-10-31T17:47:09.447Z[ recovery-image] Oct 31 17:47:08.041 INFO O| Oct 31 17:47:08.041 INFO STEP 12 (remove_files) COMPLETE
79162024-10-31T17:47:09.447Z[ recovery-image] Oct 31 17:47:08.041 INFO O| Oct 31 17:47:08.041 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79172024-10-31T17:47:09.455Z[ recovery-image] Oct 31 17:47:08.051 INFO O| Oct 31 17:47:08.051 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79182024-10-31T17:47:09.458Z[ recovery-image] Oct 31 17:47:08.051 INFO O| Oct 31 17:47:08.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79192024-10-31T17:47:09.458Z[ recovery-image] Oct 31 17:47:08.051 INFO O| Oct 31 17:47:08.051 INFO STEP 13 (ensure_dir) COMPLETE
79202024-10-31T17:47:09.458Z[ recovery-image] Oct 31 17:47:08.051 INFO O| Oct 31 17:47:08.051 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79212024-10-31T17:47:09.465Z[ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79222024-10-31T17:47:09.466Z[ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79232024-10-31T17:47:09.468Z[ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79242024-10-31T17:47:09.468Z[ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO STEP 14 (ensure_dir) COMPLETE
79252024-10-31T17:47:09.468Z[ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79262024-10-31T17:47:09.476Z[ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79272024-10-31T17:47:09.476Z[ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79282024-10-31T17:47:09.478Z[ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79292024-10-31T17:47:09.478Z[ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO STEP 15 (ensure_dir) COMPLETE
79302024-10-31T17:47:09.478Z[ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79312024-10-31T17:47:09.486Z[ recovery-image] Oct 31 17:47:08.081 INFO O| Oct 31 17:47:08.081 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79322024-10-31T17:47:09.486Z[ recovery-image] Oct 31 17:47:08.082 INFO O| Oct 31 17:47:08.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79332024-10-31T17:47:09.486Z[ recovery-image] Oct 31 17:47:08.082 INFO O| Oct 31 17:47:08.082 INFO STEP 16 (ensure_dir) COMPLETE
79342024-10-31T17:47:09.486Z[ recovery-image] Oct 31 17:47:08.082 INFO O| Oct 31 17:47:08.082 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79352024-10-31T17:47:09.498Z[ recovery-image] Oct 31 17:47:08.094 INFO O| Oct 31 17:47:08.093 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79362024-10-31T17:47:09.498Z[ recovery-image] Oct 31 17:47:08.094 INFO O| Oct 31 17:47:08.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79372024-10-31T17:47:09.498Z[ recovery-image] Oct 31 17:47:08.094 INFO O| Oct 31 17:47:08.094 INFO STEP 17 (ensure_dir) COMPLETE
79382024-10-31T17:47:09.501Z[ recovery-image] Oct 31 17:47:08.094 INFO O| Oct 31 17:47:08.094 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79392024-10-31T17:47:09.508Z[ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79402024-10-31T17:47:09.511Z[ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79412024-10-31T17:47:09.511Z[ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO ok!
79422024-10-31T17:47:09.511Z[ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO STEP 18 (ensure_symlink) COMPLETE
79432024-10-31T17:47:09.511Z[ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79442024-10-31T17:47:09.518Z[ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79452024-10-31T17:47:09.521Z[ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79462024-10-31T17:47:09.521Z[ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO ok!
79472024-10-31T17:47:09.521Z[ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO STEP 19 (ensure_file) COMPLETE
79482024-10-31T17:47:09.521Z[ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79492024-10-31T17:47:09.528Z[ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79502024-10-31T17:47:09.528Z[ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79512024-10-31T17:47:09.531Z[ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79522024-10-31T17:47:09.531Z[ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO ok!
79532024-10-31T17:47:09.531Z[ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO STEP 20 (ensure_symlink) COMPLETE
79542024-10-31T17:47:09.531Z[ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79552024-10-31T17:47:09.538Z[ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79562024-10-31T17:47:09.538Z[ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79572024-10-31T17:47:09.538Z[ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79582024-10-31T17:47:09.541Z[ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO ok!
79592024-10-31T17:47:09.541Z[ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO STEP 21 (ensure_symlink) COMPLETE
79602024-10-31T17:47:09.541Z[ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79612024-10-31T17:47:09.548Z[ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79622024-10-31T17:47:09.550Z[ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79632024-10-31T17:47:09.551Z[ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79642024-10-31T17:47:09.551Z[ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO ok!
79652024-10-31T17:47:09.551Z[ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO STEP 22 (ensure_symlink) COMPLETE
79662024-10-31T17:47:09.551Z[ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79672024-10-31T17:47:09.558Z[ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79682024-10-31T17:47:09.559Z[ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79692024-10-31T17:47:09.561Z[ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79702024-10-31T17:47:09.561Z[ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO ok!
79712024-10-31T17:47:09.561Z[ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO STEP 23 (ensure_symlink) COMPLETE
79722024-10-31T17:47:09.561Z[ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79732024-10-31T17:47:09.569Z[ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79742024-10-31T17:47:09.569Z[ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 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 ...
79752024-10-31T17:47:09.576Z[ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79762024-10-31T17:47:09.576Z[ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 INFO ok!
79772024-10-31T17:47:09.576Z[ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 INFO STEP 24 (ensure_file) COMPLETE
79782024-10-31T17:47:09.576Z[ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79792024-10-31T17:47:09.579Z[ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO updating shadow file
79802024-10-31T17:47:09.582Z[ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79812024-10-31T17:47:09.582Z[ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79822024-10-31T17:47:09.582Z[ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO STEP 25 (shadow) COMPLETE
79832024-10-31T17:47:09.582Z[ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79842024-10-31T17:47:09.590Z[ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.185 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79852024-10-31T17:47:09.590Z[ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79862024-10-31T17:47:09.593Z[ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79872024-10-31T17:47:09.593Z[ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO ok!
79882024-10-31T17:47:09.593Z[ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO STEP 26 (ensure_file) COMPLETE
79892024-10-31T17:47:09.593Z[ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79902024-10-31T17:47:09.601Z[ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79912024-10-31T17:47:09.601Z[ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79922024-10-31T17:47:09.601Z[ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79932024-10-31T17:47:09.601Z[ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO ok!
79942024-10-31T17:47:09.603Z[ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO STEP 27 (ensure_file) COMPLETE
79952024-10-31T17:47:09.603Z[ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79962024-10-31T17:47:09.611Z[ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79972024-10-31T17:47:09.611Z[ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79982024-10-31T17:47:09.614Z[ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79992024-10-31T17:47:09.614Z[ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80002024-10-31T17:47:09.614Z[ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO ok!
80012024-10-31T17:47:09.614Z[ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO STEP 28 (ensure_file) COMPLETE
80022024-10-31T17:47:09.614Z[ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80032024-10-31T17:47:09.622Z[ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80042024-10-31T17:47:09.622Z[ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80052024-10-31T17:47:09.622Z[ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80062024-10-31T17:47:09.624Z[ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO ok!
80072024-10-31T17:47:09.624Z[ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO STEP 29 (ensure_file) COMPLETE
80082024-10-31T17:47:09.624Z[ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80092024-10-31T17:47:09.632Z[ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80102024-10-31T17:47:09.632Z[ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80112024-10-31T17:47:09.634Z[ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80122024-10-31T17:47:09.634Z[ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO ok!
80132024-10-31T17:47:09.634Z[ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO STEP 30 (ensure_file) COMPLETE
80142024-10-31T17:47:09.634Z[ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80152024-10-31T17:47:09.642Z[ recovery-image] Oct 31 17:47:08.237 INFO O| Oct 31 17:47:08.237 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80162024-10-31T17:47:09.642Z[ recovery-image] Oct 31 17:47:08.237 INFO O| Oct 31 17:47:08.237 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80172024-10-31T17:47:09.645Z[ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80182024-10-31T17:47:09.645Z[ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80192024-10-31T17:47:09.645Z[ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.238 INFO ok!
80202024-10-31T17:47:09.645Z[ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.238 INFO STEP 31 (ensure_file) COMPLETE
80212024-10-31T17:47:09.645Z[ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.238 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80222024-10-31T17:47:09.652Z[ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80232024-10-31T17:47:09.652Z[ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80242024-10-31T17:47:09.655Z[ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80252024-10-31T17:47:09.655Z[ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO ok!
80262024-10-31T17:47:09.655Z[ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO STEP 32 (ensure_file) COMPLETE
80272024-10-31T17:47:09.655Z[ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80282024-10-31T17:47:09.664Z[ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80292024-10-31T17:47:09.664Z[ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80302024-10-31T17:47:09.666Z[ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80312024-10-31T17:47:09.666Z[ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO ok!
80322024-10-31T17:47:09.666Z[ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO STEP 33 (ensure_file) COMPLETE
80332024-10-31T17:47:09.666Z[ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80342024-10-31T17:47:09.674Z[ recovery-image] Oct 31 17:47:08.269 INFO O| Oct 31 17:47:08.269 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80352024-10-31T17:47:09.674Z[ recovery-image] Oct 31 17:47:08.269 INFO O| Oct 31 17:47:08.269 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80362024-10-31T17:47:09.677Z[ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.269 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80372024-10-31T17:47:09.677Z[ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80382024-10-31T17:47:09.677Z[ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80392024-10-31T17:47:09.677Z[ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80402024-10-31T17:47:09.677Z[ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO ok!
80412024-10-31T17:47:09.677Z[ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO STEP 34 (ensure_file) COMPLETE
80422024-10-31T17:47:09.677Z[ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80432024-10-31T17:47:09.687Z[ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.282 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80442024-10-31T17:47:09.687Z[ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.283 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80452024-10-31T17:47:09.687Z[ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.283 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80462024-10-31T17:47:09.690Z[ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.283 INFO STEP 35 (ensure_dir) COMPLETE
80472024-10-31T17:47:09.690Z[ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.283 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80482024-10-31T17:47:09.701Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.296 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
80492024-10-31T17:47:09.701Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.296 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 ...
80502024-10-31T17:47:09.701Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 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
80512024-10-31T17:47:09.704Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 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
80522024-10-31T17:47:09.704Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 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
80532024-10-31T17:47:09.704Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 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
80542024-10-31T17:47:09.704Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 INFO ok!
80552024-10-31T17:47:09.704Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 INFO STEP 36 (ensure_file) COMPLETE
80562024-10-31T17:47:09.704Z[ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80572024-10-31T17:47:09.712Z[ recovery-image] Oct 31 17:47:08.307 INFO O| Oct 31 17:47:08.307 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80582024-10-31T17:47:09.712Z[ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.307 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 ...
80592024-10-31T17:47:09.715Z[ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.308 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80602024-10-31T17:47:09.715Z[ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.308 INFO ok!
80612024-10-31T17:47:09.715Z[ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.308 INFO STEP 37 (ensure_symlink) COMPLETE
80622024-10-31T17:47:09.715Z[ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.308 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80632024-10-31T17:47:09.723Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80642024-10-31T17:47:09.725Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80652024-10-31T17:47:09.725Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80662024-10-31T17:47:09.725Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80672024-10-31T17:47:09.725Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80682024-10-31T17:47:09.725Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80692024-10-31T17:47:09.725Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO ok!
80702024-10-31T17:47:09.725Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO STEP 38 (ensure_file) COMPLETE
80712024-10-31T17:47:09.725Z[ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80722024-10-31T17:47:09.733Z[ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80732024-10-31T17:47:09.733Z[ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 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 ...
80742024-10-31T17:47:09.733Z[ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 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
80752024-10-31T17:47:09.733Z[ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80762024-10-31T17:47:09.733Z[ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO ok!
80772024-10-31T17:47:09.735Z[ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO STEP 39 (ensure_file) COMPLETE
80782024-10-31T17:47:09.735Z[ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80792024-10-31T17:47:09.743Z[ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80802024-10-31T17:47:09.743Z[ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80812024-10-31T17:47:09.745Z[ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80822024-10-31T17:47:09.745Z[ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO ok!
80832024-10-31T17:47:09.745Z[ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO STEP 40 (ensure_file) COMPLETE
80842024-10-31T17:47:09.745Z[ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80852024-10-31T17:47:09.753Z[ recovery-image] Oct 31 17:47:08.348 INFO O| Oct 31 17:47:08.348 INFO updating shadow file
80862024-10-31T17:47:09.755Z[ recovery-image] Oct 31 17:47:08.349 INFO O| Oct 31 17:47:08.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80872024-10-31T17:47:09.755Z[ recovery-image] Oct 31 17:47:08.349 INFO O| Oct 31 17:47:08.349 INFO STEP 41 (shadow) COMPLETE
80882024-10-31T17:47:09.755Z[ recovery-image] Oct 31 17:47:08.349 INFO O| Oct 31 17:47:08.349 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80892024-10-31T17:47:09.764Z[ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80902024-10-31T17:47:09.766Z[ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80912024-10-31T17:47:09.766Z[ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80922024-10-31T17:47:09.766Z[ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80932024-10-31T17:47:09.766Z[ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO ok!
80942024-10-31T17:47:09.766Z[ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO STEP 42 (ensure_file) COMPLETE
80952024-10-31T17:47:09.766Z[ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-31T17:47:09.774Z[ recovery-image] Oct 31 17:47:08.370 INFO O| Oct 31 17:47:08.370 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80972024-10-31T17:47:09.774Z[ recovery-image] Oct 31 17:47:08.370 INFO O| Oct 31 17:47:08.370 INFO STEP 43 (ensure_dir) COMPLETE
80982024-10-31T17:47:09.774Z[ recovery-image] Oct 31 17:47:08.370 INFO O| Oct 31 17:47:08.370 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80992024-10-31T17:47:09.784Z[ recovery-image] Oct 31 17:47:08.379 INFO O| Oct 31 17:47:08.379 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81002024-10-31T17:47:09.784Z[ recovery-image] Oct 31 17:47:08.380 INFO O| Oct 31 17:47:08.379 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81012024-10-31T17:47:09.787Z[ recovery-image] Oct 31 17:47:08.380 INFO O| Oct 31 17:47:08.380 INFO STEP 44 (ensure_dir) COMPLETE
81022024-10-31T17:47:09.787Z[ recovery-image] Oct 31 17:47:08.380 INFO O| Oct 31 17:47:08.380 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81032024-10-31T17:47:09.794Z[ recovery-image] Oct 31 17:47:08.389 INFO O| Oct 31 17:47:08.389 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81042024-10-31T17:47:09.794Z[ recovery-image] Oct 31 17:47:08.390 INFO O| Oct 31 17:47:08.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81052024-10-31T17:47:09.797Z[ recovery-image] Oct 31 17:47:08.390 INFO O| Oct 31 17:47:08.390 INFO STEP 45 (ensure_dir) COMPLETE
81062024-10-31T17:47:09.797Z[ recovery-image] Oct 31 17:47:08.390 INFO O| Oct 31 17:47:08.390 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81072024-10-31T17:47:09.804Z[ recovery-image] Oct 31 17:47:08.400 INFO O| Oct 31 17:47:08.399 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81082024-10-31T17:47:09.804Z[ recovery-image] Oct 31 17:47:08.400 INFO O| Oct 31 17:47:08.399 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81092024-10-31T17:47:09.835Z[ recovery-image] Oct 31 17:47:08.430 INFO O| Oct 31 17:47:08.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81102024-10-31T17:47:09.835Z[ recovery-image] Oct 31 17:47:08.430 INFO O| Oct 31 17:47:08.430 INFO ok!
81112024-10-31T17:47:09.838Z[ recovery-image] Oct 31 17:47:08.430 INFO O| Oct 31 17:47:08.430 INFO STEP 46 (ensure_file) COMPLETE
81122024-10-31T17:47:09.838Z[ recovery-image] Oct 31 17:47:08.430 INFO O| Oct 31 17:47:08.430 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81132024-10-31T17:47:09.846Z[ recovery-image] Oct 31 17:47:08.441 INFO O| Oct 31 17:47:08.441 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81142024-10-31T17:47:09.848Z[ recovery-image] Oct 31 17:47:08.441 INFO O| Oct 31 17:47:08.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81152024-10-31T17:47:09.848Z[ recovery-image] Oct 31 17:47:08.441 INFO O| Oct 31 17:47:08.441 INFO STEP 47 (ensure_dir) COMPLETE
81162024-10-31T17:47:09.848Z[ recovery-image] Oct 31 17:47:08.441 INFO O| Oct 31 17:47:08.441 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-10-31T17:47:09.856Z[ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81182024-10-31T17:47:09.856Z[ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81192024-10-31T17:47:09.858Z[ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81202024-10-31T17:47:09.858Z[ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO ok!
81212024-10-31T17:47:09.858Z[ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO STEP 48 (ensure_file) COMPLETE
81222024-10-31T17:47:09.858Z[ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81232024-10-31T17:47:09.866Z[ recovery-image] Oct 31 17:47:08.461 INFO O| Oct 31 17:47:08.461 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81242024-10-31T17:47:09.866Z[ recovery-image] Oct 31 17:47:08.461 INFO O| Oct 31 17:47:08.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81252024-10-31T17:47:09.868Z[ recovery-image] Oct 31 17:47:08.461 INFO O| Oct 31 17:47:08.461 INFO STEP 49 (ensure_dir) COMPLETE
81262024-10-31T17:47:09.868Z[ recovery-image] Oct 31 17:47:08.461 INFO O| Oct 31 17:47:08.461 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81272024-10-31T17:47:09.876Z[ recovery-image] Oct 31 17:47:08.471 INFO O| Oct 31 17:47:08.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81282024-10-31T17:47:09.876Z[ recovery-image] Oct 31 17:47:08.471 INFO O| Oct 31 17:47:08.471 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81292024-10-31T17:47:09.890Z[ recovery-image] Oct 31 17:47:08.486 INFO O| Oct 31 17:47:08.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81302024-10-31T17:47:09.890Z[ recovery-image] Oct 31 17:47:08.486 INFO O| Oct 31 17:47:08.486 INFO ok!
81312024-10-31T17:47:09.890Z[ recovery-image] Oct 31 17:47:08.486 INFO O| Oct 31 17:47:08.486 INFO STEP 50 (ensure_file) COMPLETE
81322024-10-31T17:47:09.893Z[ recovery-image] Oct 31 17:47:08.486 INFO O| Oct 31 17:47:08.486 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81332024-10-31T17:47:09.902Z[ recovery-image] Oct 31 17:47:08.498 INFO O| Oct 31 17:47:08.498 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81342024-10-31T17:47:09.902Z[ recovery-image] Oct 31 17:47:08.498 INFO O| Oct 31 17:47:08.498 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81352024-10-31T17:47:10.426Z[ recovery-image] Oct 31 17:47:09.021 INFO O| Oct 31 17:47:09.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81362024-10-31T17:47:10.426Z[ recovery-image] Oct 31 17:47:09.021 INFO O| Oct 31 17:47:09.021 INFO ok!
81372024-10-31T17:47:10.429Z[ recovery-image] Oct 31 17:47:09.021 INFO O| Oct 31 17:47:09.021 INFO STEP 51 (ensure_file) COMPLETE
81382024-10-31T17:47:10.429Z[ recovery-image] Oct 31 17:47:09.021 INFO O| Oct 31 17:47:09.021 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81392024-10-31T17:47:10.437Z[ recovery-image] Oct 31 17:47:09.032 INFO O| Oct 31 17:47:09.032 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81402024-10-31T17:47:10.437Z[ recovery-image] Oct 31 17:47:09.032 INFO O| Oct 31 17:47:09.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81412024-10-31T17:47:10.437Z[ recovery-image] Oct 31 17:47:09.032 INFO O| Oct 31 17:47:09.032 INFO STEP 52 (ensure_dir) COMPLETE
81422024-10-31T17:47:10.439Z[ recovery-image] Oct 31 17:47:09.032 INFO O| Oct 31 17:47:09.032 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81432024-10-31T17:47:10.447Z[ recovery-image] Oct 31 17:47:09.042 INFO O| Oct 31 17:47:09.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81442024-10-31T17:47:10.450Z[ recovery-image] Oct 31 17:47:09.042 INFO O| Oct 31 17:47:09.042 INFO copying /tmp/.tmprBD8Ob/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 ...
81452024-10-31T17:47:10.450Z[ recovery-image] Oct 31 17:47:09.043 INFO O| Oct 31 17:47:09.042 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
81462024-10-31T17:47:10.450Z[ recovery-image] Oct 31 17:47:09.043 INFO O| Oct 31 17:47:09.043 INFO ok!
81472024-10-31T17:47:10.450Z[ recovery-image] Oct 31 17:47:09.043 INFO O| Oct 31 17:47:09.043 INFO STEP 53 (ensure_file) COMPLETE
81482024-10-31T17:47:10.450Z[ recovery-image] Oct 31 17:47:09.043 INFO O| Oct 31 17:47:09.043 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81492024-10-31T17:47:10.458Z[ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81502024-10-31T17:47:10.458Z[ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO copying /tmp/.tmprBD8Ob/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 ...
81512024-10-31T17:47:10.458Z[ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 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
81522024-10-31T17:47:10.460Z[ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO ok!
81532024-10-31T17:47:10.460Z[ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO STEP 54 (ensure_file) COMPLETE
81542024-10-31T17:47:10.460Z[ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81552024-10-31T17:47:10.468Z[ recovery-image] Oct 31 17:47:09.063 INFO O| Oct 31 17:47:09.063 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81562024-10-31T17:47:10.470Z[ recovery-image] Oct 31 17:47:09.063 INFO O| Oct 31 17:47:09.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81572024-10-31T17:47:10.470Z[ recovery-image] Oct 31 17:47:09.063 INFO O| Oct 31 17:47:09.063 INFO STEP 55 (ensure_dir) COMPLETE
81582024-10-31T17:47:10.470Z[ recovery-image] Oct 31 17:47:09.063 INFO O| Oct 31 17:47:09.063 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81592024-10-31T17:47:10.478Z[ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81602024-10-31T17:47:10.480Z[ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO copying /tmp/.tmprBD8Ob/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 ...
81612024-10-31T17:47:10.480Z[ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81622024-10-31T17:47:10.480Z[ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO ok!
81632024-10-31T17:47:10.480Z[ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO STEP 56 (ensure_file) COMPLETE
81642024-10-31T17:47:10.480Z[ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81652024-10-31T17:47:10.488Z[ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81662024-10-31T17:47:10.488Z[ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO copying /tmp/.tmprBD8Ob/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 ...
81672024-10-31T17:47:10.490Z[ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 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
81682024-10-31T17:47:10.490Z[ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO ok!
81692024-10-31T17:47:10.490Z[ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO STEP 57 (ensure_file) COMPLETE
81702024-10-31T17:47:10.490Z[ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81712024-10-31T17:47:10.498Z[ recovery-image] Oct 31 17:47:09.093 INFO O| Oct 31 17:47:09.093 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81722024-10-31T17:47:10.500Z[ recovery-image] Oct 31 17:47:09.093 INFO O| Oct 31 17:47:09.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81732024-10-31T17:47:10.500Z[ recovery-image] Oct 31 17:47:09.093 INFO O| Oct 31 17:47:09.093 INFO STEP 58 (ensure_dir) COMPLETE
81742024-10-31T17:47:10.500Z[ recovery-image] Oct 31 17:47:09.093 INFO O| Oct 31 17:47:09.093 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81752024-10-31T17:47:10.510Z[ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81762024-10-31T17:47:10.510Z[ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO copying /tmp/.tmprBD8Ob/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 ...
81772024-10-31T17:47:10.512Z[ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81782024-10-31T17:47:10.512Z[ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO ok!
81792024-10-31T17:47:10.512Z[ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO STEP 59 (ensure_file) COMPLETE
81802024-10-31T17:47:10.512Z[ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81812024-10-31T17:47:10.520Z[ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81822024-10-31T17:47:10.520Z[ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81832024-10-31T17:47:10.523Z[ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81842024-10-31T17:47:10.523Z[ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO ok!
81852024-10-31T17:47:10.523Z[ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO STEP 60 (ensure_file) COMPLETE
81862024-10-31T17:47:10.523Z[ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81872024-10-31T17:47:10.530Z[ recovery-image] Oct 31 17:47:09.125 INFO O| Oct 31 17:47:09.125 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81882024-10-31T17:47:10.530Z[ recovery-image] Oct 31 17:47:09.125 INFO O| Oct 31 17:47:09.125 INFO STEP 61 (ensure_dir) COMPLETE
81892024-10-31T17:47:10.530Z[ recovery-image] Oct 31 17:47:09.125 INFO O| Oct 31 17:47:09.125 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81902024-10-31T17:47:10.540Z[ recovery-image] Oct 31 17:47:09.135 INFO O| Oct 31 17:47:09.135 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81912024-10-31T17:47:10.540Z[ recovery-image] Oct 31 17:47:09.135 INFO O| Oct 31 17:47:09.135 INFO STEP 62 (ensure_dir) COMPLETE
81922024-10-31T17:47:10.542Z[ recovery-image] Oct 31 17:47:09.135 INFO O| Oct 31 17:47:09.135 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81932024-10-31T17:47:10.552Z[ recovery-image] Oct 31 17:47:09.147 INFO O| Oct 31 17:47:09.147 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81942024-10-31T17:47:10.552Z[ recovery-image] Oct 31 17:47:09.147 INFO O| Oct 31 17:47:09.147 INFO STEP 63 (ensure_dir) COMPLETE
81952024-10-31T17:47:10.552Z[ recovery-image] Oct 31 17:47:09.147 INFO O| Oct 31 17:47:09.147 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81962024-10-31T17:47:10.562Z[ recovery-image] Oct 31 17:47:09.158 INFO O| Oct 31 17:47:09.157 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81972024-10-31T17:47:10.562Z[ recovery-image] Oct 31 17:47:09.158 INFO O| Oct 31 17:47:09.158 INFO STEP 64 (ensure_dir) COMPLETE
81982024-10-31T17:47:10.565Z[ recovery-image] Oct 31 17:47:09.158 INFO O| Oct 31 17:47:09.158 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81992024-10-31T17:47:10.573Z[ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
82002024-10-31T17:47:10.573Z[ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
82012024-10-31T17:47:10.576Z[ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
82022024-10-31T17:47:10.576Z[ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO ok!
82032024-10-31T17:47:10.576Z[ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO STEP 65 (ensure_file) COMPLETE
82042024-10-31T17:47:10.576Z[ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-31T17:47:10.583Z[ recovery-image] Oct 31 17:47:09.178 INFO O| Oct 31 17:47:09.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82062024-10-31T17:47:10.585Z[ recovery-image] Oct 31 17:47:09.178 INFO O| Oct 31 17:47:09.178 INFO STEP 66 (remove_files) COMPLETE
82072024-10-31T17:47:10.585Z[ recovery-image] Oct 31 17:47:09.179 INFO O| Oct 31 17:47:09.178 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-31T17:47:10.594Z[ recovery-image] Oct 31 17:47:09.189 INFO O| Oct 31 17:47:09.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82092024-10-31T17:47:10.596Z[ recovery-image] Oct 31 17:47:09.189 INFO O| Oct 31 17:47:09.189 INFO STEP 67 (remove_files) COMPLETE
82102024-10-31T17:47:10.596Z[ recovery-image] Oct 31 17:47:09.189 INFO O| Oct 31 17:47:09.189 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-31T17:47:10.604Z[ recovery-image] Oct 31 17:47:09.199 INFO O| Oct 31 17:47:09.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82122024-10-31T17:47:10.606Z[ recovery-image] Oct 31 17:47:09.199 INFO O| Oct 31 17:47:09.199 INFO STEP 68 (remove_files) COMPLETE
82132024-10-31T17:47:10.606Z[ recovery-image] Oct 31 17:47:09.199 INFO O| Oct 31 17:47:09.199 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-31T17:47:10.615Z[ recovery-image] Oct 31 17:47:09.210 INFO O| Oct 31 17:47:09.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82152024-10-31T17:47:10.617Z[ recovery-image] Oct 31 17:47:09.210 INFO O| Oct 31 17:47:09.210 INFO STEP 69 (remove_files) COMPLETE
82162024-10-31T17:47:10.617Z[ recovery-image] Oct 31 17:47:09.210 INFO O| Oct 31 17:47:09.210 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-31T17:47:10.625Z[ recovery-image] Oct 31 17:47:09.221 INFO O| Oct 31 17:47:09.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82182024-10-31T17:47:10.628Z[ recovery-image] Oct 31 17:47:09.221 INFO O| Oct 31 17:47:09.221 INFO STEP 70 (remove_files) COMPLETE
82192024-10-31T17:47:10.628Z[ recovery-image] Oct 31 17:47:09.221 INFO O| Oct 31 17:47:09.221 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-31T17:47:10.636Z[ recovery-image] Oct 31 17:47:09.232 INFO O| Oct 31 17:47:09.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82212024-10-31T17:47:10.639Z[ recovery-image] Oct 31 17:47:09.232 INFO O| Oct 31 17:47:09.232 INFO STEP 71 (remove_files) COMPLETE
82222024-10-31T17:47:10.639Z[ recovery-image] Oct 31 17:47:09.232 INFO O| Oct 31 17:47:09.232 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-31T17:47:10.648Z[ recovery-image] Oct 31 17:47:09.243 INFO O| Oct 31 17:47:09.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82242024-10-31T17:47:10.648Z[ recovery-image] Oct 31 17:47:09.243 INFO O| Oct 31 17:47:09.243 INFO STEP 72 (remove_files) COMPLETE
82252024-10-31T17:47:10.652Z[ recovery-image] Oct 31 17:47:09.243 INFO O| Oct 31 17:47:09.243 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-31T17:47:10.658Z[ recovery-image] Oct 31 17:47:09.253 INFO O| Oct 31 17:47:09.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82272024-10-31T17:47:10.658Z[ recovery-image] Oct 31 17:47:09.253 INFO O| Oct 31 17:47:09.253 INFO STEP 73 (remove_files) COMPLETE
82282024-10-31T17:47:10.658Z[ recovery-image] Oct 31 17:47:09.253 INFO O| Oct 31 17:47:09.253 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-31T17:47:10.670Z[ recovery-image] Oct 31 17:47:09.265 INFO O| Oct 31 17:47:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82302024-10-31T17:47:10.670Z[ recovery-image] Oct 31 17:47:09.265 INFO O| Oct 31 17:47:09.265 INFO STEP 74 (remove_files) COMPLETE
82312024-10-31T17:47:10.673Z[ recovery-image] Oct 31 17:47:09.265 INFO O| Oct 31 17:47:09.265 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-31T17:47:10.683Z[ recovery-image] Oct 31 17:47:09.278 INFO O| Oct 31 17:47:09.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82332024-10-31T17:47:10.683Z[ recovery-image] Oct 31 17:47:09.278 INFO O| Oct 31 17:47:09.278 INFO STEP 75 (remove_files) COMPLETE
82342024-10-31T17:47:10.683Z[ recovery-image] Oct 31 17:47:09.278 INFO O| Oct 31 17:47:09.278 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-31T17:47:10.694Z[ recovery-image] Oct 31 17:47:09.289 INFO O| Oct 31 17:47:09.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82362024-10-31T17:47:10.694Z[ recovery-image] Oct 31 17:47:09.289 INFO O| Oct 31 17:47:09.289 INFO STEP 76 (remove_files) COMPLETE
82372024-10-31T17:47:10.696Z[ recovery-image] Oct 31 17:47:09.289 INFO O| Oct 31 17:47:09.289 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-31T17:47:10.705Z[ recovery-image] Oct 31 17:47:09.300 INFO O| Oct 31 17:47:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82392024-10-31T17:47:10.705Z[ recovery-image] Oct 31 17:47:09.300 INFO O| Oct 31 17:47:09.300 INFO STEP 77 (remove_files) COMPLETE
82402024-10-31T17:47:10.707Z[ recovery-image] Oct 31 17:47:09.300 INFO O| Oct 31 17:47:09.300 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-31T17:47:10.716Z[ recovery-image] Oct 31 17:47:09.311 INFO O| Oct 31 17:47:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82422024-10-31T17:47:10.716Z[ recovery-image] Oct 31 17:47:09.312 INFO O| Oct 31 17:47:09.311 INFO STEP 78 (remove_files) COMPLETE
82432024-10-31T17:47:10.716Z[ recovery-image] Oct 31 17:47:09.312 INFO O| Oct 31 17:47:09.312 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-31T17:47:10.730Z[ recovery-image] Oct 31 17:47:09.325 INFO O| Oct 31 17:47:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82452024-10-31T17:47:10.730Z[ recovery-image] Oct 31 17:47:09.325 INFO O| Oct 31 17:47:09.325 INFO STEP 79 (remove_files) COMPLETE
82462024-10-31T17:47:10.730Z[ recovery-image] Oct 31 17:47:09.325 INFO O| Oct 31 17:47:09.325 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82472024-10-31T17:47:10.743Z[ recovery-image] Oct 31 17:47:09.338 INFO O| Oct 31 17:47:09.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82482024-10-31T17:47:10.743Z[ recovery-image] Oct 31 17:47:09.338 INFO O| Oct 31 17:47:09.338 INFO STEP 80 (remove_files) COMPLETE
82492024-10-31T17:47:10.745Z[ recovery-image] Oct 31 17:47:09.338 INFO O| Oct 31 17:47:09.338 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82502024-10-31T17:47:10.754Z[ recovery-image] Oct 31 17:47:09.349 INFO O| Oct 31 17:47:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82512024-10-31T17:47:10.754Z[ recovery-image] Oct 31 17:47:09.350 INFO O| Oct 31 17:47:09.350 INFO STEP 81 (remove_files) COMPLETE
82522024-10-31T17:47:10.757Z[ recovery-image] Oct 31 17:47:09.350 INFO O| Oct 31 17:47:09.350 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82532024-10-31T17:47:10.771Z[ recovery-image] Oct 31 17:47:09.365 INFO O| Oct 31 17:47:09.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82542024-10-31T17:47:10.771Z[ recovery-image] Oct 31 17:47:09.366 INFO O| Oct 31 17:47:09.366 INFO STEP 82 (remove_files) COMPLETE
82552024-10-31T17:47:10.773Z[ recovery-image] Oct 31 17:47:09.366 INFO O| Oct 31 17:47:09.366 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82562024-10-31T17:47:10.794Z[ recovery-image] Oct 31 17:47:09.378 INFO O| Oct 31 17:47:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82572024-10-31T17:47:10.794Z[ recovery-image] Oct 31 17:47:09.378 INFO O| Oct 31 17:47:09.378 INFO STEP 83 (remove_files) COMPLETE
82582024-10-31T17:47:10.795Z[ recovery-image] Oct 31 17:47:09.378 INFO O| Oct 31 17:47:09.378 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82592024-10-31T17:47:10.795Z[ recovery-image] Oct 31 17:47:09.389 INFO O| Oct 31 17:47:09.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82602024-10-31T17:47:10.795Z[ recovery-image] Oct 31 17:47:09.389 INFO O| Oct 31 17:47:09.389 INFO STEP 84 (remove_files) COMPLETE
82612024-10-31T17:47:10.795Z[ recovery-image] Oct 31 17:47:09.389 INFO O| Oct 31 17:47:09.389 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82622024-10-31T17:47:10.806Z[ recovery-image] Oct 31 17:47:09.401 INFO O| Oct 31 17:47:09.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82632024-10-31T17:47:10.806Z[ recovery-image] Oct 31 17:47:09.401 INFO O| Oct 31 17:47:09.401 INFO STEP 85 (remove_files) COMPLETE
82642024-10-31T17:47:10.806Z[ recovery-image] Oct 31 17:47:09.401 INFO O| Oct 31 17:47:09.401 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82652024-10-31T17:47:10.817Z[ recovery-image] Oct 31 17:47:09.412 INFO O| Oct 31 17:47:09.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82662024-10-31T17:47:10.819Z[ recovery-image] Oct 31 17:47:09.412 INFO O| Oct 31 17:47:09.412 INFO STEP 86 (remove_files) COMPLETE
82672024-10-31T17:47:10.819Z[ recovery-image] Oct 31 17:47:09.412 INFO O| Oct 31 17:47:09.412 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82682024-10-31T17:47:10.827Z[ recovery-image] Oct 31 17:47:09.422 INFO O| Oct 31 17:47:09.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82692024-10-31T17:47:10.827Z[ recovery-image] Oct 31 17:47:09.423 INFO O| Oct 31 17:47:09.423 INFO STEP 87 (remove_files) COMPLETE
82702024-10-31T17:47:10.830Z[ recovery-image] Oct 31 17:47:09.423 INFO O| Oct 31 17:47:09.423 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82712024-10-31T17:47:10.841Z[ recovery-image] Oct 31 17:47:09.434 INFO O| Oct 31 17:47:09.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82722024-10-31T17:47:10.841Z[ recovery-image] Oct 31 17:47:09.434 INFO O| Oct 31 17:47:09.434 INFO STEP 88 (remove_files) COMPLETE
82732024-10-31T17:47:10.842Z[ recovery-image] Oct 31 17:47:09.434 INFO O| Oct 31 17:47:09.434 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82742024-10-31T17:47:10.850Z[ recovery-image] Oct 31 17:47:09.446 INFO O| Oct 31 17:47:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82752024-10-31T17:47:10.853Z[ recovery-image] Oct 31 17:47:09.446 INFO O| Oct 31 17:47:09.446 INFO STEP 89 (remove_files) COMPLETE
82762024-10-31T17:47:10.853Z[ recovery-image] Oct 31 17:47:09.446 INFO O| Oct 31 17:47:09.446 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82772024-10-31T17:47:10.861Z[ recovery-image] Oct 31 17:47:09.456 INFO O| Oct 31 17:47:09.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82782024-10-31T17:47:10.861Z[ recovery-image] Oct 31 17:47:09.456 INFO O| Oct 31 17:47:09.456 INFO STEP 90 (remove_files) COMPLETE
82792024-10-31T17:47:10.861Z[ recovery-image] Oct 31 17:47:09.456 INFO O| Oct 31 17:47:09.456 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82802024-10-31T17:47:10.871Z[ recovery-image] Oct 31 17:47:09.466 INFO O| Oct 31 17:47:09.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82812024-10-31T17:47:10.871Z[ recovery-image] Oct 31 17:47:09.466 INFO O| Oct 31 17:47:09.466 INFO STEP 91 (remove_files) COMPLETE
82822024-10-31T17:47:10.871Z[ recovery-image] Oct 31 17:47:09.466 INFO O| Oct 31 17:47:09.466 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82832024-10-31T17:47:10.882Z[ recovery-image] Oct 31 17:47:09.477 INFO O| Oct 31 17:47:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82842024-10-31T17:47:10.882Z[ recovery-image] Oct 31 17:47:09.477 INFO O| Oct 31 17:47:09.477 INFO STEP 92 (remove_files) COMPLETE
82852024-10-31T17:47:10.884Z[ recovery-image] Oct 31 17:47:09.477 INFO O| Oct 31 17:47:09.477 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82862024-10-31T17:47:10.892Z[ recovery-image] Oct 31 17:47:09.487 INFO O| Oct 31 17:47:09.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82872024-10-31T17:47:10.892Z[ recovery-image] Oct 31 17:47:09.487 INFO O| Oct 31 17:47:09.487 INFO STEP 93 (remove_files) COMPLETE
82882024-10-31T17:47:10.894Z[ recovery-image] Oct 31 17:47:09.487 INFO O| Oct 31 17:47:09.487 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82892024-10-31T17:47:10.902Z[ recovery-image] Oct 31 17:47:09.497 INFO O| Oct 31 17:47:09.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82902024-10-31T17:47:10.902Z[ recovery-image] Oct 31 17:47:09.497 INFO O| Oct 31 17:47:09.497 INFO STEP 94 (remove_files) COMPLETE
82912024-10-31T17:47:10.904Z[ recovery-image] Oct 31 17:47:09.497 INFO O| Oct 31 17:47:09.497 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82922024-10-31T17:47:10.917Z[ recovery-image] Oct 31 17:47:09.512 INFO O| Oct 31 17:47:09.512 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82932024-10-31T17:47:10.919Z[ recovery-image] Oct 31 17:47:09.512 INFO O| Oct 31 17:47:09.512 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82942024-10-31T17:47:18.883Z[ recovery-image] Oct 31 17:47:17.475 INFO O| Oct 31 17:47:17.475 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
82952024-10-31T17:47:18.885Z[ recovery-image] Oct 31 17:47:17.475 INFO O| Oct 31 17:47:17.475 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82962024-10-31T17:47:18.895Z[ recovery-image] Oct 31 17:47:17.488 INFO O| Oct 31 17:47:17.488 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"}
82972024-10-31T17:47:18.971Z[ recovery-image] Oct 31 17:47:17.564 INFO O| Oct 31 17:47:17.564 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82982024-10-31T17:47:18.971Z[ recovery-image] Oct 31 17:47:17.564 INFO O| Oct 31 17:47:17.564 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 ...
82992024-10-31T17:47:18.974Z[ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83002024-10-31T17:47:18.974Z[ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO ok!
83012024-10-31T17:47:18.974Z[ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83022024-10-31T17:47:18.974Z[ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO STEP 95 (seed_smf) COMPLETE
83032024-10-31T17:47:18.974Z[ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO steps complete; finalising image!
83042024-10-31T17:47:18.974Z[ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83052024-10-31T17:47:19.006Z[ recovery-image] Oct 31 17:47:17.599 INFO O| Oct 31 17:47:17.599 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Thu Oct 31 17:47:17 2024)
83062024-10-31T17:47:19.227Z[ recovery-image] Oct 31 17:47:17.820 INFO O| Oct 31 17:47:17.820 INFO temporary pool has 411M used, 1.35G avail, 1.00x compressratio
83072024-10-31T17:47:19.228Z[ recovery-image] Oct 31 17:47:17.820 INFO O| Oct 31 17:47:17.820 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83082024-10-31T17:47:19.487Z[ recovery-image] Oct 31 17:47:18.079 INFO O| Oct 31 17:47:18.079 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
83092024-10-31T17:47:19.487Z[ recovery-image] Oct 31 17:47:18.079 INFO O| Oct 31 17:47:18.079 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83102024-10-31T17:47:22.576Z[ recovery-image] Oct 31 17:47:21.167 INFO O| Oct 31 17:47:21.167 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83112024-10-31T17:47:22.576Z[ recovery-image] Oct 31 17:47:21.168 INFO O| Oct 31 17:47:21.167 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83122024-10-31T17:47:22.579Z[ recovery-image] Oct 31 17:47:21.168 INFO O| Oct 31 17:47:21.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83132024-10-31T17:47:22.579Z[ recovery-image] Oct 31 17:47:21.168 INFO O| Oct 31 17:47:21.168 INFO completed processing gimlet/zfs-recovery
83142024-10-31T17:47:22.579Z[ recovery-image] Oct 31 17:47:21.168 INFO O| Oct 31 17:47:21.168 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83152024-10-31T17:47:23.106Z[ recovery-image] Oct 31 17:47:21.697 INFO O| Oct 31 17:47:21.697 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83162024-10-31T17:47:23.190Z[ recovery-image] Oct 31 17:47:21.782 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
83172024-10-31T17:47:23.193Z[ recovery-image] Oct 31 17:47:21.783 INFO expanded image name: "recovery 4f04635/${os_short_commit} 2024-10-31 17:19" -> "recovery 4f04635/54a974b 2024-10-31 17:19"
83182024-10-31T17:47:23.193Z[ recovery-image] Oct 31 17:47:21.783 INFO output artefacts stored in: "/work/os-recovery"
83192024-10-31T17:47:23.193Z[ recovery-image] Oct 31 17:47:21.783 INFO collecting git info from project "amd-firmware"...
83202024-10-31T17:47:23.258Z[ recovery-image] Oct 31 17:47:21.850 INFO collecting git info from project "pilot"...
83212024-10-31T17:47:23.269Z[ recovery-image] Oct 31 17:47:21.861 INFO collecting git info from project "phbl"...
83222024-10-31T17:47:23.275Z[ recovery-image] Oct 31 17:47:21.867 INFO collecting git info from project "bootserver"...
83232024-10-31T17:47:23.281Z[ recovery-image] Oct 31 17:47:21.873 INFO collecting git info from project "chelsio-t6-roms"...
83242024-10-31T17:47:23.301Z[ recovery-image] Oct 31 17:47:21.893 INFO collecting git info from project "pinprick"...
83252024-10-31T17:47:23.306Z[ recovery-image] Oct 31 17:47:21.898 INFO collecting git info from project "amd-host-image-builder"...
83262024-10-31T17:47:23.543Z[ recovery-image] Oct 31 17:47:22.135 INFO collecting git info from project "image-builder"...
83272024-10-31T17:47:23.549Z[ recovery-image] Oct 31 17:47:22.141 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83282024-10-31T17:47:23.906Z[ recovery-image] Oct 31 17:47:22.497 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83292024-10-31T17:47:24.261Z[ recovery-image] Oct 31 17:47:22.853 INFO creating Oxide boot image...
83302024-10-31T17:47:24.261Z[ recovery-image] Oct 31 17:47:22.853 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4f04635/54a974b 2024-10-31 17:19", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83312024-10-31T17:47:55.387Z[ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z
83322024-10-31T17:47:55.389Z[ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z
83332024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83342024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83352024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83362024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83372024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.972 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83382024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.972 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83392024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.972 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83402024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.973 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83412024-10-31T17:47:55.390Z[ host-image] Oct 31 17:47:53.973 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z
83422024-10-31T17:47:55.392Z[ host-image] Oct 31 17:47:53.974 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z
83432024-10-31T17:47:55.392Z[ host-image] Oct 31 17:47:53.975 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z
83442024-10-31T17:47:55.392Z[ host-image] Oct 31 17:47:53.976 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z
83452024-10-31T17:47:55.392Z[ host-image] Oct 31 17:47:53.976 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83462024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.977 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z
83472024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.977 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z
83482024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.977 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z
83492024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z
83502024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z
83512024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z
83522024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z
83532024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z
83542024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z
83552024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z
83562024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z
83572024-10-31T17:47:55.395Z[ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z
83582024-10-31T17:47:55.397Z[ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z
83592024-10-31T17:47:55.398Z[ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83602024-10-31T17:47:55.398Z[ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z
83612024-10-31T17:47:55.398Z[ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z
83622024-10-31T17:47:55.398Z[ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z
83632024-10-31T17:47:55.398Z[ host-image] Oct 31 17:47:53.980 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z
83642024-10-31T17:47:55.398Z[ host-image] Oct 31 17:47:53.981 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z
83652024-10-31T17:47:55.398Z[ host-image] Oct 31 17:47:53.981 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z
83662024-10-31T17:47:55.406Z[ host-image] Oct 31 17:47:53.990 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83672024-10-31T17:47:55.408Z[ host-image] Oct 31 17:47:53.990 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z
83682024-10-31T17:47:55.408Z[ host-image] Oct 31 17:47:53.990 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83692024-10-31T17:47:55.408Z[ host-image] Oct 31 17:47:53.991 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83702024-10-31T17:47:55.408Z[ host-image] Oct 31 17:47:53.991 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83712024-10-31T17:47:55.408Z[ host-image] Oct 31 17:47:53.991 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z
83722024-10-31T17:47:55.408Z[ host-image] Oct 31 17:47:53.992 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83732024-10-31T17:47:55.408Z[ host-image] Oct 31 17:47:53.992 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83742024-10-31T17:47:55.411Z[ host-image] Oct 31 17:47:53.993 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83752024-10-31T17:47:55.411Z[ host-image] Oct 31 17:47:53.993 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83762024-10-31T17:47:55.422Z[ host-image] Oct 31 17:47:54.006 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83772024-10-31T17:47:55.422Z[ host-image] Oct 31 17:47:54.006 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83782024-10-31T17:47:55.425Z[ host-image] Oct 31 17:47:54.006 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83792024-10-31T17:47:55.425Z[ host-image] Oct 31 17:47:54.007 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83802024-10-31T17:47:55.425Z[ host-image] Oct 31 17:47:54.008 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83812024-10-31T17:47:55.425Z[ host-image] Oct 31 17:47:54.008 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83822024-10-31T17:47:55.462Z[ host-image] Oct 31 17:47:54.046 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83832024-10-31T17:47:55.464Z[ host-image] Oct 31 17:47:54.046 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83842024-10-31T17:47:55.464Z[ host-image] Oct 31 17:47:54.046 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83852024-10-31T17:47:55.464Z[ host-image] Oct 31 17:47:54.047 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z
83862024-10-31T17:47:55.464Z[ host-image] Oct 31 17:47:54.047 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z
83872024-10-31T17:47:55.464Z[ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83882024-10-31T17:47:55.465Z[ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z
83892024-10-31T17:47:55.465Z[ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83902024-10-31T17:47:55.465Z[ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83912024-10-31T17:47:55.465Z[ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83922024-10-31T17:47:55.465Z[ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z
83932024-10-31T17:47:55.465Z[ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83942024-10-31T17:47:55.469Z[ host-image] Oct 31 17:47:54.053 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83952024-10-31T17:47:55.472Z[ host-image] Oct 31 17:47:54.053 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83962024-10-31T17:47:55.472Z[ host-image] Oct 31 17:47:54.053 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83972024-10-31T17:47:55.472Z[ host-image] Oct 31 17:47:54.054 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z
83982024-10-31T17:47:55.472Z[ host-image] Oct 31 17:47:54.054 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83992024-10-31T17:47:55.486Z[ host-image] Oct 31 17:47:54.070 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84002024-10-31T17:47:55.488Z[ host-image] Oct 31 17:47:54.070 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z
84012024-10-31T17:47:55.488Z[ host-image] Oct 31 17:47:54.072 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z
84022024-10-31T17:47:55.490Z[ host-image] Oct 31 17:47:54.072 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z
84032024-10-31T17:47:55.490Z[ host-image] Oct 31 17:47:54.073 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84042024-10-31T17:47:55.490Z[ host-image] Oct 31 17:47:54.073 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z
84052024-10-31T17:47:55.490Z[ host-image] Oct 31 17:47:54.074 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z
84062024-10-31T17:47:55.490Z[ host-image] Oct 31 17:47:54.074 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z
84072024-10-31T17:47:55.490Z[ host-image] Oct 31 17:47:54.074 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z
84082024-10-31T17:47:55.494Z[ host-image] Oct 31 17:47:54.078 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84092024-10-31T17:47:55.496Z[ host-image] Oct 31 17:47:54.079 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z
84102024-10-31T17:47:55.496Z[ host-image] Oct 31 17:47:54.079 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z
84112024-10-31T17:47:55.496Z[ host-image] Oct 31 17:47:54.079 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84122024-10-31T17:47:55.496Z[ host-image] Oct 31 17:47:54.080 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z
84132024-10-31T17:47:55.496Z[ host-image] Oct 31 17:47:54.080 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z
84142024-10-31T17:47:55.496Z[ host-image] Oct 31 17:47:54.080 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z
84152024-10-31T17:47:55.499Z[ host-image] Oct 31 17:47:54.081 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z
84162024-10-31T17:47:55.506Z[ host-image] Oct 31 17:47:54.090 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z
84172024-10-31T17:47:55.506Z[ host-image] Oct 31 17:47:54.090 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84182024-10-31T17:47:55.508Z[ host-image] Oct 31 17:47:54.092 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z
84192024-10-31T17:47:55.510Z[ host-image] Oct 31 17:47:54.093 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z
84202024-10-31T17:47:55.510Z[ host-image] Oct 31 17:47:54.093 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z
84212024-10-31T17:47:55.510Z[ host-image] Oct 31 17:47:54.094 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z
84222024-10-31T17:47:55.511Z[ host-image] Oct 31 17:47:54.095 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z
84232024-10-31T17:47:55.513Z[ host-image] Oct 31 17:47:54.095 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z
84242024-10-31T17:47:55.521Z[ host-image] Oct 31 17:47:54.106 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z
84252024-10-31T17:47:55.522Z[ host-image] Oct 31 17:47:54.106 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z
84262024-10-31T17:47:55.524Z[ host-image] Oct 31 17:47:54.106 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z
84272024-10-31T17:47:55.524Z[ host-image] Oct 31 17:47:54.107 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z
84282024-10-31T17:47:55.524Z[ host-image] Oct 31 17:47:54.107 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z
84292024-10-31T17:47:55.547Z[ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z
84302024-10-31T17:47:55.547Z[ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z
84312024-10-31T17:47:55.549Z[ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z
84322024-10-31T17:47:55.549Z[ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84332024-10-31T17:47:55.549Z[ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84342024-10-31T17:47:55.578Z[ host-image] Oct 31 17:47:54.162 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z
84352024-10-31T17:47:55.581Z[ host-image] Oct 31 17:47:54.162 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84362024-10-31T17:47:55.581Z[ host-image] Oct 31 17:47:54.162 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z
84372024-10-31T17:47:55.581Z[ host-image] Oct 31 17:47:54.162 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z
84382024-10-31T17:47:55.581Z[ host-image] Oct 31 17:47:54.164 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z
84392024-10-31T17:47:55.581Z[ host-image] Oct 31 17:47:54.164 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84402024-10-31T17:47:55.581Z[ host-image] Oct 31 17:47:54.165 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84412024-10-31T17:47:55.584Z[ host-image] Oct 31 17:47:54.165 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z
84422024-10-31T17:47:55.584Z[ host-image] Oct 31 17:47:54.165 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z
84432024-10-31T17:47:55.584Z[ host-image] Oct 31 17:47:54.165 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z
84442024-10-31T17:47:55.584Z[ host-image] Oct 31 17:47:54.166 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z
84452024-10-31T17:47:55.584Z[ host-image] Oct 31 17:47:54.166 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z
84462024-10-31T17:47:55.584Z[ host-image] Oct 31 17:47:54.166 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z
84472024-10-31T17:47:55.586Z[ host-image] Oct 31 17:47:54.169 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84482024-10-31T17:47:55.586Z[ host-image] Oct 31 17:47:54.170 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z
84492024-10-31T17:47:55.589Z[ host-image] Oct 31 17:47:54.171 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z
84502024-10-31T17:47:55.589Z[ host-image] Oct 31 17:47:54.171 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z
84512024-10-31T17:47:55.589Z[ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z
84522024-10-31T17:47:55.589Z[ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z
84532024-10-31T17:47:55.589Z[ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z
84542024-10-31T17:47:55.589Z[ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84552024-10-31T17:47:55.589Z[ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84562024-10-31T17:47:55.592Z[ host-image] Oct 31 17:47:54.173 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z
84572024-10-31T17:47:55.592Z[ host-image] Oct 31 17:47:54.173 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z
84582024-10-31T17:47:55.592Z[ host-image] Oct 31 17:47:54.173 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84592024-10-31T17:47:55.592Z[ host-image] Oct 31 17:47:54.174 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84602024-10-31T17:47:55.592Z[ host-image] Oct 31 17:47:54.174 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84612024-10-31T17:47:55.592Z[ host-image] Oct 31 17:47:54.174 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84622024-10-31T17:47:55.592Z[ host-image] Oct 31 17:47:54.174 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84632024-10-31T17:47:55.592Z[ host-image] Oct 31 17:47:54.175 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84642024-10-31T17:47:55.594Z[ host-image] Oct 31 17:47:54.176 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84652024-10-31T17:47:55.594Z[ host-image] Oct 31 17:47:54.176 INFO O| tempdir @ "/tmp/.tmpGs9ddL/tmp"
84662024-10-31T17:47:55.594Z[ host-image] Oct 31 17:47:54.176 INFO O| image root @ "/tmp/.tmpGs9ddL/tmp/root"
84672024-10-31T17:47:55.594Z[ host-image] Oct 31 17:47:54.176 INFO O| creating image...
84682024-10-31T17:47:56.092Z[ host-image] Oct 31 17:47:54.676 INFO O| copying publishers...
84692024-10-31T17:48:04.412Z[ host-image] Oct 31 17:48:02.994 INFO O| adding properties...
84702024-10-31T17:48:05.415Z[ host-image] Oct 31 17:48:03.996 INFO O| installing packages...
84712024-10-31T17:48:18.223Z[ recovery-image] Oct 31 17:48:16.801 INFO O| ok, image written!
84722024-10-31T17:48:18.225Z[ recovery-image] Oct 31 17:48:16.801 INFO O| ok, boot_image_csum file written!
84732024-10-31T17:48:18.232Z[ recovery-image] Oct 31 17:48:16.806 INFO creating boot archive (CPIO)...
84742024-10-31T17:48:18.232Z[ recovery-image] Oct 31 17:48:16.806 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
84752024-10-31T17:48:18.236Z[ recovery-image] Oct 31 17:48:16.814 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84762024-10-31T17:48:18.236Z[ recovery-image] Oct 31 17:48:16.814 INFO E| + outfile=/work/os-recovery/cpio
84772024-10-31T17:48:18.236Z[ recovery-image] Oct 31 17:48:16.814 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84782024-10-31T17:48:18.238Z[ recovery-image] Oct 31 17:48:16.816 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84792024-10-31T17:48:18.238Z[ recovery-image] Oct 31 17:48:16.816 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84802024-10-31T17:48:18.270Z[ recovery-image] Oct 31 17:48:16.848 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84812024-10-31T17:48:18.279Z[ recovery-image] Oct 31 17:48:16.849 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84822024-10-31T17:48:18.279Z[ recovery-image] Oct 31 17:48:16.855 INFO creating compressed cpio/unix for nanobl-rs...
84832024-10-31T17:48:18.279Z[ recovery-image] Oct 31 17:48:16.856 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
84842024-10-31T17:48:18.561Z[ recovery-image] Oct 31 17:48:17.140 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84852024-10-31T17:48:20.426Z[ host-image] Oct 31 17:48:19.003 INFO O| seeding SMF database...
84862024-10-31T17:48:22.924Z[ recovery-image] Oct 31 17:48:21.501 INFO creating reset image...
84872024-10-31T17:48:22.927Z[ recovery-image] Oct 31 17:48:21.501 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84882024-10-31T17:48:23.167Z[ recovery-image] Oct 31 17:48:21.744 INFO E| Updating crates.io index
84892024-10-31T17:48:23.325Z[ recovery-image] Oct 31 17:48:21.902 INFO E| Downloading crates ...
84902024-10-31T17:48:23.423Z[ recovery-image] Oct 31 17:48:22.000 INFO E| Downloaded clap v4.5.17
84912024-10-31T17:48:23.436Z[ recovery-image] Oct 31 17:48:22.013 INFO E| Downloaded shared_child v1.0.1
84922024-10-31T17:48:23.439Z[ recovery-image] Oct 31 17:48:22.015 INFO E| Downloaded os_pipe v1.2.1
84932024-10-31T17:48:23.446Z[ recovery-image] Oct 31 17:48:22.023 INFO E| Downloaded duct v0.13.7
84942024-10-31T17:48:23.449Z[ recovery-image] Oct 31 17:48:22.026 INFO E| Downloaded clap_builder v4.5.17
84952024-10-31T17:48:23.491Z[ recovery-image] Oct 31 17:48:22.068 INFO E| Downloaded libc v0.2.158
84962024-10-31T17:48:23.573Z[ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling proc-macro2 v1.0.86
84972024-10-31T17:48:23.573Z[ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling libc v0.2.158
84982024-10-31T17:48:23.575Z[ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling unicode-ident v1.0.13
84992024-10-31T17:48:23.575Z[ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling utf8parse v0.2.2
85002024-10-31T17:48:23.575Z[ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling anstyle v1.0.8
85012024-10-31T17:48:23.578Z[ recovery-image] Oct 31 17:48:22.154 INFO E| Compiling colorchoice v1.0.2
85022024-10-31T17:48:23.578Z[ recovery-image] Oct 31 17:48:22.154 INFO E| Compiling anstyle-query v1.1.1
85032024-10-31T17:48:23.578Z[ recovery-image] Oct 31 17:48:22.154 INFO E| Compiling is_terminal_polyfill v1.70.1
85042024-10-31T17:48:23.799Z[ recovery-image] Oct 31 17:48:22.375 INFO E| Compiling anstyle-parse v0.2.5
85052024-10-31T17:48:23.799Z[ recovery-image] Oct 31 17:48:22.375 INFO E| Compiling clap_lex v0.7.2
85062024-10-31T17:48:23.799Z[ recovery-image] Oct 31 17:48:22.375 INFO E| Compiling strsim v0.11.1
85072024-10-31T17:48:23.801Z[ recovery-image] Oct 31 17:48:22.375 INFO E| Compiling heck v0.5.0
85082024-10-31T17:48:24.031Z[ recovery-image] Oct 31 17:48:22.606 INFO E| Compiling once_cell v1.19.0
85092024-10-31T17:48:24.076Z[ recovery-image] Oct 31 17:48:22.653 INFO E| Compiling anstream v0.6.15
85102024-10-31T17:48:24.493Z[ recovery-image] Oct 31 17:48:23.070 INFO E| Compiling clap_builder v4.5.17
85112024-10-31T17:48:24.883Z[ recovery-image] Oct 31 17:48:23.460 INFO E| Compiling shared_child v1.0.1
85122024-10-31T17:48:24.883Z[ recovery-image] Oct 31 17:48:23.460 INFO E| Compiling os_pipe v1.2.1
85132024-10-31T17:48:25.018Z[ recovery-image] Oct 31 17:48:23.594 INFO E| Compiling duct v0.13.7
85142024-10-31T17:48:25.126Z[ recovery-image] Oct 31 17:48:23.702 INFO E| Compiling quote v1.0.37
85152024-10-31T17:48:25.421Z[ recovery-image] Oct 31 17:48:23.997 INFO E| Compiling syn v2.0.77
85162024-10-31T17:48:29.016Z[ host-image] Oct 31 17:48:27.592 INFO O| configuring SMF profile...
85172024-10-31T17:48:29.016Z[ host-image] Oct 31 17:48:27.592 INFO O| modifying shadow(5)...
85182024-10-31T17:48:29.019Z[ host-image] Oct 31 17:48:27.592 INFO O| loading user and group database...
85192024-10-31T17:48:29.019Z[ host-image] Oct 31 17:48:27.592 INFO O| assessing packaged files...
85202024-10-31T17:48:29.212Z[ recovery-image] Oct 31 17:48:27.788 INFO E| Compiling clap_derive v4.5.13
85212024-10-31T17:48:31.047Z[ recovery-image] Oct 31 17:48:29.622 INFO E| Compiling clap v4.5.17
85222024-10-31T17:48:31.099Z[ recovery-image] Oct 31 17:48:29.674 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85232024-10-31T17:48:31.317Z[ host-image] Oct 31 17:48:29.892 INFO O| creating archive...
85242024-10-31T17:48:31.351Z[ host-image] Oct 31 17:48:29.926 INFO O| missing from packaging:
85252024-10-31T17:48:31.351Z[ host-image] Oct 31 17:48:29.926 INFO O| "etc/.pwd.lock"
85262024-10-31T17:48:31.351Z[ host-image] Oct 31 17:48:29.926 INFO O| "etc/bash"
85272024-10-31T17:48:31.356Z[ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/generic.xml"
85282024-10-31T17:48:31.358Z[ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/inetd_services.xml"
85292024-10-31T17:48:31.358Z[ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/name_service.xml"
85302024-10-31T17:48:31.358Z[ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/platform.xml"
85312024-10-31T17:48:31.358Z[ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/platform_omicron1.xml"
85322024-10-31T17:48:31.358Z[ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/repository.db"
85332024-10-31T17:48:31.365Z[ host-image] Oct 31 17:48:29.940 INFO O| "opt/ooce/share"
85342024-10-31T17:48:31.365Z[ host-image] Oct 31 17:48:29.940 INFO O| "opt/ooce/share/man"
85352024-10-31T17:48:31.368Z[ host-image] Oct 31 17:48:29.940 INFO O| "opt/ooce/share/man/man1"
85362024-10-31T17:48:31.376Z[ host-image] Oct 31 17:48:29.951 INFO O| finishing archive...
85372024-10-31T17:48:32.082Z[ recovery-image] Oct 31 17:48:30.656 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
85382024-10-31T17:48:32.092Z[ recovery-image] Oct 31 17:48:30.667 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85392024-10-31T17:48:32.215Z[ recovery-image] Oct 31 17:48:30.790 INFO E| Updating crates.io index
85402024-10-31T17:48:32.489Z[ recovery-image] Oct 31 17:48:31.061 INFO E| Downloading crates ...
85412024-10-31T17:48:32.531Z[ recovery-image] Oct 31 17:48:31.106 INFO E| Downloaded seq-macro v0.3.5
85422024-10-31T17:48:32.533Z[ recovery-image] Oct 31 17:48:31.108 INFO E| Downloaded bit_field v0.10.2
85432024-10-31T17:48:32.536Z[ recovery-image] Oct 31 17:48:31.109 INFO E| Downloaded cpio_reader v0.1.1
85442024-10-31T17:48:32.538Z[ recovery-image] Oct 31 17:48:31.113 INFO E| Downloaded bitstruct_derive v0.1.0
85452024-10-31T17:48:32.540Z[ recovery-image] Oct 31 17:48:31.113 INFO E| Downloaded bitstruct v0.1.1
85462024-10-31T17:48:32.547Z[ recovery-image] Oct 31 17:48:31.122 INFO E| Downloaded raw-cpuid v10.7.0
85472024-10-31T17:48:32.657Z[ recovery-image] Oct 31 17:48:31.232 INFO E| Downloaded x86 v0.52.0
85482024-10-31T17:48:32.717Z[ recovery-image] Oct 31 17:48:31.292 INFO E| Updating crates.io index
85492024-10-31T17:48:32.801Z[ recovery-image] Oct 31 17:48:31.376 INFO E| Downloading crates ...
85502024-10-31T17:48:32.869Z[ recovery-image] Oct 31 17:48:31.444 INFO E| Downloaded compiler_builtins v0.1.125
85512024-10-31T17:48:32.899Z[ recovery-image] Oct 31 17:48:31.474 INFO E| Downloaded unicode-width v0.1.13
85522024-10-31T17:48:32.967Z[ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling compiler_builtins v0.1.125
85532024-10-31T17:48:32.967Z[ recovery-image] Oct 31 17:48:31.542 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)
85542024-10-31T17:48:32.969Z[ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling proc-macro2 v1.0.86
85552024-10-31T17:48:32.969Z[ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling unicode-ident v1.0.13
85562024-10-31T17:48:32.969Z[ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling syn v1.0.109
85572024-10-31T17:48:32.969Z[ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling x86 v0.52.0
85582024-10-31T17:48:32.969Z[ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85592024-10-31T17:48:32.969Z[ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling seq-macro v0.3.5
85602024-10-31T17:48:34.111Z[ recovery-image] Oct 31 17:48:32.685 INFO E| Compiling quote v1.0.37
85612024-10-31T17:48:34.363Z[ recovery-image] Oct 31 17:48:32.937 INFO E| Compiling syn v2.0.77
85622024-10-31T17:48:34.377Z[ host-image] Oct 31 17:48:32.951 INFO O| creating gzonly manifest...
85632024-10-31T17:48:34.395Z[ host-image] Oct 31 17:48:32.970 INFO O| ok
85642024-10-31T17:48:34.511Z[ host-image] Oct 31 17:48:33.085 INFO image builder template: ramdisk-02-trim...
85652024-10-31T17:48:34.511Z[ host-image] Oct 31 17:48:33.085 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/.tmprBD8Ob/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
85662024-10-31T17:48:34.535Z[ host-image] Oct 31 17:48:33.110 INFO O| Oct 31 17:48:33.109 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85672024-10-31T17:48:34.540Z[ host-image] Oct 31 17:48:33.115 INFO O| Oct 31 17:48:33.115 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85682024-10-31T17:48:34.701Z[ host-image] Oct 31 17:48:33.276 INFO O| Oct 31 17:48:33.276 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85692024-10-31T17:48:34.773Z[ host-image] Oct 31 17:48:33.347 INFO O| Oct 31 17:48:33.347 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85702024-10-31T17:48:34.773Z[ host-image] Oct 31 17:48:33.347 INFO O| Oct 31 17:48:33.347 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85712024-10-31T17:48:34.778Z[ host-image] Oct 31 17:48:33.353 INFO O| Oct 31 17:48:33.353 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85722024-10-31T17:48:34.783Z[ host-image] Oct 31 17:48:33.357 INFO O| Oct 31 17:48:33.357 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85732024-10-31T17:48:34.787Z[ host-image] Oct 31 17:48:33.362 INFO O| Oct 31 17:48:33.362 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85742024-10-31T17:48:35.008Z[ host-image] Oct 31 17:48:33.582 INFO O| Oct 31 17:48:33.582 INFO rolled back to input snapshot; work may begin
85752024-10-31T17:48:35.008Z[ host-image] Oct 31 17:48:33.582 INFO O| Oct 31 17:48:33.582 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85762024-10-31T17:48:35.014Z[ host-image] Oct 31 17:48:33.588 INFO O| Oct 31 17:48:33.588 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-10-31T17:48:35.026Z[ host-image] Oct 31 17:48:33.600 INFO O| Oct 31 17:48:33.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85782024-10-31T17:48:35.078Z[ host-image] Oct 31 17:48:33.652 INFO O| Oct 31 17:48:33.652 INFO STEP 0 (remove_files) COMPLETE
85792024-10-31T17:48:35.078Z[ host-image] Oct 31 17:48:33.652 INFO O| Oct 31 17:48:33.652 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-10-31T17:48:35.094Z[ host-image] Oct 31 17:48:33.668 INFO O| Oct 31 17:48:33.668 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85812024-10-31T17:48:35.097Z[ host-image] Oct 31 17:48:33.670 INFO O| Oct 31 17:48:33.670 INFO STEP 1 (remove_files) COMPLETE
85822024-10-31T17:48:35.097Z[ host-image] Oct 31 17:48:33.670 INFO O| Oct 31 17:48:33.670 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-31T17:48:35.111Z[ host-image] Oct 31 17:48:33.685 INFO O| Oct 31 17:48:33.685 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85842024-10-31T17:48:35.124Z[ host-image] Oct 31 17:48:33.699 INFO O| Oct 31 17:48:33.699 INFO STEP 2 (remove_files) COMPLETE
85852024-10-31T17:48:35.125Z[ host-image] Oct 31 17:48:33.699 INFO O| Oct 31 17:48:33.699 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-10-31T17:48:35.135Z[ host-image] Oct 31 17:48:33.709 INFO O| Oct 31 17:48:33.709 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85872024-10-31T17:48:35.137Z[ host-image] Oct 31 17:48:33.711 INFO O| Oct 31 17:48:33.711 INFO STEP 3 (remove_files) COMPLETE
85882024-10-31T17:48:35.137Z[ host-image] Oct 31 17:48:33.711 INFO O| Oct 31 17:48:33.711 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-10-31T17:48:35.146Z[ host-image] Oct 31 17:48:33.720 INFO O| Oct 31 17:48:33.720 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85902024-10-31T17:48:35.150Z[ host-image] Oct 31 17:48:33.724 INFO O| Oct 31 17:48:33.724 INFO STEP 4 (remove_files) COMPLETE
85912024-10-31T17:48:35.150Z[ host-image] Oct 31 17:48:33.724 INFO O| Oct 31 17:48:33.724 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-10-31T17:48:35.160Z[ host-image] Oct 31 17:48:33.735 INFO O| Oct 31 17:48:33.734 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85932024-10-31T17:48:35.163Z[ host-image] Oct 31 17:48:33.737 INFO O| Oct 31 17:48:33.737 INFO STEP 5 (remove_files) COMPLETE
85942024-10-31T17:48:35.165Z[ host-image] Oct 31 17:48:33.737 INFO O| Oct 31 17:48:33.737 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-10-31T17:48:35.174Z[ host-image] Oct 31 17:48:33.748 INFO O| Oct 31 17:48:33.748 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85962024-10-31T17:48:35.184Z[ host-image] Oct 31 17:48:33.758 INFO O| Oct 31 17:48:33.758 INFO STEP 6 (remove_files) COMPLETE
85972024-10-31T17:48:35.184Z[ host-image] Oct 31 17:48:33.758 INFO O| Oct 31 17:48:33.758 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-10-31T17:48:35.194Z[ host-image] Oct 31 17:48:33.768 INFO O| Oct 31 17:48:33.768 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85992024-10-31T17:48:35.206Z[ host-image] Oct 31 17:48:33.780 INFO O| Oct 31 17:48:33.780 INFO STEP 7 (remove_files) COMPLETE
86002024-10-31T17:48:35.206Z[ host-image] Oct 31 17:48:33.780 INFO O| Oct 31 17:48:33.780 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-10-31T17:48:35.219Z[ host-image] Oct 31 17:48:33.793 INFO O| Oct 31 17:48:33.793 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86022024-10-31T17:48:35.291Z[ host-image] Oct 31 17:48:33.865 INFO O| Oct 31 17:48:33.865 INFO STEP 8 (remove_files) COMPLETE
86032024-10-31T17:48:35.291Z[ host-image] Oct 31 17:48:33.865 INFO O| Oct 31 17:48:33.865 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-10-31T17:48:35.303Z[ host-image] Oct 31 17:48:33.877 INFO O| Oct 31 17:48:33.877 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86052024-10-31T17:48:35.439Z[ host-image] Oct 31 17:48:34.012 INFO O| Oct 31 17:48:34.012 INFO STEP 9 (remove_files) COMPLETE
86062024-10-31T17:48:35.439Z[ host-image] Oct 31 17:48:34.012 INFO O| Oct 31 17:48:34.012 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-10-31T17:48:35.455Z[ host-image] Oct 31 17:48:34.029 INFO O| Oct 31 17:48:34.029 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86082024-10-31T17:48:35.458Z[ host-image] Oct 31 17:48:34.032 INFO O| Oct 31 17:48:34.032 INFO STEP 10 (remove_files) COMPLETE
86092024-10-31T17:48:35.458Z[ host-image] Oct 31 17:48:34.032 INFO O| Oct 31 17:48:34.032 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-10-31T17:48:35.473Z[ host-image] Oct 31 17:48:34.046 INFO O| Oct 31 17:48:34.046 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86112024-10-31T17:48:35.475Z[ host-image] Oct 31 17:48:34.048 INFO O| Oct 31 17:48:34.048 INFO STEP 11 (remove_files) COMPLETE
86122024-10-31T17:48:35.475Z[ host-image] Oct 31 17:48:34.048 INFO O| Oct 31 17:48:34.048 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-10-31T17:48:35.485Z[ host-image] Oct 31 17:48:34.059 INFO O| Oct 31 17:48:34.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86142024-10-31T17:48:35.487Z[ host-image] Oct 31 17:48:34.062 INFO O| Oct 31 17:48:34.062 INFO STEP 12 (remove_files) COMPLETE
86152024-10-31T17:48:35.487Z[ host-image] Oct 31 17:48:34.062 INFO O| Oct 31 17:48:34.062 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-10-31T17:48:35.544Z[ host-image] Oct 31 17:48:34.117 INFO O| Oct 31 17:48:34.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86172024-10-31T17:48:35.588Z[ host-image] Oct 31 17:48:34.162 INFO O| Oct 31 17:48:34.162 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86182024-10-31T17:48:35.590Z[ host-image] Oct 31 17:48:34.163 INFO O| Oct 31 17:48:34.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86192024-10-31T17:48:35.595Z[ host-image] Oct 31 17:48:34.165 INFO O| Oct 31 17:48:34.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86202024-10-31T17:48:35.884Z[ host-image] Oct 31 17:48:34.458 INFO O| Oct 31 17:48:34.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86212024-10-31T17:48:35.897Z[ host-image] Oct 31 17:48:34.471 INFO O| Oct 31 17:48:34.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86222024-10-31T17:48:35.898Z[ host-image] Oct 31 17:48:34.472 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86232024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.472 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86242024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.472 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86252024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.472 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86262024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86272024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86282024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86292024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86302024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86312024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86322024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86332024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86342024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86352024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86362024-10-31T17:48:35.901Z[ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86372024-10-31T17:48:35.906Z[ host-image] Oct 31 17:48:34.480 INFO O| Oct 31 17:48:34.480 INFO STEP 13 (remove_files) COMPLETE
86382024-10-31T17:48:35.906Z[ host-image] Oct 31 17:48:34.480 INFO O| Oct 31 17:48:34.480 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-31T17:48:35.922Z[ host-image] Oct 31 17:48:34.496 INFO O| Oct 31 17:48:34.496 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86402024-10-31T17:48:35.924Z[ host-image] Oct 31 17:48:34.497 INFO O| Oct 31 17:48:34.497 INFO STEP 14 (remove_files) COMPLETE
86412024-10-31T17:48:35.924Z[ host-image] Oct 31 17:48:34.497 INFO O| Oct 31 17:48:34.497 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-31T17:48:35.937Z[ host-image] Oct 31 17:48:34.510 INFO O| Oct 31 17:48:34.510 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86432024-10-31T17:48:35.943Z[ host-image] Oct 31 17:48:34.517 INFO O| Oct 31 17:48:34.517 INFO STEP 15 (remove_files) COMPLETE
86442024-10-31T17:48:35.943Z[ host-image] Oct 31 17:48:34.517 INFO O| Oct 31 17:48:34.517 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-31T17:48:35.955Z[ host-image] Oct 31 17:48:34.529 INFO O| Oct 31 17:48:34.529 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86462024-10-31T17:48:35.957Z[ host-image] Oct 31 17:48:34.529 INFO O| Oct 31 17:48:34.529 INFO STEP 16 (remove_files) COMPLETE
86472024-10-31T17:48:35.957Z[ host-image] Oct 31 17:48:34.529 INFO O| Oct 31 17:48:34.529 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-31T17:48:35.966Z[ host-image] Oct 31 17:48:34.540 INFO O| Oct 31 17:48:34.540 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86492024-10-31T17:48:35.968Z[ host-image] Oct 31 17:48:34.542 INFO O| Oct 31 17:48:34.542 INFO STEP 17 (remove_files) COMPLETE
86502024-10-31T17:48:35.968Z[ host-image] Oct 31 17:48:34.542 INFO O| Oct 31 17:48:34.542 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-10-31T17:48:35.978Z[ host-image] Oct 31 17:48:34.553 INFO O| Oct 31 17:48:34.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86522024-10-31T17:48:35.979Z[ host-image] Oct 31 17:48:34.553 INFO O| Oct 31 17:48:34.553 INFO STEP 18 (remove_files) COMPLETE
86532024-10-31T17:48:35.979Z[ host-image] Oct 31 17:48:34.553 INFO O| Oct 31 17:48:34.553 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-31T17:48:35.989Z[ host-image] Oct 31 17:48:34.563 INFO O| Oct 31 17:48:34.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86552024-10-31T17:48:35.989Z[ host-image] Oct 31 17:48:34.563 INFO O| Oct 31 17:48:34.563 INFO STEP 19 (remove_files) COMPLETE
86562024-10-31T17:48:35.989Z[ host-image] Oct 31 17:48:34.563 INFO O| Oct 31 17:48:34.563 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-10-31T17:48:36.000Z[ host-image] Oct 31 17:48:34.574 INFO O| Oct 31 17:48:34.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86582024-10-31T17:48:36.003Z[ host-image] Oct 31 17:48:34.574 INFO O| Oct 31 17:48:34.574 INFO STEP 20 (remove_files) COMPLETE
86592024-10-31T17:48:36.003Z[ host-image] Oct 31 17:48:34.574 INFO O| Oct 31 17:48:34.574 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-10-31T17:48:36.010Z[ host-image] Oct 31 17:48:34.584 INFO O| Oct 31 17:48:34.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86612024-10-31T17:48:36.010Z[ host-image] Oct 31 17:48:34.584 INFO O| Oct 31 17:48:34.584 INFO STEP 21 (remove_files) COMPLETE
86622024-10-31T17:48:36.012Z[ host-image] Oct 31 17:48:34.584 INFO O| Oct 31 17:48:34.584 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-10-31T17:48:36.020Z[ host-image] Oct 31 17:48:34.594 INFO O| Oct 31 17:48:34.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86642024-10-31T17:48:36.020Z[ host-image] Oct 31 17:48:34.594 INFO O| Oct 31 17:48:34.594 INFO STEP 22 (remove_files) COMPLETE
86652024-10-31T17:48:36.020Z[ host-image] Oct 31 17:48:34.594 INFO O| Oct 31 17:48:34.594 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-10-31T17:48:36.030Z[ host-image] Oct 31 17:48:34.604 INFO O| Oct 31 17:48:34.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86672024-10-31T17:48:36.030Z[ host-image] Oct 31 17:48:34.604 INFO O| Oct 31 17:48:34.604 INFO STEP 23 (remove_files) COMPLETE
86682024-10-31T17:48:36.032Z[ host-image] Oct 31 17:48:34.604 INFO O| Oct 31 17:48:34.604 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-31T17:48:36.040Z[ host-image] Oct 31 17:48:34.614 INFO O| Oct 31 17:48:34.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86702024-10-31T17:48:36.040Z[ host-image] Oct 31 17:48:34.614 INFO O| Oct 31 17:48:34.614 INFO STEP 24 (remove_files) COMPLETE
86712024-10-31T17:48:36.040Z[ host-image] Oct 31 17:48:34.614 INFO O| Oct 31 17:48:34.614 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-10-31T17:48:36.050Z[ host-image] Oct 31 17:48:34.624 INFO O| Oct 31 17:48:34.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86732024-10-31T17:48:36.050Z[ host-image] Oct 31 17:48:34.624 INFO O| Oct 31 17:48:34.624 INFO STEP 25 (remove_files) COMPLETE
86742024-10-31T17:48:36.050Z[ host-image] Oct 31 17:48:34.624 INFO O| Oct 31 17:48:34.624 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-31T17:48:36.060Z[ host-image] Oct 31 17:48:34.634 INFO O| Oct 31 17:48:34.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86762024-10-31T17:48:36.060Z[ host-image] Oct 31 17:48:34.634 INFO O| Oct 31 17:48:34.634 INFO STEP 26 (remove_files) COMPLETE
86772024-10-31T17:48:36.061Z[ host-image] Oct 31 17:48:34.635 INFO O| Oct 31 17:48:34.634 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-10-31T17:48:36.071Z[ host-image] Oct 31 17:48:34.645 INFO O| Oct 31 17:48:34.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86792024-10-31T17:48:36.073Z[ host-image] Oct 31 17:48:34.645 INFO O| Oct 31 17:48:34.645 INFO STEP 27 (remove_files) COMPLETE
86802024-10-31T17:48:36.073Z[ host-image] Oct 31 17:48:34.645 INFO O| Oct 31 17:48:34.645 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-10-31T17:48:36.081Z[ host-image] Oct 31 17:48:34.655 INFO O| Oct 31 17:48:34.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86822024-10-31T17:48:36.081Z[ host-image] Oct 31 17:48:34.655 INFO O| Oct 31 17:48:34.655 INFO STEP 28 (remove_files) COMPLETE
86832024-10-31T17:48:36.083Z[ host-image] Oct 31 17:48:34.655 INFO O| Oct 31 17:48:34.655 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-10-31T17:48:36.091Z[ host-image] Oct 31 17:48:34.665 INFO O| Oct 31 17:48:34.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86852024-10-31T17:48:36.091Z[ host-image] Oct 31 17:48:34.665 INFO O| Oct 31 17:48:34.665 INFO STEP 29 (remove_files) COMPLETE
86862024-10-31T17:48:36.094Z[ host-image] Oct 31 17:48:34.665 INFO O| Oct 31 17:48:34.665 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-31T17:48:36.100Z[ host-image] Oct 31 17:48:34.675 INFO O| Oct 31 17:48:34.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86882024-10-31T17:48:36.101Z[ host-image] Oct 31 17:48:34.675 INFO O| Oct 31 17:48:34.675 INFO STEP 30 (remove_files) COMPLETE
86892024-10-31T17:48:36.103Z[ host-image] Oct 31 17:48:34.675 INFO O| Oct 31 17:48:34.675 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-10-31T17:48:36.110Z[ host-image] Oct 31 17:48:34.684 INFO O| Oct 31 17:48:34.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86912024-10-31T17:48:36.113Z[ host-image] Oct 31 17:48:34.685 INFO O| Oct 31 17:48:34.685 INFO STEP 31 (remove_files) COMPLETE
86922024-10-31T17:48:36.114Z[ host-image] Oct 31 17:48:34.685 INFO O| Oct 31 17:48:34.685 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-10-31T17:48:36.120Z[ host-image] Oct 31 17:48:34.694 INFO O| Oct 31 17:48:34.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86942024-10-31T17:48:36.120Z[ host-image] Oct 31 17:48:34.694 INFO O| Oct 31 17:48:34.694 INFO STEP 32 (remove_files) COMPLETE
86952024-10-31T17:48:36.120Z[ host-image] Oct 31 17:48:34.694 INFO O| Oct 31 17:48:34.694 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-10-31T17:48:36.130Z[ host-image] Oct 31 17:48:34.704 INFO O| Oct 31 17:48:34.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86972024-10-31T17:48:36.132Z[ host-image] Oct 31 17:48:34.704 INFO O| Oct 31 17:48:34.704 INFO STEP 33 (remove_files) COMPLETE
86982024-10-31T17:48:36.132Z[ host-image] Oct 31 17:48:34.704 INFO O| Oct 31 17:48:34.704 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-10-31T17:48:36.140Z[ host-image] Oct 31 17:48:34.714 INFO O| Oct 31 17:48:34.714 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87002024-10-31T17:48:36.140Z[ host-image] Oct 31 17:48:34.714 INFO O| Oct 31 17:48:34.714 INFO STEP 34 (remove_files) COMPLETE
87012024-10-31T17:48:36.142Z[ host-image] Oct 31 17:48:34.714 INFO O| Oct 31 17:48:34.714 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-10-31T17:48:36.150Z[ host-image] Oct 31 17:48:34.724 INFO O| Oct 31 17:48:34.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87032024-10-31T17:48:36.150Z[ host-image] Oct 31 17:48:34.724 INFO O| Oct 31 17:48:34.724 INFO STEP 35 (remove_files) COMPLETE
87042024-10-31T17:48:36.152Z[ host-image] Oct 31 17:48:34.724 INFO O| Oct 31 17:48:34.724 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-10-31T17:48:36.160Z[ host-image] Oct 31 17:48:34.734 INFO O| Oct 31 17:48:34.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87062024-10-31T17:48:36.160Z[ host-image] Oct 31 17:48:34.734 INFO O| Oct 31 17:48:34.734 INFO STEP 36 (remove_files) COMPLETE
87072024-10-31T17:48:36.160Z[ host-image] Oct 31 17:48:34.734 INFO O| Oct 31 17:48:34.734 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-10-31T17:48:36.170Z[ host-image] Oct 31 17:48:34.744 INFO O| Oct 31 17:48:34.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87092024-10-31T17:48:36.170Z[ host-image] Oct 31 17:48:34.744 INFO O| Oct 31 17:48:34.744 INFO STEP 37 (remove_files) COMPLETE
87102024-10-31T17:48:36.172Z[ host-image] Oct 31 17:48:34.744 INFO O| Oct 31 17:48:34.744 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112024-10-31T17:48:36.180Z[ host-image] Oct 31 17:48:34.754 INFO O| Oct 31 17:48:34.754 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87122024-10-31T17:48:36.180Z[ host-image] Oct 31 17:48:34.754 INFO O| Oct 31 17:48:34.754 INFO STEP 38 (remove_files) COMPLETE
87132024-10-31T17:48:36.182Z[ host-image] Oct 31 17:48:34.754 INFO O| Oct 31 17:48:34.754 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-10-31T17:48:36.190Z[ host-image] Oct 31 17:48:34.764 INFO O| Oct 31 17:48:34.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87152024-10-31T17:48:36.190Z[ host-image] Oct 31 17:48:34.764 INFO O| Oct 31 17:48:34.764 INFO STEP 39 (remove_files) COMPLETE
87162024-10-31T17:48:36.191Z[ host-image] Oct 31 17:48:34.764 INFO O| Oct 31 17:48:34.764 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172024-10-31T17:48:36.200Z[ host-image] Oct 31 17:48:34.774 INFO O| Oct 31 17:48:34.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87182024-10-31T17:48:36.200Z[ host-image] Oct 31 17:48:34.774 INFO O| Oct 31 17:48:34.774 INFO STEP 40 (remove_files) COMPLETE
87192024-10-31T17:48:36.200Z[ host-image] Oct 31 17:48:34.774 INFO O| Oct 31 17:48:34.774 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-10-31T17:48:36.209Z[ host-image] Oct 31 17:48:34.784 INFO O| Oct 31 17:48:34.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87212024-10-31T17:48:36.210Z[ host-image] Oct 31 17:48:34.784 INFO O| Oct 31 17:48:34.784 INFO STEP 41 (remove_files) COMPLETE
87222024-10-31T17:48:36.210Z[ host-image] Oct 31 17:48:34.784 INFO O| Oct 31 17:48:34.784 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-10-31T17:48:36.223Z[ host-image] Oct 31 17:48:34.797 INFO O| Oct 31 17:48:34.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87242024-10-31T17:48:36.225Z[ host-image] Oct 31 17:48:34.797 INFO O| Oct 31 17:48:34.797 INFO STEP 42 (remove_files) COMPLETE
87252024-10-31T17:48:36.225Z[ host-image] Oct 31 17:48:34.797 INFO O| Oct 31 17:48:34.797 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-10-31T17:48:36.236Z[ host-image] Oct 31 17:48:34.810 INFO O| Oct 31 17:48:34.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87272024-10-31T17:48:36.236Z[ host-image] Oct 31 17:48:34.810 INFO O| Oct 31 17:48:34.810 INFO STEP 43 (remove_files) COMPLETE
87282024-10-31T17:48:36.239Z[ host-image] Oct 31 17:48:34.810 INFO O| Oct 31 17:48:34.810 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-10-31T17:48:36.247Z[ host-image] Oct 31 17:48:34.821 INFO O| Oct 31 17:48:34.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87302024-10-31T17:48:36.247Z[ host-image] Oct 31 17:48:34.821 INFO O| Oct 31 17:48:34.821 INFO STEP 44 (remove_files) COMPLETE
87312024-10-31T17:48:36.247Z[ host-image] Oct 31 17:48:34.821 INFO O| Oct 31 17:48:34.821 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-10-31T17:48:36.259Z[ host-image] Oct 31 17:48:34.833 INFO O| Oct 31 17:48:34.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87332024-10-31T17:48:36.259Z[ host-image] Oct 31 17:48:34.833 INFO O| Oct 31 17:48:34.833 INFO STEP 45 (remove_files) COMPLETE
87342024-10-31T17:48:36.261Z[ host-image] Oct 31 17:48:34.833 INFO O| Oct 31 17:48:34.833 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-10-31T17:48:36.269Z[ host-image] Oct 31 17:48:34.843 INFO O| Oct 31 17:48:34.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87362024-10-31T17:48:36.269Z[ host-image] Oct 31 17:48:34.843 INFO O| Oct 31 17:48:34.843 INFO STEP 46 (remove_files) COMPLETE
87372024-10-31T17:48:36.269Z[ host-image] Oct 31 17:48:34.843 INFO O| Oct 31 17:48:34.843 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-10-31T17:48:36.280Z[ host-image] Oct 31 17:48:34.854 INFO O| Oct 31 17:48:34.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87392024-10-31T17:48:36.280Z[ host-image] Oct 31 17:48:34.854 INFO O| Oct 31 17:48:34.854 INFO STEP 47 (remove_files) COMPLETE
87402024-10-31T17:48:36.280Z[ host-image] Oct 31 17:48:34.854 INFO O| Oct 31 17:48:34.854 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-10-31T17:48:36.296Z[ host-image] Oct 31 17:48:34.870 INFO O| Oct 31 17:48:34.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87422024-10-31T17:48:36.296Z[ host-image] Oct 31 17:48:34.870 INFO O| Oct 31 17:48:34.870 INFO STEP 48 (remove_files) COMPLETE
87432024-10-31T17:48:36.296Z[ host-image] Oct 31 17:48:34.870 INFO O| Oct 31 17:48:34.870 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-10-31T17:48:36.311Z[ host-image] Oct 31 17:48:34.885 INFO O| Oct 31 17:48:34.885 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87452024-10-31T17:48:36.313Z[ host-image] Oct 31 17:48:34.885 INFO O| Oct 31 17:48:34.885 INFO STEP 49 (remove_files) COMPLETE
87462024-10-31T17:48:36.313Z[ host-image] Oct 31 17:48:34.885 INFO O| Oct 31 17:48:34.885 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-10-31T17:48:36.327Z[ host-image] Oct 31 17:48:34.901 INFO O| Oct 31 17:48:34.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87482024-10-31T17:48:36.327Z[ host-image] Oct 31 17:48:34.901 INFO O| Oct 31 17:48:34.901 INFO STEP 50 (remove_files) COMPLETE
87492024-10-31T17:48:36.329Z[ host-image] Oct 31 17:48:34.901 INFO O| Oct 31 17:48:34.901 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-10-31T17:48:36.343Z[ host-image] Oct 31 17:48:34.916 INFO O| Oct 31 17:48:34.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87512024-10-31T17:48:36.345Z[ host-image] Oct 31 17:48:34.917 INFO O| Oct 31 17:48:34.917 INFO STEP 51 (remove_files) COMPLETE
87522024-10-31T17:48:36.345Z[ host-image] Oct 31 17:48:34.917 INFO O| Oct 31 17:48:34.917 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-10-31T17:48:36.358Z[ host-image] Oct 31 17:48:34.932 INFO O| Oct 31 17:48:34.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87542024-10-31T17:48:36.358Z[ host-image] Oct 31 17:48:34.932 INFO O| Oct 31 17:48:34.932 INFO STEP 52 (remove_files) COMPLETE
87552024-10-31T17:48:36.360Z[ host-image] Oct 31 17:48:34.932 INFO O| Oct 31 17:48:34.932 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-10-31T17:48:36.373Z[ host-image] Oct 31 17:48:34.947 INFO O| Oct 31 17:48:34.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87572024-10-31T17:48:36.375Z[ host-image] Oct 31 17:48:34.947 INFO O| Oct 31 17:48:34.947 INFO STEP 53 (remove_files) COMPLETE
87582024-10-31T17:48:36.375Z[ host-image] Oct 31 17:48:34.947 INFO O| Oct 31 17:48:34.947 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-10-31T17:48:36.389Z[ host-image] Oct 31 17:48:34.963 INFO O| Oct 31 17:48:34.963 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87602024-10-31T17:48:36.389Z[ host-image] Oct 31 17:48:34.963 INFO O| Oct 31 17:48:34.963 INFO STEP 54 (remove_files) COMPLETE
87612024-10-31T17:48:36.391Z[ host-image] Oct 31 17:48:34.963 INFO O| Oct 31 17:48:34.963 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-10-31T17:48:36.405Z[ host-image] Oct 31 17:48:34.979 INFO O| Oct 31 17:48:34.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87632024-10-31T17:48:36.405Z[ host-image] Oct 31 17:48:34.979 INFO O| Oct 31 17:48:34.979 INFO STEP 55 (remove_files) COMPLETE
87642024-10-31T17:48:36.407Z[ host-image] Oct 31 17:48:34.979 INFO O| Oct 31 17:48:34.979 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-10-31T17:48:36.422Z[ host-image] Oct 31 17:48:34.996 INFO O| Oct 31 17:48:34.996 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87662024-10-31T17:48:36.422Z[ host-image] Oct 31 17:48:34.996 INFO O| Oct 31 17:48:34.996 INFO STEP 56 (remove_files) COMPLETE
87672024-10-31T17:48:36.424Z[ host-image] Oct 31 17:48:34.996 INFO O| Oct 31 17:48:34.996 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-10-31T17:48:36.436Z[ host-image] Oct 31 17:48:35.010 INFO O| Oct 31 17:48:35.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87692024-10-31T17:48:36.438Z[ host-image] Oct 31 17:48:35.010 INFO O| Oct 31 17:48:35.010 INFO STEP 57 (remove_files) COMPLETE
87702024-10-31T17:48:36.438Z[ host-image] Oct 31 17:48:35.010 INFO O| Oct 31 17:48:35.010 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712024-10-31T17:48:36.450Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87722024-10-31T17:48:36.450Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87732024-10-31T17:48:36.452Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87742024-10-31T17:48:36.452Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87752024-10-31T17:48:36.452Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87762024-10-31T17:48:36.452Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87772024-10-31T17:48:36.452Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO ok!
87782024-10-31T17:48:36.452Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO STEP 58 (ensure_file) COMPLETE
87792024-10-31T17:48:36.452Z[ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802024-10-31T17:48:36.469Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87812024-10-31T17:48:36.471Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87822024-10-31T17:48:36.471Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87832024-10-31T17:48:36.471Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87842024-10-31T17:48:36.471Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87852024-10-31T17:48:36.471Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87862024-10-31T17:48:36.471Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO ok!
87872024-10-31T17:48:36.471Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO STEP 59 (ensure_file) COMPLETE
87882024-10-31T17:48:36.471Z[ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-10-31T17:48:36.494Z[ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87902024-10-31T17:48:36.494Z[ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87912024-10-31T17:48:36.496Z[ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87922024-10-31T17:48:36.496Z[ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO ok!
87932024-10-31T17:48:36.496Z[ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO STEP 60 (ensure_file) COMPLETE
87942024-10-31T17:48:36.496Z[ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-10-31T17:48:36.512Z[ host-image] Oct 31 17:48:35.085 INFO O| Oct 31 17:48:35.085 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87962024-10-31T17:48:36.512Z[ host-image] Oct 31 17:48:35.085 INFO O| Oct 31 17:48:35.085 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87972024-10-31T17:48:36.514Z[ host-image] Oct 31 17:48:35.086 INFO O| Oct 31 17:48:35.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87982024-10-31T17:48:36.514Z[ host-image] Oct 31 17:48:35.086 INFO O| Oct 31 17:48:35.086 INFO ok!
87992024-10-31T17:48:36.514Z[ host-image] Oct 31 17:48:35.086 INFO O| Oct 31 17:48:35.086 INFO STEP 61 (ensure_file) COMPLETE
88002024-10-31T17:48:36.514Z[ host-image] Oct 31 17:48:35.086 INFO O| Oct 31 17:48:35.086 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012024-10-31T17:48:36.529Z[ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88022024-10-31T17:48:36.529Z[ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88032024-10-31T17:48:36.532Z[ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88042024-10-31T17:48:36.532Z[ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88052024-10-31T17:48:36.532Z[ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO ok!
88062024-10-31T17:48:36.532Z[ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO STEP 62 (ensure_file) COMPLETE
88072024-10-31T17:48:36.532Z[ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082024-10-31T17:48:36.547Z[ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88092024-10-31T17:48:36.547Z[ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88102024-10-31T17:48:36.550Z[ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88112024-10-31T17:48:36.550Z[ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88122024-10-31T17:48:36.550Z[ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO ok!
88132024-10-31T17:48:36.550Z[ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO STEP 63 (ensure_file) COMPLETE
88142024-10-31T17:48:36.550Z[ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152024-10-31T17:48:36.569Z[ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88162024-10-31T17:48:36.569Z[ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88172024-10-31T17:48:36.572Z[ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88182024-10-31T17:48:36.572Z[ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO ok!
88192024-10-31T17:48:36.572Z[ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO STEP 64 (assemble_files) COMPLETE
88202024-10-31T17:48:36.572Z[ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-10-31T17:48:36.587Z[ host-image] Oct 31 17:48:35.161 INFO O| Oct 31 17:48:35.161 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88222024-10-31T17:48:36.589Z[ host-image] Oct 31 17:48:35.161 INFO O| Oct 31 17:48:35.161 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88232024-10-31T17:48:36.589Z[ host-image] Oct 31 17:48:35.161 INFO O| Oct 31 17:48:35.161 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88242024-10-31T17:48:36.590Z[ host-image] Oct 31 17:48:35.162 INFO O| Oct 31 17:48:35.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88252024-10-31T17:48:36.590Z[ host-image] Oct 31 17:48:35.162 INFO O| Oct 31 17:48:35.162 INFO ok!
88262024-10-31T17:48:36.590Z[ host-image] Oct 31 17:48:35.162 INFO O| Oct 31 17:48:35.162 INFO STEP 65 (ensure_file) COMPLETE
88272024-10-31T17:48:36.590Z[ host-image] Oct 31 17:48:35.162 INFO O| Oct 31 17:48:35.162 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-10-31T17:48:36.654Z[ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88292024-10-31T17:48:36.654Z[ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88302024-10-31T17:48:36.657Z[ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88312024-10-31T17:48:36.657Z[ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO STEP 66 (ensure_dir) COMPLETE
88322024-10-31T17:48:36.657Z[ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-10-31T17:48:36.674Z[ host-image] Oct 31 17:48:35.248 INFO O| Oct 31 17:48:35.248 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88342024-10-31T17:48:36.674Z[ host-image] Oct 31 17:48:35.248 INFO O| Oct 31 17:48:35.248 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 ...
88352024-10-31T17:48:36.685Z[ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 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
88362024-10-31T17:48:36.688Z[ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88372024-10-31T17:48:36.688Z[ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 INFO ok!
88382024-10-31T17:48:36.688Z[ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 INFO STEP 67 (ensure_file) COMPLETE
88392024-10-31T17:48:36.688Z[ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-10-31T17:48:36.704Z[ host-image] Oct 31 17:48:35.278 INFO O| Oct 31 17:48:35.278 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88412024-10-31T17:48:36.704Z[ host-image] Oct 31 17:48:35.278 INFO O| Oct 31 17:48:35.278 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 ...
88422024-10-31T17:48:36.707Z[ host-image] Oct 31 17:48:35.278 INFO O| Oct 31 17:48:35.278 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
88432024-10-31T17:48:36.707Z[ host-image] Oct 31 17:48:35.279 INFO O| Oct 31 17:48:35.279 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88442024-10-31T17:48:36.707Z[ host-image] Oct 31 17:48:35.279 INFO O| Oct 31 17:48:35.279 INFO ok!
88452024-10-31T17:48:36.707Z[ host-image] Oct 31 17:48:35.279 INFO O| Oct 31 17:48:35.279 INFO STEP 68 (ensure_file) COMPLETE
88462024-10-31T17:48:36.707Z[ host-image] Oct 31 17:48:35.279 INFO O| Oct 31 17:48:35.279 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-10-31T17:48:36.723Z[ host-image] Oct 31 17:48:35.297 INFO O| Oct 31 17:48:35.297 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88482024-10-31T17:48:36.723Z[ host-image] Oct 31 17:48:35.297 INFO O| Oct 31 17:48:35.297 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88492024-10-31T17:48:36.874Z[ recovery-image] Oct 31 17:48:35.447 INFO E| Compiling scroll_derive v0.12.0
88502024-10-31T17:48:39.182Z[ host-image] Oct 31 17:48:37.755 INFO O| Oct 31 17:48:37.755 INFO STEP 69 (pack_tar) COMPLETE
88512024-10-31T17:48:39.182Z[ host-image] Oct 31 17:48:37.755 INFO O| Oct 31 17:48:37.755 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88522024-10-31T17:48:39.185Z[ host-image] Oct 31 17:48:37.755 INFO O| Oct 31 17:48:37.755 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88532024-10-31T17:48:39.387Z[ recovery-image] Oct 31 17:48:37.960 INFO E| Compiling bitstruct_derive v0.1.0
88542024-10-31T17:48:39.514Z[ host-image] Oct 31 17:48:38.087 INFO O| Oct 31 17:48:38.087 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88552024-10-31T17:48:39.607Z[ host-image] Oct 31 17:48:38.180 INFO O| Oct 31 17:48:38.180 INFO completed processing gimlet/ramdisk-02-trim
88562024-10-31T17:48:39.610Z[ host-image] Oct 31 17:48:38.183 INFO image builder template: zfs...
88572024-10-31T17:48:39.610Z[ host-image] Oct 31 17:48:38.183 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/.tmprBD8Ob/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
88582024-10-31T17:48:39.624Z[ host-image] Oct 31 17:48:38.198 INFO O| Oct 31 17:48:38.197 INFO skip include "stress" because feature "stress" is not enabled
88592024-10-31T17:48:39.656Z[ host-image] Oct 31 17:48:38.230 INFO O| Oct 31 17:48:38.230 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88602024-10-31T17:48:39.661Z[ host-image] Oct 31 17:48:38.234 INFO O| Oct 31 17:48:38.234 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88612024-10-31T17:48:39.753Z[ host-image] Oct 31 17:48:38.326 INFO O| Oct 31 17:48:38.326 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88622024-10-31T17:48:39.804Z[ host-image] Oct 31 17:48:38.377 INFO O| Oct 31 17:48:38.377 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88632024-10-31T17:48:39.806Z[ host-image] Oct 31 17:48:38.377 INFO O| Oct 31 17:48:38.377 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88642024-10-31T17:48:39.809Z[ host-image] Oct 31 17:48:38.381 INFO O| Oct 31 17:48:38.381 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88652024-10-31T17:48:39.889Z[ host-image] Oct 31 17:48:38.461 INFO O| Oct 31 17:48:38.461 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88662024-10-31T17:48:39.938Z[ host-image] Oct 31 17:48:38.510 INFO O| Oct 31 17:48:38.510 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88672024-10-31T17:48:39.948Z[ host-image] Oct 31 17:48:38.521 INFO O| Oct 31 17:48:38.521 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88682024-10-31T17:48:39.952Z[ host-image] Oct 31 17:48:38.526 INFO O| Oct 31 17:48:38.526 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88692024-10-31T17:48:39.955Z[ host-image] Oct 31 17:48:38.526 INFO O| Oct 31 17:48:38.526 INFO no lofi found
88702024-10-31T17:48:39.955Z[ host-image] Oct 31 17:48:38.526 INFO O| Oct 31 17:48:38.526 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88712024-10-31T17:48:39.955Z[ host-image] Oct 31 17:48:38.526 INFO O| Oct 31 17:48:38.526 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88722024-10-31T17:48:41.436Z[ host-image] Oct 31 17:48:40.009 INFO O| Oct 31 17:48:40.009 INFO lofi device = /dev/dsk/c2t1d0p0
88732024-10-31T17:48:41.437Z[ host-image] Oct 31 17:48:40.009 INFO O| Oct 31 17:48:40.009 INFO pool device = /dev/dsk/c2t1d0p0
88742024-10-31T17:48:41.439Z[ host-image] Oct 31 17:48:40.009 INFO O| Oct 31 17:48:40.009 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"]
88752024-10-31T17:48:41.513Z[ host-image] Oct 31 17:48:40.086 INFO O| Oct 31 17:48:40.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88762024-10-31T17:48:41.513Z[ host-image] Oct 31 17:48:40.086 INFO O| Oct 31 17:48:40.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88772024-10-31T17:48:41.530Z[ host-image] Oct 31 17:48:40.103 INFO O| Oct 31 17:48:40.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88782024-10-31T17:48:41.586Z[ host-image] Oct 31 17:48:40.159 INFO O| Oct 31 17:48:40.159 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88792024-10-31T17:48:41.623Z[ host-image] Oct 31 17:48:40.195 INFO O| Oct 31 17:48:40.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88802024-10-31T17:48:41.637Z[ host-image] Oct 31 17:48:40.209 INFO O| Oct 31 17:48:40.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88812024-10-31T17:48:41.647Z[ host-image] Oct 31 17:48:40.220 INFO O| Oct 31 17:48:40.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88822024-10-31T17:48:41.696Z[ host-image] Oct 31 17:48:40.268 INFO O| Oct 31 17:48:40.268 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88832024-10-31T17:48:41.696Z[ host-image] Oct 31 17:48:40.268 INFO O| Oct 31 17:48:40.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88842024-10-31T17:48:41.698Z[ host-image] Oct 31 17:48:40.268 INFO O| Oct 31 17:48:40.268 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88852024-10-31T17:48:41.705Z[ host-image] Oct 31 17:48:40.277 INFO O| Oct 31 17:48:40.277 INFO boot environment UUID: 24b47bd5-c753-43f8-9281-96e36ddfaac9
88862024-10-31T17:48:41.705Z[ host-image] Oct 31 17:48:40.277 INFO O| Oct 31 17:48:40.277 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 24b47bd5-c753-43f8-9281-96e36ddfaac9
88872024-10-31T17:48:41.717Z[ host-image] Oct 31 17:48:40.288 INFO O| Oct 31 17:48:40.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88882024-10-31T17:48:41.725Z[ host-image] Oct 31 17:48:40.298 INFO O| Oct 31 17:48:40.298 INFO STEP 0 (create_be) COMPLETE
88892024-10-31T17:48:41.725Z[ host-image] Oct 31 17:48:40.298 INFO O| Oct 31 17:48:40.298 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88902024-10-31T17:48:41.740Z[ host-image] Oct 31 17:48:40.312 INFO O| Oct 31 17:48:40.312 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88912024-10-31T17:48:54.397Z[ recovery-image] Oct 31 17:48:52.949 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)
88922024-10-31T17:48:57.261Z[ recovery-image] Oct 31 17:48:55.824 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)
88932024-10-31T17:49:01.676Z[ recovery-image] Oct 31 17:49:00.243 INFO E| Compiling bitflags v1.3.2
88942024-10-31T17:49:01.676Z[ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling plain v0.2.3
88952024-10-31T17:49:01.676Z[ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling scroll v0.12.0
88962024-10-31T17:49:01.676Z[ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling adler2 v2.0.0
88972024-10-31T17:49:01.676Z[ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling log v0.4.22
88982024-10-31T17:49:01.676Z[ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling bit_field v0.10.2
88992024-10-31T17:49:01.676Z[ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling bitstruct v0.1.1
89002024-10-31T17:49:01.910Z[ recovery-image] Oct 31 17:49:00.477 INFO E| Compiling raw-cpuid v10.7.0
89012024-10-31T17:49:01.918Z[ recovery-image] Oct 31 17:49:00.485 INFO E| Compiling cpio_reader v0.1.1
89022024-10-31T17:49:01.939Z[ recovery-image] Oct 31 17:49:00.507 INFO E| Compiling static_assertions v1.1.0
89032024-10-31T17:49:02.056Z[ recovery-image] Oct 31 17:49:00.624 INFO E| Compiling miniz_oxide v0.8.0
89042024-10-31T17:49:02.489Z[ recovery-image] Oct 31 17:49:01.056 INFO E| Compiling goblin v0.8.2
89052024-10-31T17:49:02.764Z[ host-image] Oct 31 17:49:01.332 INFO O| Oct 31 17:49:01.331 INFO STEP 1 (unpack_tar) COMPLETE
89062024-10-31T17:49:02.764Z[ host-image] Oct 31 17:49:01.332 INFO O| Oct 31 17:49:01.331 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89072024-10-31T17:49:02.784Z[ host-image] Oct 31 17:49:01.351 INFO O| Oct 31 17:49:01.351 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89082024-10-31T17:49:03.210Z[ host-image] Oct 31 17:49:01.777 INFO O| Oct 31 17:49:01.777 INFO STEP 2 (devfsadm) COMPLETE
89092024-10-31T17:49:03.210Z[ host-image] Oct 31 17:49:01.777 INFO O| Oct 31 17:49:01.777 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89102024-10-31T17:49:03.227Z[ host-image] Oct 31 17:49:01.794 INFO O| Oct 31 17:49:01.794 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89112024-10-31T17:49:03.227Z[ host-image] Oct 31 17:49:01.794 INFO O| Oct 31 17:49:01.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89122024-10-31T17:49:03.229Z[ host-image] Oct 31 17:49:01.794 INFO O| Oct 31 17:49:01.794 INFO STEP 3 (ensure_dir) COMPLETE
89132024-10-31T17:49:03.229Z[ host-image] Oct 31 17:49:01.794 INFO O| Oct 31 17:49:01.794 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89142024-10-31T17:49:03.238Z[ host-image] Oct 31 17:49:01.805 INFO O| Oct 31 17:49:01.805 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89152024-10-31T17:49:03.240Z[ host-image] Oct 31 17:49:01.805 INFO O| Oct 31 17:49:01.805 INFO STEP 4 (ensure_dir) COMPLETE
89162024-10-31T17:49:03.240Z[ host-image] Oct 31 17:49:01.805 INFO O| Oct 31 17:49:01.805 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89172024-10-31T17:49:03.249Z[ host-image] Oct 31 17:49:01.816 INFO O| Oct 31 17:49:01.816 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89182024-10-31T17:49:03.249Z[ host-image] Oct 31 17:49:01.816 INFO O| Oct 31 17:49:01.816 INFO STEP 5 (ensure_dir) COMPLETE
89192024-10-31T17:49:03.249Z[ host-image] Oct 31 17:49:01.816 INFO O| Oct 31 17:49:01.816 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89202024-10-31T17:49:03.259Z[ host-image] Oct 31 17:49:01.827 INFO O| Oct 31 17:49:01.827 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89212024-10-31T17:49:03.259Z[ host-image] Oct 31 17:49:01.827 INFO O| Oct 31 17:49:01.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89222024-10-31T17:49:03.262Z[ host-image] Oct 31 17:49:01.827 INFO O| Oct 31 17:49:01.827 INFO STEP 6 (ensure_dir) COMPLETE
89232024-10-31T17:49:03.262Z[ host-image] Oct 31 17:49:01.827 INFO O| Oct 31 17:49:01.827 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89242024-10-31T17:49:03.270Z[ host-image] Oct 31 17:49:01.837 INFO O| Oct 31 17:49:01.837 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89252024-10-31T17:49:03.270Z[ host-image] Oct 31 17:49:01.837 INFO O| Oct 31 17:49:01.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89262024-10-31T17:49:03.273Z[ host-image] Oct 31 17:49:01.837 INFO O| Oct 31 17:49:01.837 INFO STEP 7 (ensure_dir) COMPLETE
89272024-10-31T17:49:03.273Z[ host-image] Oct 31 17:49:01.837 INFO O| Oct 31 17:49:01.837 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282024-10-31T17:49:03.282Z[ host-image] Oct 31 17:49:01.848 INFO O| Oct 31 17:49:01.848 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89292024-10-31T17:49:03.287Z[ host-image] Oct 31 17:49:01.848 INFO O| Oct 31 17:49:01.848 INFO STEP 8 (remove_files) COMPLETE
89302024-10-31T17:49:03.287Z[ host-image] Oct 31 17:49:01.848 INFO O| Oct 31 17:49:01.848 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89312024-10-31T17:49:03.291Z[ host-image] Oct 31 17:49:01.858 INFO O| Oct 31 17:49:01.858 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89322024-10-31T17:49:03.293Z[ host-image] Oct 31 17:49:01.859 INFO O| Oct 31 17:49:01.859 INFO STEP 9 (remove_files) COMPLETE
89332024-10-31T17:49:03.294Z[ host-image] Oct 31 17:49:01.859 INFO O| Oct 31 17:49:01.859 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89342024-10-31T17:49:03.302Z[ host-image] Oct 31 17:49:01.869 INFO O| Oct 31 17:49:01.869 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89352024-10-31T17:49:03.304Z[ host-image] Oct 31 17:49:01.870 INFO O| Oct 31 17:49:01.870 INFO STEP 10 (remove_files) COMPLETE
89362024-10-31T17:49:03.304Z[ host-image] Oct 31 17:49:01.870 INFO O| Oct 31 17:49:01.870 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372024-10-31T17:49:03.313Z[ host-image] Oct 31 17:49:01.880 INFO O| Oct 31 17:49:01.880 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89382024-10-31T17:49:03.313Z[ host-image] Oct 31 17:49:01.880 INFO O| Oct 31 17:49:01.880 INFO STEP 11 (remove_files) COMPLETE
89392024-10-31T17:49:03.315Z[ host-image] Oct 31 17:49:01.880 INFO O| Oct 31 17:49:01.880 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-31T17:49:03.323Z[ host-image] Oct 31 17:49:01.890 INFO O| Oct 31 17:49:01.890 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89412024-10-31T17:49:03.323Z[ host-image] Oct 31 17:49:01.891 INFO O| Oct 31 17:49:01.891 INFO STEP 12 (remove_files) COMPLETE
89422024-10-31T17:49:03.325Z[ host-image] Oct 31 17:49:01.891 INFO O| Oct 31 17:49:01.891 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89432024-10-31T17:49:03.333Z[ host-image] Oct 31 17:49:01.901 INFO O| Oct 31 17:49:01.901 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89442024-10-31T17:49:03.336Z[ host-image] Oct 31 17:49:01.901 INFO O| Oct 31 17:49:01.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89452024-10-31T17:49:03.336Z[ host-image] Oct 31 17:49:01.901 INFO O| Oct 31 17:49:01.901 INFO STEP 13 (ensure_dir) COMPLETE
89462024-10-31T17:49:03.336Z[ host-image] Oct 31 17:49:01.901 INFO O| Oct 31 17:49:01.901 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472024-10-31T17:49:03.344Z[ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89482024-10-31T17:49:03.347Z[ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89492024-10-31T17:49:03.347Z[ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89502024-10-31T17:49:03.347Z[ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO STEP 14 (ensure_dir) COMPLETE
89512024-10-31T17:49:03.347Z[ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522024-10-31T17:49:03.355Z[ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89532024-10-31T17:49:03.355Z[ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89542024-10-31T17:49:03.355Z[ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89552024-10-31T17:49:03.359Z[ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO STEP 15 (ensure_dir) COMPLETE
89562024-10-31T17:49:03.359Z[ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89572024-10-31T17:49:03.371Z[ host-image] Oct 31 17:49:01.939 INFO O| Oct 31 17:49:01.939 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89582024-10-31T17:49:03.371Z[ host-image] Oct 31 17:49:01.939 INFO O| Oct 31 17:49:01.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89592024-10-31T17:49:03.374Z[ host-image] Oct 31 17:49:01.939 INFO O| Oct 31 17:49:01.939 INFO STEP 16 (ensure_dir) COMPLETE
89602024-10-31T17:49:03.374Z[ host-image] Oct 31 17:49:01.939 INFO O| Oct 31 17:49:01.939 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89612024-10-31T17:49:03.385Z[ host-image] Oct 31 17:49:01.952 INFO O| Oct 31 17:49:01.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89622024-10-31T17:49:03.385Z[ host-image] Oct 31 17:49:01.952 INFO O| Oct 31 17:49:01.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89632024-10-31T17:49:03.387Z[ host-image] Oct 31 17:49:01.952 INFO O| Oct 31 17:49:01.952 INFO STEP 17 (ensure_dir) COMPLETE
89642024-10-31T17:49:03.387Z[ host-image] Oct 31 17:49:01.952 INFO O| Oct 31 17:49:01.952 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652024-10-31T17:49:03.399Z[ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89662024-10-31T17:49:03.399Z[ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89672024-10-31T17:49:03.401Z[ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO ok!
89682024-10-31T17:49:03.401Z[ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO STEP 18 (ensure_symlink) COMPLETE
89692024-10-31T17:49:03.401Z[ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89702024-10-31T17:49:03.413Z[ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89712024-10-31T17:49:03.413Z[ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89722024-10-31T17:49:03.416Z[ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO ok!
89732024-10-31T17:49:03.416Z[ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO STEP 19 (ensure_file) COMPLETE
89742024-10-31T17:49:03.416Z[ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89752024-10-31T17:49:03.426Z[ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89762024-10-31T17:49:03.426Z[ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89772024-10-31T17:49:03.428Z[ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89782024-10-31T17:49:03.428Z[ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO ok!
89792024-10-31T17:49:03.428Z[ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO STEP 20 (ensure_symlink) COMPLETE
89802024-10-31T17:49:03.428Z[ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89812024-10-31T17:49:03.442Z[ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89822024-10-31T17:49:03.442Z[ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89832024-10-31T17:49:03.444Z[ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89842024-10-31T17:49:03.444Z[ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO ok!
89852024-10-31T17:49:03.444Z[ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO STEP 21 (ensure_symlink) COMPLETE
89862024-10-31T17:49:03.444Z[ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89872024-10-31T17:49:03.459Z[ host-image] Oct 31 17:49:02.026 INFO O| Oct 31 17:49:02.026 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89882024-10-31T17:49:03.461Z[ host-image] Oct 31 17:49:02.026 INFO O| Oct 31 17:49:02.026 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89892024-10-31T17:49:03.461Z[ host-image] Oct 31 17:49:02.027 INFO O| Oct 31 17:49:02.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89902024-10-31T17:49:03.462Z[ host-image] Oct 31 17:49:02.027 INFO O| Oct 31 17:49:02.027 INFO ok!
89912024-10-31T17:49:03.462Z[ host-image] Oct 31 17:49:02.027 INFO O| Oct 31 17:49:02.027 INFO STEP 22 (ensure_symlink) COMPLETE
89922024-10-31T17:49:03.462Z[ host-image] Oct 31 17:49:02.027 INFO O| Oct 31 17:49:02.027 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89932024-10-31T17:49:03.476Z[ host-image] Oct 31 17:49:02.043 INFO O| Oct 31 17:49:02.043 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89942024-10-31T17:49:03.476Z[ host-image] Oct 31 17:49:02.043 INFO O| Oct 31 17:49:02.043 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89952024-10-31T17:49:03.479Z[ host-image] Oct 31 17:49:02.044 INFO O| Oct 31 17:49:02.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89962024-10-31T17:49:03.479Z[ host-image] Oct 31 17:49:02.044 INFO O| Oct 31 17:49:02.044 INFO ok!
89972024-10-31T17:49:03.479Z[ host-image] Oct 31 17:49:02.044 INFO O| Oct 31 17:49:02.044 INFO STEP 23 (ensure_symlink) COMPLETE
89982024-10-31T17:49:03.479Z[ host-image] Oct 31 17:49:02.044 INFO O| Oct 31 17:49:02.044 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89992024-10-31T17:49:03.493Z[ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90002024-10-31T17:49:03.495Z[ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90012024-10-31T17:49:03.495Z[ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90022024-10-31T17:49:03.495Z[ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO ok!
90032024-10-31T17:49:03.495Z[ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO STEP 24 (ensure_file) COMPLETE
90042024-10-31T17:49:03.495Z[ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052024-10-31T17:49:03.510Z[ host-image] Oct 31 17:49:02.077 INFO O| Oct 31 17:49:02.077 INFO updating shadow file
90062024-10-31T17:49:03.512Z[ host-image] Oct 31 17:49:02.077 INFO O| Oct 31 17:49:02.077 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90072024-10-31T17:49:03.513Z[ host-image] Oct 31 17:49:02.078 INFO O| Oct 31 17:49:02.077 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90082024-10-31T17:49:03.513Z[ host-image] Oct 31 17:49:02.078 INFO O| Oct 31 17:49:02.078 INFO STEP 25 (shadow) COMPLETE
90092024-10-31T17:49:03.513Z[ host-image] Oct 31 17:49:02.078 INFO O| Oct 31 17:49:02.078 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90102024-10-31T17:49:03.525Z[ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90112024-10-31T17:49:03.525Z[ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90122024-10-31T17:49:03.527Z[ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90132024-10-31T17:49:03.527Z[ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO ok!
90142024-10-31T17:49:03.527Z[ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO STEP 26 (ensure_file) COMPLETE
90152024-10-31T17:49:03.527Z[ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90162024-10-31T17:49:03.541Z[ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90172024-10-31T17:49:03.543Z[ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90182024-10-31T17:49:03.543Z[ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90192024-10-31T17:49:03.543Z[ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO ok!
90202024-10-31T17:49:03.543Z[ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO STEP 27 (ensure_file) COMPLETE
90212024-10-31T17:49:03.543Z[ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90222024-10-31T17:49:03.557Z[ host-image] Oct 31 17:49:02.124 INFO O| Oct 31 17:49:02.124 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90232024-10-31T17:49:03.557Z[ host-image] Oct 31 17:49:02.124 INFO O| Oct 31 17:49:02.124 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90242024-10-31T17:49:03.559Z[ host-image] Oct 31 17:49:02.124 INFO O| Oct 31 17:49:02.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90252024-10-31T17:49:03.559Z[ host-image] Oct 31 17:49:02.124 INFO O| Oct 31 17:49:02.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90262024-10-31T17:49:03.559Z[ host-image] Oct 31 17:49:02.125 INFO O| Oct 31 17:49:02.124 INFO ok!
90272024-10-31T17:49:03.559Z[ host-image] Oct 31 17:49:02.125 INFO O| Oct 31 17:49:02.125 INFO STEP 28 (ensure_file) COMPLETE
90282024-10-31T17:49:03.560Z[ host-image] Oct 31 17:49:02.125 INFO O| Oct 31 17:49:02.125 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90292024-10-31T17:49:03.575Z[ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90302024-10-31T17:49:03.575Z[ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90312024-10-31T17:49:03.578Z[ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90322024-10-31T17:49:03.578Z[ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO ok!
90332024-10-31T17:49:03.578Z[ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO STEP 29 (ensure_file) COMPLETE
90342024-10-31T17:49:03.578Z[ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90352024-10-31T17:49:03.586Z[ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90362024-10-31T17:49:03.586Z[ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90372024-10-31T17:49:03.588Z[ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90382024-10-31T17:49:03.588Z[ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO ok!
90392024-10-31T17:49:03.588Z[ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO STEP 30 (ensure_file) COMPLETE
90402024-10-31T17:49:03.588Z[ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90412024-10-31T17:49:03.602Z[ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90422024-10-31T17:49:03.602Z[ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90432024-10-31T17:49:03.604Z[ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90442024-10-31T17:49:03.604Z[ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90452024-10-31T17:49:03.604Z[ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO ok!
90462024-10-31T17:49:03.604Z[ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO STEP 31 (ensure_file) COMPLETE
90472024-10-31T17:49:03.604Z[ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90482024-10-31T17:49:03.618Z[ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90492024-10-31T17:49:03.618Z[ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90502024-10-31T17:49:03.618Z[ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90512024-10-31T17:49:03.620Z[ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO ok!
90522024-10-31T17:49:03.620Z[ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO STEP 32 (ensure_file) COMPLETE
90532024-10-31T17:49:03.620Z[ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90542024-10-31T17:49:03.632Z[ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90552024-10-31T17:49:03.632Z[ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90562024-10-31T17:49:03.634Z[ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90572024-10-31T17:49:03.634Z[ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO ok!
90582024-10-31T17:49:03.634Z[ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO STEP 33 (ensure_file) COMPLETE
90592024-10-31T17:49:03.634Z[ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602024-10-31T17:49:03.643Z[ host-image] Oct 31 17:49:02.210 INFO O| Oct 31 17:49:02.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90612024-10-31T17:49:03.643Z[ host-image] Oct 31 17:49:02.210 INFO O| Oct 31 17:49:02.210 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90622024-10-31T17:49:03.645Z[ host-image] Oct 31 17:49:02.210 INFO O| Oct 31 17:49:02.210 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90632024-10-31T17:49:03.645Z[ host-image] Oct 31 17:49:02.210 INFO O| Oct 31 17:49:02.210 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90642024-10-31T17:49:03.645Z[ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.210 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90652024-10-31T17:49:03.645Z[ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90662024-10-31T17:49:03.645Z[ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.211 INFO ok!
90672024-10-31T17:49:03.645Z[ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.211 INFO STEP 34 (ensure_file) COMPLETE
90682024-10-31T17:49:03.646Z[ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.211 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90692024-10-31T17:49:03.658Z[ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90702024-10-31T17:49:03.661Z[ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90712024-10-31T17:49:03.661Z[ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90722024-10-31T17:49:03.661Z[ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO STEP 35 (ensure_dir) COMPLETE
90732024-10-31T17:49:03.661Z[ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90742024-10-31T17:49:03.669Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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
90752024-10-31T17:49:03.669Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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 ...
90762024-10-31T17:49:03.672Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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
90772024-10-31T17:49:03.672Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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
90782024-10-31T17:49:03.672Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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
90792024-10-31T17:49:03.672Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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
90802024-10-31T17:49:03.672Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 INFO ok!
90812024-10-31T17:49:03.672Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 INFO STEP 36 (ensure_file) COMPLETE
90822024-10-31T17:49:03.672Z[ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90832024-10-31T17:49:03.682Z[ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90842024-10-31T17:49:03.682Z[ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 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 ...
90852024-10-31T17:49:03.684Z[ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90862024-10-31T17:49:03.684Z[ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO ok!
90872024-10-31T17:49:03.684Z[ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO STEP 37 (ensure_symlink) COMPLETE
90882024-10-31T17:49:03.684Z[ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90892024-10-31T17:49:03.695Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90902024-10-31T17:49:03.695Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90912024-10-31T17:49:03.698Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90922024-10-31T17:49:03.698Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90932024-10-31T17:49:03.698Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90942024-10-31T17:49:03.698Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90952024-10-31T17:49:03.698Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO ok!
90962024-10-31T17:49:03.698Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO STEP 38 (ensure_file) COMPLETE
90972024-10-31T17:49:03.698Z[ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90982024-10-31T17:49:03.710Z[ host-image] Oct 31 17:49:02.277 INFO O| Oct 31 17:49:02.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90992024-10-31T17:49:03.710Z[ host-image] Oct 31 17:49:02.277 INFO O| Oct 31 17:49:02.277 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 ...
91002024-10-31T17:49:03.719Z[ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.277 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
91012024-10-31T17:49:03.719Z[ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.278 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91022024-10-31T17:49:03.719Z[ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.278 INFO ok!
91032024-10-31T17:49:03.719Z[ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.278 INFO STEP 39 (ensure_file) COMPLETE
91042024-10-31T17:49:03.719Z[ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.278 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91052024-10-31T17:49:03.724Z[ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91062024-10-31T17:49:03.724Z[ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91072024-10-31T17:49:03.726Z[ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91082024-10-31T17:49:03.726Z[ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO ok!
91092024-10-31T17:49:03.726Z[ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO STEP 40 (ensure_file) COMPLETE
91102024-10-31T17:49:03.726Z[ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91112024-10-31T17:49:03.735Z[ host-image] Oct 31 17:49:02.302 INFO O| Oct 31 17:49:02.302 INFO updating shadow file
91122024-10-31T17:49:03.737Z[ host-image] Oct 31 17:49:02.302 INFO O| Oct 31 17:49:02.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91132024-10-31T17:49:03.737Z[ host-image] Oct 31 17:49:02.302 INFO O| Oct 31 17:49:02.302 INFO STEP 41 (shadow) COMPLETE
91142024-10-31T17:49:03.737Z[ host-image] Oct 31 17:49:02.302 INFO O| Oct 31 17:49:02.302 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91152024-10-31T17:49:03.750Z[ host-image] Oct 31 17:49:02.317 INFO O| Oct 31 17:49:02.317 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91162024-10-31T17:49:03.750Z[ host-image] Oct 31 17:49:02.317 INFO O| Oct 31 17:49:02.317 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91172024-10-31T17:49:03.752Z[ host-image] Oct 31 17:49:02.317 INFO O| Oct 31 17:49:02.317 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91182024-10-31T17:49:03.753Z[ host-image] Oct 31 17:49:02.317 INFO O| Oct 31 17:49:02.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91192024-10-31T17:49:03.753Z[ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.317 INFO ok!
91202024-10-31T17:49:03.753Z[ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO STEP 42 (ensure_file) COMPLETE
91212024-10-31T17:49:03.753Z[ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91222024-10-31T17:49:03.753Z[ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO skip step because feature "mfg" is not enabled
91232024-10-31T17:49:03.753Z[ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91242024-10-31T17:49:03.753Z[ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO skip step because feature "mfg" is not enabled
91252024-10-31T17:49:03.753Z[ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91262024-10-31T17:49:03.762Z[ host-image] Oct 31 17:49:02.329 INFO O| Oct 31 17:49:02.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91272024-10-31T17:49:03.764Z[ host-image] Oct 31 17:49:02.329 INFO O| Oct 31 17:49:02.329 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91282024-10-31T17:49:04.536Z[ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91292024-10-31T17:49:04.536Z[ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91302024-10-31T17:49:04.539Z[ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO ok!
91312024-10-31T17:49:04.539Z[ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO STEP 45 (ensure_file) COMPLETE
91322024-10-31T17:49:04.539Z[ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91332024-10-31T17:49:04.549Z[ host-image] Oct 31 17:49:03.116 INFO O| Oct 31 17:49:03.116 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91342024-10-31T17:49:04.550Z[ host-image] Oct 31 17:49:03.116 INFO O| Oct 31 17:49:03.116 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91352024-10-31T17:49:04.552Z[ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.116 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91362024-10-31T17:49:04.552Z[ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91372024-10-31T17:49:04.552Z[ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91382024-10-31T17:49:04.552Z[ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91392024-10-31T17:49:04.552Z[ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO ok!
91402024-10-31T17:49:04.552Z[ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO STEP 46 (ensure_file) COMPLETE
91412024-10-31T17:49:04.552Z[ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91422024-10-31T17:49:04.564Z[ host-image] Oct 31 17:49:03.130 INFO O| Oct 31 17:49:03.130 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91432024-10-31T17:49:04.564Z[ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.130 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 ...
91442024-10-31T17:49:04.567Z[ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 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
91452024-10-31T17:49:04.567Z[ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91462024-10-31T17:49:04.567Z[ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 INFO ok!
91472024-10-31T17:49:04.567Z[ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 INFO STEP 47 (ensure_file) COMPLETE
91482024-10-31T17:49:04.567Z[ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91492024-10-31T17:49:04.591Z[ host-image] Oct 31 17:49:03.157 INFO O| Oct 31 17:49:03.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91502024-10-31T17:49:04.591Z[ host-image] Oct 31 17:49:03.157 INFO O| Oct 31 17:49:03.157 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91512024-10-31T17:49:04.594Z[ host-image] Oct 31 17:49:03.157 INFO O| Oct 31 17:49:03.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91522024-10-31T17:49:04.594Z[ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91532024-10-31T17:49:04.594Z[ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91542024-10-31T17:49:04.594Z[ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91552024-10-31T17:49:04.594Z[ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO ok!
91562024-10-31T17:49:04.594Z[ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO STEP 48 (ensure_file) COMPLETE
91572024-10-31T17:49:04.594Z[ host-image] Oct 31 17:49:03.159 INFO O| Oct 31 17:49:03.158 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91582024-10-31T17:49:04.651Z[ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91592024-10-31T17:49:04.651Z[ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 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 ...
91602024-10-31T17:49:04.654Z[ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 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
91612024-10-31T17:49:04.654Z[ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91622024-10-31T17:49:04.654Z[ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO ok!
91632024-10-31T17:49:04.654Z[ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO STEP 49 (ensure_file) COMPLETE
91642024-10-31T17:49:04.654Z[ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91652024-10-31T17:49:04.670Z[ host-image] Oct 31 17:49:03.236 INFO O| Oct 31 17:49:03.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91662024-10-31T17:49:04.670Z[ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.236 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91672024-10-31T17:49:04.673Z[ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91682024-10-31T17:49:04.673Z[ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91692024-10-31T17:49:04.673Z[ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91702024-10-31T17:49:04.673Z[ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91712024-10-31T17:49:04.673Z[ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO ok!
91722024-10-31T17:49:04.673Z[ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO STEP 50 (ensure_file) COMPLETE
91732024-10-31T17:49:04.673Z[ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91742024-10-31T17:49:04.688Z[ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.254 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91752024-10-31T17:49:04.688Z[ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 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 ...
91762024-10-31T17:49:04.690Z[ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 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
91772024-10-31T17:49:04.690Z[ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91782024-10-31T17:49:04.690Z[ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 INFO ok!
91792024-10-31T17:49:04.690Z[ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 INFO STEP 51 (ensure_file) COMPLETE
91802024-10-31T17:49:04.690Z[ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91812024-10-31T17:49:04.706Z[ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91822024-10-31T17:49:04.706Z[ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 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 ...
91832024-10-31T17:49:04.709Z[ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 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
91842024-10-31T17:49:04.709Z[ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91852024-10-31T17:49:04.709Z[ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 INFO ok!
91862024-10-31T17:49:04.709Z[ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 INFO STEP 52 (ensure_file) COMPLETE
91872024-10-31T17:49:04.709Z[ host-image] Oct 31 17:49:03.274 INFO O| Oct 31 17:49:03.273 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91882024-10-31T17:49:04.724Z[ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91892024-10-31T17:49:04.724Z[ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 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 ...
91902024-10-31T17:49:04.727Z[ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 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
91912024-10-31T17:49:04.727Z[ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91922024-10-31T17:49:04.727Z[ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 INFO ok!
91932024-10-31T17:49:04.727Z[ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 INFO STEP 53 (ensure_file) COMPLETE
91942024-10-31T17:49:04.727Z[ host-image] Oct 31 17:49:03.292 INFO O| Oct 31 17:49:03.291 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-10-31T17:49:04.778Z[ host-image] Oct 31 17:49:03.345 INFO O| Oct 31 17:49:03.344 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91962024-10-31T17:49:04.778Z[ host-image] Oct 31 17:49:03.345 INFO O| Oct 31 17:49:03.345 INFO STEP 54 (ensure_dir) COMPLETE
91972024-10-31T17:49:04.781Z[ host-image] Oct 31 17:49:03.345 INFO O| Oct 31 17:49:03.345 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-10-31T17:49:04.814Z[ host-image] Oct 31 17:49:03.380 INFO O| Oct 31 17:49:03.380 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91992024-10-31T17:49:04.814Z[ host-image] Oct 31 17:49:03.380 INFO O| Oct 31 17:49:03.380 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92002024-10-31T17:49:04.816Z[ host-image] Oct 31 17:49:03.380 INFO O| Oct 31 17:49:03.380 INFO STEP 55 (ensure_dir) COMPLETE
92012024-10-31T17:49:04.816Z[ host-image] Oct 31 17:49:03.380 INFO O| Oct 31 17:49:03.380 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-10-31T17:49:04.833Z[ host-image] Oct 31 17:49:03.400 INFO O| Oct 31 17:49:03.399 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92032024-10-31T17:49:04.835Z[ host-image] Oct 31 17:49:03.400 INFO O| Oct 31 17:49:03.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92042024-10-31T17:49:04.835Z[ host-image] Oct 31 17:49:03.400 INFO O| Oct 31 17:49:03.400 INFO STEP 56 (ensure_dir) COMPLETE
92052024-10-31T17:49:04.835Z[ host-image] Oct 31 17:49:03.400 INFO O| Oct 31 17:49:03.400 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92062024-10-31T17:49:04.851Z[ host-image] Oct 31 17:49:03.418 INFO O| Oct 31 17:49:03.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92072024-10-31T17:49:04.851Z[ host-image] Oct 31 17:49:03.418 INFO O| Oct 31 17:49:03.418 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92082024-10-31T17:49:04.876Z[ host-image] Oct 31 17:49:03.443 INFO O| Oct 31 17:49:03.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92092024-10-31T17:49:04.876Z[ host-image] Oct 31 17:49:03.443 INFO O| Oct 31 17:49:03.443 INFO ok!
92102024-10-31T17:49:04.879Z[ host-image] Oct 31 17:49:03.443 INFO O| Oct 31 17:49:03.443 INFO STEP 57 (ensure_file) COMPLETE
92112024-10-31T17:49:04.879Z[ host-image] Oct 31 17:49:03.443 INFO O| Oct 31 17:49:03.443 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-10-31T17:49:04.898Z[ host-image] Oct 31 17:49:03.465 INFO O| Oct 31 17:49:03.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92132024-10-31T17:49:04.898Z[ host-image] Oct 31 17:49:03.465 INFO O| Oct 31 17:49:03.465 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92142024-10-31T17:49:06.337Z[ host-image] Oct 31 17:49:04.904 INFO O| Oct 31 17:49:04.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92152024-10-31T17:49:06.337Z[ host-image] Oct 31 17:49:04.904 INFO O| Oct 31 17:49:04.904 INFO ok!
92162024-10-31T17:49:06.341Z[ host-image] Oct 31 17:49:04.904 INFO O| Oct 31 17:49:04.904 INFO STEP 58 (ensure_file) COMPLETE
92172024-10-31T17:49:06.341Z[ host-image] Oct 31 17:49:04.904 INFO O| Oct 31 17:49:04.904 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-10-31T17:49:06.356Z[ host-image] Oct 31 17:49:04.923 INFO O| Oct 31 17:49:04.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92192024-10-31T17:49:06.357Z[ host-image] Oct 31 17:49:04.923 INFO O| Oct 31 17:49:04.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92202024-10-31T17:49:06.360Z[ host-image] Oct 31 17:49:04.923 INFO O| Oct 31 17:49:04.923 INFO STEP 59 (ensure_dir) COMPLETE
92212024-10-31T17:49:06.360Z[ host-image] Oct 31 17:49:04.923 INFO O| Oct 31 17:49:04.923 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92222024-10-31T17:49:06.372Z[ host-image] Oct 31 17:49:04.937 INFO O| Oct 31 17:49:04.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92232024-10-31T17:49:06.372Z[ host-image] Oct 31 17:49:04.937 INFO O| Oct 31 17:49:04.937 INFO copying /tmp/.tmprBD8Ob/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 ...
92242024-10-31T17:49:06.374Z[ host-image] Oct 31 17:49:04.938 INFO O| Oct 31 17:49:04.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92252024-10-31T17:49:06.374Z[ host-image] Oct 31 17:49:04.938 INFO O| Oct 31 17:49:04.938 INFO ok!
92262024-10-31T17:49:06.374Z[ host-image] Oct 31 17:49:04.938 INFO O| Oct 31 17:49:04.938 INFO STEP 60 (ensure_file) COMPLETE
92272024-10-31T17:49:06.374Z[ host-image] Oct 31 17:49:04.938 INFO O| Oct 31 17:49:04.938 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92282024-10-31T17:49:06.382Z[ host-image] Oct 31 17:49:04.948 INFO O| Oct 31 17:49:04.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92292024-10-31T17:49:06.382Z[ host-image] Oct 31 17:49:04.948 INFO O| Oct 31 17:49:04.948 INFO copying /tmp/.tmprBD8Ob/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 ...
92302024-10-31T17:49:06.385Z[ host-image] Oct 31 17:49:04.949 INFO O| Oct 31 17:49:04.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92312024-10-31T17:49:06.385Z[ host-image] Oct 31 17:49:04.949 INFO O| Oct 31 17:49:04.949 INFO ok!
92322024-10-31T17:49:06.385Z[ host-image] Oct 31 17:49:04.949 INFO O| Oct 31 17:49:04.949 INFO STEP 61 (ensure_file) COMPLETE
92332024-10-31T17:49:06.385Z[ host-image] Oct 31 17:49:04.949 INFO O| Oct 31 17:49:04.949 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92342024-10-31T17:49:06.394Z[ host-image] Oct 31 17:49:04.960 INFO O| Oct 31 17:49:04.960 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92352024-10-31T17:49:06.394Z[ host-image] Oct 31 17:49:04.960 INFO O| Oct 31 17:49:04.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92362024-10-31T17:49:06.396Z[ host-image] Oct 31 17:49:04.960 INFO O| Oct 31 17:49:04.960 INFO STEP 62 (ensure_dir) COMPLETE
92372024-10-31T17:49:06.396Z[ host-image] Oct 31 17:49:04.960 INFO O| Oct 31 17:49:04.960 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-10-31T17:49:06.405Z[ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92392024-10-31T17:49:06.405Z[ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO copying /tmp/.tmprBD8Ob/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 ...
92402024-10-31T17:49:06.408Z[ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92412024-10-31T17:49:06.408Z[ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO ok!
92422024-10-31T17:49:06.408Z[ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO STEP 63 (ensure_file) COMPLETE
92432024-10-31T17:49:06.408Z[ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-10-31T17:49:06.418Z[ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92452024-10-31T17:49:06.418Z[ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO copying /tmp/.tmprBD8Ob/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 ...
92462024-10-31T17:49:06.420Z[ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92472024-10-31T17:49:06.420Z[ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO ok!
92482024-10-31T17:49:06.420Z[ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO STEP 64 (ensure_file) COMPLETE
92492024-10-31T17:49:06.420Z[ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-10-31T17:49:06.430Z[ host-image] Oct 31 17:49:04.997 INFO O| Oct 31 17:49:04.997 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92512024-10-31T17:49:06.431Z[ host-image] Oct 31 17:49:04.997 INFO O| Oct 31 17:49:04.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92522024-10-31T17:49:06.433Z[ host-image] Oct 31 17:49:04.997 INFO O| Oct 31 17:49:04.997 INFO STEP 65 (ensure_dir) COMPLETE
92532024-10-31T17:49:06.433Z[ host-image] Oct 31 17:49:04.997 INFO O| Oct 31 17:49:04.997 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-10-31T17:49:06.449Z[ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92552024-10-31T17:49:06.449Z[ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO copying /tmp/.tmprBD8Ob/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 ...
92562024-10-31T17:49:06.451Z[ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92572024-10-31T17:49:06.451Z[ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO ok!
92582024-10-31T17:49:06.451Z[ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO STEP 66 (ensure_file) COMPLETE
92592024-10-31T17:49:06.451Z[ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-10-31T17:49:06.464Z[ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92612024-10-31T17:49:06.464Z[ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92622024-10-31T17:49:06.467Z[ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92632024-10-31T17:49:06.467Z[ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO ok!
92642024-10-31T17:49:06.467Z[ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO STEP 67 (ensure_file) COMPLETE
92652024-10-31T17:49:06.467Z[ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-10-31T17:49:06.486Z[ host-image] Oct 31 17:49:05.051 INFO O| Oct 31 17:49:05.051 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92672024-10-31T17:49:06.486Z[ host-image] Oct 31 17:49:05.051 INFO O| Oct 31 17:49:05.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92682024-10-31T17:49:06.491Z[ host-image] Oct 31 17:49:05.051 INFO O| Oct 31 17:49:05.051 INFO STEP 68 (ensure_dir) COMPLETE
92692024-10-31T17:49:06.491Z[ host-image] Oct 31 17:49:05.051 INFO O| Oct 31 17:49:05.051 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-10-31T17:49:06.498Z[ host-image] Oct 31 17:49:05.064 INFO O| Oct 31 17:49:05.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92712024-10-31T17:49:06.498Z[ host-image] Oct 31 17:49:05.064 INFO O| Oct 31 17:49:05.064 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92722024-10-31T17:49:07.564Z[ host-image] Oct 31 17:49:06.129 INFO O| Oct 31 17:49:06.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92732024-10-31T17:49:07.564Z[ host-image] Oct 31 17:49:06.129 INFO O| Oct 31 17:49:06.129 INFO ok!
92742024-10-31T17:49:07.564Z[ host-image] Oct 31 17:49:06.129 INFO O| Oct 31 17:49:06.129 INFO STEP 69 (ensure_file) COMPLETE
92752024-10-31T17:49:07.569Z[ host-image] Oct 31 17:49:06.129 INFO O| Oct 31 17:49:06.129 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-10-31T17:49:07.584Z[ host-image] Oct 31 17:49:06.140 INFO O| Oct 31 17:49:06.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92772024-10-31T17:49:07.590Z[ host-image] Oct 31 17:49:06.140 INFO O| Oct 31 17:49:06.140 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92782024-10-31T17:49:09.134Z[ host-image] Oct 31 17:49:07.694 INFO O| Oct 31 17:49:07.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92792024-10-31T17:49:09.135Z[ host-image] Oct 31 17:49:07.694 INFO O| Oct 31 17:49:07.694 INFO ok!
92802024-10-31T17:49:09.135Z[ host-image] Oct 31 17:49:07.694 INFO O| Oct 31 17:49:07.694 INFO STEP 70 (ensure_file) COMPLETE
92812024-10-31T17:49:09.135Z[ host-image] Oct 31 17:49:07.694 INFO O| Oct 31 17:49:07.694 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-10-31T17:49:09.153Z[ host-image] Oct 31 17:49:07.706 INFO O| Oct 31 17:49:07.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92832024-10-31T17:49:09.159Z[ host-image] Oct 31 17:49:07.706 INFO O| Oct 31 17:49:07.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92842024-10-31T17:49:09.159Z[ host-image] Oct 31 17:49:07.706 INFO O| Oct 31 17:49:07.706 INFO STEP 71 (ensure_dir) COMPLETE
92852024-10-31T17:49:09.159Z[ host-image] Oct 31 17:49:07.706 INFO O| Oct 31 17:49:07.706 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-10-31T17:49:09.159Z[ host-image] Oct 31 17:49:07.717 INFO O| Oct 31 17:49:07.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92872024-10-31T17:49:09.160Z[ host-image] Oct 31 17:49:07.717 INFO O| Oct 31 17:49:07.717 INFO copying /tmp/.tmprBD8Ob/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 ...
92882024-10-31T17:49:09.160Z[ host-image] Oct 31 17:49:07.718 INFO O| Oct 31 17:49:07.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92892024-10-31T17:49:09.160Z[ host-image] Oct 31 17:49:07.718 INFO O| Oct 31 17:49:07.718 INFO ok!
92902024-10-31T17:49:09.160Z[ host-image] Oct 31 17:49:07.718 INFO O| Oct 31 17:49:07.718 INFO STEP 72 (ensure_file) COMPLETE
92912024-10-31T17:49:09.160Z[ host-image] Oct 31 17:49:07.718 INFO O| Oct 31 17:49:07.718 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-10-31T17:49:09.166Z[ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92932024-10-31T17:49:09.166Z[ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO copying /tmp/.tmprBD8Ob/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 ...
92942024-10-31T17:49:09.167Z[ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92952024-10-31T17:49:09.167Z[ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO ok!
92962024-10-31T17:49:09.167Z[ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO STEP 73 (ensure_file) COMPLETE
92972024-10-31T17:49:09.167Z[ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-10-31T17:49:09.175Z[ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92992024-10-31T17:49:09.178Z[ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93002024-10-31T17:49:09.178Z[ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93012024-10-31T17:49:09.178Z[ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO ok!
93022024-10-31T17:49:09.179Z[ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO STEP 74 (ensure_file) COMPLETE
93032024-10-31T17:49:09.179Z[ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-10-31T17:49:09.187Z[ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93052024-10-31T17:49:09.188Z[ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93062024-10-31T17:49:09.192Z[ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93072024-10-31T17:49:09.192Z[ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO ok!
93082024-10-31T17:49:09.193Z[ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO STEP 75 (ensure_file) COMPLETE
93092024-10-31T17:49:09.193Z[ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-10-31T17:49:09.200Z[ host-image] Oct 31 17:49:07.765 INFO O| Oct 31 17:49:07.765 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93112024-10-31T17:49:09.200Z[ host-image] Oct 31 17:49:07.765 INFO O| Oct 31 17:49:07.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93122024-10-31T17:49:09.201Z[ host-image] Oct 31 17:49:07.765 INFO O| Oct 31 17:49:07.765 INFO STEP 76 (ensure_dir) COMPLETE
93132024-10-31T17:49:09.205Z[ host-image] Oct 31 17:49:07.765 INFO O| Oct 31 17:49:07.765 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-10-31T17:49:09.213Z[ host-image] Oct 31 17:49:07.775 INFO O| Oct 31 17:49:07.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93152024-10-31T17:49:09.214Z[ host-image] Oct 31 17:49:07.775 INFO O| Oct 31 17:49:07.775 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93162024-10-31T17:49:09.217Z[ host-image] Oct 31 17:49:07.778 INFO O| Oct 31 17:49:07.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93172024-10-31T17:49:09.217Z[ host-image] Oct 31 17:49:07.778 INFO O| Oct 31 17:49:07.778 INFO ok!
93182024-10-31T17:49:09.217Z[ host-image] Oct 31 17:49:07.778 INFO O| Oct 31 17:49:07.778 INFO STEP 77 (ensure_file) COMPLETE
93192024-10-31T17:49:09.218Z[ host-image] Oct 31 17:49:07.778 INFO O| Oct 31 17:49:07.778 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-10-31T17:49:09.239Z[ host-image] Oct 31 17:49:07.788 INFO O| Oct 31 17:49:07.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93212024-10-31T17:49:09.239Z[ host-image] Oct 31 17:49:07.788 INFO O| Oct 31 17:49:07.788 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93222024-10-31T17:49:09.239Z[ host-image] Oct 31 17:49:07.788 INFO O| Oct 31 17:49:07.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93232024-10-31T17:49:09.239Z[ host-image] Oct 31 17:49:07.789 INFO O| Oct 31 17:49:07.788 INFO ok!
93242024-10-31T17:49:09.239Z[ host-image] Oct 31 17:49:07.789 INFO O| Oct 31 17:49:07.788 INFO STEP 78 (ensure_file) COMPLETE
93252024-10-31T17:49:09.239Z[ host-image] Oct 31 17:49:07.789 INFO O| Oct 31 17:49:07.788 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-10-31T17:49:09.239Z[ host-image] Oct 31 17:49:07.798 INFO O| Oct 31 17:49:07.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93272024-10-31T17:49:09.240Z[ host-image] Oct 31 17:49:07.798 INFO O| Oct 31 17:49:07.798 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93282024-10-31T17:49:10.184Z[ host-image] Oct 31 17:49:08.750 INFO O| Oct 31 17:49:08.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93292024-10-31T17:49:10.184Z[ host-image] Oct 31 17:49:08.750 INFO O| Oct 31 17:49:08.750 INFO ok!
93302024-10-31T17:49:10.187Z[ host-image] Oct 31 17:49:08.750 INFO O| Oct 31 17:49:08.750 INFO STEP 79 (ensure_file) COMPLETE
93312024-10-31T17:49:10.187Z[ host-image] Oct 31 17:49:08.750 INFO O| Oct 31 17:49:08.750 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-10-31T17:49:10.197Z[ host-image] Oct 31 17:49:08.763 INFO O| Oct 31 17:49:08.763 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93332024-10-31T17:49:10.200Z[ host-image] Oct 31 17:49:08.763 INFO O| Oct 31 17:49:08.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93342024-10-31T17:49:10.200Z[ host-image] Oct 31 17:49:08.763 INFO O| Oct 31 17:49:08.763 INFO STEP 80 (ensure_dir) COMPLETE
93352024-10-31T17:49:10.200Z[ host-image] Oct 31 17:49:08.763 INFO O| Oct 31 17:49:08.763 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-10-31T17:49:10.210Z[ host-image] Oct 31 17:49:08.773 INFO O| Oct 31 17:49:08.773 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93372024-10-31T17:49:10.210Z[ host-image] Oct 31 17:49:08.773 INFO O| Oct 31 17:49:08.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93382024-10-31T17:49:10.210Z[ host-image] Oct 31 17:49:08.773 INFO O| Oct 31 17:49:08.773 INFO STEP 81 (ensure_dir) COMPLETE
93392024-10-31T17:49:10.213Z[ host-image] Oct 31 17:49:08.773 INFO O| Oct 31 17:49:08.773 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-10-31T17:49:10.219Z[ host-image] Oct 31 17:49:08.783 INFO O| Oct 31 17:49:08.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93412024-10-31T17:49:10.219Z[ host-image] Oct 31 17:49:08.783 INFO O| Oct 31 17:49:08.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93422024-10-31T17:49:10.222Z[ host-image] Oct 31 17:49:08.783 INFO O| Oct 31 17:49:08.783 INFO STEP 82 (ensure_dir) COMPLETE
93432024-10-31T17:49:10.222Z[ host-image] Oct 31 17:49:08.783 INFO O| Oct 31 17:49:08.783 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-10-31T17:49:10.227Z[ host-image] Oct 31 17:49:08.793 INFO O| Oct 31 17:49:08.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93452024-10-31T17:49:10.229Z[ host-image] Oct 31 17:49:08.793 INFO O| Oct 31 17:49:08.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93462024-10-31T17:49:10.229Z[ host-image] Oct 31 17:49:08.793 INFO O| Oct 31 17:49:08.793 INFO STEP 83 (ensure_dir) COMPLETE
93472024-10-31T17:49:10.230Z[ host-image] Oct 31 17:49:08.793 INFO O| Oct 31 17:49:08.793 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-10-31T17:49:10.238Z[ host-image] Oct 31 17:49:08.803 INFO O| Oct 31 17:49:08.803 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93492024-10-31T17:49:10.238Z[ host-image] Oct 31 17:49:08.803 INFO O| Oct 31 17:49:08.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93502024-10-31T17:49:10.241Z[ host-image] Oct 31 17:49:08.803 INFO O| Oct 31 17:49:08.803 INFO STEP 84 (ensure_dir) COMPLETE
93512024-10-31T17:49:10.241Z[ host-image] Oct 31 17:49:08.803 INFO O| Oct 31 17:49:08.803 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-31T17:49:10.250Z[ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93532024-10-31T17:49:10.250Z[ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO copying /tmp/.tmprBD8Ob/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 ...
93542024-10-31T17:49:10.252Z[ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93552024-10-31T17:49:10.252Z[ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO ok!
93562024-10-31T17:49:10.252Z[ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO STEP 85 (ensure_file) COMPLETE
93572024-10-31T17:49:10.252Z[ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-10-31T17:49:10.260Z[ host-image] Oct 31 17:49:08.825 INFO O| Oct 31 17:49:08.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93592024-10-31T17:49:10.262Z[ host-image] Oct 31 17:49:08.826 INFO O| Oct 31 17:49:08.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93602024-10-31T17:49:10.262Z[ host-image] Oct 31 17:49:08.826 INFO O| Oct 31 17:49:08.826 INFO STEP 86 (ensure_dir) COMPLETE
93612024-10-31T17:49:10.262Z[ host-image] Oct 31 17:49:08.826 INFO O| Oct 31 17:49:08.826 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-10-31T17:49:10.270Z[ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93632024-10-31T17:49:10.270Z[ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93642024-10-31T17:49:10.273Z[ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93652024-10-31T17:49:10.273Z[ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO ok!
93662024-10-31T17:49:10.273Z[ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO STEP 87 (ensure_file) COMPLETE
93672024-10-31T17:49:10.273Z[ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-10-31T17:49:10.280Z[ host-image] Oct 31 17:49:08.846 INFO O| Oct 31 17:49:08.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93692024-10-31T17:49:10.280Z[ host-image] Oct 31 17:49:08.846 INFO O| Oct 31 17:49:08.846 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93702024-10-31T17:49:10.637Z[ host-image] Oct 31 17:49:09.202 INFO O| Oct 31 17:49:09.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93712024-10-31T17:49:10.637Z[ host-image] Oct 31 17:49:09.202 INFO O| Oct 31 17:49:09.202 INFO ok!
93722024-10-31T17:49:10.641Z[ host-image] Oct 31 17:49:09.202 INFO O| Oct 31 17:49:09.202 INFO STEP 88 (ensure_file) COMPLETE
93732024-10-31T17:49:10.641Z[ host-image] Oct 31 17:49:09.203 INFO O| Oct 31 17:49:09.202 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-10-31T17:49:10.652Z[ host-image] Oct 31 17:49:09.214 INFO O| Oct 31 17:49:09.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93752024-10-31T17:49:10.652Z[ host-image] Oct 31 17:49:09.215 INFO O| Oct 31 17:49:09.214 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93762024-10-31T17:49:10.664Z[ host-image] Oct 31 17:49:09.229 INFO O| Oct 31 17:49:09.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93772024-10-31T17:49:10.664Z[ host-image] Oct 31 17:49:09.229 INFO O| Oct 31 17:49:09.229 INFO ok!
93782024-10-31T17:49:10.667Z[ host-image] Oct 31 17:49:09.229 INFO O| Oct 31 17:49:09.229 INFO STEP 89 (ensure_file) COMPLETE
93792024-10-31T17:49:10.667Z[ host-image] Oct 31 17:49:09.229 INFO O| Oct 31 17:49:09.229 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-10-31T17:49:10.675Z[ host-image] Oct 31 17:49:09.240 INFO O| Oct 31 17:49:09.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93812024-10-31T17:49:10.675Z[ host-image] Oct 31 17:49:09.240 INFO O| Oct 31 17:49:09.240 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93822024-10-31T17:49:10.675Z[ host-image] Oct 31 17:49:09.240 INFO O| Oct 31 17:49:09.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93832024-10-31T17:49:10.677Z[ host-image] Oct 31 17:49:09.241 INFO O| Oct 31 17:49:09.240 INFO ok!
93842024-10-31T17:49:10.677Z[ host-image] Oct 31 17:49:09.241 INFO O| Oct 31 17:49:09.240 INFO STEP 90 (ensure_file) COMPLETE
93852024-10-31T17:49:10.677Z[ host-image] Oct 31 17:49:09.241 INFO O| Oct 31 17:49:09.240 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-10-31T17:49:10.685Z[ host-image] Oct 31 17:49:09.251 INFO O| Oct 31 17:49:09.251 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93872024-10-31T17:49:10.688Z[ host-image] Oct 31 17:49:09.251 INFO O| Oct 31 17:49:09.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93882024-10-31T17:49:10.688Z[ host-image] Oct 31 17:49:09.251 INFO O| Oct 31 17:49:09.251 INFO STEP 91 (ensure_dir) COMPLETE
93892024-10-31T17:49:10.688Z[ host-image] Oct 31 17:49:09.251 INFO O| Oct 31 17:49:09.251 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-10-31T17:49:10.696Z[ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93912024-10-31T17:49:10.696Z[ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO copying /tmp/.tmprBD8Ob/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 ...
93922024-10-31T17:49:10.698Z[ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93932024-10-31T17:49:10.698Z[ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO ok!
93942024-10-31T17:49:10.698Z[ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO STEP 92 (ensure_file) COMPLETE
93952024-10-31T17:49:10.698Z[ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-10-31T17:49:10.706Z[ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93972024-10-31T17:49:10.706Z[ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO copying /tmp/.tmprBD8Ob/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 ...
93982024-10-31T17:49:10.708Z[ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93992024-10-31T17:49:10.708Z[ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO ok!
94002024-10-31T17:49:10.708Z[ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO STEP 93 (ensure_file) COMPLETE
94012024-10-31T17:49:10.708Z[ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-10-31T17:49:10.715Z[ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94032024-10-31T17:49:10.718Z[ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO copying /tmp/.tmprBD8Ob/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 ...
94042024-10-31T17:49:10.718Z[ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94052024-10-31T17:49:10.718Z[ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO ok!
94062024-10-31T17:49:10.718Z[ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO STEP 94 (ensure_file) COMPLETE
94072024-10-31T17:49:10.718Z[ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-10-31T17:49:10.726Z[ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94092024-10-31T17:49:10.729Z[ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO copying /tmp/.tmprBD8Ob/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 ...
94102024-10-31T17:49:10.729Z[ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94112024-10-31T17:49:10.729Z[ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO ok!
94122024-10-31T17:49:10.729Z[ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO STEP 95 (ensure_file) COMPLETE
94132024-10-31T17:49:10.729Z[ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-10-31T17:49:10.737Z[ host-image] Oct 31 17:49:09.302 INFO O| Oct 31 17:49:09.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94152024-10-31T17:49:10.737Z[ host-image] Oct 31 17:49:09.302 INFO O| Oct 31 17:49:09.302 INFO copying /tmp/.tmprBD8Ob/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 ...
94162024-10-31T17:49:10.741Z[ host-image] Oct 31 17:49:09.303 INFO O| Oct 31 17:49:09.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94172024-10-31T17:49:10.741Z[ host-image] Oct 31 17:49:09.303 INFO O| Oct 31 17:49:09.303 INFO ok!
94182024-10-31T17:49:10.741Z[ host-image] Oct 31 17:49:09.303 INFO O| Oct 31 17:49:09.303 INFO STEP 96 (ensure_file) COMPLETE
94192024-10-31T17:49:10.741Z[ host-image] Oct 31 17:49:09.303 INFO O| Oct 31 17:49:09.303 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-10-31T17:49:10.747Z[ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94212024-10-31T17:49:10.747Z[ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94222024-10-31T17:49:10.750Z[ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94232024-10-31T17:49:10.750Z[ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO ok!
94242024-10-31T17:49:10.750Z[ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO STEP 97 (ensure_file) COMPLETE
94252024-10-31T17:49:10.750Z[ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-10-31T17:49:10.758Z[ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94272024-10-31T17:49:10.758Z[ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO copying /tmp/.tmprBD8Ob/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 ...
94282024-10-31T17:49:10.760Z[ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94292024-10-31T17:49:10.760Z[ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO ok!
94302024-10-31T17:49:10.760Z[ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO STEP 98 (ensure_file) COMPLETE
94312024-10-31T17:49:10.760Z[ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-10-31T17:49:10.767Z[ recovery-image] Oct 31 17:49:09.332 INFO E| Finished `release` profile [optimized] target(s) in 38.65s
94332024-10-31T17:49:10.770Z[ host-image] Oct 31 17:49:09.333 INFO O| Oct 31 17:49:09.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94342024-10-31T17:49:10.770Z[ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.333 INFO copying /tmp/.tmprBD8Ob/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 ...
94352024-10-31T17:49:10.770Z[ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94362024-10-31T17:49:10.770Z[ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.334 INFO ok!
94372024-10-31T17:49:10.770Z[ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.334 INFO STEP 99 (ensure_file) COMPLETE
94382024-10-31T17:49:10.770Z[ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.334 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-10-31T17:49:10.778Z[ host-image] Oct 31 17:49:09.343 INFO O| Oct 31 17:49:09.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94402024-10-31T17:49:10.780Z[ host-image] Oct 31 17:49:09.343 INFO O| Oct 31 17:49:09.343 INFO copying /tmp/.tmprBD8Ob/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 ...
94412024-10-31T17:49:10.780Z[ host-image] Oct 31 17:49:09.343 INFO O| Oct 31 17:49:09.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94422024-10-31T17:49:10.780Z[ host-image] Oct 31 17:49:09.344 INFO O| Oct 31 17:49:09.343 INFO ok!
94432024-10-31T17:49:10.780Z[ host-image] Oct 31 17:49:09.344 INFO O| Oct 31 17:49:09.344 INFO STEP 100 (ensure_file) COMPLETE
94442024-10-31T17:49:10.780Z[ host-image] Oct 31 17:49:09.344 INFO O| Oct 31 17:49:09.344 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-10-31T17:49:10.788Z[ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94462024-10-31T17:49:10.788Z[ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.353 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94472024-10-31T17:49:10.791Z[ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94482024-10-31T17:49:10.791Z[ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.354 INFO ok!
94492024-10-31T17:49:10.791Z[ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.354 INFO STEP 101 (ensure_file) COMPLETE
94502024-10-31T17:49:10.791Z[ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.354 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-10-31T17:49:10.791Z[ recovery-image] Oct 31 17:49:09.354 INFO building host image...
94522024-10-31T17:49:10.791Z[ recovery-image] Oct 31 17:49:09.355 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")
94532024-10-31T17:49:10.799Z[ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94542024-10-31T17:49:10.799Z[ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO copying /tmp/.tmprBD8Ob/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 ...
94552024-10-31T17:49:10.801Z[ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94562024-10-31T17:49:10.801Z[ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO ok!
94572024-10-31T17:49:10.802Z[ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO STEP 102 (ensure_file) COMPLETE
94582024-10-31T17:49:10.802Z[ host-image] Oct 31 17:49:09.365 INFO O| Oct 31 17:49:09.364 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592024-10-31T17:49:10.809Z[ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94602024-10-31T17:49:10.810Z[ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO copying /tmp/.tmprBD8Ob/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 ...
94612024-10-31T17:49:10.812Z[ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94622024-10-31T17:49:10.812Z[ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO ok!
94632024-10-31T17:49:10.812Z[ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO STEP 103 (ensure_file) COMPLETE
94642024-10-31T17:49:10.812Z[ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-10-31T17:49:10.822Z[ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94662024-10-31T17:49:10.822Z[ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO copying /tmp/.tmprBD8Ob/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 ...
94672024-10-31T17:49:10.828Z[ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94682024-10-31T17:49:10.829Z[ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO ok!
94692024-10-31T17:49:10.829Z[ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO STEP 104 (ensure_file) COMPLETE
94702024-10-31T17:49:10.829Z[ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-10-31T17:49:10.831Z[ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94722024-10-31T17:49:10.831Z[ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO copying /tmp/.tmprBD8Ob/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 ...
94732024-10-31T17:49:10.831Z[ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94742024-10-31T17:49:10.831Z[ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO ok!
94752024-10-31T17:49:10.831Z[ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO STEP 105 (ensure_file) COMPLETE
94762024-10-31T17:49:10.831Z[ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-10-31T17:49:10.840Z[ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94782024-10-31T17:49:10.840Z[ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO copying /tmp/.tmprBD8Ob/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 ...
94792024-10-31T17:49:10.843Z[ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94802024-10-31T17:49:10.843Z[ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO ok!
94812024-10-31T17:49:10.843Z[ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO STEP 106 (ensure_file) COMPLETE
94822024-10-31T17:49:10.843Z[ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832024-10-31T17:49:10.849Z[ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94842024-10-31T17:49:10.852Z[ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO copying /tmp/.tmprBD8Ob/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 ...
94852024-10-31T17:49:10.852Z[ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94862024-10-31T17:49:10.852Z[ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO ok!
94872024-10-31T17:49:10.852Z[ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO STEP 107 (ensure_file) COMPLETE
94882024-10-31T17:49:10.852Z[ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892024-10-31T17:49:10.859Z[ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94902024-10-31T17:49:10.859Z[ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO copying /tmp/.tmprBD8Ob/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 ...
94912024-10-31T17:49:10.862Z[ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94922024-10-31T17:49:10.862Z[ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO ok!
94932024-10-31T17:49:10.862Z[ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO STEP 108 (ensure_file) COMPLETE
94942024-10-31T17:49:10.862Z[ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952024-10-31T17:49:10.871Z[ host-image] Oct 31 17:49:09.434 INFO O| Oct 31 17:49:09.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94962024-10-31T17:49:10.871Z[ host-image] Oct 31 17:49:09.434 INFO O| Oct 31 17:49:09.434 INFO copying /tmp/.tmprBD8Ob/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 ...
94972024-10-31T17:49:10.871Z[ host-image] Oct 31 17:49:09.435 INFO O| Oct 31 17:49:09.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94982024-10-31T17:49:10.871Z[ host-image] Oct 31 17:49:09.435 INFO O| Oct 31 17:49:09.435 INFO ok!
94992024-10-31T17:49:10.871Z[ host-image] Oct 31 17:49:09.435 INFO O| Oct 31 17:49:09.435 INFO STEP 109 (ensure_file) COMPLETE
95002024-10-31T17:49:10.871Z[ host-image] Oct 31 17:49:09.435 INFO O| Oct 31 17:49:09.435 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95012024-10-31T17:49:10.879Z[ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95022024-10-31T17:49:10.879Z[ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO copying /tmp/.tmprBD8Ob/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 ...
95032024-10-31T17:49:10.881Z[ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95042024-10-31T17:49:10.881Z[ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO ok!
95052024-10-31T17:49:10.881Z[ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO STEP 110 (ensure_file) COMPLETE
95062024-10-31T17:49:10.881Z[ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-10-31T17:49:10.890Z[ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95082024-10-31T17:49:10.890Z[ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO copying /tmp/.tmprBD8Ob/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 ...
95092024-10-31T17:49:10.894Z[ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95102024-10-31T17:49:10.894Z[ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO ok!
95112024-10-31T17:49:10.894Z[ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO STEP 111 (ensure_file) COMPLETE
95122024-10-31T17:49:10.894Z[ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-10-31T17:49:10.899Z[ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95142024-10-31T17:49:10.899Z[ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO copying /tmp/.tmprBD8Ob/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 ...
95152024-10-31T17:49:10.903Z[ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95162024-10-31T17:49:10.903Z[ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO ok!
95172024-10-31T17:49:10.903Z[ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO STEP 112 (ensure_file) COMPLETE
95182024-10-31T17:49:10.903Z[ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-10-31T17:49:10.909Z[ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95202024-10-31T17:49:10.909Z[ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO copying /tmp/.tmprBD8Ob/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 ...
95212024-10-31T17:49:10.915Z[ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95222024-10-31T17:49:10.915Z[ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO ok!
95232024-10-31T17:49:10.915Z[ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO STEP 113 (ensure_file) COMPLETE
95242024-10-31T17:49:10.915Z[ host-image] Oct 31 17:49:09.475 INFO O| Oct 31 17:49:09.474 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95252024-10-31T17:49:10.919Z[ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95262024-10-31T17:49:10.919Z[ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO copying /tmp/.tmprBD8Ob/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 ...
95272024-10-31T17:49:10.921Z[ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95282024-10-31T17:49:10.921Z[ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO ok!
95292024-10-31T17:49:10.921Z[ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO STEP 114 (ensure_file) COMPLETE
95302024-10-31T17:49:10.921Z[ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-10-31T17:49:10.931Z[ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95322024-10-31T17:49:10.933Z[ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO copying /tmp/.tmprBD8Ob/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 ...
95332024-10-31T17:49:10.933Z[ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95342024-10-31T17:49:10.933Z[ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO ok!
95352024-10-31T17:49:10.934Z[ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO STEP 115 (ensure_file) COMPLETE
95362024-10-31T17:49:10.934Z[ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372024-10-31T17:49:10.940Z[ host-image] Oct 31 17:49:09.505 INFO O| Oct 31 17:49:09.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95382024-10-31T17:49:10.940Z[ host-image] Oct 31 17:49:09.505 INFO O| Oct 31 17:49:09.505 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95392024-10-31T17:49:10.942Z[ host-image] Oct 31 17:49:09.506 INFO O| Oct 31 17:49:09.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95402024-10-31T17:49:10.942Z[ host-image] Oct 31 17:49:09.506 INFO O| Oct 31 17:49:09.506 INFO ok!
95412024-10-31T17:49:10.942Z[ host-image] Oct 31 17:49:09.506 INFO O| Oct 31 17:49:09.506 INFO STEP 116 (ensure_file) COMPLETE
95422024-10-31T17:49:10.943Z[ host-image] Oct 31 17:49:09.506 INFO O| Oct 31 17:49:09.506 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432024-10-31T17:49:10.950Z[ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95442024-10-31T17:49:10.950Z[ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO copying /tmp/.tmprBD8Ob/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 ...
95452024-10-31T17:49:10.953Z[ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95462024-10-31T17:49:10.953Z[ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO ok!
95472024-10-31T17:49:10.953Z[ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO STEP 117 (ensure_file) COMPLETE
95482024-10-31T17:49:10.953Z[ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492024-10-31T17:49:10.960Z[ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95502024-10-31T17:49:10.960Z[ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95512024-10-31T17:49:10.963Z[ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95522024-10-31T17:49:10.963Z[ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO ok!
95532024-10-31T17:49:10.963Z[ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO STEP 118 (ensure_file) COMPLETE
95542024-10-31T17:49:10.963Z[ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-10-31T17:49:11.030Z[ host-image] Oct 31 17:49:09.535 INFO O| Oct 31 17:49:09.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95562024-10-31T17:49:11.037Z[ host-image] Oct 31 17:49:09.535 INFO O| Oct 31 17:49:09.535 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95572024-10-31T17:49:11.430Z[ recovery-image] Oct 31 17:49:09.994 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95582024-10-31T17:49:13.623Z[ recovery-image] Oct 31 17:49:12.187 INFO image complete! materials are in "/work/os-recovery"
95592024-10-31T17:49:13.627Z[ recovery-image]
95602024-10-31T17:49:13.637Z[ recovery-image] real 8:02.360604450
95612024-10-31T17:49:13.637Z[ recovery-image] user 5:20.764918324
95622024-10-31T17:49:13.637Z[ recovery-image] sys 51.378591517
95632024-10-31T17:49:13.637Z[ recovery-image] trap 0.251206442
95642024-10-31T17:49:13.637Z[ recovery-image] tflt 0.273962669
95652024-10-31T17:49:13.637Z[ recovery-image] dflt 0.880532193
95662024-10-31T17:49:13.637Z[ recovery-image] kflt 0.000086151
95672024-10-31T17:49:13.637Z[ recovery-image] lock 17:19.484154889
95682024-10-31T17:49:13.637Z[ recovery-image] slp 48:44.440535071
95692024-10-31T17:49:13.638Z[ recovery-image] lat 2:01.402901824
95702024-10-31T17:49:13.638Z[ recovery-image] stop 5.061364528
95712024-10-31T17:49:13.638ZOct 31 17:49:12.193 INFO [recovery-image] process exited with exit status: 0 (482.542289419s)
95722024-10-31T17:49:15.212Z[ host-image] Oct 31 17:49:13.776 INFO O| Oct 31 17:49:13.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95732024-10-31T17:49:15.212Z[ host-image] Oct 31 17:49:13.776 INFO O| Oct 31 17:49:13.776 INFO ok!
95742024-10-31T17:49:15.214Z[ host-image] Oct 31 17:49:13.776 INFO O| Oct 31 17:49:13.776 INFO STEP 119 (ensure_file) COMPLETE
95752024-10-31T17:49:15.214Z[ host-image] Oct 31 17:49:13.776 INFO O| Oct 31 17:49:13.776 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-10-31T17:49:15.223Z[ host-image] Oct 31 17:49:13.787 INFO O| Oct 31 17:49:13.787 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95772024-10-31T17:49:15.223Z[ host-image] Oct 31 17:49:13.787 INFO O| Oct 31 17:49:13.787 INFO STEP 120 (ensure_dir) COMPLETE
95782024-10-31T17:49:15.223Z[ host-image] Oct 31 17:49:13.787 INFO O| Oct 31 17:49:13.787 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-10-31T17:49:15.232Z[ host-image] Oct 31 17:49:13.797 INFO O| Oct 31 17:49:13.797 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95802024-10-31T17:49:15.235Z[ host-image] Oct 31 17:49:13.797 INFO O| Oct 31 17:49:13.797 INFO STEP 121 (ensure_dir) COMPLETE
95812024-10-31T17:49:15.235Z[ host-image] Oct 31 17:49:13.797 INFO O| Oct 31 17:49:13.797 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-10-31T17:49:15.242Z[ host-image] Oct 31 17:49:13.806 INFO O| Oct 31 17:49:13.806 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95832024-10-31T17:49:15.242Z[ host-image] Oct 31 17:49:13.806 INFO O| Oct 31 17:49:13.806 INFO STEP 122 (ensure_dir) COMPLETE
95842024-10-31T17:49:15.245Z[ host-image] Oct 31 17:49:13.806 INFO O| Oct 31 17:49:13.806 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852024-10-31T17:49:15.251Z[ host-image] Oct 31 17:49:13.816 INFO O| Oct 31 17:49:13.816 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95862024-10-31T17:49:15.252Z[ host-image] Oct 31 17:49:13.816 INFO O| Oct 31 17:49:13.816 INFO STEP 123 (ensure_dir) COMPLETE
95872024-10-31T17:49:15.252Z[ host-image] Oct 31 17:49:13.816 INFO O| Oct 31 17:49:13.816 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-10-31T17:49:15.261Z[ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.825 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95892024-10-31T17:49:15.261Z[ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO copying /tmp/.tmprBD8Ob/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 ...
95902024-10-31T17:49:15.264Z[ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95912024-10-31T17:49:15.264Z[ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO ok!
95922024-10-31T17:49:15.264Z[ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO STEP 124 (ensure_file) COMPLETE
95932024-10-31T17:49:15.264Z[ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-10-31T17:49:15.270Z[ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95952024-10-31T17:49:15.270Z[ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95962024-10-31T17:49:15.273Z[ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95972024-10-31T17:49:15.273Z[ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO STEP 125 (ensure_dir) COMPLETE
95982024-10-31T17:49:15.273Z[ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-10-31T17:49:15.280Z[ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96002024-10-31T17:49:15.280Z[ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO copying /tmp/.tmprBD8Ob/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96012024-10-31T17:49:15.283Z[ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96022024-10-31T17:49:15.283Z[ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO ok!
96032024-10-31T17:49:15.283Z[ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO STEP 126 (ensure_file) COMPLETE
96042024-10-31T17:49:15.283Z[ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052024-10-31T17:49:15.289Z[ host-image] Oct 31 17:49:13.854 INFO O| Oct 31 17:49:13.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96062024-10-31T17:49:15.292Z[ host-image] Oct 31 17:49:13.854 INFO O| Oct 31 17:49:13.854 INFO STEP 127 (remove_files) COMPLETE
96072024-10-31T17:49:15.292Z[ host-image] Oct 31 17:49:13.854 INFO O| Oct 31 17:49:13.854 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082024-10-31T17:49:15.299Z[ host-image] Oct 31 17:49:13.864 INFO O| Oct 31 17:49:13.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96092024-10-31T17:49:15.301Z[ host-image] Oct 31 17:49:13.864 INFO O| Oct 31 17:49:13.864 INFO STEP 128 (remove_files) COMPLETE
96102024-10-31T17:49:15.301Z[ host-image] Oct 31 17:49:13.864 INFO O| Oct 31 17:49:13.864 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112024-10-31T17:49:15.308Z[ host-image] Oct 31 17:49:13.873 INFO O| Oct 31 17:49:13.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96122024-10-31T17:49:15.311Z[ host-image] Oct 31 17:49:13.873 INFO O| Oct 31 17:49:13.873 INFO STEP 129 (remove_files) COMPLETE
96132024-10-31T17:49:15.311Z[ host-image] Oct 31 17:49:13.873 INFO O| Oct 31 17:49:13.873 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96142024-10-31T17:49:15.318Z[ host-image] Oct 31 17:49:13.882 INFO O| Oct 31 17:49:13.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96152024-10-31T17:49:15.320Z[ host-image] Oct 31 17:49:13.882 INFO O| Oct 31 17:49:13.882 INFO STEP 130 (remove_files) COMPLETE
96162024-10-31T17:49:15.320Z[ host-image] Oct 31 17:49:13.882 INFO O| Oct 31 17:49:13.882 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172024-10-31T17:49:15.327Z[ host-image] Oct 31 17:49:13.892 INFO O| Oct 31 17:49:13.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96182024-10-31T17:49:15.330Z[ host-image] Oct 31 17:49:13.892 INFO O| Oct 31 17:49:13.892 INFO STEP 131 (remove_files) COMPLETE
96192024-10-31T17:49:15.330Z[ host-image] Oct 31 17:49:13.892 INFO O| Oct 31 17:49:13.892 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202024-10-31T17:49:15.337Z[ host-image] Oct 31 17:49:13.901 INFO O| Oct 31 17:49:13.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96212024-10-31T17:49:15.339Z[ host-image] Oct 31 17:49:13.902 INFO O| Oct 31 17:49:13.902 INFO STEP 132 (remove_files) COMPLETE
96222024-10-31T17:49:15.339Z[ host-image] Oct 31 17:49:13.902 INFO O| Oct 31 17:49:13.902 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232024-10-31T17:49:15.346Z[ host-image] Oct 31 17:49:13.911 INFO O| Oct 31 17:49:13.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96242024-10-31T17:49:15.349Z[ host-image] Oct 31 17:49:13.911 INFO O| Oct 31 17:49:13.911 INFO STEP 133 (remove_files) COMPLETE
96252024-10-31T17:49:15.349Z[ host-image] Oct 31 17:49:13.911 INFO O| Oct 31 17:49:13.911 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262024-10-31T17:49:15.356Z[ host-image] Oct 31 17:49:13.921 INFO O| Oct 31 17:49:13.921 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96272024-10-31T17:49:15.359Z[ host-image] Oct 31 17:49:13.921 INFO O| Oct 31 17:49:13.921 INFO STEP 134 (remove_files) COMPLETE
96282024-10-31T17:49:15.359Z[ host-image] Oct 31 17:49:13.921 INFO O| Oct 31 17:49:13.921 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292024-10-31T17:49:15.366Z[ host-image] Oct 31 17:49:13.931 INFO O| Oct 31 17:49:13.931 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96302024-10-31T17:49:15.369Z[ host-image] Oct 31 17:49:13.931 INFO O| Oct 31 17:49:13.931 INFO STEP 135 (remove_files) COMPLETE
96312024-10-31T17:49:15.369Z[ host-image] Oct 31 17:49:13.931 INFO O| Oct 31 17:49:13.931 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322024-10-31T17:49:15.376Z[ host-image] Oct 31 17:49:13.941 INFO O| Oct 31 17:49:13.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96332024-10-31T17:49:15.376Z[ host-image] Oct 31 17:49:13.941 INFO O| Oct 31 17:49:13.941 INFO STEP 136 (remove_files) COMPLETE
96342024-10-31T17:49:15.376Z[ host-image] Oct 31 17:49:13.941 INFO O| Oct 31 17:49:13.941 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352024-10-31T17:49:15.386Z[ host-image] Oct 31 17:49:13.950 INFO O| Oct 31 17:49:13.950 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96362024-10-31T17:49:15.388Z[ host-image] Oct 31 17:49:13.950 INFO O| Oct 31 17:49:13.950 INFO STEP 137 (remove_files) COMPLETE
96372024-10-31T17:49:15.389Z[ host-image] Oct 31 17:49:13.950 INFO O| Oct 31 17:49:13.950 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382024-10-31T17:49:15.395Z[ host-image] Oct 31 17:49:13.960 INFO O| Oct 31 17:49:13.960 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96392024-10-31T17:49:15.396Z[ host-image] Oct 31 17:49:13.960 INFO O| Oct 31 17:49:13.960 INFO STEP 138 (remove_files) COMPLETE
96402024-10-31T17:49:15.396Z[ host-image] Oct 31 17:49:13.960 INFO O| Oct 31 17:49:13.960 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412024-10-31T17:49:15.405Z[ host-image] Oct 31 17:49:13.970 INFO O| Oct 31 17:49:13.970 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96422024-10-31T17:49:15.408Z[ host-image] Oct 31 17:49:13.970 INFO O| Oct 31 17:49:13.970 INFO STEP 139 (remove_files) COMPLETE
96432024-10-31T17:49:15.408Z[ host-image] Oct 31 17:49:13.970 INFO O| Oct 31 17:49:13.970 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442024-10-31T17:49:15.415Z[ host-image] Oct 31 17:49:13.980 INFO O| Oct 31 17:49:13.980 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96452024-10-31T17:49:15.418Z[ host-image] Oct 31 17:49:13.980 INFO O| Oct 31 17:49:13.980 INFO STEP 140 (remove_files) COMPLETE
96462024-10-31T17:49:15.418Z[ host-image] Oct 31 17:49:13.980 INFO O| Oct 31 17:49:13.980 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472024-10-31T17:49:15.425Z[ host-image] Oct 31 17:49:13.989 INFO O| Oct 31 17:49:13.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96482024-10-31T17:49:15.425Z[ host-image] Oct 31 17:49:13.989 INFO O| Oct 31 17:49:13.989 INFO STEP 141 (remove_files) COMPLETE
96492024-10-31T17:49:15.427Z[ host-image] Oct 31 17:49:13.989 INFO O| Oct 31 17:49:13.989 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502024-10-31T17:49:15.434Z[ host-image] Oct 31 17:49:13.999 INFO O| Oct 31 17:49:13.999 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96512024-10-31T17:49:15.437Z[ host-image] Oct 31 17:49:13.999 INFO O| Oct 31 17:49:13.999 INFO STEP 142 (remove_files) COMPLETE
96522024-10-31T17:49:15.437Z[ host-image] Oct 31 17:49:13.999 INFO O| Oct 31 17:49:13.999 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532024-10-31T17:49:15.445Z[ host-image] Oct 31 17:49:14.009 INFO O| Oct 31 17:49:14.009 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96542024-10-31T17:49:15.445Z[ host-image] Oct 31 17:49:14.009 INFO O| Oct 31 17:49:14.009 INFO STEP 143 (remove_files) COMPLETE
96552024-10-31T17:49:15.447Z[ host-image] Oct 31 17:49:14.009 INFO O| Oct 31 17:49:14.009 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562024-10-31T17:49:15.454Z[ host-image] Oct 31 17:49:14.019 INFO O| Oct 31 17:49:14.019 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96572024-10-31T17:49:15.454Z[ host-image] Oct 31 17:49:14.019 INFO O| Oct 31 17:49:14.019 INFO STEP 144 (remove_files) COMPLETE
96582024-10-31T17:49:15.457Z[ host-image] Oct 31 17:49:14.019 INFO O| Oct 31 17:49:14.019 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592024-10-31T17:49:15.464Z[ host-image] Oct 31 17:49:14.029 INFO O| Oct 31 17:49:14.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96602024-10-31T17:49:15.465Z[ host-image] Oct 31 17:49:14.029 INFO O| Oct 31 17:49:14.029 INFO STEP 145 (remove_files) COMPLETE
96612024-10-31T17:49:15.467Z[ host-image] Oct 31 17:49:14.029 INFO O| Oct 31 17:49:14.029 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622024-10-31T17:49:15.474Z[ host-image] Oct 31 17:49:14.039 INFO O| Oct 31 17:49:14.039 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96632024-10-31T17:49:15.474Z[ host-image] Oct 31 17:49:14.039 INFO O| Oct 31 17:49:14.039 INFO STEP 146 (remove_files) COMPLETE
96642024-10-31T17:49:15.481Z[ host-image] Oct 31 17:49:14.039 INFO O| Oct 31 17:49:14.039 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652024-10-31T17:49:15.485Z[ host-image] Oct 31 17:49:14.048 INFO O| Oct 31 17:49:14.048 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96662024-10-31T17:49:15.485Z[ host-image] Oct 31 17:49:14.049 INFO O| Oct 31 17:49:14.049 INFO STEP 147 (remove_files) COMPLETE
96672024-10-31T17:49:15.485Z[ host-image] Oct 31 17:49:14.049 INFO O| Oct 31 17:49:14.049 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682024-10-31T17:49:15.493Z[ host-image] Oct 31 17:49:14.058 INFO O| Oct 31 17:49:14.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96692024-10-31T17:49:15.496Z[ host-image] Oct 31 17:49:14.058 INFO O| Oct 31 17:49:14.058 INFO STEP 148 (remove_files) COMPLETE
96702024-10-31T17:49:15.496Z[ host-image] Oct 31 17:49:14.058 INFO O| Oct 31 17:49:14.058 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712024-10-31T17:49:15.504Z[ host-image] Oct 31 17:49:14.068 INFO O| Oct 31 17:49:14.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96722024-10-31T17:49:15.504Z[ host-image] Oct 31 17:49:14.068 INFO O| Oct 31 17:49:14.068 INFO STEP 149 (remove_files) COMPLETE
96732024-10-31T17:49:15.507Z[ host-image] Oct 31 17:49:14.068 INFO O| Oct 31 17:49:14.068 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742024-10-31T17:49:15.513Z[ host-image] Oct 31 17:49:14.078 INFO O| Oct 31 17:49:14.077 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96752024-10-31T17:49:15.516Z[ host-image] Oct 31 17:49:14.078 INFO O| Oct 31 17:49:14.078 INFO STEP 150 (remove_files) COMPLETE
96762024-10-31T17:49:15.516Z[ host-image] Oct 31 17:49:14.078 INFO O| Oct 31 17:49:14.078 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772024-10-31T17:49:15.523Z[ host-image] Oct 31 17:49:14.088 INFO O| Oct 31 17:49:14.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96782024-10-31T17:49:15.525Z[ host-image] Oct 31 17:49:14.088 INFO O| Oct 31 17:49:14.088 INFO STEP 151 (remove_files) COMPLETE
96792024-10-31T17:49:15.525Z[ host-image] Oct 31 17:49:14.088 INFO O| Oct 31 17:49:14.088 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802024-10-31T17:49:15.533Z[ host-image] Oct 31 17:49:14.098 INFO O| Oct 31 17:49:14.098 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96812024-10-31T17:49:15.536Z[ host-image] Oct 31 17:49:14.098 INFO O| Oct 31 17:49:14.098 INFO STEP 152 (remove_files) COMPLETE
96822024-10-31T17:49:15.536Z[ host-image] Oct 31 17:49:14.098 INFO O| Oct 31 17:49:14.098 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832024-10-31T17:49:15.543Z[ host-image] Oct 31 17:49:14.107 INFO O| Oct 31 17:49:14.107 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96842024-10-31T17:49:15.543Z[ host-image] Oct 31 17:49:14.107 INFO O| Oct 31 17:49:14.107 INFO STEP 153 (remove_files) COMPLETE
96852024-10-31T17:49:15.543Z[ host-image] Oct 31 17:49:14.107 INFO O| Oct 31 17:49:14.107 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862024-10-31T17:49:15.552Z[ host-image] Oct 31 17:49:14.117 INFO O| Oct 31 17:49:14.117 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96872024-10-31T17:49:15.554Z[ host-image] Oct 31 17:49:14.117 INFO O| Oct 31 17:49:14.117 INFO STEP 154 (remove_files) COMPLETE
96882024-10-31T17:49:15.554Z[ host-image] Oct 31 17:49:14.117 INFO O| Oct 31 17:49:14.117 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96892024-10-31T17:49:15.562Z[ host-image] Oct 31 17:49:14.127 INFO O| Oct 31 17:49:14.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96902024-10-31T17:49:15.562Z[ host-image] Oct 31 17:49:14.127 INFO O| Oct 31 17:49:14.127 INFO STEP 155 (remove_files) COMPLETE
96912024-10-31T17:49:15.562Z[ host-image] Oct 31 17:49:14.127 INFO O| Oct 31 17:49:14.127 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96922024-10-31T17:49:15.576Z[ host-image] Oct 31 17:49:14.141 INFO O| Oct 31 17:49:14.141 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96932024-10-31T17:49:15.579Z[ host-image] Oct 31 17:49:14.141 INFO O| Oct 31 17:49:14.141 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96942024-10-31T17:49:20.981Z[ host-image] Oct 31 17:49:19.543 INFO O| Oct 31 17:49:19.543 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
96952024-10-31T17:49:20.981Z[ host-image] Oct 31 17:49:19.543 INFO O| Oct 31 17:49:19.543 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96962024-10-31T17:49:20.994Z[ host-image] Oct 31 17:49:19.557 INFO O| Oct 31 17:49:19.557 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96972024-10-31T17:49:21.073Z[ host-image] Oct 31 17:49:19.635 INFO O| Oct 31 17:49:19.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96982024-10-31T17:49:21.074Z[ host-image] Oct 31 17:49:19.635 INFO O| Oct 31 17:49:19.635 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96992024-10-31T17:49:21.078Z[ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97002024-10-31T17:49:21.078Z[ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO ok!
97012024-10-31T17:49:21.079Z[ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97022024-10-31T17:49:21.079Z[ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO STEP 156 (seed_smf) COMPLETE
97032024-10-31T17:49:21.079Z[ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO steps complete; finalising image!
97042024-10-31T17:49:21.079Z[ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97052024-10-31T17:49:21.215Z[ host-image] Oct 31 17:49:19.777 INFO O| Oct 31 17:49:19.777 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Oct 31 17:49:19 2024)
97062024-10-31T17:49:21.437Z[ host-image] Oct 31 17:49:19.999 INFO O| Oct 31 17:49:19.999 INFO temporary pool has 687M used, 145M avail, 1.86x compressratio
97072024-10-31T17:49:21.437Z[ host-image] Oct 31 17:49:19.999 INFO O| Oct 31 17:49:19.999 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97082024-10-31T17:49:21.727Z[ host-image] Oct 31 17:49:20.289 INFO O| Oct 31 17:49:20.289 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97092024-10-31T17:49:21.727Z[ host-image] Oct 31 17:49:20.289 INFO O| Oct 31 17:49:20.289 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97102024-10-31T17:49:22.749Z[ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97112024-10-31T17:49:22.749Z[ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97122024-10-31T17:49:22.752Z[ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97132024-10-31T17:49:22.752Z[ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO completed processing gimlet/zfs
97142024-10-31T17:49:22.752Z[ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97152024-10-31T17:49:29.335Z[ host-image] Oct 31 17:49:27.895 INFO O| Oct 31 17:49:27.895 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97162024-10-31T17:49:29.423Z[ host-image] Oct 31 17:49:27.983 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
97172024-10-31T17:49:29.424Z[ host-image] Oct 31 17:49:27.983 INFO expanded image name: "ci 4f04635/${os_short_commit} 2024-10-31 17:19" -> "ci 4f04635/54a974b 2024-10-31 17:19"
97182024-10-31T17:49:29.428Z[ host-image] Oct 31 17:49:27.983 INFO output artefacts stored in: "/work/os-host"
97192024-10-31T17:49:29.428Z[ host-image] Oct 31 17:49:27.983 INFO collecting git info from project "amd-firmware"...
97202024-10-31T17:49:29.432Z[ host-image] Oct 31 17:49:27.993 INFO collecting git info from project "pilot"...
97212024-10-31T17:49:29.437Z[ host-image] Oct 31 17:49:27.998 INFO collecting git info from project "phbl"...
97222024-10-31T17:49:29.444Z[ host-image] Oct 31 17:49:28.003 INFO collecting git info from project "bootserver"...
97232024-10-31T17:49:29.447Z[ host-image] Oct 31 17:49:28.007 INFO collecting git info from project "chelsio-t6-roms"...
97242024-10-31T17:49:29.453Z[ host-image] Oct 31 17:49:28.012 INFO collecting git info from project "pinprick"...
97252024-10-31T17:49:29.458Z[ host-image] Oct 31 17:49:28.016 INFO collecting git info from project "amd-host-image-builder"...
97262024-10-31T17:49:29.470Z[ host-image] Oct 31 17:49:28.029 INFO collecting git info from project "image-builder"...
97272024-10-31T17:49:29.474Z[ host-image] Oct 31 17:49:28.034 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97282024-10-31T17:49:29.833Z[ host-image] Oct 31 17:49:28.394 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97292024-10-31T17:49:30.175Z[ host-image] Oct 31 17:49:28.735 INFO creating Oxide boot image...
97302024-10-31T17:49:30.175Z[ host-image] Oct 31 17:49:28.735 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4f04635/54a974b 2024-10-31 17:19", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97312024-10-31T17:49:31.131Z[ host-image] Oct 31 17:49:29.690 INFO O| ok, image written!
97322024-10-31T17:49:31.131Z[ host-image] Oct 31 17:49:29.690 INFO O| ok, boot_image_csum file written!
97332024-10-31T17:49:31.136Z[ host-image] Oct 31 17:49:29.693 INFO creating boot archive (CPIO)...
97342024-10-31T17:49:31.136Z[ host-image] Oct 31 17:49:29.693 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
97352024-10-31T17:49:31.142Z[ host-image] Oct 31 17:49:29.700 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97362024-10-31T17:49:31.142Z[ host-image] Oct 31 17:49:29.700 INFO E| + outfile=/work/os-host/cpio
97372024-10-31T17:49:31.142Z[ host-image] Oct 31 17:49:29.700 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97382024-10-31T17:49:31.147Z[ host-image] Oct 31 17:49:29.702 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97392024-10-31T17:49:31.147Z[ host-image] Oct 31 17:49:29.703 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97402024-10-31T17:49:31.176Z[ host-image] Oct 31 17:49:29.736 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97412024-10-31T17:49:31.177Z[ host-image] Oct 31 17:49:29.736 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97422024-10-31T17:49:31.184Z[ host-image] Oct 31 17:49:29.744 INFO creating compressed cpio/unix for nanobl-rs...
97432024-10-31T17:49:31.184Z[ host-image] Oct 31 17:49:29.744 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
97442024-10-31T17:49:31.471Z[ host-image] Oct 31 17:49:30.032 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97452024-10-31T17:49:35.812Z[ host-image] Oct 31 17:49:34.372 INFO creating reset image...
97462024-10-31T17:49:35.815Z[ host-image] Oct 31 17:49:34.372 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97472024-10-31T17:49:35.905Z[ host-image] Oct 31 17:49:34.464 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97482024-10-31T17:49:35.907Z[ host-image] Oct 31 17:49:34.465 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97492024-10-31T17:49:35.959Z[ host-image] Oct 31 17:49:34.518 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97502024-10-31T17:49:37.761Z[ host-image] Oct 31 17:49:36.319 INFO E| Finished `release` profile [optimized] target(s) in 1.84s
97512024-10-31T17:49:37.771Z[ host-image] Oct 31 17:49:36.330 INFO building host image...
97522024-10-31T17:49:37.774Z[ host-image] Oct 31 17:49:36.331 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")
97532024-10-31T17:49:38.240Z[ host-image] Oct 31 17:49:36.798 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97542024-10-31T17:50:25.376Z[ host-image] Oct 31 17:50:23.923 INFO image complete! materials are in "/work/os-host"
97552024-10-31T17:50:25.379Z[ host-image]
97562024-10-31T17:50:25.382Z[ host-image] real 9:28.493342540
97572024-10-31T17:50:25.382Z[ host-image] user 4:50.575987938
97582024-10-31T17:50:25.382Z[ host-image] sys 50.885103343
97592024-10-31T17:50:25.382Z[ host-image] trap 0.184113289
97602024-10-31T17:50:25.382Z[ host-image] tflt 0.000058616
97612024-10-31T17:50:25.382Z[ host-image] dflt 0.041175364
97622024-10-31T17:50:25.382Z[ host-image] kflt 0.000064768
97632024-10-31T17:50:25.382Z[ host-image] lock 3:48.623569959
97642024-10-31T17:50:25.382Z[ host-image] slp 51:51.270844575
97652024-10-31T17:50:25.382Z[ host-image] lat 1:25.714146496
97662024-10-31T17:50:25.382Z[ host-image] stop 0.406941943
97672024-10-31T17:50:25.382ZOct 31 17:50:23.927 INFO [host-image] process exited with exit status: 0 (568.510501652s)
97682024-10-31T17:50:25.382ZOct 31 17:50:23.927 INFO [tuf-repo] running task
97692024-10-31T17:50:32.200ZOct 31 17:50:30.745 INFO assembling repository in `/tmp/tufaceousn2ciOt`, component: OmicronRepoAssembler
97702024-10-31T17:50:37.522ZOct 31 17:50:36.066 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97712024-10-31T17:50:37.717ZOct 31 17:50:36.261 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97722024-10-31T17:50:49.765ZOct 31 17:50:48.306 INFO [tuf-repo] task succeeded (24.379054755s)
97732024-10-31T17:50:49.765ZOct 31 17:50:48.306 INFO all jobs completed in 1903.228184606s
97742024-10-31T17:50:50.344Zprocess exited: duration 2492400 ms, exit code 0
 
97752024-10-31T17:50:50.355Zfound 33 output files
97762024-10-31T17:50:50.355Zuploading: /work/manifest.toml (8404 bytes)
97772024-10-31T17:50:51.366Zuploaded: /work/manifest.toml
97782024-10-31T17:50:51.375Zuploading: /work/repo.zip (1857853362 bytes)
97792024-10-31T17:51:29.417Zuploaded: /work/repo.zip
97802024-10-31T17:51:29.418Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97812024-10-31T17:51:30.454Zuploaded: /work/repo.zip.sha256.txt
97822024-10-31T17:51:30.459Zuploading: /work/helios-setup.log (65527 bytes)
97832024-10-31T17:51:31.466Zuploaded: /work/helios-setup.log
97842024-10-31T17:51:31.466Zuploading: /work/host-image.log (194583 bytes)
97852024-10-31T17:51:32.482Zuploaded: /work/host-image.log
97862024-10-31T17:51:32.482Zuploading: /work/host-package.log (22417 bytes)
97872024-10-31T17:51:33.494Zuploaded: /work/host-package.log
97882024-10-31T17:51:33.494Zuploading: /work/host-target.log (101 bytes)
97892024-10-31T17:51:34.502Zuploaded: /work/host-target.log
97902024-10-31T17:51:34.502Zuploading: /work/omicron-package.log (5011 bytes)
97912024-10-31T17:51:35.511Zuploaded: /work/omicron-package.log
97922024-10-31T17:51:35.511Zuploading: /work/phbl-toolchain.log (881 bytes)
97932024-10-31T17:51:36.518Zuploaded: /work/phbl-toolchain.log
97942024-10-31T17:51:36.521Zuploading: /work/recovery-image.log (591801 bytes)
97952024-10-31T17:51:37.543Zuploaded: /work/recovery-image.log
97962024-10-31T17:51:37.546Zuploading: /work/recovery-package.log (321 bytes)
97972024-10-31T17:51:38.553Zuploaded: /work/recovery-package.log
97982024-10-31T17:51:38.553Zuploading: /work/recovery-target.log (98 bytes)
97992024-10-31T17:51:39.562Zuploaded: /work/recovery-target.log
98002024-10-31T17:51:39.562Zuploading: /work/stamp-clickhouse.log (117 bytes)
98012024-10-31T17:51:40.569Zuploaded: /work/stamp-clickhouse.log
98022024-10-31T17:51:40.572Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98032024-10-31T17:51:41.578Zuploaded: /work/stamp-clickhouse_keeper.log
98042024-10-31T17:51:41.580Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98052024-10-31T17:51:42.587Zuploaded: /work/stamp-cockroachdb.log
98062024-10-31T17:51:42.587Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98072024-10-31T17:51:43.594Zuploaded: /work/stamp-crucible-dtrace.log
98082024-10-31T17:51:43.594Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98092024-10-31T17:51:44.603Zuploaded: /work/stamp-crucible-pantry-zone.log
98102024-10-31T17:51:44.603Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98112024-10-31T17:51:45.612Zuploaded: /work/stamp-crucible-zone.log
98122024-10-31T17:51:45.612Zuploading: /work/stamp-external-dns.log (119 bytes)
98132024-10-31T17:51:46.620Zuploaded: /work/stamp-external-dns.log
98142024-10-31T17:51:46.620Zuploading: /work/stamp-installinator.log (103 bytes)
98152024-10-31T17:51:47.629Zuploaded: /work/stamp-installinator.log
98162024-10-31T17:51:47.631Zuploading: /work/stamp-internal-dns.log (119 bytes)
98172024-10-31T17:51:48.637Zuploaded: /work/stamp-internal-dns.log
98182024-10-31T17:51:48.640Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98192024-10-31T17:51:49.645Zuploaded: /work/stamp-mg-ddm-gz.log
98202024-10-31T17:51:49.647Zuploading: /work/stamp-nexus.log (112 bytes)
98212024-10-31T17:51:50.655Zuploaded: /work/stamp-nexus.log
98222024-10-31T17:51:50.657Zuploading: /work/stamp-ntp.log (110 bytes)
98232024-10-31T17:51:51.663Zuploaded: /work/stamp-ntp.log
98242024-10-31T17:51:51.666Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98252024-10-31T17:51:52.671Zuploaded: /work/stamp-omicron-sled-agent.log
98262024-10-31T17:51:52.671Zuploading: /work/stamp-overlay.log (114 bytes)
98272024-10-31T17:51:53.679Zuploaded: /work/stamp-overlay.log
98282024-10-31T17:51:53.679Zuploading: /work/stamp-oximeter.log (115 bytes)
98292024-10-31T17:51:54.687Zuploaded: /work/stamp-oximeter.log
98302024-10-31T17:51:54.688Zuploading: /work/stamp-oxlog.log (109 bytes)
98312024-10-31T17:51:55.696Zuploaded: /work/stamp-oxlog.log
98322024-10-31T17:51:55.698Zuploading: /work/stamp-probe.log (112 bytes)
98332024-10-31T17:51:56.703Zuploaded: /work/stamp-probe.log
98342024-10-31T17:51:56.706Zuploading: /work/stamp-propolis-server.log (122 bytes)
98352024-10-31T17:51:57.712Zuploaded: /work/stamp-propolis-server.log
98362024-10-31T17:51:57.712Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98372024-10-31T17:51:58.720Zuploaded: /work/stamp-pumpkind-gz.log
98382024-10-31T17:51:58.720Zuploading: /work/stamp-switch-asic.log (118 bytes)
98392024-10-31T17:51:59.767Zuploaded: /work/stamp-switch-asic.log
98402024-10-31T17:51:59.768Zuploading: /work/verify-libraries.log (3720 bytes)
98412024-10-31T17:52:00.822Zuploaded: /work/verify-libraries.log