01JFDJ6CPHPYBWK92P07GCAWV2: 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: 01JFDJ6VRH173KE37JHNF7YTP4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-18T19:00:21.340Zjob assigned to worker 01JFDJ6Z3DQK9F15EZJZMSB0J8 [factory aws, i-07a46efaa1a7c0bb5] (queued for 1 m 8 s)
 
22024-12-18T19:00:29.130Zstarting task 0: "setup"
32024-12-18T19:00:29.139Z++ uname -s
42024-12-18T19:00:29.142Z+ kern=SunOS
52024-12-18T19:00:29.142Z+ case "$kern" in
62024-12-18T19:00:29.142Z+ groupadd -g 12345 build
72024-12-18T19:00:29.145Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-18T19:00:31.152Z+ zfs create -o mountpoint=/work rpool/work
92024-12-18T19:00:31.266Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-18T19:00:31.269Z+ home_fs=zfs
112024-12-18T19:00:31.269Z+ [[ zfs == autofs ]]
122024-12-18T19:00:31.269Z+ mkdir -p /home/build
132024-12-18T19:00:31.273Z+ chown build:build /home/build /work
142024-12-18T19:00:33.273Z+ chmod 0700 /home/build /work
152024-12-18T19:00:33.276Zprocess exited: duration 4147 ms, exit code 0
 
162024-12-18T19:00:33.283Zstarting task 1: "rust-toolchain"
172024-12-18T19:00:33.289Z+ printf ' * toolchain channel = "%s"
182024-12-18T19:00:33.289Z' 1.81.0
192024-12-18T19:00:33.289Z * toolchain channel = "1.81.0"
202024-12-18T19:00:33.289Z+ printf ' * toolchain profile = "%s"
212024-12-18T19:00:33.289Z' default
222024-12-18T19:00:33.289Z * toolchain profile = "default"
232024-12-18T19:00:33.295Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-18T19:00:33.295Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-18T19:00:33.420Zinfo: downloading installer
262024-12-18T19:00:34.784Zinfo: profile set to 'default'
272024-12-18T19:00:34.784Zinfo: default host triple is x86_64-unknown-illumos
282024-12-18T19:00:34.788Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-18T19:00:34.934Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-18T19:00:34.935Zinfo: downloading component 'cargo'
312024-12-18T19:00:35.779Zinfo: downloading component 'clippy'
322024-12-18T19:00:36.092Zinfo: downloading component 'rust-docs'
332024-12-18T19:00:37.260Zinfo: downloading component 'rust-std'
342024-12-18T19:00:39.104Zinfo: downloading component 'rustc'
352024-12-18T19:00:47.621Zinfo: downloading component 'rustfmt'
362024-12-18T19:00:47.637Zinfo: installing component 'cargo'
372024-12-18T19:00:47.637Zinfo: installing component 'clippy'
382024-12-18T19:00:47.637Zinfo: installing component 'rust-docs'
392024-12-18T19:00:48.695Zinfo: installing component 'rust-std'
402024-12-18T19:00:50.431Zinfo: installing component 'rustc'
412024-12-18T19:00:56.138Zinfo: installing component 'rustfmt'
422024-12-18T19:00:56.456Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-18T19:00:56.456Z
442024-12-18T19:00:56.822Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-18T19:00:56.822Z
462024-12-18T19:00:56.825Z
472024-12-18T19:00:56.825ZRust is installed now. Great!
482024-12-18T19:00:56.825Z
492024-12-18T19:00:56.825ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-18T19:00:56.825Zenvironment variable. This has not been done automatically.
512024-12-18T19:00:56.825Z
522024-12-18T19:00:56.825ZTo configure your current shell, you need to source
532024-12-18T19:00:56.825Zthe corresponding env file under $HOME/.cargo.
542024-12-18T19:00:56.825Z
552024-12-18T19:00:56.825ZThis is usually done by running one of the following (note the leading DOT):
562024-12-18T19:00:56.825Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-18T19:00:56.826Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-18T19:00:56.904Z+ rustc --version
592024-12-18T19:00:56.969Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-18T19:00:56.972Zprocess exited: duration 23686 ms, exit code 0
 
612024-12-18T19:00:56.978Zstarting task 2: "authentication"
622024-12-18T19:00:56.999Zprocess exited: duration 21 ms, exit code 0
 
632024-12-18T19:00:57.006Zstarting task 3: "clone repository"
642024-12-18T19:00:57.011Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-18T19:00:57.014Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-18T19:00:57.345ZCloning into '/work/oxidecomputer/omicron'...
672024-12-18T19:01:03.860Z+ cd /work/oxidecomputer/omicron
682024-12-18T19:01:03.860Z+ git fetch origin f1bb19aaaacb71432be7cfaca331b33e0df20123
692024-12-18T19:01:04.877ZFrom https://github.com/oxidecomputer/omicron
702024-12-18T19:01:04.877Z * branch f1bb19aaaacb71432be7cfaca331b33e0df20123 -> FETCH_HEAD
712024-12-18T19:01:04.888Z+ [[ -n less-uuid-conflict ]]
722024-12-18T19:01:04.892Z++ git branch --show-current
732024-12-18T19:01:04.895Z+ current=main
742024-12-18T19:01:04.895Z+ [[ main != less-uuid-conflict ]]
752024-12-18T19:01:04.895Z+ git branch -f less-uuid-conflict f1bb19aaaacb71432be7cfaca331b33e0df20123
762024-12-18T19:01:04.897Z+ git checkout -f less-uuid-conflict
772024-12-18T19:01:04.914ZSwitched to branch 'less-uuid-conflict'
782024-12-18T19:01:04.916Z+ git reset --hard f1bb19aaaacb71432be7cfaca331b33e0df20123
792024-12-18T19:01:04.929ZHEAD is now at f1bb19aaa UUID test, comment
802024-12-18T19:01:04.932Zprocess exited: duration 7923 ms, exit code 0
 
812024-12-18T19:01:04.937Zstarting task 4: "build"
822024-12-18T19:01:04.943Z+ source .github/buildomat/ci-env.sh
832024-12-18T19:01:04.943Z++ export CARGO_TERM_COLOR=always
842024-12-18T19:01:04.943Z++ CARGO_TERM_COLOR=always
852024-12-18T19:01:04.946Z+ cargo --version
862024-12-18T19:01:05.000Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-18T19:01:05.003Z+ rustc --version
882024-12-18T19:01:05.063Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-18T19:01:05.066Z+ cargo tree --locked
902024-12-18T19:01:05.319Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-18T19:01:05.664Z Updating crates.io index
922024-12-18T19:01:05.741Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-18T19:01:06.253Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-18T19:01:06.540Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-18T19:01:06.821Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-18T19:01:07.088Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-18T19:01:07.949Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-18T19:01:09.558Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-18T19:01:10.193Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-18T19:01:10.990Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-18T19:01:11.316Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-18T19:01:11.616Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-18T19:01:12.242Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-18T19:01:12.617Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-18T19:01:12.921Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-18T19:01:13.207Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-18T19:01:13.474Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-18T19:01:13.741Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-18T19:01:14.026Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-18T19:01:14.430Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-18T19:01:14.775Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-18T19:01:15.088Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-18T19:01:15.557Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-18T19:01:15.828Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-18T19:01:16.298Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-18T19:01:16.775Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-18T19:01:17.113Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-18T19:01:17.410Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-18T19:01:17.676Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-18T19:01:19.123Z Downloading crates ...
1212024-12-18T19:01:19.255Z Downloaded addr2line v0.24.2
1222024-12-18T19:01:19.277Z Downloaded event-listener v2.5.3
1232024-12-18T19:01:19.280Z Downloaded ciborium v0.2.2
1242024-12-18T19:01:19.282Z Downloaded async-stream-impl v0.3.6
1252024-12-18T19:01:19.285Z Downloaded errno v0.3.9
1262024-12-18T19:01:19.285Z Downloaded fallible-iterator v0.2.0
1272024-12-18T19:01:19.288Z Downloaded fancy-regex v0.13.0
1282024-12-18T19:01:19.292Z Downloaded fxhash v0.2.1
1292024-12-18T19:01:19.294Z Downloaded escape8259 v0.5.3
1302024-12-18T19:01:19.299Z Downloaded foreign-types v0.5.0
1312024-12-18T19:01:19.302Z Downloaded cfg_aliases v0.2.1
1322024-12-18T19:01:19.304Z Downloaded atomic-waker v1.1.2
1332024-12-18T19:01:19.304Z Downloaded foreign-types-shared v0.1.1
1342024-12-18T19:01:19.306Z Downloaded cfg_aliases v0.1.1
1352024-12-18T19:01:19.306Z Downloaded cfg-if v1.0.0
1362024-12-18T19:01:19.310Z Downloaded foreign-types-shared v0.3.1
1372024-12-18T19:01:19.312Z Downloaded guppy-workspace-hack v0.1.0
1382024-12-18T19:01:19.312Z Downloaded approx v0.5.1
1392024-12-18T19:01:19.315Z Downloaded foreign-types v0.3.2
1402024-12-18T19:01:19.315Z Downloaded array-init v0.0.4
1412024-12-18T19:01:19.318Z Downloaded anstyle-parse v0.2.5
1422024-12-18T19:01:19.321Z Downloaded aead v0.5.2
1432024-12-18T19:01:19.323Z Downloaded http-range v0.1.5
1442024-12-18T19:01:19.323Z Downloaded event-listener-strategy v0.5.2
1452024-12-18T19:01:19.325Z Downloaded http-body v1.0.1
1462024-12-18T19:01:19.328Z Downloaded async-object-pool v0.1.5
1472024-12-18T19:01:19.328Z Downloaded headers-core v0.3.0
1482024-12-18T19:01:19.328Z Downloaded fastrand v2.1.1
1492024-12-18T19:01:19.331Z Downloaded hubpack_derive v0.1.1
1502024-12-18T19:01:19.331Z Downloaded atty v0.2.14
1512024-12-18T19:01:19.333Z Downloaded fragile v2.0.0
1522024-12-18T19:01:19.335Z Downloaded async-attributes v1.1.2
1532024-12-18T19:01:19.335Z Downloaded bytecount v0.6.8
1542024-12-18T19:01:19.338Z Downloaded fixedbitset v0.4.2
1552024-12-18T19:01:19.340Z Downloaded futures-macro v0.3.31
1562024-12-18T19:01:19.343Z Downloaded blocking v1.6.1
1572024-12-18T19:01:19.343Z Downloaded ascii-canvas v3.0.0
1582024-12-18T19:01:19.346Z Downloaded futures-executor v0.3.31
1592024-12-18T19:01:19.346Z Downloaded bitflags v1.3.2
1602024-12-18T19:01:19.349Z Downloaded humantime v2.1.0
1612024-12-18T19:01:19.351Z Downloaded heck v0.4.1
1622024-12-18T19:01:19.354Z Downloaded group v0.13.0
1632024-12-18T19:01:19.357Z Downloaded hex-literal v0.4.1
1642024-12-18T19:01:19.357Z Downloaded anstyle v1.0.10
1652024-12-18T19:01:19.359Z Downloaded hash32 v0.3.1
1662024-12-18T19:01:19.361Z Downloaded hubpack v0.1.2
1672024-12-18T19:01:19.362Z Downloaded httpdate v1.0.3
1682024-12-18T19:01:19.366Z Downloaded bb8 v0.8.5
1692024-12-18T19:01:19.369Z Downloaded byteorder v1.5.0
1702024-12-18T19:01:19.369Z Downloaded opaque-debug v0.3.1
1712024-12-18T19:01:19.369Z Downloaded cbc v0.1.2
1722024-12-18T19:01:19.371Z Downloaded hostname v0.4.0
1732024-12-18T19:01:19.374Z Downloaded hex v0.4.3
1742024-12-18T19:01:19.376Z Downloaded futures-task v0.3.31
1752024-12-18T19:01:19.376Z Downloaded bitfield v0.14.0
1762024-12-18T19:01:19.379Z Downloaded peg-runtime v0.8.3
1772024-12-18T19:01:19.379Z Downloaded cassowary v0.3.0
1782024-12-18T19:01:19.381Z Downloaded anes v0.1.6
1792024-12-18T19:01:19.384Z Downloaded glob v0.3.1
1802024-12-18T19:01:19.386Z Downloaded hashlink v0.9.1
1812024-12-18T19:01:19.389Z Downloaded ghash v0.5.1
1822024-12-18T19:01:19.389Z Downloaded hash32 v0.2.1
1832024-12-18T19:01:19.392Z Downloaded cexpr v0.6.0
1842024-12-18T19:01:19.395Z Downloaded fs_extra v1.3.0
1852024-12-18T19:01:19.398Z Downloaded arrayvec v0.7.6
1862024-12-18T19:01:19.398Z Downloaded getrandom v0.2.15
1872024-12-18T19:01:19.401Z Downloaded async-channel v1.9.0
1882024-12-18T19:01:19.403Z Downloaded globset v0.4.15
1892024-12-18T19:01:19.406Z Downloaded cargo-platform v0.1.8
1902024-12-18T19:01:19.408Z Downloaded progenitor-client v0.8.0
1912024-12-18T19:01:19.408Z Downloaded hostname v0.3.1
1922024-12-18T19:01:19.411Z Downloaded highway v1.2.0
1932024-12-18T19:01:19.414Z Downloaded httptest v0.16.1
1942024-12-18T19:01:19.416Z Downloaded num_cpus v1.16.0
1952024-12-18T19:01:19.418Z Downloaded progenitor v0.8.0
1962024-12-18T19:01:19.420Z Downloaded http-body-util v0.1.2
1972024-12-18T19:01:19.423Z Downloaded async-recursion v1.1.1
1982024-12-18T19:01:19.426Z Downloaded cast v0.3.0
1992024-12-18T19:01:19.428Z Downloaded cancel-safe-futures v0.1.5
2002024-12-18T19:01:19.431Z Downloaded bit-set v0.5.3
2012024-12-18T19:01:19.434Z Downloaded event-listener v5.3.1
2022024-12-18T19:01:19.436Z Downloaded base64ct v1.6.0
2032024-12-18T19:01:19.438Z Downloaded polyval v0.6.2
2042024-12-18T19:01:19.440Z Downloaded num-complex v0.4.6
2052024-12-18T19:01:19.443Z Downloaded async-lock v3.4.0
2062024-12-18T19:01:19.445Z Downloaded fatfs v0.3.6
2072024-12-18T19:01:19.448Z Downloaded blake2b_simd v1.0.2
2082024-12-18T19:01:19.451Z Downloaded bit-vec v0.6.3
2092024-12-18T19:01:19.453Z Downloaded futures-channel v0.3.31
2102024-12-18T19:01:19.456Z Downloaded async-global-executor v2.4.1
2112024-12-18T19:01:19.458Z Downloaded hmac v0.12.1
2122024-12-18T19:01:19.458Z Downloaded ahash v0.8.11
2132024-12-18T19:01:19.462Z Downloaded sigpipe v0.1.3
2142024-12-18T19:01:19.464Z Downloaded signal-hook-tokio v0.3.1
2152024-12-18T19:01:19.464Z Downloaded rand_core v0.6.4
2162024-12-18T19:01:19.467Z Downloaded futures-lite v2.3.0
2172024-12-18T19:01:19.470Z Downloaded camino-tempfile v1.1.1
2182024-12-18T19:01:19.472Z Downloaded strum v0.26.3
2192024-12-18T19:01:19.472Z Downloaded toolchain_find v0.4.0
2202024-12-18T19:01:19.475Z Downloaded shell-words v1.1.0
2212024-12-18T19:01:19.475Z Downloaded scopeguard v1.2.0
2222024-12-18T19:01:19.477Z Downloaded bzip2 v0.4.4
2232024-12-18T19:01:19.479Z Downloaded zerofrom v0.1.4
2242024-12-18T19:01:19.481Z Downloaded spki v0.7.3
2252024-12-18T19:01:19.484Z Downloaded pest_generator v2.7.14
2262024-12-18T19:01:19.484Z Downloaded powerfmt v0.2.0
2272024-12-18T19:01:19.487Z Downloaded parse-display-derive v0.10.0
2282024-12-18T19:01:19.487Z Downloaded slog-scope v4.4.0
2292024-12-18T19:01:19.491Z Downloaded thiserror-impl v2.0.3
2302024-12-18T19:01:19.493Z Downloaded thread-id v4.2.2
2312024-12-18T19:01:19.493Z Downloaded async-task v4.7.1
2322024-12-18T19:01:19.495Z Downloaded pin-project-internal v1.1.6
2332024-12-18T19:01:19.498Z Downloaded thiserror-impl v1.0.69
2342024-12-18T19:01:19.501Z Downloaded headers v0.4.0
2352024-12-18T19:01:19.504Z Downloaded flume v0.11.1
2362024-12-18T19:01:19.509Z Downloaded doc-comment v0.3.3
2372024-12-18T19:01:19.511Z Downloaded endian-type v0.1.2
2382024-12-18T19:01:19.511Z Downloaded downcast v0.11.0
2392024-12-18T19:01:19.513Z Downloaded proc-macro-error-attr v1.0.4
2402024-12-18T19:01:19.516Z Downloaded primeorder v0.13.6
2412024-12-18T19:01:19.516Z Downloaded futures v0.3.31
2422024-12-18T19:01:19.521Z Downloaded unicode-xid v0.2.6
2432024-12-18T19:01:19.524Z Downloaded allocator-api2 v0.2.18
2442024-12-18T19:01:19.526Z Downloaded anyhow v1.0.93
2452024-12-18T19:01:19.531Z Downloaded wyz v0.5.1
2462024-12-18T19:01:19.534Z Downloaded mirai-annotations v1.12.0
2472024-12-18T19:01:19.536Z Downloaded sqlformat v0.2.6
2482024-12-18T19:01:19.536Z Downloaded path-slash v0.1.5
2492024-12-18T19:01:19.539Z Downloaded instant v0.1.13
2502024-12-18T19:01:19.539Z Downloaded is_ci v1.2.0
2512024-12-18T19:01:19.541Z Downloaded strum_macros v0.25.3
2522024-12-18T19:01:19.544Z Downloaded spin v0.5.2
2532024-12-18T19:01:19.547Z Downloaded debug-ignore v1.0.5
2542024-12-18T19:01:19.547Z Downloaded utf8_iter v1.0.4
2552024-12-18T19:01:19.550Z Downloaded utf16_iter v1.0.5
2562024-12-18T19:01:19.550Z Downloaded topological-sort v0.2.2
2572024-12-18T19:01:19.552Z Downloaded terminal_size v0.4.0
2582024-12-18T19:01:19.552Z Downloaded strum_macros v0.24.3
2592024-12-18T19:01:19.556Z Downloaded postgres-types v0.2.8
2602024-12-18T19:01:19.558Z Downloaded async-io v2.3.4
2612024-12-18T19:01:19.561Z Downloaded pkcs1 v0.7.5
2622024-12-18T19:01:19.564Z Downloaded progenitor-impl v0.8.0
2632024-12-18T19:01:19.566Z Downloaded tokio-tungstenite v0.21.0
2642024-12-18T19:01:19.569Z Downloaded base64 v0.13.1
2652024-12-18T19:01:19.573Z Downloaded proc-macro-crate v1.3.1
2662024-12-18T19:01:19.575Z Downloaded number_prefix v0.4.0
2672024-12-18T19:01:19.575Z Downloaded num_threads v0.1.7
2682024-12-18T19:01:19.578Z Downloaded russh-cryptovec v0.7.3
2692024-12-18T19:01:19.580Z Downloaded cipher v0.4.4
2702024-12-18T19:01:19.580Z Downloaded heapless v0.7.17
2712024-12-18T19:01:19.584Z Downloaded lru v0.12.5
2722024-12-18T19:01:19.587Z Downloaded ciborium-ll v0.2.2
2732024-12-18T19:01:19.589Z Downloaded spin v0.9.8
2742024-12-18T19:01:19.592Z Downloaded chacha20poly1305 v0.10.1
2752024-12-18T19:01:19.595Z Downloaded sync-ptr v0.1.1
2762024-12-18T19:01:19.598Z Downloaded bitflags v2.6.0
2772024-12-18T19:01:19.598Z Downloaded openssl-sys v0.9.103
2782024-12-18T19:01:19.603Z Downloaded num-iter v0.1.45
2792024-12-18T19:01:19.605Z Downloaded mockall v0.13.0
2802024-12-18T19:01:19.609Z Downloaded deranged v0.3.11
2812024-12-18T19:01:19.609Z Downloaded subprocess v0.2.9
2822024-12-18T19:01:19.613Z Downloaded hyper-tls v0.6.0
2832024-12-18T19:01:19.613Z Downloaded hickory-resolver v0.24.1
2842024-12-18T19:01:19.620Z Downloaded is_terminal_polyfill v1.70.1
2852024-12-18T19:01:19.623Z Downloaded is-terminal v0.4.13
2862024-12-18T19:01:19.623Z Downloaded dof v0.3.0
2872024-12-18T19:01:19.623Z Downloaded ipnetwork v0.20.0
2882024-12-18T19:01:19.626Z Downloaded whoami v1.5.2
2892024-12-18T19:01:19.629Z Downloaded tokio-stream v0.1.16
2902024-12-18T19:01:19.632Z Downloaded md-5 v0.10.6
2912024-12-18T19:01:19.635Z Downloaded iana-time-zone v0.1.61
2922024-12-18T19:01:19.638Z Downloaded usdt-macro v0.5.0
2932024-12-18T19:01:19.641Z Downloaded r2d2 v0.8.10
2942024-12-18T19:01:19.641Z Downloaded quote v1.0.37
2952024-12-18T19:01:19.644Z Downloaded rtoolbox v0.0.2
2962024-12-18T19:01:19.646Z Downloaded signal-hook-mio v0.2.4
2972024-12-18T19:01:19.646Z Downloaded tinyvec_macros v0.1.1
2982024-12-18T19:01:19.649Z Downloaded serde_path_to_error v0.1.16
2992024-12-18T19:01:19.649Z Downloaded semver v1.0.23
3002024-12-18T19:01:19.652Z Downloaded smawk v0.3.2
3012024-12-18T19:01:19.654Z Downloaded criterion-plot v0.5.0
3022024-12-18T19:01:19.659Z Downloaded zerocopy-derive v0.7.35
3032024-12-18T19:01:19.661Z Downloaded parking_lot_core v0.9.10
3042024-12-18T19:01:19.664Z Downloaded poly1305 v0.8.0
3052024-12-18T19:01:19.666Z Downloaded rustls-pki-types v1.10.0
3062024-12-18T19:01:19.670Z Downloaded ciborium-io v0.2.2
3072024-12-18T19:01:19.672Z Downloaded flate2 v1.0.34
3082024-12-18T19:01:19.677Z Downloaded nested v0.1.1
3092024-12-18T19:01:19.680Z Downloaded der_derive v0.7.3
3102024-12-18T19:01:19.684Z Downloaded uuid v1.11.0
3112024-12-18T19:01:19.687Z Downloaded typify-macro v0.2.0
3122024-12-18T19:01:19.687Z Downloaded tungstenite v0.24.0
3132024-12-18T19:01:19.689Z Downloaded yoke-derive v0.7.4
3142024-12-18T19:01:19.692Z Downloaded salsa20 v0.10.2
3152024-12-18T19:01:19.692Z Downloaded rfc6979 v0.4.0
3162024-12-18T19:01:19.694Z Downloaded quick-error v1.2.3
3172024-12-18T19:01:19.699Z Downloaded ident_case v1.0.1
3182024-12-18T19:01:19.699Z Downloaded maybe-uninit v2.0.0
3192024-12-18T19:01:19.702Z Downloaded ipnet v2.10.1
3202024-12-18T19:01:19.703Z Downloaded scrypt v0.11.0
3212024-12-18T19:01:19.703Z Downloaded socket2 v0.5.7
3222024-12-18T19:01:19.705Z Downloaded cobs v0.2.3
3232024-12-18T19:01:19.705Z Downloaded schemars v0.8.21
3242024-12-18T19:01:19.718Z Downloaded enum-as-inner v0.6.1
3252024-12-18T19:01:19.721Z Downloaded openssl-probe v0.1.5
3262024-12-18T19:01:19.724Z Downloaded blake2 v0.10.6
3272024-12-18T19:01:19.724Z Downloaded matches v0.1.10
3282024-12-18T19:01:19.727Z Downloaded match_cfg v0.1.0
3292024-12-18T19:01:19.727Z Downloaded enum-as-inner v0.5.1
3302024-12-18T19:01:19.730Z Downloaded tokio-native-tls v0.3.1
3312024-12-18T19:01:19.732Z Downloaded peg v0.8.4
3322024-12-18T19:01:19.735Z Downloaded md5 v0.7.0
3332024-12-18T19:01:19.738Z Downloaded lalrpop-util v0.19.12
3342024-12-18T19:01:19.738Z Downloaded impl-trait-for-tuples v0.2.2
3352024-12-18T19:01:19.742Z Downloaded phf_shared v0.10.0
3362024-12-18T19:01:19.742Z Downloaded tokio-tungstenite v0.24.0
3372024-12-18T19:01:19.745Z Downloaded unicode_categories v0.1.1
3382024-12-18T19:01:19.747Z Downloaded rayon-core v1.12.1
3392024-12-18T19:01:19.751Z Downloaded cmake v0.1.51
3402024-12-18T19:01:19.754Z Downloaded clap_lex v0.7.2
3412024-12-18T19:01:19.754Z Downloaded yasna v0.5.2
3422024-12-18T19:01:19.757Z Downloaded take_mut v0.2.2
3432024-12-18T19:01:19.760Z Downloaded num-integer v0.1.46
3442024-12-18T19:01:19.760Z Downloaded curve25519-dalek-derive v0.1.1
3452024-12-18T19:01:19.763Z Downloaded ctr v0.9.2
3462024-12-18T19:01:19.765Z Downloaded parse-display v0.10.0
3472024-12-18T19:01:19.765Z Downloaded env_filter v0.1.2
3482024-12-18T19:01:19.768Z Downloaded derive_builder v0.20.2
3492024-12-18T19:01:19.772Z Downloaded tower-service v0.3.3
3502024-12-18T19:01:19.774Z Downloaded serde_regex v1.1.0
3512024-12-18T19:01:19.775Z Downloaded ena v0.14.3
3522024-12-18T19:01:19.778Z Downloaded kv-log-macro v1.0.7
3532024-12-18T19:01:19.781Z Downloaded phf_shared v0.11.2
3542024-12-18T19:01:19.781Z Downloaded zerocopy-derive v0.8.10
3552024-12-18T19:01:19.787Z Downloaded log v0.4.22
3562024-12-18T19:01:19.790Z Downloaded guppy v0.17.8
3572024-12-18T19:01:19.796Z Downloaded diesel_table_macro_syntax v0.2.0
3582024-12-18T19:01:19.800Z Downloaded rustc_version v0.4.1
3592024-12-18T19:01:19.800Z Downloaded sec1 v0.7.3
3602024-12-18T19:01:19.802Z Downloaded rustc_version v0.1.7
3612024-12-18T19:01:19.804Z Downloaded usdt-impl v0.5.0
3622024-12-18T19:01:19.805Z Downloaded typify v0.2.0
3632024-12-18T19:01:19.807Z Downloaded rsa v0.9.6
3642024-12-18T19:01:19.814Z Downloaded phf v0.11.2
3652024-12-18T19:01:19.817Z Downloaded tabwriter v1.4.0
3662024-12-18T19:01:19.818Z Downloaded tabled_derive v0.7.0
3672024-12-18T19:01:19.822Z Downloaded strsim v0.11.1
3682024-12-18T19:01:19.822Z Downloaded quinn-udp v0.5.5
3692024-12-18T19:01:19.822Z Downloaded tokio-rustls v0.25.0
3702024-12-18T19:01:19.825Z Downloaded hashbrown v0.15.1
3712024-12-18T19:01:19.830Z Downloaded displaydoc v0.2.5
3722024-12-18T19:01:19.834Z Downloaded parking_lot_core v0.8.6
3732024-12-18T19:01:19.837Z Downloaded hyper-util v0.1.10
3742024-12-18T19:01:19.841Z Downloaded num-conv v0.1.0
3752024-12-18T19:01:19.843Z Downloaded newline-converter v0.3.0
3762024-12-18T19:01:19.843Z Downloaded dtrace-parser v0.2.0
3772024-12-18T19:01:19.846Z Downloaded hashbrown v0.14.5
3782024-12-18T19:01:19.850Z Downloaded strip-ansi-escapes v0.2.0
3792024-12-18T19:01:19.853Z Downloaded pretty-hex v0.4.1
3802024-12-18T19:01:19.857Z Downloaded toml v0.7.8
3812024-12-18T19:01:19.859Z Downloaded wait-timeout v0.2.0
3822024-12-18T19:01:19.859Z Downloaded rust-argon2 v2.1.0
3832024-12-18T19:01:19.862Z Downloaded term v0.7.0
3842024-12-18T19:01:19.866Z Downloaded sha2 v0.10.8
3852024-12-18T19:01:19.869Z Downloaded zerocopy v0.6.6
3862024-12-18T19:01:19.872Z Downloaded libsw v3.3.1
3872024-12-18T19:01:19.874Z Downloaded typed-path v0.9.3
3882024-12-18T19:01:19.882Z Downloaded pretty-hex v0.2.1
3892024-12-18T19:01:19.885Z Downloaded oso v0.27.3
3902024-12-18T19:01:19.888Z Downloaded termtree v0.4.1
3912024-12-18T19:01:19.888Z Downloaded xz2 v0.1.7
3922024-12-18T19:01:19.890Z Downloaded oorandom v11.1.4
3932024-12-18T19:01:19.893Z Downloaded sqlparser_derive v0.2.2
3942024-12-18T19:01:19.893Z Downloaded tracing-attributes v0.1.27
3952024-12-18T19:01:19.896Z Downloaded crc-catalog v2.4.0
3962024-12-18T19:01:19.897Z Downloaded pin-project v1.1.6
3972024-12-18T19:01:19.908Z Downloaded piper v0.2.4
3982024-12-18T19:01:19.911Z Downloaded futures-util v0.3.31
3992024-12-18T19:01:19.924Z Downloaded zone_cfg_derive v0.1.2
4002024-12-18T19:01:19.926Z Downloaded ryu v1.0.18
4012024-12-18T19:01:19.929Z Downloaded target-triple v0.1.3
4022024-12-18T19:01:19.929Z Downloaded libefi-sys v0.1.0
4032024-12-18T19:01:19.933Z Downloaded dsl_auto_type v0.1.2
4042024-12-18T19:01:19.933Z Downloaded env_logger v0.10.2
4052024-12-18T19:01:19.935Z Downloaded siphasher v0.3.11
4062024-12-18T19:01:19.938Z Downloaded zeroize_derive v1.4.2
4072024-12-18T19:01:19.938Z Downloaded pin-utils v0.1.0
4082024-12-18T19:01:19.942Z Downloaded ed25519 v2.2.3
4092024-12-18T19:01:19.942Z Downloaded supports-color v3.0.1
4102024-12-18T19:01:19.945Z Downloaded crossbeam-channel v0.5.13
4112024-12-18T19:01:19.948Z Downloaded unicase v2.7.0
4122024-12-18T19:01:19.950Z Downloaded pbkdf2 v0.11.0
4132024-12-18T19:01:19.953Z Downloaded tls_codec v0.4.1
4142024-12-18T19:01:19.956Z Downloaded p521 v0.13.3
4152024-12-18T19:01:19.959Z Downloaded predicates-tree v1.0.11
4162024-12-18T19:01:19.962Z Downloaded pin-project-lite v0.2.14
4172024-12-18T19:01:19.967Z Downloaded precomputed-hash v0.1.1
4182024-12-18T19:01:19.970Z Downloaded universal-hash v0.5.1
4192024-12-18T19:01:19.970Z Downloaded parse-size v1.1.0
4202024-12-18T19:01:19.973Z Downloaded cpufeatures v0.2.14
4212024-12-18T19:01:19.973Z Downloaded ref-cast v1.0.23
4222024-12-18T19:01:19.976Z Downloaded constant_time_eq v0.3.1
4232024-12-18T19:01:19.976Z Downloaded indent_write v2.2.0
4242024-12-18T19:01:19.979Z Downloaded diff v0.1.13
4252024-12-18T19:01:19.981Z Downloaded rustls-pemfile v2.2.0
4262024-12-18T19:01:19.984Z Downloaded newtype_derive v0.1.6
4272024-12-18T19:01:19.993Z Downloaded libtest-mimic v0.7.3
4282024-12-18T19:01:19.993Z Downloaded predicates-core v1.0.8
4292024-12-18T19:01:19.993Z Downloaded scroll_derive v0.12.0
4302024-12-18T19:01:19.994Z Downloaded similar-asserts v1.6.0
4312024-12-18T19:01:19.994Z Downloaded simd-adler32 v0.3.7
4322024-12-18T19:01:19.997Z Downloaded ssh-encoding v0.2.0
4332024-12-18T19:01:19.997Z Downloaded elliptic-curve v0.13.8
4342024-12-18T19:01:20.002Z Downloaded unicode-truncate v1.1.0
4352024-12-18T19:01:20.005Z Downloaded tinytemplate v1.2.1
4362024-12-18T19:01:20.006Z Downloaded libloading v0.8.5
4372024-12-18T19:01:20.008Z Downloaded ecdsa v0.16.9
4382024-12-18T19:01:20.012Z Downloaded mio v1.0.2
4392024-12-18T19:01:20.016Z Downloaded dhcproto-macros v0.1.0
4402024-12-18T19:01:20.020Z Downloaded goblin v0.8.2
4412024-12-18T19:01:20.024Z Downloaded vte_generate_state_changes v0.1.2
4422024-12-18T19:01:20.027Z Downloaded const_format_proc_macros v0.2.33
4432024-12-18T19:01:20.030Z Downloaded rand_chacha v0.3.1
4442024-12-18T19:01:20.034Z Downloaded secrecy v0.8.0
4452024-12-18T19:01:20.034Z Downloaded rustfmt-wrapper v0.2.1
4462024-12-18T19:01:20.034Z Downloaded cookie_store v0.21.0
4472024-12-18T19:01:20.037Z Downloaded parking_lot v0.12.3
4482024-12-18T19:01:20.039Z Downloaded zone v0.3.0
4492024-12-18T19:01:20.039Z Downloaded display-error-chain v0.2.2
4502024-12-18T19:01:20.042Z Downloaded dirs-sys-next v0.1.2
4512024-12-18T19:01:20.042Z Downloaded slab v0.4.9
4522024-12-18T19:01:20.045Z Downloaded derive_builder_macro v0.20.2
4532024-12-18T19:01:20.045Z Downloaded signal-hook-registry v1.4.2
4542024-12-18T19:01:20.048Z Downloaded russh v0.45.0
4552024-12-18T19:01:20.053Z Downloaded synstructure v0.13.1
4562024-12-18T19:01:20.055Z Downloaded serde_derive_internals v0.29.1
4572024-12-18T19:01:20.058Z Downloaded crossbeam-utils v0.8.20
4582024-12-18T19:01:20.061Z Downloaded colorchoice v1.0.2
4592024-12-18T19:01:20.064Z Downloaded tracing-core v0.1.32
4602024-12-18T19:01:20.066Z Downloaded nibble_vec v0.1.0
4612024-12-18T19:01:20.066Z Downloaded tracing v0.1.40
4622024-12-18T19:01:20.070Z Downloaded newtype-uuid v1.1.3
4632024-12-18T19:01:20.073Z Downloaded memmap2 v0.9.5
4642024-12-18T19:01:20.077Z Downloaded tokio-util v0.7.12
4652024-12-18T19:01:20.081Z Downloaded itoa v1.0.11
4662024-12-18T19:01:20.084Z Downloaded target-spec v3.2.2
4672024-12-18T19:01:20.087Z Downloaded diesel-dtrace v0.4.2
4682024-12-18T19:01:20.089Z Downloaded lru-cache v0.1.2
4692024-12-18T19:01:20.089Z Downloaded samael v0.0.17
4702024-12-18T19:01:20.095Z Downloaded steno v0.4.1
4712024-12-18T19:01:20.100Z Downloaded tough v0.19.0
4722024-12-18T19:01:20.109Z Downloaded want v0.3.1
4732024-12-18T19:01:20.112Z Downloaded new_debug_unreachable v1.0.6
4742024-12-18T19:01:20.114Z Downloaded zerovec-derive v0.10.3
4752024-12-18T19:01:20.114Z Downloaded tui-tree-widget v0.22.0
4762024-12-18T19:01:20.117Z Downloaded aho-corasick v1.1.3
4772024-12-18T19:01:20.122Z Downloaded rand_xorshift v0.3.0
4782024-12-18T19:01:20.124Z Downloaded plotters-backend v0.3.7
4792024-12-18T19:01:20.127Z Downloaded multer v3.1.0
4802024-12-18T19:01:20.129Z Downloaded parking_lot v0.11.2
4812024-12-18T19:01:20.132Z Downloaded structmeta v0.3.0
4822024-12-18T19:01:20.134Z Downloaded rustversion v1.0.17
4832024-12-18T19:01:20.137Z Downloaded linked-hash-map v0.5.6
4842024-12-18T19:01:20.137Z Downloaded defmt-macros v0.3.9
4852024-12-18T19:01:20.140Z Downloaded unsafe-libyaml v0.2.11
4862024-12-18T19:01:20.143Z Downloaded unicode-linebreak v0.1.5
4872024-12-18T19:01:20.146Z Downloaded partial-io v0.5.4
4882024-12-18T19:01:20.148Z Downloaded tap v1.0.1
4892024-12-18T19:01:20.151Z Downloaded indexmap v1.9.3
4902024-12-18T19:01:20.153Z Downloaded time-core v0.1.2
4912024-12-18T19:01:20.155Z Downloaded zone_cfg_derive v0.3.0
4922024-12-18T19:01:20.156Z Downloaded xattr v1.3.1
4932024-12-18T19:01:20.158Z Downloaded path-tree v0.8.1
4942024-12-18T19:01:20.160Z Downloaded nu-ansi-term v0.50.1
4952024-12-18T19:01:20.163Z Downloaded crossbeam-deque v0.8.5
4962024-12-18T19:01:20.165Z Downloaded serde_json v1.0.132
4972024-12-18T19:01:20.172Z Downloaded pathdiff v0.2.2
4982024-12-18T19:01:20.174Z Downloaded git2 v0.19.0
4992024-12-18T19:01:20.182Z Downloaded ucd-trie v0.1.7
5002024-12-18T19:01:20.185Z Downloaded blake3 v1.5.4
5012024-12-18T19:01:20.193Z Downloaded serde-big-array v0.5.1
5022024-12-18T19:01:20.195Z Downloaded equivalent v1.0.1
5032024-12-18T19:01:20.197Z Downloaded darling_macro v0.20.10
5042024-12-18T19:01:20.197Z Downloaded unicode-normalization v0.1.24
5052024-12-18T19:01:20.201Z Downloaded semver v0.1.20
5062024-12-18T19:01:20.203Z Downloaded same-file v1.0.6
5072024-12-18T19:01:20.205Z Downloaded relative-path v1.9.3
5082024-12-18T19:01:20.205Z Downloaded yansi v1.0.1
5092024-12-18T19:01:20.208Z Downloaded pem-rfc7468 v0.7.0
5102024-12-18T19:01:20.211Z Downloaded textwrap v0.16.1
5112024-12-18T19:01:20.214Z Downloaded usdt-attr-macro v0.5.0
5122024-12-18T19:01:20.217Z Downloaded datatest-stable v0.2.9
5132024-12-18T19:01:20.217Z Downloaded packed_struct_codegen v0.10.1
5142024-12-18T19:01:20.220Z Downloaded memmap v0.7.0
5152024-12-18T19:01:20.222Z Downloaded version_check v0.9.5
5162024-12-18T19:01:20.225Z Downloaded test-strategy v0.3.1
5172024-12-18T19:01:20.227Z Downloaded normalize-line-endings v0.3.0
5182024-12-18T19:01:20.230Z Downloaded crucible-workspace-hack v0.1.0
5192024-12-18T19:01:20.230Z Downloaded nanorand v0.7.0
5202024-12-18T19:01:20.233Z Downloaded ppv-lite86 v0.2.20
5212024-12-18T19:01:20.235Z Downloaded pbkdf2 v0.12.2
5222024-12-18T19:01:20.235Z Downloaded ed25519-dalek v2.1.1
5232024-12-18T19:01:20.238Z Downloaded thread_local v1.1.8
5242024-12-18T19:01:20.241Z Downloaded structmeta v0.2.0
5252024-12-18T19:01:20.244Z Downloaded tiny-keccak v2.0.2
5262024-12-18T19:01:20.247Z Downloaded time v0.3.36
5272024-12-18T19:01:20.252Z Downloaded progenitor-macro v0.8.0
5282024-12-18T19:01:20.255Z Downloaded serde_with_macros v3.11.0
5292024-12-18T19:01:20.257Z Downloaded const_format v0.2.33
5302024-12-18T19:01:20.261Z Downloaded serde-hex v0.1.0
5312024-12-18T19:01:20.263Z Downloaded psl-types v2.0.11
5322024-12-18T19:01:20.266Z Downloaded zopfli v0.8.1
5332024-12-18T19:01:20.268Z Downloaded zone v0.1.8
5342024-12-18T19:01:20.268Z Downloaded rusqlite v0.32.1
5352024-12-18T19:01:20.275Z Downloaded sync_wrapper v1.0.1
5362024-12-18T19:01:20.277Z Downloaded owo-colors v4.1.0
5372024-12-18T19:01:20.280Z Downloaded vsss-rs v3.3.4
5382024-12-18T19:01:20.282Z Downloaded crunchy v0.2.2
5392024-12-18T19:01:20.285Z Downloaded num-derive v0.4.2
5402024-12-18T19:01:20.288Z Downloaded diesel_derives v2.2.3
5412024-12-18T19:01:20.291Z Downloaded num_enum_derive v0.5.11
5422024-12-18T19:01:20.294Z Downloaded plotters-svg v0.3.7
5432024-12-18T19:01:20.294Z Downloaded num_enum v0.5.11
5442024-12-18T19:01:20.298Z Downloaded native-tls v0.2.12
5452024-12-18T19:01:20.301Z Downloaded p256 v0.13.2
5462024-12-18T19:01:20.304Z Downloaded p384 v0.13.0
5472024-12-18T19:01:20.312Z Downloaded indoc v2.0.5
5482024-12-18T19:01:20.314Z Downloaded indoc v1.0.9
5492024-12-18T19:01:20.317Z Downloaded time-macros v0.2.18
5502024-12-18T19:01:20.319Z Downloaded rustls-native-certs v0.7.3
5512024-12-18T19:01:20.322Z Downloaded unicode-bidi v0.3.17
5522024-12-18T19:01:20.326Z Downloaded postgres-protocol v0.6.7
5532024-12-18T19:01:20.328Z Downloaded rustls-pemfile v1.0.4
5542024-12-18T19:01:20.330Z Downloaded crypto-bigint v0.5.5
5552024-12-18T19:01:20.337Z Downloaded maplit v1.0.2
5562024-12-18T19:01:20.339Z Downloaded managed v0.8.0
5572024-12-18T19:01:20.342Z Downloaded target-lexicon v0.12.16
5582024-12-18T19:01:20.344Z Downloaded oso-derive v0.27.3
5592024-12-18T19:01:20.344Z Downloaded gimli v0.31.1
5602024-12-18T19:01:20.352Z Downloaded smallvec v0.6.14
5612024-12-18T19:01:20.355Z Downloaded tokio-rustls v0.24.1
5622024-12-18T19:01:20.357Z Downloaded indicatif v0.17.9
5632024-12-18T19:01:20.361Z Downloaded try-lock v0.2.5
5642024-12-18T19:01:20.364Z Downloaded icu_locid v1.5.0
5652024-12-18T19:01:20.367Z Downloaded pkg-config v0.3.31
5662024-12-18T19:01:20.369Z Downloaded macaddr v1.0.1
5672024-12-18T19:01:20.371Z Downloaded toml_edit v0.22.22
5682024-12-18T19:01:20.392Z Downloaded tinystr v0.7.6
5692024-12-18T19:01:20.394Z Downloaded aws-lc-rs v1.10.0
5702024-12-18T19:01:20.403Z Downloaded unicode-segmentation v1.12.0
5712024-12-18T19:01:20.406Z Downloaded itertools v0.12.1
5722024-12-18T19:01:20.413Z Downloaded resolv-conf v0.7.0
5732024-12-18T19:01:20.415Z Downloaded utf-8 v0.7.6
5742024-12-18T19:01:20.418Z Downloaded trybuild v1.0.101
5752024-12-18T19:01:20.420Z Downloaded icu_properties v1.5.1
5762024-12-18T19:01:20.424Z Downloaded write16 v1.0.0
5772024-12-18T19:01:20.426Z Downloaded slog-async v2.8.0
5782024-12-18T19:01:20.426Z Downloaded concurrent-queue v2.5.0
5792024-12-18T19:01:20.429Z Downloaded toml_datetime v0.6.8
5802024-12-18T19:01:20.432Z Downloaded bitvec v1.0.1
5812024-12-18T19:01:20.445Z Downloaded icu_provider_macros v1.5.0
5822024-12-18T19:01:20.448Z Downloaded chrono v0.4.38
5832024-12-18T19:01:20.453Z Downloaded nodrop v0.1.14
5842024-12-18T19:01:20.456Z Downloaded dropshot_endpoint v0.13.0
5852024-12-18T19:01:20.458Z Downloaded parking v2.2.1
5862024-12-18T19:01:20.460Z Downloaded structmeta-derive v0.3.0
5872024-12-18T19:01:20.460Z Downloaded mime_guess v2.0.5
5882024-12-18T19:01:20.462Z Downloaded dropshot_endpoint v0.12.0
5892024-12-18T19:01:20.465Z Downloaded unicode-properties v0.1.3
5902024-12-18T19:01:20.468Z Downloaded postcard v1.0.10
5912024-12-18T19:01:20.470Z Downloaded async-std v1.13.0
5922024-12-18T19:01:20.489Z Downloaded pem v3.0.4
5932024-12-18T19:01:20.492Z Downloaded untrusted v0.9.0
5942024-12-18T19:01:20.494Z Downloaded multimap v0.10.0
5952024-12-18T19:01:20.494Z Downloaded stable_deref_trait v1.2.0
5962024-12-18T19:01:20.494Z Downloaded memoffset v0.9.1
5972024-12-18T19:01:20.497Z Downloaded proc-macro-error v1.0.4
5982024-12-18T19:01:20.500Z Downloaded serde v1.0.215
5992024-12-18T19:01:20.502Z Downloaded publicsuffix v2.2.3
6002024-12-18T19:01:20.505Z Downloaded slog-term v2.9.1
6012024-12-18T19:01:20.507Z Downloaded num-traits v0.2.19
6022024-12-18T19:01:20.510Z Downloaded petname v2.0.2
6032024-12-18T19:01:20.516Z Downloaded which v4.4.2
6042024-12-18T19:01:20.519Z Downloaded untrusted v0.7.1
6052024-12-18T19:01:20.519Z Downloaded tokio-rustls v0.26.0
6062024-12-18T19:01:20.521Z Downloaded jobserver v0.1.32
6072024-12-18T19:01:20.523Z Downloaded unicode-width v0.2.0
6082024-12-18T19:01:20.528Z Downloaded icu_normalizer_data v1.5.0
6092024-12-18T19:01:20.531Z Downloaded vergen v8.3.2
6102024-12-18T19:01:20.533Z Downloaded tokio-postgres v0.7.12
6112024-12-18T19:01:20.539Z Downloaded structmeta-derive v0.2.0
6122024-12-18T19:01:20.541Z Downloaded compact_str v0.8.0
6132024-12-18T19:01:20.544Z Downloaded parse-zoneinfo v0.3.1
6142024-12-18T19:01:20.547Z Downloaded bindgen v0.69.5
6152024-12-18T19:01:20.554Z Downloaded linear-map v1.2.0
6162024-12-18T19:01:20.557Z Downloaded console v0.15.8
6172024-12-18T19:01:20.559Z Downloaded icu_provider v1.5.0
6182024-12-18T19:01:20.562Z Downloaded toml v0.8.19
6192024-12-18T19:01:20.566Z Downloaded ron v0.8.1
6202024-12-18T19:01:20.572Z Downloaded rand_distr v0.4.3
6212024-12-18T19:01:20.575Z Downloaded crc32fast v1.4.2
6222024-12-18T19:01:20.578Z Downloaded serde_tokenstream v0.2.2
6232024-12-18T19:01:20.580Z Downloaded unarray v0.1.4
6242024-12-18T19:01:20.580Z Downloaded icu_normalizer v1.5.0
6252024-12-18T19:01:20.583Z Downloaded qorb v0.2.1
6262024-12-18T19:01:20.588Z Downloaded peg-macros v0.8.4
6272024-12-18T19:01:20.590Z Downloaded mockall_derive v0.13.0
6282024-12-18T19:01:20.592Z Downloaded crossbeam-epoch v0.9.18
6292024-12-18T19:01:20.595Z Downloaded value-bag v1.9.0
6302024-12-18T19:01:20.598Z Downloaded crossterm v0.28.1
6312024-12-18T19:01:20.605Z Downloaded zerovec v0.10.4
6322024-12-18T19:01:20.611Z Downloaded libm v0.2.8
6332024-12-18T19:01:20.620Z Downloaded tar v0.4.42
6342024-12-18T19:01:20.623Z Downloaded zip v2.1.3
6352024-12-18T19:01:20.628Z Downloaded icu_locid_transform_data v1.5.0
6362024-12-18T19:01:20.630Z Downloaded memchr v2.7.4
6372024-12-18T19:01:20.635Z Downloaded webpki-roots v0.26.6
6382024-12-18T19:01:20.640Z Downloaded toml_edit v0.19.15
6392024-12-18T19:01:20.657Z Downloaded snafu v0.8.5
6402024-12-18T19:01:20.662Z Downloaded ron v0.7.1
6412024-12-18T19:01:20.667Z Downloaded x509-cert v0.2.5
6422024-12-18T19:01:20.674Z Downloaded reqwest v0.12.9
6432024-12-18T19:01:20.683Z Downloaded idna v1.0.3
6442024-12-18T19:01:20.687Z Downloaded vcpkg v0.2.15
6452024-12-18T19:01:20.725Z Downloaded dropshot v0.12.0
6462024-12-18T19:01:20.745Z Downloaded itertools v0.10.5
6472024-12-18T19:01:20.751Z Downloaded syn v2.0.87
6482024-12-18T19:01:20.763Z Downloaded nix v0.27.1
6492024-12-18T19:01:20.773Z Downloaded object v0.30.4
6502024-12-18T19:01:20.784Z Downloaded lalrpop v0.19.12
6512024-12-18T19:01:20.794Z Downloaded itertools v0.13.0
6522024-12-18T19:01:20.801Z Downloaded zerocopy v0.8.10
6532024-12-18T19:01:20.825Z Downloaded libxml v0.3.3
6542024-12-18T19:01:20.830Z Downloaded ssh-key v0.6.6
6552024-12-18T19:01:20.837Z Downloaded rustls-webpki v0.102.8
6562024-12-18T19:01:20.855Z Downloaded rustls-webpki v0.101.7
6572024-12-18T19:01:20.870Z Downloaded portable-atomic v1.9.0
6582024-12-18T19:01:20.876Z Downloaded trust-dns-proto v0.22.0
6592024-12-18T19:01:20.889Z Downloaded winnow v0.5.40
6602024-12-18T19:01:20.897Z Downloaded regex v1.11.1
6612024-12-18T19:01:20.910Z Downloaded serde_with v3.11.0
6622024-12-18T19:01:20.919Z Downloaded regex-syntax v0.6.29
6632024-12-18T19:01:20.928Z Downloaded winnow v0.6.20
6642024-12-18T19:01:20.935Z Downloaded regex-syntax v0.8.5
6652024-12-18T19:01:20.943Z Downloaded quick-xml v0.33.0
6662024-12-18T19:01:20.950Z Downloaded regress v0.9.1
6672024-12-18T19:01:20.958Z Downloaded chrono-tz v0.10.0
6682024-12-18T19:01:20.965Z Downloaded unicode-width v0.1.14
6692024-12-18T19:01:20.971Z Downloaded icu_properties_data v1.5.0
6702024-12-18T19:01:20.982Z Downloaded syn v1.0.109
6712024-12-18T19:01:20.994Z Downloaded rustls v0.21.12
6722024-12-18T19:01:21.005Z Downloaded idna v0.2.3
6732024-12-18T19:01:21.012Z Downloaded idna v0.3.0
6742024-12-18T19:01:21.019Z Downloaded polar-core v0.27.3
6752024-12-18T19:01:21.027Z Downloaded dropshot v0.13.0
6762024-12-18T19:01:21.049Z Downloaded rustls v0.22.4
6772024-12-18T19:01:21.062Z Downloaded nix v0.29.0
6782024-12-18T19:01:21.074Z Downloaded smoltcp v0.9.1
6792024-12-18T19:01:21.084Z Downloaded typify-impl v0.2.0
6802024-12-18T19:01:21.099Z Downloaded smoltcp v0.11.0
6812024-12-18T19:01:21.113Z Downloaded rustls v0.23.19
6822024-12-18T19:01:21.124Z Downloaded zerocopy-derive v0.6.6
6832024-12-18T19:01:21.133Z Downloaded bzip2-sys v0.1.11+1.0.8
6842024-12-18T19:01:21.145Z Downloaded regress v0.10.1
6852024-12-18T19:01:21.153Z Downloaded sled v0.34.7
6862024-12-18T19:01:21.164Z Downloaded rustix v0.38.37
6872024-12-18T19:01:21.187Z Downloaded idna v0.4.0
6882024-12-18T19:01:21.193Z Downloaded diesel v2.2.6
6892024-12-18T19:01:21.212Z Downloaded ratatui v0.28.1
6902024-12-18T19:01:21.231Z Downloaded openapiv3 v2.0.0
6912024-12-18T19:01:21.244Z Downloaded object v0.36.5
6922024-12-18T19:01:21.256Z Downloaded regex-automata v0.4.8
6932024-12-18T19:01:21.272Z Downloaded petgraph v0.6.5
6942024-12-18T19:01:21.290Z Downloaded bstr v1.10.0
6952024-12-18T19:01:21.300Z Downloaded curve25519-dalek v4.1.3
6962024-12-18T19:01:21.309Z Downloaded nix v0.28.0
6972024-12-18T19:01:21.322Z Downloaded openssl v0.10.66
6982024-12-18T19:01:21.331Z Downloaded tabled v0.15.0
6992024-12-18T19:01:21.347Z Downloaded quinn-proto v0.11.8
7002024-12-18T19:01:21.353Z Downloaded hickory-proto v0.24.1
7012024-12-18T19:01:21.369Z Downloaded reedline v0.35.0
7022024-12-18T19:01:21.376Z Downloaded plotters v0.3.7
7032024-12-18T19:01:21.385Z Downloaded sqlparser v0.45.0
7042024-12-18T19:01:21.391Z Downloaded csv v1.3.0
7052024-12-18T19:01:21.412Z Downloaded radix_trie v0.2.1
7062024-12-18T19:01:21.417Z Downloaded tokio v1.40.0
7072024-12-18T19:01:21.454Z Downloaded lzma-sys v0.1.20
7082024-12-18T19:01:21.482Z Downloaded libz-sys v1.1.20
7092024-12-18T19:01:21.502Z Downloaded num-bigint v0.4.6
7102024-12-18T19:01:21.506Z Downloaded criterion v0.5.1
7112024-12-18T19:01:21.513Z Downloaded salty v0.3.0
7122024-12-18T19:01:21.520Z Downloaded libc v0.2.162
7132024-12-18T19:01:21.548Z Downloaded sha3 v0.10.8
7142024-12-18T19:01:21.553Z Downloaded rcgen v0.12.1
7152024-12-18T19:01:21.556Z Downloaded idna v0.5.0
7162024-12-18T19:01:21.563Z Downloaded proptest v1.5.0
7172024-12-18T19:01:21.572Z Downloaded static_assertions v1.1.0
7182024-12-18T19:01:21.575Z Downloaded papergrid v0.11.0
7192024-12-18T19:01:21.579Z Downloaded zip v0.6.6
7202024-12-18T19:01:21.583Z Downloaded pretty_assertions v1.4.1
7212024-12-18T19:01:21.586Z Downloaded serde_urlencoded v0.7.1
7222024-12-18T19:01:21.589Z Downloaded url v2.5.3
7232024-12-18T19:01:21.592Z Downloaded clap_builder v4.5.21
7242024-12-18T19:01:21.598Z Downloaded snafu-derive v0.8.5
7252024-12-18T19:01:21.601Z Downloaded pkcs8 v0.10.2
7262024-12-18T19:01:21.604Z Downloaded packed_struct v0.10.1
7272024-12-18T19:01:21.608Z Downloaded crc-any v2.5.0
7282024-12-18T19:01:21.608Z Downloaded rand_seeder v0.3.0
7292024-12-18T19:01:21.611Z Downloaded mime v0.3.17
7302024-12-18T19:01:21.611Z Downloaded crc v3.2.1
7312024-12-18T19:01:21.614Z Downloaded inout v0.1.3
7322024-12-18T19:01:21.614Z Downloaded derive_more v0.99.18
7332024-12-18T19:01:21.618Z Downloaded russh-keys v0.45.0
7342024-12-18T19:01:21.621Z Downloaded quinn v0.11.5
7352024-12-18T19:01:21.624Z Downloaded openssl-macros v0.1.1
7362024-12-18T19:01:21.627Z Downloaded proc-macro-crate v3.2.0
7372024-12-18T19:01:21.627Z Downloaded pest v2.7.14
7382024-12-18T19:01:21.632Z Downloaded httpmock v0.8.0-alpha.1
7392024-12-18T19:01:21.651Z Downloaded tokio-macros v2.4.0
7402024-12-18T19:01:21.654Z Downloaded icu_locid_transform v1.5.0
7412024-12-18T19:01:21.656Z Downloaded hyper-staticfile v0.10.1
7422024-12-18T19:01:21.656Z Downloaded env_logger v0.11.5
7432024-12-18T19:01:21.660Z Downloaded data-encoding v2.6.0
7442024-12-18T19:01:21.660Z Downloaded defmt v0.3.8
7452024-12-18T19:01:21.663Z Downloaded zerocopy v0.7.35
7462024-12-18T19:01:21.678Z Downloaded uzers v0.12.1
7472024-12-18T19:01:21.681Z Downloaded encoding_rs v0.8.34
7482024-12-18T19:01:21.701Z Downloaded unicode-ident v1.0.13
7492024-12-18T19:01:21.705Z Downloaded dhcproto v0.12.0
7502024-12-18T19:01:21.708Z Downloaded rusty-fork v0.3.0
7512024-12-18T19:01:21.711Z Downloaded tungstenite v0.21.0
7522024-12-18T19:01:21.714Z Downloaded der v0.7.9
7532024-12-18T19:01:21.720Z Downloaded lock_api v0.4.12
7542024-12-18T19:01:21.722Z Downloaded litemap v0.7.3
7552024-12-18T19:01:21.723Z Downloaded des v0.8.1
7562024-12-18T19:01:21.731Z Downloaded similar v2.6.0
7572024-12-18T19:01:21.740Z Downloaded serde_derive v1.0.215
7582024-12-18T19:01:21.744Z Downloaded colored v2.1.0
7592024-12-18T19:01:21.747Z Downloaded slog-stdlog v4.1.1
7602024-12-18T19:01:21.747Z Downloaded slog-dtrace v0.3.0
7612024-12-18T19:01:21.750Z Downloaded slog-bunyan v2.5.0
7622024-12-18T19:01:21.750Z Downloaded rpassword v7.3.1
7632024-12-18T19:01:21.750Z Downloaded rustyline v14.0.0
7642024-12-18T19:01:21.754Z Downloaded plain v0.2.3
7652024-12-18T19:01:21.757Z Downloaded walkdir v2.5.0
7662024-12-18T19:01:21.760Z Downloaded thiserror v1.0.69
7672024-12-18T19:01:21.763Z Downloaded rayon v1.10.0
7682024-12-18T19:01:21.772Z Downloaded shlex v1.3.0
7692024-12-18T19:01:21.775Z Downloaded predicates v3.1.2
7702024-12-18T19:01:21.777Z Downloaded paste v1.0.15
7712024-12-18T19:01:21.780Z Downloaded const-oid v0.9.6
7722024-12-18T19:01:21.783Z Downloaded lazycell v1.3.0
7732024-12-18T19:01:21.784Z Downloaded lazy_static v1.5.0
7742024-12-18T19:01:21.784Z Downloaded kstat-rs v0.2.4
7752024-12-18T19:01:21.787Z Downloaded keccak v0.1.5
7762024-12-18T19:01:21.787Z Downloaded tinyvec v1.8.0
7772024-12-18T19:01:21.791Z Downloaded dirs-next v2.0.0
7782024-12-18T19:01:21.791Z Downloaded digest v0.10.7
7792024-12-18T19:01:21.791Z Downloaded difflib v0.4.0
7802024-12-18T19:01:21.794Z Downloaded tungstenite v0.23.0
7812024-12-18T19:01:21.797Z Downloaded nom v7.1.3
7822024-12-18T19:01:21.801Z Downloaded serde_yaml v0.9.34+deprecated
7832024-12-18T19:01:21.805Z Downloaded libgit2-sys v0.17.0+1.8.1
7842024-12-18T19:01:21.862Z Downloaded indexmap v2.6.0
7852024-12-18T19:01:21.866Z Downloaded zeroize v1.8.1
7862024-12-18T19:01:21.870Z Downloaded hkdf v0.12.4
7872024-12-18T19:01:21.875Z Downloaded aes v0.8.4
7882024-12-18T19:01:21.875Z Downloaded once_cell v1.20.2
7892024-12-18T19:01:21.878Z Downloaded minimal-lexical v0.2.1
7902024-12-18T19:01:21.881Z Downloaded defmt-parser v0.3.4
7912024-12-18T19:01:21.881Z Downloaded prettyplease v0.2.25
7922024-12-18T19:01:21.884Z Downloaded polling v3.7.3
7932024-12-18T19:01:21.887Z Downloaded hyper v1.5.0
7942024-12-18T19:01:21.894Z Downloaded h2 v0.4.6
7952024-12-18T19:01:21.901Z Downloaded aes-gcm v0.10.3
7962024-12-18T19:01:21.904Z Downloaded zerofrom-derive v0.1.4
7972024-12-18T19:01:21.907Z Downloaded swrite v0.1.0
7982024-12-18T19:01:21.907Z Downloaded usdt v0.5.0
7992024-12-18T19:01:21.910Z Downloaded darling_core v0.20.10
8002024-12-18T19:01:21.912Z Downloaded num-bigint-dig v0.8.4
8012024-12-18T19:01:21.918Z Downloaded embedded-io v0.6.1
8022024-12-18T19:01:21.921Z Downloaded embedded-io v0.4.0
8032024-12-18T19:01:21.921Z Downloaded either v1.13.0
8042024-12-18T19:01:21.923Z Downloaded tls_codec_derive v0.4.1
8052024-12-18T19:01:21.924Z Downloaded threadpool v1.8.1
8062024-12-18T19:01:21.926Z Downloaded typenum v1.17.0
8072024-12-18T19:01:21.929Z Downloaded sct v0.7.1
8082024-12-18T19:01:21.932Z Downloaded tempfile v3.13.0
8092024-12-18T19:01:21.935Z Downloaded stringprep v0.1.5
8102024-12-18T19:01:21.935Z Downloaded ref-cast-impl v1.0.23
8112024-12-18T19:01:21.939Z Downloaded slog v2.7.0
8122024-12-18T19:01:21.939Z Downloaded rand v0.8.5
8132024-12-18T19:01:21.942Z Downloaded csv-core v0.1.11
8142024-12-18T19:01:21.945Z Downloaded pest_meta v2.7.14
8152024-12-18T19:01:21.947Z Downloaded backtrace v0.3.74
8162024-12-18T19:01:21.951Z Downloaded phf_generator v0.11.2
8172024-12-18T19:01:21.954Z Downloaded phf_codegen v0.11.2
8182024-12-18T19:01:21.957Z Downloaded percent-encoding v2.3.1
8192024-12-18T19:01:21.957Z Downloaded clap_derive v4.5.18
8202024-12-18T19:01:21.960Z Downloaded vte v0.11.1
8212024-12-18T19:01:21.960Z Downloaded smf v0.2.3
8222024-12-18T19:01:21.963Z Downloaded sha1 v0.10.6
8232024-12-18T19:01:21.963Z Downloaded num-rational v0.4.2
8242024-12-18T19:01:21.967Z Downloaded rstest_macros v0.23.0
8252024-12-18T19:01:21.970Z Downloaded omicron-zone-package v0.11.1
8262024-12-18T19:01:21.974Z Downloaded waitgroup v0.1.2
8272024-12-18T19:01:21.974Z Downloaded lockfree-object-pool v0.1.6
8282024-12-18T19:01:21.974Z Downloaded icu_collections v1.5.0
8292024-12-18T19:01:21.980Z Downloaded idna_adapter v1.2.0
8302024-12-18T19:01:21.983Z Downloaded derive-where v1.2.7
8312024-12-18T19:01:21.986Z Downloaded signal-hook v0.3.17
8322024-12-18T19:01:21.989Z Downloaded writeable v0.5.5
8332024-12-18T19:01:21.992Z Downloaded tokio-tungstenite v0.23.1
8342024-12-18T19:01:21.992Z Downloaded miniz_oxide v0.8.0
8352024-12-18T19:01:21.995Z Downloaded clap v4.5.21
8362024-12-18T19:01:22.002Z Downloaded dyn-clone v1.0.17
8372024-12-18T19:01:22.005Z Downloaded dunce v1.0.5
8382024-12-18T19:01:22.005Z Downloaded string_cache v0.8.7
8392024-12-18T19:01:22.008Z Downloaded ssh-cipher v0.2.0
8402024-12-18T19:01:22.008Z Downloaded smallvec v1.13.2
8412024-12-18T19:01:22.011Z Downloaded olpc-cjson v0.1.4
8422024-12-18T19:01:22.011Z Downloaded bumpalo v3.16.0
8432024-12-18T19:01:22.014Z Downloaded base64 v0.22.1
8442024-12-18T19:01:22.017Z Downloaded base64 v0.21.7
8452024-12-18T19:01:22.021Z Downloaded num v0.4.3
8462024-12-18T19:01:22.024Z Downloaded derive_builder_core v0.20.2
8472024-12-18T19:01:22.026Z Downloaded cstr-argument v0.1.2
8482024-12-18T19:01:22.026Z Downloaded termios v0.3.3
8492024-12-18T19:01:22.029Z Downloaded termcolor v1.4.1
8502024-12-18T19:01:22.029Z Downloaded stringmetrics v2.2.2
8512024-12-18T19:01:22.032Z Downloaded radium v0.7.0
8522024-12-18T19:01:22.032Z Downloaded hashbrown v0.13.2
8532024-12-18T19:01:22.035Z Downloaded cookie v0.18.1
8542024-12-18T19:01:22.038Z Downloaded clang-sys v1.8.1
8552024-12-18T19:01:22.041Z Downloaded darling v0.20.10
8562024-12-18T19:01:22.045Z Downloaded rstest v0.23.0
8572024-12-18T19:01:22.050Z Downloaded cc v1.1.30
8582024-12-18T19:01:22.054Z Downloaded serde_plain v1.0.2
8592024-12-18T19:01:22.057Z Downloaded yoke v0.7.4
8602024-12-18T19:01:22.059Z Downloaded internet-checksum v0.2.1
8612024-12-18T19:01:22.060Z Downloaded instability v0.3.2
8622024-12-18T19:01:22.060Z Downloaded http v1.1.0
8632024-12-18T19:01:22.063Z Downloaded hashbrown v0.12.3
8642024-12-18T19:01:22.067Z Downloaded heapless v0.8.0
8652024-12-18T19:01:22.071Z Downloaded expectorate v1.1.0
8662024-12-18T19:01:22.074Z Downloaded thiserror-no-std v2.0.2
8672024-12-18T19:01:22.077Z Downloaded thiserror-impl-no-std v2.0.2
8682024-12-18T19:01:22.079Z Downloaded thiserror v2.0.3
8692024-12-18T19:01:22.083Z Downloaded proc-macro2 v1.0.89
8702024-12-18T19:01:22.086Z Downloaded pest_derive v2.7.14
8712024-12-18T19:01:22.095Z Downloaded password-hash v0.5.0
8722024-12-18T19:01:22.095Z Downloaded password-hash v0.4.2
8732024-12-18T19:01:22.095Z Downloaded hickory-server v0.24.1
8742024-12-18T19:01:22.099Z Downloaded bytes v1.8.0
8752024-12-18T19:01:22.102Z Downloaded pkcs5 v0.7.1
8762024-12-18T19:01:22.106Z Downloaded crypto-common v0.1.6
8772024-12-18T19:01:22.109Z Downloaded convert_case v0.4.0
8782024-12-18T19:01:22.109Z Downloaded strum_macros v0.26.4
8792024-12-18T19:01:22.112Z Downloaded signature v2.2.0
8802024-12-18T19:01:22.112Z Downloaded serde_spanned v0.6.8
8812024-12-18T19:01:22.114Z Downloaded serde_repr v0.1.19
8822024-12-18T19:01:22.115Z Downloaded utf8parse v0.2.2
8832024-12-18T19:01:22.117Z Downloaded scroll v0.12.0
8842024-12-18T19:01:22.117Z Downloaded rustc-demangle v0.1.24
8852024-12-18T19:01:22.120Z Downloaded twox-hash v1.6.3
8862024-12-18T19:01:22.120Z Downloaded cfg-expr v0.17.0
8872024-12-18T19:01:22.123Z Downloaded arc-swap v1.7.1
8882024-12-18T19:01:22.126Z Downloaded subtle v2.6.1
8892024-12-18T19:01:22.129Z Downloaded slog-json v2.6.1
8902024-12-18T19:01:22.132Z Downloaded slog-envlogger v2.2.0
8912024-12-18T19:01:22.132Z Downloaded schemars_derive v0.8.21
8922024-12-18T19:01:22.135Z Downloaded scheduled-thread-pool v0.2.7
8932024-12-18T19:01:22.135Z Downloaded rustc-hash v1.1.0
8942024-12-18T19:01:22.135Z Downloaded rustc-hash v2.0.0
8952024-12-18T19:01:22.138Z Downloaded arrayref v0.3.9
8962024-12-18T19:01:22.138Z Downloaded camino v1.1.9
8972024-12-18T19:01:22.142Z Downloaded async-bb8-diesel v0.2.1
8982024-12-18T19:01:22.142Z Downloaded assert_matches v1.5.0
8992024-12-18T19:01:22.142Z Downloaded hyper-rustls v0.27.3
9002024-12-18T19:01:22.145Z Downloaded hyper-rustls v0.26.0
9012024-12-18T19:01:22.148Z Downloaded half v2.4.1
9022024-12-18T19:01:22.151Z Downloaded assert_cmd v2.0.16
9032024-12-18T19:01:22.154Z Downloaded cargo_metadata v0.18.1
9042024-12-18T19:01:22.154Z Downloaded async-trait v0.1.83
9052024-12-18T19:01:22.157Z Downloaded async-process v2.3.0
9062024-12-18T19:01:22.160Z Downloaded async-executor v1.13.1
9072024-12-18T19:01:22.163Z Downloaded argon2 v0.5.3
9082024-12-18T19:01:22.163Z Downloaded anstream v0.6.15
9092024-12-18T19:01:22.166Z Downloaded bcs v0.1.6
9102024-12-18T19:01:22.169Z Downloaded backoff v0.4.0
9112024-12-18T19:01:22.169Z Downloaded httparse v1.9.5
9122024-12-18T19:01:22.173Z Downloaded hickory-client v0.24.1
9132024-12-18T19:01:22.178Z Downloaded block-padding v0.3.3
9142024-12-18T19:01:22.178Z Downloaded bcrypt-pbkdf v0.10.0
9152024-12-18T19:01:22.181Z Downloaded base16ct v0.2.0
9162024-12-18T19:01:22.181Z Downloaded adler2 v2.0.0
9172024-12-18T19:01:22.184Z Downloaded chacha20 v0.9.1
9182024-12-18T19:01:22.184Z Downloaded buf-list v1.0.3
9192024-12-18T19:01:22.188Z Downloaded futures-core v0.3.31
9202024-12-18T19:01:22.188Z Downloaded ff v0.13.0
9212024-12-18T19:01:22.191Z Downloaded chrono-tz-build v0.4.0
9222024-12-18T19:01:22.191Z Downloaded async-signal v0.2.10
9232024-12-18T19:01:22.195Z Downloaded heck v0.5.0
9242024-12-18T19:01:22.195Z Downloaded fnv v1.0.7
9252024-12-18T19:01:22.195Z Downloaded futures-timer v3.0.3
9262024-12-18T19:01:22.198Z Downloaded futures-io v0.3.31
9272024-12-18T19:01:22.198Z Downloaded block-buffer v0.10.4
9282024-12-18T19:01:22.198Z Downloaded autocfg v1.4.0
9292024-12-18T19:01:22.201Z Downloaded home v0.5.9
9302024-12-18T19:01:22.201Z Downloaded heck v0.3.3
9312024-12-18T19:01:22.203Z Downloaded float-ord v0.3.2
9322024-12-18T19:01:22.203Z Downloaded flagset v0.4.6
9332024-12-18T19:01:22.204Z Downloaded fd-lock v4.0.2
9342024-12-18T19:01:22.206Z Downloaded gethostname v0.5.0
9352024-12-18T19:01:22.207Z Downloaded funty v2.0.0
9362024-12-18T19:01:22.210Z Downloaded blowfish v0.9.1
9372024-12-18T19:01:22.210Z Downloaded assert-json-diff v2.0.2
9382024-12-18T19:01:22.212Z Downloaded foldhash v0.1.3
9392024-12-18T19:01:22.212Z Downloaded castaway v0.2.3
9402024-12-18T19:01:22.212Z Downloaded async-channel v2.3.1
9412024-12-18T19:01:22.216Z Downloaded generic-array v0.14.7
9422024-12-18T19:01:22.216Z Downloaded futures-sink v0.3.31
9432024-12-18T19:01:22.219Z Downloaded bitfield-struct v0.6.2
9442024-12-18T19:01:22.219Z Downloaded async-stream v0.3.6
9452024-12-18T19:01:22.222Z Downloaded fs-err v2.11.0
9462024-12-18T19:01:22.222Z Downloaded form_urlencoded v1.2.1
9472024-12-18T19:01:22.222Z Downloaded foreign-types-macros v0.2.3
9482024-12-18T19:01:22.225Z Downloaded float-cmp v0.9.0
9492024-12-18T19:01:22.228Z Downloaded filetime v0.2.25
9502024-12-18T19:01:22.231Z Downloaded atomicwrites v0.4.4
9512024-12-18T19:01:22.231Z Downloaded fallible-streaming-iterator v0.1.9
9522024-12-18T19:01:22.231Z Downloaded fallible-iterator v0.3.0
9532024-12-18T19:01:22.234Z Downloaded anstyle-query v1.1.1
9542024-12-18T19:01:22.259Z Downloaded ring v0.16.20
9552024-12-18T19:01:22.340Z Downloaded ring v0.17.8
9562024-12-18T19:01:22.447Z Downloaded libsqlite3-sys v0.30.1
9572024-12-18T19:01:22.754Z Downloaded aws-lc-sys v0.22.0
9582024-12-18T19:01:23.294Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-18T19:01:32.895Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-18T19:01:37.044Z Startup: Caching catalogs ... Done
9612024-12-18T19:01:47.811ZPlanning: Solver setup ... Done (9.881s)
9622024-12-18T19:01:47.944ZPlanning: Running solver ... Done (0.133s)
9632024-12-18T19:01:48.086ZPlanning: Finding local manifests ... Done (0.037s)
9642024-12-18T19:01:48.116ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-18T19:01:48.755ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-18T19:01:48.932ZPlanning: Package planning ... Done (0.177s)
9672024-12-18T19:01:48.987ZPlanning: Merging actions ... Done (0.055s)
9682024-12-18T19:01:49.314ZPlanning: Checking for conflicting actions ... Done (0.326s)
9692024-12-18T19:01:52.750ZPlanning: Consolidating action changes ... Done (3.436s)
9702024-12-18T19:01:53.203ZPlanning: Evaluating mediators ... Done (0.453s)
9712024-12-18T19:01:53.287ZPlanning: Planning completed in 16.14 seconds
9722024-12-18T19:01:53.304Z Packages to install: 4
9732024-12-18T19:01:53.304Z Packages to update: 1
9742024-12-18T19:01:53.307Z Mediators to change: 2
9752024-12-18T19:01:53.307Z Services to change: 1
9762024-12-18T19:01:53.307Z Estimated space available: 155.37 GB
9772024-12-18T19:01:53.307ZEstimated space to be consumed: 1.61 GB
9782024-12-18T19:01:53.307Z Create boot environment: No
9792024-12-18T19:01:53.307ZCreate backup boot environment: Yes
9802024-12-18T19:01:53.307Z Rebuild boot archive: No
9812024-12-18T19:01:53.307Z
9822024-12-18T19:01:53.307ZChanged mediators:
9832024-12-18T19:01:53.307Z mediator clang:
9842024-12-18T19:01:53.307Z version: None -> 15 (system default)
9852024-12-18T19:01:53.307Z
9862024-12-18T19:01:53.307Z mediator llvm:
9872024-12-18T19:01:53.307Z version: 14 (system default) -> 15 (system default)
9882024-12-18T19:01:53.307Z
9892024-12-18T19:01:53.307ZChanged packages:
9902024-12-18T19:01:53.307Zhelios-dev
9912024-12-18T19:01:53.307Z developer/build-essential
9922024-12-18T19:01:53.307Z None -> 11-2.0
9932024-12-18T19:01:53.307Z library/libxmlsec1
9942024-12-18T19:01:53.307Z None -> 1.2.35-2.0
9952024-12-18T19:01:53.307Z ooce/developer/clang-15
9962024-12-18T19:01:53.307Z None -> 15.0.7-2.0
9972024-12-18T19:01:53.307Z ooce/developer/llvm-15
9982024-12-18T19:01:53.307Z None -> 15.0.7-2.0
9992024-12-18T19:01:53.308Z package/pkg
10002024-12-18T19:01:53.308Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-18T19:01:53.308Z
10022024-12-18T19:01:53.308ZServices:
10032024-12-18T19:01:53.308Z restart_fmri:
10042024-12-18T19:01:53.308Z svc:/system/update-man-index:default
10052024-12-18T19:01:53.308Z
10062024-12-18T19:01:53.308ZEditable files to change:
10072024-12-18T19:01:53.308Z Update:
10082024-12-18T19:01:53.308Z usr/share/lib/pkg/web/config.shtml
10092024-12-18T19:01:53.455Z
10102024-12-18T19:01:53.455ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-18T19:01:58.457ZDownload: 875/4281 items 18.6/220.6MB 8% complete (3.8M/s)
10122024-12-18T19:02:03.546ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (9.2M/s)
10132024-12-18T19:02:08.547ZDownload: 1238/4281 items 102.3/220.6MB 46% complete (8.3M/s)
10142024-12-18T19:02:13.554ZDownload: 2197/4281 items 119.2/220.6MB 54% complete (3.6M/s)
10152024-12-18T19:02:18.628ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (10.5M/s)
10162024-12-18T19:02:23.629ZDownload: 3826/4281 items 217.0/220.6MB 98% complete (9.8M/s)
10172024-12-18T19:02:28.621ZDownload: Completed 220.60 MB in 35.16 seconds (6.3M/s)
10182024-12-18T19:02:30.642Z Actions: 1/5063 actions (Removing old actions)
10192024-12-18T19:02:30.660Z Actions: 194/5063 actions (Installing new actions)
10202024-12-18T19:02:38.693Z Actions: 4226/5063 actions (Updating modified actions)
10212024-12-18T19:02:38.693Z Actions: Completed 5063 actions in 5.09 seconds.
10222024-12-18T19:02:38.693Z Done (0.386s)
10232024-12-18T19:02:38.693Z Done (0.000s)
10242024-12-18T19:02:38.693Z Done (0.572s)
10252024-12-18T19:02:41.724Z Done (4.794s)
10262024-12-18T19:02:41.875Z Done (0.084s)
10272024-12-18T19:02:41.878Z Done (0.000s)
10282024-12-18T19:02:42.068Z Done (0.000s)
10292024-12-18T19:02:42.757ZPlanning: Evaluating mediator changes ... Done
10302024-12-18T19:02:42.919ZPlanning: Checking for conflicting actions ... Done
10312024-12-18T19:02:42.922ZPlanning: Consolidating action changes ... Done
10322024-12-18T19:02:43.189ZPlanning: Evaluating mediators ... Done
10332024-12-18T19:02:43.192ZPlanning: Planning completed in 0.43 seconds
10342024-12-18T19:02:43.229Z Mediators to change: 2
10352024-12-18T19:02:43.229Z Create boot environment: No
10362024-12-18T19:02:43.232ZCreate backup boot environment: No
10372024-12-18T19:02:43.318Z Done
10382024-12-18T19:02:43.318Z Done
10392024-12-18T19:02:43.680Z Done
10402024-12-18T19:02:47.319Z Done
10412024-12-18T19:02:47.413Z Done
10422024-12-18T19:02:47.415Z Done
10432024-12-18T19:02:47.533Z Done
10442024-12-18T19:02:48.149ZPlanning: Evaluating mediator changes ... Done
10452024-12-18T19:02:48.152ZPlanning: Merging actions ... Done
10462024-12-18T19:02:48.346ZPlanning: Checking for conflicting actions ... Done
10472024-12-18T19:02:48.348ZPlanning: Consolidating action changes ... Done
10482024-12-18T19:02:48.617ZPlanning: Evaluating mediators ... Done
10492024-12-18T19:02:48.673ZPlanning: Planning completed in 0.77 seconds
10502024-12-18T19:02:48.713Z Packages to change: 1
10512024-12-18T19:02:48.713Z Mediators to change: 1
10522024-12-18T19:02:48.716Z Services to change: 1
10532024-12-18T19:02:48.716Z Create boot environment: No
10542024-12-18T19:02:48.716ZCreate backup boot environment: Yes
10552024-12-18T19:02:50.948Z Actions: 1/6 actions (Updating modified actions)
10562024-12-18T19:02:50.951Z Actions: Completed 6 actions in 0.00 seconds.
10572024-12-18T19:02:50.951Z Done
10582024-12-18T19:02:50.951Z Done
10592024-12-18T19:02:51.069Z Done
10602024-12-18T19:02:54.797Z Done
10612024-12-18T19:02:54.889Z Done
10622024-12-18T19:02:54.892Z Done
10632024-12-18T19:02:55.029Z Done
10642024-12-18T19:02:55.468ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10652024-12-18T19:02:55.468Zclang system 15 system
10662024-12-18T19:02:55.468Zcsh system system illumos
10672024-12-18T19:02:55.468Zctags system system illumos
10682024-12-18T19:02:55.469Zgcc vendor 12 vendor
10692024-12-18T19:02:55.469Zgcc system 10 system
10702024-12-18T19:02:55.469Zgcc system 7 system
10712024-12-18T19:02:55.469Zgo system 1.20 system
10722024-12-18T19:02:55.469Zgo system 1.19 system
10732024-12-18T19:02:55.469Zllvm system 15 system
10742024-12-18T19:02:55.469Zllvm system 14 system
10752024-12-18T19:02:55.469Zmariadb system 10.6 system
10762024-12-18T19:02:55.469Zmta vendor vendor dma
10772024-12-18T19:02:55.469Zopenjdk system 17 system
10782024-12-18T19:02:55.469Zopenjdk system 11 system
10792024-12-18T19:02:55.469Zopenjdk system 1.8 system
10802024-12-18T19:02:55.469Zopenssl vendor 3 vendor
10812024-12-18T19:02:55.469Zperl system 5.36 system
10822024-12-18T19:02:55.469Zpostgresql system 15 system
10832024-12-18T19:02:55.469Zpostgresql system 13 system
10842024-12-18T19:02:55.469Zpython vendor 3 vendor
10852024-12-18T19:02:55.469Zpython system 2 system
10862024-12-18T19:02:55.469Zpython3 system 3.11 system
10872024-12-18T19:02:55.469Zruby system 3.0 system
10882024-12-18T19:02:55.469Zwords vendor vendor american-english
10892024-12-18T19:02:55.469Zwords system system australian-english
10902024-12-18T19:02:55.469Zwords system system british-english
10912024-12-18T19:02:55.469Zwords system system canadian-english
10922024-12-18T19:02:55.469Zwords system system french
10932024-12-18T19:02:55.469Zwords system system italian
10942024-12-18T19:02:55.469Zwords system system ngerman
10952024-12-18T19:02:55.469Zwords system system ogerman
10962024-12-18T19:02:55.469Zwords system system spanish
10972024-12-18T19:02:55.804ZPUBLISHER TYPE STATUS P LOCATION
10982024-12-18T19:02:55.804Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10992024-12-18T19:02:58.545ZFMRI IFO
11002024-12-18T19:02:58.545Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11012024-12-18T19:02:58.545Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11022024-12-18T19:02:58.545Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11032024-12-18T19:02:58.545Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11042024-12-18T19:02:58.545Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11052024-12-18T19:02:58.545Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11062024-12-18T19:02:58.545Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11072024-12-18T19:02:58.545Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11082024-12-18T19:02:58.545Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11092024-12-18T19:02:58.545Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11102024-12-18T19:02:58.545Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11112024-12-18T19:02:58.545Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11122024-12-18T19:02:58.545Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11132024-12-18T19:02:58.545Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11142024-12-18T19:02:58.545Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11152024-12-18T19:02:59.604Z Downloading crates ...
11162024-12-18T19:02:59.734Z Downloaded cargo_toml v0.20.5
11172024-12-18T19:02:59.872Z Compiling proc-macro2 v1.0.89
11182024-12-18T19:02:59.872Z Compiling unicode-ident v1.0.13
11192024-12-18T19:02:59.872Z Compiling serde v1.0.215
11202024-12-18T19:02:59.875Z Compiling version_check v0.9.5
11212024-12-18T19:02:59.875Z Compiling thiserror v1.0.69
11222024-12-18T19:02:59.875Z Compiling memchr v2.7.4
11232024-12-18T19:02:59.875Z Compiling libc v0.2.162
11242024-12-18T19:02:59.875Z Compiling itoa v1.0.11
11252024-12-18T19:03:00.143Z Compiling ucd-trie v0.1.7
11262024-12-18T19:03:00.653Z Compiling ryu v1.0.18
11272024-12-18T19:03:00.802Z Compiling once_cell v1.20.2
11282024-12-18T19:03:00.882Z Compiling byteorder v1.5.0
11292024-12-18T19:03:01.160Z Compiling serde_json v1.0.132
11302024-12-18T19:03:01.196Z Compiling rustix v0.38.37
11312024-12-18T19:03:01.339Z Compiling bitflags v2.6.0
11322024-12-18T19:03:01.449Z Compiling proc-macro-error-attr v1.0.4
11332024-12-18T19:03:01.489Z Compiling usdt-impl v0.5.0
11342024-12-18T19:03:01.555Z Compiling syn v1.0.109
11352024-12-18T19:03:01.746Z Compiling proc-macro-error v1.0.4
11362024-12-18T19:03:01.781Z Compiling hashbrown v0.15.1
11372024-12-18T19:03:01.944Z Compiling quote v1.0.37
11382024-12-18T19:03:02.008Z Compiling utf8parse v0.2.2
11392024-12-18T19:03:02.092Z Compiling equivalent v1.0.1
11402024-12-18T19:03:02.139Z Compiling errno v0.3.9
11412024-12-18T19:03:02.200Z Compiling camino v1.1.9
11422024-12-18T19:03:02.211Z Compiling plain v0.2.3
11432024-12-18T19:03:02.356Z Compiling syn v2.0.87
11442024-12-18T19:03:02.429Z Compiling log v0.4.22
11452024-12-18T19:03:02.617Z Compiling thread-id v4.2.2
11462024-12-18T19:03:02.722Z Compiling anstyle-parse v0.2.5
11472024-12-18T19:03:02.918Z Compiling winnow v0.6.20
11482024-12-18T19:03:03.032Z Compiling indexmap v2.6.0
11492024-12-18T19:03:03.053Z Compiling anstyle v1.0.10
11502024-12-18T19:03:03.188Z Compiling autocfg v1.4.0
11512024-12-18T19:03:03.512Z Compiling colorchoice v1.0.2
11522024-12-18T19:03:03.672Z Compiling pretty-hex v0.4.1
11532024-12-18T19:03:03.734Z Compiling is_terminal_polyfill v1.70.1
11542024-12-18T19:03:03.863Z Compiling unicode-width v0.1.14
11552024-12-18T19:03:03.886Z Compiling semver v1.0.23
11562024-12-18T19:03:04.347Z Compiling anstyle-query v1.1.1
11572024-12-18T19:03:04.381Z Compiling fs-err v2.11.0
11582024-12-18T19:03:04.446Z Compiling anstream v0.6.15
11592024-12-18T19:03:04.548Z Compiling terminal_size v0.4.0
11602024-12-18T19:03:04.588Z Compiling bytecount v0.6.8
11612024-12-18T19:03:04.744Z Compiling strsim v0.11.1
11622024-12-18T19:03:04.794Z Compiling cfg-if v1.0.0
11632024-12-18T19:03:04.880Z Compiling clap_lex v0.7.2
11642024-12-18T19:03:05.100Z Compiling anyhow v1.0.93
11652024-12-18T19:03:05.239Z Compiling heck v0.5.0
11662024-12-18T19:03:05.384Z Compiling heck v0.4.1
11672024-12-18T19:03:05.454Z Compiling fnv v1.0.7
11682024-12-18T19:03:05.742Z Compiling fastrand v2.1.1
11692024-12-18T19:03:05.779Z Compiling papergrid v0.11.0
11702024-12-18T19:03:05.868Z Compiling clap_builder v4.5.21
11712024-12-18T19:03:06.106Z Compiling tempfile v3.13.0
11722024-12-18T19:03:06.304Z Compiling memmap v0.7.0
11732024-12-18T19:03:06.410Z Compiling smawk v0.3.2
11742024-12-18T19:03:06.621Z Compiling unicode-linebreak v0.1.5
11752024-12-18T19:03:06.966Z Compiling swrite v0.1.0
11762024-12-18T19:03:07.094Z Compiling textwrap v0.16.1
11772024-12-18T19:03:08.408Z Compiling tabled_derive v0.7.0
11782024-12-18T19:03:09.955Z Compiling tabled v0.15.0
11792024-12-18T19:03:11.307Z Compiling serde_derive v1.0.215
11802024-12-18T19:03:11.310Z Compiling thiserror-impl v1.0.69
11812024-12-18T19:03:11.310Z Compiling zerocopy-derive v0.7.35
11822024-12-18T19:03:11.337Z Compiling scroll_derive v0.12.0
11832024-12-18T19:03:11.513Z Compiling clap_derive v4.5.18
11842024-12-18T19:03:12.526Z Compiling scroll v0.12.0
11852024-12-18T19:03:13.000Z Compiling goblin v0.8.2
11862024-12-18T19:03:13.144Z Compiling zerocopy v0.7.35
11872024-12-18T19:03:13.965Z Compiling pest v2.7.14
11882024-12-18T19:03:15.358Z Compiling clap v4.5.21
11892024-12-18T19:03:16.292Z Compiling pest_meta v2.7.14
11902024-12-18T19:03:17.140Z Compiling pest_generator v2.7.14
11912024-12-18T19:03:19.260Z Compiling pest_derive v2.7.14
11922024-12-18T19:03:19.906Z Compiling dtrace-parser v0.2.0
11932024-12-18T19:03:21.607Z Compiling toml_datetime v0.6.8
11942024-12-18T19:03:21.607Z Compiling serde_spanned v0.6.8
11952024-12-18T19:03:21.610Z Compiling cargo-platform v0.1.8
11962024-12-18T19:03:22.006Z Compiling serde_tokenstream v0.2.2
11972024-12-18T19:03:22.023Z Compiling toml_edit v0.22.22
11982024-12-18T19:03:22.139Z Compiling macaddr v1.0.1
11992024-12-18T19:03:22.234Z Compiling camino-tempfile v1.1.1
12002024-12-18T19:03:23.111Z Compiling dof v0.3.0
12012024-12-18T19:03:23.111Z Compiling cargo_metadata v0.18.1
12022024-12-18T19:03:24.779Z Compiling toml v0.8.19
12032024-12-18T19:03:25.156Z Compiling usdt-attr-macro v0.5.0
12042024-12-18T19:03:25.349Z Compiling usdt-macro v0.5.0
12052024-12-18T19:03:25.731Z Compiling cargo_toml v0.20.5
12062024-12-18T19:03:26.595Z Compiling usdt v0.5.0
12072024-12-18T19:03:29.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12082024-12-18T19:03:33.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.29s
12092024-12-18T19:03:33.429Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12102024-12-18T19:03:34.272Z Compiling serde v1.0.215
12112024-12-18T19:03:34.275Z Compiling lock_api v0.4.12
12122024-12-18T19:03:34.275Z Compiling scopeguard v1.2.0
12132024-12-18T19:03:34.275Z Compiling value-bag v1.9.0
12142024-12-18T19:03:34.275Z Compiling typenum v1.17.0
12152024-12-18T19:03:34.275Z Compiling generic-array v0.14.7
12162024-12-18T19:03:34.430Z Compiling syn v2.0.87
12172024-12-18T19:03:34.442Z Compiling getrandom v0.2.15
12182024-12-18T19:03:34.563Z Compiling shlex v1.3.0
12192024-12-18T19:03:34.727Z Compiling rand_core v0.6.4
12202024-12-18T19:03:34.843Z Compiling log v0.4.22
12212024-12-18T19:03:35.010Z Compiling subtle v2.6.1
12222024-12-18T19:03:35.014Z Compiling jobserver v0.1.32
12232024-12-18T19:03:35.046Z Compiling smallvec v1.13.2
12242024-12-18T19:03:35.251Z Compiling const-oid v0.9.6
12252024-12-18T19:03:35.295Z Compiling spin v0.9.8
12262024-12-18T19:03:35.381Z Compiling cc v1.1.30
12272024-12-18T19:03:35.452Z Compiling pin-project-lite v0.2.14
12282024-12-18T19:03:35.584Z Compiling rustix v0.38.37
12292024-12-18T19:03:35.702Z Compiling parking_lot_core v0.9.10
12302024-12-18T19:03:35.747Z Compiling futures-core v0.3.31
12312024-12-18T19:03:35.919Z Compiling signal-hook-registry v1.4.2
12322024-12-18T19:03:35.997Z Compiling mio v1.0.2
12332024-12-18T19:03:36.458Z Compiling aho-corasick v1.1.3
12342024-12-18T19:03:36.720Z Compiling parking_lot v0.12.3
12352024-12-18T19:03:36.803Z Compiling cpufeatures v0.2.14
12362024-12-18T19:03:36.926Z Compiling regex-syntax v0.8.5
12372024-12-18T19:03:37.146Z Compiling lazy_static v1.5.0
12382024-12-18T19:03:37.174Z Compiling futures-sink v0.3.31
12392024-12-18T19:03:37.202Z Compiling stable_deref_trait v1.2.0
12402024-12-18T19:03:37.260Z Compiling either v1.13.0
12412024-12-18T19:03:37.309Z Compiling glob v0.3.1
12422024-12-18T19:03:37.327Z Compiling socket2 v0.5.7
12432024-12-18T19:03:37.649Z Compiling slab v0.4.9
12442024-12-18T19:03:37.687Z Compiling prettyplease v0.2.25
12452024-12-18T19:03:38.032Z Compiling minimal-lexical v0.2.1
12462024-12-18T19:03:38.287Z Compiling libloading v0.8.5
12472024-12-18T19:03:38.304Z Compiling clang-sys v1.8.1
12482024-12-18T19:03:38.373Z Compiling serde_json v1.0.132
12492024-12-18T19:03:38.526Z Compiling nom v7.1.3
12502024-12-18T19:03:38.680Z Compiling home v0.5.9
12512024-12-18T19:03:38.701Z Compiling bindgen v0.69.5
12522024-12-18T19:03:38.953Z Compiling itertools v0.10.5
12532024-12-18T19:03:39.516Z Compiling futures-channel v0.3.31
12542024-12-18T19:03:39.581Z Compiling pin-utils v0.1.0
12552024-12-18T19:03:39.683Z Compiling futures-io v0.3.31
12562024-12-18T19:03:39.966Z Compiling lazycell v1.3.0
12572024-12-18T19:03:40.044Z Compiling rustc-hash v1.1.0
12582024-12-18T19:03:40.133Z Compiling futures-task v0.3.31
12592024-12-18T19:03:40.195Z Compiling foldhash v0.1.3
12602024-12-18T19:03:40.426Z Compiling allocator-api2 v0.2.18
12612024-12-18T19:03:40.522Z Compiling regex-automata v0.4.8
12622024-12-18T19:03:41.242Z Compiling hashbrown v0.15.1
12632024-12-18T19:03:41.829Z Compiling synstructure v0.13.1
12642024-12-18T19:03:42.210Z Compiling cexpr v0.6.0
12652024-12-18T19:03:42.605Z Compiling cmake v0.1.51
12662024-12-18T19:03:43.561Z Compiling libm v0.2.8
12672024-12-18T19:03:43.620Z Compiling pkg-config v0.3.31
12682024-12-18T19:03:43.728Z Compiling tinyvec_macros v0.1.1
12692024-12-18T19:03:43.816Z Compiling fs_extra v1.3.0
12702024-12-18T19:03:43.894Z Compiling dunce v1.0.5
12712024-12-18T19:03:44.027Z Compiling tinyvec v1.8.0
12722024-12-18T19:03:44.046Z Compiling num-traits v0.2.19
12732024-12-18T19:03:44.539Z Compiling ring v0.17.8
12742024-12-18T19:03:45.134Z Compiling writeable v0.5.5
12752024-12-18T19:03:45.285Z Compiling litemap v0.7.3
12762024-12-18T19:03:45.567Z Compiling unicode-normalization v0.1.24
12772024-12-18T19:03:45.673Z Compiling base64ct v1.6.0
12782024-12-18T19:03:45.691Z Compiling unicode-bidi v0.3.17
12792024-12-18T19:03:45.732Z Compiling paste v1.0.15
12802024-12-18T19:03:46.188Z Compiling regex v1.11.1
12812024-12-18T19:03:46.270Z Compiling pem-rfc7468 v0.7.0
12822024-12-18T19:03:46.956Z Compiling aws-lc-rs v1.10.0
12832024-12-18T19:03:47.029Z Compiling flagset v0.4.6
12842024-12-18T19:03:47.227Z Compiling httparse v1.9.5
12852024-12-18T19:03:47.394Z Compiling tracing-core v0.1.32
12862024-12-18T19:03:47.939Z Compiling crossbeam-utils v0.8.20
12872024-12-18T19:03:48.299Z Compiling icu_locid_transform_data v1.5.0
12882024-12-18T19:03:48.393Z Compiling rustls-pki-types v1.10.0
12892024-12-18T19:03:48.436Z Compiling percent-encoding v2.3.1
12902024-12-18T19:03:48.764Z Compiling powerfmt v0.2.0
12912024-12-18T19:03:48.780Z Compiling serde_derive v1.0.215
12922024-12-18T19:03:48.794Z Compiling zeroize_derive v1.4.2
12932024-12-18T19:03:49.145Z Compiling zerocopy-derive v0.7.35
12942024-12-18T19:03:49.181Z Compiling tokio-macros v2.4.0
12952024-12-18T19:03:49.430Z Compiling zerofrom-derive v0.1.4
12962024-12-18T19:03:50.295Z Compiling zeroize v1.8.1
12972024-12-18T19:03:50.777Z Compiling thiserror-impl v1.0.69
12982024-12-18T19:03:51.058Z Compiling yoke-derive v0.7.4
12992024-12-18T19:03:51.470Z Compiling zerocopy v0.7.35
13002024-12-18T19:03:52.084Z Compiling crypto-common v0.1.6
13012024-12-18T19:03:52.331Z Compiling block-buffer v0.10.4
13022024-12-18T19:03:52.593Z Compiling digest v0.10.7
13032024-12-18T19:03:52.958Z Compiling zerovec-derive v0.10.3
13042024-12-18T19:03:53.109Z Compiling hmac v0.12.1
13052024-12-18T19:03:53.353Z Compiling futures-macro v0.3.31
13062024-12-18T19:03:53.433Z Compiling block-padding v0.3.3
13072024-12-18T19:03:53.566Z Compiling zerofrom v0.1.4
13082024-12-18T19:03:53.667Z Compiling displaydoc v0.2.5
13092024-12-18T19:03:53.789Z Compiling inout v0.1.3
13102024-12-18T19:03:54.082Z Compiling cipher v0.4.4
13112024-12-18T19:03:54.084Z Compiling yoke v0.7.4
13122024-12-18T19:03:54.118Z Compiling thiserror v1.0.69
13132024-12-18T19:03:54.245Z Compiling sha2 v0.10.8
13142024-12-18T19:03:54.454Z Compiling ppv-lite86 v0.2.20
13152024-12-18T19:03:54.589Z Compiling icu_provider_macros v1.5.0
13162024-12-18T19:03:55.246Z Compiling futures-util v0.3.31
13172024-12-18T19:03:55.362Z Compiling der_derive v0.7.3
13182024-12-18T19:03:55.404Z Compiling rand_chacha v0.3.1
13192024-12-18T19:03:55.406Z Compiling tracing-attributes v0.1.27
13202024-12-18T19:03:55.613Z Compiling zerovec v0.10.4
13212024-12-18T19:03:55.718Z Compiling salsa20 v0.10.2
13222024-12-18T19:03:55.958Z Compiling rand v0.8.5
13232024-12-18T19:03:57.746Z Compiling tinystr v0.7.6
13242024-12-18T19:03:57.826Z Compiling icu_collections v1.5.0
13252024-12-18T19:03:57.871Z Compiling pest v2.7.14
13262024-12-18T19:03:57.894Z Compiling der v0.7.9
13272024-12-18T19:03:58.138Z Compiling icu_locid v1.5.0
13282024-12-18T19:03:58.176Z Compiling pbkdf2 v0.12.2
13292024-12-18T19:03:58.351Z Compiling icu_properties_data v1.5.0
13302024-12-18T19:03:58.619Z Compiling untrusted v0.9.0
13312024-12-18T19:03:58.792Z Compiling vcpkg v0.2.15
13322024-12-18T19:03:59.259Z Compiling icu_provider v1.5.0
13332024-12-18T19:03:59.324Z Compiling tracing v0.1.40
13342024-12-18T19:03:59.855Z Compiling time-core v0.1.2
13352024-12-18T19:04:00.078Z Compiling icu_locid_transform v1.5.0
13362024-12-18T19:04:00.399Z Compiling spki v0.7.3
13372024-12-18T19:04:00.580Z Compiling mirai-annotations v1.12.0
13382024-12-18T19:04:00.782Z Compiling untrusted v0.7.1
13392024-12-18T19:04:00.802Z Compiling num-conv v0.1.0
13402024-12-18T19:04:00.973Z Compiling pest_meta v2.7.14
13412024-12-18T19:04:01.054Z Compiling openssl-sys v0.9.103
13422024-12-18T19:04:01.074Z Compiling time-macros v0.2.18
13432024-12-18T19:04:01.251Z Compiling icu_properties v1.5.1
13442024-12-18T19:04:01.550Z Compiling scrypt v0.11.0
13452024-12-18T19:04:02.122Z Compiling cbc v0.1.2
13462024-12-18T19:04:02.156Z Compiling aes v0.8.4
13472024-12-18T19:04:02.367Z Compiling deranged v0.3.11
13482024-12-18T19:04:02.713Z Compiling scroll_derive v0.12.0
13492024-12-18T19:04:03.184Z Compiling bitflags v2.6.0
13502024-12-18T19:04:03.637Z Compiling bytes v1.8.0
13512024-12-18T19:04:04.347Z Compiling indexmap v2.6.0
13522024-12-18T19:04:04.808Z Compiling tokio v1.40.0
13532024-12-18T19:04:04.943Z Compiling http v1.1.0
13542024-12-18T19:04:05.067Z Compiling semver v1.0.23
13552024-12-18T19:04:05.843Z Compiling rustc_version v0.4.1
13562024-12-18T19:04:06.128Z Compiling atomic-waker v1.1.2
13572024-12-18T19:04:06.157Z Compiling utf8_iter v1.0.4
13582024-12-18T19:04:06.308Z Compiling icu_normalizer_data v1.5.0
13592024-12-18T19:04:06.407Z Compiling num_threads v0.1.7
13602024-12-18T19:04:06.422Z Compiling write16 v1.0.0
13612024-12-18T19:04:06.532Z Compiling utf16_iter v1.0.5
13622024-12-18T19:04:06.552Z Compiling http-body v1.0.1
13632024-12-18T19:04:06.606Z Compiling time v0.3.36
13642024-12-18T19:04:06.727Z Compiling icu_normalizer v1.5.0
13652024-12-18T19:04:06.776Z Compiling scroll v0.12.0
13662024-12-18T19:04:07.114Z Compiling pkcs5 v0.7.1
13672024-12-18T19:04:07.359Z Compiling pest_generator v2.7.14
13682024-12-18T19:04:07.634Z Compiling form_urlencoded v1.2.1
13692024-12-18T19:04:07.678Z Compiling slog v2.7.0
13702024-12-18T19:04:07.984Z Compiling try-lock v0.2.5
13712024-12-18T19:04:08.145Z Compiling which v4.4.2
13722024-12-18T19:04:08.179Z Compiling goblin v0.8.2
13732024-12-18T19:04:08.751Z Compiling want v0.3.1
13742024-12-18T19:04:08.783Z Compiling pkcs8 v0.10.2
13752024-12-18T19:04:09.027Z Compiling idna_adapter v1.2.0
13762024-12-18T19:04:09.239Z Compiling httpdate v1.0.3
13772024-12-18T19:04:09.414Z Compiling pest_derive v2.7.14
13782024-12-18T19:04:09.515Z Compiling idna v1.0.3
13792024-12-18T19:04:09.704Z Compiling toml_datetime v0.6.8
13802024-12-18T19:04:10.236Z Compiling dtrace-parser v0.2.0
13812024-12-18T19:04:10.257Z Compiling serde_spanned v0.6.8
13822024-12-18T19:04:10.376Z Compiling uuid v1.11.0
13832024-12-18T19:04:10.487Z Compiling serde_tokenstream v0.2.2
13842024-12-18T19:04:11.119Z Compiling tower-service v0.3.3
13852024-12-18T19:04:11.254Z Compiling iana-time-zone v0.1.61
13862024-12-18T19:04:11.452Z Compiling foreign-types-shared v0.1.1
13872024-12-18T19:04:11.566Z Compiling base64 v0.22.1
13882024-12-18T19:04:11.723Z Compiling match_cfg v0.1.0
13892024-12-18T19:04:11.822Z Compiling rustversion v1.0.17
13902024-12-18T19:04:11.841Z Compiling openssl v0.10.66
13912024-12-18T19:04:11.907Z Compiling adler2 v2.0.0
13922024-12-18T19:04:12.116Z Compiling miniz_oxide v0.8.0
13932024-12-18T19:04:12.275Z Compiling hostname v0.3.1
13942024-12-18T19:04:12.333Z Compiling foreign-types v0.3.2
13952024-12-18T19:04:12.432Z Compiling chrono v0.4.38
13962024-12-18T19:04:12.434Z Compiling url v2.5.3
13972024-12-18T19:04:12.576Z Compiling openssl-macros v0.1.1
13982024-12-18T19:04:13.331Z Compiling tokio-util v0.7.12
13992024-12-18T19:04:13.642Z Compiling async-trait v0.1.83
14002024-12-18T19:04:13.983Z Compiling dof v0.3.0
14012024-12-18T19:04:14.391Z Compiling h2 v0.4.6
14022024-12-18T19:04:14.784Z Compiling usdt-impl v0.5.0
14032024-12-18T19:04:16.150Z Compiling dirs-sys-next v0.1.2
14042024-12-18T19:04:16.232Z Compiling syn v1.0.109
14052024-12-18T19:04:16.385Z Compiling rustls v0.23.19
14062024-12-18T19:04:16.436Z Compiling rustls v0.22.4
14072024-12-18T19:04:16.654Z Compiling data-encoding v2.6.0
14082024-12-18T19:04:16.697Z Compiling native-tls v0.2.12
14092024-12-18T19:04:16.773Z Compiling siphasher v0.3.11
14102024-12-18T19:04:16.957Z Compiling dirs-next v2.0.0
14112024-12-18T19:04:17.158Z Compiling http-body-util v0.1.2
14122024-12-18T19:04:17.693Z Compiling crossbeam-epoch v0.9.18
14132024-12-18T19:04:18.482Z Compiling heapless v0.7.17
14142024-12-18T19:04:18.594Z Compiling sha1 v0.10.6
14152024-12-18T19:04:18.708Z Compiling signature v2.2.0
14162024-12-18T19:04:18.916Z Compiling bzip2-sys v0.1.11+1.0.8
14172024-12-18T19:04:18.988Z Compiling serde_derive_internals v0.29.1
14182024-12-18T19:04:19.043Z Compiling thread_local v1.1.8
14192024-12-18T19:04:19.043Z Compiling encoding_rs v0.8.34
14202024-12-18T19:04:19.400Z Compiling multer v3.1.0
14212024-12-18T19:04:19.598Z Compiling cookie v0.18.1
14222024-12-18T19:04:19.672Z Compiling slog-async v2.8.0
14232024-12-18T19:04:19.872Z Compiling openssl-probe v0.1.5
14242024-12-18T19:04:20.231Z Compiling schemars v0.8.21
14252024-12-18T19:04:20.251Z Compiling rayon-core v1.12.1
14262024-12-18T19:04:20.450Z Compiling gimli v0.31.1
14272024-12-18T19:04:20.495Z Compiling signal-hook v0.3.17
14282024-12-18T19:04:20.567Z Compiling unicode-properties v0.1.3
14292024-12-18T19:04:20.744Z Compiling ipnet v2.10.1
14302024-12-18T19:04:20.996Z Compiling mime v0.3.17
14312024-12-18T19:04:21.607Z Compiling hyper v1.5.0
14322024-12-18T19:04:21.825Z Compiling toml_edit v0.22.22
14332024-12-18T19:04:21.995Z Compiling schemars_derive v0.8.21
14342024-12-18T19:04:24.258Z Compiling hyper-util v0.1.10
14352024-12-18T19:04:25.223Z Compiling addr2line v0.24.2
14362024-12-18T19:04:25.388Z Compiling stringprep v0.1.5
14372024-12-18T19:04:25.942Z Compiling usdt-attr-macro v0.5.0
14382024-12-18T19:04:25.961Z Compiling usdt-macro v0.5.0
14392024-12-18T19:04:25.998Z Compiling crossbeam-deque v0.8.5
14402024-12-18T19:04:26.332Z Compiling term v0.7.0
14412024-12-18T19:04:27.327Z Compiling slog-json v2.6.1
14422024-12-18T19:04:27.346Z Compiling serde_urlencoded v0.7.1
14432024-12-18T19:04:27.384Z Compiling crossbeam-channel v0.5.13
14442024-12-18T19:04:27.552Z Compiling curve25519-dalek v4.1.3
14452024-12-18T19:04:27.710Z Compiling futures-executor v0.3.31
14462024-12-18T19:04:27.826Z Compiling enum-as-inner v0.6.1
14472024-12-18T19:04:27.853Z Compiling md-5 v0.10.6
14482024-12-18T19:04:28.120Z Compiling rustls-pemfile v2.2.0
14492024-12-18T19:04:28.180Z Compiling async-stream-impl v0.3.6
14502024-12-18T19:04:28.282Z Compiling num-integer v0.1.46
14512024-12-18T19:04:28.447Z Compiling idna v0.4.0
14522024-12-18T19:04:28.500Z Compiling idna v0.3.0
14532024-12-18T19:04:28.896Z Compiling ff v0.13.0
14542024-12-18T19:04:29.109Z Compiling hash32 v0.2.1
14552024-12-18T19:04:29.138Z Compiling is-terminal v0.4.13
14562024-12-18T19:04:29.262Z Compiling object v0.36.5
14572024-12-18T19:04:29.461Z Compiling dropshot v0.12.0
14582024-12-18T19:04:29.565Z Compiling quick-error v1.2.3
14592024-12-18T19:04:29.707Z Compiling utf-8 v0.7.6
14602024-12-18T19:04:29.734Z Compiling base16ct v0.2.0
14612024-12-18T19:04:30.079Z Compiling psl-types v2.0.11
14622024-12-18T19:04:30.097Z Compiling smoltcp v0.9.1
14632024-12-18T19:04:30.149Z Compiling num-bigint-dig v0.8.4
14642024-12-18T19:04:30.215Z Compiling linked-hash-map v0.5.6
14652024-12-18T19:04:30.279Z Compiling anyhow v1.0.93
14662024-12-18T19:04:30.283Z Compiling fallible-iterator v0.2.0
14672024-12-18T19:04:30.421Z Compiling take_mut v0.2.2
14682024-12-18T19:04:30.589Z Compiling portable-atomic v1.9.0
14692024-12-18T19:04:30.591Z Compiling rustc-demangle v0.1.24
14702024-12-18T19:04:30.820Z Compiling dyn-clone v1.0.17
14712024-12-18T19:04:31.052Z Compiling postgres-protocol v0.6.7
14722024-12-18T19:04:31.617Z Compiling lru-cache v0.1.2
14732024-12-18T19:04:31.763Z Compiling publicsuffix v2.2.3
14742024-12-18T19:04:31.812Z Compiling sec1 v0.7.3
14752024-12-18T19:04:32.024Z Compiling tungstenite v0.24.0
14762024-12-18T19:04:32.404Z Compiling resolv-conf v0.7.0
14772024-12-18T19:04:32.448Z Compiling async-stream v0.3.6
14782024-12-18T19:04:32.760Z Compiling hickory-proto v0.24.1
14792024-12-18T19:04:33.191Z Compiling usdt v0.5.0
14802024-12-18T19:04:33.712Z Compiling slog-term v2.9.1
14812024-12-18T19:04:33.755Z Compiling group v0.13.0
14822024-12-18T19:04:34.087Z Compiling num-iter v0.1.45
14832024-12-18T19:04:34.400Z Compiling futures v0.3.31
14842024-12-18T19:04:34.425Z Compiling slog-bunyan v2.5.0
14852024-12-18T19:04:34.959Z Compiling camino v1.1.9
14862024-12-18T19:04:35.990Z Compiling toml v0.8.19
14872024-12-18T19:04:35.993Z Compiling tokio-native-tls v0.3.1
14882024-12-18T19:04:36.267Z Compiling phf_shared v0.11.2
14892024-12-18T19:04:36.407Z Compiling dropshot_endpoint v0.12.0
14902024-12-18T19:04:36.657Z Compiling terminal_size v0.4.0
14912024-12-18T19:04:36.839Z Compiling backtrace v0.3.74
14922024-12-18T19:04:36.878Z Compiling openapiv3 v2.0.0
14932024-12-18T19:04:37.452Z Compiling waitgroup v0.1.2
14942024-12-18T19:04:37.676Z Compiling serde_path_to_error v0.1.16
14952024-12-18T19:04:37.774Z Compiling hkdf v0.12.4
14962024-12-18T19:04:38.043Z Compiling crypto-bigint v0.5.5
14972024-12-18T19:04:38.539Z Compiling webpki-roots v0.26.6
14982024-12-18T19:04:38.762Z Compiling curve25519-dalek-derive v0.1.1
14992024-12-18T19:04:40.373Z Compiling zerocopy-derive v0.6.6
15002024-12-18T19:04:40.632Z Compiling idna v0.5.0
15012024-12-18T19:04:41.102Z Compiling hubpack_derive v0.1.1
15022024-12-18T19:04:41.165Z Compiling hostname v0.4.0
15032024-12-18T19:04:41.423Z Compiling fs-err v2.11.0
15042024-12-18T19:04:41.450Z Compiling crc32fast v1.4.2
15052024-12-18T19:04:41.714Z Compiling ahash v0.8.11
15062024-12-18T19:04:41.801Z Compiling managed v0.8.0
15072024-12-18T19:04:42.012Z Compiling debug-ignore v1.0.5
15082024-12-18T19:04:42.055Z Compiling bitflags v1.3.2
15092024-12-18T19:04:42.156Z Compiling winnow v0.5.40
15102024-12-18T19:04:42.171Z Compiling console v0.15.8
15112024-12-18T19:04:42.322Z Compiling clap_builder v4.5.21
15122024-12-18T19:04:42.557Z Compiling zerocopy v0.6.6
15132024-12-18T19:04:43.497Z Compiling strum_macros v0.25.3
15142024-12-18T19:04:43.517Z Compiling hubpack v0.1.2
15152024-12-18T19:04:43.947Z Compiling flate2 v1.0.34
15162024-12-18T19:04:43.966Z Compiling cookie_store v0.21.0
15172024-12-18T19:04:44.282Z Compiling elliptic-curve v0.13.8
15182024-12-18T19:04:44.895Z Compiling hickory-resolver v0.24.1
15192024-12-18T19:04:45.648Z Compiling toml_edit v0.19.15
15202024-12-18T19:04:46.016Z Compiling phf v0.11.2
15212024-12-18T19:04:46.085Z Compiling hyper-tls v0.6.0
15222024-12-18T19:04:46.316Z Compiling signal-hook-mio v0.2.4
15232024-12-18T19:04:46.483Z Compiling rayon v1.10.0
15242024-12-18T19:04:46.511Z Compiling bzip2 v0.4.4
15252024-12-18T19:04:47.729Z Compiling tokio-tungstenite v0.24.0
15262024-12-18T19:04:48.280Z Compiling postgres-types v0.2.8
15272024-12-18T19:04:51.288Z Compiling ed25519 v2.2.3
15282024-12-18T19:04:51.351Z Compiling phf_shared v0.10.0
15292024-12-18T19:04:51.740Z Compiling tokio-stream v0.1.16
15302024-12-18T19:04:51.760Z Compiling pkcs1 v0.7.5
15312024-12-18T19:04:51.763Z Compiling serde-big-array v0.5.1
15322024-12-18T19:04:52.008Z Compiling clap_derive v4.5.18
15332024-12-18T19:04:52.615Z Compiling rfc6979 v0.4.0
15342024-12-18T19:04:52.779Z Compiling derive-where v1.2.7
15352024-12-18T19:04:52.813Z Compiling serde_repr v0.1.19
15362024-12-18T19:04:52.837Z Compiling float-cmp v0.9.0
15372024-12-18T19:04:53.058Z Compiling bstr v1.10.0
15382024-12-18T19:04:53.150Z Compiling sync_wrapper v1.0.1
15392024-12-18T19:04:53.303Z Compiling precomputed-hash v0.1.1
15402024-12-18T19:04:53.425Z Compiling unicode-segmentation v1.12.0
15412024-12-18T19:04:53.820Z Compiling unicode-width v0.2.0
15422024-12-18T19:04:54.034Z Compiling predicates-core v1.0.8
15432024-12-18T19:04:54.335Z Compiling bit-vec v0.6.3
15442024-12-18T19:04:54.367Z Compiling static_assertions v1.1.0
15452024-12-18T19:04:54.398Z Compiling number_prefix v0.4.0
15462024-12-18T19:04:54.467Z Compiling difflib v0.4.0
15472024-12-18T19:04:54.621Z Compiling normalize-line-endings v0.3.0
15482024-12-18T19:04:54.751Z Compiling new_debug_unreachable v1.0.6
15492024-12-18T19:04:54.811Z Compiling fixedbitset v0.4.2
15502024-12-18T19:04:54.848Z Compiling whoami v1.5.2
15512024-12-18T19:04:54.867Z Compiling predicates v3.1.2
15522024-12-18T19:04:55.311Z Compiling tokio-postgres v0.7.12
15532024-12-18T19:04:55.519Z Compiling petgraph v0.6.5
15542024-12-18T19:04:56.127Z Compiling string_cache v0.8.7
15552024-12-18T19:04:56.403Z Compiling bit-set v0.5.3
15562024-12-18T19:04:56.623Z Compiling indicatif v0.17.9
15572024-12-18T19:04:56.674Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15582024-12-18T19:04:56.710Z Compiling similar v2.6.0
15592024-12-18T19:04:57.144Z Compiling clap v4.5.21
15602024-12-18T19:04:57.275Z Compiling ecdsa v0.16.9
15612024-12-18T19:04:58.166Z Compiling rsa v0.9.6
15622024-12-18T19:04:58.928Z Compiling ed25519-dalek v2.1.1
15632024-12-18T19:04:59.075Z Compiling toml v0.7.8
15642024-12-18T19:04:59.720Z Compiling zip v0.6.6
15652024-12-18T19:05:00.266Z Compiling crossterm v0.28.1
15662024-12-18T19:05:01.247Z Compiling hex v0.4.3
15672024-12-18T19:05:01.476Z Compiling x509-cert v0.2.5
15682024-12-18T19:05:01.754Z Compiling unicode-xid v0.2.6
15692024-12-18T19:05:01.793Z Compiling peg-runtime v0.8.3
15702024-12-18T19:05:01.848Z Compiling lalrpop-util v0.19.12
15712024-12-18T19:05:01.933Z Compiling strum_macros v0.26.4
15722024-12-18T19:05:02.212Z Compiling xattr v1.3.1
15732024-12-18T19:05:02.473Z Compiling filetime v0.2.25
15742024-12-18T19:05:02.779Z Compiling tar v0.4.42
15752024-12-18T19:05:06.824Z Compiling strum v0.26.3
15762024-12-18T19:05:10.624Z Compiling aws-lc-sys v0.22.0
15772024-12-18T19:05:39.685Z Compiling rustls-webpki v0.102.8
15782024-12-18T19:05:43.234Z Compiling tokio-rustls v0.25.0
15792024-12-18T19:05:45.004Z Compiling tokio-rustls v0.26.0
15802024-12-18T19:05:45.375Z Compiling hyper-rustls v0.27.3
15812024-12-18T19:05:45.702Z Compiling reqwest v0.12.9
15822024-12-18T19:05:46.913Z Compiling qorb v0.2.1
15832024-12-18T19:05:51.729Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15842024-12-18T19:05:51.956Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15852024-12-18T19:05:57.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15862024-12-18T19:05:57.947Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15872024-12-18T19:05:57.990ZDec 18 19:05:56.105 INFO Starting download, target: Clickhouse
15882024-12-18T19:05:57.990ZDec 18 19:05:56.105 INFO Starting download, target: Console
15892024-12-18T19:05:57.990ZDec 18 19:05:56.105 INFO Starting download, target: Cockroach
15902024-12-18T19:05:57.992ZDec 18 19:05:56.105 INFO Starting download, target: DendriteOpenapi
15912024-12-18T19:05:57.992ZDec 18 19:05:56.105 INFO Starting download, target: DendriteStub
15922024-12-18T19:05:57.992ZDec 18 19:05:56.105 INFO Starting download, target: MaghemiteMgd
15932024-12-18T19:05:57.992ZDec 18 19:05:56.105 INFO Starting download, target: TransceiverControl
15942024-12-18T19:05:57.992ZDec 18 19:05:56.106 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15952024-12-18T19:05:57.992ZDec 18 19:05:56.106 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15962024-12-18T19:05:57.992ZDec 18 19:05:56.106 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15972024-12-18T19:05:57.992ZDec 18 19:05:56.106 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15982024-12-18T19:05:57.992ZDec 18 19:05:56.106 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15992024-12-18T19:05:57.992ZDec 18 19:05:56.106 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16002024-12-18T19:05:57.993ZDec 18 19:05:56.106 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16012024-12-18T19:05:58.193ZDec 18 19:05:56.304 INFO Download complete, target: DendriteOpenapi
16022024-12-18T19:05:58.408ZDec 18 19:05:56.520 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16032024-12-18T19:05:58.486ZDec 18 19:05:56.584 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16042024-12-18T19:05:58.837ZDec 18 19:05:56.931 INFO Download complete, target: Console
16052024-12-18T19:05:58.847ZDec 18 19:05:56.940 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16062024-12-18T19:05:58.847ZDec 18 19:05:56.949 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16072024-12-18T19:05:59.110ZDec 18 19:05:57.223 INFO Download complete, target: TransceiverControl
16082024-12-18T19:05:59.789ZDec 18 19:05:57.904 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16092024-12-18T19:05:59.789ZDec 18 19:05:57.904 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16102024-12-18T19:05:59.953ZDec 18 19:05:58.064 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16112024-12-18T19:06:01.816ZDec 18 19:05:59.931 INFO Download complete, target: MaghemiteMgd
16122024-12-18T19:06:01.879ZDec 18 19:05:59.994 INFO Download complete, target: DendriteStub
16132024-12-18T19:06:07.268ZDec 18 19:06:05.382 INFO Checking that binary works, target: Cockroach
16142024-12-18T19:06:07.428ZDec 18 19:06:05.542 INFO Download complete, target: Cockroach
16152024-12-18T19:06:12.351ZDec 18 19:06:10.464 INFO Checking that binary works, target: Clickhouse
16162024-12-18T19:06:12.504ZDec 18 19:06:10.617 INFO Download complete, target: Clickhouse
16172024-12-18T19:06:12.512ZAll prerequisites installed successfully
16182024-12-18T19:06:12.514Z
16192024-12-18T19:06:12.515Zreal 4:49.174585492
16202024-12-18T19:06:12.515Zuser 16:27.024445223
16212024-12-18T19:06:12.515Zsys 3:09.363743330
16222024-12-18T19:06:12.515Ztrap 0.530994896
16232024-12-18T19:06:12.515Ztflt 5.024065684
16242024-12-18T19:06:12.515Zdflt 3.571492373
16252024-12-18T19:06:12.515Zkflt 0.030365278
16262024-12-18T19:06:12.515Zlock 32:46.122731907
16272024-12-18T19:06:12.515Zslp 1:01:53.774985134
16282024-12-18T19:06:12.515Zlat 52.535404427
16292024-12-18T19:06:12.515Zstop 2:06.564583004
16302024-12-18T19:06:12.515Z+ source ./tools/include/force-git-over-https.sh
16312024-12-18T19:06:12.515Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16322024-12-18T19:06:12.515Z++ (( i = 0 ))
16332024-12-18T19:06:12.515Z++ (( i < 5 ))
16342024-12-18T19:06:12.515Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16352024-12-18T19:06:12.518Z++ (( i++ ))
16362024-12-18T19:06:12.518Z++ (( i < 5 ))
16372024-12-18T19:06:12.518Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16382024-12-18T19:06:12.521Z++ (( i++ ))
16392024-12-18T19:06:12.521Z++ (( i < 5 ))
16402024-12-18T19:06:12.521Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16412024-12-18T19:06:12.523Z++ (( i++ ))
16422024-12-18T19:06:12.523Z++ (( i < 5 ))
16432024-12-18T19:06:12.523Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16442024-12-18T19:06:12.526Z++ (( i++ ))
16452024-12-18T19:06:12.526Z++ (( i < 5 ))
16462024-12-18T19:06:12.526Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16472024-12-18T19:06:12.529Z++ (( i++ ))
16482024-12-18T19:06:12.529Z++ (( i < 5 ))
16492024-12-18T19:06:12.529Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16502024-12-18T19:06:12.529Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16512024-12-18T19:06:12.533Z+ rc=0
16522024-12-18T19:06:12.533Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16532024-12-18T19:06:42.367Z+ case $rc in
16542024-12-18T19:06:42.367Z+ pfexec zfs create -p rpool/images/build/host
16552024-12-18T19:06:42.645Z+ pfexec zfs create -p rpool/images/build/recovery
16562024-12-18T19:06:42.726Z+ cargo xtask releng --output-dir /work
16572024-12-18T19:06:43.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16582024-12-18T19:06:43.278Z Running `target/debug/xtask releng --output-dir /work`
16592024-12-18T19:06:44.200Z Compiling proc-macro2 v1.0.89
16602024-12-18T19:06:44.200Z Compiling unicode-ident v1.0.13
16612024-12-18T19:06:44.200Z Compiling libc v0.2.162
16622024-12-18T19:06:44.202Z Compiling serde v1.0.215
16632024-12-18T19:06:44.202Z Compiling autocfg v1.4.0
16642024-12-18T19:06:44.202Z Compiling version_check v0.9.5
16652024-12-18T19:06:44.203Z Compiling cfg-if v1.0.0
16662024-12-18T19:06:44.452Z Compiling memchr v2.7.4
16672024-12-18T19:06:44.484Z Compiling typenum v1.17.0
16682024-12-18T19:06:44.487Z Compiling shlex v1.3.0
16692024-12-18T19:06:45.010Z Compiling value-bag v1.9.0
16702024-12-18T19:06:45.041Z Compiling scopeguard v1.2.0
16712024-12-18T19:06:45.062Z Compiling generic-array v0.14.7
16722024-12-18T19:06:45.235Z Compiling lock_api v0.4.12
16732024-12-18T19:06:45.409Z Compiling rustix v0.38.37
16742024-12-18T19:06:45.540Z Compiling log v0.4.22
16752024-12-18T19:06:45.873Z Compiling parking_lot_core v0.9.10
16762024-12-18T19:06:46.080Z Compiling serde_json v1.0.132
16772024-12-18T19:06:46.251Z Compiling quote v1.0.37
16782024-12-18T19:06:46.289Z Compiling libm v0.2.8
16792024-12-18T19:06:46.394Z Compiling num-traits v0.2.19
16802024-12-18T19:06:46.397Z Compiling thiserror v1.0.69
16812024-12-18T19:06:46.611Z Compiling syn v2.0.87
16822024-12-18T19:06:46.670Z Compiling jobserver v0.1.32
16832024-12-18T19:06:46.747Z Compiling getrandom v0.2.15
16842024-12-18T19:06:46.866Z Compiling once_cell v1.20.2
16852024-12-18T19:06:46.906Z Compiling spin v0.9.8
16862024-12-18T19:06:47.087Z Compiling cc v1.1.30
16872024-12-18T19:06:47.192Z Compiling itoa v1.0.11
16882024-12-18T19:06:47.213Z Compiling aho-corasick v1.1.3
16892024-12-18T19:06:47.272Z Compiling regex-syntax v0.8.5
16902024-12-18T19:06:47.425Z Compiling slab v0.4.9
16912024-12-18T19:06:47.446Z Compiling errno v0.3.9
16922024-12-18T19:06:48.101Z Compiling byteorder v1.5.0
16932024-12-18T19:06:48.213Z Compiling lazy_static v1.5.0
16942024-12-18T19:06:48.381Z Compiling rand_core v0.6.4
16952024-12-18T19:06:48.644Z Compiling either v1.13.0
16962024-12-18T19:06:48.837Z Compiling glob v0.3.1
16972024-12-18T19:06:48.997Z Compiling prettyplease v0.2.25
16982024-12-18T19:06:49.122Z Compiling subtle v2.6.1
16992024-12-18T19:06:49.475Z Compiling minimal-lexical v0.2.1
17002024-12-18T19:06:49.608Z Compiling libloading v0.8.5
17012024-12-18T19:06:49.700Z Compiling clang-sys v1.8.1
17022024-12-18T19:06:49.988Z Compiling nom v7.1.3
17032024-12-18T19:06:50.032Z Compiling bindgen v0.69.5
17042024-12-18T19:06:50.451Z Compiling home v0.5.9
17052024-12-18T19:06:50.794Z Compiling itertools v0.10.5
17062024-12-18T19:06:50.975Z Compiling regex-automata v0.4.8
17072024-12-18T19:06:51.907Z Compiling lazycell v1.3.0
17082024-12-18T19:06:52.043Z Compiling rustc-hash v1.1.0
17092024-12-18T19:06:52.400Z Compiling cmake v0.1.51
17102024-12-18T19:06:53.368Z Compiling dunce v1.0.5
17112024-12-18T19:06:53.463Z Compiling semver v1.0.23
17122024-12-18T19:06:53.529Z Compiling cexpr v0.6.0
17132024-12-18T19:06:53.621Z Compiling pkg-config v0.3.31
17142024-12-18T19:06:53.766Z Compiling smallvec v1.13.2
17152024-12-18T19:06:53.873Z Compiling fs_extra v1.3.0
17162024-12-18T19:06:53.913Z Compiling ring v0.17.8
17172024-12-18T19:06:54.464Z Compiling synstructure v0.13.1
17182024-12-18T19:06:54.912Z Compiling ryu v1.0.18
17192024-12-18T19:06:54.976Z Compiling paste v1.0.15
17202024-12-18T19:06:55.125Z Compiling httparse v1.9.5
17212024-12-18T19:06:55.230Z Compiling const-oid v0.9.6
17222024-12-18T19:06:55.894Z Compiling aws-lc-rs v1.10.0
17232024-12-18T19:06:56.456Z Compiling pin-project-lite v0.2.14
17242024-12-18T19:06:56.477Z Compiling heck v0.5.0
17252024-12-18T19:06:57.075Z Compiling regex v1.11.1
17262024-12-18T19:06:57.209Z Compiling allocator-api2 v0.2.18
17272024-12-18T19:06:57.510Z Compiling futures-core v0.3.31
17282024-12-18T19:06:58.070Z Compiling signal-hook-registry v1.4.2
17292024-12-18T19:06:58.441Z Compiling crossbeam-utils v0.8.20
17302024-12-18T19:06:58.663Z Compiling time-core v0.1.2
17312024-12-18T19:06:58.857Z Compiling num-conv v0.1.0
17322024-12-18T19:06:59.104Z Compiling parking_lot v0.12.3
17332024-12-18T19:06:59.162Z Compiling time-macros v0.2.18
17342024-12-18T19:06:59.190Z Compiling mio v1.0.2
17352024-12-18T19:06:59.286Z Compiling vcpkg v0.2.15
17362024-12-18T19:06:59.802Z Compiling fnv v1.0.7
17372024-12-18T19:07:00.167Z Compiling serde_derive v1.0.215
17382024-12-18T19:07:00.442Z Compiling zeroize_derive v1.4.2
17392024-12-18T19:07:00.973Z Compiling zerocopy-derive v0.7.35
17402024-12-18T19:07:01.068Z Compiling tokio-macros v2.4.0
17412024-12-18T19:07:01.313Z Compiling thiserror-impl v1.0.69
17422024-12-18T19:07:01.688Z Compiling zerofrom-derive v0.1.4
17432024-12-18T19:07:02.128Z Compiling zeroize v1.8.1
17442024-12-18T19:07:02.463Z Compiling yoke-derive v0.7.4
17452024-12-18T19:07:02.773Z Compiling futures-macro v0.3.31
17462024-12-18T19:07:02.796Z Compiling zerovec-derive v0.10.3
17472024-12-18T19:07:03.239Z Compiling displaydoc v0.2.5
17482024-12-18T19:07:04.388Z Compiling zerocopy v0.7.35
17492024-12-18T19:07:04.867Z Compiling crypto-common v0.1.6
17502024-12-18T19:07:05.008Z Compiling icu_provider_macros v1.5.0
17512024-12-18T19:07:05.129Z Compiling tracing-attributes v0.1.27
17522024-12-18T19:07:05.316Z Compiling block-buffer v0.10.4
17532024-12-18T19:07:05.507Z Compiling der_derive v0.7.3
17542024-12-18T19:07:05.618Z Compiling digest v0.10.7
17552024-12-18T19:07:06.123Z Compiling openssl-sys v0.9.103
17562024-12-18T19:07:06.205Z Compiling schemars v0.8.21
17572024-12-18T19:07:07.024Z Compiling serde_derive_internals v0.29.1
17582024-12-18T19:07:07.715Z Compiling socket2 v0.5.7
17592024-12-18T19:07:08.007Z Compiling ahash v0.8.11
17602024-12-18T19:07:09.420Z Compiling schemars_derive v0.8.21
17612024-12-18T19:07:09.546Z Compiling equivalent v1.0.1
17622024-12-18T19:07:09.780Z Compiling futures-sink v0.3.31
17632024-12-18T19:07:09.850Z Compiling cpufeatures v0.2.14
17642024-12-18T19:07:10.010Z Compiling foldhash v0.1.3
17652024-12-18T19:07:10.013Z Compiling slog v2.7.0
17662024-12-18T19:07:10.344Z Compiling hashbrown v0.15.1
17672024-12-18T19:07:10.643Z Compiling stable_deref_trait v1.2.0
17682024-12-18T19:07:11.786Z Compiling futures-channel v0.3.31
17692024-12-18T19:07:11.900Z Compiling zerofrom v0.1.4
17702024-12-18T19:07:12.242Z Compiling scroll_derive v0.12.0
17712024-12-18T19:07:12.271Z Compiling futures-task v0.3.31
17722024-12-18T19:07:12.337Z Compiling futures-io v0.3.31
17732024-12-18T19:07:12.395Z Compiling ucd-trie v0.1.7
17742024-12-18T19:07:12.562Z Compiling pin-utils v0.1.0
17752024-12-18T19:07:12.645Z Compiling openssl v0.10.66
17762024-12-18T19:07:12.713Z Compiling futures-util v0.3.31
17772024-12-18T19:07:12.743Z Compiling pest v2.7.14
17782024-12-18T19:07:12.845Z Compiling yoke v0.7.4
17792024-12-18T19:07:13.327Z Compiling hmac v0.12.1
17802024-12-18T19:07:13.519Z Compiling tinyvec_macros v0.1.1
17812024-12-18T19:07:13.715Z Compiling tinyvec v1.8.0
17822024-12-18T19:07:13.837Z Compiling zerovec v0.10.4
17832024-12-18T19:07:14.630Z Compiling bitflags v2.6.0
17842024-12-18T19:07:15.590Z Compiling bytes v1.8.0
17852024-12-18T19:07:16.930Z Compiling tokio v1.40.0
17862024-12-18T19:07:17.866Z Compiling serde_tokenstream v0.2.2
17872024-12-18T19:07:18.105Z Compiling indexmap v2.6.0
17882024-12-18T19:07:19.542Z Compiling which v4.4.2
17892024-12-18T19:07:20.231Z Compiling http v1.1.0
17902024-12-18T19:07:20.651Z Compiling rustc_version v0.4.1
17912024-12-18T19:07:21.410Z Compiling pest_meta v2.7.14
17922024-12-18T19:07:22.109Z Compiling uuid v1.11.0
17932024-12-18T19:07:23.010Z Compiling block-padding v0.3.3
17942024-12-18T19:07:23.063Z Compiling openssl-macros v0.1.1
17952024-12-18T19:07:23.491Z Compiling iana-time-zone v0.1.61
17962024-12-18T19:07:23.914Z Compiling native-tls v0.2.12
17972024-12-18T19:07:23.966Z Compiling rustls v0.23.19
17982024-12-18T19:07:24.044Z Compiling chrono v0.4.38
17992024-12-18T19:07:24.311Z Compiling inout v0.1.3
18002024-12-18T19:07:24.624Z Compiling pest_generator v2.7.14
18012024-12-18T19:07:25.945Z Compiling unicode-normalization v0.1.24
18022024-12-18T19:07:26.347Z Compiling cipher v0.4.4
18032024-12-18T19:07:26.568Z Compiling pest_derive v2.7.14
18042024-12-18T19:07:26.879Z Compiling tinystr v0.7.6
18052024-12-18T19:07:27.364Z Compiling sha2 v0.10.8
18062024-12-18T19:07:27.461Z Compiling async-trait v0.1.83
18072024-12-18T19:07:27.707Z Compiling usdt-impl v0.5.0
18082024-12-18T19:07:27.745Z Compiling cookie v0.18.1
18092024-12-18T19:07:28.129Z Compiling litemap v0.7.3
18102024-12-18T19:07:28.131Z Compiling unicode-bidi v0.3.17
18112024-12-18T19:07:29.119Z Compiling writeable v0.5.5
18122024-12-18T19:07:29.973Z Compiling base64ct v1.6.0
18132024-12-18T19:07:30.106Z Compiling icu_locid v1.5.0
18142024-12-18T19:07:30.623Z Compiling pem-rfc7468 v0.7.0
18152024-12-18T19:07:32.080Z Compiling scroll v0.12.0
18162024-12-18T19:07:32.834Z Compiling ppv-lite86 v0.2.20
18172024-12-18T19:07:33.215Z Compiling tracing-core v0.1.32
18182024-12-18T19:07:33.728Z Compiling flagset v0.4.6
18192024-12-18T19:07:33.995Z Compiling camino v1.1.9
18202024-12-18T19:07:34.596Z Compiling percent-encoding v2.3.1
18212024-12-18T19:07:35.052Z Compiling dyn-clone v1.0.17
18222024-12-18T19:07:35.256Z Compiling rustls-pki-types v1.10.0
18232024-12-18T19:07:35.276Z Compiling aws-lc-sys v0.22.0
18242024-12-18T19:07:35.428Z Compiling untrusted v0.7.1
18252024-12-18T19:07:35.730Z Compiling syn v1.0.109
18262024-12-18T19:07:36.324Z Compiling plain v0.2.3
18272024-12-18T19:07:36.504Z Compiling goblin v0.8.2
18282024-12-18T19:07:37.928Z Compiling tracing v0.1.40
18292024-12-18T19:07:39.054Z Compiling der v0.7.9
18302024-12-18T19:07:40.117Z Compiling rand_chacha v0.3.1
18312024-12-18T19:07:41.279Z Compiling icu_provider v1.5.0
18322024-12-18T19:07:41.781Z Compiling tokio-util v0.7.12
18332024-12-18T19:07:43.832Z Compiling mirai-annotations v1.12.0
18342024-12-18T19:07:44.058Z Compiling icu_locid_transform_data v1.5.0
18352024-12-18T19:07:44.167Z Compiling powerfmt v0.2.0
18362024-12-18T19:07:44.169Z Compiling untrusted v0.9.0
18372024-12-18T19:07:44.539Z Compiling pretty-hex v0.4.1
18382024-12-18T19:07:44.702Z Compiling rayon-core v1.12.1
18392024-12-18T19:07:44.734Z Compiling rustls v0.22.4
18402024-12-18T19:07:44.832Z Compiling dof v0.3.0
18412024-12-18T19:07:44.985Z Compiling icu_locid_transform v1.5.0
18422024-12-18T19:07:45.069Z Compiling deranged v0.3.11
18432024-12-18T19:07:46.691Z Compiling spki v0.7.3
18442024-12-18T19:07:47.288Z Compiling rand v0.8.5
18452024-12-18T19:07:47.858Z Compiling dtrace-parser v0.2.0
18462024-12-18T19:07:49.172Z Compiling salsa20 v0.10.2
18472024-12-18T19:07:49.229Z Compiling icu_collections v1.5.0
18482024-12-18T19:07:49.821Z Compiling pbkdf2 v0.12.2
18492024-12-18T19:07:51.514Z Compiling bzip2-sys v0.1.11+1.0.8
18502024-12-18T19:07:52.074Z Compiling thread-id v4.2.2
18512024-12-18T19:07:52.138Z Compiling atomic-waker v1.1.2
18522024-12-18T19:07:52.652Z Compiling icu_properties_data v1.5.0
18532024-12-18T19:07:53.241Z Compiling num_threads v0.1.7
18542024-12-18T19:07:53.391Z Compiling time v0.3.36
18552024-12-18T19:07:53.562Z Compiling icu_properties v1.5.1
18562024-12-18T19:07:58.493Z Compiling scrypt v0.11.0
18572024-12-18T19:07:58.968Z Compiling form_urlencoded v1.2.1
18582024-12-18T19:07:59.053Z Compiling cbc v0.1.2
18592024-12-18T19:07:59.326Z Compiling aes v0.8.4
18602024-12-18T19:07:59.594Z Compiling http-body v1.0.1
18612024-12-18T19:08:00.435Z Compiling multer v3.1.0
18622024-12-18T19:08:00.740Z Compiling write16 v1.0.0
18632024-12-18T19:08:00.813Z Compiling utf8_iter v1.0.4
18642024-12-18T19:08:00.914Z Compiling icu_normalizer_data v1.5.0
18652024-12-18T19:08:00.936Z Compiling try-lock v0.2.5
18662024-12-18T19:08:01.027Z Compiling slog-async v2.8.0
18672024-12-18T19:08:01.126Z Compiling utf16_iter v1.0.5
18682024-12-18T19:08:01.577Z Compiling icu_normalizer v1.5.0
18692024-12-18T19:08:01.610Z Compiling want v0.3.1
18702024-12-18T19:08:03.368Z Compiling pkcs5 v0.7.1
18712024-12-18T19:08:06.789Z Compiling h2 v0.4.6
18722024-12-18T19:08:07.199Z Compiling heapless v0.7.17
18732024-12-18T19:08:07.381Z Compiling zerocopy-derive v0.6.6
18742024-12-18T19:08:07.618Z Compiling anyhow v1.0.93
18752024-12-18T19:08:07.842Z Compiling num-bigint-dig v0.8.4
18762024-12-18T19:08:08.572Z Compiling httpdate v1.0.3
18772024-12-18T19:08:08.607Z Compiling signal-hook v0.3.17
18782024-12-18T19:08:09.074Z Compiling base64 v0.22.1
18792024-12-18T19:08:10.273Z Compiling pkcs8 v0.10.2
18802024-12-18T19:08:11.139Z Compiling idna_adapter v1.2.0
18812024-12-18T19:08:11.640Z Compiling usdt-macro v0.5.0
18822024-12-18T19:08:11.823Z Compiling usdt-attr-macro v0.5.0
18832024-12-18T19:08:13.843Z Compiling async-stream-impl v0.3.6
18842024-12-18T19:08:13.888Z Compiling tower-service v0.3.3
18852024-12-18T19:08:14.046Z Compiling strsim v0.11.1
18862024-12-18T19:08:14.954Z Compiling rustversion v1.0.17
18872024-12-18T19:08:15.685Z Compiling hyper v1.5.0
18882024-12-18T19:08:16.225Z Compiling idna v1.0.3
18892024-12-18T19:08:20.581Z Compiling hyper-util v0.1.10
18902024-12-18T19:08:22.756Z Compiling curve25519-dalek v4.1.3
18912024-12-18T19:08:23.233Z Compiling openapiv3 v2.0.0
18922024-12-18T19:08:24.299Z Compiling toml_datetime v0.6.8
18932024-12-18T19:08:24.825Z Compiling serde_spanned v0.6.8
18942024-12-18T19:08:25.091Z Compiling enum-as-inner v0.6.1
18952024-12-18T19:08:26.158Z Compiling dropshot v0.12.0
18962024-12-18T19:08:26.616Z Compiling smoltcp v0.9.1
18972024-12-18T19:08:27.212Z Compiling heck v0.4.1
18982024-12-18T19:08:27.521Z Compiling portable-atomic v1.9.0
18992024-12-18T19:08:27.659Z Compiling foreign-types-shared v0.1.1
19002024-12-18T19:08:27.970Z Compiling match_cfg v0.1.0
19012024-12-18T19:08:28.063Z Compiling adler2 v2.0.0
19022024-12-18T19:08:28.239Z Compiling miniz_oxide v0.8.0
19032024-12-18T19:08:28.321Z Compiling hostname v0.3.1
19042024-12-18T19:08:28.562Z Compiling foreign-types v0.3.2
19052024-12-18T19:08:30.064Z Compiling url v2.5.3
19062024-12-18T19:08:37.679Z Compiling http-body-util v0.1.2
19072024-12-18T19:08:37.953Z Compiling clap_derive v4.5.18
19082024-12-18T19:08:38.317Z Compiling dirs-sys-next v0.1.2
19092024-12-18T19:08:38.986Z Compiling encoding_rs v0.8.34
19102024-12-18T19:08:40.579Z Compiling mime v0.3.17
19112024-12-18T19:08:41.873Z Compiling data-encoding v2.6.0
19122024-12-18T19:08:43.382Z Compiling siphasher v0.3.11
19132024-12-18T19:08:44.053Z Compiling dirs-next v2.0.0
19142024-12-18T19:08:50.658Z Compiling hubpack_derive v0.1.1
19152024-12-18T19:08:50.743Z Compiling serde_urlencoded v0.7.1
19162024-12-18T19:08:51.330Z Compiling crossbeam-epoch v0.9.18
19172024-12-18T19:08:51.544Z Compiling hashbrown v0.14.5
19182024-12-18T19:08:52.059Z Compiling rustls-pemfile v2.2.0
19192024-12-18T19:08:52.543Z Compiling dropshot_endpoint v0.12.0
19202024-12-18T19:08:53.989Z Compiling sha1 v0.10.6
19212024-12-18T19:08:54.411Z Compiling signature v2.2.0
19222024-12-18T19:08:54.657Z Compiling curve25519-dalek-derive v0.1.1
19232024-12-18T19:08:55.119Z Compiling rustls-webpki v0.102.8
19242024-12-18T19:08:56.124Z Compiling thread_local v1.1.8
19252024-12-18T19:08:56.145Z Compiling fs-err v2.11.0
19262024-12-18T19:08:56.573Z Compiling anstyle v1.0.10
19272024-12-18T19:08:56.720Z Compiling gimli v0.31.1
19282024-12-18T19:08:57.014Z Compiling utf8parse v0.2.2
19292024-12-18T19:08:57.016Z Compiling winnow v0.6.20
19302024-12-18T19:08:57.188Z Compiling unicode-properties v0.1.3
19312024-12-18T19:08:57.594Z Compiling openssl-probe v0.1.5
19322024-12-18T19:08:57.927Z Compiling ipnet v2.10.1
19332024-12-18T19:09:00.499Z Compiling toml_edit v0.22.22
19342024-12-18T19:09:01.354Z Compiling addr2line v0.24.2
19352024-12-18T19:09:01.735Z Compiling stringprep v0.1.5
19362024-12-18T19:09:01.795Z Compiling anstyle-parse v0.2.5
19372024-12-18T19:09:02.763Z Compiling regress v0.10.1
19382024-12-18T19:09:03.451Z Compiling crossbeam-deque v0.8.5
19392024-12-18T19:09:03.808Z Compiling term v0.7.0
19402024-12-18T19:09:05.095Z Compiling slog-json v2.6.1
19412024-12-18T19:09:06.259Z Compiling crossbeam-channel v0.5.13
19422024-12-18T19:09:07.781Z Compiling idna v0.3.0
19432024-12-18T19:09:07.920Z Compiling idna v0.4.0
19442024-12-18T19:09:09.445Z Compiling futures-executor v0.3.31
19452024-12-18T19:09:09.925Z Compiling num-integer v0.1.46
19462024-12-18T19:09:10.252Z Compiling md-5 v0.10.6
19472024-12-18T19:09:10.507Z Compiling ff v0.13.0
19482024-12-18T19:09:10.642Z Compiling hash32 v0.2.1
19492024-12-18T19:09:10.736Z Compiling is-terminal v0.4.13
19502024-12-18T19:09:10.888Z Compiling memmap v0.7.0
19512024-12-18T19:09:10.923Z Compiling object v0.36.5
19522024-12-18T19:09:11.010Z Compiling psl-types v2.0.11
19532024-12-18T19:09:11.207Z Compiling anstyle-query v1.1.1
19542024-12-18T19:09:11.369Z Compiling quick-error v1.2.3
19552024-12-18T19:09:11.439Z Compiling fallible-iterator v0.2.0
19562024-12-18T19:09:11.530Z Compiling rustc-demangle v0.1.24
19572024-12-18T19:09:11.569Z Compiling linked-hash-map v0.5.6
19582024-12-18T19:09:11.943Z Compiling base16ct v0.2.0
19592024-12-18T19:09:12.180Z Compiling is_terminal_polyfill v1.70.1
19602024-12-18T19:09:12.231Z Compiling take_mut v0.2.2
19612024-12-18T19:09:12.321Z Compiling colorchoice v1.0.2
19622024-12-18T19:09:12.375Z Compiling utf-8 v0.7.6
19632024-12-18T19:09:12.485Z Compiling anstream v0.6.15
19642024-12-18T19:09:12.687Z Compiling tungstenite v0.24.0
19652024-12-18T19:09:13.165Z Compiling sec1 v0.7.3
19662024-12-18T19:09:13.456Z Compiling postgres-protocol v0.6.7
19672024-12-18T19:09:13.755Z Compiling lru-cache v0.1.2
19682024-12-18T19:09:13.971Z Compiling resolv-conf v0.7.0
19692024-12-18T19:09:14.663Z Compiling publicsuffix v2.2.3
19702024-12-18T19:09:14.739Z Compiling usdt v0.5.0
19712024-12-18T19:09:15.013Z Compiling slog-term v2.9.1
19722024-12-18T19:09:15.195Z Compiling group v0.13.0
19732024-12-18T19:09:15.399Z Compiling num-iter v0.1.45
19742024-12-18T19:09:15.513Z Compiling futures v0.3.31
19752024-12-18T19:09:16.144Z Compiling tokio-rustls v0.26.0
19762024-12-18T19:09:16.287Z Compiling hickory-proto v0.24.1
19772024-12-18T19:09:16.878Z Compiling typify-impl v0.2.0
19782024-12-18T19:09:17.470Z Compiling tokio-rustls v0.25.0
19792024-12-18T19:09:18.190Z Compiling slog-bunyan v2.5.0
19802024-12-18T19:09:18.410Z Compiling backtrace v0.3.74
19812024-12-18T19:09:18.894Z Compiling toml v0.8.19
19822024-12-18T19:09:18.918Z Compiling tokio-native-tls v0.3.1
19832024-12-18T19:09:19.206Z Compiling phf_shared v0.11.2
19842024-12-18T19:09:19.348Z Compiling strum_macros v0.25.3
19852024-12-18T19:09:19.902Z Compiling async-stream v0.3.6
19862024-12-18T19:09:20.454Z Compiling waitgroup v0.1.2
19872024-12-18T19:09:20.571Z Compiling webpki-roots v0.26.6
19882024-12-18T19:09:20.880Z Compiling idna v0.5.0
19892024-12-18T19:09:21.313Z Compiling terminal_size v0.4.0
19902024-12-18T19:09:21.529Z Compiling serde_path_to_error v0.1.16
19912024-12-18T19:09:22.371Z Compiling hkdf v0.12.4
19922024-12-18T19:09:22.606Z Compiling crypto-bigint v0.5.5
19932024-12-18T19:09:22.933Z Compiling serde_repr v0.1.19
19942024-12-18T19:09:22.966Z Compiling derive-where v1.2.7
19952024-12-18T19:09:24.181Z Compiling hostname v0.4.0
19962024-12-18T19:09:24.409Z Compiling crc32fast v1.4.2
19972024-12-18T19:09:25.442Z Compiling debug-ignore v1.0.5
19982024-12-18T19:09:25.597Z Compiling clap_lex v0.7.2
19992024-12-18T19:09:25.670Z Compiling winnow v0.5.40
20002024-12-18T19:09:26.044Z Compiling bitflags v1.3.2
20012024-12-18T19:09:26.065Z Compiling unicode-width v0.1.14
20022024-12-18T19:09:26.273Z Compiling managed v0.8.0
20032024-12-18T19:09:26.583Z Compiling console v0.15.8
20042024-12-18T19:09:26.609Z Compiling clap_builder v4.5.21
20052024-12-18T19:09:26.767Z Compiling elliptic-curve v0.13.8
20062024-12-18T19:09:28.668Z Compiling flate2 v1.0.34
20072024-12-18T19:09:28.734Z Compiling typify-macro v0.2.0
20082024-12-18T19:09:29.443Z Compiling toml_edit v0.19.15
20092024-12-18T19:09:29.542Z Compiling hickory-resolver v0.24.1
20102024-12-18T19:09:32.401Z Compiling cookie_store v0.21.0
20112024-12-18T19:09:34.917Z Compiling hyper-rustls v0.27.3
20122024-12-18T19:09:36.307Z Compiling phf v0.11.2
20132024-12-18T19:09:36.387Z Compiling hyper-tls v0.6.0
20142024-12-18T19:09:36.828Z Compiling signal-hook-mio v0.2.4
20152024-12-18T19:09:37.002Z Compiling rayon v1.10.0
20162024-12-18T19:09:37.023Z Compiling bzip2 v0.4.4
20172024-12-18T19:09:37.401Z Compiling postgres-types v0.2.8
20182024-12-18T19:09:37.571Z Compiling tokio-tungstenite v0.24.0
20192024-12-18T19:09:38.114Z Compiling ed25519 v2.2.3
20202024-12-18T19:09:38.242Z Compiling hubpack v0.1.2
20212024-12-18T19:09:38.560Z Compiling phf_shared v0.10.0
20222024-12-18T19:09:38.798Z Compiling pkcs1 v0.7.5
20232024-12-18T19:09:38.874Z Compiling zerocopy v0.6.6
20242024-12-18T19:09:38.937Z Compiling tokio-stream v0.1.16
20252024-12-18T19:09:39.973Z Compiling serde-big-array v0.5.1
20262024-12-18T19:09:39.995Z Compiling rfc6979 v0.4.0
20272024-12-18T19:09:40.196Z Compiling float-cmp v0.9.0
20282024-12-18T19:09:40.396Z Compiling sync_wrapper v1.0.1
20292024-12-18T19:09:40.542Z Compiling bstr v1.10.0
20302024-12-18T19:09:40.598Z Compiling difflib v0.4.0
20312024-12-18T19:09:40.681Z Compiling whoami v1.5.2
20322024-12-18T19:09:41.772Z Compiling number_prefix v0.4.0
20332024-12-18T19:09:41.847Z Compiling bit-vec v0.6.3
20342024-12-18T19:09:42.009Z Compiling static_assertions v1.1.0
20352024-12-18T19:09:42.269Z Compiling normalize-line-endings v0.3.0
20362024-12-18T19:09:42.313Z Compiling predicates-core v1.0.8
20372024-12-18T19:09:42.429Z Compiling precomputed-hash v0.1.1
20382024-12-18T19:09:42.555Z Compiling new_debug_unreachable v1.0.6
20392024-12-18T19:09:42.574Z Compiling unicode-width v0.2.0
20402024-12-18T19:09:42.613Z Compiling unicode-segmentation v1.12.0
20412024-12-18T19:09:42.662Z Compiling fixedbitset v0.4.2
20422024-12-18T19:09:43.089Z Compiling indicatif v0.17.9
20432024-12-18T19:09:43.092Z Compiling petgraph v0.6.5
20442024-12-18T19:09:43.129Z Compiling string_cache v0.8.7
20452024-12-18T19:09:43.490Z Compiling similar v2.6.0
20462024-12-18T19:09:44.644Z Compiling predicates v3.1.2
20472024-12-18T19:09:45.504Z Compiling bit-set v0.5.3
20482024-12-18T19:09:45.717Z Compiling reqwest v0.12.9
20492024-12-18T19:09:45.794Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20502024-12-18T19:09:46.210Z Compiling tokio-postgres v0.7.12
20512024-12-18T19:09:48.664Z Compiling ecdsa v0.16.9
20522024-12-18T19:09:49.651Z Compiling qorb v0.2.1
20532024-12-18T19:09:50.754Z Compiling rsa v0.9.6
20542024-12-18T19:09:51.159Z Compiling ed25519-dalek v2.1.1
20552024-12-18T19:09:51.719Z Compiling zip v0.6.6
20562024-12-18T19:09:52.364Z Compiling crossterm v0.28.1
20572024-12-18T19:09:52.442Z Compiling toml v0.7.8
20582024-12-18T19:09:52.957Z Compiling clap v4.5.21
20592024-12-18T19:09:55.259Z Compiling x509-cert v0.2.5
20602024-12-18T19:09:55.921Z Compiling hex v0.4.3
20612024-12-18T19:09:58.503Z Compiling unicode-xid v0.2.6
20622024-12-18T19:09:59.473Z Compiling radium v0.7.0
20632024-12-18T19:09:59.899Z Compiling peg-runtime v0.8.3
20642024-12-18T19:10:00.406Z Compiling lalrpop-util v0.19.12
20652024-12-18T19:10:01.876Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20662024-12-18T19:10:19.282Z Compiling maybe-uninit v2.0.0
20672024-12-18T19:10:19.775Z Compiling tap v1.0.1
20682024-12-18T19:10:19.927Z Compiling ident_case v1.0.1
20692024-12-18T19:10:19.968Z Compiling wyz v0.5.1
20702024-12-18T19:10:20.126Z Compiling darling_core v0.20.10
20712024-12-18T19:10:29.434Z Compiling typify v0.2.0
20722024-12-18T19:10:33.794Z Compiling packed_struct v0.10.1
20732024-12-18T19:10:34.184Z Compiling unsafe-libyaml v0.2.11
20742024-12-18T19:10:34.737Z Compiling funty v2.0.0
20752024-12-18T19:10:35.968Z Compiling bitvec v1.0.1
20762024-12-18T19:10:36.410Z Compiling serde_yaml v0.9.34+deprecated
20772024-12-18T19:10:40.238Z Compiling progenitor-impl v0.8.0
20782024-12-18T19:10:40.670Z Compiling darling_macro v0.20.10
20792024-12-18T19:10:41.722Z Compiling packed_struct_codegen v0.10.1
20802024-12-18T19:10:44.440Z Compiling structmeta-derive v0.3.0
20812024-12-18T19:10:44.942Z Compiling indexmap v1.9.3
20822024-12-18T19:10:45.261Z Compiling crc-catalog v2.4.0
20832024-12-18T19:10:46.118Z Compiling nodrop v0.1.14
20842024-12-18T19:10:46.261Z Compiling newtype-uuid v1.1.3
20852024-12-18T19:10:46.559Z Compiling fastrand v2.1.1
20862024-12-18T19:10:47.035Z Compiling progenitor-macro v0.8.0
20872024-12-18T19:10:47.099Z Compiling structmeta v0.3.0
20882024-12-18T19:10:47.216Z Compiling tempfile v3.13.0
20892024-12-18T19:10:48.976Z Compiling array-init v0.0.4
20902024-12-18T19:10:49.570Z Compiling crc v3.2.1
20912024-12-18T19:10:52.915Z Compiling darling v0.20.10
20922024-12-18T19:10:54.933Z Compiling smallvec v0.6.14
20932024-12-18T19:11:01.317Z Compiling progenitor-client v0.8.0
20942024-12-18T19:11:03.745Z Compiling pin-project-internal v1.1.6
20952024-12-18T19:11:03.748Z Compiling dropshot v0.13.0
20962024-12-18T19:11:04.066Z Compiling hashbrown v0.12.3
20972024-12-18T19:11:04.360Z Compiling bitfield v0.14.0
20982024-12-18T19:11:06.159Z Compiling base64 v0.21.7
20992024-12-18T19:11:06.370Z Compiling termcolor v1.4.1
21002024-12-18T19:11:07.285Z Compiling same-file v1.0.6
21012024-12-18T19:11:08.486Z Compiling walkdir v2.5.0
21022024-12-18T19:11:10.138Z Compiling env_logger v0.10.2
21032024-12-18T19:11:11.860Z Compiling ron v0.8.1
21042024-12-18T19:11:13.257Z Compiling pin-project v1.1.6
21052024-12-18T19:11:17.815Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21062024-12-18T19:11:23.264Z Compiling progenitor v0.8.0
21072024-12-18T19:11:23.558Z Compiling serde-hex v0.1.0
21082024-12-18T19:11:23.931Z Compiling serde_with_macros v3.11.0
21092024-12-18T19:11:26.510Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21102024-12-18T19:11:27.231Z Compiling parse-display-derive v0.10.0
21112024-12-18T19:11:28.853Z Compiling strum_macros v0.26.4
21122024-12-18T19:11:31.125Z Compiling snafu-derive v0.8.5
21132024-12-18T19:11:31.614Z Compiling hashbrown v0.13.2
21142024-12-18T19:11:31.803Z Compiling ipnetwork v0.20.0
21152024-12-18T19:11:32.378Z Compiling xattr v1.3.1
21162024-12-18T19:11:32.717Z Compiling dropshot_endpoint v0.13.0
21172024-12-18T19:11:33.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21182024-12-18T19:11:33.088Z Compiling blake3 v1.5.4
21192024-12-18T19:11:33.526Z Compiling ring v0.16.20
21202024-12-18T19:11:33.685Z Compiling filetime v0.2.25
21212024-12-18T19:11:33.822Z Compiling instant v0.1.13
21222024-12-18T19:11:34.046Z Compiling zip v2.1.3
21232024-12-18T19:11:34.414Z Compiling lockfree-object-pool v0.1.6
21242024-12-18T19:11:34.712Z Compiling bumpalo v3.16.0
21252024-12-18T19:11:35.293Z Compiling simd-adler32 v0.3.7
21262024-12-18T19:11:35.590Z Compiling buf-list v1.0.3
21272024-12-18T19:11:35.635Z Compiling crc-any v2.5.0
21282024-12-18T19:11:35.846Z Compiling zopfli v0.8.1
21292024-12-18T19:11:35.993Z Compiling snafu v0.8.5
21302024-12-18T19:11:36.184Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21312024-12-18T19:11:36.622Z Compiling backoff v0.4.0
21322024-12-18T19:11:37.004Z Compiling tar v0.4.42
21332024-12-18T19:11:37.312Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342024-12-18T19:11:38.250Z Compiling strum v0.26.3
21352024-12-18T19:11:38.462Z Compiling object v0.30.4
21362024-12-18T19:11:39.981Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21372024-12-18T19:11:42.489Z Compiling parse-display v0.10.0
21382024-12-18T19:11:42.712Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21392024-12-18T19:11:43.302Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21402024-12-18T19:11:43.659Z Compiling serde_with v3.11.0
21412024-12-18T19:11:44.477Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21422024-12-18T19:11:44.867Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21432024-12-18T19:11:45.203Z Compiling camino-tempfile v1.1.1
21442024-12-18T19:11:46.005Z Compiling globset v0.4.15
21452024-12-18T19:11:48.070Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21462024-12-18T19:11:48.263Z Compiling regress v0.9.1
21472024-12-18T19:11:50.196Z Compiling pem v3.0.4
21482024-12-18T19:11:51.100Z Compiling olpc-cjson v0.1.4
21492024-12-18T19:11:51.465Z Compiling macaddr v1.0.1
21502024-12-18T19:11:51.467Z Compiling serde_plain v1.0.2
21512024-12-18T19:11:51.653Z Compiling async-recursion v1.1.1
21522024-12-18T19:11:51.842Z Compiling memmap2 v0.9.5
21532024-12-18T19:11:52.014Z Compiling path-slash v0.1.5
21542024-12-18T19:11:52.098Z Compiling constant_time_eq v0.3.1
21552024-12-18T19:11:52.258Z Compiling arrayref v0.3.9
21562024-12-18T19:11:52.285Z Compiling spin v0.5.2
21572024-12-18T19:11:52.367Z Compiling arrayvec v0.7.6
21582024-12-18T19:11:52.415Z Compiling typed-path v0.9.3
21592024-12-18T19:11:53.139Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21602024-12-18T19:11:53.773Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21612024-12-18T19:11:55.671Z Compiling tough v0.19.0
21622024-12-18T19:11:59.871Z Compiling itertools v0.13.0
21632024-12-18T19:12:00.721Z Compiling cargo-platform v0.1.8
21642024-12-18T19:12:00.923Z Compiling parse-size v1.1.0
21652024-12-18T19:12:01.236Z Compiling topological-sort v0.2.2
21662024-12-18T19:12:01.530Z Compiling omicron-zone-package v0.11.1
21672024-12-18T19:12:01.829Z Compiling cargo_metadata v0.18.1
21682024-12-18T19:12:03.694Z Compiling shell-words v1.1.0
21692024-12-18T19:12:07.289Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21702024-12-18T19:12:20.704Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21712024-12-18T19:12:35.653Z Finished `release` profile [optimized] target(s) in 5m 52s
21722024-12-18T19:12:35.815Z Running `target/release/omicron-releng --output-dir /work`
21732024-12-18T19:12:35.861ZDec 18 19:12:33.919 DEBG changing working directory to /work/oxidecomputer/omicron
21742024-12-18T19:12:35.962ZDec 18 19:12:34.022 DEBG running: git rev-parse HEAD
21752024-12-18T19:12:35.969ZDec 18 19:12:34.029 DEBG process exited with exit status: 0 (6.761556ms)
21762024-12-18T19:12:35.969ZDec 18 19:12:34.029 INFO version: 12.0.0-0.ci+gitf1bb19aaaac
21772024-12-18T19:12:36.011ZDec 18 19:12:34.071 INFO cloning helios to /work/oxidecomputer/helios
21782024-12-18T19:12:36.011ZDec 18 19:12:34.071 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21792024-12-18T19:12:36.016ZCloning into '/work/oxidecomputer/helios'...
21802024-12-18T19:12:36.558ZDec 18 19:12:34.618 DEBG process exited with exit status: 0 (547.269281ms)
21812024-12-18T19:12:36.558ZDec 18 19:12:34.618 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21822024-12-18T19:12:36.566Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21832024-12-18T19:12:36.566Z# branch.head master
21842024-12-18T19:12:36.566Z# branch.upstream origin/master
21852024-12-18T19:12:36.566Z# branch.ab +0 -0
21862024-12-18T19:12:36.568ZDec 18 19:12:34.626 DEBG process exited with exit status: 0 (8.044844ms)
21872024-12-18T19:12:36.569ZDec 18 19:12:34.626 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21882024-12-18T19:12:37.445ZDec 18 19:12:35.505 DEBG process exited with exit status: 0 (878.295793ms)
21892024-12-18T19:12:37.445ZDec 18 19:12:35.505 DEBG running: zfs list rpool/images/build/host
21902024-12-18T19:12:37.452ZNAME USED AVAIL REFER MOUNTPOINT
21912024-12-18T19:12:37.452Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21922024-12-18T19:12:37.454ZDec 18 19:12:35.512 DEBG process exited with exit status: 0 (7.435076ms)
21932024-12-18T19:12:37.454ZDec 18 19:12:35.512 DEBG running: zfs list rpool/images/build/recovery
21942024-12-18T19:12:37.458ZNAME USED AVAIL REFER MOUNTPOINT
21952024-12-18T19:12:37.459Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21962024-12-18T19:12:37.461ZDec 18 19:12:35.519 DEBG process exited with exit status: 0 (6.491538ms)
21972024-12-18T19:12:37.461ZDec 18 19:12:35.520 INFO [hubris-production] running task
21982024-12-18T19:12:37.461ZDec 18 19:12:35.520 INFO [hubris-staging] running task
21992024-12-18T19:12:37.462ZDec 18 19:12:35.520 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22002024-12-18T19:12:37.464ZDec 18 19:12:35.523 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22012024-12-18T19:12:37.533Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22022024-12-18T19:12:37.941Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-18T19:12:39.117Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-18T19:12:39.389Z[ omicron-package] Blocking waiting for file lock on package cache
22052024-12-18T19:12:39.498ZDec 18 19:12:37.558 INFO [hubris-production] task succeeded (2.037851233s)
22062024-12-18T19:12:40.230Z[ omicron-package] Compiling zerocopy v0.8.10
22072024-12-18T19:12:40.235Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22082024-12-18T19:12:40.235Z[ omicron-package] Compiling itertools v0.13.0
22092024-12-18T19:12:40.235Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22102024-12-18T19:12:40.235Z[ omicron-package] Compiling heapless v0.8.0
22112024-12-18T19:12:40.235Z[ omicron-package] Compiling hash32 v0.3.1
22122024-12-18T19:12:40.235Z[ omicron-package] Compiling smoltcp v0.11.0
22132024-12-18T19:12:40.235Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142024-12-18T19:12:41.386Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22152024-12-18T19:12:41.629Z[ omicron-package] Compiling cobs v0.2.3
22162024-12-18T19:12:41.836Z[ omicron-package] Compiling num_enum_derive v0.5.11
22172024-12-18T19:12:42.064Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22182024-12-18T19:12:42.353Z[ omicron-package] Compiling postcard v1.0.10
22192024-12-18T19:12:42.447Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22202024-12-18T19:12:42.447Z[ omicron-package] Compiling proc-macro-error v1.0.4
22212024-12-18T19:12:43.221Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22222024-12-18T19:12:43.338Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22232024-12-18T19:12:43.427Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22242024-12-18T19:12:44.708Z[ omicron-package] Compiling tabwriter v1.4.0
22252024-12-18T19:12:45.223Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22262024-12-18T19:12:45.542Z[ omicron-package] Compiling foreign-types v0.5.0
22272024-12-18T19:12:46.017Z[ omicron-package] Compiling cstr-argument v0.1.2
22282024-12-18T19:12:46.189Z[ omicron-package] Compiling num_enum v0.5.11
22292024-12-18T19:12:46.192Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22302024-12-18T19:12:46.481Z[ omicron-package] Compiling pretty-hex v0.2.1
22312024-12-18T19:12:46.657Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22322024-12-18T19:12:46.766Z[ omicron-package] Compiling thiserror v2.0.3
22332024-12-18T19:12:46.873Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22342024-12-18T19:12:47.140Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-18T19:12:47.677Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22362024-12-18T19:12:47.837Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-18T19:12:48.160Z[ omicron-package] Compiling colored v2.1.0
22382024-12-18T19:12:48.228Z[ omicron-package] Compiling thiserror-impl v2.0.3
22392024-12-18T19:12:48.250Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22402024-12-18T19:12:49.455ZDec 18 19:12:47.513 INFO [hubris-staging] task succeeded (11.993598491s)
22412024-12-18T19:12:49.485Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22422024-12-18T19:12:49.572Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22432024-12-18T19:12:50.495Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22442024-12-18T19:12:50.870Z[ omicron-package] Compiling sigpipe v0.1.3
22452024-12-18T19:12:51.232Z[ omicron-package] Compiling num-derive v0.4.2
22462024-12-18T19:12:51.268Z[ omicron-package] Compiling libefi-sys v0.1.0
22472024-12-18T19:12:52.117Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22482024-12-18T19:12:52.456Z[ omicron-package] Compiling zone v0.3.0
22492024-12-18T19:12:53.305Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502024-12-18T19:12:53.833Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22512024-12-18T19:12:54.432Z[ omicron-package] Compiling smf v0.2.3
22522024-12-18T19:12:54.709Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22532024-12-18T19:12:55.234Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22542024-12-18T19:12:55.525Z[ omicron-package] Compiling bitfield-struct v0.6.2
22552024-12-18T19:12:57.668Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-12-18T19:12:57.989Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22572024-12-18T19:12:58.047Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-18T19:12:58.287Z[ omicron-package] Compiling gethostname v0.5.0
22592024-12-18T19:12:58.577Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22602024-12-18T19:12:58.859Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22612024-12-18T19:12:59.459Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-18T19:13:00.415Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22632024-12-18T19:13:02.574Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-18T19:13:03.833Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652024-12-18T19:13:05.267Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22662024-12-18T19:13:08.416Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22672024-12-18T19:13:08.996Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22682024-12-18T19:13:10.864Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22692024-12-18T19:13:19.399Z[ helios-setup] Dec 18 19:13:17.453 INFO helios repository root is: /work/oxidecomputer/helios
22702024-12-18T19:13:19.402Z[ helios-setup] Dec 18 19:13:17.454 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
22712024-12-18T19:13:19.402Z[ helios-setup] Dec 18 19:13:17.455 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22722024-12-18T19:13:19.405Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22732024-12-18T19:13:20.333Z[ helios-setup] Dec 18 19:13:18.386 INFO clone ok!, project: pilot
22742024-12-18T19:13:20.336Z[ helios-setup] Dec 18 19:13:18.386 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22752024-12-18T19:13:20.336Z[ helios-setup] Dec 18 19:13:18.386 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22762024-12-18T19:13:20.336Z[ helios-setup] Dec 18 19:13:18.386 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
22772024-12-18T19:13:20.336Z[ helios-setup] Dec 18 19:13:18.387 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22782024-12-18T19:13:20.338Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22792024-12-18T19:13:20.990Z[ helios-setup] Dec 18 19:13:19.043 INFO clone ok!, project: image-builder
22802024-12-18T19:13:20.993Z[ helios-setup] Dec 18 19:13:19.043 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
22812024-12-18T19:13:20.993Z[ helios-setup] Dec 18 19:13:19.044 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22822024-12-18T19:13:20.996Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22832024-12-18T19:13:27.561Z[ helios-setup] Dec 18 19:13:25.613 INFO clone ok!, project: amd-firmware
22842024-12-18T19:13:27.564Z[ helios-setup] Dec 18 19:13:25.614 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
22852024-12-18T19:13:27.564Z[ helios-setup] Dec 18 19:13:25.614 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22862024-12-18T19:13:27.567Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22872024-12-18T19:13:28.097Z[ helios-setup] Dec 18 19:13:26.150 INFO clone ok!, project: pinprick
22882024-12-18T19:13:28.100Z[ helios-setup] Dec 18 19:13:26.150 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
22892024-12-18T19:13:28.100Z[ helios-setup] Dec 18 19:13:26.150 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22902024-12-18T19:13:28.104Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22912024-12-18T19:13:28.692Z[ helios-setup] Dec 18 19:13:26.745 INFO clone ok!, project: phbl
22922024-12-18T19:13:28.695Z[ helios-setup] Dec 18 19:13:26.745 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
22932024-12-18T19:13:28.695Z[ helios-setup] Dec 18 19:13:26.745 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
22942024-12-18T19:13:28.698Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22952024-12-18T19:13:29.569Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22962024-12-18T19:13:29.576Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22972024-12-18T19:13:29.696Z[ omicron-package] Finished `release` profile [optimized] target(s) in 52.22s
22982024-12-18T19:13:29.948Z[ omicron-package]
22992024-12-18T19:13:29.951Z[ omicron-package] real 52.434234999
23002024-12-18T19:13:29.951Z[ omicron-package] user 2:57.630872179
23012024-12-18T19:13:29.951Z[ omicron-package] sys 26.429064150
23022024-12-18T19:13:29.951Z[ omicron-package] trap 0.244140995
23032024-12-18T19:13:29.951Z[ omicron-package] tflt 0.420262942
23042024-12-18T19:13:29.951Z[ omicron-package] dflt 0.732004014
23052024-12-18T19:13:29.951Z[ omicron-package] kflt 0.008188025
23062024-12-18T19:13:29.951ZDec 18 19:13:28.001 INFO [omicron-package] process exited with exit status: 0 (52.480645501s)
23072024-12-18T19:13:29.951Z[ omicron-package] lock 6:14.150119704
23082024-12-18T19:13:29.951Z[ omicron-package] slp 10:02.961290467
23092024-12-18T19:13:29.951Z[ omicron-package] lat 1:36.946259623
23102024-12-18T19:13:29.951Z[ omicron-package] stop 1:03.260507706
23112024-12-18T19:13:29.951ZDec 18 19:13:28.001 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
23122024-12-18T19:13:30.017ZDec 18 19:13:28.069 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23132024-12-18T19:13:30.028Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23142024-12-18T19:13:30.031Z[ host-target] Created new build target 'host' and set it as active
23152024-12-18T19:13:30.031ZDec 18 19:13:28.083 INFO [host-target] process exited with exit status: 0 (81.32906ms)
23162024-12-18T19:13:30.031ZDec 18 19:13:28.083 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23172024-12-18T19:13:30.036Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23182024-12-18T19:13:30.039Z[ recovery-target] Created new build target 'recovery' and set it as active
23192024-12-18T19:13:30.039ZDec 18 19:13:28.090 INFO [recovery-target] process exited with exit status: 0 (20.944419ms)
23202024-12-18T19:13:30.045Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23212024-12-18T19:13:31.232Z[ host-package] Compiling convert_case v0.4.0
23222024-12-18T19:13:31.232Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23232024-12-18T19:13:31.232Z[ host-package] Compiling newline-converter v0.3.0
23242024-12-18T19:13:31.235Z[ host-package] Compiling password-hash v0.5.0
23252024-12-18T19:13:31.235Z[ host-package] Compiling progenitor-client v0.8.0
23262024-12-18T19:13:31.235Z[ host-package] Compiling blake2 v0.10.6
23272024-12-18T19:13:31.235Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23282024-12-18T19:13:31.391Z[ host-package] Compiling owo-colors v4.1.0
23292024-12-18T19:13:31.634Z[ host-package] Compiling expectorate v1.1.0
23302024-12-18T19:13:31.678Z[ host-package] Compiling cancel-safe-futures v0.1.5
23312024-12-18T19:13:31.804Z[ host-package] Compiling progenitor v0.8.0
23322024-12-18T19:13:31.839Z[ host-package] Compiling num-rational v0.4.2
23332024-12-18T19:13:31.908Z[ host-package] Compiling argon2 v0.5.3
23342024-12-18T19:13:32.050Z[ host-package] Compiling num-complex v0.4.6
23352024-12-18T19:13:32.306Z[ host-package] Compiling derive_more v0.99.18
23362024-12-18T19:13:32.523Z[ host-package] Compiling atomicwrites v0.4.4
23372024-12-18T19:13:32.790Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23382024-12-18T19:13:33.160Z[ host-package] Compiling libsw v3.3.1
23392024-12-18T19:13:33.462Z[ host-package] Compiling num v0.4.3
23402024-12-18T19:13:33.568Z[ host-package] Compiling linear-map v1.2.0
23412024-12-18T19:13:33.596Z[ host-package] Compiling float-ord v0.3.2
23422024-12-18T19:13:33.617Z[ host-package] Compiling indent_write v2.2.0
23432024-12-18T19:13:33.617Z[ host-package] Compiling swrite v0.1.0
23442024-12-18T19:13:33.772Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23452024-12-18T19:13:33.794Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23462024-12-18T19:13:33.909Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23472024-12-18T19:13:34.015Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23482024-12-18T19:13:34.432Z[ host-package] Compiling highway v1.2.0
23492024-12-18T19:13:34.459Z[ host-package] Compiling semver v0.1.20
23502024-12-18T19:13:35.088Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23512024-12-18T19:13:35.405Z[ host-package] Compiling rustc_version v0.1.7
23522024-12-18T19:13:35.859Z[ host-package] Compiling newtype_derive v0.1.6
23532024-12-18T19:13:35.900Z[ host-package] Compiling newtype-uuid v1.1.3
23542024-12-18T19:13:36.310Z[ host-package] Compiling dropshot v0.13.0
23552024-12-18T19:13:36.414Z[ host-package] Compiling ipnetwork v0.20.0
23562024-12-18T19:13:36.436Z[ host-package] Compiling instant v0.1.13
23572024-12-18T19:13:36.475Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23582024-12-18T19:13:36.489Z[ helios-setup] Dec 18 19:13:34.540 INFO clone ok!, project: amd-host-image-builder
23592024-12-18T19:13:36.492Z[ helios-setup] Dec 18 19:13:34.541 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23602024-12-18T19:13:36.492Z[ helios-setup] Dec 18 19:13:34.541 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
23612024-12-18T19:13:36.492Z[ helios-setup] Dec 18 19:13:34.541 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23622024-12-18T19:13:36.495Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23632024-12-18T19:13:36.668Z[ host-package] Compiling humantime v2.1.0
23642024-12-18T19:13:37.286Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23652024-12-18T19:13:37.565Z[ host-package] Compiling backoff v0.4.0
23662024-12-18T19:13:37.600Z[ helios-setup] Dec 18 19:13:35.651 INFO clone ok!, project: chelsio-t6-roms
23672024-12-18T19:13:37.602Z[ helios-setup] Dec 18 19:13:35.651 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
23682024-12-18T19:13:37.602Z[ helios-setup] Dec 18 19:13:35.651 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23692024-12-18T19:13:37.605Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23702024-12-18T19:13:38.046Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23712024-12-18T19:13:38.442Z[ helios-setup] Dec 18 19:13:36.491 INFO clone ok!, project: bootserver
23722024-12-18T19:13:38.442Z[ helios-setup] Dec 18 19:13:36.491 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23732024-12-18T19:13:38.474Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23742024-12-18T19:13:39.328Z[ helios-setup] Dec 18 19:13:37.377 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23752024-12-18T19:13:39.435Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23762024-12-18T19:13:39.879Z[ helios-setup] Dec 18 19:13:37.929 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23772024-12-18T19:13:39.879Z[ helios-setup] Dec 18 19:13:37.930 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23782024-12-18T19:13:40.457Z[ helios-setup] Dec 18 19:13:38.508 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23792024-12-18T19:13:41.039Z[ helios-setup] Dec 18 19:13:39.089 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23802024-12-18T19:13:41.041Z[ helios-setup] Dec 18 19:13:39.089 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23812024-12-18T19:13:41.617Z[ helios-setup] Dec 18 19:13:39.667 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23822024-12-18T19:13:42.200Z[ helios-setup] Dec 18 19:13:40.250 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23832024-12-18T19:13:42.200Z[ helios-setup] Dec 18 19:13:40.250 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23842024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23852024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO ok!
23862024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23872024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23882024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO ok!
23892024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23902024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23912024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO ok!
23922024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23932024-12-18T19:13:42.203Z[ helios-setup] Dec 18 19:13:40.250 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23942024-12-18T19:13:42.480Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23952024-12-18T19:13:42.603Z[ helios-setup] Dec 18 19:13:40.653 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
23962024-12-18T19:13:43.781Z[ host-package] Compiling parse-display v0.10.0
23972024-12-18T19:13:43.789Z[ helios-setup] Dec 18 19:13:41.839 INFO E| From https://github.com/oxidecomputer/progenitor
23982024-12-18T19:13:43.789Z[ helios-setup] Dec 18 19:13:41.839 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
23992024-12-18T19:13:43.820Z[ helios-setup] Dec 18 19:13:41.870 INFO E| * [new tag] v0.1.1 -> v0.1.1
24002024-12-18T19:13:43.820Z[ helios-setup] Dec 18 19:13:41.870 INFO E| * [new tag] v0.2.0 -> v0.2.0
24012024-12-18T19:13:43.942Z[ helios-setup] Dec 18 19:13:41.992 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24022024-12-18T19:13:44.219Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24032024-12-18T19:13:44.420Z[ host-package] Compiling serde_with v3.11.0
24042024-12-18T19:13:44.420Z[ host-package] Compiling strum v0.26.3
24052024-12-18T19:13:44.651Z[ helios-setup] Dec 18 19:13:42.701 INFO E| From https://github.com/jclulow/hiercmd
24062024-12-18T19:13:44.651Z[ helios-setup] Dec 18 19:13:42.701 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24072024-12-18T19:13:44.654Z[ host-package] Compiling regress v0.9.1
24082024-12-18T19:13:44.671Z[ helios-setup] Dec 18 19:13:42.721 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24092024-12-18T19:13:45.215Z[ helios-setup] Dec 18 19:13:43.264 INFO E| From https://github.com/jclulow/network-interface
24102024-12-18T19:13:45.215Z[ helios-setup] Dec 18 19:13:43.264 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24112024-12-18T19:13:45.235Z[ helios-setup] Dec 18 19:13:43.284 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24122024-12-18T19:13:45.875Z[ helios-setup] Dec 18 19:13:43.924 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24132024-12-18T19:13:45.875Z[ helios-setup] Dec 18 19:13:43.924 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24142024-12-18T19:13:45.924Z[ helios-setup] Dec 18 19:13:43.974 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24152024-12-18T19:13:46.741Z[ helios-setup] Dec 18 19:13:44.790 INFO E| From https://github.com/oxidecomputer/facade
24162024-12-18T19:13:46.741Z[ helios-setup] Dec 18 19:13:44.790 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24172024-12-18T19:13:46.785Z[ helios-setup] Dec 18 19:13:44.834 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24182024-12-18T19:13:47.281Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24192024-12-18T19:13:47.511Z[ helios-setup] Dec 18 19:13:45.558 INFO E| From https://github.com/oxidecomputer/dropshot
24202024-12-18T19:13:47.511Z[ helios-setup] Dec 18 19:13:45.558 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24212024-12-18T19:13:47.540Z[ helios-setup] Dec 18 19:13:45.590 INFO E| * [new tag] v0.3.0 -> v0.3.0
24222024-12-18T19:13:47.540Z[ helios-setup] Dec 18 19:13:45.590 INFO E| * [new tag] v0.4.0 -> v0.4.0
24232024-12-18T19:13:47.544Z[ helios-setup] Dec 18 19:13:45.590 INFO E| * [new tag] v0.5.0 -> v0.5.0
24242024-12-18T19:13:47.544Z[ helios-setup] Dec 18 19:13:45.590 INFO E| * [new tag] v0.5.1 -> v0.5.1
24252024-12-18T19:13:47.544Z[ helios-setup] Dec 18 19:13:45.590 INFO E| * [new tag] v0.6.0 -> v0.6.0
24262024-12-18T19:13:47.544Z[ helios-setup] Dec 18 19:13:45.590 INFO E| * [new tag] v0.7.0 -> v0.7.0
24272024-12-18T19:13:47.544Z[ helios-setup] Dec 18 19:13:45.591 INFO E| * [new tag] v0.8.0 -> v0.8.0
24282024-12-18T19:13:47.544Z[ helios-setup] Dec 18 19:13:45.591 INFO E| * [new tag] v0.9.0 -> v0.9.0
24292024-12-18T19:13:47.589Z[ helios-setup] Dec 18 19:13:45.638 INFO E| Updating crates.io index
24302024-12-18T19:13:47.617Z[ helios-setup] Dec 18 19:13:45.666 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24312024-12-18T19:13:48.425Z[ helios-setup] Dec 18 19:13:46.474 INFO E| From https://github.com/oxidecomputer/typify
24322024-12-18T19:13:48.425Z[ helios-setup] Dec 18 19:13:46.474 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24332024-12-18T19:13:48.454Z[ helios-setup] Dec 18 19:13:46.504 INFO E| * [new tag] v0.0.10 -> v0.0.10
24342024-12-18T19:13:48.454Z[ helios-setup] Dec 18 19:13:46.504 INFO E| * [new tag] v0.0.11 -> v0.0.11
24352024-12-18T19:13:48.457Z[ helios-setup] Dec 18 19:13:46.504 INFO E| * [new tag] v0.0.4 -> v0.0.4
24362024-12-18T19:13:48.457Z[ helios-setup] Dec 18 19:13:46.504 INFO E| * [new tag] v0.0.5 -> v0.0.5
24372024-12-18T19:13:48.457Z[ helios-setup] Dec 18 19:13:46.505 INFO E| * [new tag] v0.0.7 -> v0.0.7
24382024-12-18T19:13:48.457Z[ helios-setup] Dec 18 19:13:46.505 INFO E| * [new tag] v0.0.8 -> v0.0.8
24392024-12-18T19:13:48.457Z[ helios-setup] Dec 18 19:13:46.505 INFO E| * [new tag] v0.0.9 -> v0.0.9
24402024-12-18T19:13:48.931Z[ host-package] Compiling macaddr v1.0.1
24412024-12-18T19:13:49.111Z[ helios-setup] Dec 18 19:13:47.160 INFO E| Downloading crates ...
24422024-12-18T19:13:49.280Z[ host-package] Compiling steno v0.4.1
24432024-12-18T19:13:49.370Z[ helios-setup] Dec 18 19:13:47.419 INFO E| Downloaded anstream v0.2.6
24442024-12-18T19:13:49.374Z[ helios-setup] Dec 18 19:13:47.423 INFO E| Downloaded ahash v0.8.3
24452024-12-18T19:13:49.379Z[ helios-setup] Dec 18 19:13:47.428 INFO E| Downloaded ahash v0.7.6
24462024-12-18T19:13:49.403Z[ helios-setup] Dec 18 19:13:47.452 INFO E| Downloaded aho-corasick v0.7.20
24472024-12-18T19:13:49.410Z[ helios-setup] Dec 18 19:13:47.459 INFO E| Downloaded concolor-override v1.0.0
24482024-12-18T19:13:49.412Z[ helios-setup] Dec 18 19:13:47.461 INFO E| Downloaded anstyle-parse v0.1.1
24492024-12-18T19:13:49.415Z[ helios-setup] Dec 18 19:13:47.464 INFO E| Downloaded block-buffer v0.10.3
24502024-12-18T19:13:49.417Z[ helios-setup] Dec 18 19:13:47.466 INFO E| Downloaded async-stream-impl v0.3.5
24512024-12-18T19:13:49.419Z[ helios-setup] Dec 18 19:13:47.468 INFO E| Downloaded async-stream v0.3.5
24522024-12-18T19:13:49.453Z[ helios-setup] Dec 18 19:13:47.502 INFO E| Downloaded const-random-macro v0.1.15
24532024-12-18T19:13:49.456Z[ helios-setup] Dec 18 19:13:47.504 INFO E| Downloaded const-random v0.1.15
24542024-12-18T19:13:49.456Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24552024-12-18T19:13:49.487Z[ helios-setup] Dec 18 19:13:47.536 INFO E| Downloaded project-root v0.2.2
24562024-12-18T19:13:49.505Z[ helios-setup] Dec 18 19:13:47.555 INFO E| Downloaded tower-service v0.3.2
24572024-12-18T19:13:49.508Z[ helios-setup] Dec 18 19:13:47.557 INFO E| Downloaded rhai_codegen v1.5.0
24582024-12-18T19:13:49.524Z[ helios-setup] Dec 18 19:13:47.573 INFO E| Downloaded want v0.3.0
24592024-12-18T19:13:49.527Z[ helios-setup] Dec 18 19:13:47.575 INFO E| Downloaded try-lock v0.2.4
24602024-12-18T19:13:49.529Z[ helios-setup] Dec 18 19:13:47.577 INFO E| Downloaded crossbeam-deque v0.8.2
24612024-12-18T19:13:49.532Z[ helios-setup] Dec 18 19:13:47.580 INFO E| Downloaded toolchain_find v0.2.0
24622024-12-18T19:13:49.536Z[ helios-setup] Dec 18 19:13:47.583 INFO E| Downloaded sha1 v0.10.5
24632024-12-18T19:13:49.538Z[ helios-setup] Dec 18 19:13:47.586 INFO E| Downloaded signal-hook-registry v1.4.0
24642024-12-18T19:13:49.541Z[ helios-setup] Dec 18 19:13:47.588 INFO E| Downloaded slog-async v2.7.0
24652024-12-18T19:13:49.543Z[ helios-setup] Dec 18 19:13:47.592 INFO E| Downloaded strsim v0.10.0
24662024-12-18T19:13:49.546Z[ helios-setup] Dec 18 19:13:47.595 INFO E| Downloaded sha2 v0.10.6
24672024-12-18T19:13:49.551Z[ helios-setup] Dec 18 19:13:47.600 INFO E| Downloaded slog-bunyan v2.4.0
24682024-12-18T19:13:49.553Z[ helios-setup] Dec 18 19:13:47.603 INFO E| Downloaded regress v0.5.0
24692024-12-18T19:13:49.568Z[ helios-setup] Dec 18 19:13:47.618 INFO E| Downloaded utf8parse v0.2.1
24702024-12-18T19:13:49.572Z[ helios-setup] Dec 18 19:13:47.620 INFO E| Downloaded errno v0.3.1
24712024-12-18T19:13:49.575Z[ helios-setup] Dec 18 19:13:47.622 INFO E| Downloaded iana-time-zone v0.1.56
24722024-12-18T19:13:49.577Z[ helios-setup] Dec 18 19:13:47.626 INFO E| Downloaded futures-channel v0.3.28
24732024-12-18T19:13:49.581Z[ helios-setup] Dec 18 19:13:47.631 INFO E| Downloaded walkdir v2.3.3
24742024-12-18T19:13:49.585Z[ helios-setup] Dec 18 19:13:47.635 INFO E| Downloaded toml_datetime v0.6.1
24752024-12-18T19:13:49.588Z[ helios-setup] Dec 18 19:13:47.637 INFO E| Downloaded serde_derive_internals v0.26.0
24762024-12-18T19:13:49.591Z[ helios-setup] Dec 18 19:13:47.640 INFO E| Downloaded log v0.4.17
24772024-12-18T19:13:49.596Z[ helios-setup] Dec 18 19:13:47.645 INFO E| Downloaded slab v0.4.7
24782024-12-18T19:13:49.599Z[ helios-setup] Dec 18 19:13:47.648 INFO E| Downloaded tokio-rustls v0.24.0
24792024-12-18T19:13:49.602Z[ helios-setup] Dec 18 19:13:47.651 INFO E| Downloaded tempfile v3.5.0
24802024-12-18T19:13:49.606Z[ helios-setup] Dec 18 19:13:47.655 INFO E| Downloaded parking_lot_core v0.9.6
24812024-12-18T19:13:49.610Z[ helios-setup] Dec 18 19:13:47.659 INFO E| Downloaded sct v0.7.0
24822024-12-18T19:13:49.617Z[ helios-setup] Dec 18 19:13:47.667 INFO E| Downloaded futures v0.3.28
24832024-12-18T19:13:49.629Z[ helios-setup] Dec 18 19:13:47.679 INFO E| Downloaded uuid v1.3.0
24842024-12-18T19:13:49.639Z[ helios-setup] Dec 18 19:13:47.688 INFO E| Downloaded unicode-bidi v0.3.13
24852024-12-18T19:13:49.643Z[ helios-setup] Dec 18 19:13:47.693 INFO E| Downloaded rustls-webpki v0.100.1
24862024-12-18T19:13:49.657Z[ helios-setup] Dec 18 19:13:47.706 INFO E| Downloaded url v2.3.1
24872024-12-18T19:13:49.663Z[ helios-setup] Dec 18 19:13:47.712 INFO E| Downloaded unsafe-libyaml v0.2.8
24882024-12-18T19:13:49.672Z[ helios-setup] Dec 18 19:13:47.721 INFO E| Downloaded tracing v0.1.37
24892024-12-18T19:13:49.766Z[ helios-setup] Dec 18 19:13:47.731 INFO E| Downloaded toml_edit v0.19.8
24902024-12-18T19:13:49.769Z[ helios-setup] Dec 18 19:13:47.768 INFO E| Downloaded tokio-util v0.7.7
24912024-12-18T19:13:49.769Z[ helios-setup] Dec 18 19:13:47.779 INFO E| Downloaded unicode-normalization v0.1.22
24922024-12-18T19:13:49.769Z[ helios-setup] Dec 18 19:13:47.786 INFO E| Downloaded pest v2.5.7
24932024-12-18T19:13:49.769Z[ helios-setup] Dec 18 19:13:47.795 INFO E| Downloaded winnow v0.4.1
24942024-12-18T19:13:49.769Z[ helios-setup] Dec 18 19:13:47.809 INFO E| Downloaded serde_json v1.0.95
24952024-12-18T19:13:49.772Z[ helios-setup] Dec 18 19:13:47.820 INFO E| Downloaded clap_builder v4.2.1
24962024-12-18T19:13:49.782Z[ helios-setup] Dec 18 19:13:47.831 INFO E| Downloaded reqwest v0.11.16
24972024-12-18T19:13:49.815Z[ helios-setup] Dec 18 19:13:47.864 INFO E| Downloaded h2 v0.3.16
24982024-12-18T19:13:49.826Z[ helios-setup] Dec 18 19:13:47.876 INFO E| Downloaded git2 v0.16.1
24992024-12-18T19:13:49.840Z[ helios-setup] Dec 18 19:13:47.889 INFO E| Downloaded hyper v0.14.25
25002024-12-18T19:13:49.854Z[ helios-setup] Dec 18 19:13:47.904 INFO E| Downloaded futures-util v0.3.28
25012024-12-18T19:13:49.872Z[ helios-setup] Dec 18 19:13:47.921 INFO E| Downloaded syn v1.0.107
25022024-12-18T19:13:49.889Z[ helios-setup] Dec 18 19:13:47.937 INFO E| Downloaded syn v2.0.72
25032024-12-18T19:13:49.905Z[ helios-setup] Dec 18 19:13:47.954 INFO E| Downloaded rustls v0.21.0
25042024-12-18T19:13:49.921Z[ helios-setup] Dec 18 19:13:47.970 INFO E| Downloaded rustix v0.37.3
25052024-12-18T19:13:49.951Z[ helios-setup] Dec 18 19:13:48.000 INFO E| Downloaded rhai v1.14.0
25062024-12-18T19:13:49.971Z[ helios-setup] Dec 18 19:13:48.021 INFO E| Downloaded regex v1.7.3
25072024-12-18T19:13:49.985Z[ helios-setup] Dec 18 19:13:48.035 INFO E| Downloaded chrono v0.4.24
25082024-12-18T19:13:50.004Z[ helios-setup] Dec 18 19:13:48.053 INFO E| Downloaded rayon v1.6.1
25092024-12-18T19:13:50.020Z[ helios-setup] Dec 18 19:13:48.068 INFO E| Downloaded openapiv3 v1.0.2
25102024-12-18T19:13:50.038Z[ helios-setup] Dec 18 19:13:48.088 INFO E| Downloaded mio v0.8.5
25112024-12-18T19:13:50.048Z[ helios-setup] Dec 18 19:13:48.097 INFO E| Downloaded http v0.2.9
25122024-12-18T19:13:50.060Z[ helios-setup] Dec 18 19:13:48.109 INFO E| Downloaded crossbeam-channel v0.5.6
25132024-12-18T19:13:50.067Z[ helios-setup] Dec 18 19:13:48.116 INFO E| Downloaded serde v1.0.204
25142024-12-18T19:13:50.072Z[ helios-setup] Dec 18 19:13:48.122 INFO E| Downloaded unicode-linebreak v0.1.4
25152024-12-18T19:13:50.075Z[ helios-setup] Dec 18 19:13:48.125 INFO E| Downloaded tungstenite v0.18.0
25162024-12-18T19:13:50.080Z[ helios-setup] Dec 18 19:13:48.130 INFO E| Downloaded tracing-core v0.1.30
25172024-12-18T19:13:50.085Z[ helios-setup] Dec 18 19:13:48.134 INFO E| Downloaded toml v0.7.3
25182024-12-18T19:13:50.090Z[ helios-setup] Dec 18 19:13:48.139 INFO E| Downloaded textwrap v0.16.0
25192024-12-18T19:13:50.093Z[ helios-setup] Dec 18 19:13:48.143 INFO E| Downloaded serde_yaml v0.9.21
25202024-12-18T19:13:50.099Z[ helios-setup] Dec 18 19:13:48.148 INFO E| Downloaded rayon-core v1.10.2
25212024-12-18T19:13:50.105Z[ helios-setup] Dec 18 19:13:48.154 INFO E| Downloaded proc-macro2 v1.0.86
25222024-12-18T19:13:50.108Z[ helios-setup] Dec 18 19:13:48.158 INFO E| Downloaded miniz_oxide v0.6.2
25232024-12-18T19:13:50.112Z[ helios-setup] Dec 18 19:13:48.161 INFO E| Downloaded tokio v1.27.0
25242024-12-18T19:13:50.167Z[ helios-setup] Dec 18 19:13:48.216 INFO E| Downloaded memchr v2.5.0
25252024-12-18T19:13:50.178Z[ helios-setup] Dec 18 19:13:48.223 INFO E| Downloaded flate2 v1.0.25
25262024-12-18T19:13:50.181Z[ helios-setup] Dec 18 19:13:48.231 INFO E| Downloaded ucd-trie v0.1.5
25272024-12-18T19:13:50.184Z[ helios-setup] Dec 18 19:13:48.234 INFO E| Downloaded cc v1.0.78
25282024-12-18T19:13:50.188Z[ helios-setup] Dec 18 19:13:48.237 INFO E| Downloaded base64 v0.21.0
25292024-12-18T19:13:50.193Z[ helios-setup] Dec 18 19:13:48.242 INFO E| Downloaded unicode-ident v1.0.8
25302024-12-18T19:13:50.197Z[ helios-setup] Dec 18 19:13:48.246 INFO E| Downloaded typenum v1.16.0
25312024-12-18T19:13:50.200Z[ helios-setup] Dec 18 19:13:48.250 INFO E| Downloaded libc v0.2.139
25322024-12-18T19:13:50.239Z[ helios-setup] Dec 18 19:13:48.288 INFO E| Downloaded toml v0.5.11
25332024-12-18T19:13:50.243Z[ helios-setup] Dec 18 19:13:48.293 INFO E| Downloaded tokio-tungstenite v0.18.0
25342024-12-18T19:13:50.247Z[ helios-setup] Dec 18 19:13:48.296 INFO E| Downloaded tinyvec v1.6.0
25352024-12-18T19:13:50.252Z[ helios-setup] Dec 18 19:13:48.301 INFO E| Downloaded socket2 v0.4.9
25362024-12-18T19:13:50.254Z[ helios-setup] Dec 18 19:13:48.304 INFO E| Downloaded serde_derive v1.0.204
25372024-12-18T19:13:50.258Z[ helios-setup] Dec 18 19:13:48.307 INFO E| Downloaded ryu v1.0.13
25382024-12-18T19:13:50.262Z[ helios-setup] Dec 18 19:13:48.312 INFO E| Downloaded parking_lot v0.12.1
25392024-12-18T19:13:50.266Z[ helios-setup] Dec 18 19:13:48.315 INFO E| Downloaded num-traits v0.2.15
25402024-12-18T19:13:50.271Z[ helios-setup] Dec 18 19:13:48.320 INFO E| Downloaded crossbeam-epoch v0.9.13
25412024-12-18T19:13:50.275Z[ helios-setup] Dec 18 19:13:48.324 INFO E| Downloaded crossbeam-utils v0.8.14
25422024-12-18T19:13:50.279Z[ helios-setup] Dec 18 19:13:48.328 INFO E| Downloaded time v0.1.45
25432024-12-18T19:13:50.281Z[ helios-setup] Dec 18 19:13:48.331 INFO E| Downloaded once_cell v1.17.0
25442024-12-18T19:13:50.285Z[ helios-setup] Dec 18 19:13:48.334 INFO E| Downloaded schemars v0.8.12
25452024-12-18T19:13:50.302Z[ helios-setup] Dec 18 19:13:48.351 INFO E| Downloaded quote v1.0.36
25462024-12-18T19:13:50.309Z[ helios-setup] Dec 18 19:13:48.355 INFO E| Downloaded lock_api v0.4.9
25472024-12-18T19:13:50.309Z[ helios-setup] Dec 18 19:13:48.358 INFO E| Downloaded jobserver v0.1.26
25482024-12-18T19:13:50.316Z[ helios-setup] Dec 18 19:13:48.361 INFO E| Downloaded ipnet v2.7.2
25492024-12-18T19:13:50.320Z[ helios-setup] Dec 18 19:13:48.364 INFO E| Downloaded semver v1.0.17
25502024-12-18T19:13:50.320Z[ helios-setup] Dec 18 19:13:48.368 INFO E| Downloaded io-lifetimes v1.0.10
25512024-12-18T19:13:50.323Z[ helios-setup] Dec 18 19:13:48.372 INFO E| Downloaded smartstring v1.0.1
25522024-12-18T19:13:50.327Z[ helios-setup] Dec 18 19:13:48.376 INFO E| Downloaded smallvec v1.10.0
25532024-12-18T19:13:50.330Z[ helios-setup] Dec 18 19:13:48.380 INFO E| Downloaded schemars_derive v0.8.12
25542024-12-18T19:13:50.333Z[ helios-setup] Dec 18 19:13:48.382 INFO E| Downloaded pin-project-lite v0.2.9
25552024-12-18T19:13:50.340Z[ helios-setup] Dec 18 19:13:48.390 INFO E| Downloaded thiserror-impl v1.0.38
25562024-12-18T19:13:50.343Z[ helios-setup] Dec 18 19:13:48.392 INFO E| Downloaded percent-encoding v2.2.0
25572024-12-18T19:13:50.346Z[ helios-setup] Dec 18 19:13:48.394 INFO E| Downloaded httparse v1.8.0
25582024-12-18T19:13:50.348Z[ helios-setup] Dec 18 19:13:48.397 INFO E| Downloaded getrandom v0.2.8
25592024-12-18T19:13:50.353Z[ host-package] Compiling prettyplease v0.2.25
25602024-12-18T19:13:50.356Z[ helios-setup] Dec 18 19:13:48.402 INFO E| Downloaded clap v4.2.1
25612024-12-18T19:13:50.366Z[ helios-setup] Dec 18 19:13:48.416 INFO E| Downloaded anyhow v1.0.68
25622024-12-18T19:13:50.373Z[ helios-setup] Dec 18 19:13:48.422 INFO E| Downloaded unicode-width v0.1.10
25632024-12-18T19:13:50.375Z[ helios-setup] Dec 18 19:13:48.424 INFO E| Downloaded tokio-macros v2.0.0
25642024-12-18T19:13:50.378Z[ helios-setup] Dec 18 19:13:48.426 INFO E| Downloaded thiserror v1.0.38
25652024-12-18T19:13:50.382Z[ helios-setup] Dec 18 19:13:48.432 INFO E| Downloaded terminal_size v0.2.6
25662024-12-18T19:13:50.385Z[ helios-setup] Dec 18 19:13:48.433 INFO E| Downloaded proc-macro-crate v1.2.1
25672024-12-18T19:13:50.387Z[ helios-setup] Dec 18 19:13:48.435 INFO E| Downloaded num_enum_derive v0.5.7
25682024-12-18T19:13:50.405Z[ helios-setup] Dec 18 19:13:48.436 INFO E| Downloaded ppv-lite86 v0.2.17
25692024-12-18T19:13:50.405Z[ helios-setup] Dec 18 19:13:48.438 INFO E| Downloaded serde_tokenstream v0.2.0
25702024-12-18T19:13:50.408Z[ helios-setup] Dec 18 19:13:48.443 INFO E| Downloaded lazy_static v1.4.0
25712024-12-18T19:13:50.408Z[ helios-setup] Dec 18 19:13:48.447 INFO E| Downloaded num-integer v0.1.45
25722024-12-18T19:13:50.408Z[ helios-setup] Dec 18 19:13:48.449 INFO E| Downloaded smawk v0.3.1
25732024-12-18T19:13:50.408Z[ helios-setup] Dec 18 19:13:48.452 INFO E| Downloaded serde_path_to_error v0.1.11
25742024-12-18T19:13:50.408Z[ helios-setup] Dec 18 19:13:48.454 INFO E| Downloaded num_cpus v1.15.0
25752024-12-18T19:13:50.411Z[ helios-setup] Dec 18 19:13:48.458 INFO E| Downloaded memoffset v0.7.1
25762024-12-18T19:13:50.411Z[ helios-setup] Dec 18 19:13:48.460 INFO E| Downloaded semver v0.11.0
25772024-12-18T19:13:50.414Z[ helios-setup] Dec 18 19:13:48.463 INFO E| Downloaded rustfmt-wrapper v0.2.0
25782024-12-18T19:13:50.417Z[ helios-setup] Dec 18 19:13:48.464 INFO E| Downloaded pkg-config v0.3.26
25792024-12-18T19:13:50.417Z[ helios-setup] Dec 18 19:13:48.466 INFO E| Downloaded paste v1.0.12
25802024-12-18T19:13:50.429Z[ helios-setup] Dec 18 19:13:48.471 INFO E| Downloaded num_enum v0.5.7
25812024-12-18T19:13:50.432Z[ helios-setup] Dec 18 19:13:48.477 INFO E| Downloaded semver-parser v0.10.2
25822024-12-18T19:13:50.432Z[ helios-setup] Dec 18 19:13:48.480 INFO E| Downloaded encoding_rs v0.8.32
25832024-12-18T19:13:50.439Z[ host-package] Compiling slog-dtrace v0.3.0
25842024-12-18T19:13:50.463Z[ helios-setup] Dec 18 19:13:48.512 INFO E| Downloaded rustls-pemfile v1.0.2
25852024-12-18T19:13:50.468Z[ helios-setup] Dec 18 19:13:48.515 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25862024-12-18T19:13:50.471Z[ helios-setup] Dec 18 19:13:48.518 INFO E| Downloaded digest v0.10.6
25872024-12-18T19:13:50.473Z[ helios-setup] Dec 18 19:13:48.520 INFO E| Downloaded itoa v1.0.6
25882024-12-18T19:13:50.473Z[ helios-setup] Dec 18 19:13:48.522 INFO E| Downloaded is-terminal v0.4.7
25892024-12-18T19:13:50.476Z[ helios-setup] Dec 18 19:13:48.524 INFO E| Downloaded httpdate v1.0.2
25902024-12-18T19:13:50.479Z[ helios-setup] Dec 18 19:13:48.526 INFO E| Downloaded http-body v0.4.5
25912024-12-18T19:13:50.481Z[ helios-setup] Dec 18 19:13:48.528 INFO E| Downloaded generic-array v0.14.6
25922024-12-18T19:13:50.481Z[ helios-setup] Dec 18 19:13:48.531 INFO E| Downloaded futures-sink v0.3.28
25932024-12-18T19:13:50.484Z[ helios-setup] Dec 18 19:13:48.532 INFO E| Downloaded futures-macro v0.3.28
25942024-12-18T19:13:50.484Z[ helios-setup] Dec 18 19:13:48.533 INFO E| Downloaded futures-io v0.3.28
25952024-12-18T19:13:50.486Z[ helios-setup] Dec 18 19:13:48.534 INFO E| Downloaded futures-executor v0.3.28
25962024-12-18T19:13:50.489Z[ helios-setup] Dec 18 19:13:48.536 INFO E| Downloaded futures-core v0.3.28
25972024-12-18T19:13:50.489Z[ helios-setup] Dec 18 19:13:48.538 INFO E| Downloaded form_urlencoded v1.1.0
25982024-12-18T19:13:50.492Z[ helios-setup] Dec 18 19:13:48.539 INFO E| Downloaded fastrand v1.9.0
25992024-12-18T19:13:50.494Z[ helios-setup] Dec 18 19:13:48.541 INFO E| Downloaded dyn-clone v1.0.11
26002024-12-18T19:13:50.497Z[ helios-setup] Dec 18 19:13:48.545 INFO E| Downloaded home v0.5.4
26012024-12-18T19:13:50.500Z[ helios-setup] Dec 18 19:13:48.547 INFO E| Downloaded futures-task v0.3.28
26022024-12-18T19:13:50.500Z[ helios-setup] Dec 18 19:13:48.548 INFO E| Downloaded either v1.8.0
26032024-12-18T19:13:50.502Z[ helios-setup] Dec 18 19:13:48.551 INFO E| Downloaded cpufeatures v0.2.5
26042024-12-18T19:13:50.504Z[ helios-setup] Dec 18 19:13:48.552 INFO E| Downloaded cargo-lock v8.0.3
26052024-12-18T19:13:50.507Z[ helios-setup] Dec 18 19:13:48.556 INFO E| Downloaded bincode v1.3.3
26062024-12-18T19:13:50.511Z[ helios-setup] Dec 18 19:13:48.561 INFO E| Downloaded async-trait v0.1.68
26072024-12-18T19:13:50.521Z[ helios-setup] Dec 18 19:13:48.566 INFO E| Downloaded anstyle v0.3.5
26082024-12-18T19:13:50.521Z[ helios-setup] Dec 18 19:13:48.568 INFO E| Downloaded serde_spanned v0.6.1
26092024-12-18T19:13:50.521Z[ helios-setup] Dec 18 19:13:48.570 INFO E| Downloaded scopeguard v1.1.0
26102024-12-18T19:13:50.524Z[ helios-setup] Dec 18 19:13:48.572 INFO E| Downloaded concolor-query v0.3.3
26112024-12-18T19:13:50.526Z[ helios-setup] Dec 18 19:13:48.573 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26122024-12-18T19:13:50.637Z[ helios-setup] Dec 18 19:13:48.686 INFO E| Downloaded clap_lex v0.4.1
26132024-12-18T19:13:50.640Z[ helios-setup] Dec 18 19:13:48.688 INFO E| Downloaded clap_derive v4.2.0
26142024-12-18T19:13:50.642Z[ helios-setup] Dec 18 19:13:48.691 INFO E| Downloaded camino v1.1.4
26152024-12-18T19:13:50.649Z[ helios-setup] Dec 18 19:13:48.698 INFO E| Downloaded bytes v1.4.0
26162024-12-18T19:13:50.655Z[ helios-setup] Dec 18 19:13:48.704 INFO E| Downloaded byteorder v1.4.3
26172024-12-18T19:13:50.658Z[ helios-setup] Dec 18 19:13:48.707 INFO E| Downloaded built v0.6.0
26182024-12-18T19:13:50.660Z[ helios-setup] Dec 18 19:13:48.709 INFO E| Downloaded autocfg v1.1.0
26192024-12-18T19:13:50.798Z[ helios-setup] Dec 18 19:13:48.833 INFO E| Downloaded libz-sys v1.1.8
26202024-12-18T19:13:51.105Z[ helios-setup] Dec 18 19:13:49.154 INFO E| Compiling proc-macro2 v1.0.86
26212024-12-18T19:13:51.105Z[ helios-setup] Dec 18 19:13:49.154 INFO E| Compiling libc v0.2.139
26222024-12-18T19:13:51.122Z[ helios-setup] Dec 18 19:13:49.154 INFO E| Compiling unicode-ident v1.0.8
26232024-12-18T19:13:51.122Z[ helios-setup] Dec 18 19:13:49.154 INFO E| Compiling autocfg v1.1.0
26242024-12-18T19:13:51.122Z[ helios-setup] Dec 18 19:13:49.154 INFO E| Compiling cfg-if v1.0.0
26252024-12-18T19:13:51.122Z[ helios-setup] Dec 18 19:13:49.154 INFO E| Compiling version_check v0.9.4
26262024-12-18T19:13:51.122Z[ helios-setup] Dec 18 19:13:49.154 INFO E| Compiling serde v1.0.204
26272024-12-18T19:13:51.122Z[ helios-setup] Dec 18 19:13:49.154 INFO E| Compiling syn v1.0.107
26282024-12-18T19:13:51.131Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26292024-12-18T19:13:51.324Z[ helios-setup] Dec 18 19:13:49.373 INFO E| Compiling memchr v2.5.0
26302024-12-18T19:13:51.883Z[ helios-setup] Dec 18 19:13:49.932 INFO E| Compiling once_cell v1.17.0
26312024-12-18T19:13:52.233Z[ helios-setup] Dec 18 19:13:50.281 INFO E| Compiling thiserror v1.0.38
26322024-12-18T19:13:52.282Z[ helios-setup] Dec 18 19:13:50.331 INFO E| Compiling log v0.4.17
26332024-12-18T19:13:53.123Z[ helios-setup] Dec 18 19:13:51.172 INFO E| Compiling itoa v1.0.6
26342024-12-18T19:13:53.191Z[ helios-setup] Dec 18 19:13:51.239 INFO E| Compiling serde_json v1.0.95
26352024-12-18T19:13:53.302Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26362024-12-18T19:13:53.430Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26372024-12-18T19:13:54.097Z[ helios-setup] Dec 18 19:13:52.146 INFO E| Compiling indexmap v1.9.3
26382024-12-18T19:13:54.208Z[ helios-setup] Dec 18 19:13:52.257 INFO E| Compiling scopeguard v1.1.0
26392024-12-18T19:13:54.397Z[ helios-setup] Dec 18 19:13:52.444 INFO E| Compiling pin-project-lite v0.2.9
26402024-12-18T19:13:54.708Z[ helios-setup] Dec 18 19:13:52.756 INFO E| Compiling num-integer v0.1.45
26412024-12-18T19:13:54.708Z[ helios-setup] Dec 18 19:13:52.756 INFO E| Compiling futures-core v0.3.28
26422024-12-18T19:13:55.110Z[ helios-setup] Dec 18 19:13:53.158 INFO E| Compiling quote v1.0.36
26432024-12-18T19:13:55.177Z[ helios-setup] Dec 18 19:13:53.225 INFO E| Compiling bytes v1.4.0
26442024-12-18T19:13:55.597Z[ helios-setup] Dec 18 19:13:53.645 INFO E| Compiling getrandom v0.2.8
26452024-12-18T19:13:56.204Z[ helios-setup] Dec 18 19:13:54.253 INFO E| Compiling syn v2.0.72
26462024-12-18T19:13:56.532Z[ helios-setup] Dec 18 19:13:54.580 INFO E| Compiling jobserver v0.1.26
26472024-12-18T19:13:56.864Z[ helios-setup] Dec 18 19:13:54.912 INFO E| Compiling ryu v1.0.13
26482024-12-18T19:13:57.056Z[ helios-setup] Dec 18 19:13:55.105 INFO E| Compiling cc v1.0.78
26492024-12-18T19:13:57.209Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26502024-12-18T19:13:58.046Z[ helios-setup] Dec 18 19:13:56.094 INFO E| Compiling lock_api v0.4.9
26512024-12-18T19:13:58.275Z[ helios-setup] Dec 18 19:13:56.323 INFO E| Compiling bitflags v1.3.2
26522024-12-18T19:13:58.392Z[ helios-setup] Dec 18 19:13:56.440 INFO E| Compiling typenum v1.16.0
26532024-12-18T19:13:58.527Z[ helios-setup] Dec 18 19:13:56.575 INFO E| Compiling parking_lot_core v0.9.6
26542024-12-18T19:13:58.653Z[ helios-setup] Dec 18 19:13:56.701 INFO E| Compiling num_cpus v1.15.0
26552024-12-18T19:13:59.071Z[ helios-setup] Dec 18 19:13:57.119 INFO E| Compiling generic-array v0.14.6
26562024-12-18T19:13:59.157Z[ helios-setup] Dec 18 19:13:57.205 INFO E| Compiling slab v0.4.7
26572024-12-18T19:13:59.724Z[ helios-setup] Dec 18 19:13:57.772 INFO E| Compiling futures-channel v0.3.28
26582024-12-18T19:14:00.049Z[ helios-setup] Dec 18 19:13:58.097 INFO E| Compiling futures-task v0.3.28
26592024-12-18T19:14:00.099Z[ host-package] Compiling half v2.4.1
26602024-12-18T19:14:00.152Z[ helios-setup] Dec 18 19:13:58.200 INFO E| Compiling futures-sink v0.3.28
26612024-12-18T19:14:01.040Z[ helios-setup] Dec 18 19:13:59.087 INFO E| Compiling tokio v1.27.0
26622024-12-18T19:14:01.140Z[ helios-setup] Dec 18 19:13:59.188 INFO E| Compiling futures-util v0.3.28
26632024-12-18T19:14:01.239Z[ helios-setup] Dec 18 19:13:59.287 INFO E| Compiling schemars v0.8.12
26642024-12-18T19:14:01.278Z[ host-package] Compiling ciborium-io v0.2.2
26652024-12-18T19:14:01.982Z[ host-package] Compiling ciborium-ll v0.2.2
26662024-12-18T19:14:02.188Z[ helios-setup] Dec 18 19:14:00.236 INFO E| Compiling mio v0.8.5
26672024-12-18T19:14:02.377Z[ helios-setup] Dec 18 19:14:00.424 INFO E| Compiling socket2 v0.4.9
26682024-12-18T19:14:02.559Z[ helios-setup] Dec 18 19:14:00.607 INFO E| Compiling signal-hook-registry v1.4.0
26692024-12-18T19:14:02.928Z[ host-package] Compiling tungstenite v0.21.0
26702024-12-18T19:14:02.949Z[ helios-setup] Dec 18 19:14:00.997 INFO E| Compiling ahash v0.7.6
26712024-12-18T19:14:03.392Z[ helios-setup] Dec 18 19:14:01.439 INFO E| Compiling num-traits v0.2.15
26722024-12-18T19:14:04.246Z[ helios-setup] Dec 18 19:14:02.288 INFO E| Compiling pin-utils v0.1.0
26732024-12-18T19:14:04.291Z[ helios-setup] Dec 18 19:14:02.338 INFO E| Compiling futures-io v0.3.28
26742024-12-18T19:14:04.637Z[ helios-setup] Dec 18 19:14:02.684 INFO E| Compiling crunchy v0.2.2
26752024-12-18T19:14:05.240Z[ helios-setup] Dec 18 19:14:03.287 INFO E| Compiling io-lifetimes v1.0.10
26762024-12-18T19:14:05.960Z[ helios-setup] Dec 18 19:14:04.007 INFO E| Compiling ahash v0.8.3
26772024-12-18T19:14:05.972Z[ helios-setup] Dec 18 19:14:04.019 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26782024-12-18T19:14:06.778Z[ helios-setup] Dec 18 19:14:04.824 INFO E| Compiling hashbrown v0.12.3
26792024-12-18T19:14:06.879Z[ helios-setup] Dec 18 19:14:04.926 INFO E| Compiling tiny-keccak v2.0.2
26802024-12-18T19:14:06.958Z[ helios-setup] Dec 18 19:14:05.004 INFO E| Compiling rustix v0.37.3
26812024-12-18T19:14:07.070Z[ host-package] Compiling tokio-tungstenite v0.21.0
26822024-12-18T19:14:08.100Z[ helios-setup] Dec 18 19:14:06.147 INFO E| Compiling block-buffer v0.10.3
26832024-12-18T19:14:08.207Z[ helios-setup] Dec 18 19:14:06.254 INFO E| Compiling crypto-common v0.1.6
26842024-12-18T19:14:08.692Z[ host-package] Compiling ciborium v0.2.2
26852024-12-18T19:14:08.815Z[ helios-setup] Dec 18 19:14:06.862 INFO E| Compiling errno v0.3.1
26862024-12-18T19:14:09.385Z[ helios-setup] Dec 18 19:14:07.432 INFO E| Compiling pkg-config v0.3.26
26872024-12-18T19:14:09.622Z[ helios-setup] Dec 18 19:14:07.668 INFO E| Compiling serde_derive_internals v0.26.0
26882024-12-18T19:14:09.753Z[ helios-setup] Dec 18 19:14:07.799 INFO E| Compiling crossbeam-utils v0.8.14
26892024-12-18T19:14:09.952Z[ helios-setup] Dec 18 19:14:07.998 INFO E| Compiling slog v2.7.0
26902024-12-18T19:14:10.228Z[ helios-setup] Dec 18 19:14:08.274 INFO E| Compiling fnv v1.0.7
26912024-12-18T19:14:10.544Z[ helios-setup] Dec 18 19:14:08.590 INFO E| Compiling http v0.2.9
26922024-12-18T19:14:11.642Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26932024-12-18T19:14:12.203Z[ helios-setup] Dec 18 19:14:10.249 INFO E| Compiling digest v0.10.6
26942024-12-18T19:14:14.128Z[ helios-setup] Dec 18 19:14:12.173 INFO E| Compiling aho-corasick v0.7.20
26952024-12-18T19:14:14.227Z[ helios-setup] Dec 18 19:14:12.273 INFO E| Compiling cpufeatures v0.2.5
26962024-12-18T19:14:14.447Z[ helios-setup] Dec 18 19:14:12.492 INFO E| Compiling tinyvec_macros v0.1.1
26972024-12-18T19:14:14.696Z[ helios-setup] Dec 18 19:14:12.741 INFO E| Compiling anyhow v1.0.68
26982024-12-18T19:14:15.378Z[ helios-setup] Dec 18 19:14:13.424 INFO E| Compiling heck v0.4.1
26992024-12-18T19:14:15.963Z[ helios-setup] Dec 18 19:14:14.008 INFO E| Compiling regex-syntax v0.6.29
27002024-12-18T19:14:16.212Z[ helios-setup] Dec 18 19:14:14.257 INFO E| Compiling httparse v1.8.0
27012024-12-18T19:14:16.795Z[ helios-setup] Dec 18 19:14:14.840 INFO E| Compiling percent-encoding v2.2.0
27022024-12-18T19:14:17.557Z[ helios-setup] Dec 18 19:14:15.602 INFO E| Compiling unicode-width v0.1.10
27032024-12-18T19:14:17.633Z[ helios-setup] Dec 18 19:14:15.678 INFO E| Compiling const-random-macro v0.1.15
27042024-12-18T19:14:17.957Z[ helios-setup] Dec 18 19:14:16.003 INFO E| Compiling form_urlencoded v1.1.0
27052024-12-18T19:14:18.389Z[ helios-setup] Dec 18 19:14:16.435 INFO E| Compiling tinyvec v1.6.0
27062024-12-18T19:14:19.171Z[ helios-setup] Dec 18 19:14:17.216 INFO E| Compiling hashbrown v0.13.2
27072024-12-18T19:14:19.646Z[ helios-setup] Dec 18 19:14:17.691 INFO E| Compiling serde_derive v1.0.204
27082024-12-18T19:14:19.721Z[ helios-setup] Dec 18 19:14:17.766 INFO E| Compiling thiserror-impl v1.0.38
27092024-12-18T19:14:21.591Z[ helios-setup] Dec 18 19:14:19.635 INFO E| Compiling tokio-macros v2.0.0
27102024-12-18T19:14:22.080Z[ helios-setup] Dec 18 19:14:20.125 INFO E| Compiling futures-macro v0.3.28
27112024-12-18T19:14:22.132Z[ helios-setup] Dec 18 19:14:20.177 INFO E| Compiling schemars_derive v0.8.12
27122024-12-18T19:14:22.385Z[ helios-setup] Dec 18 19:14:20.429 INFO E| Compiling chrono v0.4.24
27132024-12-18T19:14:24.112Z[ host-package] Compiling display-error-chain v0.2.2
27142024-12-18T19:14:24.154Z[ helios-setup] Dec 18 19:14:22.198 INFO E| Compiling regex v1.7.3
27152024-12-18T19:14:24.345Z[ host-package] Compiling fastrand v2.1.1
27162024-12-18T19:14:25.000Z[ host-package] Compiling same-file v1.0.6
27172024-12-18T19:14:25.685Z[ host-package] Compiling walkdir v2.5.0
27182024-12-18T19:14:25.783Z[ host-package] Compiling tempfile v3.13.0
27192024-12-18T19:14:26.061Z[ helios-setup] Dec 18 19:14:24.105 INFO E| Compiling libz-sys v1.1.8
27202024-12-18T19:14:26.426Z[ helios-setup] Dec 18 19:14:24.470 INFO E| Compiling uuid v1.3.0
27212024-12-18T19:14:27.102Z[ host-package] Compiling blake3 v1.5.4
27222024-12-18T19:14:27.297Z[ host-package] Compiling ring v0.16.20
27232024-12-18T19:14:27.329Z[ helios-setup] Dec 18 19:14:25.373 INFO E| Compiling dyn-clone v1.0.11
27242024-12-18T19:14:27.611Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27252024-12-18T19:14:27.663Z[ helios-setup] Dec 18 19:14:25.706 INFO E| Compiling unicode-normalization v0.1.22
27262024-12-18T19:14:27.877Z[ helios-setup] Dec 18 19:14:25.921 INFO E| Compiling regress v0.5.0
27272024-12-18T19:14:28.091Z[ helios-setup] Dec 18 19:14:26.135 INFO E| Compiling const-random v0.1.15
27282024-12-18T19:14:28.270Z[ host-package] Compiling xattr v1.3.1
27292024-12-18T19:14:28.382Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27302024-12-18T19:14:28.862Z[ host-package] Compiling filetime v0.2.25
27312024-12-18T19:14:29.835Z[ host-package] Compiling memmap2 v0.9.5
27322024-12-18T19:14:29.882Z[ host-package] Compiling arrayref v0.3.9
27332024-12-18T19:14:30.013Z[ helios-setup] Dec 18 19:14:28.057 INFO E| Compiling getopts v0.2.21
27342024-12-18T19:14:30.160Z[ host-package] Compiling arrayvec v0.7.6
27352024-12-18T19:14:30.256Z[ helios-setup] Dec 18 19:14:28.300 INFO E| Compiling tracing-core v0.1.30
27362024-12-18T19:14:30.919Z[ host-package] Compiling spin v0.5.2
27372024-12-18T19:14:31.105Z[ helios-setup] Dec 18 19:14:29.148 INFO E| Compiling memoffset v0.7.1
27382024-12-18T19:14:31.141Z[ host-package] Compiling keccak v0.1.5
27392024-12-18T19:14:31.263Z[ helios-setup] Dec 18 19:14:29.306 INFO E| Compiling unicode-bidi v0.3.13
27402024-12-18T19:14:31.553Z[ host-package] Compiling constant_time_eq v0.3.1
27412024-12-18T19:14:31.672Z[ host-package] Compiling tar v0.4.42
27422024-12-18T19:14:31.812Z[ host-package] Compiling sha3 v0.10.8
27432024-12-18T19:14:32.240Z[ helios-setup] Dec 18 19:14:30.283 INFO E| Compiling num-conv v0.1.0
27442024-12-18T19:14:33.092Z[ helios-setup] Dec 18 19:14:31.136 INFO E| Compiling ucd-trie v0.1.5
27452024-12-18T19:14:33.580Z[ host-package] Compiling camino-tempfile v1.1.1
27462024-12-18T19:14:34.300Z[ helios-setup] Dec 18 19:14:32.344 INFO E| Compiling powerfmt v0.2.0
27472024-12-18T19:14:34.460Z[ host-package] Compiling toolchain_find v0.4.0
27482024-12-18T19:14:34.470Z[ helios-setup] Dec 18 19:14:32.513 INFO E| Compiling time-core v0.1.2
27492024-12-18T19:14:35.119Z[ helios-setup] Dec 18 19:14:33.162 INFO E| Compiling time-macros v0.2.18
27502024-12-18T19:14:35.225Z[ helios-setup] Dec 18 19:14:33.268 INFO E| Compiling deranged v0.3.11
27512024-12-18T19:14:35.284Z[ host-package] Compiling const_format_proc_macros v0.2.33
27522024-12-18T19:14:35.414Z[ host-package] Compiling maplit v1.0.2
27532024-12-18T19:14:35.417Z[ host-package] Compiling topological-sort v0.2.2
27542024-12-18T19:14:35.611Z[ host-package] Compiling crunchy v0.2.2
27552024-12-18T19:14:35.894Z[ helios-setup] Dec 18 19:14:33.937 INFO E| Compiling idna v0.3.0
27562024-12-18T19:14:36.007Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27572024-12-18T19:14:36.126Z[ host-package] Compiling tiny-keccak v2.0.2
27582024-12-18T19:14:37.037Z[ host-package] Compiling dsl_auto_type v0.1.2
27592024-12-18T19:14:37.313Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27602024-12-18T19:14:37.416Z[ host-package] Compiling phf_generator v0.11.2
27612024-12-18T19:14:37.540Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27622024-12-18T19:14:38.107Z[ host-package] Compiling secrecy v0.8.0
27632024-12-18T19:14:38.408Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27642024-12-18T19:14:38.954Z[ host-package] Compiling omicron-zone-package v0.11.1
27652024-12-18T19:14:39.115Z[ helios-setup] Dec 18 19:14:37.157 INFO E| Compiling pest v2.5.7
27662024-12-18T19:14:39.179Z[ host-package] Compiling const_format v0.2.33
27672024-12-18T19:14:39.505Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27682024-12-18T19:14:40.083Z[ host-package] Compiling arc-swap v1.7.1
27692024-12-18T19:14:40.217Z[ host-package] Compiling diesel_derives v2.2.3
27702024-12-18T19:14:40.437Z[ host-package] Compiling r2d2 v0.8.10
27712024-12-18T19:14:41.069Z[ host-package] Compiling phf_codegen v0.11.2
27722024-12-18T19:14:41.220Z[ helios-setup] Dec 18 19:14:39.262 INFO E| Compiling tracing v0.1.37
27732024-12-18T19:14:41.313Z[ host-package] Compiling slog-scope v4.4.0
27742024-12-18T19:14:41.742Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27752024-12-18T19:14:41.855Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27762024-12-18T19:14:42.377Z[ host-package] Compiling ascii-canvas v3.0.0
27772024-12-18T19:14:42.749Z[ host-package] Compiling universal-hash v0.5.1
27782024-12-18T19:14:43.119Z[ helios-setup] Dec 18 19:14:41.160 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27792024-12-18T19:14:43.350Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27802024-12-18T19:14:43.609Z[ host-package] Compiling parse-zoneinfo v0.3.1
27812024-12-18T19:14:44.107Z[ helios-setup] Dec 18 19:14:42.149 INFO E| Compiling time v0.1.45
27822024-12-18T19:14:44.199Z[ helios-setup] Dec 18 19:14:42.241 INFO E| Compiling crossbeam-epoch v0.9.13
27832024-12-18T19:14:44.199Z[ helios-setup] Dec 18 19:14:42.241 INFO E| Compiling semver v1.0.17
27842024-12-18T19:14:45.142Z[ helios-setup] Dec 18 19:14:43.184 INFO E| Compiling num_threads v0.1.6
27852024-12-18T19:14:45.495Z[ helios-setup] Dec 18 19:14:43.537 INFO E| Compiling iana-time-zone v0.1.56
27862024-12-18T19:14:46.202Z[ helios-setup] Dec 18 19:14:44.243 INFO E| Compiling time v0.3.36
27872024-12-18T19:14:46.534Z[ host-package] Compiling ena v0.14.3
27882024-12-18T19:14:46.865Z[ helios-setup] Dec 18 19:14:44.906 INFO E| Compiling toml v0.5.11
27892024-12-18T19:14:47.252Z[ helios-setup] Dec 18 19:14:45.293 INFO E| Compiling serde_tokenstream v0.2.0
27902024-12-18T19:14:47.504Z[ host-package] Compiling regex-syntax v0.6.29
27912024-12-18T19:14:48.000Z[ helios-setup] Dec 18 19:14:46.041 INFO E| Compiling smallvec v1.10.0
27922024-12-18T19:14:48.153Z[ host-package] Compiling opaque-debug v0.3.1
27932024-12-18T19:14:48.450Z[ host-package] Compiling diff v0.1.13
27942024-12-18T19:14:49.142Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27952024-12-18T19:14:49.496Z[ host-package] Compiling poly1305 v0.8.0
27962024-12-18T19:14:50.809Z[ helios-setup] Dec 18 19:14:48.850 INFO E| Compiling parking_lot v0.12.1
27972024-12-18T19:14:52.539Z[ host-package] Compiling thiserror-no-std v2.0.2
27982024-12-18T19:14:52.845Z[ host-package] Compiling chrono-tz-build v0.4.0
27992024-12-18T19:14:54.770Z[ helios-setup] Dec 18 19:14:52.810 INFO E| Compiling semver-parser v0.10.2
28002024-12-18T19:14:55.314Z[ host-package] Compiling lalrpop v0.19.12
28012024-12-18T19:14:55.390Z[ helios-setup] Dec 18 19:14:53.430 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28022024-12-18T19:14:57.181Z[ helios-setup] Dec 18 19:14:55.221 INFO E| Compiling url v2.3.1
28032024-12-18T19:14:58.355Z[ host-package] Compiling slog-stdlog v4.1.1
28042024-12-18T19:15:00.912Z[ helios-setup] Dec 18 19:14:58.951 INFO E| Compiling crossbeam-channel v0.5.6
28052024-12-18T19:15:01.417Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28062024-12-18T19:15:01.861Z[ helios-setup] Dec 18 19:14:59.900 INFO E| Compiling dirs-sys-next v0.1.2
28072024-12-18T19:15:02.748Z[ host-package] Compiling diesel v2.2.6
28082024-12-18T19:15:04.130Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28092024-12-18T19:15:04.532Z[ helios-setup] Dec 18 19:15:02.571 INFO E| Compiling try-lock v0.2.4
28102024-12-18T19:15:04.680Z[ helios-setup] Dec 18 19:15:02.719 INFO E| Compiling same-file v1.0.6
28112024-12-18T19:15:04.853Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28122024-12-18T19:15:04.886Z[ helios-setup] Dec 18 19:15:02.925 INFO E| Compiling crc32fast v1.3.2
28132024-12-18T19:15:04.946Z[ helios-setup] Dec 18 19:15:02.984 INFO E| Compiling want v0.3.0
28142024-12-18T19:15:05.185Z[ helios-setup] Dec 18 19:15:03.224 INFO E| Compiling walkdir v2.3.3
28152024-12-18T19:15:05.706Z[ host-package] Compiling chacha20 v0.9.1
28162024-12-18T19:15:06.377Z[ helios-setup] Dec 18 19:15:04.416 INFO E| Compiling dirs-next v2.0.0
28172024-12-18T19:15:06.990Z[ host-package] Compiling aead v0.5.2
28182024-12-18T19:15:07.971Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28192024-12-18T19:15:08.130Z[ helios-setup] Dec 18 19:15:06.168 INFO E| Compiling semver v0.11.0
28202024-12-18T19:15:09.642Z[ helios-setup] Dec 18 19:15:07.677 INFO E| Compiling tokio-util v0.7.7
28212024-12-18T19:15:09.723Z[ host-package] Compiling ref-cast v1.0.23
28222024-12-18T19:15:10.671Z[ helios-setup] Dec 18 19:15:08.706 INFO E| Compiling proc-macro-crate v1.2.1
28232024-12-18T19:15:10.950Z[ host-package] Compiling vte v0.11.1
28242024-12-18T19:15:12.126Z[ helios-setup] Dec 18 19:15:10.163 INFO E| Compiling h2 v0.3.16
28252024-12-18T19:15:12.792Z[ helios-setup] Dec 18 19:15:10.829 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28262024-12-18T19:15:12.880Z[ helios-setup] Dec 18 19:15:10.918 INFO E| Compiling futures-executor v0.3.28
28272024-12-18T19:15:14.146Z[ host-package] Compiling chacha20poly1305 v0.10.1
28282024-12-18T19:15:14.326Z[ helios-setup] Dec 18 19:15:12.364 INFO E| Compiling http-body v0.4.5
28292024-12-18T19:15:14.784Z[ host-package] Compiling slog-envlogger v2.2.0
28302024-12-18T19:15:15.181Z[ helios-setup] Dec 18 19:15:13.218 INFO E| Compiling ring v0.16.20
28312024-12-18T19:15:15.247Z[ host-package] Compiling chrono-tz v0.10.0
28322024-12-18T19:15:15.404Z[ helios-setup] Dec 18 19:15:13.441 INFO E| Compiling rand_core v0.6.4
28332024-12-18T19:15:16.940Z[ host-package] Compiling vsss-rs v3.3.4
28342024-12-18T19:15:17.964Z[ helios-setup] Dec 18 19:15:16.001 INFO E| Compiling thread_local v1.1.7
28352024-12-18T19:15:18.051Z[ helios-setup] Dec 18 19:15:16.088 INFO E| Compiling base64 v0.21.0
28362024-12-18T19:15:19.574Z[ helios-setup] Dec 18 19:15:17.610 INFO E| Compiling rayon-core v1.10.2
28372024-12-18T19:15:19.858Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28382024-12-18T19:15:20.504Z[ host-package] Compiling derive_builder_core v0.20.2
28392024-12-18T19:15:20.636Z[ helios-setup] Dec 18 19:15:18.672 INFO E| Compiling home v0.5.4
28402024-12-18T19:15:21.143Z[ helios-setup] Dec 18 19:15:19.179 INFO E| Compiling utf8parse v0.2.1
28412024-12-18T19:15:21.510Z[ helios-setup] Dec 18 19:15:19.545 INFO E| Compiling httpdate v1.0.2
28422024-12-18T19:15:21.903Z[ helios-setup] Dec 18 19:15:19.939 INFO E| Compiling ppv-lite86 v0.2.17
28432024-12-18T19:15:22.434Z[ helios-setup] Dec 18 19:15:20.470 INFO E| Compiling tower-service v0.3.2
28442024-12-18T19:15:23.072Z[ helios-setup] Dec 18 19:15:21.109 INFO E| Compiling fastrand v1.9.0
28452024-12-18T19:15:23.688Z[ helios-setup] Dec 18 19:15:21.724 INFO E| Compiling lazy_static v1.4.0
28462024-12-18T19:15:24.087Z[ helios-setup] Dec 18 19:15:22.123 INFO E| Compiling adler v1.0.2
28472024-12-18T19:15:24.182Z[ helios-setup] Dec 18 19:15:22.219 INFO E| Compiling toolchain_find v0.2.0
28482024-12-18T19:15:24.249Z[ helios-setup] Dec 18 19:15:22.285 INFO E| Compiling tempfile v3.5.0
28492024-12-18T19:15:24.947Z[ helios-setup] Dec 18 19:15:22.982 INFO E| Compiling miniz_oxide v0.6.2
28502024-12-18T19:15:25.016Z[ host-package] Compiling headers-core v0.3.0
28512024-12-18T19:15:25.455Z[ helios-setup] Dec 18 19:15:23.491 INFO E| Compiling rand_chacha v0.3.1
28522024-12-18T19:15:25.484Z[ host-package] Compiling fxhash v0.2.1
28532024-12-18T19:15:26.014Z[ host-package] Compiling libxml v0.3.3
28542024-12-18T19:15:26.379Z[ host-package] Compiling ref-cast-impl v1.0.23
28552024-12-18T19:15:27.111Z[ host-package] Compiling bytecount v0.6.8
28562024-12-18T19:15:28.115Z[ host-package] Compiling papergrid v0.11.0
28572024-12-18T19:15:28.965Z[ helios-setup] Dec 18 19:15:27.000 INFO E| Compiling hyper v0.14.25
28582024-12-18T19:15:29.099Z[ helios-setup] Dec 18 19:15:27.135 INFO E| Compiling anstyle-parse v0.1.1
28592024-12-18T19:15:42.362Z[ helios-setup] Dec 18 19:15:40.395 INFO E| Compiling futures v0.3.28
28602024-12-18T19:15:42.857Z[ helios-setup] Dec 18 19:15:40.890 INFO E| Compiling num_enum_derive v0.5.7
28612024-12-18T19:15:46.849Z[ helios-setup] Dec 18 19:15:44.882 INFO E| Compiling cargo-lock v8.0.3
28622024-12-18T19:15:47.482Z[ helios-setup] Dec 18 19:15:45.514 INFO E| Compiling crossbeam-deque v0.8.2
28632024-12-18T19:15:48.199Z[ host-package] Compiling polar-core v0.27.3
28642024-12-18T19:15:48.699Z[ helios-setup] Dec 18 19:15:46.731 INFO E| Compiling term v0.7.0
28652024-12-18T19:15:51.369Z[ helios-setup] Dec 18 19:15:49.402 INFO E| Compiling serde_urlencoded v0.7.1
28662024-12-18T19:15:52.225Z[ helios-setup] Dec 18 19:15:50.257 INFO E| Compiling is-terminal v0.4.7
28672024-12-18T19:15:52.568Z[ helios-setup] Dec 18 19:15:50.599 INFO E| Compiling sha2 v0.10.6
28682024-12-18T19:15:52.806Z[ helios-setup] Dec 18 19:15:50.837 INFO E| Compiling sha1 v0.10.5
28692024-12-18T19:15:54.075Z[ helios-setup] Dec 18 19:15:52.107 INFO E| Compiling atty v0.2.14
28702024-12-18T19:15:54.712Z[ host-package] Compiling headers v0.4.0
28712024-12-18T19:15:55.125Z[ helios-setup] Dec 18 19:15:53.157 INFO E| Compiling concolor-query v0.3.3
28722024-12-18T19:15:56.116Z[ helios-setup] Dec 18 19:15:54.148 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28732024-12-18T19:15:56.262Z[ helios-setup] Dec 18 19:15:54.293 INFO E| Compiling anstyle v0.3.5
28742024-12-18T19:15:57.408Z[ helios-setup] Dec 18 19:15:55.439 INFO E| Compiling concolor-override v1.0.0
28752024-12-18T19:15:58.474Z[ host-package] Compiling derive_builder_macro v0.20.2
28762024-12-18T19:15:59.430Z[ helios-setup] Dec 18 19:15:57.461 INFO E| Compiling anstream v0.2.6
28772024-12-18T19:16:01.305Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28782024-12-18T19:16:01.576Z[ helios-setup] Dec 18 19:15:59.607 INFO E| Compiling slog-term v2.9.0
28792024-12-18T19:16:01.670Z[ helios-setup] Dec 18 19:15:59.701 INFO E| Compiling flate2 v1.0.25
28802024-12-18T19:16:01.899Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28812024-12-18T19:16:01.976Z[ helios-setup] Dec 18 19:16:00.007 INFO E| Compiling num_enum v0.5.7
28822024-12-18T19:16:02.492Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28832024-12-18T19:16:02.678Z[ helios-setup] Dec 18 19:16:00.708 INFO E| Compiling rand v0.8.5
28842024-12-18T19:16:02.859Z[ host-package] Compiling tabled_derive v0.7.0
28852024-12-18T19:16:03.130Z[ helios-setup] Dec 18 19:16:01.160 INFO E| Compiling rustfmt-wrapper v0.2.0
28862024-12-18T19:16:03.173Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28872024-12-18T19:16:04.138Z[ helios-setup] Dec 18 19:16:02.169 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28882024-12-18T19:16:04.397Z[ helios-setup] Dec 18 19:16:02.427 INFO E| Compiling openapiv3 v1.0.2
28892024-12-18T19:16:06.091Z[ helios-setup] Dec 18 19:16:04.121 INFO E| Compiling encoding_rs v0.8.32
28902024-12-18T19:16:06.224Z[ helios-setup] Dec 18 19:16:04.255 INFO E| Compiling ipnet v2.7.2
28912024-12-18T19:16:06.538Z[ helios-setup] Dec 18 19:16:04.568 INFO E| Compiling byteorder v1.4.3
28922024-12-18T19:16:07.353Z[ host-package] Compiling itertools v0.12.1
28932024-12-18T19:16:07.789Z[ host-package] Compiling fd-lock v4.0.2
28942024-12-18T19:16:08.103Z[ helios-setup] Dec 18 19:16:06.132 INFO E| Compiling spin v0.5.2
28952024-12-18T19:16:08.629Z[ host-package] Compiling peg-macros v0.8.4
28962024-12-18T19:16:08.669Z[ helios-setup] Dec 18 19:16:06.698 INFO E| Compiling untrusted v0.7.1
28972024-12-18T19:16:09.219Z[ helios-setup] Dec 18 19:16:07.248 INFO E| Compiling either v1.8.0
28982024-12-18T19:16:10.119Z[ helios-setup] Dec 18 19:16:08.149 INFO E| Compiling clap_lex v0.4.1
28992024-12-18T19:16:11.956Z[ helios-setup] Dec 18 19:16:09.985 INFO E| Compiling utf-8 v0.7.6
29002024-12-18T19:16:12.008Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29012024-12-18T19:16:12.132Z[ helios-setup] Dec 18 19:16:10.161 INFO E| Compiling mime v0.3.17
29022024-12-18T19:16:12.725Z[ helios-setup] Dec 18 19:16:10.755 INFO E| Compiling strsim v0.10.0
29032024-12-18T19:16:13.011Z[ helios-setup] Dec 18 19:16:11.041 INFO E| Compiling project-root v0.2.2
29042024-12-18T19:16:13.084Z[ helios-setup] Dec 18 19:16:11.114 INFO E| Compiling unsafe-libyaml v0.2.8
29052024-12-18T19:16:14.132Z[ helios-setup] Dec 18 19:16:12.161 INFO E| Compiling base64 v0.13.1
29062024-12-18T19:16:14.282Z[ host-package] Compiling strum_macros v0.24.3
29072024-12-18T19:16:14.357Z[ helios-setup] Dec 18 19:16:12.386 INFO E| Compiling clap_builder v4.2.1
29082024-12-18T19:16:14.951Z[ host-package] Compiling kstat-rs v0.2.4
29092024-12-18T19:16:15.081Z[ host-package] Compiling samael v0.0.17
29102024-12-18T19:16:15.191Z[ host-package] Compiling unicase v2.7.0
29112024-12-18T19:16:15.831Z[ helios-setup] Dec 18 19:16:13.860 INFO E| Compiling serde_yaml v0.9.21
29122024-12-18T19:16:16.061Z[ helios-setup] Dec 18 19:16:14.090 INFO E| Compiling tungstenite v0.18.0
29132024-12-18T19:16:16.111Z[ host-package] Compiling indoc v1.0.9
29142024-12-18T19:16:16.604Z[ helios-setup] Dec 18 19:16:14.633 INFO E| Compiling reqwest v0.11.16
29152024-12-18T19:16:16.749Z[ host-package] Compiling nu-ansi-term v0.50.1
29162024-12-18T19:16:18.188Z[ host-package] Compiling reedline v0.35.0
29172024-12-18T19:16:18.396Z[ helios-setup] Dec 18 19:16:16.424 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29182024-12-18T19:16:19.176Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29192024-12-18T19:16:23.197Z[ helios-setup] Dec 18 19:16:21.225 INFO E| Compiling rayon v1.6.1
29202024-12-18T19:16:24.951Z[ host-package] Compiling peg v0.8.4
29212024-12-18T19:16:25.365Z[ host-package] Compiling tabled v0.15.0
29222024-12-18T19:16:27.500Z[ helios-setup] Dec 18 19:16:25.527 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29232024-12-18T19:16:30.017Z[ helios-setup] Dec 18 19:16:28.043 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29242024-12-18T19:16:32.424Z[ helios-setup] Dec 18 19:16:30.450 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29252024-12-18T19:16:33.713Z[ helios-setup] Dec 18 19:16:31.739 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29262024-12-18T19:16:34.614Z[ helios-setup] Dec 18 19:16:32.640 INFO E| Compiling clap_derive v4.2.0
29272024-12-18T19:16:40.420Z[ helios-setup] Dec 18 19:16:38.445 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29282024-12-18T19:16:44.874Z[ helios-setup] Dec 18 19:16:42.898 INFO E| Compiling clap v4.2.1
29292024-12-18T19:16:45.986Z[ helios-setup] Dec 18 19:16:44.010 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29302024-12-18T19:16:53.127Z[ host-package] Compiling derive_builder v0.20.2
29312024-12-18T19:16:53.666Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29322024-12-18T19:16:56.578Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29332024-12-18T19:16:57.354Z[ helios-setup] Dec 18 19:16:55.377 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29342024-12-18T19:17:00.171Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29352024-12-18T19:17:00.650Z[ helios-setup] Dec 18 19:16:58.673 INFO E| Compiling tokio-tungstenite v0.18.0
29362024-12-18T19:17:02.194Z[ helios-setup] Dec 18 19:17:00.216 INFO E| Compiling smartstring v1.0.1
29372024-12-18T19:17:03.372Z[ helios-setup] Dec 18 19:17:01.394 INFO E| Compiling rustls v0.21.0
29382024-12-18T19:17:03.452Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29392024-12-18T19:17:04.182Z[ host-package] Compiling bcs v0.1.6
29402024-12-18T19:17:05.628Z[ helios-setup] Dec 18 19:17:03.649 INFO E| Compiling sct v0.7.0
29412024-12-18T19:17:05.756Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29422024-12-18T19:17:06.481Z[ host-package] Compiling oso-derive v0.27.3
29432024-12-18T19:17:06.592Z[ helios-setup] Dec 18 19:17:04.613 INFO E| Compiling rustls-webpki v0.100.1
29442024-12-18T19:17:06.864Z[ host-package] Compiling libz-sys v1.1.20
29452024-12-18T19:17:08.283Z[ host-package] Compiling quick-xml v0.33.0
29462024-12-18T19:17:08.486Z[ helios-setup] Dec 18 19:17:06.507 INFO E| Compiling toml_datetime v0.6.1
29472024-12-18T19:17:08.541Z[ host-package] Compiling diesel-dtrace v0.4.2
29482024-12-18T19:17:09.542Z[ host-package] Compiling parking_lot_core v0.8.6
29492024-12-18T19:17:10.119Z[ helios-setup] Dec 18 19:17:08.140 INFO E| Compiling serde_spanned v0.6.1
29502024-12-18T19:17:10.699Z[ helios-setup] Dec 18 19:17:08.720 INFO E| Compiling winnow v0.4.1
29512024-12-18T19:17:11.173Z[ helios-setup] Dec 18 19:17:09.192 INFO E| Compiling slog-async v2.7.0
29522024-12-18T19:17:12.783Z[ helios-setup] Dec 18 19:17:10.804 INFO E| Compiling match_cfg v0.1.0
29532024-12-18T19:17:13.123Z[ helios-setup] Dec 18 19:17:11.144 INFO E| Compiling camino v1.1.4
29542024-12-18T19:17:14.757Z[ helios-setup] Dec 18 19:17:12.777 INFO E| Compiling static_assertions v1.1.0
29552024-12-18T19:17:15.135Z[ helios-setup] Dec 18 19:17:13.155 INFO E| Compiling async-trait v0.1.68
29562024-12-18T19:17:16.335Z[ helios-setup] Dec 18 19:17:14.355 INFO E| Compiling paste v1.0.12
29572024-12-18T19:17:18.199Z[ helios-setup] Dec 18 19:17:16.219 INFO E| Compiling toml_edit v0.19.8
29582024-12-18T19:17:18.765Z[ host-package] Compiling oso v0.27.3
29592024-12-18T19:17:20.144Z[ helios-setup] Dec 18 19:17:18.164 INFO E| Compiling hostname v0.3.1
29602024-12-18T19:17:20.815Z[ helios-setup] Dec 18 19:17:18.835 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29612024-12-18T19:17:20.997Z[ helios-setup] Dec 18 19:17:19.016 INFO E| Compiling slog-json v2.6.1
29622024-12-18T19:17:21.768Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29632024-12-18T19:17:21.839Z[ helios-setup] Dec 18 19:17:19.858 INFO E| Compiling unicode-linebreak v0.1.4
29642024-12-18T19:17:25.253Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29652024-12-18T19:17:26.842Z[ helios-setup] Dec 18 19:17:24.861 INFO E| Compiling rhai_codegen v1.5.0
29662024-12-18T19:17:28.568Z[ helios-setup] Dec 18 19:17:26.586 INFO E| Compiling async-stream-impl v0.3.5
29672024-12-18T19:17:31.381Z[ helios-setup] Dec 18 19:17:29.399 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29682024-12-18T19:17:32.083Z[ helios-setup] Dec 18 19:17:30.101 INFO E| Compiling take_mut v0.2.2
29692024-12-18T19:17:32.829Z[ helios-setup] Dec 18 19:17:30.847 INFO E| Compiling rhai v1.14.0
29702024-12-18T19:17:34.113Z[ helios-setup] Dec 18 19:17:32.131 INFO E| Compiling async-stream v0.3.5
29712024-12-18T19:17:35.158Z[ helios-setup] Dec 18 19:17:33.176 INFO E| Compiling tokio-rustls v0.24.0
29722024-12-18T19:17:36.067Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29732024-12-18T19:17:36.472Z[ helios-setup] Dec 18 19:17:34.489 INFO E| Compiling toml v0.7.3
29742024-12-18T19:17:36.784Z[ helios-setup] Dec 18 19:17:34.801 INFO E| Compiling slog-bunyan v2.4.0
29752024-12-18T19:17:41.677Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29762024-12-18T19:17:42.479Z[ host-package] Compiling bb8 v0.8.5
29772024-12-18T19:17:43.968Z[ helios-setup] Dec 18 19:17:41.985 INFO E| Compiling rustls-pemfile v1.0.2
29782024-12-18T19:17:44.067Z[ host-package] Compiling async-bb8-diesel v0.2.1
29792024-12-18T19:17:44.296Z[ helios-setup] Dec 18 19:17:42.312 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29802024-12-18T19:17:45.613Z[ helios-setup] Dec 18 19:17:43.628 INFO E| Compiling bincode v1.3.3
29812024-12-18T19:17:46.638Z[ helios-setup] Dec 18 19:17:44.654 INFO E| Compiling serde_path_to_error v0.1.11
29822024-12-18T19:17:48.264Z[ helios-setup] Dec 18 19:17:46.279 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29832024-12-18T19:17:48.878Z[ helios-setup] Dec 18 19:17:46.893 INFO E| Compiling terminal_size v0.2.6
29842024-12-18T19:17:49.122Z[ host-package] Compiling nibble_vec v0.1.0
29852024-12-18T19:17:49.347Z[ helios-setup] Dec 18 19:17:47.363 INFO E| Compiling smawk v0.3.1
29862024-12-18T19:17:49.880Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
29872024-12-18T19:17:50.143Z[ helios-setup] Dec 18 19:17:48.158 INFO E| Compiling textwrap v0.16.0
29882024-12-18T19:17:52.057Z[ host-package] Compiling atty v0.2.14
29892024-12-18T19:17:53.598Z[ host-package] Compiling endian-type v0.1.2
29902024-12-18T19:17:53.601Z[ host-package] Compiling salty v0.3.0
29912024-12-18T19:17:53.601Z[ host-package] Compiling radix_trie v0.2.1
29922024-12-18T19:17:56.269Z[ host-package] Compiling parking_lot v0.11.2
29932024-12-18T19:18:00.166Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29942024-12-18T19:18:08.349Z[ host-package] Compiling sled v0.34.7
29952024-12-18T19:18:16.159Z[ helios-setup] Dec 18 19:18:14.170 INFO E| Compiling git2 v0.16.1
29962024-12-18T19:18:21.451Z[ helios-setup] Dec 18 19:18:19.462 INFO E| Compiling built v0.6.0
29972024-12-18T19:18:24.640Z[ helios-setup] Dec 18 19:18:22.651 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29982024-12-18T19:18:26.159Z[ helios-setup] Dec 18 19:18:24.169 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
29992024-12-18T19:18:26.836Z[ helios-setup] Dec 18 19:18:24.847 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30002024-12-18T19:18:27.164Z[ helios-setup] Dec 18 19:18:25.175 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30012024-12-18T19:18:30.448Z[ helios-setup] Dec 18 19:18:28.458 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30022024-12-18T19:18:51.208Z[ host-package] Compiling mime_guess v2.0.5
30032024-12-18T19:18:51.601Z[ host-package] Compiling hickory-client v0.24.1
30042024-12-18T19:18:54.070Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30052024-12-18T19:18:54.400Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30062024-12-18T19:18:57.687Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30072024-12-18T19:18:58.761Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30082024-12-18T19:19:00.677Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30092024-12-18T19:19:03.833Z[ host-package] Compiling hickory-server v0.24.1
30102024-12-18T19:19:04.096Z[ host-package] Compiling primeorder v0.13.6
30112024-12-18T19:19:05.332Z[ host-package] Compiling vergen v8.3.2
30122024-12-18T19:19:05.380Z[ host-package] Compiling env_filter v0.1.2
30132024-12-18T19:19:06.403Z[ host-package] Compiling cargo-platform v0.1.8
30142024-12-18T19:19:07.609Z[ host-package] Compiling nanorand v0.7.0
30152024-12-18T19:19:07.896Z[ host-package] Compiling memoffset v0.9.1
30162024-12-18T19:19:09.147Z[ host-package] Compiling flume v0.11.1
30172024-12-18T19:19:09.235Z[ host-package] Compiling cargo_metadata v0.18.1
30182024-12-18T19:19:09.908Z[ host-package] Compiling env_logger v0.11.5
30192024-12-18T19:19:11.012Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30202024-12-18T19:19:12.623Z[ host-package] Compiling p384 v0.13.0
30212024-12-18T19:19:15.521Z[ host-package] Compiling git2 v0.19.0
30222024-12-18T19:19:16.073Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30232024-12-18T19:19:20.771Z[ helios-setup] Dec 18 19:19:18.773 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30242024-12-18T19:19:21.829Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30252024-12-18T19:19:23.314Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30262024-12-18T19:19:24.106Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30272024-12-18T19:19:24.569Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30282024-12-18T19:19:27.185Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30292024-12-18T19:19:28.161Z[ host-package] Compiling rand_seeder v0.3.0
30302024-12-18T19:19:28.638Z[ host-package] Compiling libsqlite3-sys v0.30.1
30312024-12-18T19:19:29.529Z[ host-package] Compiling lzma-sys v0.1.20
30322024-12-18T19:19:30.037Z[ host-package] Compiling http-range v0.1.5
30332024-12-18T19:19:30.288Z[ host-package] Compiling cfg_aliases v0.2.1
30342024-12-18T19:19:30.411Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30352024-12-18T19:19:30.544Z[ host-package] Compiling rustls v0.21.12
30362024-12-18T19:19:30.858Z[ host-package] Compiling nix v0.29.0
30372024-12-18T19:19:31.097Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30382024-12-18T19:19:31.446Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30392024-12-18T19:19:32.155Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30402024-12-18T19:19:32.310Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30412024-12-18T19:19:33.449Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30422024-12-18T19:19:33.966Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30432024-12-18T19:19:33.996Z[ host-package] Compiling rustls-webpki v0.101.7
30442024-12-18T19:19:34.036Z[ host-package] Compiling sct v0.7.1
30452024-12-18T19:19:34.892Z[ host-package] Compiling heck v0.3.3
30462024-12-18T19:19:35.197Z[ host-package] Compiling castaway v0.2.3
30472024-12-18T19:19:35.476Z[ host-package] Compiling csv-core v0.1.11
30482024-12-18T19:19:35.542Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30492024-12-18T19:19:36.724Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30502024-12-18T19:19:37.190Z[ host-package] Compiling glob v0.3.1
30512024-12-18T19:19:39.207Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30522024-12-18T19:19:39.601Z[ host-package] Compiling csv v1.3.0
30532024-12-18T19:19:40.174Z[ host-package] Compiling zone_cfg_derive v0.1.2
30542024-12-18T19:19:40.271Z[ host-package] Compiling compact_str v0.8.0
30552024-12-18T19:19:43.196Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30562024-12-18T19:19:44.617Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30572024-12-18T19:19:44.695Z[ host-package] Compiling nix v0.27.1
30582024-12-18T19:19:47.087Z[ host-package] Compiling hyper-staticfile v0.10.1
30592024-12-18T19:19:51.942Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30602024-12-18T19:20:02.270Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30612024-12-18T19:20:08.915Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30622024-12-18T19:20:11.361Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30632024-12-18T19:20:11.842Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30642024-12-18T19:20:14.401Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30652024-12-18T19:20:20.632Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30662024-12-18T19:20:21.671Z[ helios-setup] Dec 18 19:20:18.662 INFO E| Finished `release` profile [optimized] target(s) in 6m 38s
30672024-12-18T19:20:21.674Z[ helios-setup] Dec 18 19:20:18.792 INFO building project "pilot" ok (398 seconds)
30682024-12-18T19:20:21.674Z[ helios-setup] Dec 18 19:20:18.792 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30692024-12-18T19:20:21.674Z[ helios-setup] Dec 18 19:20:18.792 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30702024-12-18T19:20:21.674Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30712024-12-18T19:20:21.674Z[ helios-setup] Dec 18 19:20:19.105 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30722024-12-18T19:20:21.674Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30732024-12-18T19:20:21.674Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30742024-12-18T19:20:21.674Z[ helios-setup] Dec 18 19:20:19.664 INFO E| From https://github.com/jclulow/rust-jmclib
30752024-12-18T19:20:21.674Z[ helios-setup] Dec 18 19:20:19.664 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30762024-12-18T19:20:21.702Z[ host-package] Compiling unicode-truncate v1.1.0
30772024-12-18T19:20:21.710Z[ helios-setup] Dec 18 19:20:19.704 INFO E| Updating crates.io index
30782024-12-18T19:20:21.893Z[ helios-setup] Dec 18 19:20:19.887 INFO E| Downloading crates ...
30792024-12-18T19:20:21.999Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30802024-12-18T19:20:22.067Z[ helios-setup] Dec 18 19:20:20.061 INFO E| Downloaded opaque-debug v0.3.0
30812024-12-18T19:20:22.070Z[ helios-setup] Dec 18 19:20:20.063 INFO E| Downloaded block-buffer v0.9.0
30822024-12-18T19:20:22.070Z[ helios-setup] Dec 18 19:20:20.064 INFO E| Downloaded libdevinfo-sys v1.0.0
30832024-12-18T19:20:22.092Z[ helios-setup] Dec 18 19:20:20.085 INFO E| Downloaded sha-1 v0.9.8
30842024-12-18T19:20:22.095Z[ helios-setup] Dec 18 19:20:20.088 INFO E| Downloaded getrandom v0.2.10
30852024-12-18T19:20:22.099Z[ helios-setup] Dec 18 19:20:20.093 INFO E| Downloaded once_cell v1.18.0
30862024-12-18T19:20:22.102Z[ helios-setup] Dec 18 19:20:20.097 INFO E| Downloaded digest v0.9.0
30872024-12-18T19:20:22.105Z[ helios-setup] Dec 18 19:20:20.099 INFO E| Downloaded md-5 v0.9.1
30882024-12-18T19:20:22.108Z[ helios-setup] Dec 18 19:20:20.102 INFO E| Downloaded uuid v0.8.2
30892024-12-18T19:20:22.113Z[ helios-setup] Dec 18 19:20:20.108 INFO E| Downloaded serde_derive v1.0.193
30902024-12-18T19:20:22.119Z[ helios-setup] Dec 18 19:20:20.112 INFO E| Downloaded ryu v1.0.15
30912024-12-18T19:20:22.123Z[ helios-setup] Dec 18 19:20:20.118 INFO E| Downloaded serde v1.0.193
30922024-12-18T19:20:22.129Z[ helios-setup] Dec 18 19:20:20.123 INFO E| Downloaded proc-macro2 v1.0.66
30932024-12-18T19:20:22.133Z[ helios-setup] Dec 18 19:20:20.127 INFO E| Downloaded unicode-ident v1.0.11
30942024-12-18T19:20:22.138Z[ helios-setup] Dec 18 19:20:20.132 INFO E| Downloaded serde_json v1.0.103
30952024-12-18T19:20:22.164Z[ helios-setup] Dec 18 19:20:20.158 INFO E| Downloaded quote v1.0.31
30962024-12-18T19:20:22.168Z[ helios-setup] Dec 18 19:20:20.162 INFO E| Downloaded bitflags v2.3.3
30972024-12-18T19:20:22.172Z[ helios-setup] Dec 18 19:20:20.167 INFO E| Downloaded anyhow v1.0.72
30982024-12-18T19:20:22.178Z[ helios-setup] Dec 18 19:20:20.173 INFO E| Downloaded syn v2.0.32
30992024-12-18T19:20:22.217Z[ helios-setup] Dec 18 19:20:20.211 INFO E| Downloaded itoa v1.0.9
31002024-12-18T19:20:22.220Z[ helios-setup] Dec 18 19:20:20.213 INFO E| Downloaded fastrand v2.0.0
31012024-12-18T19:20:22.222Z[ helios-setup] Dec 18 19:20:20.215 INFO E| Downloaded cpufeatures v0.2.9
31022024-12-18T19:20:22.225Z[ helios-setup] Dec 18 19:20:20.216 INFO E| Downloaded rustix v0.38.4
31032024-12-18T19:20:22.300Z[ helios-setup] Dec 18 19:20:20.294 INFO E| Downloaded tempfile v3.7.0
31042024-12-18T19:20:22.304Z[ helios-setup] Dec 18 19:20:20.298 INFO E| Downloaded libc v0.2.147
31052024-12-18T19:20:22.435Z[ helios-setup] Dec 18 19:20:20.430 INFO E| Compiling libc v0.2.147
31062024-12-18T19:20:22.452Z[ helios-setup] Dec 18 19:20:20.447 INFO E| Compiling proc-macro2 v1.0.66
31072024-12-18T19:20:22.452Z[ helios-setup] Dec 18 19:20:20.447 INFO E| Compiling unicode-ident v1.0.11
31082024-12-18T19:20:22.455Z[ helios-setup] Dec 18 19:20:20.447 INFO E| Compiling cfg-if v1.0.0
31092024-12-18T19:20:22.455Z[ helios-setup] Dec 18 19:20:20.447 INFO E| Compiling version_check v0.9.4
31102024-12-18T19:20:22.455Z[ helios-setup] Dec 18 19:20:20.447 INFO E| Compiling typenum v1.16.0
31112024-12-18T19:20:22.455Z[ helios-setup] Dec 18 19:20:20.447 INFO E| Compiling serde v1.0.193
31122024-12-18T19:20:22.455Z[ helios-setup] Dec 18 19:20:20.447 INFO E| Compiling powerfmt v0.2.0
31132024-12-18T19:20:23.399Z[ helios-setup] Dec 18 19:20:21.393 INFO E| Compiling slog v2.7.0
31142024-12-18T19:20:23.841Z[ helios-setup] Dec 18 19:20:21.835 INFO E| Compiling num-conv v0.1.0
31152024-12-18T19:20:24.077Z[ helios-setup] Dec 18 19:20:22.071 INFO E| Compiling itoa v1.0.9
31162024-12-18T19:20:24.223Z[ helios-setup] Dec 18 19:20:22.217 INFO E| Compiling generic-array v0.14.7
31172024-12-18T19:20:24.228Z[ helios-setup] Dec 18 19:20:22.223 INFO E| Compiling time-core v0.1.2
31182024-12-18T19:20:24.307Z[ helios-setup] Dec 18 19:20:22.301 INFO E| Compiling rustix v0.38.4
31192024-12-18T19:20:24.543Z[ helios-setup] Dec 18 19:20:22.537 INFO E| Compiling time-macros v0.2.18
31202024-12-18T19:20:24.666Z[ helios-setup] Dec 18 19:20:22.657 INFO E| Compiling deranged v0.3.11
31212024-12-18T19:20:24.867Z[ helios-setup] Dec 18 19:20:22.861 INFO E| Compiling once_cell v1.18.0
31222024-12-18T19:20:25.237Z[ helios-setup] Dec 18 19:20:23.231 INFO E| Compiling bitflags v2.3.3
31232024-12-18T19:20:25.524Z[ helios-setup] Dec 18 19:20:23.518 INFO E| Compiling quote v1.0.31
31242024-12-18T19:20:25.814Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31252024-12-18T19:20:26.091Z[ helios-setup] Dec 18 19:20:24.085 INFO E| Compiling syn v2.0.32
31262024-12-18T19:20:26.201Z[ helios-setup] Dec 18 19:20:24.195 INFO E| Compiling num_threads v0.1.6
31272024-12-18T19:20:26.356Z[ helios-setup] Dec 18 19:20:24.350 INFO E| Compiling thread_local v1.1.7
31282024-12-18T19:20:26.484Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31292024-12-18T19:20:26.629Z[ host-package] Compiling hashlink v0.9.1
31302024-12-18T19:20:26.955Z[ helios-setup] Dec 18 19:20:24.948 INFO E| Compiling opaque-debug v0.3.0
31312024-12-18T19:20:27.092Z[ helios-setup] Dec 18 19:20:25.085 INFO E| Compiling serde_json v1.0.103
31322024-12-18T19:20:27.167Z[ host-package] Compiling tungstenite v0.23.0
31332024-12-18T19:20:27.557Z[ helios-setup] Dec 18 19:20:25.551 INFO E| Compiling fastrand v2.0.0
31342024-12-18T19:20:28.232Z[ helios-setup] Dec 18 19:20:26.225 INFO E| Compiling dirs-sys-next v0.1.2
31352024-12-18T19:20:28.287Z[ host-package] Compiling lru v0.12.5
31362024-12-18T19:20:28.290Z[ helios-setup] Dec 18 19:20:26.280 INFO E| Compiling errno v0.3.1
31372024-12-18T19:20:28.362Z[ host-package] Compiling instability v0.3.2
31382024-12-18T19:20:28.831Z[ helios-setup] Dec 18 19:20:26.825 INFO E| Compiling dirs-next v2.0.0
31392024-12-18T19:20:28.973Z[ helios-setup] Dec 18 19:20:26.967 INFO E| Compiling atty v0.2.14
31402024-12-18T19:20:29.134Z[ host-package] Compiling cassowary v0.3.0
31412024-12-18T19:20:29.191Z[ helios-setup] Dec 18 19:20:27.184 INFO E| Compiling term v0.7.0
31422024-12-18T19:20:29.207Z[ helios-setup] Dec 18 19:20:27.201 INFO E| Compiling anyhow v1.0.72
31432024-12-18T19:20:29.384Z[ helios-setup] Dec 18 19:20:27.378 INFO E| Compiling getrandom v0.2.10
31442024-12-18T19:20:29.815Z[ helios-setup] Dec 18 19:20:27.808 INFO E| Compiling digest v0.9.0
31452024-12-18T19:20:29.920Z[ helios-setup] Dec 18 19:20:27.913 INFO E| Compiling block-buffer v0.9.0
31462024-12-18T19:20:29.940Z[ helios-setup] Dec 18 19:20:27.933 INFO E| Compiling same-file v1.0.6
31472024-12-18T19:20:30.175Z[ helios-setup] Dec 18 19:20:28.169 INFO E| Compiling unicode-width v0.1.10
31482024-12-18T19:20:30.200Z[ helios-setup] Dec 18 19:20:28.193 INFO E| Compiling cpufeatures v0.2.9
31492024-12-18T19:20:30.236Z[ helios-setup] Dec 18 19:20:28.229 INFO E| Compiling time v0.3.36
31502024-12-18T19:20:30.301Z[ helios-setup] Dec 18 19:20:28.294 INFO E| Compiling ryu v1.0.15
31512024-12-18T19:20:30.466Z[ host-package] Compiling fallible-iterator v0.3.0
31522024-12-18T19:20:30.469Z[ helios-setup] Dec 18 19:20:28.459 INFO E| Compiling getopts v0.2.21
31532024-12-18T19:20:30.597Z[ helios-setup] Dec 18 19:20:28.590 INFO E| Compiling sha-1 v0.9.8
31542024-12-18T19:20:31.215Z[ helios-setup] Dec 18 19:20:29.208 INFO E| Compiling walkdir v2.3.3
31552024-12-18T19:20:31.661Z[ helios-setup] Dec 18 19:20:29.654 INFO E| Compiling md-5 v0.9.1
31562024-12-18T19:20:32.487Z[ helios-setup] Dec 18 19:20:30.480 INFO E| Compiling tempfile v3.7.0
31572024-12-18T19:20:32.497Z[ helios-setup] Dec 18 19:20:30.490 INFO E| Compiling glob v0.3.1
31582024-12-18T19:20:32.552Z[ helios-setup] Dec 18 19:20:30.543 INFO E| Compiling libdevinfo-sys v1.0.0
31592024-12-18T19:20:32.860Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31602024-12-18T19:20:33.463Z[ host-package] Compiling base64 v0.13.1
31612024-12-18T19:20:33.523Z[ host-package] Compiling rusqlite v0.32.1
31622024-12-18T19:20:34.118Z[ helios-setup] Dec 18 19:20:32.110 INFO E| Compiling slog-term v2.9.0
31632024-12-18T19:20:34.604Z[ host-package] Compiling ron v0.7.1
31642024-12-18T19:20:35.895Z[ helios-setup] Dec 18 19:20:33.887 INFO E| Compiling serde_derive v1.0.193
31652024-12-18T19:20:36.034Z[ host-package] Compiling ratatui v0.28.1
31662024-12-18T19:20:36.494Z[ host-package] Compiling tokio-tungstenite v0.23.1
31672024-12-18T19:20:37.349Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31682024-12-18T19:20:38.231Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692024-12-18T19:20:41.237Z[ host-package] Compiling xz2 v0.1.7
31702024-12-18T19:20:42.154Z[ host-package] Compiling tokio-rustls v0.24.1
31712024-12-18T19:20:43.663Z[ host-package] Compiling zone v0.1.8
31722024-12-18T19:20:50.364Z[ helios-setup] Dec 18 19:20:48.354 INFO E| Compiling toml v0.5.11
31732024-12-18T19:20:50.364Z[ helios-setup] Dec 18 19:20:48.354 INFO E| Compiling uuid v0.8.2
31742024-12-18T19:20:51.823Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31752024-12-18T19:20:52.650Z[ helios-setup] Dec 18 19:20:50.640 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31762024-12-18T19:20:56.281Z[ helios-setup] Dec 18 19:20:54.271 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31772024-12-18T19:20:58.136Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31782024-12-18T19:20:59.116Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31792024-12-18T19:21:02.109Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31802024-12-18T19:21:07.590Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31812024-12-18T19:21:09.674Z[ helios-setup] Dec 18 19:21:07.662 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.77s
31822024-12-18T19:21:09.710Z[ helios-setup] Dec 18 19:21:07.698 INFO building project "image-builder" ok (48 seconds)
31832024-12-18T19:21:09.710Z[ helios-setup] Dec 18 19:21:07.698 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31842024-12-18T19:21:09.713Z[ helios-setup] Dec 18 19:21:07.698 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31852024-12-18T19:21:09.773Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31862024-12-18T19:21:10.022Z[ helios-setup] Dec 18 19:21:08.010 INFO E| Downloading crates ...
31872024-12-18T19:21:10.135Z[ helios-setup] Dec 18 19:21:08.123 INFO E| Downloaded miniz_oxide v0.7.2
31882024-12-18T19:21:10.196Z[ helios-setup] Dec 18 19:21:08.184 INFO E| Compiling adler v1.0.2
31892024-12-18T19:21:10.328Z[ helios-setup] Dec 18 19:21:08.316 INFO E| Compiling miniz_oxide v0.7.2
31902024-12-18T19:21:10.895Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31912024-12-18T19:21:12.942Z[ helios-setup] Dec 18 19:21:10.929 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31922024-12-18T19:21:13.617Z[ host-package] Compiling rustls-pemfile v1.0.4
31932024-12-18T19:21:13.813Z[ helios-setup] Dec 18 19:21:11.800 INFO E| Finished `release` profile [optimized] target(s) in 4.02s
31942024-12-18T19:21:13.824Z[ helios-setup] Dec 18 19:21:11.811 INFO building project "pinprick" ok (4 seconds)
31952024-12-18T19:21:13.825Z[ helios-setup] Dec 18 19:21:11.812 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31962024-12-18T19:21:13.825Z[ helios-setup] Dec 18 19:21:11.812 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31972024-12-18T19:21:13.835Z[ helios-setup] Dec 18 19:21:11.822 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
31982024-12-18T19:21:14.097Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31992024-12-18T19:21:14.401Z[ helios-setup] Dec 18 19:21:12.376 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32002024-12-18T19:21:14.401Z[ helios-setup] Dec 18 19:21:12.376 INFO E| info: downloading component 'cargo'
32012024-12-18T19:21:14.416Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32022024-12-18T19:21:14.438Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32032024-12-18T19:21:14.622Z[ host-package] Compiling signal-hook-tokio v0.3.1
32042024-12-18T19:21:14.865Z[ host-package] Compiling twox-hash v1.6.3
32052024-12-18T19:21:15.916Z[ host-package] Compiling yasna v0.5.2
32062024-12-18T19:21:16.155Z[ helios-setup] Dec 18 19:21:14.142 INFO E| info: downloading component 'clippy'
32072024-12-18T19:21:16.515Z[ helios-setup] Dec 18 19:21:14.502 INFO E| info: downloading component 'rust-docs'
32082024-12-18T19:21:17.843Z[ helios-setup] Dec 18 19:21:15.830 INFO E| info: downloading component 'rust-src'
32092024-12-18T19:21:18.208Z[ helios-setup] Dec 18 19:21:16.195 INFO E| info: downloading component 'rust-std'
32102024-12-18T19:21:19.443Z[ host-package] Compiling unicode-linebreak v0.1.5
32112024-12-18T19:21:19.504Z[ host-package] Compiling smawk v0.3.2
32122024-12-18T19:21:19.810Z[ host-package] Compiling is_ci v1.2.0
32132024-12-18T19:21:20.054Z[ host-package] Compiling supports-color v3.0.1
32142024-12-18T19:21:20.146Z[ host-package] Compiling textwrap v0.16.1
32152024-12-18T19:21:20.150Z[ helios-setup] Dec 18 19:21:18.133 INFO E| info: downloading component 'rustc'
32162024-12-18T19:21:20.420Z[ host-package] Compiling rcgen v0.12.1
32172024-12-18T19:21:23.822Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32182024-12-18T19:21:25.051Z[ helios-setup] Dec 18 19:21:23.037 INFO E| info: downloading component 'rustfmt'
32192024-12-18T19:21:25.286Z[ helios-setup] Dec 18 19:21:23.272 INFO E| info: installing component 'cargo'
32202024-12-18T19:21:26.588Z[ helios-setup] Dec 18 19:21:24.573 INFO E| info: installing component 'clippy'
32212024-12-18T19:21:27.009Z[ helios-setup] Dec 18 19:21:24.994 INFO E| info: installing component 'rust-docs'
32222024-12-18T19:21:31.694Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32232024-12-18T19:21:31.805Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32242024-12-18T19:21:32.553Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32252024-12-18T19:21:33.283Z[ helios-setup] Dec 18 19:21:31.267 INFO E| info: installing component 'rust-src'
32262024-12-18T19:21:33.777Z[ helios-setup] Dec 18 19:21:31.761 INFO E| info: installing component 'rust-std'
32272024-12-18T19:21:35.440Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32282024-12-18T19:21:36.147Z[ helios-setup] Dec 18 19:21:34.131 INFO E| info: installing component 'rustc'
32292024-12-18T19:21:42.464Z[ helios-setup] Dec 18 19:21:40.447 INFO E| info: installing component 'rustfmt'
32302024-12-18T19:21:43.480Z[ helios-setup] Dec 18 19:21:41.463 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32312024-12-18T19:21:44.467Z[ helios-setup] Dec 18 19:21:42.449 INFO E| From https://github.com/oxidecomputer/amd-apcb
32322024-12-18T19:21:44.467Z[ helios-setup] Dec 18 19:21:42.449 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32332024-12-18T19:21:44.467Z[ helios-setup] Dec 18 19:21:42.449 INFO E| * [new tag] v0.4.3 -> v0.4.3
32342024-12-18T19:21:44.498Z[ helios-setup] Dec 18 19:21:42.481 INFO E| * [new tag] v0.1.3 -> v0.1.3
32352024-12-18T19:21:44.498Z[ helios-setup] Dec 18 19:21:42.481 INFO E| * [new tag] v0.1.4 -> v0.1.4
32362024-12-18T19:21:44.499Z[ helios-setup] Dec 18 19:21:42.481 INFO E| * [new tag] v0.1.5 -> v0.1.5
32372024-12-18T19:21:44.501Z[ helios-setup] Dec 18 19:21:42.482 INFO E| * [new tag] v0.2.0 -> v0.2.0
32382024-12-18T19:21:44.501Z[ helios-setup] Dec 18 19:21:42.482 INFO E| * [new tag] v0.3.0 -> v0.3.0
32392024-12-18T19:21:44.501Z[ helios-setup] Dec 18 19:21:42.482 INFO E| * [new tag] v0.3.1 -> v0.3.1
32402024-12-18T19:21:44.501Z[ helios-setup] Dec 18 19:21:42.482 INFO E| * [new tag] v0.3.2 -> v0.3.2
32412024-12-18T19:21:44.501Z[ helios-setup] Dec 18 19:21:42.482 INFO E| * [new tag] v0.3.3 -> v0.3.3
32422024-12-18T19:21:44.501Z[ helios-setup] Dec 18 19:21:42.482 INFO E| * [new tag] v0.4.0 -> v0.4.0
32432024-12-18T19:21:44.501Z[ helios-setup] Dec 18 19:21:42.482 INFO E| * [new tag] v0.4.1 -> v0.4.1
32442024-12-18T19:21:44.501Z[ helios-setup] Dec 18 19:21:42.482 INFO E| * [new tag] v0.4.2 -> v0.4.2
32452024-12-18T19:21:44.540Z[ helios-setup] Dec 18 19:21:42.523 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32462024-12-18T19:21:45.573Z[ helios-setup] Dec 18 19:21:43.556 INFO E| From https://github.com/oxidecomputer/amd-efs
32472024-12-18T19:21:45.574Z[ helios-setup] Dec 18 19:21:43.556 INFO E| * [new branch] empty -> origin/empty
32482024-12-18T19:21:45.574Z[ helios-setup] Dec 18 19:21:43.556 INFO E| * [new branch] issue-99 -> origin/issue-99
32492024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.556 INFO E| * [new branch] main -> origin/main
32502024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.557 INFO E| * [new branch] review -> origin/review
32512024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.557 INFO E| * [new ref] -> origin/HEAD
32522024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.557 INFO E| * [new tag] v0.2.0 -> v0.2.0
32532024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.557 INFO E| * [new tag] v0.2.1 -> v0.2.1
32542024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.557 INFO E| * [new tag] v0.2.2 -> v0.2.2
32552024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.557 INFO E| * [new tag] v0.2.3 -> v0.2.3
32562024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.558 INFO E| * [new tag] v0.2.4 -> v0.2.4
32572024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.558 INFO E| * [new tag] v0.2.5 -> v0.2.5
32582024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.558 INFO E| * [new tag] v0.2.6 -> v0.2.6
32592024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.558 INFO E| * [new tag] v0.2.7 -> v0.2.7
32602024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.558 INFO E| * [new tag] v0.3.0 -> v0.3.0
32612024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.558 INFO E| * [new tag] v0.3.1 -> v0.3.1
32622024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.558 INFO E| * [new tag] v0.4.0 -> v0.4.0
32632024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.558 INFO E| * [new tag] v0.4.1 -> v0.4.1
32642024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.559 INFO E| * [new tag] v0.4.2 -> v0.4.2
32652024-12-18T19:21:45.576Z[ helios-setup] Dec 18 19:21:43.559 INFO E| * [new tag] v0.4.3 -> v0.4.3
32662024-12-18T19:21:45.599Z[ helios-setup] Dec 18 19:21:43.582 INFO E| Updating crates.io index
32672024-12-18T19:21:45.897Z[ helios-setup] Dec 18 19:21:43.880 INFO E| Downloading crates ...
32682024-12-18T19:21:46.060Z[ helios-setup] Dec 18 19:21:44.042 INFO E| Downloaded cfg-if v0.1.10
32692024-12-18T19:21:46.063Z[ helios-setup] Dec 18 19:21:44.044 INFO E| Downloaded bytesize v1.3.0
32702024-12-18T19:21:46.099Z[ helios-setup] Dec 18 19:21:44.082 INFO E| Downloaded unic-ucd-version v0.9.0
32712024-12-18T19:21:46.102Z[ helios-setup] Dec 18 19:21:44.084 INFO E| Downloaded unic-common v0.9.0
32722024-12-18T19:21:46.105Z[ helios-setup] Dec 18 19:21:44.085 INFO E| Downloaded unic-char-range v0.9.0
32732024-12-18T19:21:46.105Z[ helios-setup] Dec 18 19:21:44.087 INFO E| Downloaded strum v0.23.0
32742024-12-18T19:21:46.108Z[ helios-setup] Dec 18 19:21:44.088 INFO E| Downloaded scroll_derive v0.10.5
32752024-12-18T19:21:46.108Z[ helios-setup] Dec 18 19:21:44.089 INFO E| Downloaded parse_int v0.6.0
32762024-12-18T19:21:46.108Z[ helios-setup] Dec 18 19:21:44.090 INFO E| Downloaded memoffset v0.5.6
32772024-12-18T19:21:46.110Z[ helios-setup] Dec 18 19:21:44.092 INFO E| Downloaded pest_generator v2.7.13
32782024-12-18T19:21:46.112Z[ helios-setup] Dec 18 19:21:44.094 INFO E| Downloaded thiserror v1.0.64
32792024-12-18T19:21:46.119Z[ helios-setup] Dec 18 19:21:44.102 INFO E| Downloaded vec_map v0.8.2
32802024-12-18T19:21:46.122Z[ helios-setup] Dec 18 19:21:44.104 INFO E| Downloaded thiserror-impl v1.0.64
32812024-12-18T19:21:46.125Z[ helios-setup] Dec 18 19:21:44.106 INFO E| Downloaded textwrap v0.11.0
32822024-12-18T19:21:46.127Z[ helios-setup] Dec 18 19:21:44.108 INFO E| Downloaded unic-ucd-ident v0.9.0
32832024-12-18T19:21:46.130Z[ helios-setup] Dec 18 19:21:44.111 INFO E| Downloaded once_cell v1.20.1
32842024-12-18T19:21:46.134Z[ helios-setup] Dec 18 19:21:44.117 INFO E| Downloaded pre v0.2.1
32852024-12-18T19:21:46.134Z[ helios-setup] Dec 18 19:21:44.117 INFO E| Downloaded ansi_term v0.12.1
32862024-12-18T19:21:46.136Z[ helios-setup] Dec 18 19:21:44.119 INFO E| Downloaded strsim v0.8.0
32872024-12-18T19:21:46.140Z[ helios-setup] Dec 18 19:21:44.123 INFO E| Downloaded modular-bitfield-impl v0.11.2
32882024-12-18T19:21:46.140Z[ helios-setup] Dec 18 19:21:44.123 INFO E| Downloaded strum_macros v0.23.1
32892024-12-18T19:21:46.142Z[ helios-setup] Dec 18 19:21:44.125 INFO E| Downloaded pre-proc-macro v0.2.1
32902024-12-18T19:21:46.145Z[ helios-setup] Dec 18 19:21:44.128 INFO E| Downloaded pest_derive v2.7.13
32912024-12-18T19:21:46.149Z[ helios-setup] Dec 18 19:21:44.131 INFO E| Downloaded structopt v0.3.26
32922024-12-18T19:21:46.159Z[ helios-setup] Dec 18 19:21:44.141 INFO E| Downloaded serde_derive v1.0.210
32932024-12-18T19:21:46.162Z[ helios-setup] Dec 18 19:21:44.145 INFO E| Downloaded scroll v0.10.2
32942024-12-18T19:21:46.164Z[ helios-setup] Dec 18 19:21:44.147 INFO E| Downloaded serde v1.0.210
32952024-12-18T19:21:46.168Z[ helios-setup] Dec 18 19:21:44.151 INFO E| Downloaded pest_meta v2.7.13
32962024-12-18T19:21:46.171Z[ helios-setup] Dec 18 19:21:44.154 INFO E| Downloaded modular-bitfield v0.11.2
32972024-12-18T19:21:46.187Z[ helios-setup] Dec 18 19:21:44.169 INFO E| Downloaded pest v2.7.13
32982024-12-18T19:21:46.194Z[ helios-setup] Dec 18 19:21:44.176 INFO E| Downloaded serde_json v1.0.128
32992024-12-18T19:21:46.205Z[ helios-setup] Dec 18 19:21:44.188 INFO E| Downloaded clap v2.34.0
33002024-12-18T19:21:46.215Z[ helios-setup] Dec 18 19:21:44.198 INFO E| Downloaded syn v2.0.79
33012024-12-18T19:21:46.232Z[ helios-setup] Dec 18 19:21:44.214 INFO E| Downloaded goblin v0.4.3
33022024-12-18T19:21:46.239Z[ helios-setup] Dec 18 19:21:44.222 INFO E| Downloaded four-cc v0.3.0
33032024-12-18T19:21:46.242Z[ helios-setup] Dec 18 19:21:44.224 INFO E| Downloaded libc v0.2.159
33042024-12-18T19:21:46.296Z[ helios-setup] Dec 18 19:21:44.264 INFO E| Downloaded structopt-derive v0.4.18
33052024-12-18T19:21:46.298Z[ helios-setup] Dec 18 19:21:44.266 INFO E| Downloaded unic-char-property v0.9.0
33062024-12-18T19:21:46.298Z[ helios-setup] Dec 18 19:21:44.267 INFO E| Downloaded semver-parser v0.7.0
33072024-12-18T19:21:46.298Z[ helios-setup] Dec 18 19:21:44.269 INFO E| Downloaded semver v0.9.0
33082024-12-18T19:21:46.298Z[ helios-setup] Dec 18 19:21:44.270 INFO E| Downloaded rustc_version v0.2.3
33092024-12-18T19:21:46.298Z[ helios-setup] Dec 18 19:21:44.272 INFO E| Downloaded proc-macro-crate v0.1.5
33102024-12-18T19:21:46.298Z[ helios-setup] Dec 18 19:21:44.273 INFO E| Downloaded fletcher v0.1.0
33112024-12-18T19:21:46.393Z[ helios-setup] Dec 18 19:21:44.375 INFO E| Compiling proc-macro2 v1.0.86
33122024-12-18T19:21:46.393Z[ helios-setup] Dec 18 19:21:44.376 INFO E| Compiling unicode-ident v1.0.13
33132024-12-18T19:21:46.393Z[ helios-setup] Dec 18 19:21:44.376 INFO E| Compiling syn v1.0.109
33142024-12-18T19:21:46.396Z[ helios-setup] Dec 18 19:21:44.376 INFO E| Compiling version_check v0.9.5
33152024-12-18T19:21:46.396Z[ helios-setup] Dec 18 19:21:44.376 INFO E| Compiling memchr v2.7.4
33162024-12-18T19:21:46.396Z[ helios-setup] Dec 18 19:21:44.376 INFO E| Compiling thiserror v1.0.64
33172024-12-18T19:21:46.396Z[ helios-setup] Dec 18 19:21:44.376 INFO E| Compiling semver-parser v0.7.0
33182024-12-18T19:21:46.396Z[ helios-setup] Dec 18 19:21:44.376 INFO E| Compiling autocfg v1.4.0
33192024-12-18T19:21:47.208Z[ helios-setup] Dec 18 19:21:45.191 INFO E| Compiling serde v1.0.210
33202024-12-18T19:21:47.869Z[ helios-setup] Dec 18 19:21:45.851 INFO E| Compiling semver v0.9.0
33212024-12-18T19:21:48.435Z[ helios-setup] Dec 18 19:21:46.417 INFO E| Compiling proc-macro-error-attr v1.0.4
33222024-12-18T19:21:48.904Z[ helios-setup] Dec 18 19:21:46.886 INFO E| Compiling rustc_version v0.2.3
33232024-12-18T19:21:49.117Z[ helios-setup] Dec 18 19:21:47.099 INFO E| Compiling proc-macro-error v1.0.4
33242024-12-18T19:21:49.233Z[ helios-setup] Dec 18 19:21:47.215 INFO E| Compiling quote v1.0.37
33252024-12-18T19:21:49.297Z[ helios-setup] Dec 18 19:21:47.276 INFO E| Compiling serde_json v1.0.128
33262024-12-18T19:21:49.484Z[ helios-setup] Dec 18 19:21:47.466 INFO E| Compiling num-traits v0.2.19
33272024-12-18T19:21:49.785Z[ helios-setup] Dec 18 19:21:47.767 INFO E| Compiling ryu v1.0.18
33282024-12-18T19:21:49.911Z[ helios-setup] Dec 18 19:21:47.893 INFO E| Compiling syn v2.0.79
33292024-12-18T19:21:50.491Z[ helios-setup] Dec 18 19:21:48.473 INFO E| Compiling unicode-segmentation v1.12.0
33302024-12-18T19:21:50.498Z[ helios-setup] Dec 18 19:21:48.479 INFO E| Compiling schemars v0.8.21
33312024-12-18T19:21:50.565Z[ helios-setup] Dec 18 19:21:48.547 INFO E| Compiling itoa v1.0.11
33322024-12-18T19:21:50.984Z[ helios-setup] Dec 18 19:21:48.962 INFO E| Compiling pre-proc-macro v0.2.1
33332024-12-18T19:21:51.187Z[ helios-setup] Dec 18 19:21:49.169 INFO E| Compiling memoffset v0.5.6
33342024-12-18T19:21:51.433Z[ helios-setup] Dec 18 19:21:49.415 INFO E| Compiling libc v0.2.159
33352024-12-18T19:21:51.679Z[ helios-setup] Dec 18 19:21:49.661 INFO E| Compiling lazy_static v1.5.0
33362024-12-18T19:21:51.886Z[ helios-setup] Dec 18 19:21:49.868 INFO E| Compiling dyn-clone v1.0.17
33372024-12-18T19:21:52.123Z[ helios-setup] Dec 18 19:21:50.105 INFO E| Compiling heck v0.3.3
33382024-12-18T19:21:52.284Z[ helios-setup] Dec 18 19:21:50.265 INFO E| Compiling ucd-trie v0.1.7
33392024-12-18T19:21:52.382Z[ helios-setup] Dec 18 19:21:50.363 INFO E| Compiling rustversion v1.0.17
33402024-12-18T19:21:52.647Z[ helios-setup] Dec 18 19:21:50.629 INFO E| Compiling paste v1.0.15
33412024-12-18T19:21:53.132Z[ helios-setup] Dec 18 19:21:51.113 INFO E| Compiling pre v0.2.1
33422024-12-18T19:21:53.636Z[ helios-setup] Dec 18 19:21:51.617 INFO E| Compiling once_cell v1.20.1
33432024-12-18T19:21:53.967Z[ helios-setup] Dec 18 19:21:51.948 INFO E| Compiling static_assertions v1.1.0
33442024-12-18T19:21:54.001Z[ helios-setup] Dec 18 19:21:51.982 INFO E| Compiling cfg-if v0.1.10
33452024-12-18T19:21:54.058Z[ helios-setup] Dec 18 19:21:52.040 INFO E| Compiling byteorder v1.5.0
33462024-12-18T19:21:55.190Z[ helios-setup] Dec 18 19:21:53.171 INFO E| Compiling unicode-width v0.1.14
33472024-12-18T19:21:56.215Z[ helios-setup] Dec 18 19:21:54.196 INFO E| Compiling atty v0.2.14
33482024-12-18T19:21:56.392Z[ helios-setup] Dec 18 19:21:54.373 INFO E| Compiling textwrap v0.11.0
33492024-12-18T19:21:56.415Z[ helios-setup] Dec 18 19:21:54.396 INFO E| Compiling fletcher v0.1.0
33502024-12-18T19:21:56.597Z[ helios-setup] Dec 18 19:21:54.578 INFO E| Compiling strsim v0.8.0
33512024-12-18T19:21:56.933Z[ helios-setup] Dec 18 19:21:54.914 INFO E| Compiling unic-char-range v0.9.0
33522024-12-18T19:21:57.061Z[ helios-setup] Dec 18 19:21:55.042 INFO E| Compiling strum v0.23.0
33532024-12-18T19:21:57.241Z[ helios-setup] Dec 18 19:21:55.222 INFO E| Compiling bitflags v1.3.2
33542024-12-18T19:21:57.241Z[ helios-setup] Dec 18 19:21:55.222 INFO E| Compiling unic-common v0.9.0
33552024-12-18T19:21:57.340Z[ helios-setup] Dec 18 19:21:55.321 INFO E| Compiling ansi_term v0.12.1
33562024-12-18T19:21:57.497Z[ helios-setup] Dec 18 19:21:55.478 INFO E| Compiling parse_int v0.6.0
33572024-12-18T19:21:57.616Z[ helios-setup] Dec 18 19:21:55.597 INFO E| Compiling vec_map v0.8.2
33582024-12-18T19:21:57.792Z[ helios-setup] Dec 18 19:21:55.773 INFO E| Compiling unic-ucd-version v0.9.0
33592024-12-18T19:21:57.889Z[ helios-setup] Dec 18 19:21:55.870 INFO E| Compiling unic-char-property v0.9.0
33602024-12-18T19:21:58.090Z[ helios-setup] Dec 18 19:21:56.071 INFO E| Compiling clap v2.34.0
33612024-12-18T19:21:58.192Z[ helios-setup] Dec 18 19:21:56.173 INFO E| Compiling plain v0.2.3
33622024-12-18T19:21:58.221Z[ helios-setup] Dec 18 19:21:56.202 INFO E| Compiling log v0.4.22
33632024-12-18T19:21:58.291Z[ helios-setup] Dec 18 19:21:56.271 INFO E| Compiling unic-ucd-ident v0.9.0
33642024-12-18T19:21:58.482Z[ helios-setup] Dec 18 19:21:56.463 INFO E| Compiling bytesize v1.3.0
33652024-12-18T19:21:59.358Z[ helios-setup] Dec 18 19:21:57.339 INFO E| Compiling serde_derive_internals v0.29.1
33662024-12-18T19:22:01.925Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33672024-12-18T19:22:01.961Z[ helios-setup] Dec 18 19:21:59.942 INFO E| Compiling toml v0.5.11
33682024-12-18T19:22:05.679Z[ helios-setup] Dec 18 19:22:03.659 INFO E| Compiling proc-macro-crate v0.1.5
33692024-12-18T19:22:06.012Z[ helios-setup] Dec 18 19:22:03.991 INFO E| Compiling thiserror-impl v1.0.64
33702024-12-18T19:22:06.231Z[ helios-setup] Dec 18 19:22:04.211 INFO E| Compiling serde_derive v1.0.210
33712024-12-18T19:22:06.898Z[ helios-setup] Dec 18 19:22:04.877 INFO E| Compiling schemars_derive v0.8.21
33722024-12-18T19:22:06.979Z[ helios-setup] Dec 18 19:22:04.958 INFO E| Compiling zerocopy-derive v0.6.6
33732024-12-18T19:22:08.136Z[ helios-setup] Dec 18 19:22:06.115 INFO E| Compiling num-derive v0.4.2
33742024-12-18T19:22:09.942Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33752024-12-18T19:22:10.681Z[ helios-setup] Dec 18 19:22:08.660 INFO E| Compiling zerocopy v0.6.6
33762024-12-18T19:22:11.867Z[ helios-setup] Dec 18 19:22:09.845 INFO E| Compiling pest v2.7.13
33772024-12-18T19:22:13.313Z[ helios-setup] Dec 18 19:22:11.292 INFO E| Compiling modular-bitfield-impl v0.11.2
33782024-12-18T19:22:13.313Z[ helios-setup] Dec 18 19:22:11.292 INFO E| Compiling scroll_derive v0.10.5
33792024-12-18T19:22:13.603Z[ helios-setup] Dec 18 19:22:11.582 INFO E| Compiling strum_macros v0.23.1
33802024-12-18T19:22:16.183Z[ helios-setup] Dec 18 19:22:14.162 INFO E| Compiling scroll v0.10.2
33812024-12-18T19:22:17.478Z[ helios-setup] Dec 18 19:22:15.455 INFO E| Compiling pest_meta v2.7.13
33822024-12-18T19:22:17.742Z[ helios-setup] Dec 18 19:22:15.720 INFO E| Compiling structopt-derive v0.4.18
33832024-12-18T19:22:17.776Z[ helios-setup] Dec 18 19:22:15.754 INFO E| Compiling goblin v0.4.3
33842024-12-18T19:22:18.717Z[ helios-setup] Dec 18 19:22:16.694 INFO E| Compiling modular-bitfield v0.11.2
33852024-12-18T19:22:19.883Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33862024-12-18T19:22:20.021Z[ helios-setup] Dec 18 19:22:17.999 INFO E| Compiling pest_generator v2.7.13
33872024-12-18T19:22:22.619Z[ helios-setup] Dec 18 19:22:20.596 INFO E| Compiling structopt v0.3.26
33882024-12-18T19:22:24.112Z[ helios-setup] Dec 18 19:22:22.090 INFO E| Compiling pest_derive v2.7.13
33892024-12-18T19:22:28.602Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33902024-12-18T19:22:29.102Z[ helios-setup] Dec 18 19:22:27.078 INFO E| Compiling json5 v0.4.1
33912024-12-18T19:22:29.531Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33922024-12-18T19:22:30.175Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33932024-12-18T19:22:31.775Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33942024-12-18T19:22:34.699Z[ helios-setup] Dec 18 19:22:32.674 INFO E| Compiling four-cc v0.3.0
33952024-12-18T19:22:34.699Z[ helios-setup] Dec 18 19:22:32.674 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
33962024-12-18T19:22:34.926Z[ helios-setup] Dec 18 19:22:32.902 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
33972024-12-18T19:22:39.860Z[ host-package] Compiling fatfs v0.3.6
33982024-12-18T19:22:40.509Z[ host-package] Compiling rtoolbox v0.0.2
33992024-12-18T19:22:41.178Z[ host-package] Compiling subprocess v0.2.9
34002024-12-18T19:22:43.344Z[ host-package] Compiling assert_matches v1.5.0
34012024-12-18T19:22:45.185Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34022024-12-18T19:22:46.449Z[ host-package] Compiling rpassword v7.3.1
34032024-12-18T19:22:46.763Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34042024-12-18T19:22:47.104Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34052024-12-18T19:22:53.872Z[ host-package] Compiling tui-tree-widget v0.22.0
34062024-12-18T19:22:54.468Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34072024-12-18T19:22:55.151Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34082024-12-18T19:22:56.096Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34092024-12-18T19:22:56.526Z[ host-package] Compiling uzers v0.12.1
34102024-12-18T19:23:00.043Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34112024-12-18T19:23:10.403Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34122024-12-18T19:23:13.150Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34132024-12-18T19:23:18.445Z[ helios-setup] Dec 18 19:23:16.415 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34142024-12-18T19:23:37.877Z[ helios-setup] Dec 18 19:23:35.844 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34152024-12-18T19:23:42.774Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34162024-12-18T19:23:49.935Z[ host-package] Compiling multimap v0.10.0
34172024-12-18T19:24:33.132Z[ helios-setup] Dec 18 19:24:31.090 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s
34182024-12-18T19:24:33.167Z[ helios-setup] Dec 18 19:24:31.126 INFO building project "amd-host-image-builder" ok (199 seconds)
34192024-12-18T19:24:33.167Z[ helios-setup] Dec 18 19:24:31.126 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34202024-12-18T19:24:33.169Z[ helios-setup] Dec 18 19:24:31.126 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34212024-12-18T19:24:33.519Z[ helios-setup] Dec 18 19:24:31.478 INFO E| Downloading crates ...
34222024-12-18T19:24:33.670Z[ helios-setup] Dec 18 19:24:31.629 INFO E| Downloaded sha2 v0.10.5
34232024-12-18T19:24:33.674Z[ helios-setup] Dec 18 19:24:31.633 INFO E| Downloaded digest v0.10.3
34242024-12-18T19:24:33.676Z[ helios-setup] Dec 18 19:24:31.636 INFO E| Downloaded typenum v1.15.0
34252024-12-18T19:24:33.679Z[ helios-setup] Dec 18 19:24:31.639 INFO E| Downloaded anyhow v1.0.62
34262024-12-18T19:24:33.685Z[ helios-setup] Dec 18 19:24:31.644 INFO E| Downloaded bytes v1.2.1
34272024-12-18T19:24:33.773Z[ helios-setup] Dec 18 19:24:31.732 INFO E| Compiling version_check v0.9.4
34282024-12-18T19:24:33.773Z[ helios-setup] Dec 18 19:24:31.732 INFO E| Compiling typenum v1.15.0
34292024-12-18T19:24:33.773Z[ helios-setup] Dec 18 19:24:31.732 INFO E| Compiling crc32fast v1.3.2
34302024-12-18T19:24:33.776Z[ helios-setup] Dec 18 19:24:31.732 INFO E| Compiling cfg-if v1.0.0
34312024-12-18T19:24:33.776Z[ helios-setup] Dec 18 19:24:31.732 INFO E| Compiling anyhow v1.0.62
34322024-12-18T19:24:33.776Z[ helios-setup] Dec 18 19:24:31.732 INFO E| Compiling adler v1.0.2
34332024-12-18T19:24:33.776Z[ helios-setup] Dec 18 19:24:31.732 INFO E| Compiling cpufeatures v0.2.5
34342024-12-18T19:24:33.776Z[ helios-setup] Dec 18 19:24:31.732 INFO E| Compiling unicode-width v0.1.10
34352024-12-18T19:24:34.346Z[ helios-setup] Dec 18 19:24:32.305 INFO E| Compiling bytes v1.2.1
34362024-12-18T19:24:34.496Z[ helios-setup] Dec 18 19:24:32.455 INFO E| Compiling miniz_oxide v0.6.2
34372024-12-18T19:24:34.650Z[ helios-setup] Dec 18 19:24:32.609 INFO E| Compiling generic-array v0.14.6
34382024-12-18T19:24:34.669Z[ helios-setup] Dec 18 19:24:32.628 INFO E| Compiling getopts v0.2.21
34392024-12-18T19:24:34.817Z[ helios-setup] Dec 18 19:24:32.776 INFO E| Compiling bitflags v1.3.2
34402024-12-18T19:24:36.168Z[ helios-setup] Dec 18 19:24:34.127 INFO E| Compiling flate2 v1.0.25
34412024-12-18T19:24:40.223Z[ helios-setup] Dec 18 19:24:38.181 INFO E| Compiling block-buffer v0.10.3
34422024-12-18T19:24:40.223Z[ helios-setup] Dec 18 19:24:38.181 INFO E| Compiling crypto-common v0.1.6
34432024-12-18T19:24:40.474Z[ helios-setup] Dec 18 19:24:38.432 INFO E| Compiling digest v0.10.3
34442024-12-18T19:24:40.878Z[ helios-setup] Dec 18 19:24:38.836 INFO E| Compiling sha2 v0.10.5
34452024-12-18T19:24:41.445Z[ helios-setup] Dec 18 19:24:39.403 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34462024-12-18T19:24:46.809Z[ helios-setup] Dec 18 19:24:44.767 INFO E| Finished `release` profile [optimized] target(s) in 13.50s
34472024-12-18T19:24:46.826Z[ helios-setup] Dec 18 19:24:44.783 INFO building project "bootserver" ok (13 seconds)
34482024-12-18T19:24:46.830Z[ helios-setup] rm -f helios-build
34492024-12-18T19:24:46.832Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34502024-12-18T19:24:46.835Z[ helios-setup]
34512024-12-18T19:24:46.839Z[ helios-setup] Setup complete! ./helios-build is now available.
34522024-12-18T19:24:46.839Z[ helios-setup]
34532024-12-18T19:24:46.842Z[ helios-setup]
34542024-12-18T19:24:46.842Z[ helios-setup] real 12:09.268990140
34552024-12-18T19:24:46.842Z[ helios-setup] user 28:58.103545662
34562024-12-18T19:24:46.842Z[ helios-setup] sys 3:33.248560473
34572024-12-18T19:24:46.842Z[ helios-setup] trap 1.694828769
34582024-12-18T19:24:46.842Z[ helios-setup] tflt 7.505565718
34592024-12-18T19:24:46.842Z[ helios-setup] dflt 38.954615618
34602024-12-18T19:24:46.842Z[ helios-setup] kflt 0.030325986
34612024-12-18T19:24:46.842Z[ helios-setup] lock 2:08:40.081505703
34622024-12-18T19:24:46.842Z[ helios-setup] slp 3:45:07.841713050
34632024-12-18T19:24:46.842Z[ helios-setup] lat 33:25.410116043
34642024-12-18T19:24:46.842Z[ helios-setup] stop 4:48.134149426
34652024-12-18T19:24:46.842ZDec 18 19:24:44.798 INFO [helios-setup] process exited with exit status: 0 (729.274770013s)
34662024-12-18T19:24:46.842ZDec 18 19:24:44.798 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34672024-12-18T19:24:46.867Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34682024-12-18T19:24:47.279Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34692024-12-18T19:24:47.279Z[ phbl-toolchain] info: downloading component 'cargo'
34702024-12-18T19:24:48.818Z[ phbl-toolchain] info: downloading component 'clippy'
34712024-12-18T19:24:49.385Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34722024-12-18T19:24:53.564Z[ phbl-toolchain] info: downloading component 'miri'
34732024-12-18T19:24:53.819Z[ phbl-toolchain] info: downloading component 'rust-docs'
34742024-12-18T19:24:54.993Z[ phbl-toolchain] info: downloading component 'rust-src'
34752024-12-18T19:24:55.284Z[ phbl-toolchain] info: downloading component 'rust-std'
34762024-12-18T19:24:57.009Z[ phbl-toolchain] info: downloading component 'rustc'
34772024-12-18T19:25:04.016Z[ phbl-toolchain] info: downloading component 'rustfmt'
34782024-12-18T19:25:04.357Z[ phbl-toolchain] info: installing component 'cargo'
34792024-12-18T19:25:05.743Z[ phbl-toolchain] info: installing component 'clippy'
34802024-12-18T19:25:06.247Z[ phbl-toolchain] info: installing component 'llvm-tools'
34812024-12-18T19:25:11.920Z[ phbl-toolchain] info: installing component 'miri'
34822024-12-18T19:25:12.273Z[ phbl-toolchain] info: installing component 'rust-docs'
34832024-12-18T19:25:20.195Z[ phbl-toolchain] info: installing component 'rust-src'
34842024-12-18T19:25:20.734Z[ phbl-toolchain] info: installing component 'rust-std'
34852024-12-18T19:25:23.142Z[ phbl-toolchain] info: installing component 'rustc'
34862024-12-18T19:25:32.044Z[ phbl-toolchain] info: installing component 'rustfmt'
34872024-12-18T19:25:32.808Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34882024-12-18T19:25:32.810ZDec 18 19:25:30.761 INFO [phbl-toolchain] process exited with exit status: 0 (45.963138626s)
34892024-12-18T19:26:22.495Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34902024-12-18T19:26:23.514Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34912024-12-18T19:32:56.485Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 26s
34922024-12-18T19:34:03.160ZDec 18 19:34:01.040 INFO [host-package] process exited with exit status: 0 (1232.956640271s)
34932024-12-18T19:34:03.160ZDec 18 19:34:01.040 INFO [host-stamp] running task
34942024-12-18T19:34:03.164ZDec 18 19:34:01.040 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34952024-12-18T19:34:03.169ZDec 18 19:34:01.049 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+gitf1bb19aaaac
34962024-12-18T19:34:03.176ZDec 18 19:34:01.056 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+gitf1bb19aaaac
34972024-12-18T19:34:03.181Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34982024-12-18T19:34:03.184ZDec 18 19:34:01.063 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+gitf1bb19aaaac
34992024-12-18T19:34:03.190Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-18T19:34:03.193ZDec 18 19:34:01.072 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+gitf1bb19aaaac
35012024-12-18T19:34:03.202Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-18T19:34:03.206Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35032024-12-18T19:34:03.206Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-18T19:34:03.206ZDec 18 19:34:01.083 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+gitf1bb19aaaac
35052024-12-18T19:34:03.215Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35062024-12-18T19:34:03.219Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-18T19:34:03.220ZDec 18 19:34:01.096 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+gitf1bb19aaaac
35082024-12-18T19:34:03.231Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-18T19:34:03.231ZDec 18 19:34:01.110 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+gitf1bb19aaaac
35102024-12-18T19:34:03.246Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-18T19:34:03.250ZDec 18 19:34:01.126 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+gitf1bb19aaaac
35122024-12-18T19:34:03.263ZDec 18 19:34:01.142 INFO [stamp-overlay] process exited with exit status: 0 (85.994505ms)
35132024-12-18T19:34:03.266Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-18T19:34:03.266ZDec 18 19:34:01.142 INFO [stamp-oxlog] process exited with exit status: 0 (79.215591ms)
35152024-12-18T19:34:03.278Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-18T19:34:03.282Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35172024-12-18T19:34:03.286ZDec 18 19:34:01.164 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (38.735254ms)
35182024-12-18T19:34:03.344Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35192024-12-18T19:34:03.347ZDec 18 19:34:01.225 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (114.901519ms)
35202024-12-18T19:34:03.416Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35212024-12-18T19:34:03.421ZDec 18 19:34:01.300 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (227.896194ms)
35222024-12-18T19:34:03.558Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35232024-12-18T19:34:03.561ZDec 18 19:34:01.441 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (392.334533ms)
35242024-12-18T19:34:04.427Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35252024-12-18T19:34:04.448Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35262024-12-18T19:34:04.456ZDec 18 19:34:02.331 INFO [stamp-propolis-server] process exited with exit status: 0 (1.234569023s)
35272024-12-18T19:34:06.747Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35282024-12-18T19:34:13.961Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35292024-12-18T19:34:13.964ZDec 18 19:34:11.842 INFO [stamp-switch-asic] process exited with exit status: 0 (10.758670505s)
35302024-12-18T19:34:13.967ZDec 18 19:34:11.842 INFO [host-stamp] task succeeded (10.802268891s)
35312024-12-18T19:34:13.967ZDec 18 19:34:11.842 INFO [host-proto] running task
35322024-12-18T19:34:14.387ZDec 18 19:34:12.265 INFO [host-proto] task succeeded (422.9715ms)
35332024-12-18T19:34:14.387ZDec 18 19:34:12.265 INFO [host-profile] running task
35342024-12-18T19:34:14.398ZDec 18 19:34:12.266 INFO [host-profile] task succeeded (403.222µs)
35352024-12-18T19:34:14.398ZDec 18 19:34:12.266 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpDBIFVi/proto/host/root -N 'ci f1bb19a/${os_short_commit} 2024-12-18 19:12' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35362024-12-18T19:34:14.408Z[ host-image] Dec 18 19:34:12.284 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35372024-12-18T19:34:14.417Z[ host-image] Dec 18 19:34:12.284 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35382024-12-18T19:34:14.423Z[ host-image] Dec 18 19:34:12.300 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpDBIFVi/proto/host/root"
35392024-12-18T19:34:14.423Z[ host-image] Dec 18 19:34:12.300 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35402024-12-18T19:34:14.427Z[ host-image] Dec 18 19:34:12.301 INFO image builder template: ramdisk-01-os...
35412024-12-18T19:34:14.427Z[ host-image] Dec 18 19:34:12.301 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/.tmpDBIFVi/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35422024-12-18T19:34:14.443Z[ host-image] Dec 18 19:34:12.321 INFO O| Dec 18 19:34:12.321 INFO CREATE DATASET: rpool/images/build/host/output
35432024-12-18T19:34:14.669Z[ host-image] Dec 18 19:34:12.546 INFO O| Dec 18 19:34:12.546 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35442024-12-18T19:34:14.673Z[ host-image] Dec 18 19:34:12.551 INFO O| Dec 18 19:34:12.551 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35452024-12-18T19:34:14.902Z[ host-image] Dec 18 19:34:12.780 INFO O| Dec 18 19:34:12.780 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35462024-12-18T19:34:14.969Z[ host-image] Dec 18 19:34:12.847 INFO O| Dec 18 19:34:12.847 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35472024-12-18T19:34:14.969Z[ host-image] Dec 18 19:34:12.847 INFO O| Dec 18 19:34:12.847 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35482024-12-18T19:34:14.972Z[ host-image] Dec 18 19:34:12.847 INFO O| Dec 18 19:34:12.847 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-18T19:34:14.972Z[ host-image] Dec 18 19:34:12.847 INFO O| Dec 18 19:34:12.847 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35502024-12-18T19:34:14.977Z[ host-image] Dec 18 19:34:12.855 INFO O| Dec 18 19:34:12.855 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35512024-12-18T19:34:15.285Z[ host-image] Dec 18 19:34:13.163 INFO O| Dec 18 19:34:13.163 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-12-18T19:34:15.300Z[ host-image] Dec 18 19:34:13.177 INFO O| Dec 18 19:34:13.177 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35532024-12-18T19:34:15.822Z[ host-image] Dec 18 19:34:13.699 INFO O| Dec 18 19:34:13.699 INFO O| Caching catalogs ... Done
35542024-12-18T19:34:15.943Z[ host-image] Dec 18 19:34:13.819 INFO O| Dec 18 19:34:13.819 INFO STEP 0 (pkg_image_create) COMPLETE
35552024-12-18T19:34:15.943Z[ host-image] Dec 18 19:34:13.819 INFO O| Dec 18 19:34:13.819 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-18T19:34:15.945Z[ host-image] Dec 18 19:34:13.819 INFO O| Dec 18 19:34:13.819 INFO skip step because feature "repo_redist" is not enabled
35572024-12-18T19:34:15.945Z[ host-image] Dec 18 19:34:13.819 INFO O| Dec 18 19:34:13.819 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-12-18T19:34:15.958Z[ host-image] Dec 18 19:34:13.836 INFO O| Dec 18 19:34:13.836 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"]
35592024-12-18T19:34:16.524Z[ host-image] Dec 18 19:34:14.401 INFO O| Dec 18 19:34:14.401 INFO STEP 2 (pkg_set_publisher) COMPLETE
35602024-12-18T19:34:16.524Z[ host-image] Dec 18 19:34:14.401 INFO O| Dec 18 19:34:14.401 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-18T19:34:16.540Z[ host-image] Dec 18 19:34:14.418 INFO O| Dec 18 19:34:14.418 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"]
35622024-12-18T19:34:17.119Z[ host-image] Dec 18 19:34:14.996 INFO O| Dec 18 19:34:14.996 INFO STEP 3 (pkg_set_publisher) COMPLETE
35632024-12-18T19:34:17.119Z[ host-image] Dec 18 19:34:14.996 INFO O| Dec 18 19:34:14.996 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-18T19:34:17.119Z[ host-image] Dec 18 19:34:14.996 INFO O| Dec 18 19:34:14.996 INFO skip step because feature "repo_redist" is not enabled
35652024-12-18T19:34:17.119Z[ host-image] Dec 18 19:34:14.996 INFO O| Dec 18 19:34:14.996 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35662024-12-18T19:34:17.690Z[ host-image] Dec 18 19:34:15.567 INFO O| Dec 18 19:34:15.567 INFO variant opensolaris.zone is already global
35672024-12-18T19:34:17.690Z[ host-image] Dec 18 19:34:15.567 INFO O| Dec 18 19:34:15.567 INFO STEP 5 (pkg_change_variant) COMPLETE
35682024-12-18T19:34:17.701Z[ host-image] Dec 18 19:34:15.567 INFO O| Dec 18 19:34:15.567 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35692024-12-18T19:34:18.245Z[ host-image] Dec 18 19:34:16.121 INFO O| Dec 18 19:34:16.121 INFO variant opensolaris.imagetype is full; changing to partial
35702024-12-18T19:34:18.245Z[ host-image] Dec 18 19:34:16.122 INFO O| Dec 18 19:34:16.121 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35712024-12-18T19:34:26.259Z[ host-image] Dec 18 19:34:24.135 INFO O| Dec 18 19:34:24.135 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35722024-12-18T19:34:26.281Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.85s
35732024-12-18T19:34:27.745ZDec 18 19:34:25.621 INFO [recovery-package] process exited with exit status: 0 (24.580390667s)
35742024-12-18T19:34:27.745ZDec 18 19:34:25.621 INFO [recovery-stamp] running task
35752024-12-18T19:34:27.748ZDec 18 19:34:25.621 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35762024-12-18T19:34:27.748ZDec 18 19:34:25.621 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+gitf1bb19aaaac
35772024-12-18T19:34:27.759ZDec 18 19:34:25.635 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitf1bb19aaaac
35782024-12-18T19:34:27.769Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35792024-12-18T19:34:27.776Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35802024-12-18T19:34:27.864Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35812024-12-18T19:34:27.869ZDec 18 19:34:25.745 INFO [stamp-installinator] process exited with exit status: 0 (109.231033ms)
35822024-12-18T19:34:27.893Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35832024-12-18T19:34:27.903ZDec 18 19:34:25.773 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (151.501266ms)
35842024-12-18T19:34:27.903ZDec 18 19:34:25.773 INFO [recovery-stamp] task succeeded (151.985668ms)
35852024-12-18T19:34:27.903ZDec 18 19:34:25.773 INFO [recovery-proto] running task
35862024-12-18T19:34:27.903ZDec 18 19:34:25.773 INFO [tuf-stamp] running task
35872024-12-18T19:34:27.903ZDec 18 19:34:25.774 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+gitf1bb19aaaac
35882024-12-18T19:34:27.910ZDec 18 19:34:25.787 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+gitf1bb19aaaac
35892024-12-18T19:34:27.922Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35902024-12-18T19:34:27.926ZDec 18 19:34:25.799 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+gitf1bb19aaaac
35912024-12-18T19:34:27.933ZDec 18 19:34:25.809 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+gitf1bb19aaaac
35922024-12-18T19:34:27.941Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-18T19:34:27.944Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-18T19:34:27.947ZDec 18 19:34:25.822 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+gitf1bb19aaaac
35952024-12-18T19:34:28.000Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-18T19:34:28.003ZDec 18 19:34:25.876 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+gitf1bb19aaaac
35972024-12-18T19:34:28.045ZDec 18 19:34:25.921 INFO [recovery-proto] task succeeded (147.757582ms)
35982024-12-18T19:34:28.048ZDec 18 19:34:25.921 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpDBIFVi/proto/recovery/root -N 'recovery f1bb19a/${os_short_commit} 2024-12-18 19:12' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35992024-12-18T19:34:28.083Z[ recovery-image] Dec 18 19:34:25.957 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36002024-12-18T19:34:28.083Z[ recovery-image] Dec 18 19:34:25.957 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36012024-12-18T19:34:28.088Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36022024-12-18T19:34:28.090Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36032024-12-18T19:34:28.090ZDec 18 19:34:25.965 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+gitf1bb19aaaac
36042024-12-18T19:34:28.102Z[ recovery-image] Dec 18 19:34:25.978 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpDBIFVi/proto/recovery/root"
36052024-12-18T19:34:28.106Z[ recovery-image] Dec 18 19:34:25.978 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36062024-12-18T19:34:28.106Z[ recovery-image] Dec 18 19:34:25.978 INFO image builder template: ramdisk-01-os...
36072024-12-18T19:34:28.106Z[ recovery-image] Dec 18 19:34:25.978 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/.tmpDBIFVi/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36082024-12-18T19:34:28.109Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-18T19:34:28.109ZDec 18 19:34:25.984 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+gitf1bb19aaaac
36102024-12-18T19:34:28.188Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-18T19:34:28.191ZDec 18 19:34:26.064 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+gitf1bb19aaaac
36122024-12-18T19:34:28.295Z[ recovery-image] Dec 18 19:34:26.070 INFO O| Dec 18 19:34:26.011 INFO CREATE DATASET: rpool/images/build/recovery/output
36132024-12-18T19:34:28.322Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36142024-12-18T19:34:28.329ZDec 18 19:34:26.205 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+gitf1bb19aaaac
36152024-12-18T19:34:28.400Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36162024-12-18T19:34:28.403ZDec 18 19:34:26.276 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+gitf1bb19aaaac
36172024-12-18T19:34:28.494Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-18T19:34:28.497ZDec 18 19:34:26.370 INFO [stamp-probe] process exited with exit status: 0 (547.884278ms)
36192024-12-18T19:34:28.520Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36202024-12-18T19:34:28.524Z[ recovery-image] Dec 18 19:34:26.400 INFO O| Dec 18 19:34:26.400 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36212024-12-18T19:34:28.530Z[ recovery-image] Dec 18 19:34:26.406 INFO O| Dec 18 19:34:26.406 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36222024-12-18T19:34:28.694Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
36232024-12-18T19:34:28.744Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36242024-12-18T19:34:28.854Z[ recovery-image] Dec 18 19:34:26.730 INFO O| Dec 18 19:34:26.730 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36252024-12-18T19:34:29.004Z[ recovery-image] Dec 18 19:34:26.880 INFO O| Dec 18 19:34:26.880 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36262024-12-18T19:34:29.004Z[ recovery-image] Dec 18 19:34:26.880 INFO O| Dec 18 19:34:26.880 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-18T19:34:29.007Z[ recovery-image] Dec 18 19:34:26.880 INFO O| Dec 18 19:34:26.880 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-18T19:34:29.007Z[ recovery-image] Dec 18 19:34:26.880 INFO O| Dec 18 19:34:26.880 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-18T19:34:29.031Z[ recovery-image] Dec 18 19:34:26.906 INFO O| Dec 18 19:34:26.906 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-18T19:34:29.171Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36312024-12-18T19:34:29.257ZDec 18 19:34:27.133 INFO [stamp-ntp] process exited with exit status: 0 (856.056986ms)
36322024-12-18T19:34:29.408Z[ recovery-image] Dec 18 19:34:27.284 INFO O| Dec 18 19:34:27.284 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36332024-12-18T19:34:29.423Z[ recovery-image] Dec 18 19:34:27.299 INFO O| Dec 18 19:34:27.299 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36342024-12-18T19:34:29.448Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36352024-12-18T19:34:29.529ZDec 18 19:34:27.405 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.605877404s)
36362024-12-18T19:34:29.883Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36372024-12-18T19:34:29.913ZDec 18 19:34:27.788 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.97967707s)
36382024-12-18T19:34:30.027Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36392024-12-18T19:34:30.040ZDec 18 19:34:27.916 INFO [stamp-external-dns] process exited with exit status: 0 (2.039273864s)
36402024-12-18T19:34:30.209Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36412024-12-18T19:34:30.213ZDec 18 19:34:28.089 INFO [stamp-internal-dns] process exited with exit status: 0 (2.024793285s)
36422024-12-18T19:34:30.236Z[ recovery-image] Dec 18 19:34:28.111 INFO O| Dec 18 19:34:28.111 INFO O| Caching catalogs ... Done
36432024-12-18T19:34:30.297Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36442024-12-18T19:34:30.302ZDec 18 19:34:28.178 INFO [stamp-oximeter] process exited with exit status: 0 (2.404045064s)
36452024-12-18T19:34:30.351Z[ recovery-image] Dec 18 19:34:28.227 INFO O| Dec 18 19:34:28.227 INFO STEP 0 (pkg_image_create) COMPLETE
36462024-12-18T19:34:30.351Z[ recovery-image] Dec 18 19:34:28.227 INFO O| Dec 18 19:34:28.227 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-12-18T19:34:30.354Z[ recovery-image] Dec 18 19:34:28.227 INFO O| Dec 18 19:34:28.227 INFO skip step because feature "repo_redist" is not enabled
36482024-12-18T19:34:30.354Z[ recovery-image] Dec 18 19:34:28.227 INFO O| Dec 18 19:34:28.227 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-12-18T19:34:30.367Z[ recovery-image] Dec 18 19:34:28.242 INFO O| Dec 18 19:34:28.242 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"]
36502024-12-18T19:34:30.785Z[ recovery-image] Dec 18 19:34:28.660 INFO O| Dec 18 19:34:28.660 INFO STEP 2 (pkg_set_publisher) COMPLETE
36512024-12-18T19:34:30.785Z[ recovery-image] Dec 18 19:34:28.660 INFO O| Dec 18 19:34:28.660 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522024-12-18T19:34:30.799Z[ recovery-image] Dec 18 19:34:28.674 INFO O| Dec 18 19:34:28.674 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"]
36532024-12-18T19:34:31.274Z[ recovery-image] Dec 18 19:34:29.149 INFO O| Dec 18 19:34:29.149 INFO STEP 3 (pkg_set_publisher) COMPLETE
36542024-12-18T19:34:31.275Z[ recovery-image] Dec 18 19:34:29.149 INFO O| Dec 18 19:34:29.149 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-12-18T19:34:31.276Z[ recovery-image] Dec 18 19:34:29.149 INFO O| Dec 18 19:34:29.149 INFO skip step because feature "repo_redist" is not enabled
36562024-12-18T19:34:31.276Z[ recovery-image] Dec 18 19:34:29.149 INFO O| Dec 18 19:34:29.149 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36572024-12-18T19:34:31.755Z[ recovery-image] Dec 18 19:34:29.630 INFO O| Dec 18 19:34:29.630 INFO variant opensolaris.zone is already global
36582024-12-18T19:34:31.755Z[ recovery-image] Dec 18 19:34:29.630 INFO O| Dec 18 19:34:29.630 INFO STEP 5 (pkg_change_variant) COMPLETE
36592024-12-18T19:34:31.755Z[ recovery-image] Dec 18 19:34:29.630 INFO O| Dec 18 19:34:29.630 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-12-18T19:34:32.223Z[ recovery-image] Dec 18 19:34:30.098 INFO O| Dec 18 19:34:30.098 INFO variant opensolaris.imagetype is full; changing to partial
36612024-12-18T19:34:32.223Z[ recovery-image] Dec 18 19:34:30.098 INFO O| Dec 18 19:34:30.098 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36622024-12-18T19:34:32.323Z[ host-image] Dec 18 19:34:30.198 INFO O| Dec 18 19:34:30.198 INFO O| Startup: Caching catalogs ... Done
36632024-12-18T19:34:32.427Z[ host-image] Dec 18 19:34:30.302 INFO O| Dec 18 19:34:30.302 INFO O| Planning: Planning completed in 0.00 seconds
36642024-12-18T19:34:32.431Z[ host-image] Dec 18 19:34:30.303 INFO O| Dec 18 19:34:30.303 INFO O| Planning: Consolidating action changes ... Done
36652024-12-18T19:34:32.431Z[ host-image] Dec 18 19:34:30.304 INFO O| Dec 18 19:34:30.304 INFO O| Planning: Evaluating mediators ... Done
36662024-12-18T19:34:32.431Z[ host-image] Dec 18 19:34:30.304 INFO O| Dec 18 19:34:30.304 INFO O| Planning: Planning completed in 0.00 seconds
36672024-12-18T19:34:32.431Z[ host-image] Dec 18 19:34:30.305 INFO O| Dec 18 19:34:30.304 INFO O| Variants/Facets to change: 1
36682024-12-18T19:34:32.446Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36692024-12-18T19:34:32.451ZDec 18 19:34:30.326 INFO [stamp-nexus] process exited with exit status: 0 (4.120637834s)
36702024-12-18T19:34:32.456Z[ host-image] Dec 18 19:34:30.331 INFO O| Dec 18 19:34:30.331 INFO O| Done
36712024-12-18T19:34:32.459Z[ host-image] Dec 18 19:34:30.331 INFO O| Dec 18 19:34:30.331 INFO O| Done
36722024-12-18T19:34:33.134Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36732024-12-18T19:34:33.148Z[verify-libraries] Compiling home v0.5.9
36742024-12-18T19:34:33.230Z[ host-image] Dec 18 19:34:31.104 INFO O| Dec 18 19:34:31.104 INFO O| Done
36752024-12-18T19:34:33.299Z[ host-image] Dec 18 19:34:31.174 INFO O| Dec 18 19:34:31.174 INFO O| Done
36762024-12-18T19:34:33.303Z[ host-image] Dec 18 19:34:31.176 INFO O| Dec 18 19:34:31.176 INFO O| Done
36772024-12-18T19:34:33.303Z[ host-image] Dec 18 19:34:31.176 INFO O| Dec 18 19:34:31.176 INFO O| Done
36782024-12-18T19:34:33.306Z[ host-image] Dec 18 19:34:31.178 INFO O| Dec 18 19:34:31.178 INFO O| Done
36792024-12-18T19:34:33.357Z[verify-libraries] Compiling cfg_aliases v0.1.1
36802024-12-18T19:34:33.388Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36812024-12-18T19:34:33.388Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36822024-12-18T19:34:33.391Z[verify-libraries] Compiling unicode_categories v0.1.1
36832024-12-18T19:34:33.509Z[verify-libraries] Compiling nix v0.28.0
36842024-12-18T19:34:33.546Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36852024-12-18T19:34:33.591Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36862024-12-18T19:34:33.894Z[verify-libraries] Compiling sqlformat v0.2.6
36872024-12-18T19:34:33.961Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36882024-12-18T19:34:34.000ZDec 18 19:34:31.874 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.087934036s)
36892024-12-18T19:34:34.202Z[verify-libraries] Compiling polyval v0.6.2
36902024-12-18T19:34:34.245Z[ host-image] Dec 18 19:34:32.105 INFO O| Dec 18 19:34:32.104 INFO STEP 6 (pkg_change_variant) COMPLETE
36912024-12-18T19:34:34.245Z[ host-image] Dec 18 19:34:32.105 INFO O| Dec 18 19:34:32.104 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36922024-12-18T19:34:34.248Z[ host-image] Dec 18 19:34:32.105 INFO O| Dec 18 19:34:32.105 INFO skip step because feature "debug_variant" is not enabled
36932024-12-18T19:34:34.248Z[ host-image] Dec 18 19:34:32.105 INFO O| Dec 18 19:34:32.105 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36942024-12-18T19:34:34.307Z[verify-libraries] Compiling ctr v0.9.2
36952024-12-18T19:34:34.806Z[verify-libraries] Compiling ghash v0.5.1
36962024-12-18T19:34:34.964Z[verify-libraries] Compiling sqlparser v0.45.0
36972024-12-18T19:34:34.973Z[ host-image] Dec 18 19:34:32.847 INFO O| Dec 18 19:34:32.847 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36982024-12-18T19:34:35.118Z[verify-libraries] Compiling aes-gcm v0.10.3
36992024-12-18T19:34:35.177Z[verify-libraries] Compiling ssh-encoding v0.2.0
37002024-12-18T19:34:35.396Z[verify-libraries] Compiling blowfish v0.9.1
37012024-12-18T19:34:35.947Z[verify-libraries] Compiling ssh-cipher v0.2.0
37022024-12-18T19:34:36.147Z[ host-image] Dec 18 19:34:34.021 INFO O| Dec 18 19:34:34.021 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37032024-12-18T19:34:36.153Z[ host-image] Dec 18 19:34:34.023 INFO O| Dec 18 19:34:34.023 INFO O| Planning: Planning completed in 0.00 seconds
37042024-12-18T19:34:36.155Z[ host-image] Dec 18 19:34:34.024 INFO O| Dec 18 19:34:34.024 INFO O| Planning: Consolidating action changes ... Done
37052024-12-18T19:34:36.156Z[ host-image] Dec 18 19:34:34.024 INFO O| Dec 18 19:34:34.024 INFO O| Planning: Evaluating mediators ... Done
37062024-12-18T19:34:36.156Z[ host-image] Dec 18 19:34:34.025 INFO O| Dec 18 19:34:34.025 INFO O| Planning: Planning completed in 0.00 seconds
37072024-12-18T19:34:36.156Z[ host-image] Dec 18 19:34:34.025 INFO O| Dec 18 19:34:34.025 INFO O| Variants/Facets to change: 1
37082024-12-18T19:34:36.252Z[ host-image] Dec 18 19:34:34.126 INFO O| Dec 18 19:34:34.126 INFO O| Done
37092024-12-18T19:34:36.252Z[ host-image] Dec 18 19:34:34.127 INFO O| Dec 18 19:34:34.126 INFO O| Done
37102024-12-18T19:34:36.736Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37112024-12-18T19:34:37.273Z[ host-image] Dec 18 19:34:35.148 INFO O| Dec 18 19:34:35.148 INFO O| Done
37122024-12-18T19:34:37.375Z[ host-image] Dec 18 19:34:35.250 INFO O| Dec 18 19:34:35.250 INFO O| Done
37132024-12-18T19:34:37.378Z[ host-image] Dec 18 19:34:35.250 INFO O| Dec 18 19:34:35.250 INFO O| Done
37142024-12-18T19:34:37.378Z[ host-image] Dec 18 19:34:35.251 INFO O| Dec 18 19:34:35.250 INFO O| Done
37152024-12-18T19:34:37.378Z[ host-image] Dec 18 19:34:35.252 INFO O| Dec 18 19:34:35.252 INFO O| Done
37162024-12-18T19:34:37.466Z[verify-libraries] Compiling password-hash v0.4.2
37172024-12-18T19:34:37.504Z[ host-image] Dec 18 19:34:35.378 INFO O| Dec 18 19:34:35.378 INFO STEP 8 (pkg_change_facet) COMPLETE
37182024-12-18T19:34:37.504Z[ host-image] Dec 18 19:34:35.378 INFO O| Dec 18 19:34:35.378 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37192024-12-18T19:34:37.504Z[ host-image] Dec 18 19:34:35.378 INFO O| Dec 18 19:34:35.378 INFO skip step because feature "recovery" is not enabled
37202024-12-18T19:34:37.506Z[ host-image] Dec 18 19:34:35.378 INFO O| Dec 18 19:34:35.378 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-12-18T19:34:37.507Z[ host-image] Dec 18 19:34:35.378 INFO O| Dec 18 19:34:35.378 INFO skip step because feature "recovery" is not enabled
37222024-12-18T19:34:37.507Z[ host-image] Dec 18 19:34:35.378 INFO O| Dec 18 19:34:35.378 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-12-18T19:34:37.522Z[ host-image] Dec 18 19:34:35.396 INFO O| Dec 18 19:34:35.396 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"]
37242024-12-18T19:34:39.101Z[ host-image] Dec 18 19:34:36.957 INFO O| Dec 18 19:34:36.957 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37252024-12-18T19:34:40.333Z[verify-libraries] Compiling rustyline v14.0.0
37262024-12-18T19:34:41.700Z[verify-libraries] Compiling matches v0.1.10
37272024-12-18T19:34:41.982Z[verify-libraries] Compiling idna v0.2.3
37282024-12-18T19:34:42.206Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37292024-12-18T19:34:42.253ZDec 18 19:34:40.127 INFO [stamp-clickhouse] process exited with exit status: 0 (14.143135207s)
37302024-12-18T19:34:42.500Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37312024-12-18T19:34:42.525ZDec 18 19:34:40.399 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.434287439s)
37322024-12-18T19:34:42.526ZDec 18 19:34:40.399 INFO [tuf-stamp] task succeeded (14.626072776s)
37332024-12-18T19:34:43.508Z[verify-libraries] Compiling pbkdf2 v0.11.0
37342024-12-18T19:34:43.541Z[verify-libraries] Compiling ssh-key v0.6.6
37352024-12-18T19:34:44.191Z[verify-libraries] Compiling p256 v0.13.2
37362024-12-18T19:34:44.227Z[ recovery-image] Dec 18 19:34:42.100 INFO O| Dec 18 19:34:42.100 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37372024-12-18T19:34:46.903Z[verify-libraries] Compiling p521 v0.13.3
37382024-12-18T19:34:46.935Z[verify-libraries] Compiling enum-as-inner v0.5.1
37392024-12-18T19:34:48.259Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37402024-12-18T19:34:48.617Z[verify-libraries] Compiling md5 v0.7.0
37412024-12-18T19:34:48.817Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37422024-12-18T19:34:49.280Z[verify-libraries] Compiling russh-keys v0.45.0
37432024-12-18T19:34:52.739Z[ recovery-image] Dec 18 19:34:50.612 INFO O| Dec 18 19:34:50.612 INFO O| Startup: Caching catalogs ... Done
37442024-12-18T19:34:52.950Z[ recovery-image] Dec 18 19:34:50.823 INFO O| Dec 18 19:34:50.822 INFO O| Planning: Planning completed in 0.00 seconds
37452024-12-18T19:34:52.953Z[ recovery-image] Dec 18 19:34:50.823 INFO O| Dec 18 19:34:50.823 INFO O| Planning: Consolidating action changes ... Done
37462024-12-18T19:34:52.953Z[ recovery-image] Dec 18 19:34:50.824 INFO O| Dec 18 19:34:50.823 INFO O| Planning: Evaluating mediators ... Done
37472024-12-18T19:34:52.953Z[ recovery-image] Dec 18 19:34:50.824 INFO O| Dec 18 19:34:50.824 INFO O| Planning: Planning completed in 0.00 seconds
37482024-12-18T19:34:52.953Z[ recovery-image] Dec 18 19:34:50.824 INFO O| Dec 18 19:34:50.824 INFO O| Variants/Facets to change: 1
37492024-12-18T19:34:53.312Z[ recovery-image] Dec 18 19:34:51.184 INFO O| Dec 18 19:34:51.184 INFO O| Done
37502024-12-18T19:34:53.312Z[ recovery-image] Dec 18 19:34:51.184 INFO O| Dec 18 19:34:51.184 INFO O| Done
37512024-12-18T19:34:54.168Z[ recovery-image] Dec 18 19:34:52.040 INFO O| Dec 18 19:34:52.040 INFO O| Done
37522024-12-18T19:34:54.254Z[ recovery-image] Dec 18 19:34:52.126 INFO O| Dec 18 19:34:52.126 INFO O| Done
37532024-12-18T19:34:54.257Z[ recovery-image] Dec 18 19:34:52.128 INFO O| Dec 18 19:34:52.128 INFO O| Done
37542024-12-18T19:34:54.257Z[ recovery-image] Dec 18 19:34:52.128 INFO O| Dec 18 19:34:52.128 INFO O| Done
37552024-12-18T19:34:54.260Z[ recovery-image] Dec 18 19:34:52.130 INFO O| Dec 18 19:34:52.130 INFO O| Done
37562024-12-18T19:34:55.029Z[ recovery-image] Dec 18 19:34:52.901 INFO O| Dec 18 19:34:52.901 INFO STEP 6 (pkg_change_variant) COMPLETE
37572024-12-18T19:34:55.029Z[ recovery-image] Dec 18 19:34:52.901 INFO O| Dec 18 19:34:52.901 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582024-12-18T19:34:55.032Z[ recovery-image] Dec 18 19:34:52.901 INFO O| Dec 18 19:34:52.901 INFO skip step because feature "debug_variant" is not enabled
37592024-12-18T19:34:55.032Z[ recovery-image] Dec 18 19:34:52.901 INFO O| Dec 18 19:34:52.901 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37602024-12-18T19:34:55.701Z[ recovery-image] Dec 18 19:34:53.573 INFO O| Dec 18 19:34:53.573 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37612024-12-18T19:34:56.637Z[ recovery-image] Dec 18 19:34:54.509 INFO O| Dec 18 19:34:54.509 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37622024-12-18T19:34:56.640Z[ recovery-image] Dec 18 19:34:54.511 INFO O| Dec 18 19:34:54.511 INFO O| Planning: Planning completed in 0.00 seconds
37632024-12-18T19:34:56.640Z[ recovery-image] Dec 18 19:34:54.512 INFO O| Dec 18 19:34:54.512 INFO O| Planning: Consolidating action changes ... Done
37642024-12-18T19:34:56.643Z[ recovery-image] Dec 18 19:34:54.513 INFO O| Dec 18 19:34:54.513 INFO O| Planning: Evaluating mediators ... Done
37652024-12-18T19:34:56.643Z[ recovery-image] Dec 18 19:34:54.513 INFO O| Dec 18 19:34:54.513 INFO O| Planning: Planning completed in 0.00 seconds
37662024-12-18T19:34:56.643Z[ recovery-image] Dec 18 19:34:54.514 INFO O| Dec 18 19:34:54.514 INFO O| Variants/Facets to change: 1
37672024-12-18T19:34:56.735Z[ recovery-image] Dec 18 19:34:54.607 INFO O| Dec 18 19:34:54.607 INFO O| Done
37682024-12-18T19:34:56.735Z[ recovery-image] Dec 18 19:34:54.607 INFO O| Dec 18 19:34:54.607 INFO O| Done
37692024-12-18T19:34:57.577Z[ recovery-image] Dec 18 19:34:55.449 INFO O| Dec 18 19:34:55.449 INFO O| Done
37702024-12-18T19:34:57.668Z[ recovery-image] Dec 18 19:34:55.539 INFO O| Dec 18 19:34:55.539 INFO O| Done
37712024-12-18T19:34:57.670Z[ recovery-image] Dec 18 19:34:55.540 INFO O| Dec 18 19:34:55.540 INFO O| Done
37722024-12-18T19:34:57.670Z[ recovery-image] Dec 18 19:34:55.540 INFO O| Dec 18 19:34:55.540 INFO O| Done
37732024-12-18T19:34:57.673Z[ recovery-image] Dec 18 19:34:55.543 INFO O| Dec 18 19:34:55.543 INFO O| Done
37742024-12-18T19:34:57.788Z[ recovery-image] Dec 18 19:34:55.659 INFO O| Dec 18 19:34:55.659 INFO STEP 8 (pkg_change_facet) COMPLETE
37752024-12-18T19:34:57.788Z[ recovery-image] Dec 18 19:34:55.659 INFO O| Dec 18 19:34:55.659 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37762024-12-18T19:34:58.510Z[ recovery-image] Dec 18 19:34:56.381 INFO O| Dec 18 19:34:56.381 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37772024-12-18T19:34:59.334Z[verify-libraries] Compiling num-bigint v0.4.6
37782024-12-18T19:34:59.536Z[ recovery-image] Dec 18 19:34:57.408 INFO O| Dec 18 19:34:57.407 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37792024-12-18T19:34:59.539Z[ recovery-image] Dec 18 19:34:57.409 INFO O| Dec 18 19:34:57.409 INFO O| Planning: Planning completed in 0.00 seconds
37802024-12-18T19:34:59.539Z[ recovery-image] Dec 18 19:34:57.410 INFO O| Dec 18 19:34:57.410 INFO O| Planning: Consolidating action changes ... Done
37812024-12-18T19:34:59.539Z[ recovery-image] Dec 18 19:34:57.410 INFO O| Dec 18 19:34:57.410 INFO O| Planning: Evaluating mediators ... Done
37822024-12-18T19:34:59.541Z[ recovery-image] Dec 18 19:34:57.411 INFO O| Dec 18 19:34:57.411 INFO O| Planning: Planning completed in 0.00 seconds
37832024-12-18T19:34:59.541Z[ recovery-image] Dec 18 19:34:57.411 INFO O| Dec 18 19:34:57.411 INFO O| Variants/Facets to change: 1
37842024-12-18T19:34:59.628Z[ recovery-image] Dec 18 19:34:57.499 INFO O| Dec 18 19:34:57.499 INFO O| Done
37852024-12-18T19:34:59.628Z[ recovery-image] Dec 18 19:34:57.499 INFO O| Dec 18 19:34:57.499 INFO O| Done
37862024-12-18T19:35:00.449Z[ recovery-image] Dec 18 19:34:58.320 INFO O| Dec 18 19:34:58.320 INFO O| Done
37872024-12-18T19:35:00.541Z[ recovery-image] Dec 18 19:34:58.413 INFO O| Dec 18 19:34:58.413 INFO O| Done
37882024-12-18T19:35:00.544Z[ recovery-image] Dec 18 19:34:58.414 INFO O| Dec 18 19:34:58.414 INFO O| Done
37892024-12-18T19:35:00.544Z[ recovery-image] Dec 18 19:34:58.414 INFO O| Dec 18 19:34:58.414 INFO O| Done
37902024-12-18T19:35:00.545Z[ recovery-image] Dec 18 19:34:58.415 INFO O| Dec 18 19:34:58.415 INFO O| Done
37912024-12-18T19:35:00.649Z[ recovery-image] Dec 18 19:34:58.520 INFO O| Dec 18 19:34:58.520 INFO STEP 9 (pkg_change_facet) COMPLETE
37922024-12-18T19:35:00.649Z[ recovery-image] Dec 18 19:34:58.521 INFO O| Dec 18 19:34:58.520 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37932024-12-18T19:35:01.354Z[ recovery-image] Dec 18 19:34:59.225 INFO O| Dec 18 19:34:59.225 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37942024-12-18T19:35:02.505Z[ recovery-image] Dec 18 19:35:00.376 INFO O| Dec 18 19:35:00.375 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37952024-12-18T19:35:02.507Z[ recovery-image] Dec 18 19:35:00.377 INFO O| Dec 18 19:35:00.377 INFO O| Planning: Planning completed in 0.00 seconds
37962024-12-18T19:35:02.507Z[ recovery-image] Dec 18 19:35:00.378 INFO O| Dec 18 19:35:00.378 INFO O| Planning: Consolidating action changes ... Done
37972024-12-18T19:35:02.507Z[ recovery-image] Dec 18 19:35:00.378 INFO O| Dec 18 19:35:00.378 INFO O| Planning: Evaluating mediators ... Done
37982024-12-18T19:35:02.510Z[ recovery-image] Dec 18 19:35:00.379 INFO O| Dec 18 19:35:00.379 INFO O| Planning: Planning completed in 0.00 seconds
37992024-12-18T19:35:02.510Z[ recovery-image] Dec 18 19:35:00.379 INFO O| Dec 18 19:35:00.379 INFO O| Variants/Facets to change: 1
38002024-12-18T19:35:02.604Z[ recovery-image] Dec 18 19:35:00.475 INFO O| Dec 18 19:35:00.475 INFO O| Done
38012024-12-18T19:35:02.604Z[ recovery-image] Dec 18 19:35:00.476 INFO O| Dec 18 19:35:00.475 INFO O| Done
38022024-12-18T19:35:03.545Z[ recovery-image] Dec 18 19:35:01.416 INFO O| Dec 18 19:35:01.416 INFO O| Done
38032024-12-18T19:35:03.651Z[ recovery-image] Dec 18 19:35:01.522 INFO O| Dec 18 19:35:01.521 INFO O| Done
38042024-12-18T19:35:03.654Z[ recovery-image] Dec 18 19:35:01.523 INFO O| Dec 18 19:35:01.523 INFO O| Done
38052024-12-18T19:35:03.654Z[ recovery-image] Dec 18 19:35:01.523 INFO O| Dec 18 19:35:01.523 INFO O| Done
38062024-12-18T19:35:03.654Z[ recovery-image] Dec 18 19:35:01.525 INFO O| Dec 18 19:35:01.525 INFO O| Done
38072024-12-18T19:35:03.780Z[ recovery-image] Dec 18 19:35:01.651 INFO O| Dec 18 19:35:01.651 INFO STEP 10 (pkg_change_facet) COMPLETE
38082024-12-18T19:35:03.780Z[ recovery-image] Dec 18 19:35:01.651 INFO O| Dec 18 19:35:01.651 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38092024-12-18T19:35:03.801Z[ recovery-image] Dec 18 19:35:01.671 INFO O| Dec 18 19:35:01.671 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"]
38102024-12-18T19:35:04.926Z[ recovery-image] Dec 18 19:35:02.797 INFO O| Dec 18 19:35:02.797 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38112024-12-18T19:35:06.224Z[verify-libraries] Compiling des v0.8.1
38122024-12-18T19:35:07.022Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38132024-12-18T19:35:08.304Z[verify-libraries] Compiling hex-literal v0.4.1
38142024-12-18T19:35:08.635Z[verify-libraries] Compiling russh v0.45.0
38152024-12-18T19:35:09.677Z[verify-libraries] Compiling dhcproto v0.12.0
38162024-12-18T19:35:12.612Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38172024-12-18T19:35:15.379Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38182024-12-18T19:35:21.039Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38192024-12-18T19:35:28.660Z[verify-libraries] Compiling petname v2.0.2
38202024-12-18T19:35:29.997Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38212024-12-18T19:35:30.763Z[verify-libraries] Compiling internet-checksum v0.2.1
38222024-12-18T19:35:31.498Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38232024-12-18T19:35:36.944Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38242024-12-18T19:35:43.275Z[ host-image] Dec 18 19:35:41.140 INFO O| Dec 18 19:35:41.140 INFO O| Planning: Solver setup ... Done
38252024-12-18T19:35:44.286Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38262024-12-18T19:35:49.694Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38272024-12-18T19:35:52.436Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38282024-12-18T19:36:13.720Z[ recovery-image] Dec 18 19:36:11.580 INFO O| Dec 18 19:36:11.580 INFO O| Planning: Solver setup ... Done
38292024-12-18T19:36:17.297Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38302024-12-18T19:36:19.481Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38312024-12-18T19:36:24.694Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38322024-12-18T19:36:53.345Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38332024-12-18T19:36:57.044Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38342024-12-18T19:36:57.086Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38352024-12-18T19:36:57.422Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38362024-12-18T19:36:57.549Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38372024-12-18T19:36:57.956Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38382024-12-18T19:36:58.066Z[verify-libraries] Compiling sync-ptr v0.1.1
38392024-12-18T19:36:58.557Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38402024-12-18T19:37:02.533Z[ host-image] Dec 18 19:37:00.387 INFO O| Dec 18 19:37:00.387 INFO O| Planning: Running solver ... Done
38412024-12-18T19:37:03.207Z[ host-image] Dec 18 19:37:01.061 INFO O| Dec 18 19:37:01.061 INFO O| Planning: Finding local manifests ... Done
38422024-12-18T19:37:03.226Z[ host-image] Dec 18 19:37:01.080 INFO O| Dec 18 19:37:01.080 INFO O| Planning: Fetching manifests: 0/124 0% complete
38432024-12-18T19:37:06.190Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38442024-12-18T19:37:07.682Z[ host-image] Dec 18 19:37:05.535 INFO O| Dec 18 19:37:05.535 INFO O| Planning: Fetching manifests: 124/124 100% complete
38452024-12-18T19:37:09.159Z[ host-image] Dec 18 19:37:07.013 INFO O| Dec 18 19:37:07.013 INFO O| Planning: Package planning ... Done
38462024-12-18T19:37:09.685Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38472024-12-18T19:37:10.786Z[ host-image] Dec 18 19:37:08.639 INFO O| Dec 18 19:37:08.639 INFO O| Planning: Merging actions ... Done
38482024-12-18T19:37:11.443Z[ host-image] Dec 18 19:37:09.296 INFO O| Dec 18 19:37:09.296 INFO O| Planning: Checking for conflicting actions ... Done
38492024-12-18T19:37:11.746Z[ host-image] Dec 18 19:37:09.599 INFO O| Dec 18 19:37:09.599 INFO O| Planning: Consolidating action changes ... Done
38502024-12-18T19:37:12.243Z[ host-image] Dec 18 19:37:10.096 INFO O| Dec 18 19:37:10.096 INFO O| Planning: Evaluating mediators ... Done
38512024-12-18T19:37:12.595Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38522024-12-18T19:37:17.285Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38532024-12-18T19:37:18.789Z[ host-image] Dec 18 19:37:16.641 INFO O| Dec 18 19:37:16.641 INFO O| Planning: Planning completed in 159.68 seconds
38542024-12-18T19:37:18.797Z[ host-image] Dec 18 19:37:16.649 INFO O| Dec 18 19:37:16.649 INFO O| Packages to install: 124
38552024-12-18T19:37:18.799Z[ host-image] Dec 18 19:37:16.649 INFO O| Dec 18 19:37:16.649 INFO O| Mediators to change: 4
38562024-12-18T19:37:18.799Z[ host-image] Dec 18 19:37:16.649 INFO O| Dec 18 19:37:16.649 INFO O| Services to change: 6
38572024-12-18T19:37:18.935Z[ host-image] Dec 18 19:37:16.787 INFO O| Dec 18 19:37:16.787 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38582024-12-18T19:37:22.373Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38592024-12-18T19:37:24.229Z[ host-image] Dec 18 19:37:22.080 INFO O| Dec 18 19:37:22.080 INFO O| Download: 1067/22788 items 5.5/199.7MB 2% complete (1.1M/s)
38602024-12-18T19:37:29.465Z[ host-image] Dec 18 19:37:27.315 INFO O| Dec 18 19:37:27.315 INFO O| Download: 1792/22788 items 12.9/199.7MB 6% complete (1.2M/s)
38612024-12-18T19:37:31.765Z[ recovery-image] Dec 18 19:37:29.615 INFO O| Dec 18 19:37:29.615 INFO O| Planning: Running solver ... Done
38622024-12-18T19:37:32.308Z[ recovery-image] Dec 18 19:37:30.158 INFO O| Dec 18 19:37:30.158 INFO O| Planning: Finding local manifests ... Done
38632024-12-18T19:37:32.327Z[ recovery-image] Dec 18 19:37:30.177 INFO O| Dec 18 19:37:30.177 INFO O| Planning: Fetching manifests: 0/124 0% complete
38642024-12-18T19:37:34.762Z[ host-image] Dec 18 19:37:32.612 INFO O| Dec 18 19:37:32.612 INFO O| Download: 2336/22788 items 27.5/199.7MB 13% complete (2.1M/s)
38652024-12-18T19:37:37.355Z[ recovery-image] Dec 18 19:37:35.204 INFO O| Dec 18 19:37:35.204 INFO O| Planning: Fetching manifests: 124/124 100% complete
38662024-12-18T19:37:38.546Z[ recovery-image] Dec 18 19:37:36.395 INFO O| Dec 18 19:37:36.395 INFO O| Planning: Package planning ... Done
38672024-12-18T19:37:39.616Z[ recovery-image] Dec 18 19:37:37.465 INFO O| Dec 18 19:37:37.465 INFO O| Planning: Merging actions ... Done
38682024-12-18T19:37:39.763Z[ host-image] Dec 18 19:37:37.612 INFO O| Dec 18 19:37:37.612 INFO O| Download: 3511/22788 items 35.7/199.7MB 17% complete (2.0M/s)
38692024-12-18T19:37:39.806Z[ recovery-image] Dec 18 19:37:37.655 INFO O| Dec 18 19:37:37.655 INFO O| Planning: Checking for conflicting actions ... Done
38702024-12-18T19:37:39.985Z[ recovery-image] Dec 18 19:37:37.834 INFO O| Dec 18 19:37:37.834 INFO O| Planning: Consolidating action changes ... Done
38712024-12-18T19:37:40.356Z[ recovery-image] Dec 18 19:37:38.205 INFO O| Dec 18 19:37:38.205 INFO O| Planning: Evaluating mediators ... Done
38722024-12-18T19:37:44.799Z[ host-image] Dec 18 19:37:42.647 INFO O| Dec 18 19:37:42.647 INFO O| Download: 4554/22788 items 42.6/199.7MB 21% complete (1.6M/s)
38732024-12-18T19:37:46.432Z[ recovery-image] Dec 18 19:37:44.281 INFO O| Dec 18 19:37:44.280 INFO O| Planning: Planning completed in 161.48 seconds
38742024-12-18T19:37:46.439Z[ recovery-image] Dec 18 19:37:44.288 INFO O| Dec 18 19:37:44.288 INFO O| Packages to install: 124
38752024-12-18T19:37:46.439Z[ recovery-image] Dec 18 19:37:44.288 INFO O| Dec 18 19:37:44.288 INFO O| Mediators to change: 4
38762024-12-18T19:37:46.443Z[ recovery-image] Dec 18 19:37:44.288 INFO O| Dec 18 19:37:44.288 INFO O| Services to change: 5
38772024-12-18T19:37:46.519Z[ recovery-image] Dec 18 19:37:44.367 INFO O| Dec 18 19:37:44.367 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38782024-12-18T19:37:47.032Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38792024-12-18T19:37:49.882Z[ host-image] Dec 18 19:37:47.730 INFO O| Dec 18 19:37:47.730 INFO O| Download: 5418/22788 items 46.1/199.7MB 23% complete (1.0M/s)
38802024-12-18T19:37:51.520Z[ recovery-image] Dec 18 19:37:49.367 INFO O| Dec 18 19:37:49.367 INFO O| Download: 793/15862 items 5.8/176.4MB 3% complete (1.2M/s)
38812024-12-18T19:37:53.846Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38822024-12-18T19:37:54.453Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38832024-12-18T19:37:54.914Z[ host-image] Dec 18 19:37:52.761 INFO O| Dec 18 19:37:52.761 INFO O| Download: 6291/22788 items 46.6/199.7MB 23% complete (397k/s)
38842024-12-18T19:37:56.361Z[verify-libraries] Compiling termios v0.3.3
38852024-12-18T19:37:56.580Z[ recovery-image] Dec 18 19:37:54.427 INFO O| Dec 18 19:37:54.427 INFO O| Download: 1096/15862 items 9.2/176.4MB 5% complete (1.0M/s)
38862024-12-18T19:37:56.716Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38872024-12-18T19:37:59.939Z[ host-image] Dec 18 19:37:57.785 INFO O| Dec 18 19:37:57.785 INFO O| Download: 7003/22788 items 51.0/199.7MB 25% complete (469k/s)
38882024-12-18T19:38:01.582Z[ recovery-image] Dec 18 19:37:59.428 INFO O| Dec 18 19:37:59.427 INFO O| Download: 1490/15862 items 21.6/176.4MB 12% complete (1.6M/s)
38892024-12-18T19:38:04.948Z[ host-image] Dec 18 19:38:02.793 INFO O| Dec 18 19:38:02.793 INFO O| Download: 7989/22788 items 59.7/199.7MB 29% complete (1.3M/s)
38902024-12-18T19:38:06.583Z[ recovery-image] Dec 18 19:38:04.428 INFO O| Dec 18 19:38:04.428 INFO O| Download: 1990/15862 items 30.3/176.4MB 17% complete (2.0M/s)
38912024-12-18T19:38:10.308Z[ host-image] Dec 18 19:38:08.153 INFO O| Dec 18 19:38:08.152 INFO O| Download: 8263/22788 items 65.3/199.7MB 32% complete (1.4M/s)
38922024-12-18T19:38:11.587Z[ recovery-image] Dec 18 19:38:09.432 INFO O| Dec 18 19:38:09.432 INFO O| Download: 3173/15862 items 37.5/176.4MB 21% complete (1.6M/s)
38932024-12-18T19:38:15.312Z[ host-image] Dec 18 19:38:13.156 INFO O| Dec 18 19:38:13.156 INFO O| Download: 8699/22788 items 71.1/199.7MB 35% complete (1.0M/s)
38942024-12-18T19:38:16.787Z[ recovery-image] Dec 18 19:38:14.631 INFO O| Dec 18 19:38:14.631 INFO O| Download: 3772/15862 items 42.2/176.4MB 23% complete (1.4M/s)
38952024-12-18T19:38:20.323Z[ host-image] Dec 18 19:38:18.158 INFO O| Dec 18 19:38:18.158 INFO O| Download: 9476/22788 items 82.7/199.7MB 41% complete (1.7M/s)
38962024-12-18T19:38:20.728Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38972024-12-18T19:38:21.959Z[ recovery-image] Dec 18 19:38:19.802 INFO O| Dec 18 19:38:19.802 INFO O| Download: 4800/15862 items 43.0/176.4MB 24% complete (569k/s)
38982024-12-18T19:38:25.316Z[ host-image] Dec 18 19:38:23.158 INFO O| Dec 18 19:38:23.158 INFO O| Download: 10417/22788 items 88.0/199.7MB 44% complete (1.7M/s)
38992024-12-18T19:38:26.964Z[ recovery-image] Dec 18 19:38:24.806 INFO O| Dec 18 19:38:24.806 INFO O| Download: 5665/15862 items 44.6/176.4MB 25% complete (223k/s)
39002024-12-18T19:38:30.320Z[ host-image] Dec 18 19:38:28.162 INFO O| Dec 18 19:38:28.162 INFO O| Download: 11102/22788 items 92.1/199.7MB 46% complete (967k/s)
39012024-12-18T19:38:31.803Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39022024-12-18T19:38:31.987Z[ recovery-image] Dec 18 19:38:29.828 INFO O| Dec 18 19:38:29.828 INFO O| Download: 6134/15862 items 60.0/176.4MB 34% complete (1.6M/s)
39032024-12-18T19:38:35.596Z[ host-image] Dec 18 19:38:33.437 INFO O| Dec 18 19:38:33.437 INFO O| Download: 11978/22788 items 98.1/199.7MB 49% complete (969k/s)
39042024-12-18T19:38:36.987Z[ recovery-image] Dec 18 19:38:34.828 INFO O| Dec 18 19:38:34.828 INFO O| Download: 6565/15862 items 64.2/176.4MB 36% complete (1.9M/s)
39052024-12-18T19:38:41.071Z[ host-image] Dec 18 19:38:38.912 INFO O| Dec 18 19:38:38.911 INFO O| Download: 12244/22788 items 109.4/199.7MB 54% complete (1.8M/s)
39062024-12-18T19:38:42.191Z[ recovery-image] Dec 18 19:38:40.031 INFO O| Dec 18 19:38:40.031 INFO O| Download: 7640/15862 items 73.7/176.4MB 41% complete (1.5M/s)
39072024-12-18T19:38:46.075Z[ host-image] Dec 18 19:38:43.915 INFO O| Dec 18 19:38:43.915 INFO O| Download: 13305/22788 items 110.0/199.7MB 55% complete (1.1M/s)
39082024-12-18T19:38:47.275Z[ recovery-image] Dec 18 19:38:45.115 INFO O| Dec 18 19:38:45.115 INFO O| Download: 7923/15862 items 77.4/176.4MB 43% complete (1.3M/s)
39092024-12-18T19:38:51.085Z[ host-image] Dec 18 19:38:48.924 INFO O| Dec 18 19:38:48.924 INFO O| Download: 14013/22788 items 110.6/199.7MB 55% complete (115k/s)
39102024-12-18T19:38:52.281Z[ recovery-image] Dec 18 19:38:50.120 INFO O| Dec 18 19:38:50.119 INFO O| Download: 8673/15862 items 82.4/176.4MB 46% complete (815k/s)
39112024-12-18T19:38:56.654Z[ host-image] Dec 18 19:38:54.492 INFO O| Dec 18 19:38:54.492 INFO O| Download: 14518/22788 items 116.7/199.7MB 58% complete (662k/s)
39122024-12-18T19:38:57.291Z[ recovery-image] Dec 18 19:38:55.129 INFO O| Dec 18 19:38:55.129 INFO O| Download: 9130/15862 items 92.7/176.4MB 52% complete (1.5M/s)
39132024-12-18T19:39:01.664Z[ host-image] Dec 18 19:38:59.501 INFO O| Dec 18 19:38:59.501 INFO O| Download: 15526/22788 items 125.4/199.7MB 62% complete (1.5M/s)
39142024-12-18T19:39:02.598Z[ recovery-image] Dec 18 19:39:00.436 INFO O| Dec 18 19:39:00.436 INFO O| Download: 9958/15862 items 93.2/176.4MB 52% complete (1.2M/s)
39152024-12-18T19:39:06.685Z[ host-image] Dec 18 19:39:04.521 INFO O| Dec 18 19:39:04.521 INFO O| Download: 16019/22788 items 132.9/199.7MB 66% complete (1.6M/s)
39162024-12-18T19:39:07.600Z[ recovery-image] Dec 18 19:39:05.436 INFO O| Dec 18 19:39:05.436 INFO O| Download: 10861/15862 items 93.9/176.4MB 53% complete (114k/s)
39172024-12-18T19:39:11.688Z[ host-image] Dec 18 19:39:09.524 INFO O| Dec 18 19:39:09.524 INFO O| Download: 17030/22788 items 135.9/199.7MB 68% complete (1.1M/s)
39182024-12-18T19:39:12.606Z[ recovery-image] Dec 18 19:39:10.442 INFO O| Dec 18 19:39:10.442 INFO O| Download: 11334/15862 items 105.2/176.4MB 59% complete (1.1M/s)
39192024-12-18T19:39:16.712Z[ host-image] Dec 18 19:39:14.547 INFO O| Dec 18 19:39:14.547 INFO O| Download: 17897/22788 items 150.3/199.7MB 75% complete (1.7M/s)
39202024-12-18T19:39:17.637Z[ recovery-image] Dec 18 19:39:15.472 INFO O| Dec 18 19:39:15.472 INFO O| Download: 11940/15862 items 128.8/176.4MB 73% complete (3.5M/s)
39212024-12-18T19:39:21.712Z[ host-image] Dec 18 19:39:19.547 INFO O| Dec 18 19:39:19.547 INFO O| Download: 18830/22788 items 165.4/199.7MB 82% complete (3.0M/s)
39222024-12-18T19:39:22.652Z[ recovery-image] Dec 18 19:39:20.487 INFO O| Dec 18 19:39:20.487 INFO O| Download: 12339/15862 items 141.1/176.4MB 80% complete (3.6M/s)
39232024-12-18T19:39:26.727Z[ host-image] Dec 18 19:39:24.561 INFO O| Dec 18 19:39:24.561 INFO O| Download: 19746/22788 items 168.9/199.7MB 84% complete (1.9M/s)
39242024-12-18T19:39:27.668Z[ recovery-image] Dec 18 19:39:25.502 INFO O| Dec 18 19:39:25.502 INFO O| Download: 13107/15862 items 144.4/176.4MB 81% complete (1.5M/s)
39252024-12-18T19:39:31.750Z[ host-image] Dec 18 19:39:29.583 INFO O| Dec 18 19:39:29.583 INFO O| Download: 20248/22788 items 171.2/199.7MB 85% complete (595k/s)
39262024-12-18T19:39:32.971Z[ recovery-image] Dec 18 19:39:30.804 INFO O| Dec 18 19:39:30.804 INFO O| Download: 14052/15862 items 148.5/176.4MB 84% complete (774k/s)
39272024-12-18T19:39:36.849Z[ host-image] Dec 18 19:39:34.682 INFO O| Dec 18 19:39:34.682 INFO O| Download: 20840/22788 items 176.9/199.7MB 88% complete (737k/s)
39282024-12-18T19:39:38.048Z[ recovery-image] Dec 18 19:39:35.880 INFO O| Dec 18 19:39:35.880 INFO O| Download: 14807/15862 items 157.0/176.4MB 89% complete (1.2M/s)
39292024-12-18T19:39:41.850Z[ host-image] Dec 18 19:39:39.682 INFO O| Dec 18 19:39:39.682 INFO O| Download: 21371/22788 items 180.3/199.7MB 90% complete (949k/s)
39302024-12-18T19:39:43.152Z[ recovery-image] Dec 18 19:39:40.983 INFO O| Dec 18 19:39:40.983 INFO O| Download: 15529/15862 items 168.9/176.4MB 95% complete (2.0M/s)
39312024-12-18T19:39:46.971Z[ recovery-image] Dec 18 19:39:44.802 INFO O| Dec 18 19:39:44.802 INFO O| Download: Completed 176.39 MB in 120.44 seconds (1.5M/s)
39322024-12-18T19:39:47.138Z[ host-image] Dec 18 19:39:44.970 INFO O| Dec 18 19:39:44.969 INFO O| Download: 21977/22788 items 191.8/199.7MB 96% complete (1.6M/s)
39332024-12-18T19:39:48.033Z[ recovery-image] Dec 18 19:39:45.864 INFO O| Dec 18 19:39:45.864 INFO O| Actions: 1/25028 actions (Installing new actions)
39342024-12-18T19:39:52.139Z[ host-image] Dec 18 19:39:49.970 INFO O| Dec 18 19:39:49.969 INFO O| Download: 22788/22788 items 199.7/199.7MB 100% complete (1.9M/s)
39352024-12-18T19:39:52.212Z[ host-image] Dec 18 19:39:50.043 INFO O| Dec 18 19:39:50.043 INFO O| Download: Completed 199.66 MB in 153.26 seconds (1.3M/s)
39362024-12-18T19:39:53.035Z[ recovery-image] Dec 18 19:39:50.865 INFO O| Dec 18 19:39:50.865 INFO O| Actions: 8820/25028 actions (Installing new actions)
39372024-12-18T19:39:54.240Z[ host-image] Dec 18 19:39:52.071 INFO O| Dec 18 19:39:52.070 INFO O| Actions: 1/49485 actions (Installing new actions)
39382024-12-18T19:39:58.041Z[ recovery-image] Dec 18 19:39:55.871 INFO O| Dec 18 19:39:55.871 INFO O| Actions: 14895/25028 actions (Installing new actions)
39392024-12-18T19:39:59.259Z[ host-image] Dec 18 19:39:57.089 INFO O| Dec 18 19:39:57.089 INFO O| Actions: 8450/49485 actions (Installing new actions)
39402024-12-18T19:40:03.968Z[ recovery-image] Dec 18 19:40:01.797 INFO O| Dec 18 19:40:01.797 INFO O| Actions: 24473/25028 actions (Installing new actions)
39412024-12-18T19:40:04.260Z[ host-image] Dec 18 19:40:02.089 INFO O| Dec 18 19:40:02.089 INFO O| Actions: 13871/49485 actions (Installing new actions)
39422024-12-18T19:40:05.801Z[ recovery-image] Dec 18 19:40:03.629 INFO O| Dec 18 19:40:03.629 INFO O| Actions: Completed 25028 actions in 17.76 seconds.
39432024-12-18T19:40:06.457Z[ recovery-image] Dec 18 19:40:04.286 INFO O| Dec 18 19:40:04.286 INFO O| Done
39442024-12-18T19:40:06.457Z[ recovery-image] Dec 18 19:40:04.286 INFO O| Dec 18 19:40:04.286 INFO O| Done
39452024-12-18T19:40:08.263Z[ recovery-image] Dec 18 19:40:06.091 INFO O| Dec 18 19:40:06.091 INFO O| Done
39462024-12-18T19:40:09.261Z[ host-image] Dec 18 19:40:07.089 INFO O| Dec 18 19:40:07.089 INFO O| Actions: 21891/49485 actions (Installing new actions)
39472024-12-18T19:40:10.571Z[ recovery-image] Dec 18 19:40:08.399 INFO O| Dec 18 19:40:08.399 INFO O| Done
39482024-12-18T19:40:10.622Z[ recovery-image] Dec 18 19:40:08.450 INFO O| Dec 18 19:40:08.450 INFO O| Done
39492024-12-18T19:40:14.262Z[ host-image] Dec 18 19:40:12.089 INFO O| Dec 18 19:40:12.089 INFO O| Actions: 39531/49485 actions (Installing new actions)
39502024-12-18T19:40:16.263Z[ recovery-image] Dec 18 19:40:14.090 INFO O| Dec 18 19:40:14.090 INFO O| Done
39512024-12-18T19:40:17.013Z[ recovery-image] Dec 18 19:40:14.840 INFO O| Dec 18 19:40:14.840 INFO O| Done
39522024-12-18T19:40:17.684Z[ recovery-image] Dec 18 19:40:15.511 INFO O| Dec 18 19:40:15.510 INFO STEP 11 (pkg_install) COMPLETE
39532024-12-18T19:40:17.684Z[ recovery-image] Dec 18 19:40:15.511 INFO O| Dec 18 19:40:15.510 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39542024-12-18T19:40:17.684Z[ recovery-image] Dec 18 19:40:15.511 INFO O| Dec 18 19:40:15.511 INFO skip step because feature "recovery" is enabled
39552024-12-18T19:40:17.684Z[ recovery-image] Dec 18 19:40:15.511 INFO O| Dec 18 19:40:15.511 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39562024-12-18T19:40:17.687Z[ recovery-image] Dec 18 19:40:15.511 INFO O| Dec 18 19:40:15.511 INFO skip step because feature "omicron1" is not enabled
39572024-12-18T19:40:17.687Z[ recovery-image] Dec 18 19:40:15.511 INFO O| Dec 18 19:40:15.511 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39582024-12-18T19:40:17.711Z[ recovery-image] Dec 18 19:40:15.538 INFO O| Dec 18 19:40:15.537 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39592024-12-18T19:40:17.985Z[ host-image] Dec 18 19:40:15.812 INFO O| Dec 18 19:40:15.812 INFO O| Actions: Completed 49485 actions in 23.74 seconds.
39602024-12-18T19:40:18.680Z[ host-image] Dec 18 19:40:16.507 INFO O| Dec 18 19:40:16.507 INFO O| Done
39612024-12-18T19:40:18.680Z[ host-image] Dec 18 19:40:16.507 INFO O| Dec 18 19:40:16.507 INFO O| Done
39622024-12-18T19:40:20.865Z[ host-image] Dec 18 19:40:18.692 INFO O| Dec 18 19:40:18.691 INFO O| Done
39632024-12-18T19:40:21.699Z[ recovery-image] Dec 18 19:40:19.525 INFO O| Dec 18 19:40:19.525 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39642024-12-18T19:40:23.684Z[ host-image] Dec 18 19:40:21.510 INFO O| Dec 18 19:40:21.510 INFO O| Done
39652024-12-18T19:40:23.757Z[ host-image] Dec 18 19:40:21.583 INFO O| Dec 18 19:40:21.583 INFO O| Done
39662024-12-18T19:40:25.476Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39672024-12-18T19:40:26.066Z[ recovery-image] Dec 18 19:40:23.891 INFO O| Dec 18 19:40:23.891 INFO O| Planning: Solver setup ... Done
39682024-12-18T19:40:26.073Z[ recovery-image] Dec 18 19:40:23.898 INFO O| Dec 18 19:40:23.898 INFO O| Planning: Running solver ... Done
39692024-12-18T19:40:26.164Z[ recovery-image] Dec 18 19:40:23.990 INFO O| Dec 18 19:40:23.990 INFO O| Planning: Finding local manifests ... Done
39702024-12-18T19:40:26.167Z[ recovery-image] Dec 18 19:40:23.991 INFO O| Dec 18 19:40:23.991 INFO O| Planning: Fetching manifests: 0/1 0% complete
39712024-12-18T19:40:26.392Z[ recovery-image] Dec 18 19:40:24.218 INFO O| Dec 18 19:40:24.218 INFO O| Planning: Fetching manifests: 1/1 100% complete
39722024-12-18T19:40:26.482Z[ recovery-image] Dec 18 19:40:24.307 INFO O| Dec 18 19:40:24.307 INFO O| Planning: Package planning ... Done
39732024-12-18T19:40:26.484Z[ recovery-image] Dec 18 19:40:24.308 INFO O| Dec 18 19:40:24.308 INFO O| Planning: Merging actions ... Done
39742024-12-18T19:40:26.552Z[ recovery-image] Dec 18 19:40:24.377 INFO O| Dec 18 19:40:24.376 INFO O| Planning: Checking for conflicting actions ... Done
39752024-12-18T19:40:26.552Z[ recovery-image] Dec 18 19:40:24.377 INFO O| Dec 18 19:40:24.377 INFO O| Planning: Consolidating action changes ... Done
39762024-12-18T19:40:26.719Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39772024-12-18T19:40:27.234Z[ recovery-image] Dec 18 19:40:25.060 INFO O| Dec 18 19:40:25.058 INFO O| Planning: Evaluating mediators ... Done
39782024-12-18T19:40:27.234Z[ recovery-image] Dec 18 19:40:25.060 INFO O| Dec 18 19:40:25.059 INFO O| Planning: Planning completed in 5.53 seconds
39792024-12-18T19:40:27.237Z[ recovery-image] Dec 18 19:40:25.062 INFO O| Dec 18 19:40:25.062 INFO O| Packages to install: 1
39802024-12-18T19:40:27.256Z[ recovery-image] Dec 18 19:40:25.082 INFO O| Dec 18 19:40:25.082 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39812024-12-18T19:40:27.504Z[ recovery-image] Dec 18 19:40:25.329 INFO O| Dec 18 19:40:25.329 INFO O| Download: Completed 9.99 MB in 0.25 seconds (40.4M/s)
39822024-12-18T19:40:27.623Z[ recovery-image] Dec 18 19:40:25.448 INFO O| Dec 18 19:40:25.448 INFO O| Actions: 1/22 actions (Installing new actions)
39832024-12-18T19:40:28.120Z[ recovery-image] Dec 18 19:40:25.944 INFO O| Dec 18 19:40:25.944 INFO O| Actions: Completed 22 actions in 0.50 seconds.
39842024-12-18T19:40:28.572Z[ recovery-image] Dec 18 19:40:26.397 INFO O| Dec 18 19:40:26.397 INFO O| Done
39852024-12-18T19:40:28.572Z[ recovery-image] Dec 18 19:40:26.397 INFO O| Dec 18 19:40:26.397 INFO O| Done
39862024-12-18T19:40:29.982Z[ recovery-image] Dec 18 19:40:27.807 INFO O| Dec 18 19:40:27.807 INFO O| Done
39872024-12-18T19:40:31.386Z[ host-image] Dec 18 19:40:29.211 INFO O| Dec 18 19:40:29.211 INFO O| Done
39882024-12-18T19:40:32.212Z[ recovery-image] Dec 18 19:40:29.921 INFO O| Dec 18 19:40:29.921 INFO O| Done
39892024-12-18T19:40:32.212Z[ recovery-image] Dec 18 19:40:29.938 INFO O| Dec 18 19:40:29.938 INFO O| Done
39902024-12-18T19:40:32.215Z[ recovery-image] Dec 18 19:40:29.938 INFO O| Dec 18 19:40:29.938 INFO O| Done
39912024-12-18T19:40:32.215Z[ recovery-image] Dec 18 19:40:29.953 INFO O| Dec 18 19:40:29.953 INFO O| Done
39922024-12-18T19:40:32.302Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO STEP 14 (pkg_install) COMPLETE
39932024-12-18T19:40:32.302Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39942024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO skip step because feature "mfg" is not enabled
39952024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39962024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO skip step because feature "compliance" is not enabled
39972024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39982024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO skip step because feature "stress" is not enabled
39992024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40002024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO skip step because feature "nfs" is not enabled
40012024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40022024-12-18T19:40:32.305Z[ recovery-image] Dec 18 19:40:30.127 INFO O| Dec 18 19:40:30.127 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40032024-12-18T19:40:32.508Z[ recovery-image] Dec 18 19:40:30.333 INFO O| Dec 18 19:40:30.333 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40042024-12-18T19:40:32.512Z[ host-image] Dec 18 19:40:30.337 INFO O| Dec 18 19:40:30.337 INFO O| Done
40052024-12-18T19:40:32.683Z[ recovery-image] Dec 18 19:40:30.508 INFO O| Dec 18 19:40:30.508 INFO completed processing gimlet/ramdisk-01-os
40062024-12-18T19:40:32.750Z[ recovery-image] Dec 18 19:40:30.512 INFO image builder template: ramdisk-02-trim...
40072024-12-18T19:40:32.751Z[ recovery-image] Dec 18 19:40:30.512 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/.tmpDBIFVi/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
40082024-12-18T19:40:32.751Z[ recovery-image] Dec 18 19:40:30.555 INFO O| Dec 18 19:40:30.554 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40092024-12-18T19:40:32.751Z[ recovery-image] Dec 18 19:40:30.574 INFO O| Dec 18 19:40:30.574 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40102024-12-18T19:40:32.929Z[ recovery-image] Dec 18 19:40:30.754 INFO O| Dec 18 19:40:30.754 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40112024-12-18T19:40:33.038Z[ recovery-image] Dec 18 19:40:30.862 INFO O| Dec 18 19:40:30.862 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40122024-12-18T19:40:33.040Z[ recovery-image] Dec 18 19:40:30.863 INFO O| Dec 18 19:40:30.863 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40132024-12-18T19:40:33.067Z[ recovery-image] Dec 18 19:40:30.874 INFO O| Dec 18 19:40:30.874 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40142024-12-18T19:40:33.067Z[ recovery-image] Dec 18 19:40:30.882 INFO O| Dec 18 19:40:30.882 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40152024-12-18T19:40:33.067Z[ recovery-image] Dec 18 19:40:30.891 INFO O| Dec 18 19:40:30.890 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40162024-12-18T19:40:33.120Z[ host-image] Dec 18 19:40:30.944 INFO O| Dec 18 19:40:30.944 INFO STEP 11 (pkg_install) COMPLETE
40172024-12-18T19:40:33.120Z[ host-image] Dec 18 19:40:30.944 INFO O| Dec 18 19:40:30.944 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40182024-12-18T19:40:33.140Z[ host-image] Dec 18 19:40:30.965 INFO O| Dec 18 19:40:30.965 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
40192024-12-18T19:40:33.349Z[ recovery-image] Dec 18 19:40:31.174 INFO O| Dec 18 19:40:31.174 INFO rolled back to input snapshot; work may begin
40202024-12-18T19:40:33.349Z[ recovery-image] Dec 18 19:40:31.174 INFO O| Dec 18 19:40:31.174 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40212024-12-18T19:40:33.358Z[ recovery-image] Dec 18 19:40:31.183 INFO O| Dec 18 19:40:31.183 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-12-18T19:40:33.378Z[ recovery-image] Dec 18 19:40:31.203 INFO O| Dec 18 19:40:31.202 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40232024-12-18T19:40:33.537Z[ recovery-image] Dec 18 19:40:31.362 INFO O| Dec 18 19:40:31.361 INFO STEP 0 (remove_files) COMPLETE
40242024-12-18T19:40:33.537Z[ recovery-image] Dec 18 19:40:31.362 INFO O| Dec 18 19:40:31.362 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-12-18T19:40:33.557Z[ recovery-image] Dec 18 19:40:31.382 INFO O| Dec 18 19:40:31.382 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40262024-12-18T19:40:33.560Z[ recovery-image] Dec 18 19:40:31.385 INFO O| Dec 18 19:40:31.385 INFO STEP 1 (remove_files) COMPLETE
40272024-12-18T19:40:33.560Z[ recovery-image] Dec 18 19:40:31.385 INFO O| Dec 18 19:40:31.385 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-12-18T19:40:33.579Z[ recovery-image] Dec 18 19:40:31.404 INFO O| Dec 18 19:40:31.404 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40292024-12-18T19:40:33.598Z[ recovery-image] Dec 18 19:40:31.423 INFO O| Dec 18 19:40:31.423 INFO STEP 2 (remove_files) COMPLETE
40302024-12-18T19:40:33.598Z[ recovery-image] Dec 18 19:40:31.423 INFO O| Dec 18 19:40:31.423 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-12-18T19:40:33.621Z[ recovery-image] Dec 18 19:40:31.446 INFO O| Dec 18 19:40:31.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40322024-12-18T19:40:33.624Z[ recovery-image] Dec 18 19:40:31.449 INFO O| Dec 18 19:40:31.449 INFO STEP 3 (remove_files) COMPLETE
40332024-12-18T19:40:33.627Z[ recovery-image] Dec 18 19:40:31.449 INFO O| Dec 18 19:40:31.449 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-12-18T19:40:33.645Z[ recovery-image] Dec 18 19:40:31.469 INFO O| Dec 18 19:40:31.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40352024-12-18T19:40:33.650Z[ recovery-image] Dec 18 19:40:31.475 INFO O| Dec 18 19:40:31.475 INFO STEP 4 (remove_files) COMPLETE
40362024-12-18T19:40:33.654Z[ recovery-image] Dec 18 19:40:31.475 INFO O| Dec 18 19:40:31.475 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-18T19:40:33.670Z[ recovery-image] Dec 18 19:40:31.495 INFO O| Dec 18 19:40:31.495 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40382024-12-18T19:40:33.673Z[ recovery-image] Dec 18 19:40:31.495 INFO O| Dec 18 19:40:31.495 INFO STEP 5 (remove_files) COMPLETE
40392024-12-18T19:40:33.673Z[ recovery-image] Dec 18 19:40:31.495 INFO O| Dec 18 19:40:31.495 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-12-18T19:40:33.690Z[ recovery-image] Dec 18 19:40:31.515 INFO O| Dec 18 19:40:31.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40412024-12-18T19:40:33.707Z[ recovery-image] Dec 18 19:40:31.532 INFO O| Dec 18 19:40:31.532 INFO STEP 6 (remove_files) COMPLETE
40422024-12-18T19:40:33.707Z[ recovery-image] Dec 18 19:40:31.532 INFO O| Dec 18 19:40:31.532 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-12-18T19:40:33.711Z[ recovery-image] Dec 18 19:40:31.532 INFO O| Dec 18 19:40:31.532 INFO skip step because feature "recovery" is enabled
40442024-12-18T19:40:33.711Z[ recovery-image] Dec 18 19:40:31.532 INFO O| Dec 18 19:40:31.532 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-12-18T19:40:33.711Z[ recovery-image] Dec 18 19:40:31.532 INFO O| Dec 18 19:40:31.532 INFO skip step because feature "recovery" is enabled
40462024-12-18T19:40:33.711Z[ recovery-image] Dec 18 19:40:31.532 INFO O| Dec 18 19:40:31.532 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-12-18T19:40:33.711Z[ recovery-image] Dec 18 19:40:31.532 INFO O| Dec 18 19:40:31.532 INFO skip step because feature "recovery" is enabled
40482024-12-18T19:40:33.711Z[ recovery-image] Dec 18 19:40:31.532 INFO O| Dec 18 19:40:31.532 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-12-18T19:40:33.766Z[ recovery-image] Dec 18 19:40:31.591 INFO O| Dec 18 19:40:31.591 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40502024-12-18T19:40:33.771Z[ recovery-image] Dec 18 19:40:31.596 INFO O| Dec 18 19:40:31.596 INFO STEP 10 (remove_files) COMPLETE
40512024-12-18T19:40:33.774Z[ recovery-image] Dec 18 19:40:31.596 INFO O| Dec 18 19:40:31.596 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-12-18T19:40:33.829Z[ recovery-image] Dec 18 19:40:31.654 INFO O| Dec 18 19:40:31.654 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40532024-12-18T19:40:33.832Z[ recovery-image] Dec 18 19:40:31.656 INFO O| Dec 18 19:40:31.656 INFO STEP 11 (remove_files) COMPLETE
40542024-12-18T19:40:33.832Z[ recovery-image] Dec 18 19:40:31.656 INFO O| Dec 18 19:40:31.656 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40552024-12-18T19:40:33.855Z[ recovery-image] Dec 18 19:40:31.680 INFO O| Dec 18 19:40:31.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40562024-12-18T19:40:33.858Z[ recovery-image] Dec 18 19:40:31.683 INFO O| Dec 18 19:40:31.683 INFO STEP 12 (remove_files) COMPLETE
40572024-12-18T19:40:33.860Z[ recovery-image] Dec 18 19:40:31.683 INFO O| Dec 18 19:40:31.683 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40582024-12-18T19:40:33.944Z[ recovery-image] Dec 18 19:40:31.769 INFO O| Dec 18 19:40:31.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40592024-12-18T19:40:33.984Z[ recovery-image] Dec 18 19:40:31.809 INFO O| Dec 18 19:40:31.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40602024-12-18T19:40:34.061Z[ recovery-image] Dec 18 19:40:31.885 INFO O| Dec 18 19:40:31.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40612024-12-18T19:40:34.070Z[ recovery-image] Dec 18 19:40:31.895 INFO O| Dec 18 19:40:31.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40622024-12-18T19:40:34.534Z[ recovery-image] Dec 18 19:40:32.352 INFO O| Dec 18 19:40:32.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40632024-12-18T19:40:34.534Z[ recovery-image] Dec 18 19:40:32.353 INFO O| Dec 18 19:40:32.353 INFO STEP 13 (remove_files) COMPLETE
40642024-12-18T19:40:34.534Z[ recovery-image] Dec 18 19:40:32.353 INFO O| Dec 18 19:40:32.353 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-18T19:40:34.552Z[ recovery-image] Dec 18 19:40:32.376 INFO O| Dec 18 19:40:32.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40662024-12-18T19:40:34.554Z[ recovery-image] Dec 18 19:40:32.379 INFO O| Dec 18 19:40:32.379 INFO STEP 14 (remove_files) COMPLETE
40672024-12-18T19:40:34.557Z[ recovery-image] Dec 18 19:40:32.379 INFO O| Dec 18 19:40:32.379 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-12-18T19:40:34.575Z[ recovery-image] Dec 18 19:40:32.400 INFO O| Dec 18 19:40:32.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40692024-12-18T19:40:34.588Z[ recovery-image] Dec 18 19:40:32.412 INFO O| Dec 18 19:40:32.412 INFO STEP 15 (remove_files) COMPLETE
40702024-12-18T19:40:34.590Z[ recovery-image] Dec 18 19:40:32.412 INFO O| Dec 18 19:40:32.412 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-18T19:40:34.611Z[ recovery-image] Dec 18 19:40:32.435 INFO O| Dec 18 19:40:32.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40722024-12-18T19:40:34.613Z[ recovery-image] Dec 18 19:40:32.436 INFO O| Dec 18 19:40:32.436 INFO STEP 16 (remove_files) COMPLETE
40732024-12-18T19:40:34.613Z[ recovery-image] Dec 18 19:40:32.436 INFO O| Dec 18 19:40:32.436 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-12-18T19:40:34.633Z[ recovery-image] Dec 18 19:40:32.458 INFO O| Dec 18 19:40:32.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40752024-12-18T19:40:34.636Z[ recovery-image] Dec 18 19:40:32.461 INFO O| Dec 18 19:40:32.461 INFO STEP 17 (remove_files) COMPLETE
40762024-12-18T19:40:34.638Z[ recovery-image] Dec 18 19:40:32.461 INFO O| Dec 18 19:40:32.461 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-12-18T19:40:34.657Z[ recovery-image] Dec 18 19:40:32.481 INFO O| Dec 18 19:40:32.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40782024-12-18T19:40:34.662Z[ recovery-image] Dec 18 19:40:32.481 INFO O| Dec 18 19:40:32.481 INFO STEP 18 (remove_files) COMPLETE
40792024-12-18T19:40:34.662Z[ recovery-image] Dec 18 19:40:32.482 INFO O| Dec 18 19:40:32.482 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-12-18T19:40:34.676Z[ recovery-image] Dec 18 19:40:32.501 INFO O| Dec 18 19:40:32.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40812024-12-18T19:40:34.679Z[ recovery-image] Dec 18 19:40:32.501 INFO O| Dec 18 19:40:32.501 INFO STEP 19 (remove_files) COMPLETE
40822024-12-18T19:40:34.679Z[ recovery-image] Dec 18 19:40:32.501 INFO O| Dec 18 19:40:32.501 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-18T19:40:34.735Z[ recovery-image] Dec 18 19:40:32.559 INFO O| Dec 18 19:40:32.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40842024-12-18T19:40:34.735Z[ recovery-image] Dec 18 19:40:32.559 INFO O| Dec 18 19:40:32.545 INFO STEP 20 (remove_files) COMPLETE
40852024-12-18T19:40:34.735Z[ recovery-image] Dec 18 19:40:32.559 INFO O| Dec 18 19:40:32.545 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-12-18T19:40:34.748Z[ recovery-image] Dec 18 19:40:32.573 INFO O| Dec 18 19:40:32.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40872024-12-18T19:40:34.748Z[ recovery-image] Dec 18 19:40:32.573 INFO O| Dec 18 19:40:32.564 INFO STEP 21 (remove_files) COMPLETE
40882024-12-18T19:40:34.748Z[ recovery-image] Dec 18 19:40:32.573 INFO O| Dec 18 19:40:32.564 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-12-18T19:40:34.759Z[ recovery-image] Dec 18 19:40:32.583 INFO O| Dec 18 19:40:32.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40902024-12-18T19:40:34.759Z[ recovery-image] Dec 18 19:40:32.583 INFO O| Dec 18 19:40:32.583 INFO STEP 22 (remove_files) COMPLETE
40912024-12-18T19:40:34.761Z[ recovery-image] Dec 18 19:40:32.583 INFO O| Dec 18 19:40:32.583 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-12-18T19:40:34.953Z[ host-image] Dec 18 19:40:32.778 INFO O| Dec 18 19:40:32.778 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40932024-12-18T19:40:34.998Z[ recovery-image] Dec 18 19:40:32.821 INFO O| Dec 18 19:40:32.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40942024-12-18T19:40:34.999Z[ recovery-image] Dec 18 19:40:32.821 INFO O| Dec 18 19:40:32.821 INFO STEP 23 (remove_files) COMPLETE
40952024-12-18T19:40:35.002Z[ recovery-image] Dec 18 19:40:32.821 INFO O| Dec 18 19:40:32.821 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-18T19:40:35.016Z[ recovery-image] Dec 18 19:40:32.840 INFO O| Dec 18 19:40:32.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40972024-12-18T19:40:35.016Z[ recovery-image] Dec 18 19:40:32.840 INFO O| Dec 18 19:40:32.840 INFO STEP 24 (remove_files) COMPLETE
40982024-12-18T19:40:35.016Z[ recovery-image] Dec 18 19:40:32.840 INFO O| Dec 18 19:40:32.840 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-18T19:40:35.057Z[ recovery-image] Dec 18 19:40:32.877 INFO O| Dec 18 19:40:32.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41002024-12-18T19:40:35.057Z[ recovery-image] Dec 18 19:40:32.877 INFO O| Dec 18 19:40:32.877 INFO STEP 25 (remove_files) COMPLETE
41012024-12-18T19:40:35.057Z[ recovery-image] Dec 18 19:40:32.877 INFO O| Dec 18 19:40:32.877 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-18T19:40:35.118Z[ recovery-image] Dec 18 19:40:32.940 INFO O| Dec 18 19:40:32.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41032024-12-18T19:40:35.118Z[ recovery-image] Dec 18 19:40:32.940 INFO O| Dec 18 19:40:32.940 INFO STEP 26 (remove_files) COMPLETE
41042024-12-18T19:40:35.118Z[ recovery-image] Dec 18 19:40:32.940 INFO O| Dec 18 19:40:32.940 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-18T19:40:35.135Z[ recovery-image] Dec 18 19:40:32.959 INFO O| Dec 18 19:40:32.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41062024-12-18T19:40:35.136Z[ recovery-image] Dec 18 19:40:32.959 INFO O| Dec 18 19:40:32.959 INFO STEP 27 (remove_files) COMPLETE
41072024-12-18T19:40:35.136Z[ recovery-image] Dec 18 19:40:32.959 INFO O| Dec 18 19:40:32.959 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-18T19:40:35.158Z[ recovery-image] Dec 18 19:40:32.980 INFO O| Dec 18 19:40:32.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41092024-12-18T19:40:35.159Z[ recovery-image] Dec 18 19:40:32.980 INFO O| Dec 18 19:40:32.980 INFO STEP 28 (remove_files) COMPLETE
41102024-12-18T19:40:35.159Z[ recovery-image] Dec 18 19:40:32.980 INFO O| Dec 18 19:40:32.980 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-18T19:40:35.188Z[ recovery-image] Dec 18 19:40:33.013 INFO O| Dec 18 19:40:33.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41122024-12-18T19:40:35.188Z[ recovery-image] Dec 18 19:40:33.013 INFO O| Dec 18 19:40:33.013 INFO STEP 29 (remove_files) COMPLETE
41132024-12-18T19:40:35.188Z[ recovery-image] Dec 18 19:40:33.013 INFO O| Dec 18 19:40:33.013 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-18T19:40:35.228Z[ recovery-image] Dec 18 19:40:33.053 INFO O| Dec 18 19:40:33.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41152024-12-18T19:40:35.231Z[ recovery-image] Dec 18 19:40:33.053 INFO O| Dec 18 19:40:33.053 INFO STEP 30 (remove_files) COMPLETE
41162024-12-18T19:40:35.231Z[ recovery-image] Dec 18 19:40:33.053 INFO O| Dec 18 19:40:33.053 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-18T19:40:35.252Z[ recovery-image] Dec 18 19:40:33.077 INFO O| Dec 18 19:40:33.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41182024-12-18T19:40:35.255Z[ recovery-image] Dec 18 19:40:33.077 INFO O| Dec 18 19:40:33.077 INFO STEP 31 (remove_files) COMPLETE
41192024-12-18T19:40:35.255Z[ recovery-image] Dec 18 19:40:33.077 INFO O| Dec 18 19:40:33.077 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-18T19:40:35.272Z[ recovery-image] Dec 18 19:40:33.097 INFO O| Dec 18 19:40:33.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41212024-12-18T19:40:35.275Z[ recovery-image] Dec 18 19:40:33.097 INFO O| Dec 18 19:40:33.097 INFO STEP 32 (remove_files) COMPLETE
41222024-12-18T19:40:35.275Z[ recovery-image] Dec 18 19:40:33.097 INFO O| Dec 18 19:40:33.097 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-18T19:40:35.295Z[ recovery-image] Dec 18 19:40:33.119 INFO O| Dec 18 19:40:33.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41242024-12-18T19:40:35.295Z[ recovery-image] Dec 18 19:40:33.119 INFO O| Dec 18 19:40:33.119 INFO STEP 33 (remove_files) COMPLETE
41252024-12-18T19:40:35.295Z[ recovery-image] Dec 18 19:40:33.119 INFO O| Dec 18 19:40:33.119 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-18T19:40:35.322Z[ recovery-image] Dec 18 19:40:33.146 INFO O| Dec 18 19:40:33.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41272024-12-18T19:40:35.322Z[ recovery-image] Dec 18 19:40:33.147 INFO O| Dec 18 19:40:33.146 INFO STEP 34 (remove_files) COMPLETE
41282024-12-18T19:40:35.324Z[ recovery-image] Dec 18 19:40:33.147 INFO O| Dec 18 19:40:33.147 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-18T19:40:35.372Z[ recovery-image] Dec 18 19:40:33.196 INFO O| Dec 18 19:40:33.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41302024-12-18T19:40:35.372Z[ recovery-image] Dec 18 19:40:33.196 INFO O| Dec 18 19:40:33.196 INFO STEP 35 (remove_files) COMPLETE
41312024-12-18T19:40:35.372Z[ recovery-image] Dec 18 19:40:33.196 INFO O| Dec 18 19:40:33.196 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-18T19:40:35.401Z[ recovery-image] Dec 18 19:40:33.226 INFO O| Dec 18 19:40:33.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41332024-12-18T19:40:35.404Z[ recovery-image] Dec 18 19:40:33.226 INFO O| Dec 18 19:40:33.226 INFO STEP 36 (remove_files) COMPLETE
41342024-12-18T19:40:35.404Z[ recovery-image] Dec 18 19:40:33.226 INFO O| Dec 18 19:40:33.226 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-18T19:40:35.435Z[ recovery-image] Dec 18 19:40:33.259 INFO O| Dec 18 19:40:33.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41362024-12-18T19:40:35.437Z[ recovery-image] Dec 18 19:40:33.259 INFO O| Dec 18 19:40:33.259 INFO STEP 37 (remove_files) COMPLETE
41372024-12-18T19:40:35.437Z[ recovery-image] Dec 18 19:40:33.259 INFO O| Dec 18 19:40:33.259 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-18T19:40:35.455Z[ recovery-image] Dec 18 19:40:33.279 INFO O| Dec 18 19:40:33.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41392024-12-18T19:40:35.458Z[ recovery-image] Dec 18 19:40:33.279 INFO O| Dec 18 19:40:33.279 INFO STEP 38 (remove_files) COMPLETE
41402024-12-18T19:40:35.458Z[ recovery-image] Dec 18 19:40:33.279 INFO O| Dec 18 19:40:33.279 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-18T19:40:35.474Z[ recovery-image] Dec 18 19:40:33.297 INFO O| Dec 18 19:40:33.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41422024-12-18T19:40:35.477Z[ recovery-image] Dec 18 19:40:33.298 INFO O| Dec 18 19:40:33.298 INFO STEP 39 (remove_files) COMPLETE
41432024-12-18T19:40:35.477Z[ recovery-image] Dec 18 19:40:33.298 INFO O| Dec 18 19:40:33.298 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-18T19:40:35.525Z[ recovery-image] Dec 18 19:40:33.346 INFO O| Dec 18 19:40:33.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41452024-12-18T19:40:35.525Z[ recovery-image] Dec 18 19:40:33.346 INFO O| Dec 18 19:40:33.346 INFO STEP 40 (remove_files) COMPLETE
41462024-12-18T19:40:35.534Z[ recovery-image] Dec 18 19:40:33.346 INFO O| Dec 18 19:40:33.346 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-18T19:40:35.542Z[ recovery-image] Dec 18 19:40:33.366 INFO O| Dec 18 19:40:33.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41482024-12-18T19:40:35.543Z[ recovery-image] Dec 18 19:40:33.366 INFO O| Dec 18 19:40:33.366 INFO STEP 41 (remove_files) COMPLETE
41492024-12-18T19:40:35.546Z[ recovery-image] Dec 18 19:40:33.366 INFO O| Dec 18 19:40:33.366 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-18T19:40:35.563Z[ recovery-image] Dec 18 19:40:33.385 INFO O| Dec 18 19:40:33.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41512024-12-18T19:40:35.563Z[ recovery-image] Dec 18 19:40:33.386 INFO O| Dec 18 19:40:33.385 INFO STEP 42 (remove_files) COMPLETE
41522024-12-18T19:40:35.563Z[ recovery-image] Dec 18 19:40:33.386 INFO O| Dec 18 19:40:33.386 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-18T19:40:35.581Z[ recovery-image] Dec 18 19:40:33.405 INFO O| Dec 18 19:40:33.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41542024-12-18T19:40:35.581Z[ recovery-image] Dec 18 19:40:33.405 INFO O| Dec 18 19:40:33.405 INFO STEP 43 (remove_files) COMPLETE
41552024-12-18T19:40:35.581Z[ recovery-image] Dec 18 19:40:33.405 INFO O| Dec 18 19:40:33.405 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-18T19:40:35.600Z[ recovery-image] Dec 18 19:40:33.424 INFO O| Dec 18 19:40:33.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41572024-12-18T19:40:35.600Z[ recovery-image] Dec 18 19:40:33.424 INFO O| Dec 18 19:40:33.424 INFO STEP 44 (remove_files) COMPLETE
41582024-12-18T19:40:35.600Z[ recovery-image] Dec 18 19:40:33.424 INFO O| Dec 18 19:40:33.424 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-18T19:40:35.622Z[ recovery-image] Dec 18 19:40:33.446 INFO O| Dec 18 19:40:33.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41602024-12-18T19:40:35.622Z[ recovery-image] Dec 18 19:40:33.446 INFO O| Dec 18 19:40:33.446 INFO STEP 45 (remove_files) COMPLETE
41612024-12-18T19:40:35.622Z[ recovery-image] Dec 18 19:40:33.446 INFO O| Dec 18 19:40:33.446 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-18T19:40:35.664Z[ recovery-image] Dec 18 19:40:33.488 INFO O| Dec 18 19:40:33.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41632024-12-18T19:40:35.664Z[ recovery-image] Dec 18 19:40:33.488 INFO O| Dec 18 19:40:33.488 INFO STEP 46 (remove_files) COMPLETE
41642024-12-18T19:40:35.665Z[ recovery-image] Dec 18 19:40:33.488 INFO O| Dec 18 19:40:33.488 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-18T19:40:35.726Z[ recovery-image] Dec 18 19:40:33.550 INFO O| Dec 18 19:40:33.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41662024-12-18T19:40:35.726Z[ recovery-image] Dec 18 19:40:33.550 INFO O| Dec 18 19:40:33.550 INFO STEP 47 (remove_files) COMPLETE
41672024-12-18T19:40:35.729Z[ recovery-image] Dec 18 19:40:33.550 INFO O| Dec 18 19:40:33.550 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-18T19:40:35.754Z[ recovery-image] Dec 18 19:40:33.578 INFO O| Dec 18 19:40:33.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41692024-12-18T19:40:35.754Z[ recovery-image] Dec 18 19:40:33.578 INFO O| Dec 18 19:40:33.578 INFO STEP 48 (remove_files) COMPLETE
41702024-12-18T19:40:35.756Z[ recovery-image] Dec 18 19:40:33.578 INFO O| Dec 18 19:40:33.578 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-18T19:40:35.790Z[ recovery-image] Dec 18 19:40:33.614 INFO O| Dec 18 19:40:33.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41722024-12-18T19:40:35.793Z[ recovery-image] Dec 18 19:40:33.614 INFO O| Dec 18 19:40:33.614 INFO STEP 49 (remove_files) COMPLETE
41732024-12-18T19:40:35.793Z[ recovery-image] Dec 18 19:40:33.614 INFO O| Dec 18 19:40:33.614 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-18T19:40:35.809Z[ recovery-image] Dec 18 19:40:33.633 INFO O| Dec 18 19:40:33.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41752024-12-18T19:40:35.809Z[ recovery-image] Dec 18 19:40:33.633 INFO O| Dec 18 19:40:33.633 INFO STEP 50 (remove_files) COMPLETE
41762024-12-18T19:40:35.812Z[ recovery-image] Dec 18 19:40:33.633 INFO O| Dec 18 19:40:33.633 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-18T19:40:35.829Z[ recovery-image] Dec 18 19:40:33.652 INFO O| Dec 18 19:40:33.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41782024-12-18T19:40:35.832Z[ recovery-image] Dec 18 19:40:33.653 INFO O| Dec 18 19:40:33.653 INFO STEP 51 (remove_files) COMPLETE
41792024-12-18T19:40:35.832Z[ recovery-image] Dec 18 19:40:33.653 INFO O| Dec 18 19:40:33.653 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-18T19:40:35.847Z[ recovery-image] Dec 18 19:40:33.671 INFO O| Dec 18 19:40:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41812024-12-18T19:40:35.847Z[ recovery-image] Dec 18 19:40:33.671 INFO O| Dec 18 19:40:33.671 INFO STEP 52 (remove_files) COMPLETE
41822024-12-18T19:40:35.850Z[ recovery-image] Dec 18 19:40:33.671 INFO O| Dec 18 19:40:33.671 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-18T19:40:35.865Z[ recovery-image] Dec 18 19:40:33.690 INFO O| Dec 18 19:40:33.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41842024-12-18T19:40:35.868Z[ recovery-image] Dec 18 19:40:33.690 INFO O| Dec 18 19:40:33.690 INFO STEP 53 (remove_files) COMPLETE
41852024-12-18T19:40:35.868Z[ recovery-image] Dec 18 19:40:33.690 INFO O| Dec 18 19:40:33.690 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-18T19:40:35.886Z[ recovery-image] Dec 18 19:40:33.709 INFO O| Dec 18 19:40:33.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41872024-12-18T19:40:35.893Z[ recovery-image] Dec 18 19:40:33.709 INFO O| Dec 18 19:40:33.709 INFO STEP 54 (remove_files) COMPLETE
41882024-12-18T19:40:35.894Z[ recovery-image] Dec 18 19:40:33.709 INFO O| Dec 18 19:40:33.709 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-18T19:40:35.905Z[ recovery-image] Dec 18 19:40:33.729 INFO O| Dec 18 19:40:33.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41902024-12-18T19:40:35.920Z[ recovery-image] Dec 18 19:40:33.729 INFO O| Dec 18 19:40:33.729 INFO STEP 55 (remove_files) COMPLETE
41912024-12-18T19:40:35.920Z[ recovery-image] Dec 18 19:40:33.730 INFO O| Dec 18 19:40:33.729 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-18T19:40:35.926Z[ recovery-image] Dec 18 19:40:33.749 INFO O| Dec 18 19:40:33.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41932024-12-18T19:40:35.929Z[ recovery-image] Dec 18 19:40:33.749 INFO O| Dec 18 19:40:33.749 INFO STEP 56 (remove_files) COMPLETE
41942024-12-18T19:40:35.929Z[ recovery-image] Dec 18 19:40:33.749 INFO O| Dec 18 19:40:33.749 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-18T19:40:35.960Z[ recovery-image] Dec 18 19:40:33.784 INFO O| Dec 18 19:40:33.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41962024-12-18T19:40:35.960Z[ recovery-image] Dec 18 19:40:33.784 INFO O| Dec 18 19:40:33.784 INFO STEP 57 (remove_files) COMPLETE
41972024-12-18T19:40:35.963Z[ recovery-image] Dec 18 19:40:33.784 INFO O| Dec 18 19:40:33.784 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-18T19:40:36.000Z[ recovery-image] Dec 18 19:40:33.824 INFO O| Dec 18 19:40:33.824 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41992024-12-18T19:40:36.001Z[ recovery-image] Dec 18 19:40:33.824 INFO O| Dec 18 19:40:33.824 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42002024-12-18T19:40:36.004Z[ recovery-image] Dec 18 19:40:33.824 INFO O| Dec 18 19:40:33.824 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42012024-12-18T19:40:36.004Z[ recovery-image] Dec 18 19:40:33.825 INFO O| Dec 18 19:40:33.825 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42022024-12-18T19:40:36.004Z[ recovery-image] Dec 18 19:40:33.825 INFO O| Dec 18 19:40:33.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42032024-12-18T19:40:36.004Z[ recovery-image] Dec 18 19:40:33.825 INFO O| Dec 18 19:40:33.825 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42042024-12-18T19:40:36.004Z[ recovery-image] Dec 18 19:40:33.825 INFO O| Dec 18 19:40:33.825 INFO ok!
42052024-12-18T19:40:36.005Z[ recovery-image] Dec 18 19:40:33.825 INFO O| Dec 18 19:40:33.825 INFO STEP 58 (ensure_file) COMPLETE
42062024-12-18T19:40:36.005Z[ recovery-image] Dec 18 19:40:33.825 INFO O| Dec 18 19:40:33.825 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-18T19:40:36.022Z[ recovery-image] Dec 18 19:40:33.845 INFO O| Dec 18 19:40:33.845 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42082024-12-18T19:40:36.022Z[ recovery-image] Dec 18 19:40:33.845 INFO O| Dec 18 19:40:33.845 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42092024-12-18T19:40:36.027Z[ recovery-image] Dec 18 19:40:33.846 INFO O| Dec 18 19:40:33.845 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42102024-12-18T19:40:36.027Z[ recovery-image] Dec 18 19:40:33.846 INFO O| Dec 18 19:40:33.846 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42112024-12-18T19:40:36.027Z[ recovery-image] Dec 18 19:40:33.846 INFO O| Dec 18 19:40:33.846 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42122024-12-18T19:40:36.027Z[ recovery-image] Dec 18 19:40:33.846 INFO O| Dec 18 19:40:33.846 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42132024-12-18T19:40:36.027Z[ recovery-image] Dec 18 19:40:33.846 INFO O| Dec 18 19:40:33.846 INFO ok!
42142024-12-18T19:40:36.027Z[ recovery-image] Dec 18 19:40:33.846 INFO O| Dec 18 19:40:33.846 INFO STEP 59 (ensure_file) COMPLETE
42152024-12-18T19:40:36.027Z[ recovery-image] Dec 18 19:40:33.846 INFO O| Dec 18 19:40:33.846 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162024-12-18T19:40:36.040Z[ recovery-image] Dec 18 19:40:33.864 INFO O| Dec 18 19:40:33.864 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42172024-12-18T19:40:36.041Z[ recovery-image] Dec 18 19:40:33.864 INFO O| Dec 18 19:40:33.864 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42182024-12-18T19:40:36.041Z[ recovery-image] Dec 18 19:40:33.864 INFO O| Dec 18 19:40:33.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42192024-12-18T19:40:36.045Z[ recovery-image] Dec 18 19:40:33.864 INFO O| Dec 18 19:40:33.864 INFO ok!
42202024-12-18T19:40:36.045Z[ recovery-image] Dec 18 19:40:33.864 INFO O| Dec 18 19:40:33.864 INFO STEP 60 (ensure_file) COMPLETE
42212024-12-18T19:40:36.045Z[ recovery-image] Dec 18 19:40:33.864 INFO O| Dec 18 19:40:33.864 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222024-12-18T19:40:36.059Z[ recovery-image] Dec 18 19:40:33.883 INFO O| Dec 18 19:40:33.883 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42232024-12-18T19:40:36.059Z[ recovery-image] Dec 18 19:40:33.883 INFO O| Dec 18 19:40:33.883 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42242024-12-18T19:40:36.059Z[ recovery-image] Dec 18 19:40:33.883 INFO O| Dec 18 19:40:33.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42252024-12-18T19:40:36.060Z[ recovery-image] Dec 18 19:40:33.883 INFO O| Dec 18 19:40:33.883 INFO ok!
42262024-12-18T19:40:36.064Z[ recovery-image] Dec 18 19:40:33.883 INFO O| Dec 18 19:40:33.883 INFO STEP 61 (ensure_file) COMPLETE
42272024-12-18T19:40:36.064Z[ recovery-image] Dec 18 19:40:33.883 INFO O| Dec 18 19:40:33.883 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42282024-12-18T19:40:36.080Z[ recovery-image] Dec 18 19:40:33.904 INFO O| Dec 18 19:40:33.903 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42292024-12-18T19:40:36.080Z[ recovery-image] Dec 18 19:40:33.904 INFO O| Dec 18 19:40:33.904 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42302024-12-18T19:40:36.080Z[ recovery-image] Dec 18 19:40:33.904 INFO O| Dec 18 19:40:33.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42312024-12-18T19:40:36.084Z[ recovery-image] Dec 18 19:40:33.904 INFO O| Dec 18 19:40:33.904 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42322024-12-18T19:40:36.084Z[ recovery-image] Dec 18 19:40:33.904 INFO O| Dec 18 19:40:33.904 INFO ok!
42332024-12-18T19:40:36.084Z[ recovery-image] Dec 18 19:40:33.904 INFO O| Dec 18 19:40:33.904 INFO STEP 62 (ensure_file) COMPLETE
42342024-12-18T19:40:36.084Z[ recovery-image] Dec 18 19:40:33.904 INFO O| Dec 18 19:40:33.904 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-18T19:40:36.106Z[ recovery-image] Dec 18 19:40:33.929 INFO O| Dec 18 19:40:33.929 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42362024-12-18T19:40:36.106Z[ recovery-image] Dec 18 19:40:33.929 INFO O| Dec 18 19:40:33.929 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42372024-12-18T19:40:36.106Z[ recovery-image] Dec 18 19:40:33.930 INFO O| Dec 18 19:40:33.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42382024-12-18T19:40:36.113Z[ recovery-image] Dec 18 19:40:33.930 INFO O| Dec 18 19:40:33.930 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42392024-12-18T19:40:36.113Z[ recovery-image] Dec 18 19:40:33.930 INFO O| Dec 18 19:40:33.930 INFO ok!
42402024-12-18T19:40:36.113Z[ recovery-image] Dec 18 19:40:33.930 INFO O| Dec 18 19:40:33.930 INFO STEP 63 (ensure_file) COMPLETE
42412024-12-18T19:40:36.113Z[ recovery-image] Dec 18 19:40:33.930 INFO O| Dec 18 19:40:33.930 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-18T19:40:36.135Z[ recovery-image] Dec 18 19:40:33.959 INFO O| Dec 18 19:40:33.959 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42432024-12-18T19:40:36.135Z[ recovery-image] Dec 18 19:40:33.959 INFO O| Dec 18 19:40:33.959 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42442024-12-18T19:40:36.139Z[ recovery-image] Dec 18 19:40:33.960 INFO O| Dec 18 19:40:33.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42452024-12-18T19:40:36.139Z[ recovery-image] Dec 18 19:40:33.960 INFO O| Dec 18 19:40:33.960 INFO ok!
42462024-12-18T19:40:36.139Z[ recovery-image] Dec 18 19:40:33.960 INFO O| Dec 18 19:40:33.960 INFO STEP 64 (assemble_files) COMPLETE
42472024-12-18T19:40:36.139Z[ recovery-image] Dec 18 19:40:33.960 INFO O| Dec 18 19:40:33.960 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482024-12-18T19:40:36.160Z[ recovery-image] Dec 18 19:40:33.984 INFO O| Dec 18 19:40:33.984 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42492024-12-18T19:40:36.160Z[ recovery-image] Dec 18 19:40:33.984 INFO O| Dec 18 19:40:33.984 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42502024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.985 INFO O| Dec 18 19:40:33.985 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42512024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.985 INFO O| Dec 18 19:40:33.985 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42522024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.985 INFO O| Dec 18 19:40:33.985 INFO ok!
42532024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.985 INFO O| Dec 18 19:40:33.985 INFO STEP 65 (ensure_file) COMPLETE
42542024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.985 INFO O| Dec 18 19:40:33.985 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.985 INFO O| Dec 18 19:40:33.985 INFO skip step because feature "omicron1" is not enabled
42562024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.985 INFO O| Dec 18 19:40:33.985 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.985 INFO O| Dec 18 19:40:33.985 INFO skip step because feature "omicron1" is not enabled
42582024-12-18T19:40:36.163Z[ recovery-image] Dec 18 19:40:33.986 INFO O| Dec 18 19:40:33.986 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-18T19:40:36.164Z[ recovery-image] Dec 18 19:40:33.986 INFO O| Dec 18 19:40:33.986 INFO skip step because feature "omicron1" is not enabled
42602024-12-18T19:40:36.164Z[ recovery-image] Dec 18 19:40:33.986 INFO O| Dec 18 19:40:33.986 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42612024-12-18T19:40:36.199Z[ recovery-image] Dec 18 19:40:34.023 INFO O| Dec 18 19:40:34.022 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42622024-12-18T19:40:36.200Z[ recovery-image] Dec 18 19:40:34.023 INFO O| Dec 18 19:40:34.023 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42632024-12-18T19:40:39.124Z[ recovery-image] Dec 18 19:40:36.948 INFO O| Dec 18 19:40:36.948 INFO STEP 69 (pack_tar) COMPLETE
42642024-12-18T19:40:39.124Z[ recovery-image] Dec 18 19:40:36.948 INFO O| Dec 18 19:40:36.948 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42652024-12-18T19:40:39.126Z[ recovery-image] Dec 18 19:40:36.948 INFO O| Dec 18 19:40:36.948 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42662024-12-18T19:40:39.404Z[ recovery-image] Dec 18 19:40:37.227 INFO O| Dec 18 19:40:37.227 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42672024-12-18T19:40:39.525Z[ recovery-image] Dec 18 19:40:37.349 INFO O| Dec 18 19:40:37.349 INFO completed processing gimlet/ramdisk-02-trim
42682024-12-18T19:40:39.529Z[ recovery-image] Dec 18 19:40:37.353 INFO image builder template: ramdisk-03-recovery-trim...
42692024-12-18T19:40:39.529Z[ recovery-image] Dec 18 19:40:37.353 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/.tmpDBIFVi/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
42702024-12-18T19:40:39.733Z[ recovery-image] Dec 18 19:40:37.557 INFO O| Dec 18 19:40:37.556 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42712024-12-18T19:40:39.741Z[ recovery-image] Dec 18 19:40:37.565 INFO O| Dec 18 19:40:37.564 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42722024-12-18T19:40:39.925Z[ recovery-image] Dec 18 19:40:37.748 INFO O| Dec 18 19:40:37.748 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42732024-12-18T19:40:40.061Z[ recovery-image] Dec 18 19:40:37.885 INFO O| Dec 18 19:40:37.885 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42742024-12-18T19:40:40.064Z[ recovery-image] Dec 18 19:40:37.885 INFO O| Dec 18 19:40:37.885 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42752024-12-18T19:40:40.104Z[ recovery-image] Dec 18 19:40:37.927 INFO O| Dec 18 19:40:37.927 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42762024-12-18T19:40:40.113Z[ recovery-image] Dec 18 19:40:37.937 INFO O| Dec 18 19:40:37.936 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42772024-12-18T19:40:40.123Z[ recovery-image] Dec 18 19:40:37.946 INFO O| Dec 18 19:40:37.946 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42782024-12-18T19:40:40.243Z[ host-image] Dec 18 19:40:38.067 INFO O| Dec 18 19:40:38.067 INFO O| Planning: Solver setup ... Done
42792024-12-18T19:40:40.254Z[ host-image] Dec 18 19:40:38.078 INFO O| Dec 18 19:40:38.078 INFO O| Planning: Running solver ... Done
42802024-12-18T19:40:40.360Z[ host-image] Dec 18 19:40:38.183 INFO O| Dec 18 19:40:38.183 INFO O| Planning: Finding local manifests ... Done
42812024-12-18T19:40:40.363Z[ host-image] Dec 18 19:40:38.185 INFO O| Dec 18 19:40:38.185 INFO O| Planning: Fetching manifests: 0/5 0% complete
42822024-12-18T19:40:40.592Z[ host-image] Dec 18 19:40:38.415 INFO O| Dec 18 19:40:38.415 INFO O| Planning: Fetching manifests: 5/5 100% complete
42832024-12-18T19:40:40.631Z[ host-image] Dec 18 19:40:38.454 INFO O| Dec 18 19:40:38.454 INFO O| Planning: Package planning ... Done
42842024-12-18T19:40:40.637Z[ host-image] Dec 18 19:40:38.461 INFO O| Dec 18 19:40:38.461 INFO O| Planning: Merging actions ... Done
42852024-12-18T19:40:40.736Z[ recovery-image] Dec 18 19:40:38.560 INFO O| Dec 18 19:40:38.559 INFO rolled back to input snapshot; work may begin
42862024-12-18T19:40:40.736Z[ recovery-image] Dec 18 19:40:38.560 INFO O| Dec 18 19:40:38.560 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42872024-12-18T19:40:40.746Z[ recovery-image] Dec 18 19:40:38.570 INFO O| Dec 18 19:40:38.570 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-12-18T19:40:40.765Z[ recovery-image] Dec 18 19:40:38.589 INFO O| Dec 18 19:40:38.589 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42892024-12-18T19:40:40.779Z[ recovery-image] Dec 18 19:40:38.603 INFO O| Dec 18 19:40:38.603 INFO STEP 0 (remove_files) COMPLETE
42902024-12-18T19:40:40.780Z[ recovery-image] Dec 18 19:40:38.603 INFO O| Dec 18 19:40:38.603 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-12-18T19:40:40.806Z[ recovery-image] Dec 18 19:40:38.629 INFO O| Dec 18 19:40:38.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42922024-12-18T19:40:40.826Z[ host-image] Dec 18 19:40:38.650 INFO O| Dec 18 19:40:38.649 INFO O| Planning: Checking for conflicting actions ... Done
42932024-12-18T19:40:40.830Z[ host-image] Dec 18 19:40:38.653 INFO O| Dec 18 19:40:38.653 INFO O| Planning: Consolidating action changes ... Done
42942024-12-18T19:40:41.302Z[ recovery-image] Dec 18 19:40:39.126 INFO O| Dec 18 19:40:39.126 INFO STEP 1 (remove_files) COMPLETE
42952024-12-18T19:40:41.302Z[ recovery-image] Dec 18 19:40:39.126 INFO O| Dec 18 19:40:39.126 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-12-18T19:40:41.336Z[ recovery-image] Dec 18 19:40:39.160 INFO O| Dec 18 19:40:39.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42972024-12-18T19:40:41.338Z[ recovery-image] Dec 18 19:40:39.161 INFO O| Dec 18 19:40:39.161 INFO STEP 2 (remove_files) COMPLETE
42982024-12-18T19:40:41.338Z[ recovery-image] Dec 18 19:40:39.161 INFO O| Dec 18 19:40:39.161 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-12-18T19:40:41.348Z[ host-image] Dec 18 19:40:39.171 INFO O| Dec 18 19:40:39.171 INFO O| Planning: Evaluating mediators ... Done
43002024-12-18T19:40:41.350Z[ host-image] Dec 18 19:40:39.173 INFO O| Dec 18 19:40:39.173 INFO O| Planning: Planning completed in 6.39 seconds
43012024-12-18T19:40:41.354Z[ host-image] Dec 18 19:40:39.177 INFO O| Dec 18 19:40:39.177 INFO O| Packages to install: 5
43022024-12-18T19:40:41.354Z[ host-image] Dec 18 19:40:39.177 INFO O| Dec 18 19:40:39.177 INFO O| Services to change: 2
43032024-12-18T19:40:41.363Z[ recovery-image] Dec 18 19:40:39.187 INFO O| Dec 18 19:40:39.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43042024-12-18T19:40:41.378Z[ host-image] Dec 18 19:40:39.202 INFO O| Dec 18 19:40:39.202 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
43052024-12-18T19:40:41.444Z[ recovery-image] Dec 18 19:40:39.267 INFO O| Dec 18 19:40:39.267 INFO STEP 3 (remove_files) COMPLETE
43062024-12-18T19:40:41.444Z[ recovery-image] Dec 18 19:40:39.268 INFO O| Dec 18 19:40:39.267 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-12-18T19:40:41.497Z[ recovery-image] Dec 18 19:40:39.321 INFO O| Dec 18 19:40:39.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43082024-12-18T19:40:41.650Z[ recovery-image] Dec 18 19:40:39.473 INFO O| Dec 18 19:40:39.473 INFO STEP 4 (remove_files) COMPLETE
43092024-12-18T19:40:41.652Z[ recovery-image] Dec 18 19:40:39.474 INFO O| Dec 18 19:40:39.473 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-12-18T19:40:41.671Z[ recovery-image] Dec 18 19:40:39.494 INFO O| Dec 18 19:40:39.494 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43112024-12-18T19:40:41.751Z[ recovery-image] Dec 18 19:40:39.574 INFO O| Dec 18 19:40:39.574 INFO STEP 5 (remove_files) COMPLETE
43122024-12-18T19:40:41.751Z[ recovery-image] Dec 18 19:40:39.574 INFO O| Dec 18 19:40:39.574 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-18T19:40:41.773Z[ recovery-image] Dec 18 19:40:39.597 INFO O| Dec 18 19:40:39.597 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43142024-12-18T19:40:41.783Z[ recovery-image] Dec 18 19:40:39.606 INFO O| Dec 18 19:40:39.606 INFO STEP 6 (remove_files) COMPLETE
43152024-12-18T19:40:41.785Z[ recovery-image] Dec 18 19:40:39.607 INFO O| Dec 18 19:40:39.606 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-18T19:40:41.806Z[ recovery-image] Dec 18 19:40:39.630 INFO O| Dec 18 19:40:39.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43172024-12-18T19:40:41.825Z[ recovery-image] Dec 18 19:40:39.647 INFO O| Dec 18 19:40:39.647 INFO STEP 7 (remove_files) COMPLETE
43182024-12-18T19:40:41.825Z[ recovery-image] Dec 18 19:40:39.647 INFO O| Dec 18 19:40:39.647 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-18T19:40:41.847Z[ recovery-image] Dec 18 19:40:39.670 INFO O| Dec 18 19:40:39.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43202024-12-18T19:40:41.919Z[ recovery-image] Dec 18 19:40:39.743 INFO O| Dec 18 19:40:39.742 INFO STEP 8 (remove_files) COMPLETE
43212024-12-18T19:40:41.919Z[ recovery-image] Dec 18 19:40:39.743 INFO O| Dec 18 19:40:39.743 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-18T19:40:41.940Z[ recovery-image] Dec 18 19:40:39.764 INFO O| Dec 18 19:40:39.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43232024-12-18T19:40:41.943Z[ recovery-image] Dec 18 19:40:39.764 INFO O| Dec 18 19:40:39.764 INFO STEP 9 (remove_files) COMPLETE
43242024-12-18T19:40:41.943Z[ recovery-image] Dec 18 19:40:39.764 INFO O| Dec 18 19:40:39.764 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-18T19:40:41.961Z[ recovery-image] Dec 18 19:40:39.784 INFO O| Dec 18 19:40:39.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43262024-12-18T19:40:41.964Z[ recovery-image] Dec 18 19:40:39.785 INFO O| Dec 18 19:40:39.785 INFO STEP 10 (remove_files) COMPLETE
43272024-12-18T19:40:41.964Z[ recovery-image] Dec 18 19:40:39.785 INFO O| Dec 18 19:40:39.785 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-18T19:40:41.980Z[ recovery-image] Dec 18 19:40:39.804 INFO O| Dec 18 19:40:39.804 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43292024-12-18T19:40:42.375Z[ recovery-image] Dec 18 19:40:40.199 INFO O| Dec 18 19:40:40.199 INFO STEP 11 (remove_files) COMPLETE
43302024-12-18T19:40:42.376Z[ recovery-image] Dec 18 19:40:40.199 INFO O| Dec 18 19:40:40.199 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-18T19:40:42.416Z[ recovery-image] Dec 18 19:40:40.239 INFO O| Dec 18 19:40:40.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43322024-12-18T19:40:42.476Z[ recovery-image] Dec 18 19:40:40.299 INFO O| Dec 18 19:40:40.299 INFO STEP 12 (remove_files) COMPLETE
43332024-12-18T19:40:42.476Z[ recovery-image] Dec 18 19:40:40.299 INFO O| Dec 18 19:40:40.299 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-18T19:40:42.535Z[ recovery-image] Dec 18 19:40:40.358 INFO O| Dec 18 19:40:40.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43352024-12-18T19:40:42.549Z[ recovery-image] Dec 18 19:40:40.373 INFO O| Dec 18 19:40:40.373 INFO STEP 13 (remove_files) COMPLETE
43362024-12-18T19:40:42.549Z[ recovery-image] Dec 18 19:40:40.373 INFO O| Dec 18 19:40:40.373 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-18T19:40:42.610Z[ recovery-image] Dec 18 19:40:40.434 INFO O| Dec 18 19:40:40.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43382024-12-18T19:40:42.613Z[ recovery-image] Dec 18 19:40:40.434 INFO O| Dec 18 19:40:40.434 INFO STEP 14 (remove_files) COMPLETE
43392024-12-18T19:40:42.613Z[ recovery-image] Dec 18 19:40:40.434 INFO O| Dec 18 19:40:40.434 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-18T19:40:42.632Z[ recovery-image] Dec 18 19:40:40.455 INFO O| Dec 18 19:40:40.455 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43412024-12-18T19:40:42.638Z[ recovery-image] Dec 18 19:40:40.461 INFO O| Dec 18 19:40:40.461 INFO STEP 15 (remove_files) COMPLETE
43422024-12-18T19:40:42.638Z[ recovery-image] Dec 18 19:40:40.461 INFO O| Dec 18 19:40:40.461 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-18T19:40:42.673Z[ recovery-image] Dec 18 19:40:40.497 INFO O| Dec 18 19:40:40.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43442024-12-18T19:40:42.854Z[ recovery-image] Dec 18 19:40:40.677 INFO O| Dec 18 19:40:40.677 INFO STEP 16 (remove_files) COMPLETE
43452024-12-18T19:40:42.854Z[ recovery-image] Dec 18 19:40:40.677 INFO O| Dec 18 19:40:40.677 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-18T19:40:42.875Z[ recovery-image] Dec 18 19:40:40.699 INFO O| Dec 18 19:40:40.699 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43472024-12-18T19:40:42.878Z[ recovery-image] Dec 18 19:40:40.699 INFO O| Dec 18 19:40:40.699 INFO STEP 17 (remove_files) COMPLETE
43482024-12-18T19:40:42.878Z[ recovery-image] Dec 18 19:40:40.699 INFO O| Dec 18 19:40:40.699 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-18T19:40:42.896Z[ recovery-image] Dec 18 19:40:40.720 INFO O| Dec 18 19:40:40.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43502024-12-18T19:40:42.899Z[ recovery-image] Dec 18 19:40:40.720 INFO O| Dec 18 19:40:40.720 INFO STEP 18 (remove_files) COMPLETE
43512024-12-18T19:40:42.899Z[ recovery-image] Dec 18 19:40:40.720 INFO O| Dec 18 19:40:40.720 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-18T19:40:42.916Z[ recovery-image] Dec 18 19:40:40.740 INFO O| Dec 18 19:40:40.740 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43532024-12-18T19:40:43.128Z[ host-image] Dec 18 19:40:40.951 INFO O| Dec 18 19:40:40.951 INFO O| Download: Completed 1.45 MB in 1.75 seconds (846k/s)
43542024-12-18T19:40:43.167Z[ recovery-image] Dec 18 19:40:40.989 INFO O| Dec 18 19:40:40.989 INFO STEP 19 (remove_files) COMPLETE
43552024-12-18T19:40:43.167Z[ recovery-image] Dec 18 19:40:40.989 INFO O| Dec 18 19:40:40.989 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-18T19:40:43.219Z[ recovery-image] Dec 18 19:40:41.043 INFO O| Dec 18 19:40:41.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43572024-12-18T19:40:43.243Z[ host-image] Dec 18 19:40:41.066 INFO O| Dec 18 19:40:41.066 INFO O| Actions: 1/305 actions (Installing new actions)
43582024-12-18T19:40:43.266Z[ recovery-image] Dec 18 19:40:41.089 INFO O| Dec 18 19:40:41.089 INFO STEP 20 (remove_files) COMPLETE
43592024-12-18T19:40:43.266Z[ recovery-image] Dec 18 19:40:41.089 INFO O| Dec 18 19:40:41.089 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-12-18T19:40:43.289Z[ recovery-image] Dec 18 19:40:41.112 INFO O| Dec 18 19:40:41.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43612024-12-18T19:40:43.289Z[ recovery-image] Dec 18 19:40:41.112 INFO O| Dec 18 19:40:41.112 INFO STEP 21 (remove_files) COMPLETE
43622024-12-18T19:40:43.289Z[ recovery-image] Dec 18 19:40:41.112 INFO O| Dec 18 19:40:41.112 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-12-18T19:40:43.311Z[ recovery-image] Dec 18 19:40:41.134 INFO O| Dec 18 19:40:41.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43642024-12-18T19:40:43.314Z[ recovery-image] Dec 18 19:40:41.135 INFO O| Dec 18 19:40:41.135 INFO STEP 22 (remove_files) COMPLETE
43652024-12-18T19:40:43.314Z[ recovery-image] Dec 18 19:40:41.135 INFO O| Dec 18 19:40:41.135 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-12-18T19:40:43.340Z[ recovery-image] Dec 18 19:40:41.163 INFO O| Dec 18 19:40:41.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43672024-12-18T19:40:43.340Z[ recovery-image] Dec 18 19:40:41.163 INFO O| Dec 18 19:40:41.163 INFO STEP 23 (remove_files) COMPLETE
43682024-12-18T19:40:43.340Z[ recovery-image] Dec 18 19:40:41.163 INFO O| Dec 18 19:40:41.163 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-18T19:40:43.380Z[ recovery-image] Dec 18 19:40:41.203 INFO O| Dec 18 19:40:41.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43702024-12-18T19:40:43.399Z[ recovery-image] Dec 18 19:40:41.223 INFO O| Dec 18 19:40:41.223 INFO STEP 24 (remove_files) COMPLETE
43712024-12-18T19:40:43.399Z[ recovery-image] Dec 18 19:40:41.223 INFO O| Dec 18 19:40:41.223 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-12-18T19:40:43.423Z[ recovery-image] Dec 18 19:40:41.246 INFO O| Dec 18 19:40:41.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43732024-12-18T19:40:43.423Z[ recovery-image] Dec 18 19:40:41.246 INFO O| Dec 18 19:40:41.246 INFO STEP 25 (remove_files) COMPLETE
43742024-12-18T19:40:43.423Z[ recovery-image] Dec 18 19:40:41.246 INFO O| Dec 18 19:40:41.246 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-12-18T19:40:43.527Z[ recovery-image] Dec 18 19:40:41.350 INFO O| Dec 18 19:40:41.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43762024-12-18T19:40:43.529Z[ recovery-image] Dec 18 19:40:41.350 INFO O| Dec 18 19:40:41.350 INFO STEP 26 (remove_files) COMPLETE
43772024-12-18T19:40:43.529Z[ recovery-image] Dec 18 19:40:41.350 INFO O| Dec 18 19:40:41.350 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-12-18T19:40:43.544Z[ host-image] Dec 18 19:40:41.367 INFO O| Dec 18 19:40:41.367 INFO O| Actions: Completed 305 actions in 0.30 seconds.
43792024-12-18T19:40:43.546Z[ recovery-image] Dec 18 19:40:41.369 INFO O| Dec 18 19:40:41.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43802024-12-18T19:40:43.568Z[ recovery-image] Dec 18 19:40:41.391 INFO O| Dec 18 19:40:41.391 INFO STEP 27 (remove_files) COMPLETE
43812024-12-18T19:40:43.568Z[ recovery-image] Dec 18 19:40:41.391 INFO O| Dec 18 19:40:41.391 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-18T19:40:43.589Z[ recovery-image] Dec 18 19:40:41.412 INFO O| Dec 18 19:40:41.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43832024-12-18T19:40:43.592Z[ recovery-image] Dec 18 19:40:41.413 INFO O| Dec 18 19:40:41.412 INFO STEP 28 (remove_files) COMPLETE
43842024-12-18T19:40:43.592Z[ recovery-image] Dec 18 19:40:41.413 INFO O| Dec 18 19:40:41.413 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-18T19:40:43.610Z[ recovery-image] Dec 18 19:40:41.433 INFO O| Dec 18 19:40:41.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43862024-12-18T19:40:43.612Z[ recovery-image] Dec 18 19:40:41.433 INFO O| Dec 18 19:40:41.433 INFO STEP 29 (remove_files) COMPLETE
43872024-12-18T19:40:43.612Z[ recovery-image] Dec 18 19:40:41.433 INFO O| Dec 18 19:40:41.433 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-18T19:40:43.645Z[ recovery-image] Dec 18 19:40:41.468 INFO O| Dec 18 19:40:41.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43892024-12-18T19:40:43.645Z[ recovery-image] Dec 18 19:40:41.468 INFO O| Dec 18 19:40:41.468 INFO STEP 30 (remove_files) COMPLETE
43902024-12-18T19:40:43.648Z[ recovery-image] Dec 18 19:40:41.468 INFO O| Dec 18 19:40:41.468 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-18T19:40:43.677Z[ recovery-image] Dec 18 19:40:41.500 INFO O| Dec 18 19:40:41.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43922024-12-18T19:40:43.680Z[ recovery-image] Dec 18 19:40:41.500 INFO O| Dec 18 19:40:41.500 INFO STEP 31 (remove_files) COMPLETE
43932024-12-18T19:40:43.680Z[ recovery-image] Dec 18 19:40:41.500 INFO O| Dec 18 19:40:41.500 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-18T19:40:43.737Z[ recovery-image] Dec 18 19:40:41.561 INFO O| Dec 18 19:40:41.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43952024-12-18T19:40:43.760Z[ recovery-image] Dec 18 19:40:41.583 INFO O| Dec 18 19:40:41.583 INFO STEP 32 (remove_files) COMPLETE
43962024-12-18T19:40:43.760Z[ recovery-image] Dec 18 19:40:41.583 INFO O| Dec 18 19:40:41.583 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-18T19:40:43.817Z[ recovery-image] Dec 18 19:40:41.640 INFO O| Dec 18 19:40:41.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43982024-12-18T19:40:43.840Z[ recovery-image] Dec 18 19:40:41.663 INFO O| Dec 18 19:40:41.663 INFO STEP 33 (remove_files) COMPLETE
43992024-12-18T19:40:43.840Z[ recovery-image] Dec 18 19:40:41.663 INFO O| Dec 18 19:40:41.663 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-18T19:40:43.898Z[ recovery-image] Dec 18 19:40:41.721 INFO O| Dec 18 19:40:41.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44012024-12-18T19:40:43.898Z[ recovery-image] Dec 18 19:40:41.721 INFO O| Dec 18 19:40:41.721 INFO STEP 34 (remove_files) COMPLETE
44022024-12-18T19:40:43.901Z[ recovery-image] Dec 18 19:40:41.721 INFO O| Dec 18 19:40:41.721 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-18T19:40:43.946Z[ recovery-image] Dec 18 19:40:41.769 INFO O| Dec 18 19:40:41.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44042024-12-18T19:40:43.946Z[ recovery-image] Dec 18 19:40:41.769 INFO O| Dec 18 19:40:41.769 INFO STEP 35 (remove_files) COMPLETE
44052024-12-18T19:40:43.946Z[ recovery-image] Dec 18 19:40:41.769 INFO O| Dec 18 19:40:41.769 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-18T19:40:43.969Z[ recovery-image] Dec 18 19:40:41.792 INFO O| Dec 18 19:40:41.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44072024-12-18T19:40:43.969Z[ recovery-image] Dec 18 19:40:41.792 INFO O| Dec 18 19:40:41.792 INFO STEP 36 (remove_files) COMPLETE
44082024-12-18T19:40:43.969Z[ recovery-image] Dec 18 19:40:41.792 INFO O| Dec 18 19:40:41.792 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-18T19:40:43.997Z[ recovery-image] Dec 18 19:40:41.820 INFO O| Dec 18 19:40:41.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44102024-12-18T19:40:43.997Z[ recovery-image] Dec 18 19:40:41.820 INFO O| Dec 18 19:40:41.820 INFO STEP 37 (remove_files) COMPLETE
44112024-12-18T19:40:43.997Z[ recovery-image] Dec 18 19:40:41.820 INFO O| Dec 18 19:40:41.820 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-18T19:40:44.021Z[ recovery-image] Dec 18 19:40:41.844 INFO O| Dec 18 19:40:41.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44132024-12-18T19:40:44.021Z[ recovery-image] Dec 18 19:40:41.844 INFO O| Dec 18 19:40:41.844 INFO STEP 38 (remove_files) COMPLETE
44142024-12-18T19:40:44.024Z[ recovery-image] Dec 18 19:40:41.844 INFO O| Dec 18 19:40:41.844 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-18T19:40:44.043Z[ recovery-image] Dec 18 19:40:41.866 INFO O| Dec 18 19:40:41.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44162024-12-18T19:40:44.043Z[ recovery-image] Dec 18 19:40:41.867 INFO O| Dec 18 19:40:41.867 INFO STEP 39 (remove_files) COMPLETE
44172024-12-18T19:40:44.046Z[ recovery-image] Dec 18 19:40:41.867 INFO O| Dec 18 19:40:41.867 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-18T19:40:44.082Z[ recovery-image] Dec 18 19:40:41.906 INFO O| Dec 18 19:40:41.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44192024-12-18T19:40:44.082Z[ recovery-image] Dec 18 19:40:41.906 INFO O| Dec 18 19:40:41.906 INFO STEP 40 (remove_files) COMPLETE
44202024-12-18T19:40:44.082Z[ recovery-image] Dec 18 19:40:41.906 INFO O| Dec 18 19:40:41.906 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-18T19:40:44.107Z[ recovery-image] Dec 18 19:40:41.930 INFO O| Dec 18 19:40:41.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44222024-12-18T19:40:44.107Z[ recovery-image] Dec 18 19:40:41.930 INFO O| Dec 18 19:40:41.930 INFO STEP 41 (remove_files) COMPLETE
44232024-12-18T19:40:44.107Z[ recovery-image] Dec 18 19:40:41.930 INFO O| Dec 18 19:40:41.930 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-18T19:40:44.141Z[ recovery-image] Dec 18 19:40:41.965 INFO O| Dec 18 19:40:41.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44252024-12-18T19:40:44.142Z[ recovery-image] Dec 18 19:40:41.965 INFO O| Dec 18 19:40:41.965 INFO STEP 42 (remove_files) COMPLETE
44262024-12-18T19:40:44.144Z[ recovery-image] Dec 18 19:40:41.965 INFO O| Dec 18 19:40:41.965 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-18T19:40:44.163Z[ recovery-image] Dec 18 19:40:41.986 INFO O| Dec 18 19:40:41.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44282024-12-18T19:40:44.163Z[ recovery-image] Dec 18 19:40:41.986 INFO O| Dec 18 19:40:41.986 INFO STEP 43 (remove_files) COMPLETE
44292024-12-18T19:40:44.165Z[ recovery-image] Dec 18 19:40:41.986 INFO O| Dec 18 19:40:41.986 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-18T19:40:44.181Z[ host-image] Dec 18 19:40:42.004 INFO O| Dec 18 19:40:42.004 INFO O| Done
44312024-12-18T19:40:44.181Z[ host-image] Dec 18 19:40:42.004 INFO O| Dec 18 19:40:42.004 INFO O| Done
44322024-12-18T19:40:44.225Z[ recovery-image] Dec 18 19:40:42.049 INFO O| Dec 18 19:40:42.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44332024-12-18T19:40:44.226Z[ recovery-image] Dec 18 19:40:42.049 INFO O| Dec 18 19:40:42.049 INFO STEP 44 (remove_files) COMPLETE
44342024-12-18T19:40:44.226Z[ recovery-image] Dec 18 19:40:42.049 INFO O| Dec 18 19:40:42.049 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-18T19:40:44.254Z[ recovery-image] Dec 18 19:40:42.077 INFO O| Dec 18 19:40:42.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44362024-12-18T19:40:44.254Z[ recovery-image] Dec 18 19:40:42.077 INFO O| Dec 18 19:40:42.077 INFO STEP 45 (remove_files) COMPLETE
44372024-12-18T19:40:44.257Z[ recovery-image] Dec 18 19:40:42.078 INFO O| Dec 18 19:40:42.077 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-18T19:40:44.317Z[ recovery-image] Dec 18 19:40:42.141 INFO O| Dec 18 19:40:42.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44392024-12-18T19:40:44.318Z[ recovery-image] Dec 18 19:40:42.141 INFO O| Dec 18 19:40:42.141 INFO STEP 46 (remove_files) COMPLETE
44402024-12-18T19:40:44.318Z[ recovery-image] Dec 18 19:40:42.141 INFO O| Dec 18 19:40:42.141 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-18T19:40:44.336Z[ recovery-image] Dec 18 19:40:42.159 INFO O| Dec 18 19:40:42.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44422024-12-18T19:40:44.336Z[ recovery-image] Dec 18 19:40:42.160 INFO O| Dec 18 19:40:42.160 INFO STEP 47 (remove_files) COMPLETE
44432024-12-18T19:40:44.336Z[ recovery-image] Dec 18 19:40:42.160 INFO O| Dec 18 19:40:42.160 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-18T19:40:44.373Z[ recovery-image] Dec 18 19:40:42.196 INFO O| Dec 18 19:40:42.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44452024-12-18T19:40:44.373Z[ recovery-image] Dec 18 19:40:42.196 INFO O| Dec 18 19:40:42.196 INFO STEP 48 (remove_files) COMPLETE
44462024-12-18T19:40:44.376Z[ recovery-image] Dec 18 19:40:42.196 INFO O| Dec 18 19:40:42.196 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-18T19:40:44.464Z[ recovery-image] Dec 18 19:40:42.287 INFO O| Dec 18 19:40:42.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44482024-12-18T19:40:44.464Z[ recovery-image] Dec 18 19:40:42.288 INFO O| Dec 18 19:40:42.288 INFO STEP 49 (remove_files) COMPLETE
44492024-12-18T19:40:44.470Z[ recovery-image] Dec 18 19:40:42.288 INFO O| Dec 18 19:40:42.288 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-18T19:40:44.505Z[ recovery-image] Dec 18 19:40:42.328 INFO O| Dec 18 19:40:42.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44512024-12-18T19:40:44.530Z[ recovery-image] Dec 18 19:40:42.353 INFO O| Dec 18 19:40:42.353 INFO STEP 50 (remove_files) COMPLETE
44522024-12-18T19:40:44.530Z[ recovery-image] Dec 18 19:40:42.353 INFO O| Dec 18 19:40:42.353 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-18T19:40:44.563Z[ recovery-image] Dec 18 19:40:42.386 INFO O| Dec 18 19:40:42.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44542024-12-18T19:40:44.563Z[ recovery-image] Dec 18 19:40:42.386 INFO O| Dec 18 19:40:42.386 INFO STEP 51 (remove_files) COMPLETE
44552024-12-18T19:40:44.563Z[ recovery-image] Dec 18 19:40:42.386 INFO O| Dec 18 19:40:42.386 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-18T19:40:44.625Z[ recovery-image] Dec 18 19:40:42.448 INFO O| Dec 18 19:40:42.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44572024-12-18T19:40:44.625Z[ recovery-image] Dec 18 19:40:42.448 INFO O| Dec 18 19:40:42.448 INFO STEP 52 (remove_files) COMPLETE
44582024-12-18T19:40:44.627Z[ recovery-image] Dec 18 19:40:42.448 INFO O| Dec 18 19:40:42.448 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-18T19:40:44.644Z[ recovery-image] Dec 18 19:40:42.467 INFO O| Dec 18 19:40:42.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44602024-12-18T19:40:44.668Z[ recovery-image] Dec 18 19:40:42.491 INFO O| Dec 18 19:40:42.491 INFO STEP 53 (remove_files) COMPLETE
44612024-12-18T19:40:44.668Z[ recovery-image] Dec 18 19:40:42.491 INFO O| Dec 18 19:40:42.491 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-18T19:40:44.693Z[ recovery-image] Dec 18 19:40:42.515 INFO O| Dec 18 19:40:42.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44632024-12-18T19:40:44.693Z[ recovery-image] Dec 18 19:40:42.515 INFO O| Dec 18 19:40:42.515 INFO STEP 54 (remove_files) COMPLETE
44642024-12-18T19:40:44.693Z[ recovery-image] Dec 18 19:40:42.515 INFO O| Dec 18 19:40:42.515 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-18T19:40:44.726Z[ recovery-image] Dec 18 19:40:42.548 INFO O| Dec 18 19:40:42.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44662024-12-18T19:40:44.726Z[ recovery-image] Dec 18 19:40:42.548 INFO O| Dec 18 19:40:42.548 INFO STEP 55 (remove_files) COMPLETE
44672024-12-18T19:40:44.726Z[ recovery-image] Dec 18 19:40:42.548 INFO O| Dec 18 19:40:42.548 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-18T19:40:44.747Z[ recovery-image] Dec 18 19:40:42.569 INFO O| Dec 18 19:40:42.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44692024-12-18T19:40:44.747Z[ recovery-image] Dec 18 19:40:42.569 INFO O| Dec 18 19:40:42.569 INFO STEP 56 (remove_files) COMPLETE
44702024-12-18T19:40:44.747Z[ recovery-image] Dec 18 19:40:42.569 INFO O| Dec 18 19:40:42.569 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-18T19:40:44.769Z[ recovery-image] Dec 18 19:40:42.592 INFO O| Dec 18 19:40:42.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44722024-12-18T19:40:44.769Z[ recovery-image] Dec 18 19:40:42.592 INFO O| Dec 18 19:40:42.592 INFO STEP 57 (remove_files) COMPLETE
44732024-12-18T19:40:44.772Z[ recovery-image] Dec 18 19:40:42.592 INFO O| Dec 18 19:40:42.592 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-18T19:40:44.801Z[ recovery-image] Dec 18 19:40:42.624 INFO O| Dec 18 19:40:42.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44752024-12-18T19:40:44.801Z[ recovery-image] Dec 18 19:40:42.624 INFO O| Dec 18 19:40:42.624 INFO STEP 58 (remove_files) COMPLETE
44762024-12-18T19:40:44.804Z[ recovery-image] Dec 18 19:40:42.624 INFO O| Dec 18 19:40:42.624 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-18T19:40:44.843Z[ recovery-image] Dec 18 19:40:42.666 INFO O| Dec 18 19:40:42.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44782024-12-18T19:40:44.845Z[ recovery-image] Dec 18 19:40:42.666 INFO O| Dec 18 19:40:42.666 INFO STEP 59 (remove_files) COMPLETE
44792024-12-18T19:40:44.845Z[ recovery-image] Dec 18 19:40:42.666 INFO O| Dec 18 19:40:42.666 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-18T19:40:44.872Z[ recovery-image] Dec 18 19:40:42.695 INFO O| Dec 18 19:40:42.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44812024-12-18T19:40:44.893Z[ recovery-image] Dec 18 19:40:42.716 INFO O| Dec 18 19:40:42.716 INFO STEP 60 (remove_files) COMPLETE
44822024-12-18T19:40:44.893Z[ recovery-image] Dec 18 19:40:42.716 INFO O| Dec 18 19:40:42.716 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-18T19:40:44.919Z[ recovery-image] Dec 18 19:40:42.742 INFO O| Dec 18 19:40:42.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44842024-12-18T19:40:44.922Z[ recovery-image] Dec 18 19:40:42.742 INFO O| Dec 18 19:40:42.742 INFO STEP 61 (remove_files) COMPLETE
44852024-12-18T19:40:44.922Z[ recovery-image] Dec 18 19:40:42.742 INFO O| Dec 18 19:40:42.742 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-18T19:40:44.980Z[ recovery-image] Dec 18 19:40:42.803 INFO O| Dec 18 19:40:42.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44872024-12-18T19:40:44.982Z[ recovery-image] Dec 18 19:40:42.803 INFO O| Dec 18 19:40:42.803 INFO STEP 62 (remove_files) COMPLETE
44882024-12-18T19:40:44.982Z[ recovery-image] Dec 18 19:40:42.803 INFO O| Dec 18 19:40:42.803 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-18T19:40:45.009Z[ recovery-image] Dec 18 19:40:42.832 INFO O| Dec 18 19:40:42.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44902024-12-18T19:40:45.012Z[ recovery-image] Dec 18 19:40:42.833 INFO O| Dec 18 19:40:42.832 INFO STEP 63 (remove_files) COMPLETE
44912024-12-18T19:40:45.012Z[ recovery-image] Dec 18 19:40:42.833 INFO O| Dec 18 19:40:42.833 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-18T19:40:45.033Z[ recovery-image] Dec 18 19:40:42.856 INFO O| Dec 18 19:40:42.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44932024-12-18T19:40:45.037Z[ recovery-image] Dec 18 19:40:42.857 INFO O| Dec 18 19:40:42.857 INFO STEP 64 (remove_files) COMPLETE
44942024-12-18T19:40:45.037Z[ recovery-image] Dec 18 19:40:42.857 INFO O| Dec 18 19:40:42.857 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-18T19:40:45.054Z[ recovery-image] Dec 18 19:40:42.877 INFO O| Dec 18 19:40:42.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44962024-12-18T19:40:45.057Z[ recovery-image] Dec 18 19:40:42.877 INFO O| Dec 18 19:40:42.877 INFO STEP 65 (remove_files) COMPLETE
44972024-12-18T19:40:45.057Z[ recovery-image] Dec 18 19:40:42.878 INFO O| Dec 18 19:40:42.877 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-18T19:40:45.074Z[ recovery-image] Dec 18 19:40:42.897 INFO O| Dec 18 19:40:42.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44992024-12-18T19:40:45.077Z[ recovery-image] Dec 18 19:40:42.898 INFO O| Dec 18 19:40:42.898 INFO STEP 66 (remove_files) COMPLETE
45002024-12-18T19:40:45.077Z[ recovery-image] Dec 18 19:40:42.898 INFO O| Dec 18 19:40:42.898 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-18T19:40:45.096Z[ recovery-image] Dec 18 19:40:42.919 INFO O| Dec 18 19:40:42.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45022024-12-18T19:40:45.115Z[ recovery-image] Dec 18 19:40:42.938 INFO O| Dec 18 19:40:42.938 INFO STEP 67 (remove_files) COMPLETE
45032024-12-18T19:40:45.115Z[ recovery-image] Dec 18 19:40:42.938 INFO O| Dec 18 19:40:42.938 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-18T19:40:45.136Z[ recovery-image] Dec 18 19:40:42.959 INFO O| Dec 18 19:40:42.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45052024-12-18T19:40:45.161Z[ recovery-image] Dec 18 19:40:42.984 INFO O| Dec 18 19:40:42.984 INFO STEP 68 (remove_files) COMPLETE
45062024-12-18T19:40:45.161Z[ recovery-image] Dec 18 19:40:42.984 INFO O| Dec 18 19:40:42.984 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-18T19:40:45.289Z[ recovery-image] Dec 18 19:40:43.112 INFO O| Dec 18 19:40:43.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45082024-12-18T19:40:45.289Z[ recovery-image] Dec 18 19:40:43.112 INFO O| Dec 18 19:40:43.112 INFO STEP 69 (remove_files) COMPLETE
45092024-12-18T19:40:45.289Z[ recovery-image] Dec 18 19:40:43.112 INFO O| Dec 18 19:40:43.112 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-18T19:40:45.311Z[ recovery-image] Dec 18 19:40:43.134 INFO O| Dec 18 19:40:43.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45112024-12-18T19:40:45.311Z[ recovery-image] Dec 18 19:40:43.134 INFO O| Dec 18 19:40:43.134 INFO STEP 70 (remove_files) COMPLETE
45122024-12-18T19:40:45.311Z[ recovery-image] Dec 18 19:40:43.134 INFO O| Dec 18 19:40:43.134 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-18T19:40:45.340Z[ recovery-image] Dec 18 19:40:43.163 INFO O| Dec 18 19:40:43.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45142024-12-18T19:40:45.340Z[ recovery-image] Dec 18 19:40:43.163 INFO O| Dec 18 19:40:43.163 INFO STEP 71 (remove_files) COMPLETE
45152024-12-18T19:40:45.340Z[ recovery-image] Dec 18 19:40:43.163 INFO O| Dec 18 19:40:43.163 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-18T19:40:45.361Z[ recovery-image] Dec 18 19:40:43.184 INFO O| Dec 18 19:40:43.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45172024-12-18T19:40:45.361Z[ recovery-image] Dec 18 19:40:43.184 INFO O| Dec 18 19:40:43.184 INFO STEP 72 (remove_files) COMPLETE
45182024-12-18T19:40:45.363Z[ recovery-image] Dec 18 19:40:43.184 INFO O| Dec 18 19:40:43.184 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-18T19:40:45.382Z[ recovery-image] Dec 18 19:40:43.205 INFO O| Dec 18 19:40:43.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45202024-12-18T19:40:45.385Z[ recovery-image] Dec 18 19:40:43.205 INFO O| Dec 18 19:40:43.205 INFO STEP 73 (remove_files) COMPLETE
45212024-12-18T19:40:45.385Z[ recovery-image] Dec 18 19:40:43.205 INFO O| Dec 18 19:40:43.205 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-18T19:40:45.404Z[ recovery-image] Dec 18 19:40:43.227 INFO O| Dec 18 19:40:43.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45232024-12-18T19:40:45.407Z[ recovery-image] Dec 18 19:40:43.227 INFO O| Dec 18 19:40:43.227 INFO STEP 74 (remove_files) COMPLETE
45242024-12-18T19:40:45.407Z[ recovery-image] Dec 18 19:40:43.227 INFO O| Dec 18 19:40:43.227 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-18T19:40:45.425Z[ recovery-image] Dec 18 19:40:43.248 INFO O| Dec 18 19:40:43.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45262024-12-18T19:40:45.435Z[ recovery-image] Dec 18 19:40:43.258 INFO O| Dec 18 19:40:43.258 INFO STEP 75 (remove_files) COMPLETE
45272024-12-18T19:40:45.435Z[ recovery-image] Dec 18 19:40:43.258 INFO O| Dec 18 19:40:43.258 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-18T19:40:45.598Z[ host-image] Dec 18 19:40:43.421 INFO O| Dec 18 19:40:43.421 INFO O| Done
45292024-12-18T19:40:45.645Z[ recovery-image] Dec 18 19:40:43.468 INFO O| Dec 18 19:40:43.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45302024-12-18T19:40:45.645Z[ recovery-image] Dec 18 19:40:43.468 INFO O| Dec 18 19:40:43.468 INFO STEP 76 (remove_files) COMPLETE
45312024-12-18T19:40:45.648Z[ recovery-image] Dec 18 19:40:43.468 INFO O| Dec 18 19:40:43.468 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-18T19:40:45.686Z[ recovery-image] Dec 18 19:40:43.509 INFO O| Dec 18 19:40:43.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45332024-12-18T19:40:45.686Z[ recovery-image] Dec 18 19:40:43.509 INFO O| Dec 18 19:40:43.509 INFO STEP 77 (remove_files) COMPLETE
45342024-12-18T19:40:45.689Z[ recovery-image] Dec 18 19:40:43.510 INFO O| Dec 18 19:40:43.509 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-18T19:40:45.745Z[ recovery-image] Dec 18 19:40:43.568 INFO O| Dec 18 19:40:43.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45362024-12-18T19:40:45.745Z[ recovery-image] Dec 18 19:40:43.568 INFO O| Dec 18 19:40:43.568 INFO STEP 78 (remove_files) COMPLETE
45372024-12-18T19:40:45.745Z[ recovery-image] Dec 18 19:40:43.568 INFO O| Dec 18 19:40:43.568 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-18T19:40:45.773Z[ recovery-image] Dec 18 19:40:43.595 INFO O| Dec 18 19:40:43.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45392024-12-18T19:40:45.773Z[ recovery-image] Dec 18 19:40:43.595 INFO O| Dec 18 19:40:43.595 INFO STEP 79 (remove_files) COMPLETE
45402024-12-18T19:40:45.773Z[ recovery-image] Dec 18 19:40:43.595 INFO O| Dec 18 19:40:43.595 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-18T19:40:45.829Z[ recovery-image] Dec 18 19:40:43.652 INFO O| Dec 18 19:40:43.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45422024-12-18T19:40:45.829Z[ recovery-image] Dec 18 19:40:43.652 INFO O| Dec 18 19:40:43.652 INFO STEP 80 (remove_files) COMPLETE
45432024-12-18T19:40:45.829Z[ recovery-image] Dec 18 19:40:43.652 INFO O| Dec 18 19:40:43.652 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-18T19:40:45.857Z[ recovery-image] Dec 18 19:40:43.680 INFO O| Dec 18 19:40:43.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45452024-12-18T19:40:45.857Z[ recovery-image] Dec 18 19:40:43.680 INFO O| Dec 18 19:40:43.680 INFO STEP 81 (remove_files) COMPLETE
45462024-12-18T19:40:45.865Z[ recovery-image] Dec 18 19:40:43.680 INFO O| Dec 18 19:40:43.680 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-18T19:40:45.878Z[ recovery-image] Dec 18 19:40:43.701 INFO O| Dec 18 19:40:43.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45482024-12-18T19:40:45.878Z[ recovery-image] Dec 18 19:40:43.701 INFO O| Dec 18 19:40:43.701 INFO STEP 82 (remove_files) COMPLETE
45492024-12-18T19:40:45.878Z[ recovery-image] Dec 18 19:40:43.701 INFO O| Dec 18 19:40:43.701 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-18T19:40:45.983Z[ recovery-image] Dec 18 19:40:43.806 INFO O| Dec 18 19:40:43.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45512024-12-18T19:40:45.985Z[ recovery-image] Dec 18 19:40:43.806 INFO O| Dec 18 19:40:43.806 INFO STEP 83 (remove_files) COMPLETE
45522024-12-18T19:40:45.985Z[ recovery-image] Dec 18 19:40:43.806 INFO O| Dec 18 19:40:43.806 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-18T19:40:46.003Z[ recovery-image] Dec 18 19:40:43.826 INFO O| Dec 18 19:40:43.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45542024-12-18T19:40:46.006Z[ recovery-image] Dec 18 19:40:43.826 INFO O| Dec 18 19:40:43.826 INFO STEP 84 (remove_files) COMPLETE
45552024-12-18T19:40:46.006Z[ recovery-image] Dec 18 19:40:43.826 INFO O| Dec 18 19:40:43.826 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-18T19:40:46.031Z[ recovery-image] Dec 18 19:40:43.854 INFO O| Dec 18 19:40:43.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45572024-12-18T19:40:46.031Z[ recovery-image] Dec 18 19:40:43.854 INFO O| Dec 18 19:40:43.854 INFO STEP 85 (remove_files) COMPLETE
45582024-12-18T19:40:46.031Z[ recovery-image] Dec 18 19:40:43.854 INFO O| Dec 18 19:40:43.854 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-18T19:40:46.050Z[ recovery-image] Dec 18 19:40:43.873 INFO O| Dec 18 19:40:43.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45602024-12-18T19:40:46.050Z[ recovery-image] Dec 18 19:40:43.873 INFO O| Dec 18 19:40:43.873 INFO STEP 86 (remove_files) COMPLETE
45612024-12-18T19:40:46.050Z[ recovery-image] Dec 18 19:40:43.873 INFO O| Dec 18 19:40:43.873 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-18T19:40:46.081Z[ recovery-image] Dec 18 19:40:43.904 INFO O| Dec 18 19:40:43.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45632024-12-18T19:40:46.081Z[ recovery-image] Dec 18 19:40:43.904 INFO O| Dec 18 19:40:43.904 INFO STEP 87 (remove_files) COMPLETE
45642024-12-18T19:40:46.084Z[ recovery-image] Dec 18 19:40:43.904 INFO O| Dec 18 19:40:43.904 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-18T19:40:46.123Z[ recovery-image] Dec 18 19:40:43.946 INFO O| Dec 18 19:40:43.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45662024-12-18T19:40:46.148Z[ recovery-image] Dec 18 19:40:43.970 INFO O| Dec 18 19:40:43.970 INFO STEP 88 (remove_files) COMPLETE
45672024-12-18T19:40:46.148Z[ recovery-image] Dec 18 19:40:43.970 INFO O| Dec 18 19:40:43.970 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-18T19:40:46.260Z[ recovery-image] Dec 18 19:40:44.083 INFO O| Dec 18 19:40:44.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45692024-12-18T19:40:46.260Z[ recovery-image] Dec 18 19:40:44.083 INFO O| Dec 18 19:40:44.083 INFO STEP 89 (remove_files) COMPLETE
45702024-12-18T19:40:46.263Z[ recovery-image] Dec 18 19:40:44.083 INFO O| Dec 18 19:40:44.083 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-18T19:40:46.280Z[ recovery-image] Dec 18 19:40:44.103 INFO O| Dec 18 19:40:44.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45722024-12-18T19:40:46.280Z[ recovery-image] Dec 18 19:40:44.103 INFO O| Dec 18 19:40:44.103 INFO STEP 90 (remove_files) COMPLETE
45732024-12-18T19:40:46.280Z[ recovery-image] Dec 18 19:40:44.103 INFO O| Dec 18 19:40:44.103 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-18T19:40:46.300Z[ recovery-image] Dec 18 19:40:44.123 INFO O| Dec 18 19:40:44.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45752024-12-18T19:40:46.300Z[ recovery-image] Dec 18 19:40:44.123 INFO O| Dec 18 19:40:44.123 INFO STEP 91 (remove_files) COMPLETE
45762024-12-18T19:40:46.300Z[ recovery-image] Dec 18 19:40:44.123 INFO O| Dec 18 19:40:44.123 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-18T19:40:46.325Z[ recovery-image] Dec 18 19:40:44.148 INFO O| Dec 18 19:40:44.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45782024-12-18T19:40:46.325Z[ recovery-image] Dec 18 19:40:44.148 INFO O| Dec 18 19:40:44.148 INFO STEP 92 (remove_files) COMPLETE
45792024-12-18T19:40:46.325Z[ recovery-image] Dec 18 19:40:44.148 INFO O| Dec 18 19:40:44.148 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-18T19:40:46.360Z[ recovery-image] Dec 18 19:40:44.183 INFO O| Dec 18 19:40:44.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45812024-12-18T19:40:46.360Z[ recovery-image] Dec 18 19:40:44.183 INFO O| Dec 18 19:40:44.183 INFO STEP 93 (remove_files) COMPLETE
45822024-12-18T19:40:46.360Z[ recovery-image] Dec 18 19:40:44.183 INFO O| Dec 18 19:40:44.183 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-18T19:40:46.394Z[ recovery-image] Dec 18 19:40:44.217 INFO O| Dec 18 19:40:44.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45842024-12-18T19:40:46.394Z[ recovery-image] Dec 18 19:40:44.217 INFO O| Dec 18 19:40:44.217 INFO STEP 94 (remove_files) COMPLETE
45852024-12-18T19:40:46.397Z[ recovery-image] Dec 18 19:40:44.217 INFO O| Dec 18 19:40:44.217 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-18T19:40:46.448Z[ recovery-image] Dec 18 19:40:44.271 INFO O| Dec 18 19:40:44.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45872024-12-18T19:40:46.448Z[ recovery-image] Dec 18 19:40:44.271 INFO O| Dec 18 19:40:44.271 INFO STEP 95 (remove_files) COMPLETE
45882024-12-18T19:40:46.448Z[ recovery-image] Dec 18 19:40:44.271 INFO O| Dec 18 19:40:44.271 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-18T19:40:46.482Z[ recovery-image] Dec 18 19:40:44.305 INFO O| Dec 18 19:40:44.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45902024-12-18T19:40:46.484Z[ recovery-image] Dec 18 19:40:44.305 INFO O| Dec 18 19:40:44.305 INFO STEP 96 (remove_files) COMPLETE
45912024-12-18T19:40:46.484Z[ recovery-image] Dec 18 19:40:44.305 INFO O| Dec 18 19:40:44.305 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-18T19:40:46.504Z[ recovery-image] Dec 18 19:40:44.326 INFO O| Dec 18 19:40:44.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45932024-12-18T19:40:46.504Z[ recovery-image] Dec 18 19:40:44.326 INFO O| Dec 18 19:40:44.326 INFO STEP 97 (remove_files) COMPLETE
45942024-12-18T19:40:46.504Z[ recovery-image] Dec 18 19:40:44.326 INFO O| Dec 18 19:40:44.326 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-18T19:40:46.525Z[ recovery-image] Dec 18 19:40:44.347 INFO O| Dec 18 19:40:44.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45962024-12-18T19:40:46.525Z[ recovery-image] Dec 18 19:40:44.347 INFO O| Dec 18 19:40:44.347 INFO STEP 98 (remove_files) COMPLETE
45972024-12-18T19:40:46.525Z[ recovery-image] Dec 18 19:40:44.347 INFO O| Dec 18 19:40:44.347 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-18T19:40:46.556Z[ recovery-image] Dec 18 19:40:44.379 INFO O| Dec 18 19:40:44.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45992024-12-18T19:40:46.559Z[ recovery-image] Dec 18 19:40:44.380 INFO O| Dec 18 19:40:44.379 INFO STEP 99 (remove_files) COMPLETE
46002024-12-18T19:40:46.559Z[ recovery-image] Dec 18 19:40:44.380 INFO O| Dec 18 19:40:44.380 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-18T19:40:46.589Z[ recovery-image] Dec 18 19:40:44.412 INFO O| Dec 18 19:40:44.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46022024-12-18T19:40:46.592Z[ recovery-image] Dec 18 19:40:44.412 INFO O| Dec 18 19:40:44.412 INFO STEP 100 (remove_files) COMPLETE
46032024-12-18T19:40:46.592Z[ recovery-image] Dec 18 19:40:44.412 INFO O| Dec 18 19:40:44.412 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-18T19:40:46.610Z[ recovery-image] Dec 18 19:40:44.433 INFO O| Dec 18 19:40:44.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46052024-12-18T19:40:46.613Z[ recovery-image] Dec 18 19:40:44.433 INFO O| Dec 18 19:40:44.433 INFO STEP 101 (remove_files) COMPLETE
46062024-12-18T19:40:46.613Z[ recovery-image] Dec 18 19:40:44.434 INFO O| Dec 18 19:40:44.433 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-18T19:40:46.645Z[ recovery-image] Dec 18 19:40:44.467 INFO O| Dec 18 19:40:44.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46082024-12-18T19:40:46.645Z[ recovery-image] Dec 18 19:40:44.467 INFO O| Dec 18 19:40:44.467 INFO STEP 102 (remove_files) COMPLETE
46092024-12-18T19:40:46.645Z[ recovery-image] Dec 18 19:40:44.467 INFO O| Dec 18 19:40:44.467 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-18T19:40:46.676Z[ recovery-image] Dec 18 19:40:44.499 INFO O| Dec 18 19:40:44.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46112024-12-18T19:40:46.676Z[ recovery-image] Dec 18 19:40:44.499 INFO O| Dec 18 19:40:44.499 INFO STEP 103 (remove_files) COMPLETE
46122024-12-18T19:40:46.676Z[ recovery-image] Dec 18 19:40:44.499 INFO O| Dec 18 19:40:44.499 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-18T19:40:46.695Z[ recovery-image] Dec 18 19:40:44.518 INFO O| Dec 18 19:40:44.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46142024-12-18T19:40:46.695Z[ recovery-image] Dec 18 19:40:44.518 INFO O| Dec 18 19:40:44.518 INFO STEP 104 (remove_files) COMPLETE
46152024-12-18T19:40:46.698Z[ recovery-image] Dec 18 19:40:44.518 INFO O| Dec 18 19:40:44.518 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-18T19:40:46.714Z[ recovery-image] Dec 18 19:40:44.537 INFO O| Dec 18 19:40:44.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46172024-12-18T19:40:46.716Z[ recovery-image] Dec 18 19:40:44.537 INFO O| Dec 18 19:40:44.537 INFO STEP 105 (remove_files) COMPLETE
46182024-12-18T19:40:46.716Z[ recovery-image] Dec 18 19:40:44.537 INFO O| Dec 18 19:40:44.537 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-18T19:40:46.748Z[ recovery-image] Dec 18 19:40:44.571 INFO O| Dec 18 19:40:44.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46202024-12-18T19:40:46.748Z[ recovery-image] Dec 18 19:40:44.571 INFO O| Dec 18 19:40:44.571 INFO STEP 106 (remove_files) COMPLETE
46212024-12-18T19:40:46.752Z[ recovery-image] Dec 18 19:40:44.571 INFO O| Dec 18 19:40:44.571 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-18T19:40:46.808Z[ recovery-image] Dec 18 19:40:44.631 INFO O| Dec 18 19:40:44.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46232024-12-18T19:40:46.809Z[ recovery-image] Dec 18 19:40:44.631 INFO O| Dec 18 19:40:44.631 INFO STEP 107 (remove_files) COMPLETE
46242024-12-18T19:40:46.811Z[ recovery-image] Dec 18 19:40:44.631 INFO O| Dec 18 19:40:44.631 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-18T19:40:46.839Z[ recovery-image] Dec 18 19:40:44.662 INFO O| Dec 18 19:40:44.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46262024-12-18T19:40:46.839Z[ recovery-image] Dec 18 19:40:44.662 INFO O| Dec 18 19:40:44.662 INFO STEP 108 (remove_files) COMPLETE
46272024-12-18T19:40:46.843Z[ recovery-image] Dec 18 19:40:44.662 INFO O| Dec 18 19:40:44.662 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-18T19:40:47.297Z[ recovery-image] Dec 18 19:40:45.119 INFO O| Dec 18 19:40:45.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46292024-12-18T19:40:47.297Z[ recovery-image] Dec 18 19:40:45.120 INFO O| Dec 18 19:40:45.120 INFO STEP 109 (remove_files) COMPLETE
46302024-12-18T19:40:47.300Z[ recovery-image] Dec 18 19:40:45.120 INFO O| Dec 18 19:40:45.120 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-18T19:40:47.340Z[ recovery-image] Dec 18 19:40:45.163 INFO O| Dec 18 19:40:45.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46322024-12-18T19:40:47.340Z[ recovery-image] Dec 18 19:40:45.163 INFO O| Dec 18 19:40:45.163 INFO STEP 110 (remove_files) COMPLETE
46332024-12-18T19:40:47.340Z[ recovery-image] Dec 18 19:40:45.163 INFO O| Dec 18 19:40:45.163 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-18T19:40:47.362Z[ recovery-image] Dec 18 19:40:45.185 INFO O| Dec 18 19:40:45.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46352024-12-18T19:40:47.362Z[ recovery-image] Dec 18 19:40:45.185 INFO O| Dec 18 19:40:45.185 INFO STEP 111 (remove_files) COMPLETE
46362024-12-18T19:40:47.362Z[ recovery-image] Dec 18 19:40:45.185 INFO O| Dec 18 19:40:45.185 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-18T19:40:47.440Z[ recovery-image] Dec 18 19:40:45.263 INFO O| Dec 18 19:40:45.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46382024-12-18T19:40:47.440Z[ recovery-image] Dec 18 19:40:45.263 INFO O| Dec 18 19:40:45.263 INFO STEP 112 (remove_files) COMPLETE
46392024-12-18T19:40:47.443Z[ recovery-image] Dec 18 19:40:45.263 INFO O| Dec 18 19:40:45.263 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-18T19:40:47.482Z[ recovery-image] Dec 18 19:40:45.305 INFO O| Dec 18 19:40:45.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46412024-12-18T19:40:47.482Z[ recovery-image] Dec 18 19:40:45.305 INFO O| Dec 18 19:40:45.305 INFO STEP 113 (remove_files) COMPLETE
46422024-12-18T19:40:47.482Z[ recovery-image] Dec 18 19:40:45.305 INFO O| Dec 18 19:40:45.305 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-18T19:40:47.504Z[ recovery-image] Dec 18 19:40:45.327 INFO O| Dec 18 19:40:45.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46442024-12-18T19:40:47.504Z[ recovery-image] Dec 18 19:40:45.327 INFO O| Dec 18 19:40:45.327 INFO STEP 114 (remove_files) COMPLETE
46452024-12-18T19:40:47.507Z[ recovery-image] Dec 18 19:40:45.327 INFO O| Dec 18 19:40:45.327 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-18T19:40:47.539Z[ recovery-image] Dec 18 19:40:45.362 INFO O| Dec 18 19:40:45.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46472024-12-18T19:40:47.539Z[ recovery-image] Dec 18 19:40:45.362 INFO O| Dec 18 19:40:45.362 INFO STEP 115 (remove_files) COMPLETE
46482024-12-18T19:40:47.539Z[ recovery-image] Dec 18 19:40:45.362 INFO O| Dec 18 19:40:45.362 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-18T19:40:47.603Z[ recovery-image] Dec 18 19:40:45.426 INFO O| Dec 18 19:40:45.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46502024-12-18T19:40:47.603Z[ recovery-image] Dec 18 19:40:45.426 INFO O| Dec 18 19:40:45.426 INFO STEP 116 (remove_files) COMPLETE
46512024-12-18T19:40:47.606Z[ recovery-image] Dec 18 19:40:45.426 INFO O| Dec 18 19:40:45.426 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-18T19:40:47.656Z[ recovery-image] Dec 18 19:40:45.479 INFO O| Dec 18 19:40:45.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46532024-12-18T19:40:47.656Z[ recovery-image] Dec 18 19:40:45.479 INFO O| Dec 18 19:40:45.479 INFO STEP 117 (remove_files) COMPLETE
46542024-12-18T19:40:47.656Z[ recovery-image] Dec 18 19:40:45.479 INFO O| Dec 18 19:40:45.479 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-18T19:40:47.677Z[ recovery-image] Dec 18 19:40:45.499 INFO O| Dec 18 19:40:45.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46562024-12-18T19:40:47.677Z[ recovery-image] Dec 18 19:40:45.499 INFO O| Dec 18 19:40:45.499 INFO STEP 118 (remove_files) COMPLETE
46572024-12-18T19:40:47.680Z[ recovery-image] Dec 18 19:40:45.499 INFO O| Dec 18 19:40:45.499 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-18T19:40:47.698Z[ recovery-image] Dec 18 19:40:45.520 INFO O| Dec 18 19:40:45.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46592024-12-18T19:40:47.698Z[ recovery-image] Dec 18 19:40:45.521 INFO O| Dec 18 19:40:45.521 INFO STEP 119 (remove_files) COMPLETE
46602024-12-18T19:40:47.698Z[ recovery-image] Dec 18 19:40:45.521 INFO O| Dec 18 19:40:45.521 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-18T19:40:47.719Z[ recovery-image] Dec 18 19:40:45.541 INFO O| Dec 18 19:40:45.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46622024-12-18T19:40:47.719Z[ recovery-image] Dec 18 19:40:45.541 INFO O| Dec 18 19:40:45.541 INFO STEP 120 (remove_files) COMPLETE
46632024-12-18T19:40:47.719Z[ recovery-image] Dec 18 19:40:45.541 INFO O| Dec 18 19:40:45.541 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-18T19:40:47.737Z[ recovery-image] Dec 18 19:40:45.560 INFO O| Dec 18 19:40:45.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46652024-12-18T19:40:47.737Z[ recovery-image] Dec 18 19:40:45.560 INFO O| Dec 18 19:40:45.560 INFO STEP 121 (remove_files) COMPLETE
46662024-12-18T19:40:47.737Z[ recovery-image] Dec 18 19:40:45.560 INFO O| Dec 18 19:40:45.560 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-18T19:40:47.755Z[ recovery-image] Dec 18 19:40:45.578 INFO O| Dec 18 19:40:45.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46682024-12-18T19:40:47.755Z[ recovery-image] Dec 18 19:40:45.578 INFO O| Dec 18 19:40:45.578 INFO STEP 122 (remove_files) COMPLETE
46692024-12-18T19:40:47.755Z[ recovery-image] Dec 18 19:40:45.578 INFO O| Dec 18 19:40:45.578 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-18T19:40:47.773Z[ recovery-image] Dec 18 19:40:45.596 INFO O| Dec 18 19:40:45.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46712024-12-18T19:40:47.773Z[ recovery-image] Dec 18 19:40:45.596 INFO O| Dec 18 19:40:45.596 INFO STEP 123 (remove_files) COMPLETE
46722024-12-18T19:40:47.776Z[ recovery-image] Dec 18 19:40:45.596 INFO O| Dec 18 19:40:45.596 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-18T19:40:47.795Z[ recovery-image] Dec 18 19:40:45.617 INFO O| Dec 18 19:40:45.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46742024-12-18T19:40:47.795Z[ recovery-image] Dec 18 19:40:45.617 INFO O| Dec 18 19:40:45.617 INFO STEP 124 (remove_files) COMPLETE
46752024-12-18T19:40:47.795Z[ recovery-image] Dec 18 19:40:45.617 INFO O| Dec 18 19:40:45.617 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-18T19:40:47.816Z[ recovery-image] Dec 18 19:40:45.638 INFO O| Dec 18 19:40:45.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46772024-12-18T19:40:47.816Z[ recovery-image] Dec 18 19:40:45.639 INFO O| Dec 18 19:40:45.639 INFO STEP 125 (remove_files) COMPLETE
46782024-12-18T19:40:47.816Z[ recovery-image] Dec 18 19:40:45.639 INFO O| Dec 18 19:40:45.639 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-18T19:40:47.837Z[ recovery-image] Dec 18 19:40:45.659 INFO O| Dec 18 19:40:45.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46802024-12-18T19:40:47.837Z[ recovery-image] Dec 18 19:40:45.659 INFO O| Dec 18 19:40:45.659 INFO STEP 126 (remove_files) COMPLETE
46812024-12-18T19:40:47.837Z[ recovery-image] Dec 18 19:40:45.659 INFO O| Dec 18 19:40:45.659 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-18T19:40:47.856Z[ recovery-image] Dec 18 19:40:45.678 INFO O| Dec 18 19:40:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46832024-12-18T19:40:47.856Z[ recovery-image] Dec 18 19:40:45.678 INFO O| Dec 18 19:40:45.678 INFO STEP 127 (remove_files) COMPLETE
46842024-12-18T19:40:47.856Z[ recovery-image] Dec 18 19:40:45.678 INFO O| Dec 18 19:40:45.678 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-18T19:40:47.876Z[ recovery-image] Dec 18 19:40:45.699 INFO O| Dec 18 19:40:45.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46862024-12-18T19:40:47.876Z[ recovery-image] Dec 18 19:40:45.699 INFO O| Dec 18 19:40:45.699 INFO STEP 128 (remove_files) COMPLETE
46872024-12-18T19:40:47.876Z[ recovery-image] Dec 18 19:40:45.699 INFO O| Dec 18 19:40:45.699 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-18T19:40:47.897Z[ recovery-image] Dec 18 19:40:45.720 INFO O| Dec 18 19:40:45.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46892024-12-18T19:40:47.897Z[ recovery-image] Dec 18 19:40:45.720 INFO O| Dec 18 19:40:45.720 INFO STEP 129 (remove_files) COMPLETE
46902024-12-18T19:40:47.897Z[ recovery-image] Dec 18 19:40:45.720 INFO O| Dec 18 19:40:45.720 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-18T19:40:47.918Z[ recovery-image] Dec 18 19:40:45.740 INFO O| Dec 18 19:40:45.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46922024-12-18T19:40:47.918Z[ recovery-image] Dec 18 19:40:45.740 INFO O| Dec 18 19:40:45.740 INFO STEP 130 (remove_files) COMPLETE
46932024-12-18T19:40:47.918Z[ recovery-image] Dec 18 19:40:45.740 INFO O| Dec 18 19:40:45.740 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-18T19:40:47.938Z[ recovery-image] Dec 18 19:40:45.760 INFO O| Dec 18 19:40:45.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46952024-12-18T19:40:47.938Z[ recovery-image] Dec 18 19:40:45.760 INFO O| Dec 18 19:40:45.760 INFO STEP 131 (remove_files) COMPLETE
46962024-12-18T19:40:47.938Z[ recovery-image] Dec 18 19:40:45.760 INFO O| Dec 18 19:40:45.760 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-18T19:40:47.957Z[ recovery-image] Dec 18 19:40:45.779 INFO O| Dec 18 19:40:45.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46982024-12-18T19:40:47.957Z[ recovery-image] Dec 18 19:40:45.779 INFO O| Dec 18 19:40:45.779 INFO STEP 132 (remove_files) COMPLETE
46992024-12-18T19:40:47.957Z[ recovery-image] Dec 18 19:40:45.779 INFO O| Dec 18 19:40:45.779 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-18T19:40:47.976Z[ recovery-image] Dec 18 19:40:45.799 INFO O| Dec 18 19:40:45.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47012024-12-18T19:40:47.996Z[ recovery-image] Dec 18 19:40:45.817 INFO O| Dec 18 19:40:45.817 INFO STEP 133 (remove_files) COMPLETE
47022024-12-18T19:40:47.996Z[ recovery-image] Dec 18 19:40:45.817 INFO O| Dec 18 19:40:45.817 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-18T19:40:48.031Z[ recovery-image] Dec 18 19:40:45.854 INFO O| Dec 18 19:40:45.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47042024-12-18T19:40:48.031Z[ recovery-image] Dec 18 19:40:45.854 INFO O| Dec 18 19:40:45.854 INFO STEP 134 (remove_files) COMPLETE
47052024-12-18T19:40:48.034Z[ recovery-image] Dec 18 19:40:45.854 INFO O| Dec 18 19:40:45.854 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-18T19:40:48.067Z[ recovery-image] Dec 18 19:40:45.890 INFO O| Dec 18 19:40:45.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47072024-12-18T19:40:48.067Z[ recovery-image] Dec 18 19:40:45.890 INFO O| Dec 18 19:40:45.890 INFO STEP 135 (remove_files) COMPLETE
47082024-12-18T19:40:48.070Z[ recovery-image] Dec 18 19:40:45.890 INFO O| Dec 18 19:40:45.890 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-18T19:40:48.123Z[ recovery-image] Dec 18 19:40:45.945 INFO O| Dec 18 19:40:45.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47102024-12-18T19:40:48.123Z[ recovery-image] Dec 18 19:40:45.945 INFO O| Dec 18 19:40:45.945 INFO STEP 136 (remove_files) COMPLETE
47112024-12-18T19:40:48.123Z[ recovery-image] Dec 18 19:40:45.945 INFO O| Dec 18 19:40:45.945 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-18T19:40:48.142Z[ recovery-image] Dec 18 19:40:45.965 INFO O| Dec 18 19:40:45.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47132024-12-18T19:40:48.142Z[ recovery-image] Dec 18 19:40:45.965 INFO O| Dec 18 19:40:45.965 INFO STEP 137 (remove_files) COMPLETE
47142024-12-18T19:40:48.142Z[ recovery-image] Dec 18 19:40:45.965 INFO O| Dec 18 19:40:45.965 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-18T19:40:48.163Z[ recovery-image] Dec 18 19:40:45.985 INFO O| Dec 18 19:40:45.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47162024-12-18T19:40:48.163Z[ recovery-image] Dec 18 19:40:45.985 INFO O| Dec 18 19:40:45.985 INFO STEP 138 (remove_files) COMPLETE
47172024-12-18T19:40:48.165Z[ recovery-image] Dec 18 19:40:45.985 INFO O| Dec 18 19:40:45.985 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-18T19:40:48.183Z[ recovery-image] Dec 18 19:40:46.005 INFO O| Dec 18 19:40:46.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47192024-12-18T19:40:48.203Z[ recovery-image] Dec 18 19:40:46.025 INFO O| Dec 18 19:40:46.025 INFO STEP 139 (remove_files) COMPLETE
47202024-12-18T19:40:48.203Z[ recovery-image] Dec 18 19:40:46.025 INFO O| Dec 18 19:40:46.025 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-18T19:40:48.235Z[ recovery-image] Dec 18 19:40:46.058 INFO O| Dec 18 19:40:46.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47222024-12-18T19:40:48.235Z[ recovery-image] Dec 18 19:40:46.058 INFO O| Dec 18 19:40:46.058 INFO STEP 140 (remove_files) COMPLETE
47232024-12-18T19:40:48.235Z[ recovery-image] Dec 18 19:40:46.058 INFO O| Dec 18 19:40:46.058 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-18T19:40:48.300Z[ recovery-image] Dec 18 19:40:46.122 INFO O| Dec 18 19:40:46.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47252024-12-18T19:40:48.300Z[ recovery-image] Dec 18 19:40:46.122 INFO O| Dec 18 19:40:46.122 INFO STEP 141 (remove_files) COMPLETE
47262024-12-18T19:40:48.300Z[ recovery-image] Dec 18 19:40:46.122 INFO O| Dec 18 19:40:46.122 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-18T19:40:48.331Z[ recovery-image] Dec 18 19:40:46.153 INFO O| Dec 18 19:40:46.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47282024-12-18T19:40:48.331Z[ recovery-image] Dec 18 19:40:46.153 INFO O| Dec 18 19:40:46.153 INFO STEP 142 (remove_files) COMPLETE
47292024-12-18T19:40:48.334Z[ recovery-image] Dec 18 19:40:46.153 INFO O| Dec 18 19:40:46.153 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-18T19:40:48.370Z[ recovery-image] Dec 18 19:40:46.192 INFO O| Dec 18 19:40:46.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47312024-12-18T19:40:48.370Z[ recovery-image] Dec 18 19:40:46.192 INFO O| Dec 18 19:40:46.192 INFO STEP 143 (remove_files) COMPLETE
47322024-12-18T19:40:48.370Z[ recovery-image] Dec 18 19:40:46.192 INFO O| Dec 18 19:40:46.192 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-18T19:40:48.385Z[ host-image] Dec 18 19:40:46.208 INFO O| Dec 18 19:40:46.207 INFO O| Done
47342024-12-18T19:40:48.412Z[ recovery-image] Dec 18 19:40:46.235 INFO O| Dec 18 19:40:46.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47352024-12-18T19:40:48.412Z[ recovery-image] Dec 18 19:40:46.235 INFO O| Dec 18 19:40:46.235 INFO STEP 144 (remove_files) COMPLETE
47362024-12-18T19:40:48.412Z[ recovery-image] Dec 18 19:40:46.235 INFO O| Dec 18 19:40:46.235 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-18T19:40:48.428Z[ host-image] Dec 18 19:40:46.250 INFO O| Dec 18 19:40:46.250 INFO O| Done
47382024-12-18T19:40:48.430Z[ host-image] Dec 18 19:40:46.250 INFO O| Dec 18 19:40:46.250 INFO O| Done
47392024-12-18T19:40:48.433Z[ recovery-image] Dec 18 19:40:46.254 INFO O| Dec 18 19:40:46.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47402024-12-18T19:40:48.433Z[ recovery-image] Dec 18 19:40:46.254 INFO O| Dec 18 19:40:46.254 INFO STEP 145 (remove_files) COMPLETE
47412024-12-18T19:40:48.433Z[ recovery-image] Dec 18 19:40:46.254 INFO O| Dec 18 19:40:46.254 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-18T19:40:48.452Z[ recovery-image] Dec 18 19:40:46.275 INFO O| Dec 18 19:40:46.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47432024-12-18T19:40:48.452Z[ recovery-image] Dec 18 19:40:46.275 INFO O| Dec 18 19:40:46.275 INFO STEP 146 (remove_files) COMPLETE
47442024-12-18T19:40:48.452Z[ recovery-image] Dec 18 19:40:46.275 INFO O| Dec 18 19:40:46.275 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-18T19:40:48.462Z[ host-image] Dec 18 19:40:46.276 INFO O| Dec 18 19:40:46.276 INFO O| Done
47462024-12-18T19:40:48.489Z[ recovery-image] Dec 18 19:40:46.312 INFO O| Dec 18 19:40:46.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47472024-12-18T19:40:48.490Z[ recovery-image] Dec 18 19:40:46.312 INFO O| Dec 18 19:40:46.312 INFO STEP 147 (remove_files) COMPLETE
47482024-12-18T19:40:48.490Z[ recovery-image] Dec 18 19:40:46.312 INFO O| Dec 18 19:40:46.312 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-18T19:40:48.526Z[ recovery-image] Dec 18 19:40:46.349 INFO O| Dec 18 19:40:46.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47502024-12-18T19:40:48.529Z[ recovery-image] Dec 18 19:40:46.349 INFO O| Dec 18 19:40:46.349 INFO STEP 148 (remove_files) COMPLETE
47512024-12-18T19:40:48.529Z[ recovery-image] Dec 18 19:40:46.349 INFO O| Dec 18 19:40:46.349 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-18T19:40:48.576Z[ recovery-image] Dec 18 19:40:46.399 INFO O| Dec 18 19:40:46.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47532024-12-18T19:40:48.580Z[ recovery-image] Dec 18 19:40:46.403 INFO O| Dec 18 19:40:46.403 INFO STEP 149 (remove_files) COMPLETE
47542024-12-18T19:40:48.580Z[ recovery-image] Dec 18 19:40:46.403 INFO O| Dec 18 19:40:46.403 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-18T19:40:48.602Z[ recovery-image] Dec 18 19:40:46.425 INFO O| Dec 18 19:40:46.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47562024-12-18T19:40:48.603Z[ recovery-image] Dec 18 19:40:46.425 INFO O| Dec 18 19:40:46.425 INFO STEP 150 (remove_files) COMPLETE
47572024-12-18T19:40:48.605Z[ recovery-image] Dec 18 19:40:46.425 INFO O| Dec 18 19:40:46.425 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-18T19:40:48.624Z[ recovery-image] Dec 18 19:40:46.446 INFO O| Dec 18 19:40:46.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47592024-12-18T19:40:48.626Z[ recovery-image] Dec 18 19:40:46.447 INFO O| Dec 18 19:40:46.446 INFO STEP 151 (remove_files) COMPLETE
47602024-12-18T19:40:48.626Z[ recovery-image] Dec 18 19:40:46.447 INFO O| Dec 18 19:40:46.447 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-18T19:40:48.643Z[ recovery-image] Dec 18 19:40:46.466 INFO O| Dec 18 19:40:46.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47622024-12-18T19:40:48.646Z[ recovery-image] Dec 18 19:40:46.466 INFO O| Dec 18 19:40:46.466 INFO STEP 152 (remove_files) COMPLETE
47632024-12-18T19:40:48.646Z[ recovery-image] Dec 18 19:40:46.466 INFO O| Dec 18 19:40:46.466 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-18T19:40:48.653Z[ host-image] Dec 18 19:40:46.476 INFO O| Dec 18 19:40:46.475 INFO STEP 12 (pkg_install) COMPLETE
47652024-12-18T19:40:48.653Z[ host-image] Dec 18 19:40:46.476 INFO O| Dec 18 19:40:46.475 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
47662024-12-18T19:40:48.670Z[ host-image] Dec 18 19:40:46.492 INFO O| Dec 18 19:40:46.492 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47672024-12-18T19:40:48.731Z[ recovery-image] Dec 18 19:40:46.553 INFO O| Dec 18 19:40:46.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47682024-12-18T19:40:48.733Z[ recovery-image] Dec 18 19:40:46.554 INFO O| Dec 18 19:40:46.554 INFO STEP 153 (remove_files) COMPLETE
47692024-12-18T19:40:48.733Z[ recovery-image] Dec 18 19:40:46.554 INFO O| Dec 18 19:40:46.554 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-18T19:40:48.752Z[ recovery-image] Dec 18 19:40:46.575 INFO O| Dec 18 19:40:46.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47712024-12-18T19:40:48.755Z[ recovery-image] Dec 18 19:40:46.575 INFO O| Dec 18 19:40:46.575 INFO STEP 154 (remove_files) COMPLETE
47722024-12-18T19:40:48.755Z[ recovery-image] Dec 18 19:40:46.575 INFO O| Dec 18 19:40:46.575 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-18T19:40:48.773Z[ recovery-image] Dec 18 19:40:46.596 INFO O| Dec 18 19:40:46.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47742024-12-18T19:40:48.776Z[ recovery-image] Dec 18 19:40:46.596 INFO O| Dec 18 19:40:46.596 INFO STEP 155 (remove_files) COMPLETE
47752024-12-18T19:40:48.776Z[ recovery-image] Dec 18 19:40:46.596 INFO O| Dec 18 19:40:46.596 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-18T19:40:48.790Z[ recovery-image] Dec 18 19:40:46.613 INFO O| Dec 18 19:40:46.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47772024-12-18T19:40:48.794Z[ recovery-image] Dec 18 19:40:46.613 INFO O| Dec 18 19:40:46.613 INFO STEP 156 (remove_files) COMPLETE
47782024-12-18T19:40:48.794Z[ recovery-image] Dec 18 19:40:46.613 INFO O| Dec 18 19:40:46.613 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-18T19:40:48.809Z[ recovery-image] Dec 18 19:40:46.631 INFO O| Dec 18 19:40:46.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47802024-12-18T19:40:48.811Z[ recovery-image] Dec 18 19:40:46.631 INFO O| Dec 18 19:40:46.631 INFO STEP 157 (remove_files) COMPLETE
47812024-12-18T19:40:48.811Z[ recovery-image] Dec 18 19:40:46.632 INFO O| Dec 18 19:40:46.631 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-18T19:40:48.828Z[ recovery-image] Dec 18 19:40:46.651 INFO O| Dec 18 19:40:46.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47832024-12-18T19:40:48.831Z[ recovery-image] Dec 18 19:40:46.651 INFO O| Dec 18 19:40:46.651 INFO STEP 158 (remove_files) COMPLETE
47842024-12-18T19:40:48.831Z[ recovery-image] Dec 18 19:40:46.651 INFO O| Dec 18 19:40:46.651 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-18T19:40:48.847Z[ recovery-image] Dec 18 19:40:46.669 INFO O| Dec 18 19:40:46.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47862024-12-18T19:40:48.847Z[ recovery-image] Dec 18 19:40:46.670 INFO O| Dec 18 19:40:46.670 INFO STEP 159 (remove_files) COMPLETE
47872024-12-18T19:40:48.847Z[ recovery-image] Dec 18 19:40:46.670 INFO O| Dec 18 19:40:46.670 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-18T19:40:48.866Z[ recovery-image] Dec 18 19:40:46.688 INFO O| Dec 18 19:40:46.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47892024-12-18T19:40:48.866Z[ recovery-image] Dec 18 19:40:46.688 INFO O| Dec 18 19:40:46.688 INFO STEP 160 (remove_files) COMPLETE
47902024-12-18T19:40:48.866Z[ recovery-image] Dec 18 19:40:46.688 INFO O| Dec 18 19:40:46.688 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-18T19:40:48.886Z[ recovery-image] Dec 18 19:40:46.708 INFO O| Dec 18 19:40:46.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47922024-12-18T19:40:48.886Z[ recovery-image] Dec 18 19:40:46.708 INFO O| Dec 18 19:40:46.708 INFO STEP 161 (remove_files) COMPLETE
47932024-12-18T19:40:48.886Z[ recovery-image] Dec 18 19:40:46.708 INFO O| Dec 18 19:40:46.708 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-18T19:40:48.904Z[ recovery-image] Dec 18 19:40:46.726 INFO O| Dec 18 19:40:46.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47952024-12-18T19:40:48.904Z[ recovery-image] Dec 18 19:40:46.726 INFO O| Dec 18 19:40:46.726 INFO STEP 162 (remove_files) COMPLETE
47962024-12-18T19:40:48.913Z[ recovery-image] Dec 18 19:40:46.727 INFO O| Dec 18 19:40:46.726 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-18T19:40:48.921Z[ recovery-image] Dec 18 19:40:46.744 INFO O| Dec 18 19:40:46.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47982024-12-18T19:40:48.921Z[ recovery-image] Dec 18 19:40:46.744 INFO O| Dec 18 19:40:46.744 INFO STEP 163 (remove_files) COMPLETE
47992024-12-18T19:40:48.922Z[ recovery-image] Dec 18 19:40:46.744 INFO O| Dec 18 19:40:46.744 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-18T19:40:48.962Z[ recovery-image] Dec 18 19:40:46.785 INFO O| Dec 18 19:40:46.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48012024-12-18T19:40:48.962Z[ recovery-image] Dec 18 19:40:46.785 INFO O| Dec 18 19:40:46.785 INFO STEP 164 (remove_files) COMPLETE
48022024-12-18T19:40:48.965Z[ recovery-image] Dec 18 19:40:46.785 INFO O| Dec 18 19:40:46.785 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-18T19:40:49.004Z[ recovery-image] Dec 18 19:40:46.827 INFO O| Dec 18 19:40:46.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48042024-12-18T19:40:49.004Z[ recovery-image] Dec 18 19:40:46.827 INFO O| Dec 18 19:40:46.827 INFO STEP 165 (remove_files) COMPLETE
48052024-12-18T19:40:49.009Z[ recovery-image] Dec 18 19:40:46.827 INFO O| Dec 18 19:40:46.827 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-18T19:40:49.023Z[ recovery-image] Dec 18 19:40:46.846 INFO O| Dec 18 19:40:46.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48072024-12-18T19:40:49.048Z[ recovery-image] Dec 18 19:40:46.870 INFO O| Dec 18 19:40:46.870 INFO STEP 166 (remove_files) COMPLETE
48082024-12-18T19:40:49.048Z[ recovery-image] Dec 18 19:40:46.870 INFO O| Dec 18 19:40:46.870 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-18T19:40:49.081Z[ recovery-image] Dec 18 19:40:46.904 INFO O| Dec 18 19:40:46.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48102024-12-18T19:40:49.084Z[ recovery-image] Dec 18 19:40:46.904 INFO O| Dec 18 19:40:46.904 INFO STEP 167 (remove_files) COMPLETE
48112024-12-18T19:40:49.084Z[ recovery-image] Dec 18 19:40:46.904 INFO O| Dec 18 19:40:46.904 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-18T19:40:49.207Z[ recovery-image] Dec 18 19:40:47.029 INFO O| Dec 18 19:40:47.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48132024-12-18T19:40:49.207Z[ recovery-image] Dec 18 19:40:47.029 INFO O| Dec 18 19:40:47.029 INFO STEP 168 (remove_files) COMPLETE
48142024-12-18T19:40:49.207Z[ recovery-image] Dec 18 19:40:47.029 INFO O| Dec 18 19:40:47.029 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-18T19:40:49.227Z[ recovery-image] Dec 18 19:40:47.050 INFO O| Dec 18 19:40:47.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48162024-12-18T19:40:49.252Z[ recovery-image] Dec 18 19:40:47.075 INFO O| Dec 18 19:40:47.075 INFO STEP 169 (remove_files) COMPLETE
48172024-12-18T19:40:49.252Z[ recovery-image] Dec 18 19:40:47.075 INFO O| Dec 18 19:40:47.075 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-18T19:40:49.300Z[ recovery-image] Dec 18 19:40:47.123 INFO O| Dec 18 19:40:47.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48192024-12-18T19:40:49.300Z[ recovery-image] Dec 18 19:40:47.123 INFO O| Dec 18 19:40:47.123 INFO STEP 170 (remove_files) COMPLETE
48202024-12-18T19:40:49.300Z[ recovery-image] Dec 18 19:40:47.123 INFO O| Dec 18 19:40:47.123 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-18T19:40:49.337Z[ recovery-image] Dec 18 19:40:47.159 INFO O| Dec 18 19:40:47.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48222024-12-18T19:40:49.337Z[ recovery-image] Dec 18 19:40:47.159 INFO O| Dec 18 19:40:47.159 INFO STEP 171 (remove_files) COMPLETE
48232024-12-18T19:40:49.339Z[ recovery-image] Dec 18 19:40:47.159 INFO O| Dec 18 19:40:47.159 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-18T19:40:49.374Z[ recovery-image] Dec 18 19:40:47.196 INFO O| Dec 18 19:40:47.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48252024-12-18T19:40:49.374Z[ recovery-image] Dec 18 19:40:47.196 INFO O| Dec 18 19:40:47.196 INFO STEP 172 (remove_files) COMPLETE
48262024-12-18T19:40:49.376Z[ recovery-image] Dec 18 19:40:47.196 INFO O| Dec 18 19:40:47.196 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-18T19:40:49.429Z[ recovery-image] Dec 18 19:40:47.252 INFO O| Dec 18 19:40:47.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48282024-12-18T19:40:49.429Z[ recovery-image] Dec 18 19:40:47.252 INFO O| Dec 18 19:40:47.252 INFO STEP 173 (remove_files) COMPLETE
48292024-12-18T19:40:49.429Z[ recovery-image] Dec 18 19:40:47.252 INFO O| Dec 18 19:40:47.252 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-18T19:40:49.477Z[ recovery-image] Dec 18 19:40:47.300 INFO O| Dec 18 19:40:47.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48312024-12-18T19:40:49.477Z[ recovery-image] Dec 18 19:40:47.300 INFO O| Dec 18 19:40:47.300 INFO STEP 174 (remove_files) COMPLETE
48322024-12-18T19:40:49.481Z[ recovery-image] Dec 18 19:40:47.300 INFO O| Dec 18 19:40:47.300 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-18T19:40:49.497Z[ recovery-image] Dec 18 19:40:47.320 INFO O| Dec 18 19:40:47.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48342024-12-18T19:40:49.497Z[ recovery-image] Dec 18 19:40:47.320 INFO O| Dec 18 19:40:47.320 INFO STEP 175 (remove_files) COMPLETE
48352024-12-18T19:40:49.500Z[ recovery-image] Dec 18 19:40:47.320 INFO O| Dec 18 19:40:47.320 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-18T19:40:49.518Z[ recovery-image] Dec 18 19:40:47.340 INFO O| Dec 18 19:40:47.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48372024-12-18T19:40:49.538Z[ recovery-image] Dec 18 19:40:47.360 INFO O| Dec 18 19:40:47.360 INFO STEP 176 (remove_files) COMPLETE
48382024-12-18T19:40:49.538Z[ recovery-image] Dec 18 19:40:47.360 INFO O| Dec 18 19:40:47.360 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-18T19:40:49.570Z[ recovery-image] Dec 18 19:40:47.392 INFO O| Dec 18 19:40:47.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48402024-12-18T19:40:49.570Z[ recovery-image] Dec 18 19:40:47.392 INFO O| Dec 18 19:40:47.392 INFO STEP 177 (remove_files) COMPLETE
48412024-12-18T19:40:49.572Z[ recovery-image] Dec 18 19:40:47.393 INFO O| Dec 18 19:40:47.392 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-18T19:40:49.590Z[ recovery-image] Dec 18 19:40:47.412 INFO O| Dec 18 19:40:47.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48432024-12-18T19:40:49.590Z[ recovery-image] Dec 18 19:40:47.413 INFO O| Dec 18 19:40:47.413 INFO STEP 178 (remove_files) COMPLETE
48442024-12-18T19:40:49.592Z[ recovery-image] Dec 18 19:40:47.413 INFO O| Dec 18 19:40:47.413 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-18T19:40:49.610Z[ recovery-image] Dec 18 19:40:47.432 INFO O| Dec 18 19:40:47.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48462024-12-18T19:40:49.610Z[ recovery-image] Dec 18 19:40:47.432 INFO O| Dec 18 19:40:47.432 INFO STEP 179 (remove_files) COMPLETE
48472024-12-18T19:40:49.610Z[ recovery-image] Dec 18 19:40:47.432 INFO O| Dec 18 19:40:47.432 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-18T19:40:49.631Z[ recovery-image] Dec 18 19:40:47.454 INFO O| Dec 18 19:40:47.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48492024-12-18T19:40:49.631Z[ recovery-image] Dec 18 19:40:47.454 INFO O| Dec 18 19:40:47.454 INFO STEP 180 (remove_files) COMPLETE
48502024-12-18T19:40:49.631Z[ recovery-image] Dec 18 19:40:47.454 INFO O| Dec 18 19:40:47.454 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-18T19:40:49.677Z[ host-image] Dec 18 19:40:47.499 INFO O| Dec 18 19:40:47.499 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
48522024-12-18T19:40:49.691Z[ recovery-image] Dec 18 19:40:47.513 INFO O| Dec 18 19:40:47.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48532024-12-18T19:40:49.691Z[ recovery-image] Dec 18 19:40:47.513 INFO O| Dec 18 19:40:47.513 INFO STEP 181 (remove_files) COMPLETE
48542024-12-18T19:40:49.691Z[ recovery-image] Dec 18 19:40:47.513 INFO O| Dec 18 19:40:47.513 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-18T19:40:49.735Z[ recovery-image] Dec 18 19:40:47.558 INFO O| Dec 18 19:40:47.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48562024-12-18T19:40:49.736Z[ recovery-image] Dec 18 19:40:47.558 INFO O| Dec 18 19:40:47.558 INFO STEP 182 (remove_files) COMPLETE
48572024-12-18T19:40:49.738Z[ recovery-image] Dec 18 19:40:47.558 INFO O| Dec 18 19:40:47.558 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-18T19:40:49.785Z[ recovery-image] Dec 18 19:40:47.608 INFO O| Dec 18 19:40:47.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48592024-12-18T19:40:49.785Z[ recovery-image] Dec 18 19:40:47.608 INFO O| Dec 18 19:40:47.608 INFO STEP 183 (remove_files) COMPLETE
48602024-12-18T19:40:49.785Z[ recovery-image] Dec 18 19:40:47.608 INFO O| Dec 18 19:40:47.608 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-18T19:40:49.812Z[ recovery-image] Dec 18 19:40:47.634 INFO O| Dec 18 19:40:47.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48622024-12-18T19:40:49.812Z[ recovery-image] Dec 18 19:40:47.634 INFO O| Dec 18 19:40:47.634 INFO STEP 184 (remove_files) COMPLETE
48632024-12-18T19:40:49.814Z[ recovery-image] Dec 18 19:40:47.634 INFO O| Dec 18 19:40:47.634 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-18T19:40:49.856Z[ recovery-image] Dec 18 19:40:47.679 INFO O| Dec 18 19:40:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48652024-12-18T19:40:49.856Z[ recovery-image] Dec 18 19:40:47.679 INFO O| Dec 18 19:40:47.679 INFO STEP 185 (remove_files) COMPLETE
48662024-12-18T19:40:49.856Z[ recovery-image] Dec 18 19:40:47.679 INFO O| Dec 18 19:40:47.679 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-18T19:40:49.917Z[ recovery-image] Dec 18 19:40:47.740 INFO O| Dec 18 19:40:47.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48682024-12-18T19:40:49.917Z[ recovery-image] Dec 18 19:40:47.740 INFO O| Dec 18 19:40:47.740 INFO STEP 186 (remove_files) COMPLETE
48692024-12-18T19:40:49.920Z[ recovery-image] Dec 18 19:40:47.740 INFO O| Dec 18 19:40:47.740 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-18T19:40:49.937Z[ recovery-image] Dec 18 19:40:47.760 INFO O| Dec 18 19:40:47.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48712024-12-18T19:40:49.937Z[ recovery-image] Dec 18 19:40:47.760 INFO O| Dec 18 19:40:47.760 INFO STEP 187 (remove_files) COMPLETE
48722024-12-18T19:40:49.937Z[ recovery-image] Dec 18 19:40:47.760 INFO O| Dec 18 19:40:47.760 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-18T19:40:49.974Z[ recovery-image] Dec 18 19:40:47.783 INFO O| Dec 18 19:40:47.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48742024-12-18T19:40:49.976Z[ recovery-image] Dec 18 19:40:47.784 INFO O| Dec 18 19:40:47.784 INFO STEP 188 (remove_files) COMPLETE
48752024-12-18T19:40:49.976Z[ recovery-image] Dec 18 19:40:47.784 INFO O| Dec 18 19:40:47.784 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-18T19:40:49.981Z[ recovery-image] Dec 18 19:40:47.803 INFO O| Dec 18 19:40:47.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48772024-12-18T19:40:49.985Z[ recovery-image] Dec 18 19:40:47.804 INFO O| Dec 18 19:40:47.804 INFO STEP 189 (remove_files) COMPLETE
48782024-12-18T19:40:49.985Z[ recovery-image] Dec 18 19:40:47.804 INFO O| Dec 18 19:40:47.804 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-18T19:40:50.001Z[ recovery-image] Dec 18 19:40:47.823 INFO O| Dec 18 19:40:47.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48802024-12-18T19:40:50.004Z[ recovery-image] Dec 18 19:40:47.824 INFO O| Dec 18 19:40:47.824 INFO STEP 190 (remove_files) COMPLETE
48812024-12-18T19:40:50.004Z[ recovery-image] Dec 18 19:40:47.824 INFO O| Dec 18 19:40:47.824 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-18T19:40:50.022Z[ recovery-image] Dec 18 19:40:47.844 INFO O| Dec 18 19:40:47.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48832024-12-18T19:40:50.024Z[ recovery-image] Dec 18 19:40:47.845 INFO O| Dec 18 19:40:47.845 INFO STEP 191 (remove_files) COMPLETE
48842024-12-18T19:40:50.024Z[ recovery-image] Dec 18 19:40:47.845 INFO O| Dec 18 19:40:47.845 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-18T19:40:50.044Z[ recovery-image] Dec 18 19:40:47.866 INFO O| Dec 18 19:40:47.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48862024-12-18T19:40:50.044Z[ recovery-image] Dec 18 19:40:47.866 INFO O| Dec 18 19:40:47.866 INFO STEP 192 (remove_files) COMPLETE
48872024-12-18T19:40:50.046Z[ recovery-image] Dec 18 19:40:47.867 INFO O| Dec 18 19:40:47.866 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-18T19:40:50.121Z[ recovery-image] Dec 18 19:40:47.943 INFO O| Dec 18 19:40:47.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48892024-12-18T19:40:50.123Z[ recovery-image] Dec 18 19:40:47.943 INFO O| Dec 18 19:40:47.943 INFO STEP 193 (remove_files) COMPLETE
48902024-12-18T19:40:50.123Z[ recovery-image] Dec 18 19:40:47.944 INFO O| Dec 18 19:40:47.943 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-18T19:40:50.155Z[ recovery-image] Dec 18 19:40:47.977 INFO O| Dec 18 19:40:47.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48922024-12-18T19:40:50.155Z[ recovery-image] Dec 18 19:40:47.977 INFO O| Dec 18 19:40:47.977 INFO STEP 194 (remove_files) COMPLETE
48932024-12-18T19:40:50.158Z[ recovery-image] Dec 18 19:40:47.977 INFO O| Dec 18 19:40:47.977 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-18T19:40:50.227Z[ recovery-image] Dec 18 19:40:48.049 INFO O| Dec 18 19:40:48.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48952024-12-18T19:40:50.227Z[ recovery-image] Dec 18 19:40:48.049 INFO O| Dec 18 19:40:48.049 INFO STEP 195 (remove_files) COMPLETE
48962024-12-18T19:40:50.227Z[ recovery-image] Dec 18 19:40:48.049 INFO O| Dec 18 19:40:48.049 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-18T19:40:50.297Z[ recovery-image] Dec 18 19:40:48.119 INFO O| Dec 18 19:40:48.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48982024-12-18T19:40:50.297Z[ recovery-image] Dec 18 19:40:48.119 INFO O| Dec 18 19:40:48.119 INFO STEP 196 (remove_files) COMPLETE
48992024-12-18T19:40:50.297Z[ recovery-image] Dec 18 19:40:48.119 INFO O| Dec 18 19:40:48.119 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-18T19:40:50.325Z[ recovery-image] Dec 18 19:40:48.147 INFO O| Dec 18 19:40:48.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49012024-12-18T19:40:50.325Z[ recovery-image] Dec 18 19:40:48.147 INFO O| Dec 18 19:40:48.147 INFO STEP 197 (remove_files) COMPLETE
49022024-12-18T19:40:50.325Z[ recovery-image] Dec 18 19:40:48.147 INFO O| Dec 18 19:40:48.147 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-18T19:40:50.359Z[ recovery-image] Dec 18 19:40:48.181 INFO O| Dec 18 19:40:48.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49042024-12-18T19:40:50.359Z[ recovery-image] Dec 18 19:40:48.181 INFO O| Dec 18 19:40:48.181 INFO STEP 198 (remove_files) COMPLETE
49052024-12-18T19:40:50.359Z[ recovery-image] Dec 18 19:40:48.181 INFO O| Dec 18 19:40:48.181 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-18T19:40:50.396Z[ recovery-image] Dec 18 19:40:48.218 INFO O| Dec 18 19:40:48.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49072024-12-18T19:40:50.396Z[ recovery-image] Dec 18 19:40:48.218 INFO O| Dec 18 19:40:48.218 INFO STEP 199 (remove_files) COMPLETE
49082024-12-18T19:40:50.396Z[ recovery-image] Dec 18 19:40:48.218 INFO O| Dec 18 19:40:48.218 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-18T19:40:50.460Z[ recovery-image] Dec 18 19:40:48.282 INFO O| Dec 18 19:40:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49102024-12-18T19:40:50.460Z[ recovery-image] Dec 18 19:40:48.282 INFO O| Dec 18 19:40:48.282 INFO STEP 200 (remove_files) COMPLETE
49112024-12-18T19:40:50.460Z[ recovery-image] Dec 18 19:40:48.282 INFO O| Dec 18 19:40:48.282 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-18T19:40:50.524Z[ recovery-image] Dec 18 19:40:48.346 INFO O| Dec 18 19:40:48.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49132024-12-18T19:40:50.524Z[ recovery-image] Dec 18 19:40:48.346 INFO O| Dec 18 19:40:48.346 INFO STEP 201 (remove_files) COMPLETE
49142024-12-18T19:40:50.530Z[ recovery-image] Dec 18 19:40:48.346 INFO O| Dec 18 19:40:48.346 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-18T19:40:50.577Z[ recovery-image] Dec 18 19:40:48.399 INFO O| Dec 18 19:40:48.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49162024-12-18T19:40:50.577Z[ recovery-image] Dec 18 19:40:48.399 INFO O| Dec 18 19:40:48.399 INFO STEP 202 (remove_files) COMPLETE
49172024-12-18T19:40:50.579Z[ recovery-image] Dec 18 19:40:48.399 INFO O| Dec 18 19:40:48.399 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-18T19:40:50.649Z[ recovery-image] Dec 18 19:40:48.454 INFO O| Dec 18 19:40:48.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49192024-12-18T19:40:50.649Z[ recovery-image] Dec 18 19:40:48.454 INFO O| Dec 18 19:40:48.454 INFO STEP 203 (remove_files) COMPLETE
49202024-12-18T19:40:50.652Z[ recovery-image] Dec 18 19:40:48.454 INFO O| Dec 18 19:40:48.454 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-18T19:40:50.656Z[ recovery-image] Dec 18 19:40:48.479 INFO O| Dec 18 19:40:48.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49222024-12-18T19:40:50.656Z[ recovery-image] Dec 18 19:40:48.479 INFO O| Dec 18 19:40:48.479 INFO STEP 204 (remove_files) COMPLETE
49232024-12-18T19:40:50.656Z[ recovery-image] Dec 18 19:40:48.479 INFO O| Dec 18 19:40:48.479 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-18T19:40:50.685Z[ recovery-image] Dec 18 19:40:48.507 INFO O| Dec 18 19:40:48.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49252024-12-18T19:40:50.685Z[ recovery-image] Dec 18 19:40:48.507 INFO O| Dec 18 19:40:48.505 INFO STEP 205 (remove_files) COMPLETE
49262024-12-18T19:40:50.685Z[ recovery-image] Dec 18 19:40:48.507 INFO O| Dec 18 19:40:48.505 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-18T19:40:50.722Z[ recovery-image] Dec 18 19:40:48.544 INFO O| Dec 18 19:40:48.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49282024-12-18T19:40:50.726Z[ recovery-image] Dec 18 19:40:48.545 INFO O| Dec 18 19:40:48.545 INFO STEP 206 (remove_files) COMPLETE
49292024-12-18T19:40:50.726Z[ recovery-image] Dec 18 19:40:48.545 INFO O| Dec 18 19:40:48.545 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-18T19:40:50.830Z[ recovery-image] Dec 18 19:40:48.652 INFO O| Dec 18 19:40:48.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49312024-12-18T19:40:50.832Z[ recovery-image] Dec 18 19:40:48.652 INFO O| Dec 18 19:40:48.652 INFO STEP 207 (remove_files) COMPLETE
49322024-12-18T19:40:50.832Z[ recovery-image] Dec 18 19:40:48.652 INFO O| Dec 18 19:40:48.652 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-18T19:40:50.853Z[ recovery-image] Dec 18 19:40:48.675 INFO O| Dec 18 19:40:48.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49342024-12-18T19:40:50.856Z[ recovery-image] Dec 18 19:40:48.675 INFO O| Dec 18 19:40:48.675 INFO STEP 208 (remove_files) COMPLETE
49352024-12-18T19:40:50.856Z[ recovery-image] Dec 18 19:40:48.675 INFO O| Dec 18 19:40:48.675 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-18T19:40:50.886Z[ recovery-image] Dec 18 19:40:48.708 INFO O| Dec 18 19:40:48.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49372024-12-18T19:40:50.886Z[ recovery-image] Dec 18 19:40:48.708 INFO O| Dec 18 19:40:48.708 INFO STEP 209 (remove_files) COMPLETE
49382024-12-18T19:40:50.886Z[ recovery-image] Dec 18 19:40:48.708 INFO O| Dec 18 19:40:48.708 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-18T19:40:50.930Z[ recovery-image] Dec 18 19:40:48.753 INFO O| Dec 18 19:40:48.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49402024-12-18T19:40:50.930Z[ recovery-image] Dec 18 19:40:48.753 INFO O| Dec 18 19:40:48.753 INFO STEP 210 (remove_files) COMPLETE
49412024-12-18T19:40:50.930Z[ recovery-image] Dec 18 19:40:48.753 INFO O| Dec 18 19:40:48.753 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-18T19:40:50.951Z[ recovery-image] Dec 18 19:40:48.773 INFO O| Dec 18 19:40:48.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49432024-12-18T19:40:50.953Z[ recovery-image] Dec 18 19:40:48.773 INFO O| Dec 18 19:40:48.773 INFO STEP 211 (remove_files) COMPLETE
49442024-12-18T19:40:50.953Z[ recovery-image] Dec 18 19:40:48.773 INFO O| Dec 18 19:40:48.773 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-18T19:40:50.972Z[ recovery-image] Dec 18 19:40:48.795 INFO O| Dec 18 19:40:48.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49462024-12-18T19:40:50.975Z[ recovery-image] Dec 18 19:40:48.795 INFO O| Dec 18 19:40:48.795 INFO STEP 212 (remove_files) COMPLETE
49472024-12-18T19:40:50.975Z[ recovery-image] Dec 18 19:40:48.795 INFO O| Dec 18 19:40:48.795 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-18T19:40:50.995Z[ recovery-image] Dec 18 19:40:48.818 INFO O| Dec 18 19:40:48.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49492024-12-18T19:40:50.995Z[ recovery-image] Dec 18 19:40:48.818 INFO O| Dec 18 19:40:48.818 INFO STEP 213 (remove_files) COMPLETE
49502024-12-18T19:40:50.998Z[ recovery-image] Dec 18 19:40:48.818 INFO O| Dec 18 19:40:48.818 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-18T19:40:51.126Z[ recovery-image] Dec 18 19:40:48.948 INFO O| Dec 18 19:40:48.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49522024-12-18T19:40:51.126Z[ recovery-image] Dec 18 19:40:48.948 INFO O| Dec 18 19:40:48.948 INFO STEP 214 (remove_files) COMPLETE
49532024-12-18T19:40:51.126Z[ recovery-image] Dec 18 19:40:48.948 INFO O| Dec 18 19:40:48.948 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-18T19:40:51.156Z[ recovery-image] Dec 18 19:40:48.978 INFO O| Dec 18 19:40:48.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49552024-12-18T19:40:51.156Z[ recovery-image] Dec 18 19:40:48.978 INFO O| Dec 18 19:40:48.978 INFO STEP 215 (remove_files) COMPLETE
49562024-12-18T19:40:51.158Z[ recovery-image] Dec 18 19:40:48.978 INFO O| Dec 18 19:40:48.978 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-18T19:40:51.177Z[ recovery-image] Dec 18 19:40:48.999 INFO O| Dec 18 19:40:48.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49582024-12-18T19:40:51.177Z[ recovery-image] Dec 18 19:40:48.999 INFO O| Dec 18 19:40:48.999 INFO STEP 216 (remove_files) COMPLETE
49592024-12-18T19:40:51.177Z[ recovery-image] Dec 18 19:40:48.999 INFO O| Dec 18 19:40:48.999 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-18T19:40:51.197Z[ recovery-image] Dec 18 19:40:49.019 INFO O| Dec 18 19:40:49.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49612024-12-18T19:40:51.197Z[ recovery-image] Dec 18 19:40:49.019 INFO O| Dec 18 19:40:49.019 INFO STEP 217 (remove_files) COMPLETE
49622024-12-18T19:40:51.197Z[ recovery-image] Dec 18 19:40:49.020 INFO O| Dec 18 19:40:49.019 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-18T19:40:51.217Z[ recovery-image] Dec 18 19:40:49.040 INFO O| Dec 18 19:40:49.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49642024-12-18T19:40:51.217Z[ recovery-image] Dec 18 19:40:49.040 INFO O| Dec 18 19:40:49.040 INFO STEP 218 (remove_files) COMPLETE
49652024-12-18T19:40:51.217Z[ recovery-image] Dec 18 19:40:49.040 INFO O| Dec 18 19:40:49.040 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-18T19:40:51.257Z[ recovery-image] Dec 18 19:40:49.079 INFO O| Dec 18 19:40:49.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49672024-12-18T19:40:51.257Z[ recovery-image] Dec 18 19:40:49.079 INFO O| Dec 18 19:40:49.079 INFO STEP 219 (remove_files) COMPLETE
49682024-12-18T19:40:51.257Z[ recovery-image] Dec 18 19:40:49.079 INFO O| Dec 18 19:40:49.079 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-18T19:40:51.278Z[ recovery-image] Dec 18 19:40:49.101 INFO O| Dec 18 19:40:49.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49702024-12-18T19:40:51.278Z[ recovery-image] Dec 18 19:40:49.101 INFO O| Dec 18 19:40:49.101 INFO STEP 220 (remove_files) COMPLETE
49712024-12-18T19:40:51.279Z[ recovery-image] Dec 18 19:40:49.101 INFO O| Dec 18 19:40:49.101 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-18T19:40:51.328Z[ recovery-image] Dec 18 19:40:49.150 INFO O| Dec 18 19:40:49.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49732024-12-18T19:40:51.328Z[ recovery-image] Dec 18 19:40:49.150 INFO O| Dec 18 19:40:49.150 INFO STEP 221 (remove_files) COMPLETE
49742024-12-18T19:40:51.328Z[ recovery-image] Dec 18 19:40:49.150 INFO O| Dec 18 19:40:49.150 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-18T19:40:51.347Z[ recovery-image] Dec 18 19:40:49.169 INFO O| Dec 18 19:40:49.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49762024-12-18T19:40:51.347Z[ recovery-image] Dec 18 19:40:49.169 INFO O| Dec 18 19:40:49.169 INFO STEP 222 (remove_files) COMPLETE
49772024-12-18T19:40:51.350Z[ recovery-image] Dec 18 19:40:49.169 INFO O| Dec 18 19:40:49.169 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-18T19:40:51.385Z[ recovery-image] Dec 18 19:40:49.207 INFO O| Dec 18 19:40:49.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49792024-12-18T19:40:51.388Z[ recovery-image] Dec 18 19:40:49.208 INFO O| Dec 18 19:40:49.207 INFO STEP 223 (remove_files) COMPLETE
49802024-12-18T19:40:51.388Z[ recovery-image] Dec 18 19:40:49.208 INFO O| Dec 18 19:40:49.208 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-18T19:40:51.422Z[ recovery-image] Dec 18 19:40:49.244 INFO O| Dec 18 19:40:49.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49822024-12-18T19:40:51.424Z[ recovery-image] Dec 18 19:40:49.244 INFO O| Dec 18 19:40:49.244 INFO STEP 224 (remove_files) COMPLETE
49832024-12-18T19:40:51.424Z[ recovery-image] Dec 18 19:40:49.245 INFO O| Dec 18 19:40:49.244 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-18T19:40:51.444Z[ recovery-image] Dec 18 19:40:49.267 INFO O| Dec 18 19:40:49.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49852024-12-18T19:40:51.447Z[ recovery-image] Dec 18 19:40:49.267 INFO O| Dec 18 19:40:49.267 INFO STEP 225 (remove_files) COMPLETE
49862024-12-18T19:40:51.447Z[ recovery-image] Dec 18 19:40:49.267 INFO O| Dec 18 19:40:49.267 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-18T19:40:51.490Z[ recovery-image] Dec 18 19:40:49.312 INFO O| Dec 18 19:40:49.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49882024-12-18T19:40:51.490Z[ recovery-image] Dec 18 19:40:49.312 INFO O| Dec 18 19:40:49.312 INFO STEP 226 (remove_files) COMPLETE
49892024-12-18T19:40:51.491Z[ recovery-image] Dec 18 19:40:49.312 INFO O| Dec 18 19:40:49.312 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-18T19:40:51.560Z[ recovery-image] Dec 18 19:40:49.382 INFO O| Dec 18 19:40:49.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49912024-12-18T19:40:51.560Z[ recovery-image] Dec 18 19:40:49.383 INFO O| Dec 18 19:40:49.383 INFO STEP 227 (remove_files) COMPLETE
49922024-12-18T19:40:51.560Z[ recovery-image] Dec 18 19:40:49.383 INFO O| Dec 18 19:40:49.383 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-18T19:40:51.582Z[ recovery-image] Dec 18 19:40:49.405 INFO O| Dec 18 19:40:49.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49942024-12-18T19:40:51.582Z[ recovery-image] Dec 18 19:40:49.405 INFO O| Dec 18 19:40:49.405 INFO STEP 228 (remove_files) COMPLETE
49952024-12-18T19:40:51.582Z[ recovery-image] Dec 18 19:40:49.405 INFO O| Dec 18 19:40:49.405 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-18T19:40:51.605Z[ recovery-image] Dec 18 19:40:49.427 INFO O| Dec 18 19:40:49.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49972024-12-18T19:40:51.605Z[ recovery-image] Dec 18 19:40:49.427 INFO O| Dec 18 19:40:49.427 INFO STEP 229 (remove_files) COMPLETE
49982024-12-18T19:40:51.605Z[ recovery-image] Dec 18 19:40:49.427 INFO O| Dec 18 19:40:49.427 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-18T19:40:51.648Z[ recovery-image] Dec 18 19:40:49.470 INFO O| Dec 18 19:40:49.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50002024-12-18T19:40:51.648Z[ recovery-image] Dec 18 19:40:49.470 INFO O| Dec 18 19:40:49.470 INFO STEP 230 (remove_files) COMPLETE
50012024-12-18T19:40:51.650Z[ recovery-image] Dec 18 19:40:49.470 INFO O| Dec 18 19:40:49.470 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-18T19:40:51.671Z[ recovery-image] Dec 18 19:40:49.493 INFO O| Dec 18 19:40:49.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50032024-12-18T19:40:51.671Z[ recovery-image] Dec 18 19:40:49.493 INFO O| Dec 18 19:40:49.493 INFO STEP 231 (remove_files) COMPLETE
50042024-12-18T19:40:51.671Z[ recovery-image] Dec 18 19:40:49.493 INFO O| Dec 18 19:40:49.493 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-18T19:40:51.695Z[ recovery-image] Dec 18 19:40:49.517 INFO O| Dec 18 19:40:49.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50062024-12-18T19:40:51.695Z[ recovery-image] Dec 18 19:40:49.517 INFO O| Dec 18 19:40:49.517 INFO STEP 232 (remove_files) COMPLETE
50072024-12-18T19:40:51.698Z[ recovery-image] Dec 18 19:40:49.517 INFO O| Dec 18 19:40:49.517 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-18T19:40:51.717Z[ recovery-image] Dec 18 19:40:49.539 INFO O| Dec 18 19:40:49.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50092024-12-18T19:40:51.717Z[ recovery-image] Dec 18 19:40:49.539 INFO O| Dec 18 19:40:49.539 INFO STEP 233 (remove_files) COMPLETE
50102024-12-18T19:40:51.717Z[ recovery-image] Dec 18 19:40:49.539 INFO O| Dec 18 19:40:49.539 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-18T19:40:51.744Z[ recovery-image] Dec 18 19:40:49.566 INFO O| Dec 18 19:40:49.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50122024-12-18T19:40:51.744Z[ recovery-image] Dec 18 19:40:49.566 INFO O| Dec 18 19:40:49.559 INFO STEP 234 (remove_files) COMPLETE
50132024-12-18T19:40:51.744Z[ recovery-image] Dec 18 19:40:49.566 INFO O| Dec 18 19:40:49.559 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-18T19:40:51.798Z[ recovery-image] Dec 18 19:40:49.609 INFO O| Dec 18 19:40:49.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50152024-12-18T19:40:51.798Z[ recovery-image] Dec 18 19:40:49.609 INFO O| Dec 18 19:40:49.609 INFO STEP 235 (remove_files) COMPLETE
50162024-12-18T19:40:51.798Z[ recovery-image] Dec 18 19:40:49.610 INFO O| Dec 18 19:40:49.610 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-18T19:40:51.816Z[ recovery-image] Dec 18 19:40:49.637 INFO O| Dec 18 19:40:49.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50182024-12-18T19:40:51.816Z[ recovery-image] Dec 18 19:40:49.637 INFO O| Dec 18 19:40:49.637 INFO STEP 236 (remove_files) COMPLETE
50192024-12-18T19:40:51.816Z[ recovery-image] Dec 18 19:40:49.637 INFO O| Dec 18 19:40:49.637 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-18T19:40:51.890Z[ recovery-image] Dec 18 19:40:49.703 INFO O| Dec 18 19:40:49.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50212024-12-18T19:40:51.890Z[ recovery-image] Dec 18 19:40:49.703 INFO O| Dec 18 19:40:49.703 INFO STEP 237 (remove_files) COMPLETE
50222024-12-18T19:40:51.892Z[ recovery-image] Dec 18 19:40:49.703 INFO O| Dec 18 19:40:49.703 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-18T19:40:51.929Z[ recovery-image] Dec 18 19:40:49.751 INFO O| Dec 18 19:40:49.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50242024-12-18T19:40:51.932Z[ recovery-image] Dec 18 19:40:49.751 INFO O| Dec 18 19:40:49.751 INFO STEP 238 (remove_files) COMPLETE
50252024-12-18T19:40:51.932Z[ recovery-image] Dec 18 19:40:49.751 INFO O| Dec 18 19:40:49.751 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-18T19:40:51.950Z[ recovery-image] Dec 18 19:40:49.772 INFO O| Dec 18 19:40:49.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50272024-12-18T19:40:51.952Z[ recovery-image] Dec 18 19:40:49.772 INFO O| Dec 18 19:40:49.772 INFO STEP 239 (remove_files) COMPLETE
50282024-12-18T19:40:51.952Z[ recovery-image] Dec 18 19:40:49.773 INFO O| Dec 18 19:40:49.772 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-18T19:40:51.991Z[ recovery-image] Dec 18 19:40:49.814 INFO O| Dec 18 19:40:49.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50302024-12-18T19:40:51.994Z[ recovery-image] Dec 18 19:40:49.814 INFO O| Dec 18 19:40:49.814 INFO STEP 240 (remove_files) COMPLETE
50312024-12-18T19:40:51.994Z[ recovery-image] Dec 18 19:40:49.814 INFO O| Dec 18 19:40:49.814 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-18T19:40:52.013Z[ recovery-image] Dec 18 19:40:49.835 INFO O| Dec 18 19:40:49.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50332024-12-18T19:40:52.044Z[ recovery-image] Dec 18 19:40:49.866 INFO O| Dec 18 19:40:49.866 INFO STEP 241 (remove_files) COMPLETE
50342024-12-18T19:40:52.044Z[ recovery-image] Dec 18 19:40:49.866 INFO O| Dec 18 19:40:49.866 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-18T19:40:52.077Z[ recovery-image] Dec 18 19:40:49.899 INFO O| Dec 18 19:40:49.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50362024-12-18T19:40:52.079Z[ recovery-image] Dec 18 19:40:49.899 INFO O| Dec 18 19:40:49.899 INFO STEP 242 (remove_files) COMPLETE
50372024-12-18T19:40:52.079Z[ recovery-image] Dec 18 19:40:49.899 INFO O| Dec 18 19:40:49.899 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-18T19:40:52.097Z[ recovery-image] Dec 18 19:40:49.919 INFO O| Dec 18 19:40:49.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50392024-12-18T19:40:52.101Z[ recovery-image] Dec 18 19:40:49.920 INFO O| Dec 18 19:40:49.919 INFO STEP 243 (remove_files) COMPLETE
50402024-12-18T19:40:52.101Z[ recovery-image] Dec 18 19:40:49.920 INFO O| Dec 18 19:40:49.920 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-18T19:40:52.117Z[ recovery-image] Dec 18 19:40:49.939 INFO O| Dec 18 19:40:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50422024-12-18T19:40:52.119Z[ recovery-image] Dec 18 19:40:49.939 INFO O| Dec 18 19:40:49.939 INFO STEP 244 (remove_files) COMPLETE
50432024-12-18T19:40:52.119Z[ recovery-image] Dec 18 19:40:49.939 INFO O| Dec 18 19:40:49.939 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-18T19:40:52.167Z[ recovery-image] Dec 18 19:40:49.982 INFO O| Dec 18 19:40:49.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50452024-12-18T19:40:52.167Z[ recovery-image] Dec 18 19:40:49.982 INFO O| Dec 18 19:40:49.982 INFO STEP 245 (remove_files) COMPLETE
50462024-12-18T19:40:52.167Z[ recovery-image] Dec 18 19:40:49.982 INFO O| Dec 18 19:40:49.982 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-18T19:40:52.182Z[ recovery-image] Dec 18 19:40:50.004 INFO O| Dec 18 19:40:50.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50482024-12-18T19:40:52.182Z[ recovery-image] Dec 18 19:40:50.004 INFO O| Dec 18 19:40:50.004 INFO STEP 246 (remove_files) COMPLETE
50492024-12-18T19:40:52.183Z[ recovery-image] Dec 18 19:40:50.004 INFO O| Dec 18 19:40:50.004 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-18T19:40:52.202Z[ recovery-image] Dec 18 19:40:50.024 INFO O| Dec 18 19:40:50.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50512024-12-18T19:40:52.204Z[ recovery-image] Dec 18 19:40:50.024 INFO O| Dec 18 19:40:50.024 INFO STEP 247 (remove_files) COMPLETE
50522024-12-18T19:40:52.204Z[ recovery-image] Dec 18 19:40:50.024 INFO O| Dec 18 19:40:50.024 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-18T19:40:52.227Z[ recovery-image] Dec 18 19:40:50.048 INFO O| Dec 18 19:40:50.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50542024-12-18T19:40:52.229Z[ recovery-image] Dec 18 19:40:50.048 INFO O| Dec 18 19:40:50.048 INFO STEP 248 (remove_files) COMPLETE
50552024-12-18T19:40:52.229Z[ recovery-image] Dec 18 19:40:50.049 INFO O| Dec 18 19:40:50.048 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-18T19:40:52.246Z[ recovery-image] Dec 18 19:40:50.068 INFO O| Dec 18 19:40:50.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50572024-12-18T19:40:52.249Z[ recovery-image] Dec 18 19:40:50.069 INFO O| Dec 18 19:40:50.068 INFO STEP 249 (remove_files) COMPLETE
50582024-12-18T19:40:52.249Z[ recovery-image] Dec 18 19:40:50.069 INFO O| Dec 18 19:40:50.069 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-18T19:40:52.285Z[ recovery-image] Dec 18 19:40:50.107 INFO O| Dec 18 19:40:50.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50602024-12-18T19:40:52.288Z[ recovery-image] Dec 18 19:40:50.107 INFO O| Dec 18 19:40:50.107 INFO STEP 250 (remove_files) COMPLETE
50612024-12-18T19:40:52.289Z[ recovery-image] Dec 18 19:40:50.107 INFO O| Dec 18 19:40:50.107 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-18T19:40:52.305Z[ recovery-image] Dec 18 19:40:50.127 INFO O| Dec 18 19:40:50.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50632024-12-18T19:40:52.305Z[ recovery-image] Dec 18 19:40:50.127 INFO O| Dec 18 19:40:50.127 INFO STEP 251 (remove_files) COMPLETE
50642024-12-18T19:40:52.305Z[ recovery-image] Dec 18 19:40:50.127 INFO O| Dec 18 19:40:50.127 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-18T19:40:52.335Z[ recovery-image] Dec 18 19:40:50.157 INFO O| Dec 18 19:40:50.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50662024-12-18T19:40:52.335Z[ recovery-image] Dec 18 19:40:50.157 INFO O| Dec 18 19:40:50.157 INFO STEP 252 (remove_files) COMPLETE
50672024-12-18T19:40:52.335Z[ recovery-image] Dec 18 19:40:50.157 INFO O| Dec 18 19:40:50.157 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-18T19:40:52.357Z[ recovery-image] Dec 18 19:40:50.179 INFO O| Dec 18 19:40:50.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50692024-12-18T19:40:52.357Z[ recovery-image] Dec 18 19:40:50.179 INFO O| Dec 18 19:40:50.179 INFO STEP 253 (remove_files) COMPLETE
50702024-12-18T19:40:52.357Z[ recovery-image] Dec 18 19:40:50.179 INFO O| Dec 18 19:40:50.179 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-18T19:40:52.418Z[ recovery-image] Dec 18 19:40:50.240 INFO O| Dec 18 19:40:50.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50722024-12-18T19:40:52.419Z[ recovery-image] Dec 18 19:40:50.240 INFO O| Dec 18 19:40:50.240 INFO STEP 254 (remove_files) COMPLETE
50732024-12-18T19:40:52.419Z[ recovery-image] Dec 18 19:40:50.241 INFO O| Dec 18 19:40:50.240 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-18T19:40:52.438Z[ recovery-image] Dec 18 19:40:50.260 INFO O| Dec 18 19:40:50.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50752024-12-18T19:40:52.438Z[ recovery-image] Dec 18 19:40:50.260 INFO O| Dec 18 19:40:50.260 INFO STEP 255 (remove_files) COMPLETE
50762024-12-18T19:40:52.438Z[ recovery-image] Dec 18 19:40:50.260 INFO O| Dec 18 19:40:50.260 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-18T19:40:52.458Z[ recovery-image] Dec 18 19:40:50.280 INFO O| Dec 18 19:40:50.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50782024-12-18T19:40:52.458Z[ recovery-image] Dec 18 19:40:50.280 INFO O| Dec 18 19:40:50.280 INFO STEP 256 (remove_files) COMPLETE
50792024-12-18T19:40:52.458Z[ recovery-image] Dec 18 19:40:50.280 INFO O| Dec 18 19:40:50.280 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-18T19:40:52.479Z[ recovery-image] Dec 18 19:40:50.301 INFO O| Dec 18 19:40:50.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50812024-12-18T19:40:52.479Z[ recovery-image] Dec 18 19:40:50.301 INFO O| Dec 18 19:40:50.301 INFO STEP 257 (remove_files) COMPLETE
50822024-12-18T19:40:52.479Z[ recovery-image] Dec 18 19:40:50.301 INFO O| Dec 18 19:40:50.301 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-18T19:40:52.504Z[ recovery-image] Dec 18 19:40:50.326 INFO O| Dec 18 19:40:50.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50842024-12-18T19:40:52.504Z[ recovery-image] Dec 18 19:40:50.326 INFO O| Dec 18 19:40:50.326 INFO STEP 258 (remove_files) COMPLETE
50852024-12-18T19:40:52.507Z[ recovery-image] Dec 18 19:40:50.326 INFO O| Dec 18 19:40:50.326 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-18T19:40:52.583Z[ recovery-image] Dec 18 19:40:50.405 INFO O| Dec 18 19:40:50.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50872024-12-18T19:40:52.583Z[ recovery-image] Dec 18 19:40:50.405 INFO O| Dec 18 19:40:50.405 INFO STEP 259 (remove_files) COMPLETE
50882024-12-18T19:40:52.583Z[ recovery-image] Dec 18 19:40:50.405 INFO O| Dec 18 19:40:50.405 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-18T19:40:52.605Z[ recovery-image] Dec 18 19:40:50.427 INFO O| Dec 18 19:40:50.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50902024-12-18T19:40:52.605Z[ recovery-image] Dec 18 19:40:50.427 INFO O| Dec 18 19:40:50.427 INFO STEP 260 (remove_files) COMPLETE
50912024-12-18T19:40:52.605Z[ recovery-image] Dec 18 19:40:50.427 INFO O| Dec 18 19:40:50.427 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-18T19:40:52.633Z[ recovery-image] Dec 18 19:40:50.455 INFO O| Dec 18 19:40:50.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50932024-12-18T19:40:52.633Z[ recovery-image] Dec 18 19:40:50.455 INFO O| Dec 18 19:40:50.455 INFO STEP 261 (remove_files) COMPLETE
50942024-12-18T19:40:52.635Z[ recovery-image] Dec 18 19:40:50.455 INFO O| Dec 18 19:40:50.455 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-18T19:40:52.682Z[ recovery-image] Dec 18 19:40:50.504 INFO O| Dec 18 19:40:50.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50962024-12-18T19:40:52.682Z[ recovery-image] Dec 18 19:40:50.504 INFO O| Dec 18 19:40:50.504 INFO STEP 262 (remove_files) COMPLETE
50972024-12-18T19:40:52.682Z[ recovery-image] Dec 18 19:40:50.504 INFO O| Dec 18 19:40:50.504 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-18T19:40:52.707Z[ recovery-image] Dec 18 19:40:50.529 INFO O| Dec 18 19:40:50.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50992024-12-18T19:40:52.707Z[ recovery-image] Dec 18 19:40:50.529 INFO O| Dec 18 19:40:50.529 INFO STEP 263 (remove_files) COMPLETE
51002024-12-18T19:40:52.710Z[ recovery-image] Dec 18 19:40:50.529 INFO O| Dec 18 19:40:50.529 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-18T19:40:52.727Z[ recovery-image] Dec 18 19:40:50.549 INFO O| Dec 18 19:40:50.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51022024-12-18T19:40:52.727Z[ recovery-image] Dec 18 19:40:50.549 INFO O| Dec 18 19:40:50.549 INFO STEP 264 (remove_files) COMPLETE
51032024-12-18T19:40:52.727Z[ recovery-image] Dec 18 19:40:50.549 INFO O| Dec 18 19:40:50.549 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-18T19:40:52.785Z[ recovery-image] Dec 18 19:40:50.607 INFO O| Dec 18 19:40:50.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51052024-12-18T19:40:52.788Z[ recovery-image] Dec 18 19:40:50.607 INFO O| Dec 18 19:40:50.607 INFO STEP 265 (remove_files) COMPLETE
51062024-12-18T19:40:52.788Z[ recovery-image] Dec 18 19:40:50.608 INFO O| Dec 18 19:40:50.607 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-18T19:40:52.805Z[ recovery-image] Dec 18 19:40:50.627 INFO O| Dec 18 19:40:50.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51082024-12-18T19:40:52.807Z[ recovery-image] Dec 18 19:40:50.627 INFO O| Dec 18 19:40:50.627 INFO STEP 266 (remove_files) COMPLETE
51092024-12-18T19:40:52.808Z[ recovery-image] Dec 18 19:40:50.627 INFO O| Dec 18 19:40:50.627 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-18T19:40:52.824Z[ recovery-image] Dec 18 19:40:50.646 INFO O| Dec 18 19:40:50.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51112024-12-18T19:40:52.849Z[ recovery-image] Dec 18 19:40:50.671 INFO O| Dec 18 19:40:50.671 INFO STEP 267 (remove_files) COMPLETE
51122024-12-18T19:40:52.849Z[ recovery-image] Dec 18 19:40:50.671 INFO O| Dec 18 19:40:50.671 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-18T19:40:52.905Z[ recovery-image] Dec 18 19:40:50.727 INFO O| Dec 18 19:40:50.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51142024-12-18T19:40:52.907Z[ recovery-image] Dec 18 19:40:50.727 INFO O| Dec 18 19:40:50.727 INFO STEP 268 (remove_files) COMPLETE
51152024-12-18T19:40:52.907Z[ recovery-image] Dec 18 19:40:50.727 INFO O| Dec 18 19:40:50.727 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-18T19:40:52.932Z[ recovery-image] Dec 18 19:40:50.754 INFO O| Dec 18 19:40:50.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51172024-12-18T19:40:52.934Z[ recovery-image] Dec 18 19:40:50.754 INFO O| Dec 18 19:40:50.754 INFO STEP 269 (remove_files) COMPLETE
51182024-12-18T19:40:52.934Z[ recovery-image] Dec 18 19:40:50.755 INFO O| Dec 18 19:40:50.754 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-18T19:40:52.953Z[ recovery-image] Dec 18 19:40:50.775 INFO O| Dec 18 19:40:50.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51202024-12-18T19:40:52.955Z[ recovery-image] Dec 18 19:40:50.775 INFO O| Dec 18 19:40:50.775 INFO STEP 270 (remove_files) COMPLETE
51212024-12-18T19:40:52.955Z[ recovery-image] Dec 18 19:40:50.776 INFO O| Dec 18 19:40:50.775 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-18T19:40:52.972Z[ recovery-image] Dec 18 19:40:50.795 INFO O| Dec 18 19:40:50.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51232024-12-18T19:40:52.975Z[ recovery-image] Dec 18 19:40:50.795 INFO O| Dec 18 19:40:50.795 INFO STEP 271 (remove_files) COMPLETE
51242024-12-18T19:40:52.975Z[ recovery-image] Dec 18 19:40:50.795 INFO O| Dec 18 19:40:50.795 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-18T19:40:53.007Z[ recovery-image] Dec 18 19:40:50.829 INFO O| Dec 18 19:40:50.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51262024-12-18T19:40:53.010Z[ recovery-image] Dec 18 19:40:50.829 INFO O| Dec 18 19:40:50.829 INFO STEP 272 (remove_files) COMPLETE
51272024-12-18T19:40:53.010Z[ recovery-image] Dec 18 19:40:50.830 INFO O| Dec 18 19:40:50.829 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-18T19:40:53.069Z[ recovery-image] Dec 18 19:40:50.891 INFO O| Dec 18 19:40:50.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51292024-12-18T19:40:53.072Z[ recovery-image] Dec 18 19:40:50.891 INFO O| Dec 18 19:40:50.891 INFO STEP 273 (remove_files) COMPLETE
51302024-12-18T19:40:53.072Z[ recovery-image] Dec 18 19:40:50.891 INFO O| Dec 18 19:40:50.891 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-18T19:40:53.091Z[ recovery-image] Dec 18 19:40:50.913 INFO O| Dec 18 19:40:50.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51322024-12-18T19:40:53.093Z[ recovery-image] Dec 18 19:40:50.913 INFO O| Dec 18 19:40:50.913 INFO STEP 274 (remove_files) COMPLETE
51332024-12-18T19:40:53.093Z[ recovery-image] Dec 18 19:40:50.913 INFO O| Dec 18 19:40:50.913 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-18T19:40:53.111Z[ recovery-image] Dec 18 19:40:50.933 INFO O| Dec 18 19:40:50.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51352024-12-18T19:40:53.114Z[ recovery-image] Dec 18 19:40:50.934 INFO O| Dec 18 19:40:50.934 INFO STEP 275 (remove_files) COMPLETE
51362024-12-18T19:40:53.114Z[ recovery-image] Dec 18 19:40:50.934 INFO O| Dec 18 19:40:50.934 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-18T19:40:53.132Z[ recovery-image] Dec 18 19:40:50.954 INFO O| Dec 18 19:40:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51382024-12-18T19:40:53.134Z[ recovery-image] Dec 18 19:40:50.954 INFO O| Dec 18 19:40:50.954 INFO STEP 276 (remove_files) COMPLETE
51392024-12-18T19:40:53.135Z[ recovery-image] Dec 18 19:40:50.954 INFO O| Dec 18 19:40:50.954 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-18T19:40:53.152Z[ recovery-image] Dec 18 19:40:50.974 INFO O| Dec 18 19:40:50.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51412024-12-18T19:40:53.155Z[ recovery-image] Dec 18 19:40:50.974 INFO O| Dec 18 19:40:50.974 INFO STEP 277 (remove_files) COMPLETE
51422024-12-18T19:40:53.155Z[ recovery-image] Dec 18 19:40:50.974 INFO O| Dec 18 19:40:50.974 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-18T19:40:53.174Z[ recovery-image] Dec 18 19:40:50.996 INFO O| Dec 18 19:40:50.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51442024-12-18T19:40:53.176Z[ recovery-image] Dec 18 19:40:50.996 INFO O| Dec 18 19:40:50.996 INFO STEP 278 (remove_files) COMPLETE
51452024-12-18T19:40:53.176Z[ recovery-image] Dec 18 19:40:50.996 INFO O| Dec 18 19:40:50.996 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-18T19:40:53.196Z[ recovery-image] Dec 18 19:40:51.018 INFO O| Dec 18 19:40:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51472024-12-18T19:40:53.196Z[ recovery-image] Dec 18 19:40:51.018 INFO O| Dec 18 19:40:51.018 INFO STEP 279 (remove_files) COMPLETE
51482024-12-18T19:40:53.196Z[ recovery-image] Dec 18 19:40:51.018 INFO O| Dec 18 19:40:51.018 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-18T19:40:53.217Z[ recovery-image] Dec 18 19:40:51.038 INFO O| Dec 18 19:40:51.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51502024-12-18T19:40:53.217Z[ recovery-image] Dec 18 19:40:51.039 INFO O| Dec 18 19:40:51.039 INFO STEP 280 (remove_files) COMPLETE
51512024-12-18T19:40:53.217Z[ recovery-image] Dec 18 19:40:51.039 INFO O| Dec 18 19:40:51.039 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-18T19:40:53.236Z[ recovery-image] Dec 18 19:40:51.058 INFO O| Dec 18 19:40:51.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51532024-12-18T19:40:53.236Z[ recovery-image] Dec 18 19:40:51.058 INFO O| Dec 18 19:40:51.058 INFO STEP 281 (remove_files) COMPLETE
51542024-12-18T19:40:53.236Z[ recovery-image] Dec 18 19:40:51.058 INFO O| Dec 18 19:40:51.058 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-18T19:40:53.257Z[ recovery-image] Dec 18 19:40:51.079 INFO O| Dec 18 19:40:51.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51562024-12-18T19:40:53.257Z[ recovery-image] Dec 18 19:40:51.079 INFO O| Dec 18 19:40:51.079 INFO STEP 282 (remove_files) COMPLETE
51572024-12-18T19:40:53.259Z[ recovery-image] Dec 18 19:40:51.079 INFO O| Dec 18 19:40:51.079 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-18T19:40:53.276Z[ recovery-image] Dec 18 19:40:51.098 INFO O| Dec 18 19:40:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51592024-12-18T19:40:53.276Z[ recovery-image] Dec 18 19:40:51.098 INFO O| Dec 18 19:40:51.098 INFO STEP 283 (remove_files) COMPLETE
51602024-12-18T19:40:53.279Z[ recovery-image] Dec 18 19:40:51.098 INFO O| Dec 18 19:40:51.098 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-18T19:40:53.296Z[ recovery-image] Dec 18 19:40:51.118 INFO O| Dec 18 19:40:51.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51622024-12-18T19:40:53.296Z[ recovery-image] Dec 18 19:40:51.118 INFO O| Dec 18 19:40:51.118 INFO STEP 284 (remove_files) COMPLETE
51632024-12-18T19:40:53.296Z[ recovery-image] Dec 18 19:40:51.118 INFO O| Dec 18 19:40:51.118 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-18T19:40:53.377Z[ recovery-image] Dec 18 19:40:51.199 INFO O| Dec 18 19:40:51.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51652024-12-18T19:40:53.377Z[ recovery-image] Dec 18 19:40:51.199 INFO O| Dec 18 19:40:51.199 INFO STEP 285 (remove_files) COMPLETE
51662024-12-18T19:40:53.377Z[ recovery-image] Dec 18 19:40:51.199 INFO O| Dec 18 19:40:51.199 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-18T19:40:53.397Z[ recovery-image] Dec 18 19:40:51.219 INFO O| Dec 18 19:40:51.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51682024-12-18T19:40:53.397Z[ recovery-image] Dec 18 19:40:51.219 INFO O| Dec 18 19:40:51.219 INFO STEP 286 (remove_files) COMPLETE
51692024-12-18T19:40:53.397Z[ recovery-image] Dec 18 19:40:51.219 INFO O| Dec 18 19:40:51.219 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-18T19:40:53.417Z[ recovery-image] Dec 18 19:40:51.239 INFO O| Dec 18 19:40:51.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51712024-12-18T19:40:53.417Z[ recovery-image] Dec 18 19:40:51.239 INFO O| Dec 18 19:40:51.239 INFO STEP 287 (remove_files) COMPLETE
51722024-12-18T19:40:53.420Z[ recovery-image] Dec 18 19:40:51.239 INFO O| Dec 18 19:40:51.239 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-18T19:40:53.449Z[ recovery-image] Dec 18 19:40:51.271 INFO O| Dec 18 19:40:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51742024-12-18T19:40:53.452Z[ recovery-image] Dec 18 19:40:51.271 INFO O| Dec 18 19:40:51.271 INFO STEP 288 (remove_files) COMPLETE
51752024-12-18T19:40:53.452Z[ recovery-image] Dec 18 19:40:51.272 INFO O| Dec 18 19:40:51.271 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-18T19:40:53.472Z[ recovery-image] Dec 18 19:40:51.294 INFO O| Dec 18 19:40:51.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51772024-12-18T19:40:53.475Z[ recovery-image] Dec 18 19:40:51.294 INFO O| Dec 18 19:40:51.294 INFO STEP 289 (remove_files) COMPLETE
51782024-12-18T19:40:53.475Z[ recovery-image] Dec 18 19:40:51.294 INFO O| Dec 18 19:40:51.294 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-18T19:40:53.502Z[ recovery-image] Dec 18 19:40:51.323 INFO O| Dec 18 19:40:51.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51802024-12-18T19:40:53.502Z[ recovery-image] Dec 18 19:40:51.323 INFO O| Dec 18 19:40:51.323 INFO STEP 290 (remove_files) COMPLETE
51812024-12-18T19:40:53.504Z[ recovery-image] Dec 18 19:40:51.323 INFO O| Dec 18 19:40:51.323 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-18T19:40:53.522Z[ recovery-image] Dec 18 19:40:51.344 INFO O| Dec 18 19:40:51.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51832024-12-18T19:40:53.522Z[ recovery-image] Dec 18 19:40:51.344 INFO O| Dec 18 19:40:51.344 INFO STEP 291 (remove_files) COMPLETE
51842024-12-18T19:40:53.525Z[ recovery-image] Dec 18 19:40:51.344 INFO O| Dec 18 19:40:51.344 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-18T19:40:53.544Z[ recovery-image] Dec 18 19:40:51.366 INFO O| Dec 18 19:40:51.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51862024-12-18T19:40:53.544Z[ recovery-image] Dec 18 19:40:51.366 INFO O| Dec 18 19:40:51.366 INFO STEP 292 (remove_files) COMPLETE
51872024-12-18T19:40:53.547Z[ recovery-image] Dec 18 19:40:51.366 INFO O| Dec 18 19:40:51.366 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-18T19:40:53.586Z[ recovery-image] Dec 18 19:40:51.408 INFO O| Dec 18 19:40:51.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51892024-12-18T19:40:53.586Z[ recovery-image] Dec 18 19:40:51.408 INFO O| Dec 18 19:40:51.408 INFO STEP 293 (remove_files) COMPLETE
51902024-12-18T19:40:53.586Z[ recovery-image] Dec 18 19:40:51.408 INFO O| Dec 18 19:40:51.408 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-18T19:40:53.645Z[ recovery-image] Dec 18 19:40:51.467 INFO O| Dec 18 19:40:51.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51922024-12-18T19:40:53.645Z[ recovery-image] Dec 18 19:40:51.467 INFO O| Dec 18 19:40:51.467 INFO STEP 294 (remove_files) COMPLETE
51932024-12-18T19:40:53.645Z[ recovery-image] Dec 18 19:40:51.467 INFO O| Dec 18 19:40:51.467 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-18T19:40:53.672Z[ recovery-image] Dec 18 19:40:51.494 INFO O| Dec 18 19:40:51.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51952024-12-18T19:40:53.672Z[ recovery-image] Dec 18 19:40:51.494 INFO O| Dec 18 19:40:51.494 INFO STEP 295 (remove_files) COMPLETE
51962024-12-18T19:40:53.672Z[ recovery-image] Dec 18 19:40:51.494 INFO O| Dec 18 19:40:51.494 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-18T19:40:53.698Z[ recovery-image] Dec 18 19:40:51.520 INFO O| Dec 18 19:40:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51982024-12-18T19:40:53.698Z[ recovery-image] Dec 18 19:40:51.520 INFO O| Dec 18 19:40:51.520 INFO STEP 296 (remove_files) COMPLETE
51992024-12-18T19:40:53.702Z[ recovery-image] Dec 18 19:40:51.520 INFO O| Dec 18 19:40:51.520 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-18T19:40:53.737Z[ recovery-image] Dec 18 19:40:51.559 INFO O| Dec 18 19:40:51.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52012024-12-18T19:40:53.739Z[ recovery-image] Dec 18 19:40:51.559 INFO O| Dec 18 19:40:51.559 INFO STEP 297 (remove_files) COMPLETE
52022024-12-18T19:40:53.740Z[ recovery-image] Dec 18 19:40:51.559 INFO O| Dec 18 19:40:51.559 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-18T19:40:53.761Z[ recovery-image] Dec 18 19:40:51.583 INFO O| Dec 18 19:40:51.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52042024-12-18T19:40:53.763Z[ recovery-image] Dec 18 19:40:51.583 INFO O| Dec 18 19:40:51.583 INFO STEP 298 (remove_files) COMPLETE
52052024-12-18T19:40:53.763Z[ recovery-image] Dec 18 19:40:51.583 INFO O| Dec 18 19:40:51.583 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-18T19:40:53.792Z[ recovery-image] Dec 18 19:40:51.614 INFO O| Dec 18 19:40:51.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52072024-12-18T19:40:53.792Z[ recovery-image] Dec 18 19:40:51.614 INFO O| Dec 18 19:40:51.614 INFO STEP 299 (remove_files) COMPLETE
52082024-12-18T19:40:53.792Z[ recovery-image] Dec 18 19:40:51.614 INFO O| Dec 18 19:40:51.614 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-18T19:40:53.854Z[ recovery-image] Dec 18 19:40:51.676 INFO O| Dec 18 19:40:51.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52102024-12-18T19:40:53.854Z[ recovery-image] Dec 18 19:40:51.676 INFO O| Dec 18 19:40:51.676 INFO STEP 300 (remove_files) COMPLETE
52112024-12-18T19:40:53.857Z[ recovery-image] Dec 18 19:40:51.676 INFO O| Dec 18 19:40:51.676 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-18T19:40:53.878Z[ recovery-image] Dec 18 19:40:51.700 INFO O| Dec 18 19:40:51.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52132024-12-18T19:40:53.878Z[ recovery-image] Dec 18 19:40:51.700 INFO O| Dec 18 19:40:51.700 INFO STEP 301 (remove_files) COMPLETE
52142024-12-18T19:40:53.880Z[ recovery-image] Dec 18 19:40:51.700 INFO O| Dec 18 19:40:51.700 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-18T19:40:53.913Z[ recovery-image] Dec 18 19:40:51.735 INFO O| Dec 18 19:40:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52162024-12-18T19:40:53.913Z[ recovery-image] Dec 18 19:40:51.735 INFO O| Dec 18 19:40:51.735 INFO STEP 302 (remove_files) COMPLETE
52172024-12-18T19:40:53.913Z[ recovery-image] Dec 18 19:40:51.735 INFO O| Dec 18 19:40:51.735 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-18T19:40:53.935Z[ recovery-image] Dec 18 19:40:51.757 INFO O| Dec 18 19:40:51.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52192024-12-18T19:40:53.961Z[ recovery-image] Dec 18 19:40:51.782 INFO O| Dec 18 19:40:51.782 INFO STEP 303 (remove_files) COMPLETE
52202024-12-18T19:40:53.961Z[ recovery-image] Dec 18 19:40:51.782 INFO O| Dec 18 19:40:51.782 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-18T19:40:53.994Z[ recovery-image] Dec 18 19:40:51.815 INFO O| Dec 18 19:40:51.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52222024-12-18T19:40:53.994Z[ recovery-image] Dec 18 19:40:51.815 INFO O| Dec 18 19:40:51.815 INFO STEP 304 (remove_files) COMPLETE
52232024-12-18T19:40:53.994Z[ recovery-image] Dec 18 19:40:51.815 INFO O| Dec 18 19:40:51.815 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-18T19:40:54.036Z[ recovery-image] Dec 18 19:40:51.858 INFO O| Dec 18 19:40:51.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52252024-12-18T19:40:54.036Z[ recovery-image] Dec 18 19:40:51.858 INFO O| Dec 18 19:40:51.858 INFO STEP 305 (remove_files) COMPLETE
52262024-12-18T19:40:54.036Z[ recovery-image] Dec 18 19:40:51.858 INFO O| Dec 18 19:40:51.858 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-18T19:40:54.064Z[ recovery-image] Dec 18 19:40:51.886 INFO O| Dec 18 19:40:51.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52282024-12-18T19:40:54.064Z[ recovery-image] Dec 18 19:40:51.886 INFO O| Dec 18 19:40:51.886 INFO STEP 306 (remove_files) COMPLETE
52292024-12-18T19:40:54.064Z[ recovery-image] Dec 18 19:40:51.886 INFO O| Dec 18 19:40:51.886 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-18T19:40:54.102Z[ recovery-image] Dec 18 19:40:51.924 INFO O| Dec 18 19:40:51.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52312024-12-18T19:40:54.102Z[ recovery-image] Dec 18 19:40:51.924 INFO O| Dec 18 19:40:51.924 INFO STEP 307 (remove_files) COMPLETE
52322024-12-18T19:40:54.102Z[ recovery-image] Dec 18 19:40:51.924 INFO O| Dec 18 19:40:51.924 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-18T19:40:54.116Z[ host-image] Dec 18 19:40:51.938 INFO O| Dec 18 19:40:51.938 INFO O| Planning: Solver setup ... Done
52342024-12-18T19:40:54.124Z[ host-image] Dec 18 19:40:51.946 INFO O| Dec 18 19:40:51.946 INFO O| Planning: Running solver ... Done
52352024-12-18T19:40:54.127Z[ recovery-image] Dec 18 19:40:51.947 INFO O| Dec 18 19:40:51.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52362024-12-18T19:40:54.127Z[ recovery-image] Dec 18 19:40:51.947 INFO O| Dec 18 19:40:51.947 INFO STEP 308 (remove_files) COMPLETE
52372024-12-18T19:40:54.127Z[ recovery-image] Dec 18 19:40:51.947 INFO O| Dec 18 19:40:51.947 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-18T19:40:54.158Z[ recovery-image] Dec 18 19:40:51.980 INFO O| Dec 18 19:40:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52392024-12-18T19:40:54.179Z[ recovery-image] Dec 18 19:40:52.000 INFO O| Dec 18 19:40:52.000 INFO STEP 309 (remove_files) COMPLETE
52402024-12-18T19:40:54.179Z[ recovery-image] Dec 18 19:40:52.000 INFO O| Dec 18 19:40:52.000 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-18T19:40:54.229Z[ host-image] Dec 18 19:40:52.051 INFO O| Dec 18 19:40:52.051 INFO O| Planning: Finding local manifests ... Done
52422024-12-18T19:40:54.232Z[ host-image] Dec 18 19:40:52.053 INFO O| Dec 18 19:40:52.053 INFO O| Planning: Fetching manifests: 0/6 0% complete
52432024-12-18T19:40:54.238Z[ recovery-image] Dec 18 19:40:52.060 INFO O| Dec 18 19:40:52.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52442024-12-18T19:40:54.238Z[ recovery-image] Dec 18 19:40:52.060 INFO O| Dec 18 19:40:52.060 INFO STEP 310 (remove_files) COMPLETE
52452024-12-18T19:40:54.241Z[ recovery-image] Dec 18 19:40:52.060 INFO O| Dec 18 19:40:52.060 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-18T19:40:54.261Z[ recovery-image] Dec 18 19:40:52.082 INFO O| Dec 18 19:40:52.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52472024-12-18T19:40:54.261Z[ recovery-image] Dec 18 19:40:52.082 INFO O| Dec 18 19:40:52.082 INFO STEP 311 (remove_files) COMPLETE
52482024-12-18T19:40:54.261Z[ recovery-image] Dec 18 19:40:52.083 INFO O| Dec 18 19:40:52.082 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-18T19:40:54.284Z[ recovery-image] Dec 18 19:40:52.105 INFO O| Dec 18 19:40:52.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52502024-12-18T19:40:54.284Z[ recovery-image] Dec 18 19:40:52.105 INFO O| Dec 18 19:40:52.105 INFO STEP 312 (remove_files) COMPLETE
52512024-12-18T19:40:54.284Z[ recovery-image] Dec 18 19:40:52.105 INFO O| Dec 18 19:40:52.105 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-18T19:40:54.306Z[ recovery-image] Dec 18 19:40:52.127 INFO O| Dec 18 19:40:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52532024-12-18T19:40:54.306Z[ recovery-image] Dec 18 19:40:52.128 INFO O| Dec 18 19:40:52.127 INFO STEP 313 (remove_files) COMPLETE
52542024-12-18T19:40:54.308Z[ recovery-image] Dec 18 19:40:52.128 INFO O| Dec 18 19:40:52.128 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-18T19:40:54.325Z[ recovery-image] Dec 18 19:40:52.146 INFO O| Dec 18 19:40:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52562024-12-18T19:40:54.325Z[ recovery-image] Dec 18 19:40:52.146 INFO O| Dec 18 19:40:52.146 INFO STEP 314 (remove_files) COMPLETE
52572024-12-18T19:40:54.329Z[ recovery-image] Dec 18 19:40:52.147 INFO O| Dec 18 19:40:52.146 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-18T19:40:54.381Z[ recovery-image] Dec 18 19:40:52.203 INFO O| Dec 18 19:40:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52592024-12-18T19:40:54.384Z[ recovery-image] Dec 18 19:40:52.204 INFO O| Dec 18 19:40:52.204 INFO STEP 315 (remove_files) COMPLETE
52602024-12-18T19:40:54.384Z[ recovery-image] Dec 18 19:40:52.204 INFO O| Dec 18 19:40:52.204 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-18T19:40:54.416Z[ recovery-image] Dec 18 19:40:52.235 INFO O| Dec 18 19:40:52.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52622024-12-18T19:40:54.416Z[ recovery-image] Dec 18 19:40:52.235 INFO O| Dec 18 19:40:52.235 INFO STEP 316 (remove_files) COMPLETE
52632024-12-18T19:40:54.416Z[ recovery-image] Dec 18 19:40:52.235 INFO O| Dec 18 19:40:52.235 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-18T19:40:54.433Z[ recovery-image] Dec 18 19:40:52.255 INFO O| Dec 18 19:40:52.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52652024-12-18T19:40:54.433Z[ recovery-image] Dec 18 19:40:52.255 INFO O| Dec 18 19:40:52.255 INFO STEP 317 (remove_files) COMPLETE
52662024-12-18T19:40:54.433Z[ recovery-image] Dec 18 19:40:52.255 INFO O| Dec 18 19:40:52.255 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-18T19:40:54.452Z[ recovery-image] Dec 18 19:40:52.274 INFO O| Dec 18 19:40:52.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52682024-12-18T19:40:54.452Z[ recovery-image] Dec 18 19:40:52.274 INFO O| Dec 18 19:40:52.274 INFO STEP 318 (remove_files) COMPLETE
52692024-12-18T19:40:54.452Z[ recovery-image] Dec 18 19:40:52.274 INFO O| Dec 18 19:40:52.274 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-18T19:40:54.473Z[ recovery-image] Dec 18 19:40:52.294 INFO O| Dec 18 19:40:52.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52712024-12-18T19:40:54.473Z[ recovery-image] Dec 18 19:40:52.294 INFO O| Dec 18 19:40:52.294 INFO STEP 319 (remove_files) COMPLETE
52722024-12-18T19:40:54.473Z[ recovery-image] Dec 18 19:40:52.295 INFO O| Dec 18 19:40:52.294 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-18T19:40:54.492Z[ recovery-image] Dec 18 19:40:52.314 INFO O| Dec 18 19:40:52.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52742024-12-18T19:40:54.492Z[ recovery-image] Dec 18 19:40:52.314 INFO O| Dec 18 19:40:52.314 INFO STEP 320 (remove_files) COMPLETE
52752024-12-18T19:40:54.495Z[ recovery-image] Dec 18 19:40:52.314 INFO O| Dec 18 19:40:52.314 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-18T19:40:54.513Z[ recovery-image] Dec 18 19:40:52.335 INFO O| Dec 18 19:40:52.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52772024-12-18T19:40:54.514Z[ recovery-image] Dec 18 19:40:52.335 INFO O| Dec 18 19:40:52.335 INFO STEP 321 (remove_files) COMPLETE
52782024-12-18T19:40:54.514Z[ recovery-image] Dec 18 19:40:52.335 INFO O| Dec 18 19:40:52.335 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-18T19:40:54.547Z[ recovery-image] Dec 18 19:40:52.369 INFO O| Dec 18 19:40:52.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52802024-12-18T19:40:54.547Z[ recovery-image] Dec 18 19:40:52.369 INFO O| Dec 18 19:40:52.369 INFO STEP 322 (remove_files) COMPLETE
52812024-12-18T19:40:54.547Z[ recovery-image] Dec 18 19:40:52.369 INFO O| Dec 18 19:40:52.369 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-18T19:40:54.610Z[ recovery-image] Dec 18 19:40:52.431 INFO O| Dec 18 19:40:52.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52832024-12-18T19:40:54.610Z[ recovery-image] Dec 18 19:40:52.431 INFO O| Dec 18 19:40:52.431 INFO STEP 323 (remove_files) COMPLETE
52842024-12-18T19:40:54.610Z[ recovery-image] Dec 18 19:40:52.431 INFO O| Dec 18 19:40:52.431 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-18T19:40:54.636Z[ host-image] Dec 18 19:40:52.457 INFO O| Dec 18 19:40:52.457 INFO O| Planning: Fetching manifests: 6/6 100% complete
52862024-12-18T19:40:54.661Z[ recovery-image] Dec 18 19:40:52.483 INFO O| Dec 18 19:40:52.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52872024-12-18T19:40:54.661Z[ recovery-image] Dec 18 19:40:52.483 INFO O| Dec 18 19:40:52.483 INFO STEP 324 (remove_files) COMPLETE
52882024-12-18T19:40:54.661Z[ recovery-image] Dec 18 19:40:52.483 INFO O| Dec 18 19:40:52.483 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-18T19:40:54.683Z[ recovery-image] Dec 18 19:40:52.504 INFO O| Dec 18 19:40:52.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52902024-12-18T19:40:54.683Z[ recovery-image] Dec 18 19:40:52.505 INFO O| Dec 18 19:40:52.504 INFO STEP 325 (remove_files) COMPLETE
52912024-12-18T19:40:54.685Z[ recovery-image] Dec 18 19:40:52.505 INFO O| Dec 18 19:40:52.505 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-18T19:40:54.698Z[ host-image] Dec 18 19:40:52.520 INFO O| Dec 18 19:40:52.520 INFO O| Planning: Package planning ... Done
52932024-12-18T19:40:54.704Z[ recovery-image] Dec 18 19:40:52.526 INFO O| Dec 18 19:40:52.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52942024-12-18T19:40:54.704Z[ recovery-image] Dec 18 19:40:52.526 INFO O| Dec 18 19:40:52.526 INFO STEP 326 (remove_files) COMPLETE
52952024-12-18T19:40:54.704Z[ recovery-image] Dec 18 19:40:52.526 INFO O| Dec 18 19:40:52.526 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-18T19:40:54.745Z[ recovery-image] Dec 18 19:40:52.567 INFO O| Dec 18 19:40:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52972024-12-18T19:40:54.745Z[ recovery-image] Dec 18 19:40:52.567 INFO O| Dec 18 19:40:52.567 INFO STEP 327 (remove_files) COMPLETE
52982024-12-18T19:40:54.748Z[ recovery-image] Dec 18 19:40:52.567 INFO O| Dec 18 19:40:52.567 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-18T19:40:54.751Z[ host-image] Dec 18 19:40:52.573 INFO O| Dec 18 19:40:52.573 INFO O| Planning: Merging actions ... Done
53002024-12-18T19:40:54.782Z[ recovery-image] Dec 18 19:40:52.604 INFO O| Dec 18 19:40:52.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53012024-12-18T19:40:54.784Z[ recovery-image] Dec 18 19:40:52.604 INFO O| Dec 18 19:40:52.604 INFO STEP 328 (remove_files) COMPLETE
53022024-12-18T19:40:54.784Z[ recovery-image] Dec 18 19:40:52.604 INFO O| Dec 18 19:40:52.604 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-18T19:40:54.804Z[ recovery-image] Dec 18 19:40:52.625 INFO O| Dec 18 19:40:52.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53042024-12-18T19:40:54.828Z[ recovery-image] Dec 18 19:40:52.650 INFO O| Dec 18 19:40:52.650 INFO STEP 329 (remove_files) COMPLETE
53052024-12-18T19:40:54.828Z[ recovery-image] Dec 18 19:40:52.650 INFO O| Dec 18 19:40:52.650 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-18T19:40:54.890Z[ recovery-image] Dec 18 19:40:52.712 INFO O| Dec 18 19:40:52.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53072024-12-18T19:40:54.890Z[ recovery-image] Dec 18 19:40:52.712 INFO O| Dec 18 19:40:52.712 INFO STEP 330 (remove_files) COMPLETE
53082024-12-18T19:40:54.890Z[ recovery-image] Dec 18 19:40:52.712 INFO O| Dec 18 19:40:52.712 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-18T19:40:54.912Z[ recovery-image] Dec 18 19:40:52.733 INFO O| Dec 18 19:40:52.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53102024-12-18T19:40:54.914Z[ recovery-image] Dec 18 19:40:52.733 INFO O| Dec 18 19:40:52.733 INFO STEP 331 (remove_files) COMPLETE
53112024-12-18T19:40:54.914Z[ recovery-image] Dec 18 19:40:52.733 INFO O| Dec 18 19:40:52.733 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-18T19:40:54.955Z[ recovery-image] Dec 18 19:40:52.775 INFO O| Dec 18 19:40:52.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53132024-12-18T19:40:54.957Z[ recovery-image] Dec 18 19:40:52.775 INFO O| Dec 18 19:40:52.775 INFO STEP 332 (remove_files) COMPLETE
53142024-12-18T19:40:54.957Z[ recovery-image] Dec 18 19:40:52.775 INFO O| Dec 18 19:40:52.775 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-18T19:40:54.960Z[ host-image] Dec 18 19:40:52.782 INFO O| Dec 18 19:40:52.782 INFO O| Planning: Checking for conflicting actions ... Done
53162024-12-18T19:40:54.968Z[ host-image] Dec 18 19:40:52.790 INFO O| Dec 18 19:40:52.789 INFO O| Planning: Consolidating action changes ... Done
53172024-12-18T19:40:54.976Z[ recovery-image] Dec 18 19:40:52.797 INFO O| Dec 18 19:40:52.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53182024-12-18T19:40:54.978Z[ recovery-image] Dec 18 19:40:52.798 INFO O| Dec 18 19:40:52.798 INFO STEP 333 (remove_files) COMPLETE
53192024-12-18T19:40:54.978Z[ recovery-image] Dec 18 19:40:52.798 INFO O| Dec 18 19:40:52.798 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-18T19:40:54.996Z[ recovery-image] Dec 18 19:40:52.818 INFO O| Dec 18 19:40:52.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53212024-12-18T19:40:54.999Z[ recovery-image] Dec 18 19:40:52.818 INFO O| Dec 18 19:40:52.818 INFO STEP 334 (remove_files) COMPLETE
53222024-12-18T19:40:54.999Z[ recovery-image] Dec 18 19:40:52.818 INFO O| Dec 18 19:40:52.818 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-18T19:40:55.028Z[ recovery-image] Dec 18 19:40:52.849 INFO O| Dec 18 19:40:52.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53242024-12-18T19:40:55.028Z[ recovery-image] Dec 18 19:40:52.849 INFO O| Dec 18 19:40:52.849 INFO STEP 335 (remove_files) COMPLETE
53252024-12-18T19:40:55.031Z[ recovery-image] Dec 18 19:40:52.849 INFO O| Dec 18 19:40:52.849 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-18T19:40:55.156Z[ recovery-image] Dec 18 19:40:52.978 INFO O| Dec 18 19:40:52.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53272024-12-18T19:40:55.156Z[ recovery-image] Dec 18 19:40:52.978 INFO O| Dec 18 19:40:52.978 INFO STEP 336 (remove_files) COMPLETE
53282024-12-18T19:40:55.156Z[ recovery-image] Dec 18 19:40:52.978 INFO O| Dec 18 19:40:52.978 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-18T19:40:55.179Z[ recovery-image] Dec 18 19:40:53.000 INFO O| Dec 18 19:40:53.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53302024-12-18T19:40:55.179Z[ recovery-image] Dec 18 19:40:53.000 INFO O| Dec 18 19:40:53.000 INFO STEP 337 (remove_files) COMPLETE
53312024-12-18T19:40:55.181Z[ recovery-image] Dec 18 19:40:53.000 INFO O| Dec 18 19:40:53.000 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-18T19:40:55.212Z[ recovery-image] Dec 18 19:40:53.033 INFO O| Dec 18 19:40:53.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53332024-12-18T19:40:55.212Z[ recovery-image] Dec 18 19:40:53.033 INFO O| Dec 18 19:40:53.033 INFO STEP 338 (remove_files) COMPLETE
53342024-12-18T19:40:55.215Z[ recovery-image] Dec 18 19:40:53.033 INFO O| Dec 18 19:40:53.033 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-18T19:40:55.237Z[ recovery-image] Dec 18 19:40:53.057 INFO O| Dec 18 19:40:53.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53362024-12-18T19:40:55.237Z[ recovery-image] Dec 18 19:40:53.057 INFO O| Dec 18 19:40:53.057 INFO STEP 339 (remove_files) COMPLETE
53372024-12-18T19:40:55.237Z[ recovery-image] Dec 18 19:40:53.057 INFO O| Dec 18 19:40:53.057 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-18T19:40:55.280Z[ recovery-image] Dec 18 19:40:53.102 INFO O| Dec 18 19:40:53.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53392024-12-18T19:40:55.295Z[ recovery-image] Dec 18 19:40:53.116 INFO O| Dec 18 19:40:53.116 INFO STEP 340 (remove_files) COMPLETE
53402024-12-18T19:40:55.295Z[ recovery-image] Dec 18 19:40:53.116 INFO O| Dec 18 19:40:53.116 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-18T19:40:55.327Z[ recovery-image] Dec 18 19:40:53.149 INFO O| Dec 18 19:40:53.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53422024-12-18T19:40:55.327Z[ recovery-image] Dec 18 19:40:53.149 INFO O| Dec 18 19:40:53.149 INFO STEP 341 (remove_files) COMPLETE
53432024-12-18T19:40:55.329Z[ recovery-image] Dec 18 19:40:53.149 INFO O| Dec 18 19:40:53.149 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-18T19:40:55.346Z[ recovery-image] Dec 18 19:40:53.168 INFO O| Dec 18 19:40:53.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53452024-12-18T19:40:55.346Z[ recovery-image] Dec 18 19:40:53.168 INFO O| Dec 18 19:40:53.168 INFO STEP 342 (remove_files) COMPLETE
53462024-12-18T19:40:55.349Z[ recovery-image] Dec 18 19:40:53.168 INFO O| Dec 18 19:40:53.168 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-18T19:40:55.397Z[ recovery-image] Dec 18 19:40:53.218 INFO O| Dec 18 19:40:53.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53482024-12-18T19:40:55.397Z[ recovery-image] Dec 18 19:40:53.218 INFO O| Dec 18 19:40:53.218 INFO STEP 343 (remove_files) COMPLETE
53492024-12-18T19:40:55.399Z[ recovery-image] Dec 18 19:40:53.218 INFO O| Dec 18 19:40:53.218 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-18T19:40:55.419Z[ recovery-image] Dec 18 19:40:53.240 INFO O| Dec 18 19:40:53.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53512024-12-18T19:40:55.419Z[ recovery-image] Dec 18 19:40:53.240 INFO O| Dec 18 19:40:53.240 INFO STEP 344 (remove_files) COMPLETE
53522024-12-18T19:40:55.419Z[ recovery-image] Dec 18 19:40:53.240 INFO O| Dec 18 19:40:53.240 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-18T19:40:55.438Z[ recovery-image] Dec 18 19:40:53.260 INFO O| Dec 18 19:40:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53542024-12-18T19:40:55.438Z[ recovery-image] Dec 18 19:40:53.260 INFO O| Dec 18 19:40:53.260 INFO STEP 345 (remove_files) COMPLETE
53552024-12-18T19:40:55.439Z[ recovery-image] Dec 18 19:40:53.260 INFO O| Dec 18 19:40:53.260 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-18T19:40:55.470Z[ recovery-image] Dec 18 19:40:53.291 INFO O| Dec 18 19:40:53.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53572024-12-18T19:40:55.470Z[ recovery-image] Dec 18 19:40:53.291 INFO O| Dec 18 19:40:53.291 INFO STEP 346 (remove_files) COMPLETE
53582024-12-18T19:40:55.470Z[ recovery-image] Dec 18 19:40:53.291 INFO O| Dec 18 19:40:53.291 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-18T19:40:55.473Z[ host-image] Dec 18 19:40:53.295 INFO O| Dec 18 19:40:53.295 INFO O| Planning: Evaluating mediators ... Done
53602024-12-18T19:40:55.480Z[ host-image] Dec 18 19:40:53.301 INFO O| Dec 18 19:40:53.301 INFO O| Planning: Planning completed in 5.80 seconds
53612024-12-18T19:40:55.495Z[ host-image] Dec 18 19:40:53.316 INFO O| Dec 18 19:40:53.316 INFO O| Packages to install: 6
53622024-12-18T19:40:55.495Z[ host-image] Dec 18 19:40:53.317 INFO O| Dec 18 19:40:53.316 INFO O| Mediators to change: 1
53632024-12-18T19:40:55.497Z[ host-image] Dec 18 19:40:53.317 INFO O| Dec 18 19:40:53.317 INFO O| Services to change: 1
53642024-12-18T19:40:55.529Z[ recovery-image] Dec 18 19:40:53.351 INFO O| Dec 18 19:40:53.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53652024-12-18T19:40:55.538Z[ recovery-image] Dec 18 19:40:53.351 INFO O| Dec 18 19:40:53.351 INFO STEP 347 (remove_files) COMPLETE
53662024-12-18T19:40:55.538Z[ recovery-image] Dec 18 19:40:53.351 INFO O| Dec 18 19:40:53.351 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-18T19:40:55.550Z[ host-image] Dec 18 19:40:53.372 INFO O| Dec 18 19:40:53.372 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
53682024-12-18T19:40:55.611Z[ recovery-image] Dec 18 19:40:53.432 INFO O| Dec 18 19:40:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53692024-12-18T19:40:55.611Z[ recovery-image] Dec 18 19:40:53.432 INFO O| Dec 18 19:40:53.432 INFO STEP 348 (remove_files) COMPLETE
53702024-12-18T19:40:55.611Z[ recovery-image] Dec 18 19:40:53.432 INFO O| Dec 18 19:40:53.432 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-18T19:40:55.632Z[ recovery-image] Dec 18 19:40:53.454 INFO O| Dec 18 19:40:53.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53722024-12-18T19:40:55.635Z[ recovery-image] Dec 18 19:40:53.457 INFO O| Dec 18 19:40:53.457 INFO STEP 349 (remove_files) COMPLETE
53732024-12-18T19:40:55.635Z[ recovery-image] Dec 18 19:40:53.457 INFO O| Dec 18 19:40:53.457 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-18T19:40:55.667Z[ recovery-image] Dec 18 19:40:53.489 INFO O| Dec 18 19:40:53.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53752024-12-18T19:40:55.670Z[ recovery-image] Dec 18 19:40:53.489 INFO O| Dec 18 19:40:53.489 INFO STEP 350 (remove_files) COMPLETE
53762024-12-18T19:40:55.670Z[ recovery-image] Dec 18 19:40:53.489 INFO O| Dec 18 19:40:53.489 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-18T19:40:55.688Z[ recovery-image] Dec 18 19:40:53.510 INFO O| Dec 18 19:40:53.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53782024-12-18T19:40:55.688Z[ recovery-image] Dec 18 19:40:53.510 INFO O| Dec 18 19:40:53.510 INFO STEP 351 (remove_files) COMPLETE
53792024-12-18T19:40:55.688Z[ recovery-image] Dec 18 19:40:53.510 INFO O| Dec 18 19:40:53.510 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-18T19:40:55.708Z[ recovery-image] Dec 18 19:40:53.529 INFO O| Dec 18 19:40:53.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53812024-12-18T19:40:55.708Z[ recovery-image] Dec 18 19:40:53.529 INFO O| Dec 18 19:40:53.529 INFO STEP 352 (remove_files) COMPLETE
53822024-12-18T19:40:55.708Z[ recovery-image] Dec 18 19:40:53.529 INFO O| Dec 18 19:40:53.529 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-18T19:40:55.740Z[ recovery-image] Dec 18 19:40:53.561 INFO O| Dec 18 19:40:53.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53842024-12-18T19:40:55.740Z[ recovery-image] Dec 18 19:40:53.561 INFO O| Dec 18 19:40:53.561 INFO STEP 353 (remove_files) COMPLETE
53852024-12-18T19:40:55.740Z[ recovery-image] Dec 18 19:40:53.561 INFO O| Dec 18 19:40:53.561 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-18T19:40:55.775Z[ recovery-image] Dec 18 19:40:53.597 INFO O| Dec 18 19:40:53.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53872024-12-18T19:40:55.778Z[ recovery-image] Dec 18 19:40:53.597 INFO O| Dec 18 19:40:53.597 INFO STEP 354 (remove_files) COMPLETE
53882024-12-18T19:40:55.778Z[ recovery-image] Dec 18 19:40:53.597 INFO O| Dec 18 19:40:53.597 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-18T19:40:55.798Z[ recovery-image] Dec 18 19:40:53.619 INFO O| Dec 18 19:40:53.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53902024-12-18T19:40:55.800Z[ recovery-image] Dec 18 19:40:53.620 INFO O| Dec 18 19:40:53.619 INFO STEP 355 (remove_files) COMPLETE
53912024-12-18T19:40:55.800Z[ recovery-image] Dec 18 19:40:53.620 INFO O| Dec 18 19:40:53.620 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-18T19:40:55.818Z[ recovery-image] Dec 18 19:40:53.640 INFO O| Dec 18 19:40:53.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53932024-12-18T19:40:55.821Z[ recovery-image] Dec 18 19:40:53.640 INFO O| Dec 18 19:40:53.640 INFO STEP 356 (remove_files) COMPLETE
53942024-12-18T19:40:55.821Z[ recovery-image] Dec 18 19:40:53.640 INFO O| Dec 18 19:40:53.640 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-18T19:40:55.837Z[ recovery-image] Dec 18 19:40:53.658 INFO O| Dec 18 19:40:53.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53962024-12-18T19:40:55.839Z[ recovery-image] Dec 18 19:40:53.658 INFO O| Dec 18 19:40:53.658 INFO STEP 357 (remove_files) COMPLETE
53972024-12-18T19:40:55.839Z[ recovery-image] Dec 18 19:40:53.659 INFO O| Dec 18 19:40:53.659 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-18T19:40:55.856Z[ recovery-image] Dec 18 19:40:53.677 INFO O| Dec 18 19:40:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53992024-12-18T19:40:55.858Z[ recovery-image] Dec 18 19:40:53.678 INFO O| Dec 18 19:40:53.677 INFO STEP 358 (remove_files) COMPLETE
54002024-12-18T19:40:55.859Z[ recovery-image] Dec 18 19:40:53.678 INFO O| Dec 18 19:40:53.678 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-18T19:40:55.876Z[ recovery-image] Dec 18 19:40:53.697 INFO O| Dec 18 19:40:53.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54022024-12-18T19:40:55.878Z[ recovery-image] Dec 18 19:40:53.698 INFO O| Dec 18 19:40:53.698 INFO STEP 359 (remove_files) COMPLETE
54032024-12-18T19:40:55.878Z[ recovery-image] Dec 18 19:40:53.698 INFO O| Dec 18 19:40:53.698 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-18T19:40:55.894Z[ recovery-image] Dec 18 19:40:53.716 INFO O| Dec 18 19:40:53.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54052024-12-18T19:40:55.897Z[ recovery-image] Dec 18 19:40:53.716 INFO O| Dec 18 19:40:53.716 INFO STEP 360 (remove_files) COMPLETE
54062024-12-18T19:40:55.897Z[ recovery-image] Dec 18 19:40:53.716 INFO O| Dec 18 19:40:53.716 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-18T19:40:55.913Z[ recovery-image] Dec 18 19:40:53.735 INFO O| Dec 18 19:40:53.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54082024-12-18T19:40:55.916Z[ recovery-image] Dec 18 19:40:53.735 INFO O| Dec 18 19:40:53.735 INFO STEP 361 (remove_files) COMPLETE
54092024-12-18T19:40:55.916Z[ recovery-image] Dec 18 19:40:53.735 INFO O| Dec 18 19:40:53.735 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-18T19:40:55.932Z[ recovery-image] Dec 18 19:40:53.753 INFO O| Dec 18 19:40:53.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54112024-12-18T19:40:55.935Z[ recovery-image] Dec 18 19:40:53.754 INFO O| Dec 18 19:40:53.754 INFO STEP 362 (remove_files) COMPLETE
54122024-12-18T19:40:55.935Z[ recovery-image] Dec 18 19:40:53.754 INFO O| Dec 18 19:40:53.754 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-18T19:40:55.951Z[ recovery-image] Dec 18 19:40:53.772 INFO O| Dec 18 19:40:53.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54142024-12-18T19:40:55.953Z[ recovery-image] Dec 18 19:40:53.772 INFO O| Dec 18 19:40:53.772 INFO STEP 363 (remove_files) COMPLETE
54152024-12-18T19:40:55.953Z[ recovery-image] Dec 18 19:40:53.773 INFO O| Dec 18 19:40:53.772 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-18T19:40:55.970Z[ recovery-image] Dec 18 19:40:53.792 INFO O| Dec 18 19:40:53.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54172024-12-18T19:40:55.973Z[ recovery-image] Dec 18 19:40:53.792 INFO O| Dec 18 19:40:53.792 INFO STEP 364 (remove_files) COMPLETE
54182024-12-18T19:40:55.973Z[ recovery-image] Dec 18 19:40:53.792 INFO O| Dec 18 19:40:53.792 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-18T19:40:55.991Z[ recovery-image] Dec 18 19:40:53.812 INFO O| Dec 18 19:40:53.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54202024-12-18T19:40:55.993Z[ recovery-image] Dec 18 19:40:53.813 INFO O| Dec 18 19:40:53.812 INFO STEP 365 (remove_files) COMPLETE
54212024-12-18T19:40:55.993Z[ recovery-image] Dec 18 19:40:53.813 INFO O| Dec 18 19:40:53.813 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-18T19:40:56.011Z[ recovery-image] Dec 18 19:40:53.832 INFO O| Dec 18 19:40:53.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54232024-12-18T19:40:56.014Z[ recovery-image] Dec 18 19:40:53.833 INFO O| Dec 18 19:40:53.833 INFO STEP 366 (remove_files) COMPLETE
54242024-12-18T19:40:56.014Z[ recovery-image] Dec 18 19:40:53.833 INFO O| Dec 18 19:40:53.833 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-18T19:40:56.032Z[ recovery-image] Dec 18 19:40:53.853 INFO O| Dec 18 19:40:53.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54262024-12-18T19:40:56.035Z[ recovery-image] Dec 18 19:40:53.854 INFO O| Dec 18 19:40:53.854 INFO STEP 367 (remove_files) COMPLETE
54272024-12-18T19:40:56.035Z[ recovery-image] Dec 18 19:40:53.854 INFO O| Dec 18 19:40:53.854 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-18T19:40:56.053Z[ recovery-image] Dec 18 19:40:53.875 INFO O| Dec 18 19:40:53.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54292024-12-18T19:40:56.055Z[ recovery-image] Dec 18 19:40:53.875 INFO O| Dec 18 19:40:53.875 INFO STEP 368 (remove_files) COMPLETE
54302024-12-18T19:40:56.055Z[ recovery-image] Dec 18 19:40:53.875 INFO O| Dec 18 19:40:53.875 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-18T19:40:56.074Z[ recovery-image] Dec 18 19:40:53.896 INFO O| Dec 18 19:40:53.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54322024-12-18T19:40:56.074Z[ recovery-image] Dec 18 19:40:53.896 INFO O| Dec 18 19:40:53.896 INFO STEP 369 (remove_files) COMPLETE
54332024-12-18T19:40:56.079Z[ recovery-image] Dec 18 19:40:53.896 INFO O| Dec 18 19:40:53.896 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-18T19:40:56.097Z[ recovery-image] Dec 18 19:40:53.919 INFO O| Dec 18 19:40:53.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54352024-12-18T19:40:56.100Z[ recovery-image] Dec 18 19:40:53.919 INFO O| Dec 18 19:40:53.919 INFO STEP 370 (remove_files) COMPLETE
54362024-12-18T19:40:56.100Z[ recovery-image] Dec 18 19:40:53.919 INFO O| Dec 18 19:40:53.919 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-18T19:40:56.119Z[ recovery-image] Dec 18 19:40:53.940 INFO O| Dec 18 19:40:53.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54382024-12-18T19:40:56.121Z[ recovery-image] Dec 18 19:40:53.940 INFO O| Dec 18 19:40:53.940 INFO STEP 371 (remove_files) COMPLETE
54392024-12-18T19:40:56.121Z[ recovery-image] Dec 18 19:40:53.940 INFO O| Dec 18 19:40:53.940 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-18T19:40:56.139Z[ recovery-image] Dec 18 19:40:53.960 INFO O| Dec 18 19:40:53.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54412024-12-18T19:40:56.139Z[ recovery-image] Dec 18 19:40:53.960 INFO O| Dec 18 19:40:53.960 INFO STEP 372 (remove_files) COMPLETE
54422024-12-18T19:40:56.142Z[ recovery-image] Dec 18 19:40:53.961 INFO O| Dec 18 19:40:53.960 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-18T19:40:56.159Z[ recovery-image] Dec 18 19:40:53.980 INFO O| Dec 18 19:40:53.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54442024-12-18T19:40:56.159Z[ recovery-image] Dec 18 19:40:53.980 INFO O| Dec 18 19:40:53.980 INFO STEP 373 (remove_files) COMPLETE
54452024-12-18T19:40:56.159Z[ recovery-image] Dec 18 19:40:53.980 INFO O| Dec 18 19:40:53.980 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-18T19:40:56.179Z[ recovery-image] Dec 18 19:40:54.000 INFO O| Dec 18 19:40:54.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54472024-12-18T19:40:56.179Z[ recovery-image] Dec 18 19:40:54.000 INFO O| Dec 18 19:40:54.000 INFO STEP 374 (remove_files) COMPLETE
54482024-12-18T19:40:56.179Z[ recovery-image] Dec 18 19:40:54.000 INFO O| Dec 18 19:40:54.000 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-18T19:40:56.206Z[ recovery-image] Dec 18 19:40:54.028 INFO O| Dec 18 19:40:54.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54502024-12-18T19:40:56.207Z[ recovery-image] Dec 18 19:40:54.028 INFO O| Dec 18 19:40:54.028 INFO STEP 375 (remove_files) COMPLETE
54512024-12-18T19:40:56.210Z[ recovery-image] Dec 18 19:40:54.028 INFO O| Dec 18 19:40:54.028 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-18T19:40:56.233Z[ recovery-image] Dec 18 19:40:54.054 INFO O| Dec 18 19:40:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54532024-12-18T19:40:56.233Z[ recovery-image] Dec 18 19:40:54.054 INFO O| Dec 18 19:40:54.054 INFO STEP 376 (remove_files) COMPLETE
54542024-12-18T19:40:56.233Z[ recovery-image] Dec 18 19:40:54.054 INFO O| Dec 18 19:40:54.054 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-18T19:40:56.270Z[ recovery-image] Dec 18 19:40:54.092 INFO O| Dec 18 19:40:54.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54562024-12-18T19:40:56.271Z[ recovery-image] Dec 18 19:40:54.092 INFO O| Dec 18 19:40:54.092 INFO STEP 377 (remove_files) COMPLETE
54572024-12-18T19:40:56.274Z[ recovery-image] Dec 18 19:40:54.092 INFO O| Dec 18 19:40:54.092 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-18T19:40:56.318Z[ recovery-image] Dec 18 19:40:54.139 INFO O| Dec 18 19:40:54.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54592024-12-18T19:40:56.318Z[ recovery-image] Dec 18 19:40:54.139 INFO O| Dec 18 19:40:54.139 INFO STEP 378 (remove_files) COMPLETE
54602024-12-18T19:40:56.318Z[ recovery-image] Dec 18 19:40:54.140 INFO O| Dec 18 19:40:54.139 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-18T19:40:56.338Z[ recovery-image] Dec 18 19:40:54.160 INFO O| Dec 18 19:40:54.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54622024-12-18T19:40:56.339Z[ recovery-image] Dec 18 19:40:54.160 INFO O| Dec 18 19:40:54.160 INFO STEP 379 (remove_files) COMPLETE
54632024-12-18T19:40:56.339Z[ recovery-image] Dec 18 19:40:54.160 INFO O| Dec 18 19:40:54.160 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-18T19:40:56.358Z[ recovery-image] Dec 18 19:40:54.180 INFO O| Dec 18 19:40:54.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54652024-12-18T19:40:56.358Z[ recovery-image] Dec 18 19:40:54.180 INFO O| Dec 18 19:40:54.180 INFO STEP 380 (remove_files) COMPLETE
54662024-12-18T19:40:56.358Z[ recovery-image] Dec 18 19:40:54.180 INFO O| Dec 18 19:40:54.180 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-18T19:40:56.383Z[ recovery-image] Dec 18 19:40:54.204 INFO O| Dec 18 19:40:54.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54682024-12-18T19:40:56.383Z[ recovery-image] Dec 18 19:40:54.204 INFO O| Dec 18 19:40:54.204 INFO STEP 381 (remove_files) COMPLETE
54692024-12-18T19:40:56.383Z[ recovery-image] Dec 18 19:40:54.204 INFO O| Dec 18 19:40:54.204 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-18T19:40:56.403Z[ recovery-image] Dec 18 19:40:54.225 INFO O| Dec 18 19:40:54.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54712024-12-18T19:40:56.404Z[ recovery-image] Dec 18 19:40:54.225 INFO O| Dec 18 19:40:54.225 INFO STEP 382 (remove_files) COMPLETE
54722024-12-18T19:40:56.404Z[ recovery-image] Dec 18 19:40:54.225 INFO O| Dec 18 19:40:54.225 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-18T19:40:56.425Z[ recovery-image] Dec 18 19:40:54.247 INFO O| Dec 18 19:40:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54742024-12-18T19:40:56.425Z[ recovery-image] Dec 18 19:40:54.247 INFO O| Dec 18 19:40:54.247 INFO STEP 383 (remove_files) COMPLETE
54752024-12-18T19:40:56.428Z[ recovery-image] Dec 18 19:40:54.247 INFO O| Dec 18 19:40:54.247 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-18T19:40:56.446Z[ recovery-image] Dec 18 19:40:54.268 INFO O| Dec 18 19:40:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54772024-12-18T19:40:56.447Z[ recovery-image] Dec 18 19:40:54.268 INFO O| Dec 18 19:40:54.268 INFO STEP 384 (remove_files) COMPLETE
54782024-12-18T19:40:56.447Z[ recovery-image] Dec 18 19:40:54.268 INFO O| Dec 18 19:40:54.268 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-18T19:40:56.468Z[ recovery-image] Dec 18 19:40:54.290 INFO O| Dec 18 19:40:54.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54802024-12-18T19:40:56.468Z[ recovery-image] Dec 18 19:40:54.290 INFO O| Dec 18 19:40:54.290 INFO STEP 385 (remove_files) COMPLETE
54812024-12-18T19:40:56.471Z[ recovery-image] Dec 18 19:40:54.290 INFO O| Dec 18 19:40:54.290 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-18T19:40:56.489Z[ recovery-image] Dec 18 19:40:54.310 INFO O| Dec 18 19:40:54.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54832024-12-18T19:40:56.489Z[ recovery-image] Dec 18 19:40:54.310 INFO O| Dec 18 19:40:54.310 INFO STEP 386 (remove_files) COMPLETE
54842024-12-18T19:40:56.491Z[ recovery-image] Dec 18 19:40:54.311 INFO O| Dec 18 19:40:54.310 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-18T19:40:56.530Z[ recovery-image] Dec 18 19:40:54.352 INFO O| Dec 18 19:40:54.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54862024-12-18T19:40:56.530Z[ recovery-image] Dec 18 19:40:54.352 INFO O| Dec 18 19:40:54.352 INFO STEP 387 (remove_files) COMPLETE
54872024-12-18T19:40:56.530Z[ recovery-image] Dec 18 19:40:54.352 INFO O| Dec 18 19:40:54.352 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-18T19:40:56.551Z[ recovery-image] Dec 18 19:40:54.373 INFO O| Dec 18 19:40:54.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54892024-12-18T19:40:56.551Z[ recovery-image] Dec 18 19:40:54.373 INFO O| Dec 18 19:40:54.373 INFO STEP 388 (remove_files) COMPLETE
54902024-12-18T19:40:56.551Z[ recovery-image] Dec 18 19:40:54.373 INFO O| Dec 18 19:40:54.373 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-18T19:40:56.573Z[ recovery-image] Dec 18 19:40:54.394 INFO O| Dec 18 19:40:54.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54922024-12-18T19:40:56.573Z[ recovery-image] Dec 18 19:40:54.395 INFO O| Dec 18 19:40:54.394 INFO STEP 389 (remove_files) COMPLETE
54932024-12-18T19:40:56.573Z[ recovery-image] Dec 18 19:40:54.395 INFO O| Dec 18 19:40:54.395 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-18T19:40:56.594Z[ recovery-image] Dec 18 19:40:54.416 INFO O| Dec 18 19:40:54.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54952024-12-18T19:40:56.594Z[ recovery-image] Dec 18 19:40:54.416 INFO O| Dec 18 19:40:54.416 INFO STEP 390 (remove_files) COMPLETE
54962024-12-18T19:40:56.594Z[ recovery-image] Dec 18 19:40:54.416 INFO O| Dec 18 19:40:54.416 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-18T19:40:56.615Z[ recovery-image] Dec 18 19:40:54.436 INFO O| Dec 18 19:40:54.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54982024-12-18T19:40:56.634Z[ recovery-image] Dec 18 19:40:54.456 INFO O| Dec 18 19:40:54.456 INFO STEP 391 (remove_files) COMPLETE
54992024-12-18T19:40:56.634Z[ recovery-image] Dec 18 19:40:54.456 INFO O| Dec 18 19:40:54.456 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-18T19:40:56.695Z[ recovery-image] Dec 18 19:40:54.516 INFO O| Dec 18 19:40:54.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55012024-12-18T19:40:56.695Z[ recovery-image] Dec 18 19:40:54.516 INFO O| Dec 18 19:40:54.516 INFO STEP 392 (remove_files) COMPLETE
55022024-12-18T19:40:56.695Z[ recovery-image] Dec 18 19:40:54.516 INFO O| Dec 18 19:40:54.516 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-18T19:40:56.713Z[ recovery-image] Dec 18 19:40:54.535 INFO O| Dec 18 19:40:54.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55042024-12-18T19:40:56.713Z[ recovery-image] Dec 18 19:40:54.535 INFO O| Dec 18 19:40:54.535 INFO STEP 393 (remove_files) COMPLETE
55052024-12-18T19:40:56.713Z[ recovery-image] Dec 18 19:40:54.535 INFO O| Dec 18 19:40:54.535 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-18T19:40:56.731Z[ recovery-image] Dec 18 19:40:54.553 INFO O| Dec 18 19:40:54.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55072024-12-18T19:40:56.732Z[ recovery-image] Dec 18 19:40:54.553 INFO O| Dec 18 19:40:54.553 INFO STEP 394 (remove_files) COMPLETE
55082024-12-18T19:40:56.732Z[ recovery-image] Dec 18 19:40:54.553 INFO O| Dec 18 19:40:54.553 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-18T19:40:56.751Z[ recovery-image] Dec 18 19:40:54.572 INFO O| Dec 18 19:40:54.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55102024-12-18T19:40:56.751Z[ recovery-image] Dec 18 19:40:54.572 INFO O| Dec 18 19:40:54.572 INFO STEP 395 (remove_files) COMPLETE
55112024-12-18T19:40:56.751Z[ recovery-image] Dec 18 19:40:54.572 INFO O| Dec 18 19:40:54.572 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-18T19:40:56.770Z[ recovery-image] Dec 18 19:40:54.591 INFO O| Dec 18 19:40:54.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55132024-12-18T19:40:56.770Z[ recovery-image] Dec 18 19:40:54.591 INFO O| Dec 18 19:40:54.591 INFO STEP 396 (remove_files) COMPLETE
55142024-12-18T19:40:56.770Z[ recovery-image] Dec 18 19:40:54.591 INFO O| Dec 18 19:40:54.591 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-18T19:40:56.790Z[ recovery-image] Dec 18 19:40:54.611 INFO O| Dec 18 19:40:54.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55162024-12-18T19:40:56.790Z[ recovery-image] Dec 18 19:40:54.611 INFO O| Dec 18 19:40:54.611 INFO STEP 397 (remove_files) COMPLETE
55172024-12-18T19:40:56.790Z[ recovery-image] Dec 18 19:40:54.611 INFO O| Dec 18 19:40:54.611 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-18T19:40:56.811Z[ recovery-image] Dec 18 19:40:54.632 INFO O| Dec 18 19:40:54.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55192024-12-18T19:40:56.811Z[ recovery-image] Dec 18 19:40:54.632 INFO O| Dec 18 19:40:54.632 INFO STEP 398 (remove_files) COMPLETE
55202024-12-18T19:40:56.811Z[ recovery-image] Dec 18 19:40:54.632 INFO O| Dec 18 19:40:54.632 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-18T19:40:56.857Z[ recovery-image] Dec 18 19:40:54.679 INFO O| Dec 18 19:40:54.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55222024-12-18T19:40:56.860Z[ recovery-image] Dec 18 19:40:54.679 INFO O| Dec 18 19:40:54.679 INFO STEP 399 (remove_files) COMPLETE
55232024-12-18T19:40:56.860Z[ recovery-image] Dec 18 19:40:54.679 INFO O| Dec 18 19:40:54.679 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-18T19:40:56.898Z[ recovery-image] Dec 18 19:40:54.720 INFO O| Dec 18 19:40:54.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55252024-12-18T19:40:56.922Z[ recovery-image] Dec 18 19:40:54.744 INFO O| Dec 18 19:40:54.744 INFO STEP 400 (remove_files) COMPLETE
55262024-12-18T19:40:56.925Z[ recovery-image] Dec 18 19:40:54.744 INFO O| Dec 18 19:40:54.744 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-18T19:40:56.948Z[ recovery-image] Dec 18 19:40:54.769 INFO O| Dec 18 19:40:54.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55282024-12-18T19:40:56.950Z[ recovery-image] Dec 18 19:40:54.769 INFO O| Dec 18 19:40:54.769 INFO STEP 401 (remove_files) COMPLETE
55292024-12-18T19:40:56.950Z[ recovery-image] Dec 18 19:40:54.770 INFO O| Dec 18 19:40:54.769 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-18T19:40:56.991Z[ recovery-image] Dec 18 19:40:54.812 INFO O| Dec 18 19:40:54.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55312024-12-18T19:40:56.991Z[ recovery-image] Dec 18 19:40:54.812 INFO O| Dec 18 19:40:54.812 INFO STEP 402 (remove_files) COMPLETE
55322024-12-18T19:40:56.994Z[ recovery-image] Dec 18 19:40:54.813 INFO O| Dec 18 19:40:54.812 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-18T19:40:57.016Z[ recovery-image] Dec 18 19:40:54.838 INFO O| Dec 18 19:40:54.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55342024-12-18T19:40:57.016Z[ recovery-image] Dec 18 19:40:54.838 INFO O| Dec 18 19:40:54.838 INFO STEP 403 (remove_files) COMPLETE
55352024-12-18T19:40:57.016Z[ recovery-image] Dec 18 19:40:54.838 INFO O| Dec 18 19:40:54.838 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-18T19:40:57.037Z[ recovery-image] Dec 18 19:40:54.857 INFO O| Dec 18 19:40:54.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55372024-12-18T19:40:57.037Z[ recovery-image] Dec 18 19:40:54.858 INFO O| Dec 18 19:40:54.858 INFO STEP 404 (remove_files) COMPLETE
55382024-12-18T19:40:57.037Z[ recovery-image] Dec 18 19:40:54.858 INFO O| Dec 18 19:40:54.858 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-18T19:40:57.056Z[ recovery-image] Dec 18 19:40:54.877 INFO O| Dec 18 19:40:54.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55402024-12-18T19:40:57.056Z[ recovery-image] Dec 18 19:40:54.877 INFO O| Dec 18 19:40:54.877 INFO STEP 405 (remove_files) COMPLETE
55412024-12-18T19:40:57.058Z[ recovery-image] Dec 18 19:40:54.877 INFO O| Dec 18 19:40:54.877 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-18T19:40:57.088Z[ recovery-image] Dec 18 19:40:54.909 INFO O| Dec 18 19:40:54.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55432024-12-18T19:40:57.108Z[ recovery-image] Dec 18 19:40:54.929 INFO O| Dec 18 19:40:54.929 INFO STEP 406 (remove_files) COMPLETE
55442024-12-18T19:40:57.108Z[ recovery-image] Dec 18 19:40:54.929 INFO O| Dec 18 19:40:54.929 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-18T19:40:57.133Z[ recovery-image] Dec 18 19:40:54.954 INFO O| Dec 18 19:40:54.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55462024-12-18T19:40:57.135Z[ recovery-image] Dec 18 19:40:54.955 INFO O| Dec 18 19:40:54.954 INFO STEP 407 (remove_files) COMPLETE
55472024-12-18T19:40:57.135Z[ recovery-image] Dec 18 19:40:54.955 INFO O| Dec 18 19:40:54.954 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-18T19:40:57.156Z[ recovery-image] Dec 18 19:40:54.977 INFO O| Dec 18 19:40:54.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55492024-12-18T19:40:57.158Z[ recovery-image] Dec 18 19:40:54.978 INFO O| Dec 18 19:40:54.978 INFO STEP 408 (remove_files) COMPLETE
55502024-12-18T19:40:57.158Z[ recovery-image] Dec 18 19:40:54.978 INFO O| Dec 18 19:40:54.978 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-18T19:40:57.198Z[ recovery-image] Dec 18 19:40:55.020 INFO O| Dec 18 19:40:55.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55522024-12-18T19:40:57.199Z[ recovery-image] Dec 18 19:40:55.020 INFO O| Dec 18 19:40:55.020 INFO STEP 409 (remove_files) COMPLETE
55532024-12-18T19:40:57.201Z[ recovery-image] Dec 18 19:40:55.020 INFO O| Dec 18 19:40:55.020 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-18T19:40:57.239Z[ recovery-image] Dec 18 19:40:55.060 INFO O| Dec 18 19:40:55.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55552024-12-18T19:40:57.241Z[ recovery-image] Dec 18 19:40:55.060 INFO O| Dec 18 19:40:55.060 INFO STEP 410 (remove_files) COMPLETE
55562024-12-18T19:40:57.242Z[ recovery-image] Dec 18 19:40:55.060 INFO O| Dec 18 19:40:55.060 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-18T19:40:57.299Z[ recovery-image] Dec 18 19:40:55.121 INFO O| Dec 18 19:40:55.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55582024-12-18T19:40:57.299Z[ recovery-image] Dec 18 19:40:55.121 INFO O| Dec 18 19:40:55.121 INFO STEP 411 (remove_files) COMPLETE
55592024-12-18T19:40:57.302Z[ recovery-image] Dec 18 19:40:55.121 INFO O| Dec 18 19:40:55.121 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-18T19:40:57.317Z[ recovery-image] Dec 18 19:40:55.138 INFO O| Dec 18 19:40:55.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55612024-12-18T19:40:57.319Z[ recovery-image] Dec 18 19:40:55.139 INFO O| Dec 18 19:40:55.138 INFO STEP 412 (remove_files) COMPLETE
55622024-12-18T19:40:57.319Z[ recovery-image] Dec 18 19:40:55.139 INFO O| Dec 18 19:40:55.139 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-18T19:40:57.335Z[ recovery-image] Dec 18 19:40:55.156 INFO O| Dec 18 19:40:55.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55642024-12-18T19:40:57.338Z[ recovery-image] Dec 18 19:40:55.157 INFO O| Dec 18 19:40:55.157 INFO STEP 413 (remove_files) COMPLETE
55652024-12-18T19:40:57.338Z[ recovery-image] Dec 18 19:40:55.157 INFO O| Dec 18 19:40:55.157 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-18T19:40:57.366Z[ recovery-image] Dec 18 19:40:55.187 INFO O| Dec 18 19:40:55.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55672024-12-18T19:40:57.368Z[ recovery-image] Dec 18 19:40:55.188 INFO O| Dec 18 19:40:55.187 INFO STEP 414 (remove_files) COMPLETE
55682024-12-18T19:40:57.368Z[ recovery-image] Dec 18 19:40:55.188 INFO O| Dec 18 19:40:55.188 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-18T19:40:57.387Z[ recovery-image] Dec 18 19:40:55.208 INFO O| Dec 18 19:40:55.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55702024-12-18T19:40:57.390Z[ recovery-image] Dec 18 19:40:55.208 INFO O| Dec 18 19:40:55.208 INFO STEP 415 (remove_files) COMPLETE
55712024-12-18T19:40:57.390Z[ recovery-image] Dec 18 19:40:55.208 INFO O| Dec 18 19:40:55.208 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-18T19:40:57.406Z[ recovery-image] Dec 18 19:40:55.228 INFO O| Dec 18 19:40:55.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55732024-12-18T19:40:57.409Z[ recovery-image] Dec 18 19:40:55.228 INFO O| Dec 18 19:40:55.228 INFO STEP 416 (remove_files) COMPLETE
55742024-12-18T19:40:57.409Z[ recovery-image] Dec 18 19:40:55.228 INFO O| Dec 18 19:40:55.228 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-18T19:40:57.426Z[ recovery-image] Dec 18 19:40:55.247 INFO O| Dec 18 19:40:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55762024-12-18T19:40:57.428Z[ recovery-image] Dec 18 19:40:55.248 INFO O| Dec 18 19:40:55.248 INFO STEP 417 (remove_files) COMPLETE
55772024-12-18T19:40:57.428Z[ recovery-image] Dec 18 19:40:55.248 INFO O| Dec 18 19:40:55.248 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-18T19:40:57.444Z[ recovery-image] Dec 18 19:40:55.266 INFO O| Dec 18 19:40:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55792024-12-18T19:40:57.447Z[ recovery-image] Dec 18 19:40:55.266 INFO O| Dec 18 19:40:55.266 INFO STEP 418 (remove_files) COMPLETE
55802024-12-18T19:40:57.447Z[ recovery-image] Dec 18 19:40:55.266 INFO O| Dec 18 19:40:55.266 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-18T19:40:57.467Z[ recovery-image] Dec 18 19:40:55.289 INFO O| Dec 18 19:40:55.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55822024-12-18T19:40:57.470Z[ recovery-image] Dec 18 19:40:55.289 INFO O| Dec 18 19:40:55.289 INFO STEP 419 (remove_files) COMPLETE
55832024-12-18T19:40:57.470Z[ recovery-image] Dec 18 19:40:55.289 INFO O| Dec 18 19:40:55.289 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-18T19:40:57.491Z[ recovery-image] Dec 18 19:40:55.313 INFO O| Dec 18 19:40:55.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55852024-12-18T19:40:57.494Z[ recovery-image] Dec 18 19:40:55.313 INFO O| Dec 18 19:40:55.313 INFO STEP 420 (remove_files) COMPLETE
55862024-12-18T19:40:57.494Z[ recovery-image] Dec 18 19:40:55.313 INFO O| Dec 18 19:40:55.313 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-18T19:40:57.513Z[ recovery-image] Dec 18 19:40:55.334 INFO O| Dec 18 19:40:55.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55882024-12-18T19:40:57.516Z[ recovery-image] Dec 18 19:40:55.335 INFO O| Dec 18 19:40:55.335 INFO STEP 421 (remove_files) COMPLETE
55892024-12-18T19:40:57.516Z[ recovery-image] Dec 18 19:40:55.335 INFO O| Dec 18 19:40:55.335 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-18T19:40:57.552Z[ recovery-image] Dec 18 19:40:55.373 INFO O| Dec 18 19:40:55.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55912024-12-18T19:40:57.552Z[ recovery-image] Dec 18 19:40:55.373 INFO O| Dec 18 19:40:55.373 INFO STEP 422 (remove_files) COMPLETE
55922024-12-18T19:40:57.552Z[ recovery-image] Dec 18 19:40:55.373 INFO O| Dec 18 19:40:55.373 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-18T19:40:57.571Z[ recovery-image] Dec 18 19:40:55.393 INFO O| Dec 18 19:40:55.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55942024-12-18T19:40:57.571Z[ recovery-image] Dec 18 19:40:55.393 INFO O| Dec 18 19:40:55.393 INFO STEP 423 (remove_files) COMPLETE
55952024-12-18T19:40:57.571Z[ recovery-image] Dec 18 19:40:55.393 INFO O| Dec 18 19:40:55.393 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-18T19:40:57.590Z[ recovery-image] Dec 18 19:40:55.411 INFO O| Dec 18 19:40:55.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55972024-12-18T19:40:57.590Z[ recovery-image] Dec 18 19:40:55.411 INFO O| Dec 18 19:40:55.411 INFO STEP 424 (remove_files) COMPLETE
55982024-12-18T19:40:57.590Z[ recovery-image] Dec 18 19:40:55.411 INFO O| Dec 18 19:40:55.411 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-18T19:40:57.607Z[ recovery-image] Dec 18 19:40:55.428 INFO O| Dec 18 19:40:55.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56002024-12-18T19:40:57.607Z[ recovery-image] Dec 18 19:40:55.429 INFO O| Dec 18 19:40:55.428 INFO STEP 425 (remove_files) COMPLETE
56012024-12-18T19:40:57.610Z[ recovery-image] Dec 18 19:40:55.429 INFO O| Dec 18 19:40:55.429 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-18T19:40:57.625Z[ recovery-image] Dec 18 19:40:55.446 INFO O| Dec 18 19:40:55.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56032024-12-18T19:40:57.627Z[ recovery-image] Dec 18 19:40:55.446 INFO O| Dec 18 19:40:55.446 INFO STEP 426 (remove_files) COMPLETE
56042024-12-18T19:40:57.627Z[ recovery-image] Dec 18 19:40:55.446 INFO O| Dec 18 19:40:55.446 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-18T19:40:57.643Z[ recovery-image] Dec 18 19:40:55.464 INFO O| Dec 18 19:40:55.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56062024-12-18T19:40:57.646Z[ recovery-image] Dec 18 19:40:55.467 INFO O| Dec 18 19:40:55.467 INFO STEP 427 (remove_files) COMPLETE
56072024-12-18T19:40:57.646Z[ recovery-image] Dec 18 19:40:55.467 INFO O| Dec 18 19:40:55.467 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-18T19:40:57.666Z[ recovery-image] Dec 18 19:40:55.487 INFO O| Dec 18 19:40:55.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56092024-12-18T19:40:57.666Z[ recovery-image] Dec 18 19:40:55.487 INFO O| Dec 18 19:40:55.487 INFO STEP 428 (remove_files) COMPLETE
56102024-12-18T19:40:57.666Z[ recovery-image] Dec 18 19:40:55.488 INFO O| Dec 18 19:40:55.487 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-18T19:40:57.702Z[ recovery-image] Dec 18 19:40:55.523 INFO O| Dec 18 19:40:55.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56122024-12-18T19:40:57.702Z[ recovery-image] Dec 18 19:40:55.523 INFO O| Dec 18 19:40:55.523 INFO STEP 429 (remove_files) COMPLETE
56132024-12-18T19:40:57.704Z[ recovery-image] Dec 18 19:40:55.523 INFO O| Dec 18 19:40:55.523 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-18T19:40:57.724Z[ recovery-image] Dec 18 19:40:55.545 INFO O| Dec 18 19:40:55.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56152024-12-18T19:40:57.724Z[ recovery-image] Dec 18 19:40:55.546 INFO O| Dec 18 19:40:55.546 INFO STEP 430 (remove_files) COMPLETE
56162024-12-18T19:40:57.724Z[ recovery-image] Dec 18 19:40:55.546 INFO O| Dec 18 19:40:55.546 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-18T19:40:57.743Z[ recovery-image] Dec 18 19:40:55.565 INFO O| Dec 18 19:40:55.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56182024-12-18T19:40:57.743Z[ recovery-image] Dec 18 19:40:55.565 INFO O| Dec 18 19:40:55.565 INFO STEP 431 (remove_files) COMPLETE
56192024-12-18T19:40:57.746Z[ recovery-image] Dec 18 19:40:55.565 INFO O| Dec 18 19:40:55.565 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-18T19:40:57.785Z[ recovery-image] Dec 18 19:40:55.606 INFO O| Dec 18 19:40:55.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56212024-12-18T19:40:57.787Z[ recovery-image] Dec 18 19:40:55.606 INFO O| Dec 18 19:40:55.606 INFO STEP 432 (remove_files) COMPLETE
56222024-12-18T19:40:57.787Z[ recovery-image] Dec 18 19:40:55.606 INFO O| Dec 18 19:40:55.606 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-18T19:40:57.806Z[ recovery-image] Dec 18 19:40:55.628 INFO O| Dec 18 19:40:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56242024-12-18T19:40:57.809Z[ recovery-image] Dec 18 19:40:55.628 INFO O| Dec 18 19:40:55.628 INFO STEP 433 (remove_files) COMPLETE
56252024-12-18T19:40:57.809Z[ recovery-image] Dec 18 19:40:55.628 INFO O| Dec 18 19:40:55.628 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-18T19:40:57.826Z[ recovery-image] Dec 18 19:40:55.647 INFO O| Dec 18 19:40:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56272024-12-18T19:40:57.829Z[ recovery-image] Dec 18 19:40:55.647 INFO O| Dec 18 19:40:55.647 INFO STEP 434 (remove_files) COMPLETE
56282024-12-18T19:40:57.829Z[ recovery-image] Dec 18 19:40:55.648 INFO O| Dec 18 19:40:55.647 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-18T19:40:57.869Z[ recovery-image] Dec 18 19:40:55.690 INFO O| Dec 18 19:40:55.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56302024-12-18T19:40:57.872Z[ recovery-image] Dec 18 19:40:55.690 INFO O| Dec 18 19:40:55.690 INFO STEP 435 (remove_files) COMPLETE
56312024-12-18T19:40:57.872Z[ recovery-image] Dec 18 19:40:55.690 INFO O| Dec 18 19:40:55.690 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-18T19:40:57.911Z[ recovery-image] Dec 18 19:40:55.732 INFO O| Dec 18 19:40:55.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56332024-12-18T19:40:57.914Z[ recovery-image] Dec 18 19:40:55.733 INFO O| Dec 18 19:40:55.732 INFO STEP 436 (remove_files) COMPLETE
56342024-12-18T19:40:57.914Z[ recovery-image] Dec 18 19:40:55.733 INFO O| Dec 18 19:40:55.733 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-18T19:40:57.934Z[ recovery-image] Dec 18 19:40:55.755 INFO O| Dec 18 19:40:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56362024-12-18T19:40:57.934Z[ recovery-image] Dec 18 19:40:55.755 INFO O| Dec 18 19:40:55.755 INFO STEP 437 (remove_files) COMPLETE
56372024-12-18T19:40:57.937Z[ recovery-image] Dec 18 19:40:55.756 INFO O| Dec 18 19:40:55.755 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-18T19:40:57.958Z[ recovery-image] Dec 18 19:40:55.778 INFO O| Dec 18 19:40:55.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56392024-12-18T19:40:57.961Z[ recovery-image] Dec 18 19:40:55.779 INFO O| Dec 18 19:40:55.778 INFO STEP 438 (remove_files) COMPLETE
56402024-12-18T19:40:57.961Z[ recovery-image] Dec 18 19:40:55.779 INFO O| Dec 18 19:40:55.779 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-18T19:40:57.981Z[ recovery-image] Dec 18 19:40:55.802 INFO O| Dec 18 19:40:55.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56422024-12-18T19:40:57.981Z[ recovery-image] Dec 18 19:40:55.803 INFO O| Dec 18 19:40:55.802 INFO STEP 439 (remove_files) COMPLETE
56432024-12-18T19:40:57.984Z[ recovery-image] Dec 18 19:40:55.803 INFO O| Dec 18 19:40:55.803 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-18T19:40:58.005Z[ recovery-image] Dec 18 19:40:55.826 INFO O| Dec 18 19:40:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56452024-12-18T19:40:58.005Z[ recovery-image] Dec 18 19:40:55.826 INFO O| Dec 18 19:40:55.826 INFO STEP 440 (remove_files) COMPLETE
56462024-12-18T19:40:58.008Z[ recovery-image] Dec 18 19:40:55.826 INFO O| Dec 18 19:40:55.826 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-18T19:40:58.026Z[ recovery-image] Dec 18 19:40:55.847 INFO O| Dec 18 19:40:55.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56482024-12-18T19:40:58.028Z[ recovery-image] Dec 18 19:40:55.848 INFO O| Dec 18 19:40:55.847 INFO STEP 441 (remove_files) COMPLETE
56492024-12-18T19:40:58.028Z[ recovery-image] Dec 18 19:40:55.848 INFO O| Dec 18 19:40:55.848 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-18T19:40:58.048Z[ recovery-image] Dec 18 19:40:55.869 INFO O| Dec 18 19:40:55.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56512024-12-18T19:40:58.048Z[ recovery-image] Dec 18 19:40:55.869 INFO O| Dec 18 19:40:55.869 INFO STEP 442 (remove_files) COMPLETE
56522024-12-18T19:40:58.051Z[ recovery-image] Dec 18 19:40:55.869 INFO O| Dec 18 19:40:55.869 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-18T19:40:58.067Z[ recovery-image] Dec 18 19:40:55.888 INFO O| Dec 18 19:40:55.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56542024-12-18T19:40:58.067Z[ recovery-image] Dec 18 19:40:55.888 INFO O| Dec 18 19:40:55.888 INFO STEP 443 (remove_files) COMPLETE
56552024-12-18T19:40:58.070Z[ recovery-image] Dec 18 19:40:55.889 INFO O| Dec 18 19:40:55.888 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-18T19:40:58.087Z[ recovery-image] Dec 18 19:40:55.909 INFO O| Dec 18 19:40:55.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56572024-12-18T19:40:58.090Z[ recovery-image] Dec 18 19:40:55.909 INFO O| Dec 18 19:40:55.909 INFO STEP 444 (remove_files) COMPLETE
56582024-12-18T19:40:58.090Z[ recovery-image] Dec 18 19:40:55.909 INFO O| Dec 18 19:40:55.909 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-18T19:40:58.108Z[ recovery-image] Dec 18 19:40:55.929 INFO O| Dec 18 19:40:55.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56602024-12-18T19:40:58.111Z[ recovery-image] Dec 18 19:40:55.929 INFO O| Dec 18 19:40:55.929 INFO STEP 445 (remove_files) COMPLETE
56612024-12-18T19:40:58.111Z[ recovery-image] Dec 18 19:40:55.929 INFO O| Dec 18 19:40:55.929 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-18T19:40:58.130Z[ recovery-image] Dec 18 19:40:55.951 INFO O| Dec 18 19:40:55.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56632024-12-18T19:40:58.133Z[ recovery-image] Dec 18 19:40:55.951 INFO O| Dec 18 19:40:55.951 INFO STEP 446 (remove_files) COMPLETE
56642024-12-18T19:40:58.133Z[ recovery-image] Dec 18 19:40:55.951 INFO O| Dec 18 19:40:55.951 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-18T19:40:58.152Z[ recovery-image] Dec 18 19:40:55.973 INFO O| Dec 18 19:40:55.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56662024-12-18T19:40:58.152Z[ recovery-image] Dec 18 19:40:55.973 INFO O| Dec 18 19:40:55.973 INFO STEP 447 (remove_files) COMPLETE
56672024-12-18T19:40:58.152Z[ recovery-image] Dec 18 19:40:55.973 INFO O| Dec 18 19:40:55.973 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-18T19:40:58.171Z[ recovery-image] Dec 18 19:40:55.992 INFO O| Dec 18 19:40:55.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56692024-12-18T19:40:58.171Z[ recovery-image] Dec 18 19:40:55.992 INFO O| Dec 18 19:40:55.992 INFO STEP 448 (remove_files) COMPLETE
56702024-12-18T19:40:58.171Z[ recovery-image] Dec 18 19:40:55.992 INFO O| Dec 18 19:40:55.992 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-18T19:40:58.188Z[ recovery-image] Dec 18 19:40:56.009 INFO O| Dec 18 19:40:56.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56722024-12-18T19:40:58.188Z[ recovery-image] Dec 18 19:40:56.010 INFO O| Dec 18 19:40:56.010 INFO STEP 449 (remove_files) COMPLETE
56732024-12-18T19:40:58.191Z[ recovery-image] Dec 18 19:40:56.010 INFO O| Dec 18 19:40:56.010 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-18T19:40:58.207Z[ recovery-image] Dec 18 19:40:56.027 INFO O| Dec 18 19:40:56.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56752024-12-18T19:40:58.207Z[ recovery-image] Dec 18 19:40:56.028 INFO O| Dec 18 19:40:56.028 INFO STEP 450 (remove_files) COMPLETE
56762024-12-18T19:40:58.207Z[ recovery-image] Dec 18 19:40:56.028 INFO O| Dec 18 19:40:56.028 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-18T19:40:58.225Z[ recovery-image] Dec 18 19:40:56.046 INFO O| Dec 18 19:40:56.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56782024-12-18T19:40:58.225Z[ recovery-image] Dec 18 19:40:56.046 INFO O| Dec 18 19:40:56.046 INFO STEP 451 (remove_files) COMPLETE
56792024-12-18T19:40:58.227Z[ recovery-image] Dec 18 19:40:56.046 INFO O| Dec 18 19:40:56.046 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-18T19:40:58.246Z[ recovery-image] Dec 18 19:40:56.067 INFO O| Dec 18 19:40:56.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56812024-12-18T19:40:58.246Z[ recovery-image] Dec 18 19:40:56.067 INFO O| Dec 18 19:40:56.067 INFO STEP 452 (remove_files) COMPLETE
56822024-12-18T19:40:58.248Z[ recovery-image] Dec 18 19:40:56.067 INFO O| Dec 18 19:40:56.067 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-18T19:40:58.266Z[ recovery-image] Dec 18 19:40:56.087 INFO O| Dec 18 19:40:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56842024-12-18T19:40:58.266Z[ recovery-image] Dec 18 19:40:56.087 INFO O| Dec 18 19:40:56.087 INFO STEP 453 (remove_files) COMPLETE
56852024-12-18T19:40:58.268Z[ recovery-image] Dec 18 19:40:56.087 INFO O| Dec 18 19:40:56.087 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-18T19:40:58.284Z[ recovery-image] Dec 18 19:40:56.106 INFO O| Dec 18 19:40:56.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56872024-12-18T19:40:58.284Z[ recovery-image] Dec 18 19:40:56.106 INFO O| Dec 18 19:40:56.106 INFO STEP 454 (remove_files) COMPLETE
56882024-12-18T19:40:58.284Z[ recovery-image] Dec 18 19:40:56.106 INFO O| Dec 18 19:40:56.106 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-18T19:40:58.303Z[ recovery-image] Dec 18 19:40:56.125 INFO O| Dec 18 19:40:56.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56902024-12-18T19:40:58.303Z[ recovery-image] Dec 18 19:40:56.125 INFO O| Dec 18 19:40:56.125 INFO STEP 455 (remove_files) COMPLETE
56912024-12-18T19:40:58.306Z[ recovery-image] Dec 18 19:40:56.125 INFO O| Dec 18 19:40:56.125 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-18T19:40:58.323Z[ recovery-image] Dec 18 19:40:56.145 INFO O| Dec 18 19:40:56.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56932024-12-18T19:40:58.323Z[ recovery-image] Dec 18 19:40:56.145 INFO O| Dec 18 19:40:56.145 INFO STEP 456 (remove_files) COMPLETE
56942024-12-18T19:40:58.323Z[ recovery-image] Dec 18 19:40:56.145 INFO O| Dec 18 19:40:56.145 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-18T19:40:58.367Z[ recovery-image] Dec 18 19:40:56.188 INFO O| Dec 18 19:40:56.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56962024-12-18T19:40:58.367Z[ recovery-image] Dec 18 19:40:56.188 INFO O| Dec 18 19:40:56.188 INFO STEP 457 (remove_files) COMPLETE
56972024-12-18T19:40:58.369Z[ recovery-image] Dec 18 19:40:56.188 INFO O| Dec 18 19:40:56.188 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-18T19:40:58.413Z[ recovery-image] Dec 18 19:40:56.234 INFO O| Dec 18 19:40:56.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56992024-12-18T19:40:58.416Z[ recovery-image] Dec 18 19:40:56.234 INFO O| Dec 18 19:40:56.234 INFO STEP 458 (remove_files) COMPLETE
57002024-12-18T19:40:58.416Z[ recovery-image] Dec 18 19:40:56.234 INFO O| Dec 18 19:40:56.234 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-18T19:40:58.434Z[ recovery-image] Dec 18 19:40:56.255 INFO O| Dec 18 19:40:56.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57022024-12-18T19:40:58.436Z[ recovery-image] Dec 18 19:40:56.255 INFO O| Dec 18 19:40:56.255 INFO STEP 459 (remove_files) COMPLETE
57032024-12-18T19:40:58.436Z[ recovery-image] Dec 18 19:40:56.255 INFO O| Dec 18 19:40:56.255 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-18T19:40:58.453Z[ recovery-image] Dec 18 19:40:56.275 INFO O| Dec 18 19:40:56.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57052024-12-18T19:40:58.456Z[ recovery-image] Dec 18 19:40:56.275 INFO O| Dec 18 19:40:56.275 INFO STEP 460 (remove_files) COMPLETE
57062024-12-18T19:40:58.456Z[ recovery-image] Dec 18 19:40:56.275 INFO O| Dec 18 19:40:56.275 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-18T19:40:58.474Z[ recovery-image] Dec 18 19:40:56.296 INFO O| Dec 18 19:40:56.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57082024-12-18T19:40:58.477Z[ recovery-image] Dec 18 19:40:56.296 INFO O| Dec 18 19:40:56.296 INFO STEP 461 (remove_files) COMPLETE
57092024-12-18T19:40:58.477Z[ recovery-image] Dec 18 19:40:56.296 INFO O| Dec 18 19:40:56.296 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-18T19:40:58.495Z[ recovery-image] Dec 18 19:40:56.316 INFO O| Dec 18 19:40:56.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57112024-12-18T19:40:58.498Z[ recovery-image] Dec 18 19:40:56.317 INFO O| Dec 18 19:40:56.317 INFO STEP 462 (remove_files) COMPLETE
57122024-12-18T19:40:58.498Z[ recovery-image] Dec 18 19:40:56.317 INFO O| Dec 18 19:40:56.317 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-18T19:40:58.516Z[ recovery-image] Dec 18 19:40:56.337 INFO O| Dec 18 19:40:56.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57142024-12-18T19:40:58.519Z[ recovery-image] Dec 18 19:40:56.338 INFO O| Dec 18 19:40:56.338 INFO STEP 463 (remove_files) COMPLETE
57152024-12-18T19:40:58.519Z[ recovery-image] Dec 18 19:40:56.338 INFO O| Dec 18 19:40:56.338 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-18T19:40:58.539Z[ recovery-image] Dec 18 19:40:56.359 INFO O| Dec 18 19:40:56.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57172024-12-18T19:40:58.539Z[ recovery-image] Dec 18 19:40:56.359 INFO O| Dec 18 19:40:56.359 INFO STEP 464 (remove_files) COMPLETE
57182024-12-18T19:40:58.539Z[ recovery-image] Dec 18 19:40:56.359 INFO O| Dec 18 19:40:56.359 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-18T19:40:58.556Z[ recovery-image] Dec 18 19:40:56.378 INFO O| Dec 18 19:40:56.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57202024-12-18T19:40:58.559Z[ recovery-image] Dec 18 19:40:56.378 INFO O| Dec 18 19:40:56.378 INFO STEP 465 (remove_files) COMPLETE
57212024-12-18T19:40:58.559Z[ recovery-image] Dec 18 19:40:56.378 INFO O| Dec 18 19:40:56.378 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-18T19:40:58.577Z[ recovery-image] Dec 18 19:40:56.398 INFO O| Dec 18 19:40:56.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57232024-12-18T19:40:58.577Z[ recovery-image] Dec 18 19:40:56.398 INFO O| Dec 18 19:40:56.398 INFO STEP 466 (remove_files) COMPLETE
57242024-12-18T19:40:58.577Z[ recovery-image] Dec 18 19:40:56.398 INFO O| Dec 18 19:40:56.398 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-18T19:40:58.596Z[ recovery-image] Dec 18 19:40:56.417 INFO O| Dec 18 19:40:56.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57262024-12-18T19:40:58.596Z[ recovery-image] Dec 18 19:40:56.417 INFO O| Dec 18 19:40:56.417 INFO STEP 467 (remove_files) COMPLETE
57272024-12-18T19:40:58.596Z[ recovery-image] Dec 18 19:40:56.417 INFO O| Dec 18 19:40:56.417 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-18T19:40:58.617Z[ recovery-image] Dec 18 19:40:56.437 INFO O| Dec 18 19:40:56.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57292024-12-18T19:40:58.617Z[ recovery-image] Dec 18 19:40:56.437 INFO O| Dec 18 19:40:56.437 INFO STEP 468 (remove_files) COMPLETE
57302024-12-18T19:40:58.617Z[ recovery-image] Dec 18 19:40:56.437 INFO O| Dec 18 19:40:56.437 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-18T19:40:58.637Z[ recovery-image] Dec 18 19:40:56.457 INFO O| Dec 18 19:40:56.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57322024-12-18T19:40:58.637Z[ recovery-image] Dec 18 19:40:56.457 INFO O| Dec 18 19:40:56.457 INFO STEP 469 (remove_files) COMPLETE
57332024-12-18T19:40:58.637Z[ recovery-image] Dec 18 19:40:56.457 INFO O| Dec 18 19:40:56.457 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-18T19:40:58.658Z[ recovery-image] Dec 18 19:40:56.479 INFO O| Dec 18 19:40:56.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57352024-12-18T19:40:58.658Z[ recovery-image] Dec 18 19:40:56.479 INFO O| Dec 18 19:40:56.479 INFO STEP 470 (remove_files) COMPLETE
57362024-12-18T19:40:58.658Z[ recovery-image] Dec 18 19:40:56.479 INFO O| Dec 18 19:40:56.479 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-18T19:40:58.740Z[ recovery-image] Dec 18 19:40:56.561 INFO O| Dec 18 19:40:56.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57382024-12-18T19:40:58.740Z[ recovery-image] Dec 18 19:40:56.561 INFO O| Dec 18 19:40:56.561 INFO STEP 471 (remove_files) COMPLETE
57392024-12-18T19:40:58.743Z[ recovery-image] Dec 18 19:40:56.561 INFO O| Dec 18 19:40:56.561 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-18T19:40:58.774Z[ recovery-image] Dec 18 19:40:56.594 INFO O| Dec 18 19:40:56.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57412024-12-18T19:40:58.774Z[ recovery-image] Dec 18 19:40:56.595 INFO O| Dec 18 19:40:56.594 INFO STEP 472 (remove_files) COMPLETE
57422024-12-18T19:40:58.774Z[ recovery-image] Dec 18 19:40:56.595 INFO O| Dec 18 19:40:56.595 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-18T19:40:58.812Z[ recovery-image] Dec 18 19:40:56.632 INFO O| Dec 18 19:40:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57442024-12-18T19:40:58.812Z[ recovery-image] Dec 18 19:40:56.632 INFO O| Dec 18 19:40:56.632 INFO STEP 473 (remove_files) COMPLETE
57452024-12-18T19:40:58.812Z[ recovery-image] Dec 18 19:40:56.632 INFO O| Dec 18 19:40:56.632 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-18T19:40:58.832Z[ recovery-image] Dec 18 19:40:56.653 INFO O| Dec 18 19:40:56.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57472024-12-18T19:40:58.832Z[ recovery-image] Dec 18 19:40:56.653 INFO O| Dec 18 19:40:56.653 INFO STEP 474 (remove_files) COMPLETE
57482024-12-18T19:40:58.832Z[ recovery-image] Dec 18 19:40:56.653 INFO O| Dec 18 19:40:56.653 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-18T19:40:58.853Z[ recovery-image] Dec 18 19:40:56.673 INFO O| Dec 18 19:40:56.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57502024-12-18T19:40:58.853Z[ recovery-image] Dec 18 19:40:56.673 INFO O| Dec 18 19:40:56.673 INFO STEP 475 (remove_files) COMPLETE
57512024-12-18T19:40:58.853Z[ recovery-image] Dec 18 19:40:56.673 INFO O| Dec 18 19:40:56.673 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-18T19:40:58.873Z[ recovery-image] Dec 18 19:40:56.693 INFO O| Dec 18 19:40:56.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57532024-12-18T19:40:58.873Z[ recovery-image] Dec 18 19:40:56.693 INFO O| Dec 18 19:40:56.693 INFO STEP 476 (remove_files) COMPLETE
57542024-12-18T19:40:58.873Z[ recovery-image] Dec 18 19:40:56.693 INFO O| Dec 18 19:40:56.693 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-18T19:40:58.893Z[ recovery-image] Dec 18 19:40:56.714 INFO O| Dec 18 19:40:56.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57562024-12-18T19:40:58.896Z[ recovery-image] Dec 18 19:40:56.715 INFO O| Dec 18 19:40:56.714 INFO STEP 477 (remove_files) COMPLETE
57572024-12-18T19:40:58.896Z[ recovery-image] Dec 18 19:40:56.715 INFO O| Dec 18 19:40:56.715 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-18T19:40:58.914Z[ recovery-image] Dec 18 19:40:56.735 INFO O| Dec 18 19:40:56.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57592024-12-18T19:40:58.916Z[ recovery-image] Dec 18 19:40:56.735 INFO O| Dec 18 19:40:56.735 INFO STEP 478 (remove_files) COMPLETE
57602024-12-18T19:40:58.916Z[ recovery-image] Dec 18 19:40:56.735 INFO O| Dec 18 19:40:56.735 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-18T19:40:58.934Z[ recovery-image] Dec 18 19:40:56.756 INFO O| Dec 18 19:40:56.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57622024-12-18T19:40:58.937Z[ recovery-image] Dec 18 19:40:56.758 INFO O| Dec 18 19:40:56.758 INFO STEP 479 (remove_files) COMPLETE
57632024-12-18T19:40:58.937Z[ recovery-image] Dec 18 19:40:56.758 INFO O| Dec 18 19:40:56.758 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-12-18T19:40:58.957Z[ recovery-image] Dec 18 19:40:56.778 INFO O| Dec 18 19:40:56.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57652024-12-18T19:40:58.960Z[ recovery-image] Dec 18 19:40:56.779 INFO O| Dec 18 19:40:56.779 INFO STEP 480 (remove_files) COMPLETE
57662024-12-18T19:40:58.960Z[ recovery-image] Dec 18 19:40:56.779 INFO O| Dec 18 19:40:56.779 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-18T19:40:58.995Z[ recovery-image] Dec 18 19:40:56.815 INFO O| Dec 18 19:40:56.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57682024-12-18T19:40:58.995Z[ recovery-image] Dec 18 19:40:56.815 INFO O| Dec 18 19:40:56.815 INFO STEP 481 (remove_files) COMPLETE
57692024-12-18T19:40:58.995Z[ recovery-image] Dec 18 19:40:56.815 INFO O| Dec 18 19:40:56.815 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-18T19:40:59.053Z[ recovery-image] Dec 18 19:40:56.873 INFO O| Dec 18 19:40:56.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57712024-12-18T19:40:59.053Z[ recovery-image] Dec 18 19:40:56.873 INFO O| Dec 18 19:40:56.873 INFO STEP 482 (remove_files) COMPLETE
57722024-12-18T19:40:59.053Z[ recovery-image] Dec 18 19:40:56.873 INFO O| Dec 18 19:40:56.873 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-18T19:40:59.105Z[ recovery-image] Dec 18 19:40:56.926 INFO O| Dec 18 19:40:56.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57742024-12-18T19:40:59.105Z[ recovery-image] Dec 18 19:40:56.926 INFO O| Dec 18 19:40:56.926 INFO STEP 483 (remove_files) COMPLETE
57752024-12-18T19:40:59.107Z[ recovery-image] Dec 18 19:40:56.926 INFO O| Dec 18 19:40:56.926 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-18T19:40:59.123Z[ recovery-image] Dec 18 19:40:56.944 INFO O| Dec 18 19:40:56.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57772024-12-18T19:40:59.123Z[ recovery-image] Dec 18 19:40:56.944 INFO O| Dec 18 19:40:56.944 INFO STEP 484 (remove_files) COMPLETE
57782024-12-18T19:40:59.124Z[ recovery-image] Dec 18 19:40:56.944 INFO O| Dec 18 19:40:56.944 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-12-18T19:40:59.142Z[ recovery-image] Dec 18 19:40:56.962 INFO O| Dec 18 19:40:56.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57802024-12-18T19:40:59.142Z[ recovery-image] Dec 18 19:40:56.962 INFO O| Dec 18 19:40:56.962 INFO STEP 485 (remove_files) COMPLETE
57812024-12-18T19:40:59.142Z[ recovery-image] Dec 18 19:40:56.962 INFO O| Dec 18 19:40:56.962 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-12-18T19:40:59.162Z[ recovery-image] Dec 18 19:40:56.983 INFO O| Dec 18 19:40:56.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57832024-12-18T19:40:59.164Z[ recovery-image] Dec 18 19:40:56.983 INFO O| Dec 18 19:40:56.983 INFO STEP 486 (remove_files) COMPLETE
57842024-12-18T19:40:59.164Z[ recovery-image] Dec 18 19:40:56.983 INFO O| Dec 18 19:40:56.983 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-12-18T19:40:59.188Z[ recovery-image] Dec 18 19:40:57.009 INFO O| Dec 18 19:40:57.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57862024-12-18T19:40:59.188Z[ recovery-image] Dec 18 19:40:57.009 INFO O| Dec 18 19:40:57.009 INFO STEP 487 (remove_files) COMPLETE
57872024-12-18T19:40:59.188Z[ recovery-image] Dec 18 19:40:57.009 INFO O| Dec 18 19:40:57.009 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-12-18T19:40:59.211Z[ recovery-image] Dec 18 19:40:57.032 INFO O| Dec 18 19:40:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57892024-12-18T19:40:59.214Z[ recovery-image] Dec 18 19:40:57.033 INFO O| Dec 18 19:40:57.032 INFO STEP 488 (remove_files) COMPLETE
57902024-12-18T19:40:59.214Z[ recovery-image] Dec 18 19:40:57.033 INFO O| Dec 18 19:40:57.033 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-12-18T19:40:59.237Z[ recovery-image] Dec 18 19:40:57.058 INFO O| Dec 18 19:40:57.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57922024-12-18T19:40:59.240Z[ recovery-image] Dec 18 19:40:57.058 INFO O| Dec 18 19:40:57.058 INFO STEP 489 (remove_files) COMPLETE
57932024-12-18T19:40:59.240Z[ recovery-image] Dec 18 19:40:57.058 INFO O| Dec 18 19:40:57.058 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-12-18T19:40:59.257Z[ recovery-image] Dec 18 19:40:57.078 INFO O| Dec 18 19:40:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57952024-12-18T19:40:59.272Z[ recovery-image] Dec 18 19:40:57.093 INFO O| Dec 18 19:40:57.081 INFO STEP 490 (remove_files) COMPLETE
57962024-12-18T19:40:59.272Z[ recovery-image] Dec 18 19:40:57.093 INFO O| Dec 18 19:40:57.081 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-12-18T19:40:59.284Z[ recovery-image] Dec 18 19:40:57.105 INFO O| Dec 18 19:40:57.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57982024-12-18T19:40:59.298Z[ recovery-image] Dec 18 19:40:57.119 INFO O| Dec 18 19:40:57.119 INFO STEP 491 (remove_files) COMPLETE
57992024-12-18T19:40:59.299Z[ recovery-image] Dec 18 19:40:57.119 INFO O| Dec 18 19:40:57.119 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-12-18T19:40:59.347Z[ recovery-image] Dec 18 19:40:57.168 INFO O| Dec 18 19:40:57.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58012024-12-18T19:40:59.347Z[ recovery-image] Dec 18 19:40:57.168 INFO O| Dec 18 19:40:57.168 INFO STEP 492 (remove_files) COMPLETE
58022024-12-18T19:40:59.347Z[ recovery-image] Dec 18 19:40:57.168 INFO O| Dec 18 19:40:57.168 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-12-18T19:40:59.387Z[ recovery-image] Dec 18 19:40:57.208 INFO O| Dec 18 19:40:57.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58042024-12-18T19:40:59.387Z[ recovery-image] Dec 18 19:40:57.208 INFO O| Dec 18 19:40:57.208 INFO STEP 493 (remove_files) COMPLETE
58052024-12-18T19:40:59.387Z[ recovery-image] Dec 18 19:40:57.208 INFO O| Dec 18 19:40:57.208 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-12-18T19:40:59.411Z[ recovery-image] Dec 18 19:40:57.232 INFO O| Dec 18 19:40:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58072024-12-18T19:40:59.414Z[ recovery-image] Dec 18 19:40:57.233 INFO O| Dec 18 19:40:57.232 INFO STEP 494 (remove_files) COMPLETE
58082024-12-18T19:40:59.414Z[ recovery-image] Dec 18 19:40:57.233 INFO O| Dec 18 19:40:57.233 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-12-18T19:40:59.442Z[ recovery-image] Dec 18 19:40:57.263 INFO O| Dec 18 19:40:57.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58102024-12-18T19:40:59.442Z[ recovery-image] Dec 18 19:40:57.263 INFO O| Dec 18 19:40:57.263 INFO STEP 495 (remove_files) COMPLETE
58112024-12-18T19:40:59.442Z[ recovery-image] Dec 18 19:40:57.263 INFO O| Dec 18 19:40:57.263 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-12-18T19:40:59.463Z[ recovery-image] Dec 18 19:40:57.284 INFO O| Dec 18 19:40:57.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58132024-12-18T19:40:59.463Z[ recovery-image] Dec 18 19:40:57.284 INFO O| Dec 18 19:40:57.284 INFO STEP 496 (remove_files) COMPLETE
58142024-12-18T19:40:59.463Z[ recovery-image] Dec 18 19:40:57.284 INFO O| Dec 18 19:40:57.284 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-12-18T19:40:59.500Z[ recovery-image] Dec 18 19:40:57.320 INFO O| Dec 18 19:40:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58162024-12-18T19:40:59.500Z[ recovery-image] Dec 18 19:40:57.321 INFO O| Dec 18 19:40:57.321 INFO STEP 497 (remove_files) COMPLETE
58172024-12-18T19:40:59.500Z[ recovery-image] Dec 18 19:40:57.321 INFO O| Dec 18 19:40:57.321 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-12-18T19:40:59.518Z[ recovery-image] Dec 18 19:40:57.339 INFO O| Dec 18 19:40:57.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58192024-12-18T19:40:59.518Z[ recovery-image] Dec 18 19:40:57.339 INFO O| Dec 18 19:40:57.339 INFO STEP 498 (remove_files) COMPLETE
58202024-12-18T19:40:59.518Z[ recovery-image] Dec 18 19:40:57.340 INFO O| Dec 18 19:40:57.339 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-12-18T19:40:59.538Z[ recovery-image] Dec 18 19:40:57.359 INFO O| Dec 18 19:40:57.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58222024-12-18T19:40:59.538Z[ recovery-image] Dec 18 19:40:57.359 INFO O| Dec 18 19:40:57.359 INFO STEP 499 (remove_files) COMPLETE
58232024-12-18T19:40:59.538Z[ recovery-image] Dec 18 19:40:57.359 INFO O| Dec 18 19:40:57.359 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-12-18T19:40:59.558Z[ recovery-image] Dec 18 19:40:57.378 INFO O| Dec 18 19:40:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58252024-12-18T19:40:59.558Z[ recovery-image] Dec 18 19:40:57.378 INFO O| Dec 18 19:40:57.378 INFO STEP 500 (remove_files) COMPLETE
58262024-12-18T19:40:59.558Z[ recovery-image] Dec 18 19:40:57.378 INFO O| Dec 18 19:40:57.378 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-18T19:40:59.577Z[ recovery-image] Dec 18 19:40:57.398 INFO O| Dec 18 19:40:57.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58282024-12-18T19:40:59.577Z[ recovery-image] Dec 18 19:40:57.398 INFO O| Dec 18 19:40:57.398 INFO STEP 501 (remove_files) COMPLETE
58292024-12-18T19:40:59.580Z[ recovery-image] Dec 18 19:40:57.398 INFO O| Dec 18 19:40:57.398 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-12-18T19:40:59.597Z[ recovery-image] Dec 18 19:40:57.418 INFO O| Dec 18 19:40:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58312024-12-18T19:40:59.597Z[ recovery-image] Dec 18 19:40:57.419 INFO O| Dec 18 19:40:57.418 INFO STEP 502 (remove_files) COMPLETE
58322024-12-18T19:40:59.597Z[ recovery-image] Dec 18 19:40:57.419 INFO O| Dec 18 19:40:57.418 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-12-18T19:40:59.622Z[ recovery-image] Dec 18 19:40:57.443 INFO O| Dec 18 19:40:57.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58342024-12-18T19:40:59.622Z[ recovery-image] Dec 18 19:40:57.443 INFO O| Dec 18 19:40:57.443 INFO STEP 503 (remove_files) COMPLETE
58352024-12-18T19:40:59.622Z[ recovery-image] Dec 18 19:40:57.443 INFO O| Dec 18 19:40:57.443 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-12-18T19:40:59.654Z[ recovery-image] Dec 18 19:40:57.475 INFO O| Dec 18 19:40:57.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58372024-12-18T19:40:59.654Z[ recovery-image] Dec 18 19:40:57.475 INFO O| Dec 18 19:40:57.475 INFO STEP 504 (remove_files) COMPLETE
58382024-12-18T19:40:59.656Z[ recovery-image] Dec 18 19:40:57.475 INFO O| Dec 18 19:40:57.475 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-12-18T19:40:59.689Z[ recovery-image] Dec 18 19:40:57.510 INFO O| Dec 18 19:40:57.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58402024-12-18T19:40:59.689Z[ recovery-image] Dec 18 19:40:57.510 INFO O| Dec 18 19:40:57.510 INFO STEP 505 (remove_files) COMPLETE
58412024-12-18T19:40:59.689Z[ recovery-image] Dec 18 19:40:57.510 INFO O| Dec 18 19:40:57.510 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-12-18T19:40:59.725Z[ recovery-image] Dec 18 19:40:57.543 INFO O| Dec 18 19:40:57.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58432024-12-18T19:40:59.742Z[ recovery-image] Dec 18 19:40:57.563 INFO O| Dec 18 19:40:57.563 INFO STEP 506 (remove_files) COMPLETE
58442024-12-18T19:40:59.742Z[ recovery-image] Dec 18 19:40:57.563 INFO O| Dec 18 19:40:57.563 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-12-18T19:40:59.812Z[ recovery-image] Dec 18 19:40:57.633 INFO O| Dec 18 19:40:57.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58462024-12-18T19:40:59.812Z[ recovery-image] Dec 18 19:40:57.633 INFO O| Dec 18 19:40:57.633 INFO STEP 507 (remove_files) COMPLETE
58472024-12-18T19:40:59.815Z[ recovery-image] Dec 18 19:40:57.634 INFO O| Dec 18 19:40:57.633 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-12-18T19:40:59.835Z[ recovery-image] Dec 18 19:40:57.656 INFO O| Dec 18 19:40:57.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58492024-12-18T19:40:59.835Z[ recovery-image] Dec 18 19:40:57.656 INFO O| Dec 18 19:40:57.656 INFO STEP 508 (remove_files) COMPLETE
58502024-12-18T19:40:59.837Z[ recovery-image] Dec 18 19:40:57.656 INFO O| Dec 18 19:40:57.656 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-12-18T19:40:59.855Z[ recovery-image] Dec 18 19:40:57.676 INFO O| Dec 18 19:40:57.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58522024-12-18T19:40:59.872Z[ recovery-image] Dec 18 19:40:57.693 INFO O| Dec 18 19:40:57.693 INFO STEP 509 (remove_files) COMPLETE
58532024-12-18T19:40:59.874Z[ recovery-image] Dec 18 19:40:57.693 INFO O| Dec 18 19:40:57.693 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-12-18T19:40:59.909Z[ recovery-image] Dec 18 19:40:57.730 INFO O| Dec 18 19:40:57.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58552024-12-18T19:40:59.909Z[ recovery-image] Dec 18 19:40:57.730 INFO O| Dec 18 19:40:57.730 INFO STEP 510 (remove_files) COMPLETE
58562024-12-18T19:40:59.909Z[ recovery-image] Dec 18 19:40:57.730 INFO O| Dec 18 19:40:57.730 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-12-18T19:40:59.930Z[ recovery-image] Dec 18 19:40:57.751 INFO O| Dec 18 19:40:57.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58582024-12-18T19:40:59.930Z[ recovery-image] Dec 18 19:40:57.751 INFO O| Dec 18 19:40:57.751 INFO STEP 511 (remove_files) COMPLETE
58592024-12-18T19:40:59.930Z[ recovery-image] Dec 18 19:40:57.751 INFO O| Dec 18 19:40:57.751 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-12-18T19:40:59.951Z[ recovery-image] Dec 18 19:40:57.772 INFO O| Dec 18 19:40:57.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58612024-12-18T19:40:59.953Z[ recovery-image] Dec 18 19:40:57.772 INFO O| Dec 18 19:40:57.772 INFO STEP 512 (remove_files) COMPLETE
58622024-12-18T19:40:59.953Z[ recovery-image] Dec 18 19:40:57.772 INFO O| Dec 18 19:40:57.772 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-12-18T19:40:59.971Z[ recovery-image] Dec 18 19:40:57.792 INFO O| Dec 18 19:40:57.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58642024-12-18T19:40:59.984Z[ recovery-image] Dec 18 19:40:57.805 INFO O| Dec 18 19:40:57.805 INFO STEP 513 (remove_files) COMPLETE
58652024-12-18T19:40:59.984Z[ recovery-image] Dec 18 19:40:57.805 INFO O| Dec 18 19:40:57.805 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-12-18T19:41:00.086Z[ recovery-image] Dec 18 19:40:57.907 INFO O| Dec 18 19:40:57.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58672024-12-18T19:41:00.086Z[ recovery-image] Dec 18 19:40:57.907 INFO O| Dec 18 19:40:57.907 INFO STEP 514 (remove_files) COMPLETE
58682024-12-18T19:41:00.097Z[ recovery-image] Dec 18 19:40:57.907 INFO O| Dec 18 19:40:57.907 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-12-18T19:41:00.106Z[ recovery-image] Dec 18 19:40:57.927 INFO O| Dec 18 19:40:57.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58702024-12-18T19:41:00.109Z[ recovery-image] Dec 18 19:40:57.928 INFO O| Dec 18 19:40:57.928 INFO STEP 515 (remove_files) COMPLETE
58712024-12-18T19:41:00.109Z[ recovery-image] Dec 18 19:40:57.928 INFO O| Dec 18 19:40:57.928 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-12-18T19:41:00.127Z[ recovery-image] Dec 18 19:40:57.948 INFO O| Dec 18 19:40:57.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58732024-12-18T19:41:00.127Z[ recovery-image] Dec 18 19:40:57.948 INFO O| Dec 18 19:40:57.948 INFO STEP 516 (remove_files) COMPLETE
58742024-12-18T19:41:00.127Z[ recovery-image] Dec 18 19:40:57.948 INFO O| Dec 18 19:40:57.948 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-12-18T19:41:00.147Z[ recovery-image] Dec 18 19:40:57.968 INFO O| Dec 18 19:40:57.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58762024-12-18T19:41:00.147Z[ recovery-image] Dec 18 19:40:57.968 INFO O| Dec 18 19:40:57.968 INFO STEP 517 (remove_files) COMPLETE
58772024-12-18T19:41:00.147Z[ recovery-image] Dec 18 19:40:57.968 INFO O| Dec 18 19:40:57.968 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-12-18T19:41:00.182Z[ recovery-image] Dec 18 19:40:58.003 INFO O| Dec 18 19:40:58.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58792024-12-18T19:41:00.182Z[ recovery-image] Dec 18 19:40:58.003 INFO O| Dec 18 19:40:58.003 INFO STEP 518 (remove_files) COMPLETE
58802024-12-18T19:41:00.185Z[ recovery-image] Dec 18 19:40:58.003 INFO O| Dec 18 19:40:58.003 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-12-18T19:41:00.204Z[ recovery-image] Dec 18 19:40:58.025 INFO O| Dec 18 19:40:58.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58822024-12-18T19:41:00.204Z[ recovery-image] Dec 18 19:40:58.025 INFO O| Dec 18 19:40:58.025 INFO STEP 519 (remove_files) COMPLETE
58832024-12-18T19:41:00.204Z[ recovery-image] Dec 18 19:40:58.025 INFO O| Dec 18 19:40:58.025 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-12-18T19:41:00.226Z[ recovery-image] Dec 18 19:40:58.047 INFO O| Dec 18 19:40:58.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58852024-12-18T19:41:00.226Z[ recovery-image] Dec 18 19:40:58.047 INFO O| Dec 18 19:40:58.047 INFO STEP 520 (remove_files) COMPLETE
58862024-12-18T19:41:00.226Z[ recovery-image] Dec 18 19:40:58.047 INFO O| Dec 18 19:40:58.047 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-12-18T19:41:00.249Z[ recovery-image] Dec 18 19:40:58.070 INFO O| Dec 18 19:40:58.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58882024-12-18T19:41:00.251Z[ recovery-image] Dec 18 19:40:58.070 INFO O| Dec 18 19:40:58.070 INFO STEP 521 (remove_files) COMPLETE
58892024-12-18T19:41:00.251Z[ recovery-image] Dec 18 19:40:58.070 INFO O| Dec 18 19:40:58.070 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-12-18T19:41:00.271Z[ recovery-image] Dec 18 19:40:58.092 INFO O| Dec 18 19:40:58.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58912024-12-18T19:41:00.286Z[ recovery-image] Dec 18 19:40:58.107 INFO O| Dec 18 19:40:58.107 INFO STEP 522 (remove_files) COMPLETE
58922024-12-18T19:41:00.286Z[ recovery-image] Dec 18 19:40:58.107 INFO O| Dec 18 19:40:58.107 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-12-18T19:41:00.323Z[ recovery-image] Dec 18 19:40:58.144 INFO O| Dec 18 19:40:58.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58942024-12-18T19:41:00.323Z[ recovery-image] Dec 18 19:40:58.144 INFO O| Dec 18 19:40:58.144 INFO STEP 523 (remove_files) COMPLETE
58952024-12-18T19:41:00.325Z[ recovery-image] Dec 18 19:40:58.144 INFO O| Dec 18 19:40:58.144 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-12-18T19:41:00.347Z[ recovery-image] Dec 18 19:40:58.168 INFO O| Dec 18 19:40:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58972024-12-18T19:41:00.347Z[ recovery-image] Dec 18 19:40:58.168 INFO O| Dec 18 19:40:58.168 INFO STEP 524 (remove_files) COMPLETE
58982024-12-18T19:41:00.347Z[ recovery-image] Dec 18 19:40:58.168 INFO O| Dec 18 19:40:58.168 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-12-18T19:41:00.398Z[ recovery-image] Dec 18 19:40:58.219 INFO O| Dec 18 19:40:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59002024-12-18T19:41:00.398Z[ recovery-image] Dec 18 19:40:58.219 INFO O| Dec 18 19:40:58.219 INFO STEP 525 (remove_files) COMPLETE
59012024-12-18T19:41:00.398Z[ recovery-image] Dec 18 19:40:58.219 INFO O| Dec 18 19:40:58.219 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-18T19:41:00.436Z[ recovery-image] Dec 18 19:40:58.257 INFO O| Dec 18 19:40:58.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59032024-12-18T19:41:00.436Z[ recovery-image] Dec 18 19:40:58.257 INFO O| Dec 18 19:40:58.257 INFO STEP 526 (remove_files) COMPLETE
59042024-12-18T19:41:00.436Z[ recovery-image] Dec 18 19:40:58.257 INFO O| Dec 18 19:40:58.257 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-18T19:41:00.458Z[ recovery-image] Dec 18 19:40:58.279 INFO O| Dec 18 19:40:58.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59062024-12-18T19:41:00.458Z[ recovery-image] Dec 18 19:40:58.279 INFO O| Dec 18 19:40:58.279 INFO STEP 527 (remove_files) COMPLETE
59072024-12-18T19:41:00.458Z[ recovery-image] Dec 18 19:40:58.279 INFO O| Dec 18 19:40:58.279 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-18T19:41:00.479Z[ recovery-image] Dec 18 19:40:58.300 INFO O| Dec 18 19:40:58.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59092024-12-18T19:41:00.479Z[ recovery-image] Dec 18 19:40:58.300 INFO O| Dec 18 19:40:58.300 INFO STEP 528 (remove_files) COMPLETE
59102024-12-18T19:41:00.482Z[ recovery-image] Dec 18 19:40:58.300 INFO O| Dec 18 19:40:58.300 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-12-18T19:41:00.501Z[ recovery-image] Dec 18 19:40:58.322 INFO O| Dec 18 19:40:58.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59122024-12-18T19:41:00.501Z[ recovery-image] Dec 18 19:40:58.322 INFO O| Dec 18 19:40:58.322 INFO STEP 529 (remove_files) COMPLETE
59132024-12-18T19:41:00.504Z[ recovery-image] Dec 18 19:40:58.322 INFO O| Dec 18 19:40:58.322 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-18T19:41:00.521Z[ recovery-image] Dec 18 19:40:58.342 INFO O| Dec 18 19:40:58.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59152024-12-18T19:41:00.524Z[ recovery-image] Dec 18 19:40:58.342 INFO O| Dec 18 19:40:58.342 INFO STEP 530 (remove_files) COMPLETE
59162024-12-18T19:41:00.524Z[ recovery-image] Dec 18 19:40:58.342 INFO O| Dec 18 19:40:58.342 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-18T19:41:00.544Z[ recovery-image] Dec 18 19:40:58.365 INFO O| Dec 18 19:40:58.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59182024-12-18T19:41:00.546Z[ recovery-image] Dec 18 19:40:58.365 INFO O| Dec 18 19:40:58.365 INFO STEP 531 (remove_files) COMPLETE
59192024-12-18T19:41:00.547Z[ recovery-image] Dec 18 19:40:58.365 INFO O| Dec 18 19:40:58.365 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-18T19:41:00.558Z[ host-image] Dec 18 19:40:58.379 INFO O| Dec 18 19:40:58.379 INFO O| Download: 939/1140 items 3.3/8.4MB 39% complete (682k/s)
59212024-12-18T19:41:00.565Z[ recovery-image] Dec 18 19:40:58.386 INFO O| Dec 18 19:40:58.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59222024-12-18T19:41:00.567Z[ recovery-image] Dec 18 19:40:58.386 INFO O| Dec 18 19:40:58.386 INFO STEP 532 (remove_files) COMPLETE
59232024-12-18T19:41:00.567Z[ recovery-image] Dec 18 19:40:58.386 INFO O| Dec 18 19:40:58.386 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-18T19:41:00.604Z[ recovery-image] Dec 18 19:40:58.425 INFO O| Dec 18 19:40:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59252024-12-18T19:41:00.607Z[ recovery-image] Dec 18 19:40:58.425 INFO O| Dec 18 19:40:58.425 INFO STEP 533 (remove_files) COMPLETE
59262024-12-18T19:41:00.607Z[ recovery-image] Dec 18 19:40:58.425 INFO O| Dec 18 19:40:58.425 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-18T19:41:00.642Z[ recovery-image] Dec 18 19:40:58.462 INFO O| Dec 18 19:40:58.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59282024-12-18T19:41:00.642Z[ recovery-image] Dec 18 19:40:58.463 INFO O| Dec 18 19:40:58.463 INFO STEP 534 (remove_files) COMPLETE
59292024-12-18T19:41:00.644Z[ recovery-image] Dec 18 19:40:58.463 INFO O| Dec 18 19:40:58.463 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-18T19:41:00.730Z[ recovery-image] Dec 18 19:40:58.551 INFO O| Dec 18 19:40:58.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59312024-12-18T19:41:00.730Z[ recovery-image] Dec 18 19:40:58.551 INFO O| Dec 18 19:40:58.551 INFO STEP 535 (remove_files) COMPLETE
59322024-12-18T19:41:00.734Z[ recovery-image] Dec 18 19:40:58.551 INFO O| Dec 18 19:40:58.551 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-18T19:41:00.771Z[ recovery-image] Dec 18 19:40:58.592 INFO O| Dec 18 19:40:58.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59342024-12-18T19:41:00.782Z[ recovery-image] Dec 18 19:40:58.602 INFO O| Dec 18 19:40:58.602 INFO STEP 536 (remove_files) COMPLETE
59352024-12-18T19:41:00.784Z[ recovery-image] Dec 18 19:40:58.603 INFO O| Dec 18 19:40:58.603 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-18T19:41:00.803Z[ recovery-image] Dec 18 19:40:58.624 INFO O| Dec 18 19:40:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59372024-12-18T19:41:00.805Z[ recovery-image] Dec 18 19:40:58.624 INFO O| Dec 18 19:40:58.624 INFO STEP 537 (remove_files) COMPLETE
59382024-12-18T19:41:00.805Z[ recovery-image] Dec 18 19:40:58.624 INFO O| Dec 18 19:40:58.624 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-18T19:41:00.824Z[ recovery-image] Dec 18 19:40:58.645 INFO O| Dec 18 19:40:58.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59402024-12-18T19:41:00.826Z[ recovery-image] Dec 18 19:40:58.645 INFO O| Dec 18 19:40:58.645 INFO STEP 538 (remove_files) COMPLETE
59412024-12-18T19:41:00.826Z[ recovery-image] Dec 18 19:40:58.645 INFO O| Dec 18 19:40:58.645 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-18T19:41:00.847Z[ recovery-image] Dec 18 19:40:58.667 INFO O| Dec 18 19:40:58.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59432024-12-18T19:41:00.849Z[ recovery-image] Dec 18 19:40:58.668 INFO O| Dec 18 19:40:58.668 INFO STEP 539 (remove_files) COMPLETE
59442024-12-18T19:41:00.849Z[ recovery-image] Dec 18 19:40:58.668 INFO O| Dec 18 19:40:58.668 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-18T19:41:00.868Z[ recovery-image] Dec 18 19:40:58.689 INFO O| Dec 18 19:40:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59462024-12-18T19:41:00.870Z[ recovery-image] Dec 18 19:40:58.689 INFO O| Dec 18 19:40:58.689 INFO STEP 540 (remove_files) COMPLETE
59472024-12-18T19:41:00.870Z[ recovery-image] Dec 18 19:40:58.689 INFO O| Dec 18 19:40:58.689 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-18T19:41:00.889Z[ recovery-image] Dec 18 19:40:58.710 INFO O| Dec 18 19:40:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59492024-12-18T19:41:00.889Z[ recovery-image] Dec 18 19:40:58.710 INFO O| Dec 18 19:40:58.710 INFO STEP 541 (remove_files) COMPLETE
59502024-12-18T19:41:00.892Z[ recovery-image] Dec 18 19:40:58.710 INFO O| Dec 18 19:40:58.710 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-18T19:41:00.911Z[ recovery-image] Dec 18 19:40:58.732 INFO O| Dec 18 19:40:58.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59522024-12-18T19:41:00.914Z[ recovery-image] Dec 18 19:40:58.732 INFO O| Dec 18 19:40:58.732 INFO STEP 542 (remove_files) COMPLETE
59532024-12-18T19:41:00.914Z[ recovery-image] Dec 18 19:40:58.732 INFO O| Dec 18 19:40:58.732 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-18T19:41:00.932Z[ recovery-image] Dec 18 19:40:58.753 INFO O| Dec 18 19:40:58.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59552024-12-18T19:41:00.935Z[ recovery-image] Dec 18 19:40:58.753 INFO O| Dec 18 19:40:58.753 INFO STEP 543 (remove_files) COMPLETE
59562024-12-18T19:41:00.935Z[ recovery-image] Dec 18 19:40:58.753 INFO O| Dec 18 19:40:58.753 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-18T19:41:00.953Z[ recovery-image] Dec 18 19:40:58.774 INFO O| Dec 18 19:40:58.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59582024-12-18T19:41:00.953Z[ recovery-image] Dec 18 19:40:58.774 INFO O| Dec 18 19:40:58.774 INFO STEP 544 (remove_files) COMPLETE
59592024-12-18T19:41:00.956Z[ recovery-image] Dec 18 19:40:58.774 INFO O| Dec 18 19:40:58.774 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-18T19:41:00.973Z[ recovery-image] Dec 18 19:40:58.794 INFO O| Dec 18 19:40:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59612024-12-18T19:41:00.973Z[ recovery-image] Dec 18 19:40:58.794 INFO O| Dec 18 19:40:58.794 INFO STEP 545 (remove_files) COMPLETE
59622024-12-18T19:41:00.974Z[ recovery-image] Dec 18 19:40:58.794 INFO O| Dec 18 19:40:58.794 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-18T19:41:01.009Z[ recovery-image] Dec 18 19:40:58.830 INFO O| Dec 18 19:40:58.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59642024-12-18T19:41:01.009Z[ recovery-image] Dec 18 19:40:58.830 INFO O| Dec 18 19:40:58.830 INFO STEP 546 (remove_files) COMPLETE
59652024-12-18T19:41:01.013Z[ recovery-image] Dec 18 19:40:58.830 INFO O| Dec 18 19:40:58.830 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-18T19:41:01.034Z[ recovery-image] Dec 18 19:40:58.855 INFO O| Dec 18 19:40:58.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59672024-12-18T19:41:01.034Z[ recovery-image] Dec 18 19:40:58.855 INFO O| Dec 18 19:40:58.855 INFO STEP 547 (remove_files) COMPLETE
59682024-12-18T19:41:01.034Z[ recovery-image] Dec 18 19:40:58.855 INFO O| Dec 18 19:40:58.855 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-18T19:41:01.055Z[ recovery-image] Dec 18 19:40:58.876 INFO O| Dec 18 19:40:58.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59702024-12-18T19:41:01.056Z[ recovery-image] Dec 18 19:40:58.876 INFO O| Dec 18 19:40:58.876 INFO STEP 548 (remove_files) COMPLETE
59712024-12-18T19:41:01.058Z[ recovery-image] Dec 18 19:40:58.876 INFO O| Dec 18 19:40:58.876 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-18T19:41:01.091Z[ recovery-image] Dec 18 19:40:58.912 INFO O| Dec 18 19:40:58.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59732024-12-18T19:41:01.091Z[ recovery-image] Dec 18 19:40:58.912 INFO O| Dec 18 19:40:58.912 INFO STEP 549 (remove_files) COMPLETE
59742024-12-18T19:41:01.095Z[ recovery-image] Dec 18 19:40:58.913 INFO O| Dec 18 19:40:58.912 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-18T19:41:01.120Z[ recovery-image] Dec 18 19:40:58.935 INFO O| Dec 18 19:40:58.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59762024-12-18T19:41:01.120Z[ recovery-image] Dec 18 19:40:58.935 INFO O| Dec 18 19:40:58.935 INFO STEP 550 (remove_files) COMPLETE
59772024-12-18T19:41:01.120Z[ recovery-image] Dec 18 19:40:58.935 INFO O| Dec 18 19:40:58.935 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-18T19:41:01.141Z[ recovery-image] Dec 18 19:40:58.961 INFO O| Dec 18 19:40:58.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59792024-12-18T19:41:01.141Z[ recovery-image] Dec 18 19:40:58.961 INFO O| Dec 18 19:40:58.961 INFO STEP 551 (remove_files) COMPLETE
59802024-12-18T19:41:01.141Z[ recovery-image] Dec 18 19:40:58.961 INFO O| Dec 18 19:40:58.961 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-18T19:41:01.183Z[ recovery-image] Dec 18 19:40:59.004 INFO O| Dec 18 19:40:59.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59822024-12-18T19:41:01.183Z[ recovery-image] Dec 18 19:40:59.004 INFO O| Dec 18 19:40:59.004 INFO STEP 552 (remove_files) COMPLETE
59832024-12-18T19:41:01.183Z[ recovery-image] Dec 18 19:40:59.004 INFO O| Dec 18 19:40:59.004 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-18T19:41:01.204Z[ recovery-image] Dec 18 19:40:59.025 INFO O| Dec 18 19:40:59.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59852024-12-18T19:41:01.204Z[ recovery-image] Dec 18 19:40:59.025 INFO O| Dec 18 19:40:59.025 INFO STEP 553 (remove_files) COMPLETE
59862024-12-18T19:41:01.206Z[ recovery-image] Dec 18 19:40:59.025 INFO O| Dec 18 19:40:59.025 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-18T19:41:01.224Z[ recovery-image] Dec 18 19:40:59.044 INFO O| Dec 18 19:40:59.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59882024-12-18T19:41:01.226Z[ recovery-image] Dec 18 19:40:59.045 INFO O| Dec 18 19:40:59.045 INFO STEP 554 (remove_files) COMPLETE
59892024-12-18T19:41:01.226Z[ recovery-image] Dec 18 19:40:59.045 INFO O| Dec 18 19:40:59.045 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-18T19:41:01.247Z[ recovery-image] Dec 18 19:40:59.068 INFO O| Dec 18 19:40:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59912024-12-18T19:41:01.250Z[ recovery-image] Dec 18 19:40:59.069 INFO O| Dec 18 19:40:59.068 INFO STEP 555 (remove_files) COMPLETE
59922024-12-18T19:41:01.250Z[ recovery-image] Dec 18 19:40:59.069 INFO O| Dec 18 19:40:59.069 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-18T19:41:01.271Z[ recovery-image] Dec 18 19:40:59.091 INFO O| Dec 18 19:40:59.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59942024-12-18T19:41:01.295Z[ recovery-image] Dec 18 19:40:59.116 INFO O| Dec 18 19:40:59.116 INFO STEP 556 (remove_files) COMPLETE
59952024-12-18T19:41:01.295Z[ recovery-image] Dec 18 19:40:59.116 INFO O| Dec 18 19:40:59.116 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-18T19:41:01.335Z[ recovery-image] Dec 18 19:40:59.156 INFO O| Dec 18 19:40:59.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59972024-12-18T19:41:01.339Z[ recovery-image] Dec 18 19:40:59.157 INFO O| Dec 18 19:40:59.157 INFO STEP 557 (remove_files) COMPLETE
59982024-12-18T19:41:01.339Z[ recovery-image] Dec 18 19:40:59.157 INFO O| Dec 18 19:40:59.157 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-18T19:41:01.356Z[ recovery-image] Dec 18 19:40:59.177 INFO O| Dec 18 19:40:59.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60002024-12-18T19:41:01.356Z[ recovery-image] Dec 18 19:40:59.177 INFO O| Dec 18 19:40:59.177 INFO STEP 558 (remove_files) COMPLETE
60012024-12-18T19:41:01.356Z[ recovery-image] Dec 18 19:40:59.177 INFO O| Dec 18 19:40:59.177 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-18T19:41:01.381Z[ recovery-image] Dec 18 19:40:59.202 INFO O| Dec 18 19:40:59.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60032024-12-18T19:41:01.381Z[ recovery-image] Dec 18 19:40:59.202 INFO O| Dec 18 19:40:59.202 INFO STEP 559 (remove_files) COMPLETE
60042024-12-18T19:41:01.381Z[ recovery-image] Dec 18 19:40:59.202 INFO O| Dec 18 19:40:59.202 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-18T19:41:01.407Z[ recovery-image] Dec 18 19:40:59.228 INFO O| Dec 18 19:40:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60062024-12-18T19:41:01.407Z[ recovery-image] Dec 18 19:40:59.228 INFO O| Dec 18 19:40:59.228 INFO STEP 560 (remove_files) COMPLETE
60072024-12-18T19:41:01.408Z[ recovery-image] Dec 18 19:40:59.228 INFO O| Dec 18 19:40:59.228 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-18T19:41:01.428Z[ recovery-image] Dec 18 19:40:59.249 INFO O| Dec 18 19:40:59.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60092024-12-18T19:41:01.428Z[ recovery-image] Dec 18 19:40:59.249 INFO O| Dec 18 19:40:59.249 INFO STEP 561 (remove_files) COMPLETE
60102024-12-18T19:41:01.428Z[ recovery-image] Dec 18 19:40:59.249 INFO O| Dec 18 19:40:59.249 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-18T19:41:01.468Z[ recovery-image] Dec 18 19:40:59.288 INFO O| Dec 18 19:40:59.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60122024-12-18T19:41:01.471Z[ recovery-image] Dec 18 19:40:59.289 INFO O| Dec 18 19:40:59.288 INFO STEP 562 (remove_files) COMPLETE
60132024-12-18T19:41:01.471Z[ recovery-image] Dec 18 19:40:59.289 INFO O| Dec 18 19:40:59.289 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-18T19:41:01.492Z[ recovery-image] Dec 18 19:40:59.312 INFO O| Dec 18 19:40:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60152024-12-18T19:41:01.492Z[ recovery-image] Dec 18 19:40:59.313 INFO O| Dec 18 19:40:59.313 INFO STEP 563 (remove_files) COMPLETE
60162024-12-18T19:41:01.495Z[ recovery-image] Dec 18 19:40:59.313 INFO O| Dec 18 19:40:59.313 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-18T19:41:01.512Z[ recovery-image] Dec 18 19:40:59.332 INFO O| Dec 18 19:40:59.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60182024-12-18T19:41:01.515Z[ recovery-image] Dec 18 19:40:59.333 INFO O| Dec 18 19:40:59.333 INFO STEP 564 (remove_files) COMPLETE
60192024-12-18T19:41:01.515Z[ recovery-image] Dec 18 19:40:59.333 INFO O| Dec 18 19:40:59.333 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-18T19:41:01.531Z[ recovery-image] Dec 18 19:40:59.352 INFO O| Dec 18 19:40:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60212024-12-18T19:41:01.534Z[ recovery-image] Dec 18 19:40:59.353 INFO O| Dec 18 19:40:59.352 INFO STEP 565 (remove_files) COMPLETE
60222024-12-18T19:41:01.534Z[ recovery-image] Dec 18 19:40:59.353 INFO O| Dec 18 19:40:59.353 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-18T19:41:01.551Z[ recovery-image] Dec 18 19:40:59.372 INFO O| Dec 18 19:40:59.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60242024-12-18T19:41:01.551Z[ recovery-image] Dec 18 19:40:59.372 INFO O| Dec 18 19:40:59.372 INFO STEP 566 (remove_files) COMPLETE
60252024-12-18T19:41:01.555Z[ recovery-image] Dec 18 19:40:59.373 INFO O| Dec 18 19:40:59.372 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-18T19:41:01.571Z[ recovery-image] Dec 18 19:40:59.392 INFO O| Dec 18 19:40:59.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60272024-12-18T19:41:01.571Z[ recovery-image] Dec 18 19:40:59.392 INFO O| Dec 18 19:40:59.392 INFO STEP 567 (remove_files) COMPLETE
60282024-12-18T19:41:01.571Z[ recovery-image] Dec 18 19:40:59.392 INFO O| Dec 18 19:40:59.392 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-18T19:41:01.591Z[ recovery-image] Dec 18 19:40:59.412 INFO O| Dec 18 19:40:59.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60302024-12-18T19:41:01.591Z[ recovery-image] Dec 18 19:40:59.412 INFO O| Dec 18 19:40:59.412 INFO STEP 568 (remove_files) COMPLETE
60312024-12-18T19:41:01.594Z[ recovery-image] Dec 18 19:40:59.412 INFO O| Dec 18 19:40:59.412 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-18T19:41:01.635Z[ recovery-image] Dec 18 19:40:59.456 INFO O| Dec 18 19:40:59.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60332024-12-18T19:41:01.635Z[ recovery-image] Dec 18 19:40:59.456 INFO O| Dec 18 19:40:59.456 INFO STEP 569 (remove_files) COMPLETE
60342024-12-18T19:41:01.638Z[ recovery-image] Dec 18 19:40:59.456 INFO O| Dec 18 19:40:59.456 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-18T19:41:01.677Z[ recovery-image] Dec 18 19:40:59.498 INFO O| Dec 18 19:40:59.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60362024-12-18T19:41:01.677Z[ recovery-image] Dec 18 19:40:59.498 INFO O| Dec 18 19:40:59.498 INFO STEP 570 (remove_files) COMPLETE
60372024-12-18T19:41:01.677Z[ recovery-image] Dec 18 19:40:59.498 INFO O| Dec 18 19:40:59.498 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-18T19:41:01.721Z[ recovery-image] Dec 18 19:40:59.542 INFO O| Dec 18 19:40:59.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60392024-12-18T19:41:01.721Z[ recovery-image] Dec 18 19:40:59.542 INFO O| Dec 18 19:40:59.542 INFO STEP 571 (remove_files) COMPLETE
60402024-12-18T19:41:01.721Z[ recovery-image] Dec 18 19:40:59.542 INFO O| Dec 18 19:40:59.542 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-18T19:41:01.741Z[ recovery-image] Dec 18 19:40:59.561 INFO O| Dec 18 19:40:59.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60422024-12-18T19:41:01.743Z[ recovery-image] Dec 18 19:40:59.562 INFO O| Dec 18 19:40:59.561 INFO STEP 572 (remove_files) COMPLETE
60432024-12-18T19:41:01.743Z[ recovery-image] Dec 18 19:40:59.562 INFO O| Dec 18 19:40:59.561 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-18T19:41:01.758Z[ recovery-image] Dec 18 19:40:59.579 INFO O| Dec 18 19:40:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60452024-12-18T19:41:01.758Z[ recovery-image] Dec 18 19:40:59.579 INFO O| Dec 18 19:40:59.579 INFO STEP 573 (remove_files) COMPLETE
60462024-12-18T19:41:01.761Z[ recovery-image] Dec 18 19:40:59.579 INFO O| Dec 18 19:40:59.579 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-18T19:41:01.798Z[ recovery-image] Dec 18 19:40:59.618 INFO O| Dec 18 19:40:59.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60482024-12-18T19:41:01.798Z[ recovery-image] Dec 18 19:40:59.618 INFO O| Dec 18 19:40:59.618 INFO STEP 574 (remove_files) COMPLETE
60492024-12-18T19:41:01.798Z[ recovery-image] Dec 18 19:40:59.618 INFO O| Dec 18 19:40:59.618 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-18T19:41:01.818Z[ recovery-image] Dec 18 19:40:59.638 INFO O| Dec 18 19:40:59.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60512024-12-18T19:41:01.818Z[ recovery-image] Dec 18 19:40:59.639 INFO O| Dec 18 19:40:59.638 INFO STEP 575 (remove_files) COMPLETE
60522024-12-18T19:41:01.818Z[ recovery-image] Dec 18 19:40:59.639 INFO O| Dec 18 19:40:59.639 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-18T19:41:01.836Z[ recovery-image] Dec 18 19:40:59.656 INFO O| Dec 18 19:40:59.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60542024-12-18T19:41:01.836Z[ recovery-image] Dec 18 19:40:59.657 INFO O| Dec 18 19:40:59.656 INFO STEP 576 (remove_files) COMPLETE
60552024-12-18T19:41:01.836Z[ recovery-image] Dec 18 19:40:59.657 INFO O| Dec 18 19:40:59.657 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-18T19:41:01.856Z[ recovery-image] Dec 18 19:40:59.676 INFO O| Dec 18 19:40:59.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60572024-12-18T19:41:01.856Z[ recovery-image] Dec 18 19:40:59.677 INFO O| Dec 18 19:40:59.677 INFO STEP 577 (remove_files) COMPLETE
60582024-12-18T19:41:01.856Z[ recovery-image] Dec 18 19:40:59.677 INFO O| Dec 18 19:40:59.677 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-18T19:41:01.878Z[ recovery-image] Dec 18 19:40:59.698 INFO O| Dec 18 19:40:59.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60602024-12-18T19:41:01.878Z[ recovery-image] Dec 18 19:40:59.699 INFO O| Dec 18 19:40:59.699 INFO STEP 578 (remove_files) COMPLETE
60612024-12-18T19:41:01.881Z[ recovery-image] Dec 18 19:40:59.699 INFO O| Dec 18 19:40:59.699 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-18T19:41:01.900Z[ recovery-image] Dec 18 19:40:59.721 INFO O| Dec 18 19:40:59.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60632024-12-18T19:41:01.900Z[ recovery-image] Dec 18 19:40:59.721 INFO O| Dec 18 19:40:59.721 INFO STEP 579 (remove_files) COMPLETE
60642024-12-18T19:41:01.901Z[ recovery-image] Dec 18 19:40:59.721 INFO O| Dec 18 19:40:59.721 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-18T19:41:01.922Z[ recovery-image] Dec 18 19:40:59.742 INFO O| Dec 18 19:40:59.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60662024-12-18T19:41:01.922Z[ recovery-image] Dec 18 19:40:59.743 INFO O| Dec 18 19:40:59.742 INFO STEP 580 (remove_files) COMPLETE
60672024-12-18T19:41:01.925Z[ recovery-image] Dec 18 19:40:59.743 INFO O| Dec 18 19:40:59.743 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-18T19:41:01.945Z[ recovery-image] Dec 18 19:40:59.765 INFO O| Dec 18 19:40:59.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60692024-12-18T19:41:01.945Z[ recovery-image] Dec 18 19:40:59.765 INFO O| Dec 18 19:40:59.765 INFO STEP 581 (remove_files) COMPLETE
60702024-12-18T19:41:01.945Z[ recovery-image] Dec 18 19:40:59.765 INFO O| Dec 18 19:40:59.765 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-18T19:41:01.966Z[ recovery-image] Dec 18 19:40:59.787 INFO O| Dec 18 19:40:59.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60722024-12-18T19:41:01.966Z[ recovery-image] Dec 18 19:40:59.787 INFO O| Dec 18 19:40:59.787 INFO STEP 582 (remove_files) COMPLETE
60732024-12-18T19:41:01.968Z[ recovery-image] Dec 18 19:40:59.787 INFO O| Dec 18 19:40:59.787 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-18T19:41:01.988Z[ recovery-image] Dec 18 19:40:59.808 INFO O| Dec 18 19:40:59.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60752024-12-18T19:41:01.988Z[ recovery-image] Dec 18 19:40:59.808 INFO O| Dec 18 19:40:59.808 INFO STEP 583 (remove_files) COMPLETE
60762024-12-18T19:41:01.988Z[ recovery-image] Dec 18 19:40:59.809 INFO O| Dec 18 19:40:59.808 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-18T19:41:02.008Z[ recovery-image] Dec 18 19:40:59.828 INFO O| Dec 18 19:40:59.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60782024-12-18T19:41:02.008Z[ recovery-image] Dec 18 19:40:59.829 INFO O| Dec 18 19:40:59.829 INFO STEP 584 (remove_files) COMPLETE
60792024-12-18T19:41:02.008Z[ recovery-image] Dec 18 19:40:59.829 INFO O| Dec 18 19:40:59.829 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-18T19:41:02.029Z[ recovery-image] Dec 18 19:40:59.850 INFO O| Dec 18 19:40:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60812024-12-18T19:41:02.029Z[ recovery-image] Dec 18 19:40:59.850 INFO O| Dec 18 19:40:59.850 INFO STEP 585 (remove_files) COMPLETE
60822024-12-18T19:41:02.033Z[ recovery-image] Dec 18 19:40:59.850 INFO O| Dec 18 19:40:59.850 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-18T19:41:02.049Z[ recovery-image] Dec 18 19:40:59.870 INFO O| Dec 18 19:40:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60842024-12-18T19:41:02.049Z[ recovery-image] Dec 18 19:40:59.870 INFO O| Dec 18 19:40:59.870 INFO STEP 586 (remove_files) COMPLETE
60852024-12-18T19:41:02.049Z[ recovery-image] Dec 18 19:40:59.870 INFO O| Dec 18 19:40:59.870 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-18T19:41:02.071Z[ recovery-image] Dec 18 19:40:59.891 INFO O| Dec 18 19:40:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60872024-12-18T19:41:02.071Z[ recovery-image] Dec 18 19:40:59.891 INFO O| Dec 18 19:40:59.891 INFO STEP 587 (remove_files) COMPLETE
60882024-12-18T19:41:02.071Z[ recovery-image] Dec 18 19:40:59.891 INFO O| Dec 18 19:40:59.891 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-18T19:41:02.076Z[ host-image] Dec 18 19:40:59.897 INFO O| Dec 18 19:40:59.897 INFO O| Download: Completed 8.42 MB in 6.53 seconds (1.3M/s)
60902024-12-18T19:41:02.088Z[ recovery-image] Dec 18 19:40:59.909 INFO O| Dec 18 19:40:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60912024-12-18T19:41:02.088Z[ recovery-image] Dec 18 19:40:59.909 INFO O| Dec 18 19:40:59.909 INFO STEP 588 (remove_files) COMPLETE
60922024-12-18T19:41:02.088Z[ recovery-image] Dec 18 19:40:59.909 INFO O| Dec 18 19:40:59.909 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-18T19:41:02.141Z[ recovery-image] Dec 18 19:40:59.962 INFO O| Dec 18 19:40:59.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60942024-12-18T19:41:02.166Z[ recovery-image] Dec 18 19:40:59.987 INFO O| Dec 18 19:40:59.987 INFO STEP 589 (remove_files) COMPLETE
60952024-12-18T19:41:02.166Z[ recovery-image] Dec 18 19:40:59.987 INFO O| Dec 18 19:40:59.987 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-18T19:41:02.222Z[ recovery-image] Dec 18 19:41:00.043 INFO O| Dec 18 19:41:00.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60972024-12-18T19:41:02.222Z[ recovery-image] Dec 18 19:41:00.043 INFO O| Dec 18 19:41:00.043 INFO STEP 590 (remove_files) COMPLETE
60982024-12-18T19:41:02.222Z[ recovery-image] Dec 18 19:41:00.043 INFO O| Dec 18 19:41:00.043 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-18T19:41:02.255Z[ recovery-image] Dec 18 19:41:00.076 INFO O| Dec 18 19:41:00.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61002024-12-18T19:41:02.255Z[ recovery-image] Dec 18 19:41:00.076 INFO O| Dec 18 19:41:00.076 INFO STEP 591 (remove_files) COMPLETE
61012024-12-18T19:41:02.259Z[ recovery-image] Dec 18 19:41:00.076 INFO O| Dec 18 19:41:00.076 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-18T19:41:02.276Z[ recovery-image] Dec 18 19:41:00.096 INFO O| Dec 18 19:41:00.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61032024-12-18T19:41:02.276Z[ recovery-image] Dec 18 19:41:00.096 INFO O| Dec 18 19:41:00.096 INFO STEP 592 (remove_files) COMPLETE
61042024-12-18T19:41:02.276Z[ recovery-image] Dec 18 19:41:00.096 INFO O| Dec 18 19:41:00.096 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-18T19:41:02.303Z[ host-image] Dec 18 19:41:00.123 INFO O| Dec 18 19:41:00.123 INFO O| Actions: 1/1361 actions (Installing new actions)
61062024-12-18T19:41:02.316Z[ recovery-image] Dec 18 19:41:00.137 INFO O| Dec 18 19:41:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61072024-12-18T19:41:02.316Z[ recovery-image] Dec 18 19:41:00.137 INFO O| Dec 18 19:41:00.137 INFO STEP 593 (remove_files) COMPLETE
61082024-12-18T19:41:02.316Z[ recovery-image] Dec 18 19:41:00.137 INFO O| Dec 18 19:41:00.137 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-12-18T19:41:02.351Z[ recovery-image] Dec 18 19:41:00.172 INFO O| Dec 18 19:41:00.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61102024-12-18T19:41:02.351Z[ recovery-image] Dec 18 19:41:00.172 INFO O| Dec 18 19:41:00.172 INFO STEP 594 (remove_files) COMPLETE
61112024-12-18T19:41:02.351Z[ recovery-image] Dec 18 19:41:00.172 INFO O| Dec 18 19:41:00.172 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-12-18T19:41:02.409Z[ recovery-image] Dec 18 19:41:00.229 INFO O| Dec 18 19:41:00.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61132024-12-18T19:41:02.411Z[ recovery-image] Dec 18 19:41:00.229 INFO O| Dec 18 19:41:00.229 INFO STEP 595 (remove_files) COMPLETE
61142024-12-18T19:41:02.411Z[ recovery-image] Dec 18 19:41:00.230 INFO O| Dec 18 19:41:00.229 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-12-18T19:41:02.431Z[ recovery-image] Dec 18 19:41:00.252 INFO O| Dec 18 19:41:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61162024-12-18T19:41:02.431Z[ recovery-image] Dec 18 19:41:00.252 INFO O| Dec 18 19:41:00.252 INFO STEP 596 (remove_files) COMPLETE
61172024-12-18T19:41:02.431Z[ recovery-image] Dec 18 19:41:00.252 INFO O| Dec 18 19:41:00.252 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-18T19:41:02.450Z[ recovery-image] Dec 18 19:41:00.271 INFO O| Dec 18 19:41:00.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61192024-12-18T19:41:02.451Z[ recovery-image] Dec 18 19:41:00.271 INFO O| Dec 18 19:41:00.271 INFO STEP 597 (remove_files) COMPLETE
61202024-12-18T19:41:02.451Z[ recovery-image] Dec 18 19:41:00.271 INFO O| Dec 18 19:41:00.271 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-18T19:41:02.471Z[ recovery-image] Dec 18 19:41:00.291 INFO O| Dec 18 19:41:00.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61222024-12-18T19:41:02.471Z[ recovery-image] Dec 18 19:41:00.291 INFO O| Dec 18 19:41:00.291 INFO STEP 598 (remove_files) COMPLETE
61232024-12-18T19:41:02.471Z[ recovery-image] Dec 18 19:41:00.291 INFO O| Dec 18 19:41:00.291 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-18T19:41:02.491Z[ recovery-image] Dec 18 19:41:00.311 INFO O| Dec 18 19:41:00.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61252024-12-18T19:41:02.491Z[ recovery-image] Dec 18 19:41:00.312 INFO O| Dec 18 19:41:00.311 INFO STEP 599 (remove_files) COMPLETE
61262024-12-18T19:41:02.491Z[ recovery-image] Dec 18 19:41:00.312 INFO O| Dec 18 19:41:00.312 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-18T19:41:02.533Z[ recovery-image] Dec 18 19:41:00.354 INFO O| Dec 18 19:41:00.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61282024-12-18T19:41:02.533Z[ recovery-image] Dec 18 19:41:00.354 INFO O| Dec 18 19:41:00.354 INFO STEP 600 (remove_files) COMPLETE
61292024-12-18T19:41:02.537Z[ recovery-image] Dec 18 19:41:00.354 INFO O| Dec 18 19:41:00.354 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-18T19:41:02.557Z[ recovery-image] Dec 18 19:41:00.378 INFO O| Dec 18 19:41:00.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61312024-12-18T19:41:02.557Z[ recovery-image] Dec 18 19:41:00.378 INFO O| Dec 18 19:41:00.378 INFO STEP 601 (remove_files) COMPLETE
61322024-12-18T19:41:02.560Z[ recovery-image] Dec 18 19:41:00.378 INFO O| Dec 18 19:41:00.378 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-18T19:41:02.600Z[ recovery-image] Dec 18 19:41:00.420 INFO O| Dec 18 19:41:00.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61342024-12-18T19:41:02.600Z[ recovery-image] Dec 18 19:41:00.420 INFO O| Dec 18 19:41:00.420 INFO STEP 602 (remove_files) COMPLETE
61352024-12-18T19:41:02.600Z[ recovery-image] Dec 18 19:41:00.420 INFO O| Dec 18 19:41:00.420 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-18T19:41:02.619Z[ recovery-image] Dec 18 19:41:00.440 INFO O| Dec 18 19:41:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61372024-12-18T19:41:02.619Z[ recovery-image] Dec 18 19:41:00.440 INFO O| Dec 18 19:41:00.440 INFO STEP 603 (remove_files) COMPLETE
61382024-12-18T19:41:02.619Z[ recovery-image] Dec 18 19:41:00.440 INFO O| Dec 18 19:41:00.440 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-18T19:41:02.639Z[ recovery-image] Dec 18 19:41:00.460 INFO O| Dec 18 19:41:00.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61402024-12-18T19:41:02.639Z[ recovery-image] Dec 18 19:41:00.460 INFO O| Dec 18 19:41:00.460 INFO STEP 604 (remove_files) COMPLETE
61412024-12-18T19:41:02.642Z[ recovery-image] Dec 18 19:41:00.460 INFO O| Dec 18 19:41:00.460 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-18T19:41:02.658Z[ recovery-image] Dec 18 19:41:00.479 INFO O| Dec 18 19:41:00.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61432024-12-18T19:41:02.658Z[ recovery-image] Dec 18 19:41:00.479 INFO O| Dec 18 19:41:00.479 INFO STEP 605 (remove_files) COMPLETE
61442024-12-18T19:41:02.658Z[ recovery-image] Dec 18 19:41:00.479 INFO O| Dec 18 19:41:00.479 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-18T19:41:02.677Z[ recovery-image] Dec 18 19:41:00.497 INFO O| Dec 18 19:41:00.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61462024-12-18T19:41:02.677Z[ recovery-image] Dec 18 19:41:00.497 INFO O| Dec 18 19:41:00.497 INFO STEP 606 (remove_files) COMPLETE
61472024-12-18T19:41:02.677Z[ recovery-image] Dec 18 19:41:00.497 INFO O| Dec 18 19:41:00.497 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-18T19:41:02.696Z[ recovery-image] Dec 18 19:41:00.517 INFO O| Dec 18 19:41:00.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61492024-12-18T19:41:02.696Z[ recovery-image] Dec 18 19:41:00.517 INFO O| Dec 18 19:41:00.517 INFO STEP 607 (remove_files) COMPLETE
61502024-12-18T19:41:02.696Z[ recovery-image] Dec 18 19:41:00.517 INFO O| Dec 18 19:41:00.517 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-18T19:41:02.991Z[ recovery-image] Dec 18 19:41:00.811 INFO O| Dec 18 19:41:00.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61522024-12-18T19:41:02.991Z[ recovery-image] Dec 18 19:41:00.811 INFO O| Dec 18 19:41:00.811 INFO STEP 608 (remove_files) COMPLETE
61532024-12-18T19:41:02.991Z[ recovery-image] Dec 18 19:41:00.811 INFO O| Dec 18 19:41:00.811 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-18T19:41:03.012Z[ recovery-image] Dec 18 19:41:00.832 INFO O| Dec 18 19:41:00.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61552024-12-18T19:41:03.012Z[ recovery-image] Dec 18 19:41:00.832 INFO O| Dec 18 19:41:00.832 INFO STEP 609 (remove_files) COMPLETE
61562024-12-18T19:41:03.012Z[ recovery-image] Dec 18 19:41:00.833 INFO O| Dec 18 19:41:00.832 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-18T19:41:03.050Z[ recovery-image] Dec 18 19:41:00.871 INFO O| Dec 18 19:41:00.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61582024-12-18T19:41:03.050Z[ recovery-image] Dec 18 19:41:00.871 INFO O| Dec 18 19:41:00.871 INFO STEP 610 (remove_files) COMPLETE
61592024-12-18T19:41:03.050Z[ recovery-image] Dec 18 19:41:00.871 INFO O| Dec 18 19:41:00.871 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-18T19:41:03.055Z[ host-image] Dec 18 19:41:00.876 INFO O| Dec 18 19:41:00.876 INFO O| Actions: Completed 1361 actions in 0.75 seconds.
61612024-12-18T19:41:03.153Z[ recovery-image] Dec 18 19:41:00.973 INFO O| Dec 18 19:41:00.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61622024-12-18T19:41:03.156Z[ recovery-image] Dec 18 19:41:00.974 INFO O| Dec 18 19:41:00.974 INFO STEP 611 (remove_files) COMPLETE
61632024-12-18T19:41:03.156Z[ recovery-image] Dec 18 19:41:00.974 INFO O| Dec 18 19:41:00.974 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-18T19:41:03.178Z[ recovery-image] Dec 18 19:41:00.999 INFO O| Dec 18 19:41:00.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61652024-12-18T19:41:03.189Z[ recovery-image] Dec 18 19:41:00.999 INFO O| Dec 18 19:41:00.999 INFO STEP 612 (remove_files) COMPLETE
61662024-12-18T19:41:03.189Z[ recovery-image] Dec 18 19:41:00.999 INFO O| Dec 18 19:41:00.999 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-18T19:41:03.296Z[ recovery-image] Dec 18 19:41:01.116 INFO O| Dec 18 19:41:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61682024-12-18T19:41:03.296Z[ recovery-image] Dec 18 19:41:01.116 INFO O| Dec 18 19:41:01.116 INFO STEP 613 (remove_files) COMPLETE
61692024-12-18T19:41:03.298Z[ recovery-image] Dec 18 19:41:01.116 INFO O| Dec 18 19:41:01.116 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-12-18T19:41:03.328Z[ recovery-image] Dec 18 19:41:01.148 INFO O| Dec 18 19:41:01.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61712024-12-18T19:41:03.328Z[ recovery-image] Dec 18 19:41:01.149 INFO O| Dec 18 19:41:01.149 INFO STEP 614 (remove_files) COMPLETE
61722024-12-18T19:41:03.328Z[ recovery-image] Dec 18 19:41:01.149 INFO O| Dec 18 19:41:01.149 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-12-18T19:41:03.348Z[ recovery-image] Dec 18 19:41:01.169 INFO O| Dec 18 19:41:01.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61742024-12-18T19:41:03.348Z[ recovery-image] Dec 18 19:41:01.169 INFO O| Dec 18 19:41:01.169 INFO STEP 615 (remove_files) COMPLETE
61752024-12-18T19:41:03.350Z[ recovery-image] Dec 18 19:41:01.169 INFO O| Dec 18 19:41:01.169 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-12-18T19:41:03.383Z[ recovery-image] Dec 18 19:41:01.203 INFO O| Dec 18 19:41:01.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61772024-12-18T19:41:03.383Z[ recovery-image] Dec 18 19:41:01.203 INFO O| Dec 18 19:41:01.203 INFO STEP 616 (remove_files) COMPLETE
61782024-12-18T19:41:03.386Z[ recovery-image] Dec 18 19:41:01.203 INFO O| Dec 18 19:41:01.203 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-12-18T19:41:03.441Z[ host-image] Dec 18 19:41:01.261 INFO O| Dec 18 19:41:01.261 INFO O| Done
61802024-12-18T19:41:03.441Z[ host-image] Dec 18 19:41:01.261 INFO O| Dec 18 19:41:01.261 INFO O| Done
61812024-12-18T19:41:03.448Z[ recovery-image] Dec 18 19:41:01.269 INFO O| Dec 18 19:41:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61822024-12-18T19:41:03.448Z[ recovery-image] Dec 18 19:41:01.269 INFO O| Dec 18 19:41:01.269 INFO STEP 617 (remove_files) COMPLETE
61832024-12-18T19:41:03.451Z[ recovery-image] Dec 18 19:41:01.269 INFO O| Dec 18 19:41:01.269 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-18T19:41:03.493Z[ recovery-image] Dec 18 19:41:01.313 INFO O| Dec 18 19:41:01.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61852024-12-18T19:41:03.493Z[ recovery-image] Dec 18 19:41:01.313 INFO O| Dec 18 19:41:01.313 INFO STEP 618 (remove_files) COMPLETE
61862024-12-18T19:41:03.494Z[ recovery-image] Dec 18 19:41:01.313 INFO O| Dec 18 19:41:01.313 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-18T19:41:03.514Z[ recovery-image] Dec 18 19:41:01.335 INFO O| Dec 18 19:41:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61882024-12-18T19:41:03.517Z[ recovery-image] Dec 18 19:41:01.335 INFO O| Dec 18 19:41:01.335 INFO STEP 619 (remove_files) COMPLETE
61892024-12-18T19:41:03.517Z[ recovery-image] Dec 18 19:41:01.335 INFO O| Dec 18 19:41:01.335 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-18T19:41:03.553Z[ recovery-image] Dec 18 19:41:01.373 INFO O| Dec 18 19:41:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61912024-12-18T19:41:03.553Z[ recovery-image] Dec 18 19:41:01.374 INFO O| Dec 18 19:41:01.373 INFO STEP 620 (remove_files) COMPLETE
61922024-12-18T19:41:03.556Z[ recovery-image] Dec 18 19:41:01.374 INFO O| Dec 18 19:41:01.374 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-18T19:41:03.595Z[ recovery-image] Dec 18 19:41:01.416 INFO O| Dec 18 19:41:01.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61942024-12-18T19:41:03.596Z[ recovery-image] Dec 18 19:41:01.416 INFO O| Dec 18 19:41:01.416 INFO STEP 621 (remove_files) COMPLETE
61952024-12-18T19:41:03.596Z[ recovery-image] Dec 18 19:41:01.416 INFO O| Dec 18 19:41:01.416 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-18T19:41:03.617Z[ recovery-image] Dec 18 19:41:01.438 INFO O| Dec 18 19:41:01.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61972024-12-18T19:41:03.618Z[ recovery-image] Dec 18 19:41:01.438 INFO O| Dec 18 19:41:01.438 INFO STEP 622 (remove_files) COMPLETE
61982024-12-18T19:41:03.618Z[ recovery-image] Dec 18 19:41:01.438 INFO O| Dec 18 19:41:01.438 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-18T19:41:03.647Z[ recovery-image] Dec 18 19:41:01.468 INFO O| Dec 18 19:41:01.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62002024-12-18T19:41:03.648Z[ recovery-image] Dec 18 19:41:01.468 INFO O| Dec 18 19:41:01.468 INFO STEP 623 (remove_files) COMPLETE
62012024-12-18T19:41:03.650Z[ recovery-image] Dec 18 19:41:01.468 INFO O| Dec 18 19:41:01.468 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-18T19:41:03.680Z[ recovery-image] Dec 18 19:41:01.501 INFO O| Dec 18 19:41:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62032024-12-18T19:41:03.681Z[ recovery-image] Dec 18 19:41:01.501 INFO O| Dec 18 19:41:01.501 INFO STEP 624 (remove_files) COMPLETE
62042024-12-18T19:41:03.681Z[ recovery-image] Dec 18 19:41:01.501 INFO O| Dec 18 19:41:01.501 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-18T19:41:03.700Z[ recovery-image] Dec 18 19:41:01.521 INFO O| Dec 18 19:41:01.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62062024-12-18T19:41:03.701Z[ recovery-image] Dec 18 19:41:01.521 INFO O| Dec 18 19:41:01.521 INFO STEP 625 (remove_files) COMPLETE
62072024-12-18T19:41:03.701Z[ recovery-image] Dec 18 19:41:01.521 INFO O| Dec 18 19:41:01.521 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-18T19:41:03.733Z[ recovery-image] Dec 18 19:41:01.554 INFO O| Dec 18 19:41:01.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62092024-12-18T19:41:03.736Z[ recovery-image] Dec 18 19:41:01.554 INFO O| Dec 18 19:41:01.554 INFO STEP 626 (remove_files) COMPLETE
62102024-12-18T19:41:03.736Z[ recovery-image] Dec 18 19:41:01.554 INFO O| Dec 18 19:41:01.554 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-18T19:41:03.755Z[ recovery-image] Dec 18 19:41:01.575 INFO O| Dec 18 19:41:01.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62122024-12-18T19:41:03.758Z[ recovery-image] Dec 18 19:41:01.576 INFO O| Dec 18 19:41:01.576 INFO STEP 627 (remove_files) COMPLETE
62132024-12-18T19:41:03.758Z[ recovery-image] Dec 18 19:41:01.576 INFO O| Dec 18 19:41:01.576 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-18T19:41:03.817Z[ recovery-image] Dec 18 19:41:01.638 INFO O| Dec 18 19:41:01.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62152024-12-18T19:41:03.820Z[ recovery-image] Dec 18 19:41:01.638 INFO O| Dec 18 19:41:01.638 INFO STEP 628 (remove_files) COMPLETE
62162024-12-18T19:41:03.820Z[ recovery-image] Dec 18 19:41:01.638 INFO O| Dec 18 19:41:01.638 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-18T19:41:03.893Z[ recovery-image] Dec 18 19:41:01.713 INFO O| Dec 18 19:41:01.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62182024-12-18T19:41:03.896Z[ recovery-image] Dec 18 19:41:01.713 INFO O| Dec 18 19:41:01.713 INFO STEP 629 (remove_files) COMPLETE
62192024-12-18T19:41:03.896Z[ recovery-image] Dec 18 19:41:01.714 INFO O| Dec 18 19:41:01.714 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-18T19:41:03.969Z[ recovery-image] Dec 18 19:41:01.789 INFO O| Dec 18 19:41:01.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62212024-12-18T19:41:03.971Z[ recovery-image] Dec 18 19:41:01.789 INFO O| Dec 18 19:41:01.789 INFO STEP 630 (remove_files) COMPLETE
62222024-12-18T19:41:03.971Z[ recovery-image] Dec 18 19:41:01.790 INFO O| Dec 18 19:41:01.789 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-18T19:41:03.996Z[ recovery-image] Dec 18 19:41:01.815 INFO O| Dec 18 19:41:01.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62242024-12-18T19:41:03.996Z[ recovery-image] Dec 18 19:41:01.815 INFO O| Dec 18 19:41:01.815 INFO STEP 631 (remove_files) COMPLETE
62252024-12-18T19:41:03.996Z[ recovery-image] Dec 18 19:41:01.815 INFO O| Dec 18 19:41:01.815 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-18T19:41:04.017Z[ recovery-image] Dec 18 19:41:01.837 INFO O| Dec 18 19:41:01.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62272024-12-18T19:41:04.017Z[ recovery-image] Dec 18 19:41:01.837 INFO O| Dec 18 19:41:01.837 INFO STEP 632 (remove_files) COMPLETE
62282024-12-18T19:41:04.017Z[ recovery-image] Dec 18 19:41:01.837 INFO O| Dec 18 19:41:01.837 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-18T19:41:04.035Z[ recovery-image] Dec 18 19:41:01.856 INFO O| Dec 18 19:41:01.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62302024-12-18T19:41:04.035Z[ recovery-image] Dec 18 19:41:01.856 INFO O| Dec 18 19:41:01.856 INFO STEP 633 (remove_files) COMPLETE
62312024-12-18T19:41:04.035Z[ recovery-image] Dec 18 19:41:01.856 INFO O| Dec 18 19:41:01.856 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-18T19:41:04.055Z[ recovery-image] Dec 18 19:41:01.875 INFO O| Dec 18 19:41:01.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62332024-12-18T19:41:04.055Z[ recovery-image] Dec 18 19:41:01.875 INFO O| Dec 18 19:41:01.875 INFO STEP 634 (remove_files) COMPLETE
62342024-12-18T19:41:04.055Z[ recovery-image] Dec 18 19:41:01.875 INFO O| Dec 18 19:41:01.875 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-18T19:41:04.095Z[ recovery-image] Dec 18 19:41:01.915 INFO O| Dec 18 19:41:01.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62362024-12-18T19:41:04.095Z[ recovery-image] Dec 18 19:41:01.915 INFO O| Dec 18 19:41:01.915 INFO STEP 635 (remove_files) COMPLETE
62372024-12-18T19:41:04.095Z[ recovery-image] Dec 18 19:41:01.915 INFO O| Dec 18 19:41:01.915 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-18T19:41:04.129Z[ recovery-image] Dec 18 19:41:01.949 INFO O| Dec 18 19:41:01.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62392024-12-18T19:41:04.131Z[ recovery-image] Dec 18 19:41:01.949 INFO O| Dec 18 19:41:01.949 INFO STEP 636 (remove_files) COMPLETE
62402024-12-18T19:41:04.132Z[ recovery-image] Dec 18 19:41:01.949 INFO O| Dec 18 19:41:01.949 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-18T19:41:04.150Z[ recovery-image] Dec 18 19:41:01.970 INFO O| Dec 18 19:41:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62422024-12-18T19:41:04.150Z[ recovery-image] Dec 18 19:41:01.970 INFO O| Dec 18 19:41:01.970 INFO STEP 637 (remove_files) COMPLETE
62432024-12-18T19:41:04.150Z[ recovery-image] Dec 18 19:41:01.970 INFO O| Dec 18 19:41:01.970 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-18T19:41:04.169Z[ recovery-image] Dec 18 19:41:01.989 INFO O| Dec 18 19:41:01.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62452024-12-18T19:41:04.169Z[ recovery-image] Dec 18 19:41:01.989 INFO O| Dec 18 19:41:01.989 INFO STEP 638 (remove_files) COMPLETE
62462024-12-18T19:41:04.171Z[ recovery-image] Dec 18 19:41:01.989 INFO O| Dec 18 19:41:01.989 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-18T19:41:04.190Z[ recovery-image] Dec 18 19:41:02.010 INFO O| Dec 18 19:41:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62482024-12-18T19:41:04.190Z[ recovery-image] Dec 18 19:41:02.010 INFO O| Dec 18 19:41:02.010 INFO STEP 639 (remove_files) COMPLETE
62492024-12-18T19:41:04.190Z[ recovery-image] Dec 18 19:41:02.010 INFO O| Dec 18 19:41:02.010 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-18T19:41:04.223Z[ recovery-image] Dec 18 19:41:02.044 INFO O| Dec 18 19:41:02.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62512024-12-18T19:41:04.223Z[ recovery-image] Dec 18 19:41:02.044 INFO O| Dec 18 19:41:02.044 INFO STEP 640 (remove_files) COMPLETE
62522024-12-18T19:41:04.223Z[ recovery-image] Dec 18 19:41:02.044 INFO O| Dec 18 19:41:02.044 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-18T19:41:04.265Z[ recovery-image] Dec 18 19:41:02.085 INFO O| Dec 18 19:41:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62542024-12-18T19:41:04.268Z[ recovery-image] Dec 18 19:41:02.086 INFO O| Dec 18 19:41:02.085 INFO STEP 641 (remove_files) COMPLETE
62552024-12-18T19:41:04.268Z[ recovery-image] Dec 18 19:41:02.086 INFO O| Dec 18 19:41:02.086 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-18T19:41:04.328Z[ recovery-image] Dec 18 19:41:02.148 INFO O| Dec 18 19:41:02.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62572024-12-18T19:41:04.328Z[ recovery-image] Dec 18 19:41:02.149 INFO O| Dec 18 19:41:02.149 INFO STEP 642 (remove_files) COMPLETE
62582024-12-18T19:41:04.328Z[ recovery-image] Dec 18 19:41:02.149 INFO O| Dec 18 19:41:02.149 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-18T19:41:04.348Z[ recovery-image] Dec 18 19:41:02.168 INFO O| Dec 18 19:41:02.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62602024-12-18T19:41:04.348Z[ recovery-image] Dec 18 19:41:02.168 INFO O| Dec 18 19:41:02.168 INFO STEP 643 (remove_files) COMPLETE
62612024-12-18T19:41:04.348Z[ recovery-image] Dec 18 19:41:02.168 INFO O| Dec 18 19:41:02.168 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-18T19:41:04.368Z[ recovery-image] Dec 18 19:41:02.188 INFO O| Dec 18 19:41:02.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62632024-12-18T19:41:04.368Z[ recovery-image] Dec 18 19:41:02.188 INFO O| Dec 18 19:41:02.188 INFO STEP 644 (remove_files) COMPLETE
62642024-12-18T19:41:04.368Z[ recovery-image] Dec 18 19:41:02.188 INFO O| Dec 18 19:41:02.188 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-18T19:41:04.409Z[ recovery-image] Dec 18 19:41:02.229 INFO O| Dec 18 19:41:02.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62662024-12-18T19:41:04.411Z[ recovery-image] Dec 18 19:41:02.229 INFO O| Dec 18 19:41:02.229 INFO STEP 645 (remove_files) COMPLETE
62672024-12-18T19:41:04.411Z[ recovery-image] Dec 18 19:41:02.229 INFO O| Dec 18 19:41:02.229 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-18T19:41:04.429Z[ recovery-image] Dec 18 19:41:02.249 INFO O| Dec 18 19:41:02.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62692024-12-18T19:41:04.429Z[ recovery-image] Dec 18 19:41:02.250 INFO O| Dec 18 19:41:02.249 INFO STEP 646 (remove_files) COMPLETE
62702024-12-18T19:41:04.432Z[ recovery-image] Dec 18 19:41:02.250 INFO O| Dec 18 19:41:02.250 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-18T19:41:04.448Z[ recovery-image] Dec 18 19:41:02.268 INFO O| Dec 18 19:41:02.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62722024-12-18T19:41:04.450Z[ recovery-image] Dec 18 19:41:02.269 INFO O| Dec 18 19:41:02.269 INFO STEP 647 (remove_files) COMPLETE
62732024-12-18T19:41:04.450Z[ recovery-image] Dec 18 19:41:02.269 INFO O| Dec 18 19:41:02.269 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-18T19:41:04.468Z[ recovery-image] Dec 18 19:41:02.288 INFO O| Dec 18 19:41:02.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62752024-12-18T19:41:04.468Z[ recovery-image] Dec 18 19:41:02.288 INFO O| Dec 18 19:41:02.288 INFO STEP 648 (remove_files) COMPLETE
62762024-12-18T19:41:04.468Z[ recovery-image] Dec 18 19:41:02.288 INFO O| Dec 18 19:41:02.288 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-18T19:41:04.487Z[ recovery-image] Dec 18 19:41:02.307 INFO O| Dec 18 19:41:02.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62782024-12-18T19:41:04.487Z[ recovery-image] Dec 18 19:41:02.307 INFO O| Dec 18 19:41:02.307 INFO STEP 649 (remove_files) COMPLETE
62792024-12-18T19:41:04.487Z[ recovery-image] Dec 18 19:41:02.307 INFO O| Dec 18 19:41:02.307 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-18T19:41:04.506Z[ recovery-image] Dec 18 19:41:02.325 INFO O| Dec 18 19:41:02.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62812024-12-18T19:41:04.506Z[ recovery-image] Dec 18 19:41:02.325 INFO O| Dec 18 19:41:02.325 INFO STEP 650 (remove_files) COMPLETE
62822024-12-18T19:41:04.506Z[ recovery-image] Dec 18 19:41:02.325 INFO O| Dec 18 19:41:02.325 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-18T19:41:04.524Z[ recovery-image] Dec 18 19:41:02.344 INFO O| Dec 18 19:41:02.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62842024-12-18T19:41:04.524Z[ recovery-image] Dec 18 19:41:02.344 INFO O| Dec 18 19:41:02.344 INFO STEP 651 (remove_files) COMPLETE
62852024-12-18T19:41:04.524Z[ recovery-image] Dec 18 19:41:02.344 INFO O| Dec 18 19:41:02.344 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-18T19:41:04.549Z[ recovery-image] Dec 18 19:41:02.369 INFO O| Dec 18 19:41:02.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62872024-12-18T19:41:04.551Z[ recovery-image] Dec 18 19:41:02.369 INFO O| Dec 18 19:41:02.369 INFO STEP 652 (remove_files) COMPLETE
62882024-12-18T19:41:04.551Z[ recovery-image] Dec 18 19:41:02.369 INFO O| Dec 18 19:41:02.369 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-18T19:41:04.571Z[ recovery-image] Dec 18 19:41:02.391 INFO O| Dec 18 19:41:02.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62902024-12-18T19:41:04.573Z[ recovery-image] Dec 18 19:41:02.392 INFO O| Dec 18 19:41:02.391 INFO STEP 653 (remove_files) COMPLETE
62912024-12-18T19:41:04.573Z[ recovery-image] Dec 18 19:41:02.392 INFO O| Dec 18 19:41:02.392 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-18T19:41:04.593Z[ recovery-image] Dec 18 19:41:02.413 INFO O| Dec 18 19:41:02.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62932024-12-18T19:41:04.596Z[ recovery-image] Dec 18 19:41:02.414 INFO O| Dec 18 19:41:02.413 INFO STEP 654 (remove_files) COMPLETE
62942024-12-18T19:41:04.596Z[ recovery-image] Dec 18 19:41:02.414 INFO O| Dec 18 19:41:02.414 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-18T19:41:04.632Z[ recovery-image] Dec 18 19:41:02.453 INFO O| Dec 18 19:41:02.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62962024-12-18T19:41:04.632Z[ recovery-image] Dec 18 19:41:02.453 INFO O| Dec 18 19:41:02.453 INFO STEP 655 (remove_files) COMPLETE
62972024-12-18T19:41:04.632Z[ recovery-image] Dec 18 19:41:02.453 INFO O| Dec 18 19:41:02.453 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-18T19:41:04.655Z[ recovery-image] Dec 18 19:41:02.475 INFO O| Dec 18 19:41:02.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62992024-12-18T19:41:04.655Z[ recovery-image] Dec 18 19:41:02.475 INFO O| Dec 18 19:41:02.475 INFO STEP 656 (remove_files) COMPLETE
63002024-12-18T19:41:04.655Z[ recovery-image] Dec 18 19:41:02.475 INFO O| Dec 18 19:41:02.475 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-18T19:41:04.676Z[ recovery-image] Dec 18 19:41:02.496 INFO O| Dec 18 19:41:02.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63022024-12-18T19:41:04.676Z[ recovery-image] Dec 18 19:41:02.496 INFO O| Dec 18 19:41:02.496 INFO STEP 657 (remove_files) COMPLETE
63032024-12-18T19:41:04.678Z[ recovery-image] Dec 18 19:41:02.496 INFO O| Dec 18 19:41:02.496 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-18T19:41:04.703Z[ recovery-image] Dec 18 19:41:02.523 INFO O| Dec 18 19:41:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63052024-12-18T19:41:04.703Z[ recovery-image] Dec 18 19:41:02.523 INFO O| Dec 18 19:41:02.523 INFO STEP 658 (remove_files) COMPLETE
63062024-12-18T19:41:04.703Z[ recovery-image] Dec 18 19:41:02.523 INFO O| Dec 18 19:41:02.523 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-18T19:41:04.725Z[ recovery-image] Dec 18 19:41:02.545 INFO O| Dec 18 19:41:02.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63082024-12-18T19:41:04.725Z[ recovery-image] Dec 18 19:41:02.545 INFO O| Dec 18 19:41:02.545 INFO STEP 659 (remove_files) COMPLETE
63092024-12-18T19:41:04.725Z[ recovery-image] Dec 18 19:41:02.545 INFO O| Dec 18 19:41:02.545 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-18T19:41:04.747Z[ recovery-image] Dec 18 19:41:02.567 INFO O| Dec 18 19:41:02.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63112024-12-18T19:41:04.747Z[ recovery-image] Dec 18 19:41:02.567 INFO O| Dec 18 19:41:02.567 INFO STEP 660 (remove_files) COMPLETE
63122024-12-18T19:41:04.747Z[ host-image] Dec 18 19:41:02.567 INFO O| Dec 18 19:41:02.567 INFO O| Done
63132024-12-18T19:41:04.750Z[ recovery-image] Dec 18 19:41:02.567 INFO O| Dec 18 19:41:02.567 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-18T19:41:04.766Z[ recovery-image] Dec 18 19:41:02.586 INFO O| Dec 18 19:41:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63152024-12-18T19:41:04.766Z[ recovery-image] Dec 18 19:41:02.587 INFO O| Dec 18 19:41:02.586 INFO STEP 661 (remove_files) COMPLETE
63162024-12-18T19:41:04.766Z[ recovery-image] Dec 18 19:41:02.587 INFO O| Dec 18 19:41:02.586 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-18T19:41:04.784Z[ recovery-image] Dec 18 19:41:02.605 INFO O| Dec 18 19:41:02.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63182024-12-18T19:41:04.784Z[ recovery-image] Dec 18 19:41:02.605 INFO O| Dec 18 19:41:02.605 INFO STEP 662 (remove_files) COMPLETE
63192024-12-18T19:41:04.784Z[ recovery-image] Dec 18 19:41:02.605 INFO O| Dec 18 19:41:02.605 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-18T19:41:04.821Z[ recovery-image] Dec 18 19:41:02.641 INFO O| Dec 18 19:41:02.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63212024-12-18T19:41:04.821Z[ recovery-image] Dec 18 19:41:02.642 INFO O| Dec 18 19:41:02.642 INFO STEP 663 (remove_files) COMPLETE
63222024-12-18T19:41:04.824Z[ recovery-image] Dec 18 19:41:02.642 INFO O| Dec 18 19:41:02.642 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-18T19:41:04.868Z[ recovery-image] Dec 18 19:41:02.687 INFO O| Dec 18 19:41:02.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63242024-12-18T19:41:04.868Z[ recovery-image] Dec 18 19:41:02.687 INFO O| Dec 18 19:41:02.687 INFO STEP 664 (remove_files) COMPLETE
63252024-12-18T19:41:04.868Z[ recovery-image] Dec 18 19:41:02.687 INFO O| Dec 18 19:41:02.687 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-18T19:41:04.926Z[ recovery-image] Dec 18 19:41:02.746 INFO O| Dec 18 19:41:02.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63272024-12-18T19:41:04.926Z[ recovery-image] Dec 18 19:41:02.746 INFO O| Dec 18 19:41:02.746 INFO STEP 665 (remove_files) COMPLETE
63282024-12-18T19:41:04.926Z[ recovery-image] Dec 18 19:41:02.746 INFO O| Dec 18 19:41:02.746 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-18T19:41:04.947Z[ recovery-image] Dec 18 19:41:02.767 INFO O| Dec 18 19:41:02.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63302024-12-18T19:41:04.947Z[ recovery-image] Dec 18 19:41:02.767 INFO O| Dec 18 19:41:02.767 INFO STEP 666 (remove_files) COMPLETE
63312024-12-18T19:41:04.947Z[ recovery-image] Dec 18 19:41:02.767 INFO O| Dec 18 19:41:02.767 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-18T19:41:04.967Z[ recovery-image] Dec 18 19:41:02.786 INFO O| Dec 18 19:41:02.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63332024-12-18T19:41:04.969Z[ recovery-image] Dec 18 19:41:02.787 INFO O| Dec 18 19:41:02.787 INFO STEP 667 (remove_files) COMPLETE
63342024-12-18T19:41:04.969Z[ recovery-image] Dec 18 19:41:02.787 INFO O| Dec 18 19:41:02.787 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-18T19:41:05.001Z[ recovery-image] Dec 18 19:41:02.821 INFO O| Dec 18 19:41:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63362024-12-18T19:41:05.001Z[ recovery-image] Dec 18 19:41:02.821 INFO O| Dec 18 19:41:02.820 INFO STEP 668 (remove_files) COMPLETE
63372024-12-18T19:41:05.001Z[ recovery-image] Dec 18 19:41:02.821 INFO O| Dec 18 19:41:02.820 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-18T19:41:05.034Z[ recovery-image] Dec 18 19:41:02.853 INFO O| Dec 18 19:41:02.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63392024-12-18T19:41:05.034Z[ recovery-image] Dec 18 19:41:02.853 INFO O| Dec 18 19:41:02.853 INFO STEP 669 (remove_files) COMPLETE
63402024-12-18T19:41:05.034Z[ recovery-image] Dec 18 19:41:02.854 INFO O| Dec 18 19:41:02.853 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-18T19:41:05.098Z[ recovery-image] Dec 18 19:41:02.919 INFO O| Dec 18 19:41:02.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63422024-12-18T19:41:05.098Z[ recovery-image] Dec 18 19:41:02.919 INFO O| Dec 18 19:41:02.919 INFO STEP 670 (remove_files) COMPLETE
63432024-12-18T19:41:05.098Z[ recovery-image] Dec 18 19:41:02.919 INFO O| Dec 18 19:41:02.919 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-18T19:41:05.168Z[ recovery-image] Dec 18 19:41:02.988 INFO O| Dec 18 19:41:02.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63452024-12-18T19:41:05.171Z[ recovery-image] Dec 18 19:41:02.988 INFO O| Dec 18 19:41:02.988 INFO STEP 671 (remove_files) COMPLETE
63462024-12-18T19:41:05.171Z[ recovery-image] Dec 18 19:41:02.988 INFO O| Dec 18 19:41:02.988 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-18T19:41:05.217Z[ recovery-image] Dec 18 19:41:03.038 INFO O| Dec 18 19:41:03.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63482024-12-18T19:41:05.220Z[ recovery-image] Dec 18 19:41:03.038 INFO O| Dec 18 19:41:03.038 INFO STEP 672 (remove_files) COMPLETE
63492024-12-18T19:41:05.222Z[ recovery-image] Dec 18 19:41:03.038 INFO O| Dec 18 19:41:03.038 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-18T19:41:05.241Z[ recovery-image] Dec 18 19:41:03.061 INFO O| Dec 18 19:41:03.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63512024-12-18T19:41:05.241Z[ recovery-image] Dec 18 19:41:03.062 INFO O| Dec 18 19:41:03.061 INFO STEP 673 (remove_files) COMPLETE
63522024-12-18T19:41:05.241Z[ recovery-image] Dec 18 19:41:03.062 INFO O| Dec 18 19:41:03.061 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-18T19:41:05.302Z[ recovery-image] Dec 18 19:41:03.122 INFO O| Dec 18 19:41:03.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63542024-12-18T19:41:05.302Z[ recovery-image] Dec 18 19:41:03.122 INFO O| Dec 18 19:41:03.122 INFO STEP 674 (remove_files) COMPLETE
63552024-12-18T19:41:05.302Z[ recovery-image] Dec 18 19:41:03.122 INFO O| Dec 18 19:41:03.122 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-18T19:41:05.331Z[ recovery-image] Dec 18 19:41:03.152 INFO O| Dec 18 19:41:03.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63572024-12-18T19:41:05.331Z[ recovery-image] Dec 18 19:41:03.152 INFO O| Dec 18 19:41:03.152 INFO STEP 675 (remove_files) COMPLETE
63582024-12-18T19:41:05.332Z[ recovery-image] Dec 18 19:41:03.152 INFO O| Dec 18 19:41:03.152 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-18T19:41:05.375Z[ recovery-image] Dec 18 19:41:03.195 INFO O| Dec 18 19:41:03.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63602024-12-18T19:41:05.375Z[ recovery-image] Dec 18 19:41:03.195 INFO O| Dec 18 19:41:03.195 INFO STEP 676 (remove_files) COMPLETE
63612024-12-18T19:41:05.375Z[ recovery-image] Dec 18 19:41:03.195 INFO O| Dec 18 19:41:03.195 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-18T19:41:05.414Z[ recovery-image] Dec 18 19:41:03.235 INFO O| Dec 18 19:41:03.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63632024-12-18T19:41:05.417Z[ recovery-image] Dec 18 19:41:03.235 INFO O| Dec 18 19:41:03.235 INFO STEP 677 (remove_files) COMPLETE
63642024-12-18T19:41:05.417Z[ recovery-image] Dec 18 19:41:03.235 INFO O| Dec 18 19:41:03.235 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-18T19:41:05.444Z[ recovery-image] Dec 18 19:41:03.265 INFO O| Dec 18 19:41:03.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63662024-12-18T19:41:05.445Z[ recovery-image] Dec 18 19:41:03.265 INFO O| Dec 18 19:41:03.265 INFO STEP 678 (remove_files) COMPLETE
63672024-12-18T19:41:05.447Z[ recovery-image] Dec 18 19:41:03.265 INFO O| Dec 18 19:41:03.265 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-18T19:41:05.465Z[ recovery-image] Dec 18 19:41:03.286 INFO O| Dec 18 19:41:03.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63692024-12-18T19:41:05.465Z[ recovery-image] Dec 18 19:41:03.286 INFO O| Dec 18 19:41:03.286 INFO STEP 679 (remove_files) COMPLETE
63702024-12-18T19:41:05.468Z[ recovery-image] Dec 18 19:41:03.286 INFO O| Dec 18 19:41:03.286 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-18T19:41:05.486Z[ recovery-image] Dec 18 19:41:03.307 INFO O| Dec 18 19:41:03.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63722024-12-18T19:41:05.486Z[ recovery-image] Dec 18 19:41:03.307 INFO O| Dec 18 19:41:03.307 INFO STEP 680 (remove_files) COMPLETE
63732024-12-18T19:41:05.487Z[ recovery-image] Dec 18 19:41:03.307 INFO O| Dec 18 19:41:03.307 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-18T19:41:05.507Z[ recovery-image] Dec 18 19:41:03.328 INFO O| Dec 18 19:41:03.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63752024-12-18T19:41:05.507Z[ recovery-image] Dec 18 19:41:03.328 INFO O| Dec 18 19:41:03.328 INFO STEP 681 (remove_files) COMPLETE
63762024-12-18T19:41:05.510Z[ recovery-image] Dec 18 19:41:03.328 INFO O| Dec 18 19:41:03.328 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-18T19:41:05.571Z[ recovery-image] Dec 18 19:41:03.390 INFO O| Dec 18 19:41:03.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63782024-12-18T19:41:05.571Z[ recovery-image] Dec 18 19:41:03.390 INFO O| Dec 18 19:41:03.390 INFO STEP 682 (remove_files) COMPLETE
63792024-12-18T19:41:05.571Z[ recovery-image] Dec 18 19:41:03.390 INFO O| Dec 18 19:41:03.390 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-18T19:41:05.661Z[ recovery-image] Dec 18 19:41:03.481 INFO O| Dec 18 19:41:03.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63812024-12-18T19:41:05.662Z[ recovery-image] Dec 18 19:41:03.482 INFO O| Dec 18 19:41:03.481 INFO STEP 683 (remove_files) COMPLETE
63822024-12-18T19:41:05.664Z[ recovery-image] Dec 18 19:41:03.482 INFO O| Dec 18 19:41:03.482 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-18T19:41:05.754Z[ recovery-image] Dec 18 19:41:03.574 INFO O| Dec 18 19:41:03.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63842024-12-18T19:41:05.757Z[ recovery-image] Dec 18 19:41:03.575 INFO O| Dec 18 19:41:03.575 INFO STEP 684 (remove_files) COMPLETE
63852024-12-18T19:41:05.757Z[ recovery-image] Dec 18 19:41:03.575 INFO O| Dec 18 19:41:03.575 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-18T19:41:05.776Z[ recovery-image] Dec 18 19:41:03.596 INFO O| Dec 18 19:41:03.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63872024-12-18T19:41:05.779Z[ recovery-image] Dec 18 19:41:03.596 INFO O| Dec 18 19:41:03.596 INFO STEP 685 (remove_files) COMPLETE
63882024-12-18T19:41:05.779Z[ recovery-image] Dec 18 19:41:03.596 INFO O| Dec 18 19:41:03.596 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-18T19:41:05.801Z[ recovery-image] Dec 18 19:41:03.618 INFO O| Dec 18 19:41:03.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63902024-12-18T19:41:05.801Z[ recovery-image] Dec 18 19:41:03.618 INFO O| Dec 18 19:41:03.618 INFO STEP 686 (remove_files) COMPLETE
63912024-12-18T19:41:05.801Z[ recovery-image] Dec 18 19:41:03.618 INFO O| Dec 18 19:41:03.618 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-18T19:41:05.839Z[ recovery-image] Dec 18 19:41:03.660 INFO O| Dec 18 19:41:03.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63932024-12-18T19:41:05.839Z[ recovery-image] Dec 18 19:41:03.660 INFO O| Dec 18 19:41:03.660 INFO STEP 687 (remove_files) COMPLETE
63942024-12-18T19:41:05.839Z[ recovery-image] Dec 18 19:41:03.660 INFO O| Dec 18 19:41:03.660 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-18T19:41:05.865Z[ recovery-image] Dec 18 19:41:03.685 INFO O| Dec 18 19:41:03.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63962024-12-18T19:41:05.865Z[ recovery-image] Dec 18 19:41:03.685 INFO O| Dec 18 19:41:03.685 INFO STEP 688 (remove_files) COMPLETE
63972024-12-18T19:41:05.865Z[ recovery-image] Dec 18 19:41:03.685 INFO O| Dec 18 19:41:03.685 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-18T19:41:05.886Z[ recovery-image] Dec 18 19:41:03.706 INFO O| Dec 18 19:41:03.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63992024-12-18T19:41:05.886Z[ recovery-image] Dec 18 19:41:03.706 INFO O| Dec 18 19:41:03.706 INFO STEP 689 (remove_files) COMPLETE
64002024-12-18T19:41:05.889Z[ recovery-image] Dec 18 19:41:03.706 INFO O| Dec 18 19:41:03.706 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-18T19:41:05.937Z[ recovery-image] Dec 18 19:41:03.757 INFO O| Dec 18 19:41:03.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64022024-12-18T19:41:05.937Z[ recovery-image] Dec 18 19:41:03.757 INFO O| Dec 18 19:41:03.757 INFO STEP 690 (remove_files) COMPLETE
64032024-12-18T19:41:05.937Z[ recovery-image] Dec 18 19:41:03.757 INFO O| Dec 18 19:41:03.757 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-18T19:41:05.998Z[ recovery-image] Dec 18 19:41:03.818 INFO O| Dec 18 19:41:03.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64052024-12-18T19:41:05.998Z[ recovery-image] Dec 18 19:41:03.818 INFO O| Dec 18 19:41:03.818 INFO STEP 691 (remove_files) COMPLETE
64062024-12-18T19:41:05.998Z[ recovery-image] Dec 18 19:41:03.818 INFO O| Dec 18 19:41:03.818 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-18T19:41:06.025Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
64082024-12-18T19:41:06.097Z[ recovery-image] Dec 18 19:41:03.917 INFO O| Dec 18 19:41:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64092024-12-18T19:41:06.097Z[ recovery-image] Dec 18 19:41:03.917 INFO O| Dec 18 19:41:03.910 INFO STEP 692 (remove_files) COMPLETE
64102024-12-18T19:41:06.100Z[ recovery-image] Dec 18 19:41:03.917 INFO O| Dec 18 19:41:03.910 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-12-18T19:41:06.112Z[ recovery-image] Dec 18 19:41:03.932 INFO O| Dec 18 19:41:03.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64122024-12-18T19:41:06.112Z[ recovery-image] Dec 18 19:41:03.932 INFO O| Dec 18 19:41:03.932 INFO STEP 693 (remove_files) COMPLETE
64132024-12-18T19:41:06.115Z[ recovery-image] Dec 18 19:41:03.932 INFO O| Dec 18 19:41:03.932 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-12-18T19:41:06.132Z[ recovery-image] Dec 18 19:41:03.952 INFO O| Dec 18 19:41:03.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64152024-12-18T19:41:06.135Z[ recovery-image] Dec 18 19:41:03.952 INFO O| Dec 18 19:41:03.952 INFO STEP 694 (remove_files) COMPLETE
64162024-12-18T19:41:06.135Z[ recovery-image] Dec 18 19:41:03.952 INFO O| Dec 18 19:41:03.952 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-12-18T19:41:06.155Z[ recovery-image] Dec 18 19:41:03.975 INFO O| Dec 18 19:41:03.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64182024-12-18T19:41:06.155Z[ recovery-image] Dec 18 19:41:03.975 INFO O| Dec 18 19:41:03.975 INFO STEP 695 (remove_files) COMPLETE
64192024-12-18T19:41:06.157Z[ recovery-image] Dec 18 19:41:03.975 INFO O| Dec 18 19:41:03.975 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-12-18T19:41:06.177Z[ recovery-image] Dec 18 19:41:03.997 INFO O| Dec 18 19:41:03.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64212024-12-18T19:41:06.177Z[ recovery-image] Dec 18 19:41:03.997 INFO O| Dec 18 19:41:03.997 INFO STEP 696 (remove_files) COMPLETE
64222024-12-18T19:41:06.179Z[ recovery-image] Dec 18 19:41:03.997 INFO O| Dec 18 19:41:03.997 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-18T19:41:06.212Z[ recovery-image] Dec 18 19:41:04.027 INFO O| Dec 18 19:41:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64242024-12-18T19:41:06.213Z[ recovery-image] Dec 18 19:41:04.027 INFO O| Dec 18 19:41:04.027 INFO STEP 697 (remove_files) COMPLETE
64252024-12-18T19:41:06.213Z[ recovery-image] Dec 18 19:41:04.027 INFO O| Dec 18 19:41:04.027 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-12-18T19:41:06.272Z[ recovery-image] Dec 18 19:41:04.092 INFO O| Dec 18 19:41:04.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64272024-12-18T19:41:06.272Z[ recovery-image] Dec 18 19:41:04.092 INFO O| Dec 18 19:41:04.092 INFO STEP 698 (remove_files) COMPLETE
64282024-12-18T19:41:06.275Z[ recovery-image] Dec 18 19:41:04.092 INFO O| Dec 18 19:41:04.092 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-18T19:41:06.328Z[ recovery-image] Dec 18 19:41:04.149 INFO O| Dec 18 19:41:04.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64302024-12-18T19:41:06.328Z[ recovery-image] Dec 18 19:41:04.149 INFO O| Dec 18 19:41:04.149 INFO STEP 699 (remove_files) COMPLETE
64312024-12-18T19:41:06.329Z[ recovery-image] Dec 18 19:41:04.149 INFO O| Dec 18 19:41:04.149 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-18T19:41:06.352Z[ recovery-image] Dec 18 19:41:04.172 INFO O| Dec 18 19:41:04.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64332024-12-18T19:41:06.352Z[ recovery-image] Dec 18 19:41:04.172 INFO O| Dec 18 19:41:04.172 INFO STEP 700 (remove_files) COMPLETE
64342024-12-18T19:41:06.355Z[ recovery-image] Dec 18 19:41:04.172 INFO O| Dec 18 19:41:04.172 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-18T19:41:06.375Z[ recovery-image] Dec 18 19:41:04.195 INFO O| Dec 18 19:41:04.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64362024-12-18T19:41:06.391Z[ recovery-image] Dec 18 19:41:04.210 INFO O| Dec 18 19:41:04.210 INFO STEP 701 (remove_files) COMPLETE
64372024-12-18T19:41:06.391Z[ recovery-image] Dec 18 19:41:04.210 INFO O| Dec 18 19:41:04.210 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-18T19:41:06.427Z[ recovery-image] Dec 18 19:41:04.247 INFO O| Dec 18 19:41:04.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64392024-12-18T19:41:06.430Z[ recovery-image] Dec 18 19:41:04.247 INFO O| Dec 18 19:41:04.247 INFO STEP 702 (remove_files) COMPLETE
64402024-12-18T19:41:06.430Z[ recovery-image] Dec 18 19:41:04.247 INFO O| Dec 18 19:41:04.247 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-18T19:41:06.484Z[ recovery-image] Dec 18 19:41:04.304 INFO O| Dec 18 19:41:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64422024-12-18T19:41:06.504Z[ recovery-image] Dec 18 19:41:04.324 INFO O| Dec 18 19:41:04.324 INFO STEP 703 (remove_files) COMPLETE
64432024-12-18T19:41:06.504Z[ recovery-image] Dec 18 19:41:04.324 INFO O| Dec 18 19:41:04.324 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-18T19:41:06.526Z[ recovery-image] Dec 18 19:41:04.346 INFO O| Dec 18 19:41:04.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64452024-12-18T19:41:06.528Z[ recovery-image] Dec 18 19:41:04.346 INFO O| Dec 18 19:41:04.346 INFO STEP 704 (remove_files) COMPLETE
64462024-12-18T19:41:06.528Z[ recovery-image] Dec 18 19:41:04.346 INFO O| Dec 18 19:41:04.346 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-18T19:41:06.567Z[ recovery-image] Dec 18 19:41:04.387 INFO O| Dec 18 19:41:04.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64482024-12-18T19:41:06.567Z[ recovery-image] Dec 18 19:41:04.387 INFO O| Dec 18 19:41:04.387 INFO STEP 705 (remove_files) COMPLETE
64492024-12-18T19:41:06.567Z[ recovery-image] Dec 18 19:41:04.387 INFO O| Dec 18 19:41:04.387 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-18T19:41:06.605Z[ recovery-image] Dec 18 19:41:04.425 INFO O| Dec 18 19:41:04.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64512024-12-18T19:41:06.608Z[ recovery-image] Dec 18 19:41:04.426 INFO O| Dec 18 19:41:04.425 INFO STEP 706 (remove_files) COMPLETE
64522024-12-18T19:41:06.608Z[ recovery-image] Dec 18 19:41:04.426 INFO O| Dec 18 19:41:04.425 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-18T19:41:06.628Z[ recovery-image] Dec 18 19:41:04.448 INFO O| Dec 18 19:41:04.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64542024-12-18T19:41:06.628Z[ recovery-image] Dec 18 19:41:04.448 INFO O| Dec 18 19:41:04.448 INFO STEP 707 (remove_files) COMPLETE
64552024-12-18T19:41:06.630Z[ recovery-image] Dec 18 19:41:04.448 INFO O| Dec 18 19:41:04.448 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-18T19:41:06.670Z[ recovery-image] Dec 18 19:41:04.490 INFO O| Dec 18 19:41:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64572024-12-18T19:41:06.670Z[ recovery-image] Dec 18 19:41:04.490 INFO O| Dec 18 19:41:04.490 INFO STEP 708 (remove_files) COMPLETE
64582024-12-18T19:41:06.672Z[ recovery-image] Dec 18 19:41:04.490 INFO O| Dec 18 19:41:04.490 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-18T19:41:06.691Z[ recovery-image] Dec 18 19:41:04.511 INFO O| Dec 18 19:41:04.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64602024-12-18T19:41:06.691Z[ recovery-image] Dec 18 19:41:04.511 INFO O| Dec 18 19:41:04.511 INFO STEP 709 (remove_files) COMPLETE
64612024-12-18T19:41:06.694Z[ recovery-image] Dec 18 19:41:04.511 INFO O| Dec 18 19:41:04.511 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-18T19:41:06.736Z[ recovery-image] Dec 18 19:41:04.555 INFO O| Dec 18 19:41:04.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64632024-12-18T19:41:06.736Z[ recovery-image] Dec 18 19:41:04.555 INFO O| Dec 18 19:41:04.555 INFO STEP 710 (remove_files) COMPLETE
64642024-12-18T19:41:06.736Z[ recovery-image] Dec 18 19:41:04.555 INFO O| Dec 18 19:41:04.555 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-18T19:41:06.774Z[ recovery-image] Dec 18 19:41:04.594 INFO O| Dec 18 19:41:04.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64662024-12-18T19:41:06.774Z[ recovery-image] Dec 18 19:41:04.594 INFO O| Dec 18 19:41:04.594 INFO STEP 711 (remove_files) COMPLETE
64672024-12-18T19:41:06.774Z[ recovery-image] Dec 18 19:41:04.594 INFO O| Dec 18 19:41:04.594 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-18T19:41:06.793Z[ recovery-image] Dec 18 19:41:04.613 INFO O| Dec 18 19:41:04.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64692024-12-18T19:41:06.793Z[ recovery-image] Dec 18 19:41:04.613 INFO O| Dec 18 19:41:04.613 INFO STEP 712 (remove_files) COMPLETE
64702024-12-18T19:41:06.793Z[ recovery-image] Dec 18 19:41:04.613 INFO O| Dec 18 19:41:04.613 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-18T19:41:06.812Z[ recovery-image] Dec 18 19:41:04.631 INFO O| Dec 18 19:41:04.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64722024-12-18T19:41:06.812Z[ recovery-image] Dec 18 19:41:04.631 INFO O| Dec 18 19:41:04.631 INFO STEP 713 (remove_files) COMPLETE
64732024-12-18T19:41:06.812Z[ recovery-image] Dec 18 19:41:04.631 INFO O| Dec 18 19:41:04.631 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-18T19:41:06.830Z[ recovery-image] Dec 18 19:41:04.649 INFO O| Dec 18 19:41:04.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64752024-12-18T19:41:06.830Z[ recovery-image] Dec 18 19:41:04.649 INFO O| Dec 18 19:41:04.649 INFO STEP 714 (remove_files) COMPLETE
64762024-12-18T19:41:06.830Z[ recovery-image] Dec 18 19:41:04.649 INFO O| Dec 18 19:41:04.649 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-18T19:41:06.878Z[ recovery-image] Dec 18 19:41:04.698 INFO O| Dec 18 19:41:04.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64782024-12-18T19:41:06.878Z[ recovery-image] Dec 18 19:41:04.698 INFO O| Dec 18 19:41:04.698 INFO STEP 715 (remove_files) COMPLETE
64792024-12-18T19:41:06.878Z[ recovery-image] Dec 18 19:41:04.698 INFO O| Dec 18 19:41:04.698 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-18T19:41:06.901Z[ recovery-image] Dec 18 19:41:04.720 INFO O| Dec 18 19:41:04.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64812024-12-18T19:41:06.901Z[ recovery-image] Dec 18 19:41:04.721 INFO O| Dec 18 19:41:04.720 INFO STEP 716 (remove_files) COMPLETE
64822024-12-18T19:41:06.901Z[ recovery-image] Dec 18 19:41:04.721 INFO O| Dec 18 19:41:04.721 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-18T19:41:06.932Z[ recovery-image] Dec 18 19:41:04.752 INFO O| Dec 18 19:41:04.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64842024-12-18T19:41:06.932Z[ recovery-image] Dec 18 19:41:04.752 INFO O| Dec 18 19:41:04.752 INFO STEP 717 (remove_files) COMPLETE
64852024-12-18T19:41:06.932Z[ recovery-image] Dec 18 19:41:04.752 INFO O| Dec 18 19:41:04.752 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-18T19:41:06.957Z[ recovery-image] Dec 18 19:41:04.777 INFO O| Dec 18 19:41:04.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64872024-12-18T19:41:06.957Z[ recovery-image] Dec 18 19:41:04.777 INFO O| Dec 18 19:41:04.777 INFO STEP 718 (remove_files) COMPLETE
64882024-12-18T19:41:06.960Z[ recovery-image] Dec 18 19:41:04.777 INFO O| Dec 18 19:41:04.777 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-18T19:41:06.978Z[ recovery-image] Dec 18 19:41:04.798 INFO O| Dec 18 19:41:04.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64902024-12-18T19:41:06.978Z[ recovery-image] Dec 18 19:41:04.799 INFO O| Dec 18 19:41:04.799 INFO STEP 719 (remove_files) COMPLETE
64912024-12-18T19:41:06.978Z[ recovery-image] Dec 18 19:41:04.799 INFO O| Dec 18 19:41:04.799 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-18T19:41:07.018Z[ recovery-image] Dec 18 19:41:04.837 INFO O| Dec 18 19:41:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64932024-12-18T19:41:07.018Z[ recovery-image] Dec 18 19:41:04.837 INFO O| Dec 18 19:41:04.837 INFO STEP 720 (remove_files) COMPLETE
64942024-12-18T19:41:07.018Z[ recovery-image] Dec 18 19:41:04.838 INFO O| Dec 18 19:41:04.837 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-18T19:41:07.106Z[ recovery-image] Dec 18 19:41:04.926 INFO O| Dec 18 19:41:04.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64962024-12-18T19:41:07.108Z[ recovery-image] Dec 18 19:41:04.926 INFO O| Dec 18 19:41:04.926 INFO STEP 721 (remove_files) COMPLETE
64972024-12-18T19:41:07.108Z[ recovery-image] Dec 18 19:41:04.926 INFO O| Dec 18 19:41:04.926 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-18T19:41:07.129Z[ recovery-image] Dec 18 19:41:04.949 INFO O| Dec 18 19:41:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64992024-12-18T19:41:07.131Z[ recovery-image] Dec 18 19:41:04.949 INFO O| Dec 18 19:41:04.949 INFO STEP 722 (remove_files) COMPLETE
65002024-12-18T19:41:07.131Z[ recovery-image] Dec 18 19:41:04.949 INFO O| Dec 18 19:41:04.949 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-18T19:41:07.186Z[ recovery-image] Dec 18 19:41:05.006 INFO O| Dec 18 19:41:05.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65022024-12-18T19:41:07.188Z[ recovery-image] Dec 18 19:41:05.006 INFO O| Dec 18 19:41:05.006 INFO STEP 723 (remove_files) COMPLETE
65032024-12-18T19:41:07.188Z[ recovery-image] Dec 18 19:41:05.006 INFO O| Dec 18 19:41:05.006 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-18T19:41:07.209Z[ recovery-image] Dec 18 19:41:05.029 INFO O| Dec 18 19:41:05.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65052024-12-18T19:41:07.211Z[ recovery-image] Dec 18 19:41:05.029 INFO O| Dec 18 19:41:05.029 INFO STEP 724 (remove_files) COMPLETE
65062024-12-18T19:41:07.211Z[ recovery-image] Dec 18 19:41:05.029 INFO O| Dec 18 19:41:05.029 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-18T19:41:07.249Z[ recovery-image] Dec 18 19:41:05.069 INFO O| Dec 18 19:41:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65082024-12-18T19:41:07.249Z[ recovery-image] Dec 18 19:41:05.070 INFO O| Dec 18 19:41:05.070 INFO STEP 725 (remove_files) COMPLETE
65092024-12-18T19:41:07.250Z[ recovery-image] Dec 18 19:41:05.070 INFO O| Dec 18 19:41:05.070 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-18T19:41:07.272Z[ recovery-image] Dec 18 19:41:05.092 INFO O| Dec 18 19:41:05.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65112024-12-18T19:41:07.272Z[ recovery-image] Dec 18 19:41:05.092 INFO O| Dec 18 19:41:05.092 INFO STEP 726 (remove_files) COMPLETE
65122024-12-18T19:41:08.278Z[ recovery-image] Dec 18 19:41:05.092 INFO O| Dec 18 19:41:05.092 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.114 INFO O| Dec 18 19:41:05.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65142024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.115 INFO O| Dec 18 19:41:05.115 INFO STEP 727 (remove_files) COMPLETE
65152024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.115 INFO O| Dec 18 19:41:05.115 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.157 INFO O| Dec 18 19:41:05.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65172024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.157 INFO O| Dec 18 19:41:05.157 INFO STEP 728 (remove_files) COMPLETE
65182024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.157 INFO O| Dec 18 19:41:05.157 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.178 INFO O| Dec 18 19:41:05.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65202024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.179 INFO O| Dec 18 19:41:05.179 INFO STEP 729 (remove_files) COMPLETE
65212024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.179 INFO O| Dec 18 19:41:05.179 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.218 INFO O| Dec 18 19:41:05.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65232024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.218 INFO O| Dec 18 19:41:05.218 INFO STEP 730 (remove_files) COMPLETE
65242024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.219 INFO O| Dec 18 19:41:05.218 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.240 INFO O| Dec 18 19:41:05.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65262024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.240 INFO O| Dec 18 19:41:05.240 INFO STEP 731 (remove_files) COMPLETE
65272024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.240 INFO O| Dec 18 19:41:05.240 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.259 INFO O| Dec 18 19:41:05.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65292024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.259 INFO O| Dec 18 19:41:05.259 INFO STEP 732 (remove_files) COMPLETE
65302024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.259 INFO O| Dec 18 19:41:05.259 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.278 INFO O| Dec 18 19:41:05.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65322024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.278 INFO O| Dec 18 19:41:05.278 INFO STEP 733 (remove_files) COMPLETE
65332024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.278 INFO O| Dec 18 19:41:05.278 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.298 INFO O| Dec 18 19:41:05.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65352024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.298 INFO O| Dec 18 19:41:05.298 INFO STEP 734 (remove_files) COMPLETE
65362024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.298 INFO O| Dec 18 19:41:05.298 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-18T19:41:08.283Z[ recovery-image] Dec 18 19:41:05.332 INFO O| Dec 18 19:41:05.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65382024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.333 INFO O| Dec 18 19:41:05.333 INFO STEP 735 (remove_files) COMPLETE
65392024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.333 INFO O| Dec 18 19:41:05.333 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.364 INFO O| Dec 18 19:41:05.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65412024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.365 INFO O| Dec 18 19:41:05.364 INFO STEP 736 (remove_files) COMPLETE
65422024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.365 INFO O| Dec 18 19:41:05.365 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.385 INFO O| Dec 18 19:41:05.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65442024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.385 INFO O| Dec 18 19:41:05.385 INFO STEP 737 (remove_files) COMPLETE
65452024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.385 INFO O| Dec 18 19:41:05.385 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.404 INFO O| Dec 18 19:41:05.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65472024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.404 INFO O| Dec 18 19:41:05.404 INFO STEP 738 (remove_files) COMPLETE
65482024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.404 INFO O| Dec 18 19:41:05.404 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.424 INFO O| Dec 18 19:41:05.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65502024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.424 INFO O| Dec 18 19:41:05.424 INFO STEP 739 (remove_files) COMPLETE
65512024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.424 INFO O| Dec 18 19:41:05.424 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.457 INFO O| Dec 18 19:41:05.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65532024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.457 INFO O| Dec 18 19:41:05.457 INFO STEP 740 (remove_files) COMPLETE
65542024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.457 INFO O| Dec 18 19:41:05.457 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.547 INFO O| Dec 18 19:41:05.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65562024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.547 INFO O| Dec 18 19:41:05.547 INFO STEP 741 (remove_files) COMPLETE
65572024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.547 INFO O| Dec 18 19:41:05.547 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.570 INFO O| Dec 18 19:41:05.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65592024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.570 INFO O| Dec 18 19:41:05.570 INFO STEP 742 (remove_files) COMPLETE
65602024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.570 INFO O| Dec 18 19:41:05.570 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-18T19:41:08.284Z[ host-image] Dec 18 19:41:05.597 INFO O| Dec 18 19:41:05.597 INFO O| Done
65622024-12-18T19:41:08.284Z[ host-image] Dec 18 19:41:05.658 INFO O| Dec 18 19:41:05.658 INFO O| Done
65632024-12-18T19:41:08.284Z[ host-image] Dec 18 19:41:05.659 INFO O| Dec 18 19:41:05.659 INFO O| Done
65642024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.681 INFO O| Dec 18 19:41:05.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65652024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.681 INFO O| Dec 18 19:41:05.681 INFO STEP 743 (remove_files) COMPLETE
65662024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.681 INFO O| Dec 18 19:41:05.681 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.700 INFO O| Dec 18 19:41:05.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65682024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.700 INFO O| Dec 18 19:41:05.700 INFO STEP 744 (remove_files) COMPLETE
65692024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.701 INFO O| Dec 18 19:41:05.700 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.718 INFO O| Dec 18 19:41:05.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65712024-12-18T19:41:08.284Z[ recovery-image] Dec 18 19:41:05.718 INFO O| Dec 18 19:41:05.718 INFO STEP 745 (remove_files) COMPLETE
65722024-12-18T19:41:08.286Z[ recovery-image] Dec 18 19:41:05.718 INFO O| Dec 18 19:41:05.718 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-18T19:41:08.286Z[ recovery-image] Dec 18 19:41:05.753 INFO O| Dec 18 19:41:05.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65742024-12-18T19:41:08.286Z[ recovery-image] Dec 18 19:41:05.753 INFO O| Dec 18 19:41:05.753 INFO STEP 746 (remove_files) COMPLETE
65752024-12-18T19:41:08.286Z[ recovery-image] Dec 18 19:41:05.753 INFO O| Dec 18 19:41:05.753 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-18T19:41:08.287Z[ host-image] Dec 18 19:41:05.781 INFO O| Dec 18 19:41:05.781 INFO O| Done
65772024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.804 INFO O| Dec 18 19:41:05.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65782024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.824 INFO O| Dec 18 19:41:05.824 INFO STEP 747 (remove_files) COMPLETE
65792024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.824 INFO O| Dec 18 19:41:05.824 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.881 INFO O| Dec 18 19:41:05.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65812024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.881 INFO O| Dec 18 19:41:05.881 INFO STEP 748 (remove_files) COMPLETE
65822024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.881 INFO O| Dec 18 19:41:05.881 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.908 INFO O| Dec 18 19:41:05.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65842024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.908 INFO O| Dec 18 19:41:05.908 INFO STEP 749 (remove_files) COMPLETE
65852024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.909 INFO O| Dec 18 19:41:05.908 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.968 INFO O| Dec 18 19:41:05.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65872024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.968 INFO O| Dec 18 19:41:05.968 INFO STEP 750 (remove_files) COMPLETE
65882024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:05.968 INFO O| Dec 18 19:41:05.968 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:06.018 INFO O| Dec 18 19:41:06.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65902024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:06.018 INFO O| Dec 18 19:41:06.010 INFO STEP 751 (remove_files) COMPLETE
65912024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:06.018 INFO O| Dec 18 19:41:06.010 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-18T19:41:08.287Z[ host-image] Dec 18 19:41:06.018 INFO O| Dec 18 19:41:06.018 INFO STEP 13 (pkg_install) COMPLETE
65932024-12-18T19:41:08.287Z[ host-image] Dec 18 19:41:06.018 INFO O| Dec 18 19:41:06.018 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
65942024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:06.028 INFO O| Dec 18 19:41:06.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65952024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:06.028 INFO O| Dec 18 19:41:06.028 INFO STEP 752 (remove_files) COMPLETE
65962024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:06.028 INFO O| Dec 18 19:41:06.028 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-18T19:41:08.287Z[ host-image] Dec 18 19:41:06.034 INFO O| Dec 18 19:41:06.034 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
65982024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:06.045 INFO O| Dec 18 19:41:06.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65992024-12-18T19:41:08.287Z[ recovery-image] Dec 18 19:41:06.045 INFO O| Dec 18 19:41:06.045 INFO STEP 753 (remove_files) COMPLETE
66002024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.045 INFO O| Dec 18 19:41:06.045 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.063 INFO O| Dec 18 19:41:06.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66022024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.063 INFO O| Dec 18 19:41:06.063 INFO STEP 754 (remove_files) COMPLETE
66032024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.064 INFO O| Dec 18 19:41:06.063 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.082 INFO O| Dec 18 19:41:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66052024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.082 INFO O| Dec 18 19:41:06.082 INFO STEP 755 (remove_files) COMPLETE
66062024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.082 INFO O| Dec 18 19:41:06.082 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.100 INFO O| Dec 18 19:41:06.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66082024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.100 INFO O| Dec 18 19:41:06.100 INFO STEP 756 (remove_files) COMPLETE
66092024-12-18T19:41:08.288Z[ recovery-image] Dec 18 19:41:06.100 INFO O| Dec 18 19:41:06.100 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-18T19:41:08.299Z[ recovery-image] Dec 18 19:41:06.119 INFO O| Dec 18 19:41:06.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66112024-12-18T19:41:08.299Z[ recovery-image] Dec 18 19:41:06.119 INFO O| Dec 18 19:41:06.119 INFO STEP 757 (remove_files) COMPLETE
66122024-12-18T19:41:08.299Z[ recovery-image] Dec 18 19:41:06.119 INFO O| Dec 18 19:41:06.119 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-18T19:41:08.318Z[ recovery-image] Dec 18 19:41:06.138 INFO O| Dec 18 19:41:06.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66142024-12-18T19:41:08.321Z[ recovery-image] Dec 18 19:41:06.138 INFO O| Dec 18 19:41:06.138 INFO STEP 758 (remove_files) COMPLETE
66152024-12-18T19:41:08.321Z[ recovery-image] Dec 18 19:41:06.138 INFO O| Dec 18 19:41:06.138 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-18T19:41:08.336Z[ recovery-image] Dec 18 19:41:06.156 INFO O| Dec 18 19:41:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66172024-12-18T19:41:08.340Z[ recovery-image] Dec 18 19:41:06.156 INFO O| Dec 18 19:41:06.156 INFO STEP 759 (remove_files) COMPLETE
66182024-12-18T19:41:08.340Z[ recovery-image] Dec 18 19:41:06.156 INFO O| Dec 18 19:41:06.156 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-18T19:41:08.393Z[ recovery-image] Dec 18 19:41:06.213 INFO O| Dec 18 19:41:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66202024-12-18T19:41:08.395Z[ recovery-image] Dec 18 19:41:06.213 INFO O| Dec 18 19:41:06.213 INFO STEP 760 (remove_files) COMPLETE
66212024-12-18T19:41:08.395Z[ recovery-image] Dec 18 19:41:06.213 INFO O| Dec 18 19:41:06.213 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-18T19:41:08.414Z[ recovery-image] Dec 18 19:41:06.234 INFO O| Dec 18 19:41:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66232024-12-18T19:41:08.417Z[ recovery-image] Dec 18 19:41:06.234 INFO O| Dec 18 19:41:06.234 INFO STEP 761 (remove_files) COMPLETE
66242024-12-18T19:41:08.418Z[ recovery-image] Dec 18 19:41:06.234 INFO O| Dec 18 19:41:06.234 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-18T19:41:08.433Z[ recovery-image] Dec 18 19:41:06.253 INFO O| Dec 18 19:41:06.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66262024-12-18T19:41:08.436Z[ recovery-image] Dec 18 19:41:06.253 INFO O| Dec 18 19:41:06.253 INFO STEP 762 (remove_files) COMPLETE
66272024-12-18T19:41:08.436Z[ recovery-image] Dec 18 19:41:06.253 INFO O| Dec 18 19:41:06.253 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-18T19:41:08.463Z[ recovery-image] Dec 18 19:41:06.283 INFO O| Dec 18 19:41:06.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66292024-12-18T19:41:08.463Z[ recovery-image] Dec 18 19:41:06.283 INFO O| Dec 18 19:41:06.283 INFO STEP 763 (remove_files) COMPLETE
66302024-12-18T19:41:08.463Z[ recovery-image] Dec 18 19:41:06.283 INFO O| Dec 18 19:41:06.283 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-18T19:41:08.501Z[ recovery-image] Dec 18 19:41:06.321 INFO O| Dec 18 19:41:06.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66322024-12-18T19:41:08.504Z[ recovery-image] Dec 18 19:41:06.321 INFO O| Dec 18 19:41:06.321 INFO STEP 764 (remove_files) COMPLETE
66332024-12-18T19:41:08.504Z[ recovery-image] Dec 18 19:41:06.321 INFO O| Dec 18 19:41:06.321 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-18T19:41:08.521Z[ recovery-image] Dec 18 19:41:06.341 INFO O| Dec 18 19:41:06.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66352024-12-18T19:41:08.523Z[ recovery-image] Dec 18 19:41:06.341 INFO O| Dec 18 19:41:06.341 INFO STEP 765 (remove_files) COMPLETE
66362024-12-18T19:41:08.523Z[ recovery-image] Dec 18 19:41:06.341 INFO O| Dec 18 19:41:06.341 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-18T19:41:08.541Z[ recovery-image] Dec 18 19:41:06.361 INFO O| Dec 18 19:41:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66382024-12-18T19:41:08.543Z[ recovery-image] Dec 18 19:41:06.361 INFO O| Dec 18 19:41:06.361 INFO STEP 766 (remove_files) COMPLETE
66392024-12-18T19:41:08.543Z[ recovery-image] Dec 18 19:41:06.361 INFO O| Dec 18 19:41:06.361 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-18T19:41:08.561Z[ recovery-image] Dec 18 19:41:06.380 INFO O| Dec 18 19:41:06.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66412024-12-18T19:41:08.563Z[ recovery-image] Dec 18 19:41:06.381 INFO O| Dec 18 19:41:06.381 INFO STEP 767 (remove_files) COMPLETE
66422024-12-18T19:41:08.563Z[ recovery-image] Dec 18 19:41:06.381 INFO O| Dec 18 19:41:06.381 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-18T19:41:08.580Z[ recovery-image] Dec 18 19:41:06.400 INFO O| Dec 18 19:41:06.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66442024-12-18T19:41:08.588Z[ recovery-image] Dec 18 19:41:06.400 INFO O| Dec 18 19:41:06.400 INFO STEP 768 (remove_files) COMPLETE
66452024-12-18T19:41:08.588Z[ recovery-image] Dec 18 19:41:06.401 INFO O| Dec 18 19:41:06.400 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-18T19:41:08.599Z[ recovery-image] Dec 18 19:41:06.419 INFO O| Dec 18 19:41:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66472024-12-18T19:41:08.602Z[ recovery-image] Dec 18 19:41:06.419 INFO O| Dec 18 19:41:06.419 INFO STEP 769 (remove_files) COMPLETE
66482024-12-18T19:41:08.602Z[ recovery-image] Dec 18 19:41:06.420 INFO O| Dec 18 19:41:06.419 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-18T19:41:08.619Z[ recovery-image] Dec 18 19:41:06.439 INFO O| Dec 18 19:41:06.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66502024-12-18T19:41:08.622Z[ recovery-image] Dec 18 19:41:06.439 INFO O| Dec 18 19:41:06.439 INFO STEP 770 (remove_files) COMPLETE
66512024-12-18T19:41:08.622Z[ recovery-image] Dec 18 19:41:06.439 INFO O| Dec 18 19:41:06.439 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-18T19:41:08.638Z[ recovery-image] Dec 18 19:41:06.458 INFO O| Dec 18 19:41:06.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66532024-12-18T19:41:08.640Z[ recovery-image] Dec 18 19:41:06.458 INFO O| Dec 18 19:41:06.458 INFO STEP 771 (remove_files) COMPLETE
66542024-12-18T19:41:08.640Z[ recovery-image] Dec 18 19:41:06.458 INFO O| Dec 18 19:41:06.458 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-18T19:41:08.658Z[ recovery-image] Dec 18 19:41:06.478 INFO O| Dec 18 19:41:06.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66562024-12-18T19:41:08.661Z[ recovery-image] Dec 18 19:41:06.478 INFO O| Dec 18 19:41:06.478 INFO STEP 772 (remove_files) COMPLETE
66572024-12-18T19:41:08.661Z[ recovery-image] Dec 18 19:41:06.478 INFO O| Dec 18 19:41:06.478 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-18T19:41:08.678Z[ recovery-image] Dec 18 19:41:06.498 INFO O| Dec 18 19:41:06.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66592024-12-18T19:41:08.681Z[ recovery-image] Dec 18 19:41:06.498 INFO O| Dec 18 19:41:06.498 INFO STEP 773 (remove_files) COMPLETE
66602024-12-18T19:41:08.681Z[ recovery-image] Dec 18 19:41:06.498 INFO O| Dec 18 19:41:06.498 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-12-18T19:41:08.717Z[ recovery-image] Dec 18 19:41:06.537 INFO O| Dec 18 19:41:06.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66622024-12-18T19:41:08.721Z[ recovery-image] Dec 18 19:41:06.537 INFO O| Dec 18 19:41:06.537 INFO STEP 774 (remove_files) COMPLETE
66632024-12-18T19:41:08.721Z[ recovery-image] Dec 18 19:41:06.537 INFO O| Dec 18 19:41:06.537 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-12-18T19:41:08.758Z[ recovery-image] Dec 18 19:41:06.578 INFO O| Dec 18 19:41:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66652024-12-18T19:41:08.758Z[ recovery-image] Dec 18 19:41:06.578 INFO O| Dec 18 19:41:06.578 INFO STEP 775 (remove_files) COMPLETE
66662024-12-18T19:41:08.762Z[ recovery-image] Dec 18 19:41:06.578 INFO O| Dec 18 19:41:06.578 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-12-18T19:41:08.796Z[ recovery-image] Dec 18 19:41:06.616 INFO O| Dec 18 19:41:06.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66682024-12-18T19:41:08.796Z[ recovery-image] Dec 18 19:41:06.616 INFO O| Dec 18 19:41:06.616 INFO STEP 776 (remove_files) COMPLETE
66692024-12-18T19:41:08.799Z[ recovery-image] Dec 18 19:41:06.616 INFO O| Dec 18 19:41:06.616 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-18T19:41:08.817Z[ recovery-image] Dec 18 19:41:06.636 INFO O| Dec 18 19:41:06.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66712024-12-18T19:41:08.820Z[ recovery-image] Dec 18 19:41:06.637 INFO O| Dec 18 19:41:06.637 INFO STEP 777 (remove_files) COMPLETE
66722024-12-18T19:41:08.820Z[ recovery-image] Dec 18 19:41:06.637 INFO O| Dec 18 19:41:06.637 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-18T19:41:08.852Z[ recovery-image] Dec 18 19:41:06.672 INFO O| Dec 18 19:41:06.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66742024-12-18T19:41:08.853Z[ recovery-image] Dec 18 19:41:06.672 INFO O| Dec 18 19:41:06.672 INFO STEP 778 (remove_files) COMPLETE
66752024-12-18T19:41:08.853Z[ recovery-image] Dec 18 19:41:06.672 INFO O| Dec 18 19:41:06.672 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-12-18T19:41:08.913Z[ recovery-image] Dec 18 19:41:06.733 INFO O| Dec 18 19:41:06.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66772024-12-18T19:41:08.916Z[ recovery-image] Dec 18 19:41:06.735 INFO O| Dec 18 19:41:06.735 INFO STEP 779 (remove_files) COMPLETE
66782024-12-18T19:41:08.916Z[ recovery-image] Dec 18 19:41:06.736 INFO O| Dec 18 19:41:06.735 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-12-18T19:41:08.949Z[ recovery-image] Dec 18 19:41:06.768 INFO O| Dec 18 19:41:06.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66802024-12-18T19:41:08.951Z[ recovery-image] Dec 18 19:41:06.769 INFO O| Dec 18 19:41:06.769 INFO STEP 780 (remove_files) COMPLETE
66812024-12-18T19:41:08.951Z[ recovery-image] Dec 18 19:41:06.769 INFO O| Dec 18 19:41:06.769 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-12-18T19:41:08.974Z[ recovery-image] Dec 18 19:41:06.794 INFO O| Dec 18 19:41:06.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66832024-12-18T19:41:08.977Z[ recovery-image] Dec 18 19:41:06.794 INFO O| Dec 18 19:41:06.794 INFO STEP 781 (remove_files) COMPLETE
66842024-12-18T19:41:08.977Z[ recovery-image] Dec 18 19:41:06.794 INFO O| Dec 18 19:41:06.794 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-12-18T19:41:09.013Z[ recovery-image] Dec 18 19:41:06.832 INFO O| Dec 18 19:41:06.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66862024-12-18T19:41:09.013Z[ recovery-image] Dec 18 19:41:06.832 INFO O| Dec 18 19:41:06.832 INFO STEP 782 (remove_files) COMPLETE
66872024-12-18T19:41:09.015Z[ recovery-image] Dec 18 19:41:06.832 INFO O| Dec 18 19:41:06.832 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-12-18T19:41:09.035Z[ recovery-image] Dec 18 19:41:06.854 INFO O| Dec 18 19:41:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66892024-12-18T19:41:09.035Z[ recovery-image] Dec 18 19:41:06.854 INFO O| Dec 18 19:41:06.854 INFO STEP 783 (remove_files) COMPLETE
66902024-12-18T19:41:09.035Z[ recovery-image] Dec 18 19:41:06.855 INFO O| Dec 18 19:41:06.854 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-18T19:41:09.063Z[ recovery-image] Dec 18 19:41:06.883 INFO O| Dec 18 19:41:06.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66922024-12-18T19:41:09.064Z[ recovery-image] Dec 18 19:41:06.883 INFO O| Dec 18 19:41:06.883 INFO STEP 784 (remove_files) COMPLETE
66932024-12-18T19:41:09.064Z[ recovery-image] Dec 18 19:41:06.883 INFO O| Dec 18 19:41:06.883 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-18T19:41:09.098Z[ recovery-image] Dec 18 19:41:06.918 INFO O| Dec 18 19:41:06.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66952024-12-18T19:41:09.101Z[ recovery-image] Dec 18 19:41:06.918 INFO O| Dec 18 19:41:06.918 INFO STEP 785 (remove_files) COMPLETE
66962024-12-18T19:41:09.101Z[ recovery-image] Dec 18 19:41:06.918 INFO O| Dec 18 19:41:06.918 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-18T19:41:09.120Z[ recovery-image] Dec 18 19:41:06.940 INFO O| Dec 18 19:41:06.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66982024-12-18T19:41:09.123Z[ recovery-image] Dec 18 19:41:06.940 INFO O| Dec 18 19:41:06.940 INFO STEP 786 (remove_files) COMPLETE
66992024-12-18T19:41:09.123Z[ recovery-image] Dec 18 19:41:06.940 INFO O| Dec 18 19:41:06.940 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-18T19:41:09.142Z[ recovery-image] Dec 18 19:41:06.962 INFO O| Dec 18 19:41:06.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67012024-12-18T19:41:09.142Z[ recovery-image] Dec 18 19:41:06.962 INFO O| Dec 18 19:41:06.962 INFO STEP 787 (remove_files) COMPLETE
67022024-12-18T19:41:09.144Z[ recovery-image] Dec 18 19:41:06.962 INFO O| Dec 18 19:41:06.962 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-18T19:41:09.179Z[ recovery-image] Dec 18 19:41:06.999 INFO O| Dec 18 19:41:06.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67042024-12-18T19:41:09.179Z[ recovery-image] Dec 18 19:41:06.999 INFO O| Dec 18 19:41:06.999 INFO STEP 788 (remove_files) COMPLETE
67052024-12-18T19:41:09.179Z[ recovery-image] Dec 18 19:41:06.999 INFO O| Dec 18 19:41:06.999 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-18T19:41:09.198Z[ recovery-image] Dec 18 19:41:07.018 INFO O| Dec 18 19:41:07.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67072024-12-18T19:41:09.199Z[ recovery-image] Dec 18 19:41:07.018 INFO O| Dec 18 19:41:07.018 INFO STEP 789 (remove_files) COMPLETE
67082024-12-18T19:41:09.202Z[ recovery-image] Dec 18 19:41:07.018 INFO O| Dec 18 19:41:07.018 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-18T19:41:09.231Z[ recovery-image] Dec 18 19:41:07.051 INFO O| Dec 18 19:41:07.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67102024-12-18T19:41:09.232Z[ recovery-image] Dec 18 19:41:07.051 INFO O| Dec 18 19:41:07.051 INFO STEP 790 (remove_files) COMPLETE
67112024-12-18T19:41:09.232Z[ recovery-image] Dec 18 19:41:07.051 INFO O| Dec 18 19:41:07.051 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-18T19:41:09.251Z[ recovery-image] Dec 18 19:41:07.070 INFO O| Dec 18 19:41:07.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67132024-12-18T19:41:09.251Z[ recovery-image] Dec 18 19:41:07.070 INFO O| Dec 18 19:41:07.070 INFO STEP 791 (remove_files) COMPLETE
67142024-12-18T19:41:09.251Z[ recovery-image] Dec 18 19:41:07.070 INFO O| Dec 18 19:41:07.070 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-18T19:41:09.251Z[ host-image] Dec 18 19:41:07.070 INFO O| Dec 18 19:41:07.070 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
67162024-12-18T19:41:09.288Z[ recovery-image] Dec 18 19:41:07.108 INFO O| Dec 18 19:41:07.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67172024-12-18T19:41:09.288Z[ recovery-image] Dec 18 19:41:07.108 INFO O| Dec 18 19:41:07.108 INFO STEP 792 (remove_files) COMPLETE
67182024-12-18T19:41:09.288Z[ recovery-image] Dec 18 19:41:07.108 INFO O| Dec 18 19:41:07.108 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-18T19:41:09.311Z[ recovery-image] Dec 18 19:41:07.131 INFO O| Dec 18 19:41:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67202024-12-18T19:41:09.311Z[ recovery-image] Dec 18 19:41:07.131 INFO O| Dec 18 19:41:07.131 INFO STEP 793 (remove_files) COMPLETE
67212024-12-18T19:41:09.311Z[ recovery-image] Dec 18 19:41:07.131 INFO O| Dec 18 19:41:07.131 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-18T19:41:09.346Z[ recovery-image] Dec 18 19:41:07.166 INFO O| Dec 18 19:41:07.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67232024-12-18T19:41:09.346Z[ recovery-image] Dec 18 19:41:07.166 INFO O| Dec 18 19:41:07.166 INFO STEP 794 (remove_files) COMPLETE
67242024-12-18T19:41:09.346Z[ recovery-image] Dec 18 19:41:07.166 INFO O| Dec 18 19:41:07.166 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-18T19:41:09.398Z[ recovery-image] Dec 18 19:41:07.218 INFO O| Dec 18 19:41:07.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67262024-12-18T19:41:09.401Z[ recovery-image] Dec 18 19:41:07.218 INFO O| Dec 18 19:41:07.218 INFO STEP 795 (remove_files) COMPLETE
67272024-12-18T19:41:09.401Z[ recovery-image] Dec 18 19:41:07.218 INFO O| Dec 18 19:41:07.218 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-18T19:41:09.436Z[ recovery-image] Dec 18 19:41:07.255 INFO O| Dec 18 19:41:07.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67292024-12-18T19:41:09.438Z[ recovery-image] Dec 18 19:41:07.256 INFO O| Dec 18 19:41:07.256 INFO STEP 796 (remove_files) COMPLETE
67302024-12-18T19:41:09.438Z[ recovery-image] Dec 18 19:41:07.256 INFO O| Dec 18 19:41:07.256 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-18T19:41:09.457Z[ recovery-image] Dec 18 19:41:07.277 INFO O| Dec 18 19:41:07.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67322024-12-18T19:41:09.459Z[ recovery-image] Dec 18 19:41:07.277 INFO O| Dec 18 19:41:07.277 INFO STEP 797 (remove_files) COMPLETE
67332024-12-18T19:41:09.459Z[ recovery-image] Dec 18 19:41:07.277 INFO O| Dec 18 19:41:07.277 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-18T19:41:09.478Z[ recovery-image] Dec 18 19:41:07.298 INFO O| Dec 18 19:41:07.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67352024-12-18T19:41:09.481Z[ recovery-image] Dec 18 19:41:07.298 INFO O| Dec 18 19:41:07.298 INFO STEP 798 (remove_files) COMPLETE
67362024-12-18T19:41:09.481Z[ recovery-image] Dec 18 19:41:07.299 INFO O| Dec 18 19:41:07.298 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-18T19:41:09.500Z[ recovery-image] Dec 18 19:41:07.320 INFO O| Dec 18 19:41:07.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67382024-12-18T19:41:09.501Z[ recovery-image] Dec 18 19:41:07.320 INFO O| Dec 18 19:41:07.320 INFO STEP 799 (remove_files) COMPLETE
67392024-12-18T19:41:09.501Z[ recovery-image] Dec 18 19:41:07.320 INFO O| Dec 18 19:41:07.320 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-18T19:41:09.531Z[ recovery-image] Dec 18 19:41:07.351 INFO O| Dec 18 19:41:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67412024-12-18T19:41:09.534Z[ recovery-image] Dec 18 19:41:07.351 INFO O| Dec 18 19:41:07.351 INFO STEP 800 (remove_files) COMPLETE
67422024-12-18T19:41:09.534Z[ recovery-image] Dec 18 19:41:07.352 INFO O| Dec 18 19:41:07.351 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-18T19:41:09.553Z[ recovery-image] Dec 18 19:41:07.373 INFO O| Dec 18 19:41:07.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67442024-12-18T19:41:09.553Z[ recovery-image] Dec 18 19:41:07.373 INFO O| Dec 18 19:41:07.373 INFO STEP 801 (remove_files) COMPLETE
67452024-12-18T19:41:09.553Z[ recovery-image] Dec 18 19:41:07.373 INFO O| Dec 18 19:41:07.373 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-18T19:41:09.580Z[ recovery-image] Dec 18 19:41:07.399 INFO O| Dec 18 19:41:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67472024-12-18T19:41:09.580Z[ recovery-image] Dec 18 19:41:07.399 INFO O| Dec 18 19:41:07.399 INFO STEP 802 (remove_files) COMPLETE
67482024-12-18T19:41:09.580Z[ recovery-image] Dec 18 19:41:07.399 INFO O| Dec 18 19:41:07.399 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-18T19:41:09.603Z[ recovery-image] Dec 18 19:41:07.423 INFO O| Dec 18 19:41:07.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67502024-12-18T19:41:09.603Z[ recovery-image] Dec 18 19:41:07.423 INFO O| Dec 18 19:41:07.423 INFO STEP 803 (remove_files) COMPLETE
67512024-12-18T19:41:09.606Z[ recovery-image] Dec 18 19:41:07.423 INFO O| Dec 18 19:41:07.423 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-18T19:41:09.624Z[ recovery-image] Dec 18 19:41:07.443 INFO O| Dec 18 19:41:07.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67532024-12-18T19:41:09.624Z[ recovery-image] Dec 18 19:41:07.443 INFO O| Dec 18 19:41:07.443 INFO STEP 804 (remove_files) COMPLETE
67542024-12-18T19:41:09.624Z[ recovery-image] Dec 18 19:41:07.443 INFO O| Dec 18 19:41:07.443 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-18T19:41:09.643Z[ recovery-image] Dec 18 19:41:07.462 INFO O| Dec 18 19:41:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67562024-12-18T19:41:09.643Z[ recovery-image] Dec 18 19:41:07.463 INFO O| Dec 18 19:41:07.463 INFO STEP 805 (remove_files) COMPLETE
67572024-12-18T19:41:09.643Z[ recovery-image] Dec 18 19:41:07.463 INFO O| Dec 18 19:41:07.463 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-12-18T19:41:09.663Z[ recovery-image] Dec 18 19:41:07.483 INFO O| Dec 18 19:41:07.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67592024-12-18T19:41:09.663Z[ recovery-image] Dec 18 19:41:07.483 INFO O| Dec 18 19:41:07.483 INFO STEP 806 (remove_files) COMPLETE
67602024-12-18T19:41:09.666Z[ recovery-image] Dec 18 19:41:07.483 INFO O| Dec 18 19:41:07.483 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-12-18T19:41:09.684Z[ recovery-image] Dec 18 19:41:07.503 INFO O| Dec 18 19:41:07.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67622024-12-18T19:41:09.684Z[ recovery-image] Dec 18 19:41:07.503 INFO O| Dec 18 19:41:07.503 INFO STEP 807 (remove_files) COMPLETE
67632024-12-18T19:41:09.686Z[ recovery-image] Dec 18 19:41:07.504 INFO O| Dec 18 19:41:07.503 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-12-18T19:41:09.705Z[ recovery-image] Dec 18 19:41:07.524 INFO O| Dec 18 19:41:07.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67652024-12-18T19:41:09.705Z[ recovery-image] Dec 18 19:41:07.525 INFO O| Dec 18 19:41:07.525 INFO STEP 808 (remove_files) COMPLETE
67662024-12-18T19:41:09.708Z[ recovery-image] Dec 18 19:41:07.525 INFO O| Dec 18 19:41:07.525 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-12-18T19:41:09.725Z[ recovery-image] Dec 18 19:41:07.544 INFO O| Dec 18 19:41:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67682024-12-18T19:41:09.725Z[ recovery-image] Dec 18 19:41:07.544 INFO O| Dec 18 19:41:07.544 INFO STEP 809 (remove_files) COMPLETE
67692024-12-18T19:41:09.725Z[ recovery-image] Dec 18 19:41:07.544 INFO O| Dec 18 19:41:07.544 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-12-18T19:41:09.746Z[ recovery-image] Dec 18 19:41:07.565 INFO O| Dec 18 19:41:07.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67712024-12-18T19:41:09.748Z[ recovery-image] Dec 18 19:41:07.566 INFO O| Dec 18 19:41:07.566 INFO STEP 810 (remove_files) COMPLETE
67722024-12-18T19:41:09.748Z[ recovery-image] Dec 18 19:41:07.566 INFO O| Dec 18 19:41:07.566 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-12-18T19:41:09.783Z[ recovery-image] Dec 18 19:41:07.603 INFO O| Dec 18 19:41:07.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67742024-12-18T19:41:09.785Z[ recovery-image] Dec 18 19:41:07.603 INFO O| Dec 18 19:41:07.603 INFO STEP 811 (remove_files) COMPLETE
67752024-12-18T19:41:09.785Z[ recovery-image] Dec 18 19:41:07.603 INFO O| Dec 18 19:41:07.603 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-12-18T19:41:09.809Z[ recovery-image] Dec 18 19:41:07.629 INFO O| Dec 18 19:41:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67772024-12-18T19:41:09.812Z[ recovery-image] Dec 18 19:41:07.629 INFO O| Dec 18 19:41:07.629 INFO STEP 812 (remove_files) COMPLETE
67782024-12-18T19:41:09.812Z[ recovery-image] Dec 18 19:41:07.629 INFO O| Dec 18 19:41:07.629 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-12-18T19:41:09.829Z[ recovery-image] Dec 18 19:41:07.648 INFO O| Dec 18 19:41:07.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67802024-12-18T19:41:09.829Z[ recovery-image] Dec 18 19:41:07.649 INFO O| Dec 18 19:41:07.648 INFO STEP 813 (remove_files) COMPLETE
67812024-12-18T19:41:09.831Z[ recovery-image] Dec 18 19:41:07.649 INFO O| Dec 18 19:41:07.649 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-12-18T19:41:09.849Z[ recovery-image] Dec 18 19:41:07.669 INFO O| Dec 18 19:41:07.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67832024-12-18T19:41:09.850Z[ recovery-image] Dec 18 19:41:07.669 INFO O| Dec 18 19:41:07.669 INFO STEP 814 (remove_files) COMPLETE
67842024-12-18T19:41:09.853Z[ recovery-image] Dec 18 19:41:07.669 INFO O| Dec 18 19:41:07.669 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-12-18T19:41:09.871Z[ recovery-image] Dec 18 19:41:07.690 INFO O| Dec 18 19:41:07.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67862024-12-18T19:41:09.871Z[ recovery-image] Dec 18 19:41:07.690 INFO O| Dec 18 19:41:07.690 INFO STEP 815 (remove_files) COMPLETE
67872024-12-18T19:41:09.873Z[ recovery-image] Dec 18 19:41:07.691 INFO O| Dec 18 19:41:07.690 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-12-18T19:41:09.890Z[ recovery-image] Dec 18 19:41:07.710 INFO O| Dec 18 19:41:07.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67892024-12-18T19:41:09.890Z[ recovery-image] Dec 18 19:41:07.710 INFO O| Dec 18 19:41:07.710 INFO STEP 816 (remove_files) COMPLETE
67902024-12-18T19:41:09.890Z[ recovery-image] Dec 18 19:41:07.710 INFO O| Dec 18 19:41:07.710 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-12-18T19:41:09.909Z[ recovery-image] Dec 18 19:41:07.729 INFO O| Dec 18 19:41:07.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67922024-12-18T19:41:09.909Z[ recovery-image] Dec 18 19:41:07.729 INFO O| Dec 18 19:41:07.729 INFO STEP 817 (remove_files) COMPLETE
67932024-12-18T19:41:09.910Z[ recovery-image] Dec 18 19:41:07.729 INFO O| Dec 18 19:41:07.729 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-12-18T19:41:09.948Z[ recovery-image] Dec 18 19:41:07.768 INFO O| Dec 18 19:41:07.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67952024-12-18T19:41:09.948Z[ recovery-image] Dec 18 19:41:07.768 INFO O| Dec 18 19:41:07.768 INFO STEP 818 (remove_files) COMPLETE
67962024-12-18T19:41:09.948Z[ recovery-image] Dec 18 19:41:07.768 INFO O| Dec 18 19:41:07.768 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-12-18T19:41:09.969Z[ recovery-image] Dec 18 19:41:07.789 INFO O| Dec 18 19:41:07.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67982024-12-18T19:41:09.969Z[ recovery-image] Dec 18 19:41:07.789 INFO O| Dec 18 19:41:07.789 INFO STEP 819 (remove_files) COMPLETE
67992024-12-18T19:41:09.969Z[ recovery-image] Dec 18 19:41:07.789 INFO O| Dec 18 19:41:07.789 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-12-18T19:41:10.009Z[ recovery-image] Dec 18 19:41:07.829 INFO O| Dec 18 19:41:07.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68012024-12-18T19:41:10.029Z[ recovery-image] Dec 18 19:41:07.849 INFO O| Dec 18 19:41:07.849 INFO STEP 820 (remove_files) COMPLETE
68022024-12-18T19:41:10.029Z[ recovery-image] Dec 18 19:41:07.849 INFO O| Dec 18 19:41:07.849 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-12-18T19:41:10.069Z[ recovery-image] Dec 18 19:41:07.888 INFO O| Dec 18 19:41:07.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68042024-12-18T19:41:10.069Z[ recovery-image] Dec 18 19:41:07.889 INFO O| Dec 18 19:41:07.888 INFO STEP 821 (remove_files) COMPLETE
68052024-12-18T19:41:10.069Z[ recovery-image] Dec 18 19:41:07.889 INFO O| Dec 18 19:41:07.888 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-12-18T19:41:10.105Z[ recovery-image] Dec 18 19:41:07.925 INFO O| Dec 18 19:41:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68072024-12-18T19:41:10.125Z[ recovery-image] Dec 18 19:41:07.945 INFO O| Dec 18 19:41:07.945 INFO STEP 822 (remove_files) COMPLETE
68082024-12-18T19:41:10.125Z[ recovery-image] Dec 18 19:41:07.945 INFO O| Dec 18 19:41:07.945 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-18T19:41:10.232Z[ recovery-image] Dec 18 19:41:08.052 INFO O| Dec 18 19:41:08.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68102024-12-18T19:41:10.232Z[ recovery-image] Dec 18 19:41:08.052 INFO O| Dec 18 19:41:08.052 INFO STEP 823 (remove_files) COMPLETE
68112024-12-18T19:41:10.232Z[ recovery-image] Dec 18 19:41:08.052 INFO O| Dec 18 19:41:08.052 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-18T19:41:10.255Z[ recovery-image] Dec 18 19:41:08.075 INFO O| Dec 18 19:41:08.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68132024-12-18T19:41:10.255Z[ recovery-image] Dec 18 19:41:08.075 INFO O| Dec 18 19:41:08.075 INFO STEP 824 (remove_files) COMPLETE
68142024-12-18T19:41:10.258Z[ recovery-image] Dec 18 19:41:08.075 INFO O| Dec 18 19:41:08.075 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-18T19:41:10.278Z[ recovery-image] Dec 18 19:41:08.098 INFO O| Dec 18 19:41:08.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68162024-12-18T19:41:10.278Z[ recovery-image] Dec 18 19:41:08.098 INFO O| Dec 18 19:41:08.098 INFO STEP 825 (remove_files) COMPLETE
68172024-12-18T19:41:10.280Z[ recovery-image] Dec 18 19:41:08.098 INFO O| Dec 18 19:41:08.098 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-18T19:41:10.326Z[ recovery-image] Dec 18 19:41:08.146 INFO O| Dec 18 19:41:08.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68192024-12-18T19:41:10.326Z[ recovery-image] Dec 18 19:41:08.146 INFO O| Dec 18 19:41:08.146 INFO STEP 826 (remove_files) COMPLETE
68202024-12-18T19:41:10.326Z[ recovery-image] Dec 18 19:41:08.146 INFO O| Dec 18 19:41:08.146 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-18T19:41:10.348Z[ recovery-image] Dec 18 19:41:08.167 INFO O| Dec 18 19:41:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68222024-12-18T19:41:10.348Z[ recovery-image] Dec 18 19:41:08.168 INFO O| Dec 18 19:41:08.168 INFO STEP 827 (remove_files) COMPLETE
68232024-12-18T19:41:10.350Z[ recovery-image] Dec 18 19:41:08.168 INFO O| Dec 18 19:41:08.168 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-18T19:41:10.366Z[ recovery-image] Dec 18 19:41:08.186 INFO O| Dec 18 19:41:08.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68252024-12-18T19:41:10.366Z[ recovery-image] Dec 18 19:41:08.186 INFO O| Dec 18 19:41:08.186 INFO STEP 828 (remove_files) COMPLETE
68262024-12-18T19:41:10.366Z[ recovery-image] Dec 18 19:41:08.186 INFO O| Dec 18 19:41:08.186 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-18T19:41:10.404Z[ recovery-image] Dec 18 19:41:08.224 INFO O| Dec 18 19:41:08.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68282024-12-18T19:41:10.404Z[ recovery-image] Dec 18 19:41:08.224 INFO O| Dec 18 19:41:08.224 INFO STEP 829 (remove_files) COMPLETE
68292024-12-18T19:41:10.404Z[ recovery-image] Dec 18 19:41:08.224 INFO O| Dec 18 19:41:08.224 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-18T19:41:10.424Z[ recovery-image] Dec 18 19:41:08.244 INFO O| Dec 18 19:41:08.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68312024-12-18T19:41:10.424Z[ recovery-image] Dec 18 19:41:08.244 INFO O| Dec 18 19:41:08.244 INFO STEP 830 (remove_files) COMPLETE
68322024-12-18T19:41:10.426Z[ recovery-image] Dec 18 19:41:08.244 INFO O| Dec 18 19:41:08.244 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-18T19:41:10.454Z[ recovery-image] Dec 18 19:41:08.273 INFO O| Dec 18 19:41:08.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68342024-12-18T19:41:10.454Z[ recovery-image] Dec 18 19:41:08.273 INFO O| Dec 18 19:41:08.273 INFO STEP 831 (remove_files) COMPLETE
68352024-12-18T19:41:10.456Z[ recovery-image] Dec 18 19:41:08.273 INFO O| Dec 18 19:41:08.273 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-18T19:41:10.474Z[ recovery-image] Dec 18 19:41:08.294 INFO O| Dec 18 19:41:08.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68372024-12-18T19:41:10.474Z[ recovery-image] Dec 18 19:41:08.294 INFO O| Dec 18 19:41:08.294 INFO STEP 832 (remove_files) COMPLETE
68382024-12-18T19:41:10.474Z[ recovery-image] Dec 18 19:41:08.294 INFO O| Dec 18 19:41:08.294 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-18T19:41:10.495Z[ recovery-image] Dec 18 19:41:08.314 INFO O| Dec 18 19:41:08.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68402024-12-18T19:41:10.495Z[ recovery-image] Dec 18 19:41:08.314 INFO O| Dec 18 19:41:08.314 INFO STEP 833 (remove_files) COMPLETE
68412024-12-18T19:41:10.495Z[ recovery-image] Dec 18 19:41:08.314 INFO O| Dec 18 19:41:08.314 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-12-18T19:41:10.515Z[ recovery-image] Dec 18 19:41:08.334 INFO O| Dec 18 19:41:08.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68432024-12-18T19:41:10.515Z[ recovery-image] Dec 18 19:41:08.334 INFO O| Dec 18 19:41:08.334 INFO STEP 834 (remove_files) COMPLETE
68442024-12-18T19:41:10.515Z[ recovery-image] Dec 18 19:41:08.334 INFO O| Dec 18 19:41:08.334 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-12-18T19:41:10.537Z[ recovery-image] Dec 18 19:41:08.356 INFO O| Dec 18 19:41:08.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68462024-12-18T19:41:10.539Z[ recovery-image] Dec 18 19:41:08.357 INFO O| Dec 18 19:41:08.357 INFO STEP 835 (remove_files) COMPLETE
68472024-12-18T19:41:10.539Z[ recovery-image] Dec 18 19:41:08.357 INFO O| Dec 18 19:41:08.357 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-12-18T19:41:10.622Z[ recovery-image] Dec 18 19:41:08.442 INFO O| Dec 18 19:41:08.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68492024-12-18T19:41:10.625Z[ recovery-image] Dec 18 19:41:08.442 INFO O| Dec 18 19:41:08.442 INFO STEP 836 (remove_files) COMPLETE
68502024-12-18T19:41:10.625Z[ recovery-image] Dec 18 19:41:08.442 INFO O| Dec 18 19:41:08.442 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-12-18T19:41:10.691Z[ recovery-image] Dec 18 19:41:08.511 INFO O| Dec 18 19:41:08.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68522024-12-18T19:41:10.691Z[ recovery-image] Dec 18 19:41:08.511 INFO O| Dec 18 19:41:08.511 INFO STEP 837 (remove_files) COMPLETE
68532024-12-18T19:41:10.691Z[ recovery-image] Dec 18 19:41:08.511 INFO O| Dec 18 19:41:08.511 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-12-18T19:41:10.730Z[ recovery-image] Dec 18 19:41:08.550 INFO O| Dec 18 19:41:08.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68552024-12-18T19:41:10.730Z[ recovery-image] Dec 18 19:41:08.550 INFO O| Dec 18 19:41:08.550 INFO STEP 838 (remove_files) COMPLETE
68562024-12-18T19:41:10.730Z[ recovery-image] Dec 18 19:41:08.550 INFO O| Dec 18 19:41:08.550 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-12-18T19:41:10.750Z[ recovery-image] Dec 18 19:41:08.569 INFO O| Dec 18 19:41:08.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68582024-12-18T19:41:10.750Z[ recovery-image] Dec 18 19:41:08.569 INFO O| Dec 18 19:41:08.569 INFO STEP 839 (remove_files) COMPLETE
68592024-12-18T19:41:10.752Z[ recovery-image] Dec 18 19:41:08.569 INFO O| Dec 18 19:41:08.569 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-12-18T19:41:10.769Z[ recovery-image] Dec 18 19:41:08.588 INFO O| Dec 18 19:41:08.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68612024-12-18T19:41:10.769Z[ recovery-image] Dec 18 19:41:08.588 INFO O| Dec 18 19:41:08.588 INFO STEP 840 (remove_files) COMPLETE
68622024-12-18T19:41:10.769Z[ recovery-image] Dec 18 19:41:08.588 INFO O| Dec 18 19:41:08.588 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-12-18T19:41:10.787Z[ recovery-image] Dec 18 19:41:08.607 INFO O| Dec 18 19:41:08.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68642024-12-18T19:41:10.787Z[ recovery-image] Dec 18 19:41:08.607 INFO O| Dec 18 19:41:08.607 INFO STEP 841 (remove_files) COMPLETE
68652024-12-18T19:41:10.790Z[ recovery-image] Dec 18 19:41:08.607 INFO O| Dec 18 19:41:08.607 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-12-18T19:41:10.807Z[ recovery-image] Dec 18 19:41:08.626 INFO O| Dec 18 19:41:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68672024-12-18T19:41:10.807Z[ recovery-image] Dec 18 19:41:08.626 INFO O| Dec 18 19:41:08.626 INFO STEP 842 (remove_files) COMPLETE
68682024-12-18T19:41:10.807Z[ recovery-image] Dec 18 19:41:08.626 INFO O| Dec 18 19:41:08.626 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-12-18T19:41:10.825Z[ recovery-image] Dec 18 19:41:08.644 INFO O| Dec 18 19:41:08.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68702024-12-18T19:41:10.825Z[ recovery-image] Dec 18 19:41:08.644 INFO O| Dec 18 19:41:08.644 INFO STEP 843 (remove_files) COMPLETE
68712024-12-18T19:41:10.827Z[ recovery-image] Dec 18 19:41:08.644 INFO O| Dec 18 19:41:08.644 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-18T19:41:10.843Z[ recovery-image] Dec 18 19:41:08.663 INFO O| Dec 18 19:41:08.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68732024-12-18T19:41:10.843Z[ recovery-image] Dec 18 19:41:08.663 INFO O| Dec 18 19:41:08.663 INFO STEP 844 (remove_files) COMPLETE
68742024-12-18T19:41:10.843Z[ recovery-image] Dec 18 19:41:08.663 INFO O| Dec 18 19:41:08.663 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-18T19:41:10.863Z[ recovery-image] Dec 18 19:41:08.682 INFO O| Dec 18 19:41:08.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68762024-12-18T19:41:10.865Z[ recovery-image] Dec 18 19:41:08.682 INFO O| Dec 18 19:41:08.682 INFO STEP 845 (remove_files) COMPLETE
68772024-12-18T19:41:10.865Z[ recovery-image] Dec 18 19:41:08.682 INFO O| Dec 18 19:41:08.682 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-18T19:41:10.882Z[ recovery-image] Dec 18 19:41:08.702 INFO O| Dec 18 19:41:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68792024-12-18T19:41:10.882Z[ recovery-image] Dec 18 19:41:08.702 INFO O| Dec 18 19:41:08.702 INFO STEP 846 (remove_files) COMPLETE
68802024-12-18T19:41:10.885Z[ recovery-image] Dec 18 19:41:08.702 INFO O| Dec 18 19:41:08.702 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-18T19:41:10.916Z[ recovery-image] Dec 18 19:41:08.735 INFO O| Dec 18 19:41:08.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68822024-12-18T19:41:10.916Z[ recovery-image] Dec 18 19:41:08.735 INFO O| Dec 18 19:41:08.735 INFO STEP 847 (remove_files) COMPLETE
68832024-12-18T19:41:10.916Z[ recovery-image] Dec 18 19:41:08.735 INFO O| Dec 18 19:41:08.735 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-18T19:41:10.944Z[ recovery-image] Dec 18 19:41:08.764 INFO O| Dec 18 19:41:08.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68852024-12-18T19:41:10.944Z[ recovery-image] Dec 18 19:41:08.764 INFO O| Dec 18 19:41:08.764 INFO STEP 848 (remove_files) COMPLETE
68862024-12-18T19:41:10.944Z[ recovery-image] Dec 18 19:41:08.764 INFO O| Dec 18 19:41:08.764 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-18T19:41:10.963Z[ recovery-image] Dec 18 19:41:08.783 INFO O| Dec 18 19:41:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68882024-12-18T19:41:10.964Z[ recovery-image] Dec 18 19:41:08.783 INFO O| Dec 18 19:41:08.783 INFO STEP 849 (remove_files) COMPLETE
68892024-12-18T19:41:10.966Z[ recovery-image] Dec 18 19:41:08.783 INFO O| Dec 18 19:41:08.783 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-18T19:41:10.982Z[ recovery-image] Dec 18 19:41:08.802 INFO O| Dec 18 19:41:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68912024-12-18T19:41:10.987Z[ recovery-image] Dec 18 19:41:08.807 INFO O| Dec 18 19:41:08.807 INFO STEP 850 (remove_files) COMPLETE
68922024-12-18T19:41:10.987Z[ recovery-image] Dec 18 19:41:08.807 INFO O| Dec 18 19:41:08.807 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-18T19:41:11.024Z[ recovery-image] Dec 18 19:41:08.843 INFO O| Dec 18 19:41:08.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68942024-12-18T19:41:11.027Z[ recovery-image] Dec 18 19:41:08.844 INFO O| Dec 18 19:41:08.844 INFO STEP 851 (remove_files) COMPLETE
68952024-12-18T19:41:11.027Z[ recovery-image] Dec 18 19:41:08.844 INFO O| Dec 18 19:41:08.844 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-18T19:41:11.044Z[ recovery-image] Dec 18 19:41:08.864 INFO O| Dec 18 19:41:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68972024-12-18T19:41:11.047Z[ recovery-image] Dec 18 19:41:08.864 INFO O| Dec 18 19:41:08.864 INFO STEP 852 (remove_files) COMPLETE
68982024-12-18T19:41:11.047Z[ recovery-image] Dec 18 19:41:08.864 INFO O| Dec 18 19:41:08.864 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-18T19:41:11.066Z[ recovery-image] Dec 18 19:41:08.886 INFO O| Dec 18 19:41:08.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69002024-12-18T19:41:11.068Z[ recovery-image] Dec 18 19:41:08.886 INFO O| Dec 18 19:41:08.886 INFO STEP 853 (remove_files) COMPLETE
69012024-12-18T19:41:11.068Z[ recovery-image] Dec 18 19:41:08.886 INFO O| Dec 18 19:41:08.886 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-18T19:41:11.086Z[ recovery-image] Dec 18 19:41:08.906 INFO O| Dec 18 19:41:08.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69032024-12-18T19:41:11.089Z[ recovery-image] Dec 18 19:41:08.906 INFO O| Dec 18 19:41:08.906 INFO STEP 854 (remove_files) COMPLETE
69042024-12-18T19:41:11.089Z[ recovery-image] Dec 18 19:41:08.906 INFO O| Dec 18 19:41:08.906 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-18T19:41:11.107Z[ recovery-image] Dec 18 19:41:08.926 INFO O| Dec 18 19:41:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69062024-12-18T19:41:11.109Z[ recovery-image] Dec 18 19:41:08.926 INFO O| Dec 18 19:41:08.926 INFO STEP 855 (remove_files) COMPLETE
69072024-12-18T19:41:11.109Z[ recovery-image] Dec 18 19:41:08.927 INFO O| Dec 18 19:41:08.926 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-18T19:41:11.126Z[ recovery-image] Dec 18 19:41:08.946 INFO O| Dec 18 19:41:08.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69092024-12-18T19:41:11.126Z[ recovery-image] Dec 18 19:41:08.946 INFO O| Dec 18 19:41:08.946 INFO STEP 856 (remove_files) COMPLETE
69102024-12-18T19:41:11.126Z[ recovery-image] Dec 18 19:41:08.946 INFO O| Dec 18 19:41:08.946 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-18T19:41:11.146Z[ recovery-image] Dec 18 19:41:08.965 INFO O| Dec 18 19:41:08.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69122024-12-18T19:41:11.146Z[ recovery-image] Dec 18 19:41:08.965 INFO O| Dec 18 19:41:08.965 INFO STEP 857 (remove_files) COMPLETE
69132024-12-18T19:41:11.146Z[ recovery-image] Dec 18 19:41:08.965 INFO O| Dec 18 19:41:08.965 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-18T19:41:11.167Z[ recovery-image] Dec 18 19:41:08.986 INFO O| Dec 18 19:41:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69152024-12-18T19:41:11.167Z[ recovery-image] Dec 18 19:41:08.987 INFO O| Dec 18 19:41:08.986 INFO STEP 858 (remove_files) COMPLETE
69162024-12-18T19:41:11.170Z[ recovery-image] Dec 18 19:41:08.987 INFO O| Dec 18 19:41:08.986 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-18T19:41:11.213Z[ recovery-image] Dec 18 19:41:09.033 INFO O| Dec 18 19:41:09.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69182024-12-18T19:41:11.213Z[ recovery-image] Dec 18 19:41:09.033 INFO O| Dec 18 19:41:09.033 INFO STEP 859 (remove_files) COMPLETE
69192024-12-18T19:41:11.216Z[ recovery-image] Dec 18 19:41:09.033 INFO O| Dec 18 19:41:09.033 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-18T19:41:11.275Z[ recovery-image] Dec 18 19:41:09.095 INFO O| Dec 18 19:41:09.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69212024-12-18T19:41:11.275Z[ recovery-image] Dec 18 19:41:09.095 INFO O| Dec 18 19:41:09.095 INFO STEP 860 (remove_files) COMPLETE
69222024-12-18T19:41:11.278Z[ recovery-image] Dec 18 19:41:09.095 INFO O| Dec 18 19:41:09.095 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-18T19:41:11.297Z[ recovery-image] Dec 18 19:41:09.116 INFO O| Dec 18 19:41:09.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69242024-12-18T19:41:11.297Z[ recovery-image] Dec 18 19:41:09.116 INFO O| Dec 18 19:41:09.116 INFO STEP 861 (remove_files) COMPLETE
69252024-12-18T19:41:11.299Z[ recovery-image] Dec 18 19:41:09.117 INFO O| Dec 18 19:41:09.116 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-18T19:41:11.320Z[ recovery-image] Dec 18 19:41:09.139 INFO O| Dec 18 19:41:09.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69272024-12-18T19:41:11.320Z[ recovery-image] Dec 18 19:41:09.140 INFO O| Dec 18 19:41:09.140 INFO STEP 862 (remove_files) COMPLETE
69282024-12-18T19:41:11.320Z[ recovery-image] Dec 18 19:41:09.140 INFO O| Dec 18 19:41:09.140 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-18T19:41:11.340Z[ recovery-image] Dec 18 19:41:09.160 INFO O| Dec 18 19:41:09.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69302024-12-18T19:41:11.343Z[ recovery-image] Dec 18 19:41:09.160 INFO O| Dec 18 19:41:09.160 INFO STEP 863 (remove_files) COMPLETE
69312024-12-18T19:41:11.343Z[ recovery-image] Dec 18 19:41:09.160 INFO O| Dec 18 19:41:09.160 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-18T19:41:11.365Z[ recovery-image] Dec 18 19:41:09.185 INFO O| Dec 18 19:41:09.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69332024-12-18T19:41:11.365Z[ recovery-image] Dec 18 19:41:09.185 INFO O| Dec 18 19:41:09.185 INFO STEP 864 (remove_files) COMPLETE
69342024-12-18T19:41:11.365Z[ recovery-image] Dec 18 19:41:09.185 INFO O| Dec 18 19:41:09.185 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-18T19:41:11.430Z[ recovery-image] Dec 18 19:41:09.231 INFO O| Dec 18 19:41:09.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69362024-12-18T19:41:11.430Z[ recovery-image] Dec 18 19:41:09.231 INFO O| Dec 18 19:41:09.231 INFO STEP 865 (remove_files) COMPLETE
69372024-12-18T19:41:11.430Z[ recovery-image] Dec 18 19:41:09.231 INFO O| Dec 18 19:41:09.231 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-18T19:41:11.439Z[ recovery-image] Dec 18 19:41:09.250 INFO O| Dec 18 19:41:09.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69392024-12-18T19:41:11.441Z[ recovery-image] Dec 18 19:41:09.250 INFO O| Dec 18 19:41:09.250 INFO STEP 866 (remove_files) COMPLETE
69402024-12-18T19:41:11.441Z[ recovery-image] Dec 18 19:41:09.250 INFO O| Dec 18 19:41:09.250 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-18T19:41:11.451Z[ recovery-image] Dec 18 19:41:09.270 INFO O| Dec 18 19:41:09.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69422024-12-18T19:41:11.451Z[ recovery-image] Dec 18 19:41:09.270 INFO O| Dec 18 19:41:09.270 INFO STEP 867 (remove_files) COMPLETE
69432024-12-18T19:41:11.453Z[ recovery-image] Dec 18 19:41:09.271 INFO O| Dec 18 19:41:09.270 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-18T19:41:11.472Z[ recovery-image] Dec 18 19:41:09.291 INFO O| Dec 18 19:41:09.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69452024-12-18T19:41:11.472Z[ recovery-image] Dec 18 19:41:09.291 INFO O| Dec 18 19:41:09.291 INFO STEP 868 (remove_files) COMPLETE
69462024-12-18T19:41:11.472Z[ recovery-image] Dec 18 19:41:09.291 INFO O| Dec 18 19:41:09.291 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-18T19:41:11.491Z[ recovery-image] Dec 18 19:41:09.311 INFO O| Dec 18 19:41:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69482024-12-18T19:41:11.491Z[ recovery-image] Dec 18 19:41:09.311 INFO O| Dec 18 19:41:09.311 INFO STEP 869 (remove_files) COMPLETE
69492024-12-18T19:41:11.491Z[ recovery-image] Dec 18 19:41:09.311 INFO O| Dec 18 19:41:09.311 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-18T19:41:11.513Z[ recovery-image] Dec 18 19:41:09.332 INFO O| Dec 18 19:41:09.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69512024-12-18T19:41:11.513Z[ recovery-image] Dec 18 19:41:09.332 INFO O| Dec 18 19:41:09.332 INFO STEP 870 (remove_files) COMPLETE
69522024-12-18T19:41:11.513Z[ recovery-image] Dec 18 19:41:09.332 INFO O| Dec 18 19:41:09.332 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-18T19:41:11.540Z[ recovery-image] Dec 18 19:41:09.359 INFO O| Dec 18 19:41:09.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69542024-12-18T19:41:11.540Z[ recovery-image] Dec 18 19:41:09.359 INFO O| Dec 18 19:41:09.359 INFO STEP 871 (remove_files) COMPLETE
69552024-12-18T19:41:11.543Z[ recovery-image] Dec 18 19:41:09.359 INFO O| Dec 18 19:41:09.359 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-18T19:41:11.592Z[ recovery-image] Dec 18 19:41:09.412 INFO O| Dec 18 19:41:09.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69572024-12-18T19:41:11.595Z[ recovery-image] Dec 18 19:41:09.412 INFO O| Dec 18 19:41:09.412 INFO STEP 872 (remove_files) COMPLETE
69582024-12-18T19:41:11.595Z[ recovery-image] Dec 18 19:41:09.412 INFO O| Dec 18 19:41:09.412 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-18T19:41:11.614Z[ recovery-image] Dec 18 19:41:09.434 INFO O| Dec 18 19:41:09.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69602024-12-18T19:41:11.617Z[ recovery-image] Dec 18 19:41:09.434 INFO O| Dec 18 19:41:09.434 INFO STEP 873 (remove_files) COMPLETE
69612024-12-18T19:41:11.617Z[ recovery-image] Dec 18 19:41:09.434 INFO O| Dec 18 19:41:09.434 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-18T19:41:11.634Z[ recovery-image] Dec 18 19:41:09.453 INFO O| Dec 18 19:41:09.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69632024-12-18T19:41:11.636Z[ recovery-image] Dec 18 19:41:09.454 INFO O| Dec 18 19:41:09.454 INFO STEP 874 (remove_files) COMPLETE
69642024-12-18T19:41:11.637Z[ recovery-image] Dec 18 19:41:09.454 INFO O| Dec 18 19:41:09.454 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-18T19:41:11.654Z[ recovery-image] Dec 18 19:41:09.473 INFO O| Dec 18 19:41:09.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69662024-12-18T19:41:11.656Z[ recovery-image] Dec 18 19:41:09.473 INFO O| Dec 18 19:41:09.473 INFO STEP 875 (remove_files) COMPLETE
69672024-12-18T19:41:11.656Z[ recovery-image] Dec 18 19:41:09.474 INFO O| Dec 18 19:41:09.474 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-18T19:41:11.686Z[ recovery-image] Dec 18 19:41:09.506 INFO O| Dec 18 19:41:09.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69692024-12-18T19:41:11.686Z[ recovery-image] Dec 18 19:41:09.506 INFO O| Dec 18 19:41:09.506 INFO STEP 876 (remove_files) COMPLETE
69702024-12-18T19:41:11.689Z[ recovery-image] Dec 18 19:41:09.506 INFO O| Dec 18 19:41:09.506 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-18T19:41:11.745Z[ recovery-image] Dec 18 19:41:09.561 INFO O| Dec 18 19:41:09.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69722024-12-18T19:41:11.745Z[ recovery-image] Dec 18 19:41:09.561 INFO O| Dec 18 19:41:09.561 INFO STEP 877 (remove_files) COMPLETE
69732024-12-18T19:41:11.748Z[ recovery-image] Dec 18 19:41:09.561 INFO O| Dec 18 19:41:09.561 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-18T19:41:11.762Z[ recovery-image] Dec 18 19:41:09.581 INFO O| Dec 18 19:41:09.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69752024-12-18T19:41:11.762Z[ recovery-image] Dec 18 19:41:09.581 INFO O| Dec 18 19:41:09.581 INFO STEP 878 (remove_files) COMPLETE
69762024-12-18T19:41:11.762Z[ recovery-image] Dec 18 19:41:09.581 INFO O| Dec 18 19:41:09.581 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-18T19:41:11.782Z[ recovery-image] Dec 18 19:41:09.601 INFO O| Dec 18 19:41:09.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69782024-12-18T19:41:11.782Z[ recovery-image] Dec 18 19:41:09.601 INFO O| Dec 18 19:41:09.601 INFO STEP 879 (remove_files) COMPLETE
69792024-12-18T19:41:11.785Z[ recovery-image] Dec 18 19:41:09.601 INFO O| Dec 18 19:41:09.601 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-18T19:41:11.828Z[ recovery-image] Dec 18 19:41:09.647 INFO O| Dec 18 19:41:09.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69812024-12-18T19:41:11.828Z[ recovery-image] Dec 18 19:41:09.647 INFO O| Dec 18 19:41:09.647 INFO STEP 880 (remove_files) COMPLETE
69822024-12-18T19:41:11.828Z[ recovery-image] Dec 18 19:41:09.647 INFO O| Dec 18 19:41:09.647 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-18T19:41:11.882Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
69842024-12-18T19:41:11.889Z[ recovery-image] Dec 18 19:41:09.708 INFO O| Dec 18 19:41:09.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69852024-12-18T19:41:11.892Z[ recovery-image] Dec 18 19:41:09.709 INFO O| Dec 18 19:41:09.708 INFO STEP 881 (remove_files) COMPLETE
69862024-12-18T19:41:11.892Z[ recovery-image] Dec 18 19:41:09.709 INFO O| Dec 18 19:41:09.709 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-12-18T19:41:11.935Z[ recovery-image] Dec 18 19:41:09.754 INFO O| Dec 18 19:41:09.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69882024-12-18T19:41:11.935Z[ recovery-image] Dec 18 19:41:09.754 INFO O| Dec 18 19:41:09.754 INFO STEP 882 (remove_files) COMPLETE
69892024-12-18T19:41:11.937Z[ recovery-image] Dec 18 19:41:09.754 INFO O| Dec 18 19:41:09.754 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-12-18T19:41:11.963Z[ recovery-image] Dec 18 19:41:09.782 INFO O| Dec 18 19:41:09.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69912024-12-18T19:41:11.963Z[ recovery-image] Dec 18 19:41:09.782 INFO O| Dec 18 19:41:09.775 INFO STEP 883 (remove_files) COMPLETE
69922024-12-18T19:41:11.963Z[ recovery-image] Dec 18 19:41:09.782 INFO O| Dec 18 19:41:09.775 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-12-18T19:41:11.977Z[ recovery-image] Dec 18 19:41:09.797 INFO O| Dec 18 19:41:09.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69942024-12-18T19:41:11.980Z[ recovery-image] Dec 18 19:41:09.797 INFO O| Dec 18 19:41:09.797 INFO STEP 884 (remove_files) COMPLETE
69952024-12-18T19:41:11.980Z[ recovery-image] Dec 18 19:41:09.797 INFO O| Dec 18 19:41:09.797 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-12-18T19:41:11.999Z[ recovery-image] Dec 18 19:41:09.818 INFO O| Dec 18 19:41:09.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69972024-12-18T19:41:12.002Z[ recovery-image] Dec 18 19:41:09.819 INFO O| Dec 18 19:41:09.818 INFO STEP 885 (remove_files) COMPLETE
69982024-12-18T19:41:12.002Z[ recovery-image] Dec 18 19:41:09.819 INFO O| Dec 18 19:41:09.819 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-12-18T19:41:12.020Z[ recovery-image] Dec 18 19:41:09.840 INFO O| Dec 18 19:41:09.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70002024-12-18T19:41:12.023Z[ recovery-image] Dec 18 19:41:09.840 INFO O| Dec 18 19:41:09.840 INFO STEP 886 (remove_files) COMPLETE
70012024-12-18T19:41:12.023Z[ recovery-image] Dec 18 19:41:09.840 INFO O| Dec 18 19:41:09.840 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-12-18T19:41:12.060Z[ recovery-image] Dec 18 19:41:09.879 INFO O| Dec 18 19:41:09.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70032024-12-18T19:41:12.060Z[ recovery-image] Dec 18 19:41:09.879 INFO O| Dec 18 19:41:09.879 INFO STEP 887 (remove_files) COMPLETE
70042024-12-18T19:41:12.060Z[ recovery-image] Dec 18 19:41:09.879 INFO O| Dec 18 19:41:09.879 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-12-18T19:41:12.082Z[ recovery-image] Dec 18 19:41:09.902 INFO O| Dec 18 19:41:09.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70062024-12-18T19:41:12.083Z[ recovery-image] Dec 18 19:41:09.902 INFO O| Dec 18 19:41:09.902 INFO STEP 888 (remove_files) COMPLETE
70072024-12-18T19:41:12.083Z[ recovery-image] Dec 18 19:41:09.902 INFO O| Dec 18 19:41:09.902 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-12-18T19:41:12.105Z[ recovery-image] Dec 18 19:41:09.924 INFO O| Dec 18 19:41:09.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70092024-12-18T19:41:12.105Z[ recovery-image] Dec 18 19:41:09.924 INFO O| Dec 18 19:41:09.924 INFO STEP 889 (remove_files) COMPLETE
70102024-12-18T19:41:12.105Z[ recovery-image] Dec 18 19:41:09.924 INFO O| Dec 18 19:41:09.924 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-12-18T19:41:12.145Z[ recovery-image] Dec 18 19:41:09.964 INFO O| Dec 18 19:41:09.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70122024-12-18T19:41:12.145Z[ recovery-image] Dec 18 19:41:09.964 INFO O| Dec 18 19:41:09.964 INFO STEP 890 (remove_files) COMPLETE
70132024-12-18T19:41:12.147Z[ recovery-image] Dec 18 19:41:09.964 INFO O| Dec 18 19:41:09.964 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-12-18T19:41:12.194Z[ recovery-image] Dec 18 19:41:10.013 INFO O| Dec 18 19:41:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70152024-12-18T19:41:12.197Z[ recovery-image] Dec 18 19:41:10.014 INFO O| Dec 18 19:41:10.014 INFO STEP 891 (remove_files) COMPLETE
70162024-12-18T19:41:12.197Z[ recovery-image] Dec 18 19:41:10.014 INFO O| Dec 18 19:41:10.014 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-12-18T19:41:12.214Z[ recovery-image] Dec 18 19:41:10.033 INFO O| Dec 18 19:41:10.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70182024-12-18T19:41:12.214Z[ recovery-image] Dec 18 19:41:10.033 INFO O| Dec 18 19:41:10.033 INFO STEP 892 (remove_files) COMPLETE
70192024-12-18T19:41:12.214Z[ recovery-image] Dec 18 19:41:10.033 INFO O| Dec 18 19:41:10.033 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-12-18T19:41:12.275Z[ recovery-image] Dec 18 19:41:10.094 INFO O| Dec 18 19:41:10.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70212024-12-18T19:41:12.275Z[ recovery-image] Dec 18 19:41:10.094 INFO O| Dec 18 19:41:10.094 INFO STEP 893 (remove_files) COMPLETE
70222024-12-18T19:41:12.275Z[ recovery-image] Dec 18 19:41:10.094 INFO O| Dec 18 19:41:10.094 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-12-18T19:41:12.304Z[ recovery-image] Dec 18 19:41:10.123 INFO O| Dec 18 19:41:10.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70242024-12-18T19:41:12.304Z[ recovery-image] Dec 18 19:41:10.123 INFO O| Dec 18 19:41:10.123 INFO STEP 894 (remove_files) COMPLETE
70252024-12-18T19:41:12.304Z[ recovery-image] Dec 18 19:41:10.123 INFO O| Dec 18 19:41:10.123 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-12-18T19:41:12.335Z[ recovery-image] Dec 18 19:41:10.154 INFO O| Dec 18 19:41:10.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70272024-12-18T19:41:12.335Z[ recovery-image] Dec 18 19:41:10.155 INFO O| Dec 18 19:41:10.155 INFO STEP 895 (remove_files) COMPLETE
70282024-12-18T19:41:12.335Z[ recovery-image] Dec 18 19:41:10.155 INFO O| Dec 18 19:41:10.155 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-12-18T19:41:12.370Z[ recovery-image] Dec 18 19:41:10.189 INFO O| Dec 18 19:41:10.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70302024-12-18T19:41:12.370Z[ recovery-image] Dec 18 19:41:10.189 INFO O| Dec 18 19:41:10.189 INFO STEP 896 (remove_files) COMPLETE
70312024-12-18T19:41:12.370Z[ recovery-image] Dec 18 19:41:10.189 INFO O| Dec 18 19:41:10.189 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-12-18T19:41:12.398Z[ recovery-image] Dec 18 19:41:10.218 INFO O| Dec 18 19:41:10.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70332024-12-18T19:41:12.401Z[ recovery-image] Dec 18 19:41:10.218 INFO O| Dec 18 19:41:10.218 INFO STEP 897 (remove_files) COMPLETE
70342024-12-18T19:41:12.401Z[ recovery-image] Dec 18 19:41:10.218 INFO O| Dec 18 19:41:10.218 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-12-18T19:41:12.419Z[ recovery-image] Dec 18 19:41:10.239 INFO O| Dec 18 19:41:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70362024-12-18T19:41:12.422Z[ recovery-image] Dec 18 19:41:10.239 INFO O| Dec 18 19:41:10.239 INFO STEP 898 (remove_files) COMPLETE
70372024-12-18T19:41:12.422Z[ recovery-image] Dec 18 19:41:10.239 INFO O| Dec 18 19:41:10.239 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-12-18T19:41:12.440Z[ recovery-image] Dec 18 19:41:10.259 INFO O| Dec 18 19:41:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70392024-12-18T19:41:12.442Z[ recovery-image] Dec 18 19:41:10.259 INFO O| Dec 18 19:41:10.259 INFO STEP 899 (remove_files) COMPLETE
70402024-12-18T19:41:12.442Z[ recovery-image] Dec 18 19:41:10.260 INFO O| Dec 18 19:41:10.260 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-12-18T19:41:12.459Z[ recovery-image] Dec 18 19:41:10.278 INFO O| Dec 18 19:41:10.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70422024-12-18T19:41:12.461Z[ recovery-image] Dec 18 19:41:10.278 INFO O| Dec 18 19:41:10.278 INFO STEP 900 (remove_files) COMPLETE
70432024-12-18T19:41:12.461Z[ recovery-image] Dec 18 19:41:10.278 INFO O| Dec 18 19:41:10.278 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-12-18T19:41:12.486Z[ recovery-image] Dec 18 19:41:10.305 INFO O| Dec 18 19:41:10.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70452024-12-18T19:41:12.486Z[ recovery-image] Dec 18 19:41:10.305 INFO O| Dec 18 19:41:10.305 INFO STEP 901 (remove_files) COMPLETE
70462024-12-18T19:41:12.486Z[ recovery-image] Dec 18 19:41:10.305 INFO O| Dec 18 19:41:10.305 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-12-18T19:41:12.508Z[ recovery-image] Dec 18 19:41:10.327 INFO O| Dec 18 19:41:10.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70482024-12-18T19:41:12.508Z[ recovery-image] Dec 18 19:41:10.327 INFO O| Dec 18 19:41:10.327 INFO STEP 902 (remove_files) COMPLETE
70492024-12-18T19:41:12.508Z[ recovery-image] Dec 18 19:41:10.327 INFO O| Dec 18 19:41:10.327 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-12-18T19:41:12.526Z[ recovery-image] Dec 18 19:41:10.345 INFO O| Dec 18 19:41:10.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70512024-12-18T19:41:12.526Z[ recovery-image] Dec 18 19:41:10.345 INFO O| Dec 18 19:41:10.345 INFO STEP 903 (remove_files) COMPLETE
70522024-12-18T19:41:12.526Z[ recovery-image] Dec 18 19:41:10.345 INFO O| Dec 18 19:41:10.345 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-12-18T19:41:12.545Z[ recovery-image] Dec 18 19:41:10.364 INFO O| Dec 18 19:41:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70542024-12-18T19:41:12.545Z[ recovery-image] Dec 18 19:41:10.364 INFO O| Dec 18 19:41:10.364 INFO STEP 904 (remove_files) COMPLETE
70552024-12-18T19:41:12.547Z[ recovery-image] Dec 18 19:41:10.365 INFO O| Dec 18 19:41:10.364 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-18T19:41:12.566Z[ recovery-image] Dec 18 19:41:10.385 INFO O| Dec 18 19:41:10.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70572024-12-18T19:41:12.566Z[ recovery-image] Dec 18 19:41:10.386 INFO O| Dec 18 19:41:10.385 INFO STEP 905 (remove_files) COMPLETE
70582024-12-18T19:41:12.569Z[ recovery-image] Dec 18 19:41:10.386 INFO O| Dec 18 19:41:10.385 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-18T19:41:12.587Z[ recovery-image] Dec 18 19:41:10.406 INFO O| Dec 18 19:41:10.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70602024-12-18T19:41:12.587Z[ recovery-image] Dec 18 19:41:10.406 INFO O| Dec 18 19:41:10.406 INFO STEP 906 (remove_files) COMPLETE
70612024-12-18T19:41:12.587Z[ recovery-image] Dec 18 19:41:10.406 INFO O| Dec 18 19:41:10.406 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-12-18T19:41:12.608Z[ recovery-image] Dec 18 19:41:10.426 INFO O| Dec 18 19:41:10.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70632024-12-18T19:41:12.608Z[ recovery-image] Dec 18 19:41:10.426 INFO O| Dec 18 19:41:10.426 INFO STEP 907 (remove_files) COMPLETE
70642024-12-18T19:41:12.608Z[ recovery-image] Dec 18 19:41:10.426 INFO O| Dec 18 19:41:10.426 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-18T19:41:12.627Z[ recovery-image] Dec 18 19:41:10.446 INFO O| Dec 18 19:41:10.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70662024-12-18T19:41:12.627Z[ recovery-image] Dec 18 19:41:10.446 INFO O| Dec 18 19:41:10.446 INFO STEP 908 (remove_files) COMPLETE
70672024-12-18T19:41:12.628Z[ recovery-image] Dec 18 19:41:10.446 INFO O| Dec 18 19:41:10.446 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-18T19:41:12.648Z[ recovery-image] Dec 18 19:41:10.467 INFO O| Dec 18 19:41:10.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70692024-12-18T19:41:12.648Z[ recovery-image] Dec 18 19:41:10.467 INFO O| Dec 18 19:41:10.467 INFO STEP 909 (remove_files) COMPLETE
70702024-12-18T19:41:12.648Z[ recovery-image] Dec 18 19:41:10.467 INFO O| Dec 18 19:41:10.467 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-18T19:41:12.684Z[ recovery-image] Dec 18 19:41:10.502 INFO O| Dec 18 19:41:10.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70722024-12-18T19:41:12.684Z[ recovery-image] Dec 18 19:41:10.502 INFO O| Dec 18 19:41:10.502 INFO STEP 910 (remove_files) COMPLETE
70732024-12-18T19:41:12.684Z[ recovery-image] Dec 18 19:41:10.503 INFO O| Dec 18 19:41:10.502 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-18T19:41:12.746Z[ recovery-image] Dec 18 19:41:10.565 INFO O| Dec 18 19:41:10.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70752024-12-18T19:41:12.746Z[ recovery-image] Dec 18 19:41:10.565 INFO O| Dec 18 19:41:10.565 INFO STEP 911 (remove_files) COMPLETE
70762024-12-18T19:41:12.746Z[ recovery-image] Dec 18 19:41:10.565 INFO O| Dec 18 19:41:10.565 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-18T19:41:12.790Z[ recovery-image] Dec 18 19:41:10.609 INFO O| Dec 18 19:41:10.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70782024-12-18T19:41:12.790Z[ recovery-image] Dec 18 19:41:10.609 INFO O| Dec 18 19:41:10.609 INFO STEP 912 (remove_files) COMPLETE
70792024-12-18T19:41:12.790Z[ recovery-image] Dec 18 19:41:10.609 INFO O| Dec 18 19:41:10.609 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-18T19:41:12.851Z[ recovery-image] Dec 18 19:41:10.670 INFO O| Dec 18 19:41:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70812024-12-18T19:41:12.851Z[ recovery-image] Dec 18 19:41:10.670 INFO O| Dec 18 19:41:10.670 INFO STEP 913 (remove_files) COMPLETE
70822024-12-18T19:41:12.851Z[ recovery-image] Dec 18 19:41:10.670 INFO O| Dec 18 19:41:10.670 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-18T19:41:12.894Z[ recovery-image] Dec 18 19:41:10.713 INFO O| Dec 18 19:41:10.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70842024-12-18T19:41:12.894Z[ recovery-image] Dec 18 19:41:10.713 INFO O| Dec 18 19:41:10.713 INFO STEP 914 (remove_files) COMPLETE
70852024-12-18T19:41:12.894Z[ recovery-image] Dec 18 19:41:10.713 INFO O| Dec 18 19:41:10.713 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-18T19:41:12.917Z[ recovery-image] Dec 18 19:41:10.735 INFO O| Dec 18 19:41:10.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70872024-12-18T19:41:12.917Z[ recovery-image] Dec 18 19:41:10.735 INFO O| Dec 18 19:41:10.735 INFO STEP 915 (remove_files) COMPLETE
70882024-12-18T19:41:12.917Z[ recovery-image] Dec 18 19:41:10.735 INFO O| Dec 18 19:41:10.735 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-18T19:41:12.935Z[ recovery-image] Dec 18 19:41:10.754 INFO O| Dec 18 19:41:10.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70902024-12-18T19:41:12.935Z[ recovery-image] Dec 18 19:41:10.755 INFO O| Dec 18 19:41:10.755 INFO STEP 916 (remove_files) COMPLETE
70912024-12-18T19:41:12.935Z[ recovery-image] Dec 18 19:41:10.755 INFO O| Dec 18 19:41:10.755 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-18T19:41:12.955Z[ recovery-image] Dec 18 19:41:10.774 INFO O| Dec 18 19:41:10.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70932024-12-18T19:41:12.958Z[ recovery-image] Dec 18 19:41:10.774 INFO O| Dec 18 19:41:10.774 INFO STEP 917 (remove_files) COMPLETE
70942024-12-18T19:41:12.958Z[ recovery-image] Dec 18 19:41:10.774 INFO O| Dec 18 19:41:10.774 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-18T19:41:13.031Z[ recovery-image] Dec 18 19:41:10.850 INFO O| Dec 18 19:41:10.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70962024-12-18T19:41:13.034Z[ recovery-image] Dec 18 19:41:10.851 INFO O| Dec 18 19:41:10.850 INFO STEP 918 (remove_files) COMPLETE
70972024-12-18T19:41:13.034Z[ recovery-image] Dec 18 19:41:10.851 INFO O| Dec 18 19:41:10.851 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-18T19:41:13.052Z[ recovery-image] Dec 18 19:41:10.871 INFO O| Dec 18 19:41:10.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70992024-12-18T19:41:13.052Z[ recovery-image] Dec 18 19:41:10.871 INFO O| Dec 18 19:41:10.871 INFO STEP 919 (remove_files) COMPLETE
71002024-12-18T19:41:13.052Z[ recovery-image] Dec 18 19:41:10.871 INFO O| Dec 18 19:41:10.871 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-18T19:41:13.072Z[ recovery-image] Dec 18 19:41:10.891 INFO O| Dec 18 19:41:10.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71022024-12-18T19:41:13.072Z[ recovery-image] Dec 18 19:41:10.891 INFO O| Dec 18 19:41:10.891 INFO STEP 920 (remove_files) COMPLETE
71032024-12-18T19:41:13.072Z[ recovery-image] Dec 18 19:41:10.891 INFO O| Dec 18 19:41:10.891 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-18T19:41:13.092Z[ recovery-image] Dec 18 19:41:10.912 INFO O| Dec 18 19:41:10.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71052024-12-18T19:41:13.092Z[ recovery-image] Dec 18 19:41:10.912 INFO O| Dec 18 19:41:10.912 INFO STEP 921 (remove_files) COMPLETE
71062024-12-18T19:41:13.092Z[ recovery-image] Dec 18 19:41:10.912 INFO O| Dec 18 19:41:10.912 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-18T19:41:13.124Z[ recovery-image] Dec 18 19:41:10.943 INFO O| Dec 18 19:41:10.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71082024-12-18T19:41:13.124Z[ recovery-image] Dec 18 19:41:10.943 INFO O| Dec 18 19:41:10.943 INFO STEP 922 (remove_files) COMPLETE
71092024-12-18T19:41:13.126Z[ recovery-image] Dec 18 19:41:10.943 INFO O| Dec 18 19:41:10.943 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-18T19:41:13.177Z[ recovery-image] Dec 18 19:41:10.996 INFO O| Dec 18 19:41:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71112024-12-18T19:41:13.177Z[ recovery-image] Dec 18 19:41:10.996 INFO O| Dec 18 19:41:10.996 INFO STEP 923 (remove_files) COMPLETE
71122024-12-18T19:41:13.177Z[ recovery-image] Dec 18 19:41:10.996 INFO O| Dec 18 19:41:10.996 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-18T19:41:13.197Z[ recovery-image] Dec 18 19:41:11.016 INFO O| Dec 18 19:41:11.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71142024-12-18T19:41:13.197Z[ recovery-image] Dec 18 19:41:11.017 INFO O| Dec 18 19:41:11.017 INFO STEP 924 (remove_files) COMPLETE
71152024-12-18T19:41:13.200Z[ recovery-image] Dec 18 19:41:11.017 INFO O| Dec 18 19:41:11.017 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-18T19:41:13.218Z[ recovery-image] Dec 18 19:41:11.037 INFO O| Dec 18 19:41:11.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71172024-12-18T19:41:13.218Z[ recovery-image] Dec 18 19:41:11.037 INFO O| Dec 18 19:41:11.037 INFO STEP 925 (remove_files) COMPLETE
71182024-12-18T19:41:13.218Z[ recovery-image] Dec 18 19:41:11.037 INFO O| Dec 18 19:41:11.037 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-18T19:41:13.255Z[ recovery-image] Dec 18 19:41:11.074 INFO O| Dec 18 19:41:11.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71202024-12-18T19:41:13.255Z[ recovery-image] Dec 18 19:41:11.074 INFO O| Dec 18 19:41:11.074 INFO STEP 926 (remove_files) COMPLETE
71212024-12-18T19:41:13.255Z[ recovery-image] Dec 18 19:41:11.074 INFO O| Dec 18 19:41:11.074 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-18T19:41:13.280Z[ recovery-image] Dec 18 19:41:11.099 INFO O| Dec 18 19:41:11.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71232024-12-18T19:41:13.280Z[ recovery-image] Dec 18 19:41:11.099 INFO O| Dec 18 19:41:11.099 INFO STEP 927 (remove_files) COMPLETE
71242024-12-18T19:41:13.281Z[ recovery-image] Dec 18 19:41:11.099 INFO O| Dec 18 19:41:11.099 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-18T19:41:13.303Z[ recovery-image] Dec 18 19:41:11.122 INFO O| Dec 18 19:41:11.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71262024-12-18T19:41:13.306Z[ recovery-image] Dec 18 19:41:11.123 INFO O| Dec 18 19:41:11.122 INFO STEP 928 (remove_files) COMPLETE
71272024-12-18T19:41:13.306Z[ recovery-image] Dec 18 19:41:11.123 INFO O| Dec 18 19:41:11.122 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-18T19:41:13.332Z[ recovery-image] Dec 18 19:41:11.151 INFO O| Dec 18 19:41:11.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71292024-12-18T19:41:13.332Z[ recovery-image] Dec 18 19:41:11.151 INFO O| Dec 18 19:41:11.151 INFO STEP 929 (remove_files) COMPLETE
71302024-12-18T19:41:13.335Z[ recovery-image] Dec 18 19:41:11.151 INFO O| Dec 18 19:41:11.151 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-18T19:41:13.370Z[ recovery-image] Dec 18 19:41:11.189 INFO O| Dec 18 19:41:11.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71322024-12-18T19:41:13.370Z[ recovery-image] Dec 18 19:41:11.189 INFO O| Dec 18 19:41:11.189 INFO STEP 930 (remove_files) COMPLETE
71332024-12-18T19:41:13.370Z[ recovery-image] Dec 18 19:41:11.189 INFO O| Dec 18 19:41:11.189 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-18T19:41:13.417Z[ recovery-image] Dec 18 19:41:11.236 INFO O| Dec 18 19:41:11.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71352024-12-18T19:41:13.420Z[ recovery-image] Dec 18 19:41:11.237 INFO O| Dec 18 19:41:11.236 INFO STEP 931 (remove_files) COMPLETE
71362024-12-18T19:41:13.420Z[ recovery-image] Dec 18 19:41:11.237 INFO O| Dec 18 19:41:11.237 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-18T19:41:13.439Z[ recovery-image] Dec 18 19:41:11.258 INFO O| Dec 18 19:41:11.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71382024-12-18T19:41:13.439Z[ recovery-image] Dec 18 19:41:11.258 INFO O| Dec 18 19:41:11.258 INFO STEP 932 (remove_files) COMPLETE
71392024-12-18T19:41:13.439Z[ recovery-image] Dec 18 19:41:11.258 INFO O| Dec 18 19:41:11.258 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-18T19:41:13.459Z[ recovery-image] Dec 18 19:41:11.279 INFO O| Dec 18 19:41:11.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71412024-12-18T19:41:13.459Z[ recovery-image] Dec 18 19:41:11.279 INFO O| Dec 18 19:41:11.279 INFO STEP 933 (remove_files) COMPLETE
71422024-12-18T19:41:13.459Z[ recovery-image] Dec 18 19:41:11.279 INFO O| Dec 18 19:41:11.279 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-18T19:41:13.479Z[ recovery-image] Dec 18 19:41:11.298 INFO O| Dec 18 19:41:11.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71442024-12-18T19:41:13.479Z[ recovery-image] Dec 18 19:41:11.298 INFO O| Dec 18 19:41:11.298 INFO STEP 934 (remove_files) COMPLETE
71452024-12-18T19:41:13.479Z[ recovery-image] Dec 18 19:41:11.299 INFO O| Dec 18 19:41:11.298 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-18T19:41:13.499Z[ recovery-image] Dec 18 19:41:11.318 INFO O| Dec 18 19:41:11.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71472024-12-18T19:41:13.499Z[ recovery-image] Dec 18 19:41:11.318 INFO O| Dec 18 19:41:11.318 INFO STEP 935 (remove_files) COMPLETE
71482024-12-18T19:41:13.499Z[ recovery-image] Dec 18 19:41:11.318 INFO O| Dec 18 19:41:11.318 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-18T19:41:13.556Z[ recovery-image] Dec 18 19:41:11.375 INFO O| Dec 18 19:41:11.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71502024-12-18T19:41:13.556Z[ recovery-image] Dec 18 19:41:11.375 INFO O| Dec 18 19:41:11.375 INFO STEP 936 (remove_files) COMPLETE
71512024-12-18T19:41:13.559Z[ recovery-image] Dec 18 19:41:11.375 INFO O| Dec 18 19:41:11.375 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-18T19:41:13.590Z[ host-image] Dec 18 19:41:11.409 INFO O| Dec 18 19:41:11.409 INFO O| Planning: Solver setup ... Done
71532024-12-18T19:41:13.595Z[ recovery-image] Dec 18 19:41:11.414 INFO O| Dec 18 19:41:11.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71542024-12-18T19:41:13.597Z[ recovery-image] Dec 18 19:41:11.414 INFO O| Dec 18 19:41:11.414 INFO STEP 937 (remove_files) COMPLETE
71552024-12-18T19:41:13.597Z[ recovery-image] Dec 18 19:41:11.414 INFO O| Dec 18 19:41:11.414 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-12-18T19:41:13.603Z[ host-image] Dec 18 19:41:11.422 INFO O| Dec 18 19:41:11.422 INFO O| Planning: Running solver ... Done
71572024-12-18T19:41:13.619Z[ recovery-image] Dec 18 19:41:11.438 INFO O| Dec 18 19:41:11.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71582024-12-18T19:41:13.619Z[ recovery-image] Dec 18 19:41:11.438 INFO O| Dec 18 19:41:11.438 INFO STEP 938 (remove_files) COMPLETE
71592024-12-18T19:41:13.622Z[ recovery-image] Dec 18 19:41:11.439 INFO O| Dec 18 19:41:11.438 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-18T19:41:13.642Z[ recovery-image] Dec 18 19:41:11.461 INFO O| Dec 18 19:41:11.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71612024-12-18T19:41:13.642Z[ recovery-image] Dec 18 19:41:11.461 INFO O| Dec 18 19:41:11.461 INFO STEP 939 (remove_files) COMPLETE
71622024-12-18T19:41:13.645Z[ recovery-image] Dec 18 19:41:11.461 INFO O| Dec 18 19:41:11.461 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-18T19:41:13.683Z[ recovery-image] Dec 18 19:41:11.502 INFO O| Dec 18 19:41:11.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71642024-12-18T19:41:13.686Z[ recovery-image] Dec 18 19:41:11.503 INFO O| Dec 18 19:41:11.502 INFO STEP 940 (remove_files) COMPLETE
71652024-12-18T19:41:13.686Z[ recovery-image] Dec 18 19:41:11.503 INFO O| Dec 18 19:41:11.503 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-18T19:41:13.700Z[ host-image] Dec 18 19:41:11.520 INFO O| Dec 18 19:41:11.519 INFO O| Planning: Finding local manifests ... Done
71672024-12-18T19:41:13.703Z[ host-image] Dec 18 19:41:11.521 INFO O| Dec 18 19:41:11.521 INFO O| Planning: Fetching manifests: 0/1 0% complete
71682024-12-18T19:41:13.706Z[ recovery-image] Dec 18 19:41:11.524 INFO O| Dec 18 19:41:11.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71692024-12-18T19:41:13.706Z[ recovery-image] Dec 18 19:41:11.524 INFO O| Dec 18 19:41:11.524 INFO STEP 941 (remove_files) COMPLETE
71702024-12-18T19:41:13.706Z[ recovery-image] Dec 18 19:41:11.524 INFO O| Dec 18 19:41:11.524 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-18T19:41:13.725Z[ recovery-image] Dec 18 19:41:11.544 INFO O| Dec 18 19:41:11.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71722024-12-18T19:41:13.727Z[ recovery-image] Dec 18 19:41:11.544 INFO O| Dec 18 19:41:11.544 INFO STEP 942 (remove_files) COMPLETE
71732024-12-18T19:41:13.727Z[ recovery-image] Dec 18 19:41:11.544 INFO O| Dec 18 19:41:11.544 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-18T19:41:13.745Z[ recovery-image] Dec 18 19:41:11.564 INFO O| Dec 18 19:41:11.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71752024-12-18T19:41:13.747Z[ recovery-image] Dec 18 19:41:11.564 INFO O| Dec 18 19:41:11.564 INFO STEP 943 (remove_files) COMPLETE
71762024-12-18T19:41:13.747Z[ recovery-image] Dec 18 19:41:11.564 INFO O| Dec 18 19:41:11.564 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-18T19:41:13.763Z[ recovery-image] Dec 18 19:41:11.582 INFO O| Dec 18 19:41:11.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71782024-12-18T19:41:13.766Z[ recovery-image] Dec 18 19:41:11.583 INFO O| Dec 18 19:41:11.583 INFO STEP 944 (remove_files) COMPLETE
71792024-12-18T19:41:13.766Z[ recovery-image] Dec 18 19:41:11.583 INFO O| Dec 18 19:41:11.583 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-18T19:41:13.806Z[ recovery-image] Dec 18 19:41:11.625 INFO O| Dec 18 19:41:11.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71812024-12-18T19:41:13.806Z[ recovery-image] Dec 18 19:41:11.625 INFO O| Dec 18 19:41:11.625 INFO STEP 945 (remove_files) COMPLETE
71822024-12-18T19:41:13.806Z[ recovery-image] Dec 18 19:41:11.625 INFO O| Dec 18 19:41:11.625 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-18T19:41:13.873Z[ host-image] Dec 18 19:41:11.692 INFO O| Dec 18 19:41:11.692 INFO O| Planning: Fetching manifests: 1/1 100% complete
71842024-12-18T19:41:13.906Z[ host-image] Dec 18 19:41:11.725 INFO O| Dec 18 19:41:11.725 INFO O| Planning: Package planning ... Done
71852024-12-18T19:41:13.908Z[ host-image] Dec 18 19:41:11.726 INFO O| Dec 18 19:41:11.726 INFO O| Planning: Merging actions ... Done
71862024-12-18T19:41:13.910Z[ recovery-image] Dec 18 19:41:11.730 INFO O| Dec 18 19:41:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71872024-12-18T19:41:13.913Z[ recovery-image] Dec 18 19:41:11.730 INFO O| Dec 18 19:41:11.730 INFO STEP 946 (remove_files) COMPLETE
71882024-12-18T19:41:13.913Z[ recovery-image] Dec 18 19:41:11.730 INFO O| Dec 18 19:41:11.730 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-12-18T19:41:13.946Z[ recovery-image] Dec 18 19:41:11.765 INFO O| Dec 18 19:41:11.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71902024-12-18T19:41:13.946Z[ recovery-image] Dec 18 19:41:11.765 INFO O| Dec 18 19:41:11.765 INFO STEP 947 (remove_files) COMPLETE
71912024-12-18T19:41:13.946Z[ recovery-image] Dec 18 19:41:11.765 INFO O| Dec 18 19:41:11.765 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-18T19:41:13.965Z[ recovery-image] Dec 18 19:41:11.784 INFO O| Dec 18 19:41:11.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71932024-12-18T19:41:13.965Z[ recovery-image] Dec 18 19:41:11.784 INFO O| Dec 18 19:41:11.784 INFO STEP 948 (remove_files) COMPLETE
71942024-12-18T19:41:13.965Z[ recovery-image] Dec 18 19:41:11.784 INFO O| Dec 18 19:41:11.784 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-18T19:41:13.991Z[ recovery-image] Dec 18 19:41:11.810 INFO O| Dec 18 19:41:11.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71962024-12-18T19:41:13.991Z[ recovery-image] Dec 18 19:41:11.810 INFO O| Dec 18 19:41:11.810 INFO STEP 949 (remove_files) COMPLETE
71972024-12-18T19:41:13.991Z[ recovery-image] Dec 18 19:41:11.810 INFO O| Dec 18 19:41:11.810 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-18T19:41:14.029Z[ recovery-image] Dec 18 19:41:11.848 INFO O| Dec 18 19:41:11.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71992024-12-18T19:41:14.029Z[ recovery-image] Dec 18 19:41:11.848 INFO O| Dec 18 19:41:11.848 INFO STEP 950 (remove_files) COMPLETE
72002024-12-18T19:41:14.029Z[ recovery-image] Dec 18 19:41:11.848 INFO O| Dec 18 19:41:11.848 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-18T19:41:14.054Z[ recovery-image] Dec 18 19:41:11.873 INFO O| Dec 18 19:41:11.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72022024-12-18T19:41:14.057Z[ recovery-image] Dec 18 19:41:11.873 INFO O| Dec 18 19:41:11.873 INFO STEP 951 (remove_files) COMPLETE
72032024-12-18T19:41:14.057Z[ recovery-image] Dec 18 19:41:11.874 INFO O| Dec 18 19:41:11.873 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-18T19:41:14.074Z[ host-image] Dec 18 19:41:11.893 INFO O| Dec 18 19:41:11.893 INFO O| Planning: Checking for conflicting actions ... Done
72052024-12-18T19:41:14.077Z[ host-image] Dec 18 19:41:11.894 INFO O| Dec 18 19:41:11.894 INFO O| Planning: Consolidating action changes ... Done
72062024-12-18T19:41:14.077Z[ recovery-image] Dec 18 19:41:11.894 INFO O| Dec 18 19:41:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72072024-12-18T19:41:14.077Z[ recovery-image] Dec 18 19:41:11.894 INFO O| Dec 18 19:41:11.894 INFO STEP 952 (remove_files) COMPLETE
72082024-12-18T19:41:14.077Z[ recovery-image] Dec 18 19:41:11.894 INFO O| Dec 18 19:41:11.894 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-18T19:41:14.095Z[ recovery-image] Dec 18 19:41:11.913 INFO O| Dec 18 19:41:11.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72102024-12-18T19:41:14.095Z[ recovery-image] Dec 18 19:41:11.913 INFO O| Dec 18 19:41:11.913 INFO STEP 953 (remove_files) COMPLETE
72112024-12-18T19:41:14.095Z[ recovery-image] Dec 18 19:41:11.913 INFO O| Dec 18 19:41:11.913 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-18T19:41:14.113Z[ recovery-image] Dec 18 19:41:11.932 INFO O| Dec 18 19:41:11.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72132024-12-18T19:41:14.115Z[ recovery-image] Dec 18 19:41:11.932 INFO O| Dec 18 19:41:11.932 INFO STEP 954 (remove_files) COMPLETE
72142024-12-18T19:41:14.115Z[ recovery-image] Dec 18 19:41:11.932 INFO O| Dec 18 19:41:11.932 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-18T19:41:14.133Z[ recovery-image] Dec 18 19:41:11.952 INFO O| Dec 18 19:41:11.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72162024-12-18T19:41:14.136Z[ recovery-image] Dec 18 19:41:11.952 INFO O| Dec 18 19:41:11.952 INFO STEP 955 (remove_files) COMPLETE
72172024-12-18T19:41:14.136Z[ recovery-image] Dec 18 19:41:11.952 INFO O| Dec 18 19:41:11.952 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-18T19:41:14.153Z[ recovery-image] Dec 18 19:41:11.972 INFO O| Dec 18 19:41:11.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72192024-12-18T19:41:14.153Z[ recovery-image] Dec 18 19:41:11.973 INFO O| Dec 18 19:41:11.973 INFO STEP 956 (remove_files) COMPLETE
72202024-12-18T19:41:14.154Z[ recovery-image] Dec 18 19:41:11.973 INFO O| Dec 18 19:41:11.973 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-18T19:41:14.175Z[ recovery-image] Dec 18 19:41:11.993 INFO O| Dec 18 19:41:11.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72222024-12-18T19:41:14.175Z[ recovery-image] Dec 18 19:41:11.993 INFO O| Dec 18 19:41:11.993 INFO STEP 957 (remove_files) COMPLETE
72232024-12-18T19:41:14.175Z[ recovery-image] Dec 18 19:41:11.993 INFO O| Dec 18 19:41:11.993 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-18T19:41:14.205Z[ recovery-image] Dec 18 19:41:12.024 INFO O| Dec 18 19:41:12.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72252024-12-18T19:41:14.205Z[ recovery-image] Dec 18 19:41:12.024 INFO O| Dec 18 19:41:12.024 INFO STEP 958 (remove_files) COMPLETE
72262024-12-18T19:41:14.205Z[ recovery-image] Dec 18 19:41:12.024 INFO O| Dec 18 19:41:12.024 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-18T19:41:14.227Z[ recovery-image] Dec 18 19:41:12.046 INFO O| Dec 18 19:41:12.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72282024-12-18T19:41:14.227Z[ recovery-image] Dec 18 19:41:12.046 INFO O| Dec 18 19:41:12.046 INFO STEP 959 (remove_files) COMPLETE
72292024-12-18T19:41:14.230Z[ recovery-image] Dec 18 19:41:12.046 INFO O| Dec 18 19:41:12.046 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-18T19:41:14.247Z[ recovery-image] Dec 18 19:41:12.066 INFO O| Dec 18 19:41:12.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72312024-12-18T19:41:14.247Z[ recovery-image] Dec 18 19:41:12.066 INFO O| Dec 18 19:41:12.066 INFO STEP 960 (remove_files) COMPLETE
72322024-12-18T19:41:14.247Z[ recovery-image] Dec 18 19:41:12.066 INFO O| Dec 18 19:41:12.066 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-18T19:41:14.268Z[ recovery-image] Dec 18 19:41:12.087 INFO O| Dec 18 19:41:12.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72342024-12-18T19:41:14.269Z[ recovery-image] Dec 18 19:41:12.087 INFO O| Dec 18 19:41:12.087 INFO STEP 961 (remove_files) COMPLETE
72352024-12-18T19:41:14.269Z[ recovery-image] Dec 18 19:41:12.087 INFO O| Dec 18 19:41:12.087 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-18T19:41:14.300Z[ recovery-image] Dec 18 19:41:12.119 INFO O| Dec 18 19:41:12.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72372024-12-18T19:41:14.301Z[ recovery-image] Dec 18 19:41:12.119 INFO O| Dec 18 19:41:12.119 INFO STEP 962 (remove_files) COMPLETE
72382024-12-18T19:41:14.301Z[ recovery-image] Dec 18 19:41:12.120 INFO O| Dec 18 19:41:12.119 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-18T19:41:14.323Z[ recovery-image] Dec 18 19:41:12.142 INFO O| Dec 18 19:41:12.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72402024-12-18T19:41:14.323Z[ recovery-image] Dec 18 19:41:12.142 INFO O| Dec 18 19:41:12.142 INFO STEP 963 (remove_files) COMPLETE
72412024-12-18T19:41:14.326Z[ recovery-image] Dec 18 19:41:12.142 INFO O| Dec 18 19:41:12.142 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-18T19:41:14.353Z[ recovery-image] Dec 18 19:41:12.172 INFO O| Dec 18 19:41:12.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72432024-12-18T19:41:14.356Z[ recovery-image] Dec 18 19:41:12.172 INFO O| Dec 18 19:41:12.172 INFO STEP 964 (remove_files) COMPLETE
72442024-12-18T19:41:14.356Z[ recovery-image] Dec 18 19:41:12.172 INFO O| Dec 18 19:41:12.172 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-18T19:41:14.395Z[ recovery-image] Dec 18 19:41:12.214 INFO O| Dec 18 19:41:12.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72462024-12-18T19:41:14.395Z[ recovery-image] Dec 18 19:41:12.214 INFO O| Dec 18 19:41:12.214 INFO STEP 965 (remove_files) COMPLETE
72472024-12-18T19:41:14.397Z[ recovery-image] Dec 18 19:41:12.214 INFO O| Dec 18 19:41:12.214 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-18T19:41:14.415Z[ recovery-image] Dec 18 19:41:12.234 INFO O| Dec 18 19:41:12.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72492024-12-18T19:41:14.416Z[ recovery-image] Dec 18 19:41:12.234 INFO O| Dec 18 19:41:12.234 INFO STEP 966 (remove_files) COMPLETE
72502024-12-18T19:41:14.418Z[ recovery-image] Dec 18 19:41:12.235 INFO O| Dec 18 19:41:12.234 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-18T19:41:14.447Z[ recovery-image] Dec 18 19:41:12.265 INFO O| Dec 18 19:41:12.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72522024-12-18T19:41:14.447Z[ recovery-image] Dec 18 19:41:12.265 INFO O| Dec 18 19:41:12.265 INFO STEP 967 (remove_files) COMPLETE
72532024-12-18T19:41:14.447Z[ recovery-image] Dec 18 19:41:12.265 INFO O| Dec 18 19:41:12.265 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-18T19:41:14.481Z[ recovery-image] Dec 18 19:41:12.300 INFO O| Dec 18 19:41:12.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72552024-12-18T19:41:14.484Z[ recovery-image] Dec 18 19:41:12.301 INFO O| Dec 18 19:41:12.301 INFO STEP 968 (remove_files) COMPLETE
72562024-12-18T19:41:14.484Z[ recovery-image] Dec 18 19:41:12.301 INFO O| Dec 18 19:41:12.301 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-18T19:41:14.487Z[ host-image] Dec 18 19:41:12.305 INFO O| Dec 18 19:41:12.305 INFO O| Planning: Evaluating mediators ... Done
72582024-12-18T19:41:14.487Z[ host-image] Dec 18 19:41:12.306 INFO O| Dec 18 19:41:12.306 INFO O| Planning: Planning completed in 5.24 seconds
72592024-12-18T19:41:14.490Z[ host-image] Dec 18 19:41:12.308 INFO O| Dec 18 19:41:12.308 INFO O| Packages to install: 1
72602024-12-18T19:41:14.548Z[ recovery-image] Dec 18 19:41:12.366 INFO O| Dec 18 19:41:12.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72612024-12-18T19:41:14.548Z[ recovery-image] Dec 18 19:41:12.366 INFO O| Dec 18 19:41:12.366 INFO STEP 969 (remove_files) COMPLETE
72622024-12-18T19:41:14.548Z[ recovery-image] Dec 18 19:41:12.366 INFO O| Dec 18 19:41:12.366 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-18T19:41:14.567Z[ recovery-image] Dec 18 19:41:12.386 INFO O| Dec 18 19:41:12.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72642024-12-18T19:41:14.567Z[ recovery-image] Dec 18 19:41:12.386 INFO O| Dec 18 19:41:12.386 INFO STEP 970 (remove_files) COMPLETE
72652024-12-18T19:41:14.567Z[ recovery-image] Dec 18 19:41:12.386 INFO O| Dec 18 19:41:12.386 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-18T19:41:14.587Z[ recovery-image] Dec 18 19:41:12.406 INFO O| Dec 18 19:41:12.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72672024-12-18T19:41:14.587Z[ recovery-image] Dec 18 19:41:12.406 INFO O| Dec 18 19:41:12.406 INFO STEP 971 (remove_files) COMPLETE
72682024-12-18T19:41:14.587Z[ recovery-image] Dec 18 19:41:12.406 INFO O| Dec 18 19:41:12.406 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-18T19:41:14.606Z[ recovery-image] Dec 18 19:41:12.425 INFO O| Dec 18 19:41:12.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72702024-12-18T19:41:14.608Z[ recovery-image] Dec 18 19:41:12.425 INFO O| Dec 18 19:41:12.425 INFO STEP 972 (remove_files) COMPLETE
72712024-12-18T19:41:14.608Z[ recovery-image] Dec 18 19:41:12.426 INFO O| Dec 18 19:41:12.425 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-18T19:41:14.667Z[ recovery-image] Dec 18 19:41:12.486 INFO O| Dec 18 19:41:12.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72732024-12-18T19:41:14.667Z[ host-image] Dec 18 19:41:12.486 INFO O| Dec 18 19:41:12.486 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
72742024-12-18T19:41:14.669Z[ recovery-image] Dec 18 19:41:12.486 INFO O| Dec 18 19:41:12.486 INFO STEP 973 (remove_files) COMPLETE
72752024-12-18T19:41:14.669Z[ recovery-image] Dec 18 19:41:12.486 INFO O| Dec 18 19:41:12.486 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-18T19:41:14.688Z[ recovery-image] Dec 18 19:41:12.507 INFO O| Dec 18 19:41:12.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72772024-12-18T19:41:14.691Z[ recovery-image] Dec 18 19:41:12.507 INFO O| Dec 18 19:41:12.507 INFO STEP 974 (remove_files) COMPLETE
72782024-12-18T19:41:14.691Z[ recovery-image] Dec 18 19:41:12.508 INFO O| Dec 18 19:41:12.507 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-18T19:41:14.711Z[ recovery-image] Dec 18 19:41:12.530 INFO O| Dec 18 19:41:12.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72802024-12-18T19:41:14.711Z[ recovery-image] Dec 18 19:41:12.530 INFO O| Dec 18 19:41:12.530 INFO STEP 975 (remove_files) COMPLETE
72812024-12-18T19:41:14.711Z[ recovery-image] Dec 18 19:41:12.531 INFO O| Dec 18 19:41:12.530 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-18T19:41:14.737Z[ recovery-image] Dec 18 19:41:12.556 INFO O| Dec 18 19:41:12.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72832024-12-18T19:41:14.737Z[ recovery-image] Dec 18 19:41:12.556 INFO O| Dec 18 19:41:12.556 INFO STEP 976 (remove_files) COMPLETE
72842024-12-18T19:41:14.739Z[ recovery-image] Dec 18 19:41:12.556 INFO O| Dec 18 19:41:12.556 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-18T19:41:14.757Z[ recovery-image] Dec 18 19:41:12.577 INFO O| Dec 18 19:41:12.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72862024-12-18T19:41:14.760Z[ recovery-image] Dec 18 19:41:12.577 INFO O| Dec 18 19:41:12.577 INFO STEP 977 (remove_files) COMPLETE
72872024-12-18T19:41:14.760Z[ recovery-image] Dec 18 19:41:12.577 INFO O| Dec 18 19:41:12.577 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-18T19:41:14.786Z[ recovery-image] Dec 18 19:41:12.605 INFO O| Dec 18 19:41:12.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72892024-12-18T19:41:14.789Z[ recovery-image] Dec 18 19:41:12.605 INFO O| Dec 18 19:41:12.605 INFO STEP 978 (remove_files) COMPLETE
72902024-12-18T19:41:14.789Z[ recovery-image] Dec 18 19:41:12.606 INFO O| Dec 18 19:41:12.605 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-18T19:41:14.808Z[ recovery-image] Dec 18 19:41:12.627 INFO O| Dec 18 19:41:12.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72922024-12-18T19:41:14.810Z[ recovery-image] Dec 18 19:41:12.627 INFO O| Dec 18 19:41:12.627 INFO STEP 979 (remove_files) COMPLETE
72932024-12-18T19:41:14.810Z[ recovery-image] Dec 18 19:41:12.627 INFO O| Dec 18 19:41:12.627 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-18T19:41:14.831Z[ recovery-image] Dec 18 19:41:12.650 INFO O| Dec 18 19:41:12.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72952024-12-18T19:41:14.831Z[ recovery-image] Dec 18 19:41:12.650 INFO O| Dec 18 19:41:12.650 INFO STEP 980 (remove_files) COMPLETE
72962024-12-18T19:41:14.832Z[ recovery-image] Dec 18 19:41:12.651 INFO O| Dec 18 19:41:12.650 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-18T19:41:14.855Z[ recovery-image] Dec 18 19:41:12.674 INFO O| Dec 18 19:41:12.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72982024-12-18T19:41:14.858Z[ recovery-image] Dec 18 19:41:12.674 INFO O| Dec 18 19:41:12.674 INFO STEP 981 (remove_files) COMPLETE
72992024-12-18T19:41:14.858Z[ recovery-image] Dec 18 19:41:12.674 INFO O| Dec 18 19:41:12.674 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-18T19:41:14.875Z[ recovery-image] Dec 18 19:41:12.694 INFO O| Dec 18 19:41:12.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73012024-12-18T19:41:14.875Z[ recovery-image] Dec 18 19:41:12.694 INFO O| Dec 18 19:41:12.694 INFO STEP 982 (remove_files) COMPLETE
73022024-12-18T19:41:14.875Z[ recovery-image] Dec 18 19:41:12.694 INFO O| Dec 18 19:41:12.694 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-18T19:41:14.894Z[ recovery-image] Dec 18 19:41:12.713 INFO O| Dec 18 19:41:12.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73042024-12-18T19:41:14.894Z[ recovery-image] Dec 18 19:41:12.713 INFO O| Dec 18 19:41:12.713 INFO STEP 983 (remove_files) COMPLETE
73052024-12-18T19:41:14.894Z[ recovery-image] Dec 18 19:41:12.713 INFO O| Dec 18 19:41:12.713 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-18T19:41:14.915Z[ recovery-image] Dec 18 19:41:12.734 INFO O| Dec 18 19:41:12.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73072024-12-18T19:41:14.915Z[ recovery-image] Dec 18 19:41:12.734 INFO O| Dec 18 19:41:12.734 INFO STEP 984 (remove_files) COMPLETE
73082024-12-18T19:41:14.915Z[ recovery-image] Dec 18 19:41:12.734 INFO O| Dec 18 19:41:12.734 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-18T19:41:14.936Z[ recovery-image] Dec 18 19:41:12.755 INFO O| Dec 18 19:41:12.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73102024-12-18T19:41:14.938Z[ recovery-image] Dec 18 19:41:12.755 INFO O| Dec 18 19:41:12.755 INFO STEP 985 (remove_files) COMPLETE
73112024-12-18T19:41:14.938Z[ recovery-image] Dec 18 19:41:12.755 INFO O| Dec 18 19:41:12.755 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-18T19:41:14.980Z[ recovery-image] Dec 18 19:41:12.799 INFO O| Dec 18 19:41:12.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73132024-12-18T19:41:14.980Z[ recovery-image] Dec 18 19:41:12.799 INFO O| Dec 18 19:41:12.799 INFO STEP 986 (remove_files) COMPLETE
73142024-12-18T19:41:14.982Z[ recovery-image] Dec 18 19:41:12.799 INFO O| Dec 18 19:41:12.799 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-18T19:41:15.011Z[ recovery-image] Dec 18 19:41:12.829 INFO O| Dec 18 19:41:12.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73162024-12-18T19:41:15.011Z[ recovery-image] Dec 18 19:41:12.829 INFO O| Dec 18 19:41:12.829 INFO STEP 987 (remove_files) COMPLETE
73172024-12-18T19:41:15.011Z[ recovery-image] Dec 18 19:41:12.829 INFO O| Dec 18 19:41:12.829 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-18T19:41:15.030Z[ recovery-image] Dec 18 19:41:12.849 INFO O| Dec 18 19:41:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73192024-12-18T19:41:15.030Z[ recovery-image] Dec 18 19:41:12.849 INFO O| Dec 18 19:41:12.849 INFO STEP 988 (remove_files) COMPLETE
73202024-12-18T19:41:15.033Z[ recovery-image] Dec 18 19:41:12.849 INFO O| Dec 18 19:41:12.849 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-18T19:41:15.081Z[ recovery-image] Dec 18 19:41:12.899 INFO O| Dec 18 19:41:12.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73222024-12-18T19:41:15.081Z[ recovery-image] Dec 18 19:41:12.900 INFO O| Dec 18 19:41:12.900 INFO STEP 989 (remove_files) COMPLETE
73232024-12-18T19:41:15.081Z[ recovery-image] Dec 18 19:41:12.900 INFO O| Dec 18 19:41:12.900 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-18T19:41:15.100Z[ recovery-image] Dec 18 19:41:12.919 INFO O| Dec 18 19:41:12.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73252024-12-18T19:41:15.101Z[ recovery-image] Dec 18 19:41:12.919 INFO O| Dec 18 19:41:12.919 INFO STEP 990 (remove_files) COMPLETE
73262024-12-18T19:41:15.103Z[ recovery-image] Dec 18 19:41:12.920 INFO O| Dec 18 19:41:12.919 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-18T19:41:15.123Z[ recovery-image] Dec 18 19:41:12.941 INFO O| Dec 18 19:41:12.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73282024-12-18T19:41:15.123Z[ recovery-image] Dec 18 19:41:12.942 INFO O| Dec 18 19:41:12.942 INFO STEP 991 (remove_files) COMPLETE
73292024-12-18T19:41:15.125Z[ recovery-image] Dec 18 19:41:12.942 INFO O| Dec 18 19:41:12.942 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-18T19:41:15.143Z[ recovery-image] Dec 18 19:41:12.962 INFO O| Dec 18 19:41:12.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73312024-12-18T19:41:15.143Z[ recovery-image] Dec 18 19:41:12.962 INFO O| Dec 18 19:41:12.962 INFO STEP 992 (remove_files) COMPLETE
73322024-12-18T19:41:15.143Z[ recovery-image] Dec 18 19:41:12.962 INFO O| Dec 18 19:41:12.962 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-18T19:41:15.164Z[ recovery-image] Dec 18 19:41:12.983 INFO O| Dec 18 19:41:12.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73342024-12-18T19:41:15.164Z[ recovery-image] Dec 18 19:41:12.983 INFO O| Dec 18 19:41:12.983 INFO STEP 993 (remove_files) COMPLETE
73352024-12-18T19:41:15.166Z[ recovery-image] Dec 18 19:41:12.983 INFO O| Dec 18 19:41:12.983 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-18T19:41:15.184Z[ recovery-image] Dec 18 19:41:13.003 INFO O| Dec 18 19:41:13.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73372024-12-18T19:41:15.184Z[ recovery-image] Dec 18 19:41:13.003 INFO O| Dec 18 19:41:13.003 INFO STEP 994 (remove_files) COMPLETE
73382024-12-18T19:41:15.184Z[ recovery-image] Dec 18 19:41:13.003 INFO O| Dec 18 19:41:13.003 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-18T19:41:15.270Z[ recovery-image] Dec 18 19:41:13.070 INFO O| Dec 18 19:41:13.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73402024-12-18T19:41:15.270Z[ recovery-image] Dec 18 19:41:13.070 INFO O| Dec 18 19:41:13.070 INFO STEP 995 (remove_files) COMPLETE
73412024-12-18T19:41:15.270Z[ recovery-image] Dec 18 19:41:13.071 INFO O| Dec 18 19:41:13.070 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-18T19:41:15.272Z[ recovery-image] Dec 18 19:41:13.090 INFO O| Dec 18 19:41:13.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73432024-12-18T19:41:15.272Z[ recovery-image] Dec 18 19:41:13.090 INFO O| Dec 18 19:41:13.090 INFO STEP 996 (remove_files) COMPLETE
73442024-12-18T19:41:15.272Z[ recovery-image] Dec 18 19:41:13.091 INFO O| Dec 18 19:41:13.090 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-18T19:41:15.291Z[ recovery-image] Dec 18 19:41:13.109 INFO O| Dec 18 19:41:13.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73462024-12-18T19:41:15.291Z[ recovery-image] Dec 18 19:41:13.109 INFO O| Dec 18 19:41:13.109 INFO STEP 997 (remove_files) COMPLETE
73472024-12-18T19:41:15.291Z[ recovery-image] Dec 18 19:41:13.109 INFO O| Dec 18 19:41:13.109 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-18T19:41:15.342Z[ recovery-image] Dec 18 19:41:13.133 INFO O| Dec 18 19:41:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73492024-12-18T19:41:15.342Z[ recovery-image] Dec 18 19:41:13.133 INFO O| Dec 18 19:41:13.129 INFO STEP 998 (remove_files) COMPLETE
73502024-12-18T19:41:15.344Z[ recovery-image] Dec 18 19:41:13.133 INFO O| Dec 18 19:41:13.129 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-18T19:41:15.344Z[ recovery-image] Dec 18 19:41:13.148 INFO O| Dec 18 19:41:13.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73522024-12-18T19:41:15.344Z[ recovery-image] Dec 18 19:41:13.148 INFO O| Dec 18 19:41:13.148 INFO STEP 999 (remove_files) COMPLETE
73532024-12-18T19:41:15.344Z[ recovery-image] Dec 18 19:41:13.148 INFO O| Dec 18 19:41:13.148 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-18T19:41:15.348Z[ recovery-image] Dec 18 19:41:13.167 INFO O| Dec 18 19:41:13.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73552024-12-18T19:41:15.352Z[ recovery-image] Dec 18 19:41:13.168 INFO O| Dec 18 19:41:13.168 INFO STEP 1000 (remove_files) COMPLETE
73562024-12-18T19:41:15.352Z[ recovery-image] Dec 18 19:41:13.168 INFO O| Dec 18 19:41:13.168 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-18T19:41:15.380Z[ host-image] Dec 18 19:41:13.195 INFO O| Dec 18 19:41:13.195 INFO O| Download: Completed 9.99 MB in 0.71 seconds (14.1M/s)
73582024-12-18T19:41:15.388Z[ recovery-image] Dec 18 19:41:13.207 INFO O| Dec 18 19:41:13.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73592024-12-18T19:41:15.390Z[ recovery-image] Dec 18 19:41:13.207 INFO O| Dec 18 19:41:13.207 INFO STEP 1001 (remove_files) COMPLETE
73602024-12-18T19:41:15.390Z[ recovery-image] Dec 18 19:41:13.207 INFO O| Dec 18 19:41:13.207 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-18T19:41:15.421Z[ recovery-image] Dec 18 19:41:13.240 INFO O| Dec 18 19:41:13.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73622024-12-18T19:41:15.421Z[ recovery-image] Dec 18 19:41:13.240 INFO O| Dec 18 19:41:13.240 INFO STEP 1002 (remove_files) COMPLETE
73632024-12-18T19:41:15.423Z[ recovery-image] Dec 18 19:41:13.240 INFO O| Dec 18 19:41:13.240 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-18T19:41:15.440Z[ host-image] Dec 18 19:41:13.259 INFO O| Dec 18 19:41:13.258 INFO O| Actions: 1/22 actions (Installing new actions)
73652024-12-18T19:41:15.565Z[ recovery-image] Dec 18 19:41:13.384 INFO O| Dec 18 19:41:13.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73662024-12-18T19:41:15.568Z[ recovery-image] Dec 18 19:41:13.384 INFO O| Dec 18 19:41:13.384 INFO STEP 1003 (remove_files) COMPLETE
73672024-12-18T19:41:15.568Z[ recovery-image] Dec 18 19:41:13.384 INFO O| Dec 18 19:41:13.384 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-18T19:41:15.604Z[ recovery-image] Dec 18 19:41:13.423 INFO O| Dec 18 19:41:13.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73692024-12-18T19:41:15.606Z[ recovery-image] Dec 18 19:41:13.423 INFO O| Dec 18 19:41:13.423 INFO STEP 1004 (remove_files) COMPLETE
73702024-12-18T19:41:15.606Z[ recovery-image] Dec 18 19:41:13.423 INFO O| Dec 18 19:41:13.423 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-18T19:41:15.626Z[ recovery-image] Dec 18 19:41:13.445 INFO O| Dec 18 19:41:13.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73722024-12-18T19:41:15.629Z[ recovery-image] Dec 18 19:41:13.445 INFO O| Dec 18 19:41:13.445 INFO STEP 1005 (remove_files) COMPLETE
73732024-12-18T19:41:15.629Z[ recovery-image] Dec 18 19:41:13.446 INFO O| Dec 18 19:41:13.445 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-18T19:41:15.660Z[ recovery-image] Dec 18 19:41:13.479 INFO O| Dec 18 19:41:13.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73752024-12-18T19:41:15.663Z[ recovery-image] Dec 18 19:41:13.479 INFO O| Dec 18 19:41:13.479 INFO STEP 1006 (remove_files) COMPLETE
73762024-12-18T19:41:15.663Z[ recovery-image] Dec 18 19:41:13.480 INFO O| Dec 18 19:41:13.479 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-18T19:41:15.681Z[ recovery-image] Dec 18 19:41:13.500 INFO O| Dec 18 19:41:13.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73782024-12-18T19:41:15.684Z[ recovery-image] Dec 18 19:41:13.501 INFO O| Dec 18 19:41:13.500 INFO STEP 1007 (remove_files) COMPLETE
73792024-12-18T19:41:15.684Z[ recovery-image] Dec 18 19:41:13.501 INFO O| Dec 18 19:41:13.501 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-18T19:41:15.748Z[ recovery-image] Dec 18 19:41:13.566 INFO O| Dec 18 19:41:13.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73812024-12-18T19:41:15.750Z[ recovery-image] Dec 18 19:41:13.566 INFO O| Dec 18 19:41:13.566 INFO STEP 1008 (remove_files) COMPLETE
73822024-12-18T19:41:15.750Z[ recovery-image] Dec 18 19:41:13.566 INFO O| Dec 18 19:41:13.566 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-18T19:41:15.768Z[ recovery-image] Dec 18 19:41:13.587 INFO O| Dec 18 19:41:13.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73842024-12-18T19:41:15.771Z[ recovery-image] Dec 18 19:41:13.587 INFO O| Dec 18 19:41:13.587 INFO STEP 1009 (remove_files) COMPLETE
73852024-12-18T19:41:15.771Z[ recovery-image] Dec 18 19:41:13.588 INFO O| Dec 18 19:41:13.587 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-18T19:41:15.789Z[ recovery-image] Dec 18 19:41:13.608 INFO O| Dec 18 19:41:13.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73872024-12-18T19:41:15.791Z[ recovery-image] Dec 18 19:41:13.608 INFO O| Dec 18 19:41:13.608 INFO STEP 1010 (remove_files) COMPLETE
73882024-12-18T19:41:15.791Z[ recovery-image] Dec 18 19:41:13.608 INFO O| Dec 18 19:41:13.608 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-18T19:41:15.828Z[ recovery-image] Dec 18 19:41:13.647 INFO O| Dec 18 19:41:13.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73902024-12-18T19:41:15.831Z[ recovery-image] Dec 18 19:41:13.647 INFO O| Dec 18 19:41:13.647 INFO STEP 1011 (remove_files) COMPLETE
73912024-12-18T19:41:15.831Z[ recovery-image] Dec 18 19:41:13.647 INFO O| Dec 18 19:41:13.647 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-18T19:41:15.849Z[ recovery-image] Dec 18 19:41:13.668 INFO O| Dec 18 19:41:13.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73932024-12-18T19:41:15.852Z[ recovery-image] Dec 18 19:41:13.668 INFO O| Dec 18 19:41:13.668 INFO STEP 1012 (remove_files) COMPLETE
73942024-12-18T19:41:15.852Z[ recovery-image] Dec 18 19:41:13.668 INFO O| Dec 18 19:41:13.668 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-18T19:41:15.869Z[ recovery-image] Dec 18 19:41:13.688 INFO O| Dec 18 19:41:13.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73962024-12-18T19:41:15.871Z[ recovery-image] Dec 18 19:41:13.688 INFO O| Dec 18 19:41:13.688 INFO STEP 1013 (remove_files) COMPLETE
73972024-12-18T19:41:15.871Z[ recovery-image] Dec 18 19:41:13.688 INFO O| Dec 18 19:41:13.688 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-18T19:41:15.890Z[ recovery-image] Dec 18 19:41:13.708 INFO O| Dec 18 19:41:13.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73992024-12-18T19:41:15.893Z[ recovery-image] Dec 18 19:41:13.709 INFO O| Dec 18 19:41:13.709 INFO STEP 1014 (remove_files) COMPLETE
74002024-12-18T19:41:15.893Z[ recovery-image] Dec 18 19:41:13.709 INFO O| Dec 18 19:41:13.709 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-18T19:41:15.911Z[ host-image] Dec 18 19:41:13.730 INFO O| Dec 18 19:41:13.730 INFO O| Actions: Completed 22 actions in 0.47 seconds.
74022024-12-18T19:41:15.945Z[ recovery-image] Dec 18 19:41:13.764 INFO O| Dec 18 19:41:13.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74032024-12-18T19:41:15.948Z[ recovery-image] Dec 18 19:41:13.764 INFO O| Dec 18 19:41:13.764 INFO STEP 1015 (remove_files) COMPLETE
74042024-12-18T19:41:15.948Z[ recovery-image] Dec 18 19:41:13.764 INFO O| Dec 18 19:41:13.764 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-12-18T19:41:15.965Z[ recovery-image] Dec 18 19:41:13.784 INFO O| Dec 18 19:41:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74062024-12-18T19:41:15.968Z[ recovery-image] Dec 18 19:41:13.784 INFO O| Dec 18 19:41:13.784 INFO STEP 1016 (remove_files) COMPLETE
74072024-12-18T19:41:15.968Z[ recovery-image] Dec 18 19:41:13.785 INFO O| Dec 18 19:41:13.784 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-12-18T19:41:15.985Z[ recovery-image] Dec 18 19:41:13.803 INFO O| Dec 18 19:41:13.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74092024-12-18T19:41:15.987Z[ recovery-image] Dec 18 19:41:13.804 INFO O| Dec 18 19:41:13.804 INFO STEP 1017 (remove_files) COMPLETE
74102024-12-18T19:41:15.987Z[ recovery-image] Dec 18 19:41:13.804 INFO O| Dec 18 19:41:13.804 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-12-18T19:41:16.005Z[ recovery-image] Dec 18 19:41:13.824 INFO O| Dec 18 19:41:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74122024-12-18T19:41:16.008Z[ recovery-image] Dec 18 19:41:13.824 INFO O| Dec 18 19:41:13.824 INFO STEP 1018 (remove_files) COMPLETE
74132024-12-18T19:41:16.008Z[ recovery-image] Dec 18 19:41:13.824 INFO O| Dec 18 19:41:13.824 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-12-18T19:41:16.034Z[ recovery-image] Dec 18 19:41:13.853 INFO O| Dec 18 19:41:13.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74152024-12-18T19:41:16.034Z[ recovery-image] Dec 18 19:41:13.853 INFO O| Dec 18 19:41:13.853 INFO STEP 1019 (remove_files) COMPLETE
74162024-12-18T19:41:16.034Z[ recovery-image] Dec 18 19:41:13.853 INFO O| Dec 18 19:41:13.853 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-12-18T19:41:16.057Z[ recovery-image] Dec 18 19:41:13.875 INFO O| Dec 18 19:41:13.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74182024-12-18T19:41:16.060Z[ recovery-image] Dec 18 19:41:13.876 INFO O| Dec 18 19:41:13.875 INFO STEP 1020 (remove_files) COMPLETE
74192024-12-18T19:41:16.060Z[ recovery-image] Dec 18 19:41:13.876 INFO O| Dec 18 19:41:13.876 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-12-18T19:41:16.078Z[ recovery-image] Dec 18 19:41:13.897 INFO O| Dec 18 19:41:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74212024-12-18T19:41:16.078Z[ recovery-image] Dec 18 19:41:13.897 INFO O| Dec 18 19:41:13.897 INFO STEP 1021 (remove_files) COMPLETE
74222024-12-18T19:41:16.078Z[ recovery-image] Dec 18 19:41:13.897 INFO O| Dec 18 19:41:13.897 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-12-18T19:41:16.098Z[ recovery-image] Dec 18 19:41:13.917 INFO O| Dec 18 19:41:13.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74242024-12-18T19:41:16.098Z[ recovery-image] Dec 18 19:41:13.917 INFO O| Dec 18 19:41:13.917 INFO STEP 1022 (remove_files) COMPLETE
74252024-12-18T19:41:16.100Z[ recovery-image] Dec 18 19:41:13.917 INFO O| Dec 18 19:41:13.917 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-12-18T19:41:16.119Z[ recovery-image] Dec 18 19:41:13.938 INFO O| Dec 18 19:41:13.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74272024-12-18T19:41:16.119Z[ recovery-image] Dec 18 19:41:13.938 INFO O| Dec 18 19:41:13.938 INFO STEP 1023 (remove_files) COMPLETE
74282024-12-18T19:41:16.122Z[ recovery-image] Dec 18 19:41:13.938 INFO O| Dec 18 19:41:13.938 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-12-18T19:41:16.154Z[ recovery-image] Dec 18 19:41:13.973 INFO O| Dec 18 19:41:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74302024-12-18T19:41:16.154Z[ recovery-image] Dec 18 19:41:13.973 INFO O| Dec 18 19:41:13.973 INFO STEP 1024 (remove_files) COMPLETE
74312024-12-18T19:41:16.154Z[ recovery-image] Dec 18 19:41:13.973 INFO O| Dec 18 19:41:13.973 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-12-18T19:41:16.198Z[ recovery-image] Dec 18 19:41:14.017 INFO O| Dec 18 19:41:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74332024-12-18T19:41:16.198Z[ recovery-image] Dec 18 19:41:14.017 INFO O| Dec 18 19:41:14.017 INFO STEP 1025 (remove_files) COMPLETE
74342024-12-18T19:41:16.198Z[ recovery-image] Dec 18 19:41:14.017 INFO O| Dec 18 19:41:14.017 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-18T19:41:16.232Z[ recovery-image] Dec 18 19:41:14.051 INFO O| Dec 18 19:41:14.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74362024-12-18T19:41:16.232Z[ recovery-image] Dec 18 19:41:14.051 INFO O| Dec 18 19:41:14.051 INFO STEP 1026 (remove_files) COMPLETE
74372024-12-18T19:41:16.232Z[ recovery-image] Dec 18 19:41:14.051 INFO O| Dec 18 19:41:14.051 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-18T19:41:16.269Z[ recovery-image] Dec 18 19:41:14.088 INFO O| Dec 18 19:41:14.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74392024-12-18T19:41:16.272Z[ recovery-image] Dec 18 19:41:14.088 INFO O| Dec 18 19:41:14.088 INFO STEP 1027 (remove_files) COMPLETE
74402024-12-18T19:41:16.272Z[ recovery-image] Dec 18 19:41:14.089 INFO O| Dec 18 19:41:14.088 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-18T19:41:16.289Z[ recovery-image] Dec 18 19:41:14.108 INFO O| Dec 18 19:41:14.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74422024-12-18T19:41:16.292Z[ recovery-image] Dec 18 19:41:14.108 INFO O| Dec 18 19:41:14.108 INFO STEP 1028 (remove_files) COMPLETE
74432024-12-18T19:41:16.292Z[ recovery-image] Dec 18 19:41:14.109 INFO O| Dec 18 19:41:14.108 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-18T19:41:16.310Z[ recovery-image] Dec 18 19:41:14.129 INFO O| Dec 18 19:41:14.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74452024-12-18T19:41:16.316Z[ recovery-image] Dec 18 19:41:14.135 INFO O| Dec 18 19:41:14.135 INFO STEP 1029 (remove_files) COMPLETE
74462024-12-18T19:41:16.316Z[ recovery-image] Dec 18 19:41:14.135 INFO O| Dec 18 19:41:14.135 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-18T19:41:16.346Z[ recovery-image] Dec 18 19:41:14.165 INFO O| Dec 18 19:41:14.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74482024-12-18T19:41:16.346Z[ recovery-image] Dec 18 19:41:14.165 INFO O| Dec 18 19:41:14.165 INFO STEP 1030 (remove_files) COMPLETE
74492024-12-18T19:41:16.346Z[ recovery-image] Dec 18 19:41:14.165 INFO O| Dec 18 19:41:14.165 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-18T19:41:16.368Z[ recovery-image] Dec 18 19:41:14.187 INFO O| Dec 18 19:41:14.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74512024-12-18T19:41:16.368Z[ recovery-image] Dec 18 19:41:14.187 INFO O| Dec 18 19:41:14.187 INFO STEP 1031 (remove_files) COMPLETE
74522024-12-18T19:41:16.370Z[ recovery-image] Dec 18 19:41:14.187 INFO O| Dec 18 19:41:14.187 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-18T19:41:16.410Z[ recovery-image] Dec 18 19:41:14.228 INFO O| Dec 18 19:41:14.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74542024-12-18T19:41:16.410Z[ recovery-image] Dec 18 19:41:14.228 INFO O| Dec 18 19:41:14.228 INFO STEP 1032 (remove_files) COMPLETE
74552024-12-18T19:41:16.410Z[ recovery-image] Dec 18 19:41:14.228 INFO O| Dec 18 19:41:14.228 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-18T19:41:16.429Z[ recovery-image] Dec 18 19:41:14.247 INFO O| Dec 18 19:41:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74572024-12-18T19:41:16.429Z[ recovery-image] Dec 18 19:41:14.247 INFO O| Dec 18 19:41:14.247 INFO STEP 1033 (remove_files) COMPLETE
74582024-12-18T19:41:16.429Z[ recovery-image] Dec 18 19:41:14.247 INFO O| Dec 18 19:41:14.247 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-18T19:41:16.451Z[ recovery-image] Dec 18 19:41:14.270 INFO O| Dec 18 19:41:14.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74602024-12-18T19:41:16.473Z[ recovery-image] Dec 18 19:41:14.292 INFO O| Dec 18 19:41:14.292 INFO STEP 1034 (remove_files) COMPLETE
74612024-12-18T19:41:16.473Z[ recovery-image] Dec 18 19:41:14.292 INFO O| Dec 18 19:41:14.292 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-18T19:41:16.507Z[ recovery-image] Dec 18 19:41:14.326 INFO O| Dec 18 19:41:14.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74632024-12-18T19:41:16.507Z[ recovery-image] Dec 18 19:41:14.326 INFO O| Dec 18 19:41:14.326 INFO STEP 1035 (remove_files) COMPLETE
74642024-12-18T19:41:16.510Z[ recovery-image] Dec 18 19:41:14.326 INFO O| Dec 18 19:41:14.326 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-18T19:41:16.510Z[ host-image] Dec 18 19:41:14.327 INFO O| Dec 18 19:41:14.327 INFO O| Done
74662024-12-18T19:41:16.510Z[ host-image] Dec 18 19:41:14.327 INFO O| Dec 18 19:41:14.327 INFO O| Done
74672024-12-18T19:41:16.530Z[ recovery-image] Dec 18 19:41:14.349 INFO O| Dec 18 19:41:14.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74682024-12-18T19:41:16.533Z[ recovery-image] Dec 18 19:41:14.349 INFO O| Dec 18 19:41:14.349 INFO STEP 1036 (remove_files) COMPLETE
74692024-12-18T19:41:16.533Z[ recovery-image] Dec 18 19:41:14.349 INFO O| Dec 18 19:41:14.349 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-18T19:41:16.551Z[ recovery-image] Dec 18 19:41:14.369 INFO O| Dec 18 19:41:14.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74712024-12-18T19:41:16.553Z[ recovery-image] Dec 18 19:41:14.369 INFO O| Dec 18 19:41:14.369 INFO STEP 1037 (remove_files) COMPLETE
74722024-12-18T19:41:16.553Z[ recovery-image] Dec 18 19:41:14.369 INFO O| Dec 18 19:41:14.369 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-18T19:41:16.571Z[ recovery-image] Dec 18 19:41:14.390 INFO O| Dec 18 19:41:14.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74742024-12-18T19:41:16.574Z[ recovery-image] Dec 18 19:41:14.390 INFO O| Dec 18 19:41:14.390 INFO STEP 1038 (remove_files) COMPLETE
74752024-12-18T19:41:16.574Z[ recovery-image] Dec 18 19:41:14.390 INFO O| Dec 18 19:41:14.390 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-18T19:41:16.618Z[ recovery-image] Dec 18 19:41:14.436 INFO O| Dec 18 19:41:14.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74772024-12-18T19:41:16.618Z[ recovery-image] Dec 18 19:41:14.436 INFO O| Dec 18 19:41:14.436 INFO STEP 1039 (remove_files) COMPLETE
74782024-12-18T19:41:16.618Z[ recovery-image] Dec 18 19:41:14.436 INFO O| Dec 18 19:41:14.436 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-18T19:41:16.680Z[ recovery-image] Dec 18 19:41:14.499 INFO O| Dec 18 19:41:14.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74802024-12-18T19:41:16.680Z[ recovery-image] Dec 18 19:41:14.499 INFO O| Dec 18 19:41:14.499 INFO STEP 1040 (remove_files) COMPLETE
74812024-12-18T19:41:16.683Z[ recovery-image] Dec 18 19:41:14.499 INFO O| Dec 18 19:41:14.499 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-18T19:41:16.700Z[ recovery-image] Dec 18 19:41:14.519 INFO O| Dec 18 19:41:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74832024-12-18T19:41:16.700Z[ recovery-image] Dec 18 19:41:14.519 INFO O| Dec 18 19:41:14.519 INFO STEP 1041 (remove_files) COMPLETE
74842024-12-18T19:41:16.700Z[ recovery-image] Dec 18 19:41:14.519 INFO O| Dec 18 19:41:14.519 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-18T19:41:16.749Z[ recovery-image] Dec 18 19:41:14.568 INFO O| Dec 18 19:41:14.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74862024-12-18T19:41:16.749Z[ recovery-image] Dec 18 19:41:14.568 INFO O| Dec 18 19:41:14.568 INFO STEP 1042 (remove_files) COMPLETE
74872024-12-18T19:41:16.749Z[ recovery-image] Dec 18 19:41:14.568 INFO O| Dec 18 19:41:14.568 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-18T19:41:16.766Z[ recovery-image] Dec 18 19:41:14.585 INFO O| Dec 18 19:41:14.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74892024-12-18T19:41:16.766Z[ recovery-image] Dec 18 19:41:14.585 INFO O| Dec 18 19:41:14.585 INFO STEP 1043 (remove_files) COMPLETE
74902024-12-18T19:41:16.769Z[ recovery-image] Dec 18 19:41:14.585 INFO O| Dec 18 19:41:14.585 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-18T19:41:16.802Z[ recovery-image] Dec 18 19:41:14.621 INFO O| Dec 18 19:41:14.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74922024-12-18T19:41:16.802Z[ recovery-image] Dec 18 19:41:14.621 INFO O| Dec 18 19:41:14.621 INFO STEP 1044 (remove_files) COMPLETE
74932024-12-18T19:41:16.802Z[ recovery-image] Dec 18 19:41:14.621 INFO O| Dec 18 19:41:14.621 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-18T19:41:16.823Z[ recovery-image] Dec 18 19:41:14.641 INFO O| Dec 18 19:41:14.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74952024-12-18T19:41:16.823Z[ recovery-image] Dec 18 19:41:14.642 INFO O| Dec 18 19:41:14.642 INFO STEP 1045 (remove_files) COMPLETE
74962024-12-18T19:41:16.823Z[ recovery-image] Dec 18 19:41:14.642 INFO O| Dec 18 19:41:14.642 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-18T19:41:16.841Z[ recovery-image] Dec 18 19:41:14.660 INFO O| Dec 18 19:41:14.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74982024-12-18T19:41:16.841Z[ recovery-image] Dec 18 19:41:14.660 INFO O| Dec 18 19:41:14.660 INFO STEP 1046 (remove_files) COMPLETE
74992024-12-18T19:41:16.841Z[ recovery-image] Dec 18 19:41:14.660 INFO O| Dec 18 19:41:14.660 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-18T19:41:16.859Z[ recovery-image] Dec 18 19:41:14.678 INFO O| Dec 18 19:41:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75012024-12-18T19:41:16.859Z[ recovery-image] Dec 18 19:41:14.678 INFO O| Dec 18 19:41:14.678 INFO STEP 1047 (remove_files) COMPLETE
75022024-12-18T19:41:16.859Z[ recovery-image] Dec 18 19:41:14.678 INFO O| Dec 18 19:41:14.678 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-18T19:41:16.877Z[ recovery-image] Dec 18 19:41:14.696 INFO O| Dec 18 19:41:14.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75042024-12-18T19:41:16.877Z[ recovery-image] Dec 18 19:41:14.696 INFO O| Dec 18 19:41:14.696 INFO STEP 1048 (remove_files) COMPLETE
75052024-12-18T19:41:16.880Z[ recovery-image] Dec 18 19:41:14.696 INFO O| Dec 18 19:41:14.696 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-18T19:41:16.897Z[ recovery-image] Dec 18 19:41:14.716 INFO O| Dec 18 19:41:14.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75072024-12-18T19:41:16.897Z[ recovery-image] Dec 18 19:41:14.716 INFO O| Dec 18 19:41:14.716 INFO STEP 1049 (remove_files) COMPLETE
75082024-12-18T19:41:16.897Z[ recovery-image] Dec 18 19:41:14.716 INFO O| Dec 18 19:41:14.716 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-18T19:41:16.926Z[ recovery-image] Dec 18 19:41:14.744 INFO O| Dec 18 19:41:14.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75102024-12-18T19:41:16.926Z[ recovery-image] Dec 18 19:41:14.744 INFO O| Dec 18 19:41:14.744 INFO STEP 1050 (remove_files) COMPLETE
75112024-12-18T19:41:16.926Z[ recovery-image] Dec 18 19:41:14.744 INFO O| Dec 18 19:41:14.744 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-18T19:41:16.962Z[ recovery-image] Dec 18 19:41:14.780 INFO O| Dec 18 19:41:14.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75132024-12-18T19:41:16.962Z[ recovery-image] Dec 18 19:41:14.780 INFO O| Dec 18 19:41:14.780 INFO STEP 1051 (remove_files) COMPLETE
75142024-12-18T19:41:16.965Z[ recovery-image] Dec 18 19:41:14.780 INFO O| Dec 18 19:41:14.780 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-18T19:41:16.984Z[ recovery-image] Dec 18 19:41:14.803 INFO O| Dec 18 19:41:14.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75162024-12-18T19:41:16.987Z[ recovery-image] Dec 18 19:41:14.803 INFO O| Dec 18 19:41:14.803 INFO STEP 1052 (remove_files) COMPLETE
75172024-12-18T19:41:16.987Z[ recovery-image] Dec 18 19:41:14.804 INFO O| Dec 18 19:41:14.803 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-18T19:41:17.018Z[ recovery-image] Dec 18 19:41:14.837 INFO O| Dec 18 19:41:14.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75192024-12-18T19:41:17.018Z[ recovery-image] Dec 18 19:41:14.837 INFO O| Dec 18 19:41:14.837 INFO STEP 1053 (remove_files) COMPLETE
75202024-12-18T19:41:17.019Z[ recovery-image] Dec 18 19:41:14.837 INFO O| Dec 18 19:41:14.837 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-18T19:41:17.039Z[ recovery-image] Dec 18 19:41:14.857 INFO O| Dec 18 19:41:14.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75222024-12-18T19:41:17.039Z[ recovery-image] Dec 18 19:41:14.858 INFO O| Dec 18 19:41:14.858 INFO STEP 1054 (remove_files) COMPLETE
75232024-12-18T19:41:17.042Z[ recovery-image] Dec 18 19:41:14.858 INFO O| Dec 18 19:41:14.858 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-18T19:41:17.058Z[ recovery-image] Dec 18 19:41:14.877 INFO O| Dec 18 19:41:14.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75252024-12-18T19:41:17.058Z[ recovery-image] Dec 18 19:41:14.877 INFO O| Dec 18 19:41:14.877 INFO STEP 1055 (remove_files) COMPLETE
75262024-12-18T19:41:17.058Z[ recovery-image] Dec 18 19:41:14.877 INFO O| Dec 18 19:41:14.877 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-18T19:41:17.090Z[ recovery-image] Dec 18 19:41:14.909 INFO O| Dec 18 19:41:14.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75282024-12-18T19:41:17.090Z[ recovery-image] Dec 18 19:41:14.909 INFO O| Dec 18 19:41:14.909 INFO STEP 1056 (remove_files) COMPLETE
75292024-12-18T19:41:17.090Z[ recovery-image] Dec 18 19:41:14.909 INFO O| Dec 18 19:41:14.909 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-18T19:41:17.204Z[ recovery-image] Dec 18 19:41:15.022 INFO O| Dec 18 19:41:15.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75312024-12-18T19:41:17.224Z[ recovery-image] Dec 18 19:41:15.042 INFO O| Dec 18 19:41:15.042 INFO STEP 1057 (remove_files) COMPLETE
75322024-12-18T19:41:17.224Z[ recovery-image] Dec 18 19:41:15.042 INFO O| Dec 18 19:41:15.042 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-18T19:41:17.289Z[ recovery-image] Dec 18 19:41:15.108 INFO O| Dec 18 19:41:15.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75342024-12-18T19:41:17.289Z[ recovery-image] Dec 18 19:41:15.108 INFO O| Dec 18 19:41:15.108 INFO STEP 1058 (remove_files) COMPLETE
75352024-12-18T19:41:17.289Z[ recovery-image] Dec 18 19:41:15.108 INFO O| Dec 18 19:41:15.108 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-18T19:41:17.339Z[ recovery-image] Dec 18 19:41:15.157 INFO O| Dec 18 19:41:15.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75372024-12-18T19:41:17.342Z[ recovery-image] Dec 18 19:41:15.158 INFO O| Dec 18 19:41:15.158 INFO STEP 1059 (remove_files) COMPLETE
75382024-12-18T19:41:17.342Z[ recovery-image] Dec 18 19:41:15.158 INFO O| Dec 18 19:41:15.158 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-18T19:41:17.357Z[ recovery-image] Dec 18 19:41:15.175 INFO O| Dec 18 19:41:15.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75402024-12-18T19:41:17.357Z[ recovery-image] Dec 18 19:41:15.176 INFO O| Dec 18 19:41:15.175 INFO STEP 1060 (remove_files) COMPLETE
75412024-12-18T19:41:17.357Z[ recovery-image] Dec 18 19:41:15.176 INFO O| Dec 18 19:41:15.175 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-18T19:41:17.394Z[ recovery-image] Dec 18 19:41:15.212 INFO O| Dec 18 19:41:15.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75432024-12-18T19:41:17.396Z[ recovery-image] Dec 18 19:41:15.213 INFO O| Dec 18 19:41:15.212 INFO STEP 1061 (remove_files) COMPLETE
75442024-12-18T19:41:17.396Z[ recovery-image] Dec 18 19:41:15.213 INFO O| Dec 18 19:41:15.213 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-18T19:41:17.416Z[ recovery-image] Dec 18 19:41:15.235 INFO O| Dec 18 19:41:15.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75462024-12-18T19:41:17.416Z[ recovery-image] Dec 18 19:41:15.235 INFO O| Dec 18 19:41:15.235 INFO STEP 1062 (remove_files) COMPLETE
75472024-12-18T19:41:17.418Z[ recovery-image] Dec 18 19:41:15.235 INFO O| Dec 18 19:41:15.235 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-18T19:41:17.522Z[ recovery-image] Dec 18 19:41:15.340 INFO O| Dec 18 19:41:15.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75492024-12-18T19:41:17.522Z[ recovery-image] Dec 18 19:41:15.340 INFO O| Dec 18 19:41:15.340 INFO STEP 1063 (remove_files) COMPLETE
75502024-12-18T19:41:17.522Z[ recovery-image] Dec 18 19:41:15.341 INFO O| Dec 18 19:41:15.340 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-18T19:41:17.642Z[ recovery-image] Dec 18 19:41:15.456 INFO O| Dec 18 19:41:15.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75522024-12-18T19:41:17.642Z[ recovery-image] Dec 18 19:41:15.456 INFO O| Dec 18 19:41:15.456 INFO STEP 1064 (remove_files) COMPLETE
75532024-12-18T19:41:17.645Z[ recovery-image] Dec 18 19:41:15.456 INFO O| Dec 18 19:41:15.456 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-18T19:41:17.660Z[ recovery-image] Dec 18 19:41:15.477 INFO O| Dec 18 19:41:15.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75552024-12-18T19:41:17.662Z[ recovery-image] Dec 18 19:41:15.478 INFO O| Dec 18 19:41:15.477 INFO STEP 1065 (remove_files) COMPLETE
75562024-12-18T19:41:17.663Z[ recovery-image] Dec 18 19:41:15.478 INFO O| Dec 18 19:41:15.478 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-18T19:41:17.678Z[ recovery-image] Dec 18 19:41:15.497 INFO O| Dec 18 19:41:15.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75582024-12-18T19:41:17.681Z[ recovery-image] Dec 18 19:41:15.497 INFO O| Dec 18 19:41:15.497 INFO STEP 1066 (remove_files) COMPLETE
75592024-12-18T19:41:17.681Z[ recovery-image] Dec 18 19:41:15.497 INFO O| Dec 18 19:41:15.497 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-18T19:41:17.697Z[ recovery-image] Dec 18 19:41:15.515 INFO O| Dec 18 19:41:15.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75612024-12-18T19:41:17.697Z[ recovery-image] Dec 18 19:41:15.515 INFO O| Dec 18 19:41:15.515 INFO STEP 1067 (remove_files) COMPLETE
75622024-12-18T19:41:17.697Z[ recovery-image] Dec 18 19:41:15.515 INFO O| Dec 18 19:41:15.515 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-18T19:41:17.731Z[ recovery-image] Dec 18 19:41:15.549 INFO O| Dec 18 19:41:15.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75642024-12-18T19:41:17.734Z[ recovery-image] Dec 18 19:41:15.549 INFO O| Dec 18 19:41:15.549 INFO STEP 1068 (remove_files) COMPLETE
75652024-12-18T19:41:17.734Z[ recovery-image] Dec 18 19:41:15.550 INFO O| Dec 18 19:41:15.549 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-18T19:41:17.753Z[ recovery-image] Dec 18 19:41:15.571 INFO O| Dec 18 19:41:15.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75672024-12-18T19:41:17.755Z[ recovery-image] Dec 18 19:41:15.571 INFO O| Dec 18 19:41:15.571 INFO STEP 1069 (remove_files) COMPLETE
75682024-12-18T19:41:17.755Z[ recovery-image] Dec 18 19:41:15.572 INFO O| Dec 18 19:41:15.571 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-18T19:41:17.788Z[ recovery-image] Dec 18 19:41:15.606 INFO O| Dec 18 19:41:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75702024-12-18T19:41:17.788Z[ recovery-image] Dec 18 19:41:15.606 INFO O| Dec 18 19:41:15.606 INFO STEP 1070 (remove_files) COMPLETE
75712024-12-18T19:41:17.790Z[ recovery-image] Dec 18 19:41:15.606 INFO O| Dec 18 19:41:15.606 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-18T19:41:17.810Z[ recovery-image] Dec 18 19:41:15.628 INFO O| Dec 18 19:41:15.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75732024-12-18T19:41:17.810Z[ recovery-image] Dec 18 19:41:15.628 INFO O| Dec 18 19:41:15.628 INFO STEP 1071 (remove_files) COMPLETE
75742024-12-18T19:41:17.812Z[ recovery-image] Dec 18 19:41:15.628 INFO O| Dec 18 19:41:15.628 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-18T19:41:17.827Z[ host-image] Dec 18 19:41:15.646 INFO O| Dec 18 19:41:15.645 INFO O| Done
75762024-12-18T19:41:17.831Z[ recovery-image] Dec 18 19:41:15.650 INFO O| Dec 18 19:41:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75772024-12-18T19:41:17.833Z[ recovery-image] Dec 18 19:41:15.650 INFO O| Dec 18 19:41:15.650 INFO STEP 1072 (remove_files) COMPLETE
75782024-12-18T19:41:17.833Z[ recovery-image] Dec 18 19:41:15.650 INFO O| Dec 18 19:41:15.650 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-18T19:41:17.866Z[ recovery-image] Dec 18 19:41:15.668 INFO O| Dec 18 19:41:15.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75802024-12-18T19:41:17.867Z[ recovery-image] Dec 18 19:41:15.669 INFO O| Dec 18 19:41:15.668 INFO STEP 1073 (remove_files) COMPLETE
75812024-12-18T19:41:17.867Z[ recovery-image] Dec 18 19:41:15.669 INFO O| Dec 18 19:41:15.669 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-18T19:41:17.884Z[ recovery-image] Dec 18 19:41:15.702 INFO O| Dec 18 19:41:15.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75832024-12-18T19:41:17.884Z[ recovery-image] Dec 18 19:41:15.702 INFO O| Dec 18 19:41:15.701 INFO STEP 1074 (remove_files) COMPLETE
75842024-12-18T19:41:17.884Z[ recovery-image] Dec 18 19:41:15.702 INFO O| Dec 18 19:41:15.701 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-18T19:41:17.919Z[ recovery-image] Dec 18 19:41:15.737 INFO O| Dec 18 19:41:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75862024-12-18T19:41:17.919Z[ recovery-image] Dec 18 19:41:15.737 INFO O| Dec 18 19:41:15.737 INFO STEP 1075 (remove_files) COMPLETE
75872024-12-18T19:41:17.919Z[ recovery-image] Dec 18 19:41:15.737 INFO O| Dec 18 19:41:15.737 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-18T19:41:17.940Z[ recovery-image] Dec 18 19:41:15.757 INFO O| Dec 18 19:41:15.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75892024-12-18T19:41:17.943Z[ recovery-image] Dec 18 19:41:15.758 INFO O| Dec 18 19:41:15.758 INFO STEP 1076 (remove_files) COMPLETE
75902024-12-18T19:41:17.946Z[ recovery-image] Dec 18 19:41:15.758 INFO O| Dec 18 19:41:15.758 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-18T19:41:17.971Z[ recovery-image] Dec 18 19:41:15.789 INFO O| Dec 18 19:41:15.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75922024-12-18T19:41:17.971Z[ recovery-image] Dec 18 19:41:15.789 INFO O| Dec 18 19:41:15.789 INFO STEP 1077 (remove_files) COMPLETE
75932024-12-18T19:41:17.971Z[ recovery-image] Dec 18 19:41:15.789 INFO O| Dec 18 19:41:15.789 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-12-18T19:41:18.030Z[ recovery-image] Dec 18 19:41:15.847 INFO O| Dec 18 19:41:15.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75952024-12-18T19:41:18.030Z[ recovery-image] Dec 18 19:41:15.847 INFO O| Dec 18 19:41:15.847 INFO STEP 1078 (remove_files) COMPLETE
75962024-12-18T19:41:18.030Z[ recovery-image] Dec 18 19:41:15.847 INFO O| Dec 18 19:41:15.847 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-12-18T19:41:18.113Z[ recovery-image] Dec 18 19:41:15.904 INFO O| Dec 18 19:41:15.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75982024-12-18T19:41:18.113Z[ recovery-image] Dec 18 19:41:15.904 INFO O| Dec 18 19:41:15.904 INFO STEP 1079 (remove_files) COMPLETE
75992024-12-18T19:41:18.113Z[ recovery-image] Dec 18 19:41:15.904 INFO O| Dec 18 19:41:15.904 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-12-18T19:41:18.113Z[ recovery-image] Dec 18 19:41:15.926 INFO O| Dec 18 19:41:15.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76012024-12-18T19:41:18.113Z[ recovery-image] Dec 18 19:41:15.927 INFO O| Dec 18 19:41:15.927 INFO STEP 1080 (remove_files) COMPLETE
76022024-12-18T19:41:18.113Z[ recovery-image] Dec 18 19:41:15.927 INFO O| Dec 18 19:41:15.927 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-12-18T19:41:18.163Z[ recovery-image] Dec 18 19:41:15.981 INFO O| Dec 18 19:41:15.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76042024-12-18T19:41:18.163Z[ recovery-image] Dec 18 19:41:15.981 INFO O| Dec 18 19:41:15.981 INFO STEP 1081 (remove_files) COMPLETE
76052024-12-18T19:41:18.163Z[ recovery-image] Dec 18 19:41:15.982 INFO O| Dec 18 19:41:15.981 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-12-18T19:41:18.165Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
76072024-12-18T19:41:18.195Z[ recovery-image] Dec 18 19:41:16.013 INFO O| Dec 18 19:41:16.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76082024-12-18T19:41:18.197Z[ recovery-image] Dec 18 19:41:16.014 INFO O| Dec 18 19:41:16.013 INFO STEP 1082 (remove_files) COMPLETE
76092024-12-18T19:41:18.197Z[ recovery-image] Dec 18 19:41:16.014 INFO O| Dec 18 19:41:16.014 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-18T19:41:18.241Z[ recovery-image] Dec 18 19:41:16.043 INFO O| Dec 18 19:41:16.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76112024-12-18T19:41:18.245Z[ recovery-image] Dec 18 19:41:16.063 INFO O| Dec 18 19:41:16.063 INFO STEP 1083 (remove_files) COMPLETE
76122024-12-18T19:41:18.245Z[ recovery-image] Dec 18 19:41:16.063 INFO O| Dec 18 19:41:16.063 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-18T19:41:18.273Z[ recovery-image] Dec 18 19:41:16.092 INFO O| Dec 18 19:41:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76142024-12-18T19:41:18.273Z[ recovery-image] Dec 18 19:41:16.092 INFO O| Dec 18 19:41:16.084 INFO STEP 1084 (remove_files) COMPLETE
76152024-12-18T19:41:18.276Z[ recovery-image] Dec 18 19:41:16.092 INFO O| Dec 18 19:41:16.084 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-18T19:41:18.301Z[ recovery-image] Dec 18 19:41:16.119 INFO O| Dec 18 19:41:16.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76172024-12-18T19:41:18.302Z[ recovery-image] Dec 18 19:41:16.119 INFO O| Dec 18 19:41:16.119 INFO STEP 1085 (remove_files) COMPLETE
76182024-12-18T19:41:18.302Z[ recovery-image] Dec 18 19:41:16.119 INFO O| Dec 18 19:41:16.119 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-18T19:41:18.329Z[ recovery-image] Dec 18 19:41:16.147 INFO O| Dec 18 19:41:16.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76202024-12-18T19:41:18.331Z[ recovery-image] Dec 18 19:41:16.147 INFO O| Dec 18 19:41:16.147 INFO STEP 1086 (remove_files) COMPLETE
76212024-12-18T19:41:18.331Z[ recovery-image] Dec 18 19:41:16.147 INFO O| Dec 18 19:41:16.147 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-18T19:41:18.374Z[ recovery-image] Dec 18 19:41:16.192 INFO O| Dec 18 19:41:16.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76232024-12-18T19:41:18.374Z[ recovery-image] Dec 18 19:41:16.192 INFO O| Dec 18 19:41:16.172 INFO STEP 1087 (remove_files) COMPLETE
76242024-12-18T19:41:18.376Z[ recovery-image] Dec 18 19:41:16.192 INFO O| Dec 18 19:41:16.172 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-18T19:41:18.404Z[ recovery-image] Dec 18 19:41:16.212 INFO O| Dec 18 19:41:16.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76262024-12-18T19:41:18.404Z[ recovery-image] Dec 18 19:41:16.212 INFO O| Dec 18 19:41:16.212 INFO STEP 1088 (remove_files) COMPLETE
76272024-12-18T19:41:18.404Z[ recovery-image] Dec 18 19:41:16.213 INFO O| Dec 18 19:41:16.213 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-18T19:41:18.452Z[ recovery-image] Dec 18 19:41:16.271 INFO O| Dec 18 19:41:16.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76292024-12-18T19:41:18.452Z[ recovery-image] Dec 18 19:41:16.271 INFO O| Dec 18 19:41:16.271 INFO STEP 1089 (remove_files) COMPLETE
76302024-12-18T19:41:18.455Z[ recovery-image] Dec 18 19:41:16.271 INFO O| Dec 18 19:41:16.271 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-18T19:41:18.497Z[ recovery-image] Dec 18 19:41:16.316 INFO O| Dec 18 19:41:16.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76322024-12-18T19:41:18.497Z[ recovery-image] Dec 18 19:41:16.316 INFO O| Dec 18 19:41:16.316 INFO STEP 1090 (remove_files) COMPLETE
76332024-12-18T19:41:18.500Z[ recovery-image] Dec 18 19:41:16.316 INFO O| Dec 18 19:41:16.316 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-18T19:41:18.515Z[ recovery-image] Dec 18 19:41:16.333 INFO O| Dec 18 19:41:16.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76352024-12-18T19:41:18.539Z[ recovery-image] Dec 18 19:41:16.357 INFO O| Dec 18 19:41:16.357 INFO STEP 1091 (remove_files) COMPLETE
76362024-12-18T19:41:18.539Z[ recovery-image] Dec 18 19:41:16.357 INFO O| Dec 18 19:41:16.357 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-18T19:41:18.558Z[ recovery-image] Dec 18 19:41:16.376 INFO O| Dec 18 19:41:16.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76382024-12-18T19:41:18.561Z[ recovery-image] Dec 18 19:41:16.377 INFO O| Dec 18 19:41:16.377 INFO STEP 1092 (remove_files) COMPLETE
76392024-12-18T19:41:18.561Z[ recovery-image] Dec 18 19:41:16.377 INFO O| Dec 18 19:41:16.377 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-18T19:41:18.576Z[ recovery-image] Dec 18 19:41:16.395 INFO O| Dec 18 19:41:16.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76412024-12-18T19:41:18.576Z[ recovery-image] Dec 18 19:41:16.395 INFO O| Dec 18 19:41:16.395 INFO STEP 1093 (remove_files) COMPLETE
76422024-12-18T19:41:18.579Z[ recovery-image] Dec 18 19:41:16.395 INFO O| Dec 18 19:41:16.395 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-18T19:41:18.594Z[ recovery-image] Dec 18 19:41:16.412 INFO O| Dec 18 19:41:16.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76442024-12-18T19:41:18.597Z[ recovery-image] Dec 18 19:41:16.413 INFO O| Dec 18 19:41:16.413 INFO STEP 1094 (remove_files) COMPLETE
76452024-12-18T19:41:18.597Z[ recovery-image] Dec 18 19:41:16.413 INFO O| Dec 18 19:41:16.413 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-18T19:41:18.615Z[ recovery-image] Dec 18 19:41:16.433 INFO O| Dec 18 19:41:16.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76472024-12-18T19:41:18.617Z[ recovery-image] Dec 18 19:41:16.434 INFO O| Dec 18 19:41:16.433 INFO STEP 1095 (remove_files) COMPLETE
76482024-12-18T19:41:18.617Z[ recovery-image] Dec 18 19:41:16.434 INFO O| Dec 18 19:41:16.434 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-18T19:41:18.635Z[ recovery-image] Dec 18 19:41:16.453 INFO O| Dec 18 19:41:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76502024-12-18T19:41:18.638Z[ recovery-image] Dec 18 19:41:16.453 INFO O| Dec 18 19:41:16.453 INFO STEP 1096 (remove_files) COMPLETE
76512024-12-18T19:41:18.638Z[ recovery-image] Dec 18 19:41:16.453 INFO O| Dec 18 19:41:16.453 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-18T19:41:18.655Z[ recovery-image] Dec 18 19:41:16.473 INFO O| Dec 18 19:41:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76532024-12-18T19:41:18.658Z[ recovery-image] Dec 18 19:41:16.473 INFO O| Dec 18 19:41:16.473 INFO STEP 1097 (remove_files) COMPLETE
76542024-12-18T19:41:18.658Z[ recovery-image] Dec 18 19:41:16.473 INFO O| Dec 18 19:41:16.473 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-18T19:41:18.679Z[ recovery-image] Dec 18 19:41:16.497 INFO O| Dec 18 19:41:16.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76562024-12-18T19:41:18.679Z[ recovery-image] Dec 18 19:41:16.497 INFO O| Dec 18 19:41:16.497 INFO STEP 1098 (remove_files) COMPLETE
76572024-12-18T19:41:18.679Z[ recovery-image] Dec 18 19:41:16.497 INFO O| Dec 18 19:41:16.497 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-18T19:41:18.698Z[ recovery-image] Dec 18 19:41:16.517 INFO O| Dec 18 19:41:16.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76592024-12-18T19:41:18.698Z[ recovery-image] Dec 18 19:41:16.517 INFO O| Dec 18 19:41:16.517 INFO STEP 1099 (remove_files) COMPLETE
76602024-12-18T19:41:18.701Z[ recovery-image] Dec 18 19:41:16.517 INFO O| Dec 18 19:41:16.517 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-18T19:41:18.739Z[ recovery-image] Dec 18 19:41:16.557 INFO O| Dec 18 19:41:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76622024-12-18T19:41:18.739Z[ recovery-image] Dec 18 19:41:16.558 INFO O| Dec 18 19:41:16.558 INFO STEP 1100 (remove_files) COMPLETE
76632024-12-18T19:41:18.742Z[ recovery-image] Dec 18 19:41:16.558 INFO O| Dec 18 19:41:16.558 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-18T19:41:18.772Z[ recovery-image] Dec 18 19:41:16.590 INFO O| Dec 18 19:41:16.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76652024-12-18T19:41:18.774Z[ recovery-image] Dec 18 19:41:16.591 INFO O| Dec 18 19:41:16.591 INFO STEP 1101 (remove_files) COMPLETE
76662024-12-18T19:41:18.774Z[ recovery-image] Dec 18 19:41:16.591 INFO O| Dec 18 19:41:16.591 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-18T19:41:18.804Z[ recovery-image] Dec 18 19:41:16.622 INFO O| Dec 18 19:41:16.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76682024-12-18T19:41:18.807Z[ recovery-image] Dec 18 19:41:16.622 INFO O| Dec 18 19:41:16.622 INFO STEP 1102 (remove_files) COMPLETE
76692024-12-18T19:41:18.807Z[ recovery-image] Dec 18 19:41:16.623 INFO O| Dec 18 19:41:16.622 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-18T19:41:18.861Z[ recovery-image] Dec 18 19:41:16.680 INFO O| Dec 18 19:41:16.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76712024-12-18T19:41:18.861Z[ recovery-image] Dec 18 19:41:16.680 INFO O| Dec 18 19:41:16.680 INFO STEP 1103 (remove_files) COMPLETE
76722024-12-18T19:41:18.861Z[ recovery-image] Dec 18 19:41:16.680 INFO O| Dec 18 19:41:16.680 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-18T19:41:18.911Z[ recovery-image] Dec 18 19:41:16.730 INFO O| Dec 18 19:41:16.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76742024-12-18T19:41:18.914Z[ recovery-image] Dec 18 19:41:16.730 INFO O| Dec 18 19:41:16.730 INFO STEP 1104 (remove_files) COMPLETE
76752024-12-18T19:41:18.914Z[ recovery-image] Dec 18 19:41:16.730 INFO O| Dec 18 19:41:16.730 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-18T19:41:18.947Z[ recovery-image] Dec 18 19:41:16.765 INFO O| Dec 18 19:41:16.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76772024-12-18T19:41:18.947Z[ recovery-image] Dec 18 19:41:16.765 INFO O| Dec 18 19:41:16.765 INFO STEP 1105 (remove_files) COMPLETE
76782024-12-18T19:41:18.950Z[ recovery-image] Dec 18 19:41:16.766 INFO O| Dec 18 19:41:16.765 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-18T19:41:18.969Z[ recovery-image] Dec 18 19:41:16.788 INFO O| Dec 18 19:41:16.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76802024-12-18T19:41:18.969Z[ recovery-image] Dec 18 19:41:16.788 INFO O| Dec 18 19:41:16.788 INFO STEP 1106 (remove_files) COMPLETE
76812024-12-18T19:41:18.969Z[ recovery-image] Dec 18 19:41:16.788 INFO O| Dec 18 19:41:16.788 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-18T19:41:18.992Z[ recovery-image] Dec 18 19:41:16.811 INFO O| Dec 18 19:41:16.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76832024-12-18T19:41:18.992Z[ recovery-image] Dec 18 19:41:16.811 INFO O| Dec 18 19:41:16.811 INFO STEP 1107 (remove_files) COMPLETE
76842024-12-18T19:41:18.995Z[ recovery-image] Dec 18 19:41:16.811 INFO O| Dec 18 19:41:16.811 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-18T19:41:19.014Z[ recovery-image] Dec 18 19:41:16.832 INFO O| Dec 18 19:41:16.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76862024-12-18T19:41:19.014Z[ recovery-image] Dec 18 19:41:16.832 INFO O| Dec 18 19:41:16.832 INFO STEP 1108 (remove_files) COMPLETE
76872024-12-18T19:41:19.017Z[ recovery-image] Dec 18 19:41:16.832 INFO O| Dec 18 19:41:16.832 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-18T19:41:19.035Z[ recovery-image] Dec 18 19:41:16.853 INFO O| Dec 18 19:41:16.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76892024-12-18T19:41:19.037Z[ recovery-image] Dec 18 19:41:16.853 INFO O| Dec 18 19:41:16.853 INFO STEP 1109 (remove_files) COMPLETE
76902024-12-18T19:41:19.037Z[ recovery-image] Dec 18 19:41:16.853 INFO O| Dec 18 19:41:16.853 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-18T19:41:19.064Z[ recovery-image] Dec 18 19:41:16.883 INFO O| Dec 18 19:41:16.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76922024-12-18T19:41:19.064Z[ recovery-image] Dec 18 19:41:16.883 INFO O| Dec 18 19:41:16.883 INFO STEP 1110 (remove_files) COMPLETE
76932024-12-18T19:41:19.064Z[ recovery-image] Dec 18 19:41:16.883 INFO O| Dec 18 19:41:16.883 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-18T19:41:19.086Z[ recovery-image] Dec 18 19:41:16.904 INFO O| Dec 18 19:41:16.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76952024-12-18T19:41:19.086Z[ recovery-image] Dec 18 19:41:16.904 INFO O| Dec 18 19:41:16.904 INFO STEP 1111 (remove_files) COMPLETE
76962024-12-18T19:41:19.086Z[ recovery-image] Dec 18 19:41:16.904 INFO O| Dec 18 19:41:16.904 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-18T19:41:19.116Z[ recovery-image] Dec 18 19:41:16.933 INFO O| Dec 18 19:41:16.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76982024-12-18T19:41:19.116Z[ recovery-image] Dec 18 19:41:16.934 INFO O| Dec 18 19:41:16.934 INFO STEP 1112 (remove_files) COMPLETE
76992024-12-18T19:41:19.116Z[ recovery-image] Dec 18 19:41:16.934 INFO O| Dec 18 19:41:16.934 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-18T19:41:19.176Z[ recovery-image] Dec 18 19:41:16.994 INFO O| Dec 18 19:41:16.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77012024-12-18T19:41:19.176Z[ recovery-image] Dec 18 19:41:16.994 INFO O| Dec 18 19:41:16.994 INFO STEP 1113 (remove_files) COMPLETE
77022024-12-18T19:41:19.176Z[ recovery-image] Dec 18 19:41:16.994 INFO O| Dec 18 19:41:16.994 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-18T19:41:19.202Z[ recovery-image] Dec 18 19:41:17.020 INFO O| Dec 18 19:41:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77042024-12-18T19:41:19.202Z[ recovery-image] Dec 18 19:41:17.020 INFO O| Dec 18 19:41:17.020 INFO STEP 1114 (remove_files) COMPLETE
77052024-12-18T19:41:19.202Z[ recovery-image] Dec 18 19:41:17.020 INFO O| Dec 18 19:41:17.020 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-18T19:41:19.225Z[ recovery-image] Dec 18 19:41:17.043 INFO O| Dec 18 19:41:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77072024-12-18T19:41:19.228Z[ recovery-image] Dec 18 19:41:17.043 INFO O| Dec 18 19:41:17.043 INFO STEP 1115 (remove_files) COMPLETE
77082024-12-18T19:41:19.228Z[ recovery-image] Dec 18 19:41:17.044 INFO O| Dec 18 19:41:17.043 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-18T19:41:19.246Z[ recovery-image] Dec 18 19:41:17.064 INFO O| Dec 18 19:41:17.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77102024-12-18T19:41:19.246Z[ recovery-image] Dec 18 19:41:17.065 INFO O| Dec 18 19:41:17.064 INFO STEP 1116 (remove_files) COMPLETE
77112024-12-18T19:41:19.248Z[ recovery-image] Dec 18 19:41:17.065 INFO O| Dec 18 19:41:17.065 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-18T19:41:19.266Z[ recovery-image] Dec 18 19:41:17.084 INFO O| Dec 18 19:41:17.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77132024-12-18T19:41:19.269Z[ recovery-image] Dec 18 19:41:17.084 INFO O| Dec 18 19:41:17.084 INFO STEP 1117 (remove_files) COMPLETE
77142024-12-18T19:41:19.269Z[ recovery-image] Dec 18 19:41:17.085 INFO O| Dec 18 19:41:17.084 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-18T19:41:19.286Z[ recovery-image] Dec 18 19:41:17.104 INFO O| Dec 18 19:41:17.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77162024-12-18T19:41:19.288Z[ recovery-image] Dec 18 19:41:17.105 INFO O| Dec 18 19:41:17.104 INFO STEP 1118 (remove_files) COMPLETE
77172024-12-18T19:41:19.288Z[ recovery-image] Dec 18 19:41:17.105 INFO O| Dec 18 19:41:17.104 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-18T19:41:19.311Z[ recovery-image] Dec 18 19:41:17.130 INFO O| Dec 18 19:41:17.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77192024-12-18T19:41:19.312Z[ recovery-image] Dec 18 19:41:17.130 INFO O| Dec 18 19:41:17.130 INFO STEP 1119 (remove_files) COMPLETE
77202024-12-18T19:41:19.312Z[ recovery-image] Dec 18 19:41:17.130 INFO O| Dec 18 19:41:17.130 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-18T19:41:19.345Z[ recovery-image] Dec 18 19:41:17.163 INFO O| Dec 18 19:41:17.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77222024-12-18T19:41:19.345Z[ recovery-image] Dec 18 19:41:17.163 INFO O| Dec 18 19:41:17.163 INFO STEP 1120 (remove_files) COMPLETE
77232024-12-18T19:41:19.345Z[ recovery-image] Dec 18 19:41:17.163 INFO O| Dec 18 19:41:17.163 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-18T19:41:19.365Z[ recovery-image] Dec 18 19:41:17.183 INFO O| Dec 18 19:41:17.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77252024-12-18T19:41:19.365Z[ recovery-image] Dec 18 19:41:17.183 INFO O| Dec 18 19:41:17.183 INFO STEP 1121 (remove_files) COMPLETE
77262024-12-18T19:41:19.368Z[ recovery-image] Dec 18 19:41:17.183 INFO O| Dec 18 19:41:17.183 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-18T19:41:19.406Z[ recovery-image] Dec 18 19:41:17.225 INFO O| Dec 18 19:41:17.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77282024-12-18T19:41:19.409Z[ recovery-image] Dec 18 19:41:17.225 INFO O| Dec 18 19:41:17.225 INFO STEP 1122 (remove_files) COMPLETE
77292024-12-18T19:41:19.409Z[ recovery-image] Dec 18 19:41:17.225 INFO O| Dec 18 19:41:17.225 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-18T19:41:19.441Z[ recovery-image] Dec 18 19:41:17.259 INFO O| Dec 18 19:41:17.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77312024-12-18T19:41:19.443Z[ recovery-image] Dec 18 19:41:17.259 INFO O| Dec 18 19:41:17.259 INFO STEP 1123 (remove_files) COMPLETE
77322024-12-18T19:41:19.443Z[ recovery-image] Dec 18 19:41:17.259 INFO O| Dec 18 19:41:17.259 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-18T19:41:19.460Z[ recovery-image] Dec 18 19:41:17.279 INFO O| Dec 18 19:41:17.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77342024-12-18T19:41:19.460Z[ recovery-image] Dec 18 19:41:17.279 INFO O| Dec 18 19:41:17.279 INFO STEP 1124 (remove_files) COMPLETE
77352024-12-18T19:41:19.460Z[ recovery-image] Dec 18 19:41:17.279 INFO O| Dec 18 19:41:17.279 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-18T19:41:19.498Z[ recovery-image] Dec 18 19:41:17.317 INFO O| Dec 18 19:41:17.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77372024-12-18T19:41:19.498Z[ recovery-image] Dec 18 19:41:17.317 INFO O| Dec 18 19:41:17.317 INFO STEP 1125 (remove_files) COMPLETE
77382024-12-18T19:41:19.501Z[ recovery-image] Dec 18 19:41:17.317 INFO O| Dec 18 19:41:17.317 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-18T19:41:19.522Z[ recovery-image] Dec 18 19:41:17.340 INFO O| Dec 18 19:41:17.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77402024-12-18T19:41:19.524Z[ recovery-image] Dec 18 19:41:17.340 INFO O| Dec 18 19:41:17.340 INFO STEP 1126 (remove_files) COMPLETE
77412024-12-18T19:41:19.524Z[ recovery-image] Dec 18 19:41:17.340 INFO O| Dec 18 19:41:17.340 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-18T19:41:19.545Z[ recovery-image] Dec 18 19:41:17.363 INFO O| Dec 18 19:41:17.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77432024-12-18T19:41:19.548Z[ recovery-image] Dec 18 19:41:17.363 INFO O| Dec 18 19:41:17.363 INFO STEP 1127 (remove_files) COMPLETE
77442024-12-18T19:41:19.548Z[ recovery-image] Dec 18 19:41:17.363 INFO O| Dec 18 19:41:17.363 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-18T19:41:19.567Z[ recovery-image] Dec 18 19:41:17.385 INFO O| Dec 18 19:41:17.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77462024-12-18T19:41:19.571Z[ recovery-image] Dec 18 19:41:17.386 INFO O| Dec 18 19:41:17.385 INFO STEP 1128 (remove_files) COMPLETE
77472024-12-18T19:41:19.571Z[ recovery-image] Dec 18 19:41:17.386 INFO O| Dec 18 19:41:17.386 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-18T19:41:19.586Z[ recovery-image] Dec 18 19:41:17.405 INFO O| Dec 18 19:41:17.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77492024-12-18T19:41:19.586Z[ recovery-image] Dec 18 19:41:17.405 INFO O| Dec 18 19:41:17.405 INFO STEP 1129 (remove_files) COMPLETE
77502024-12-18T19:41:19.589Z[ recovery-image] Dec 18 19:41:17.405 INFO O| Dec 18 19:41:17.405 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-18T19:41:19.604Z[ recovery-image] Dec 18 19:41:17.423 INFO O| Dec 18 19:41:17.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77522024-12-18T19:41:19.607Z[ recovery-image] Dec 18 19:41:17.423 INFO O| Dec 18 19:41:17.423 INFO STEP 1130 (remove_files) COMPLETE
77532024-12-18T19:41:19.607Z[ recovery-image] Dec 18 19:41:17.423 INFO O| Dec 18 19:41:17.423 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-18T19:41:19.626Z[ recovery-image] Dec 18 19:41:17.444 INFO O| Dec 18 19:41:17.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77552024-12-18T19:41:19.629Z[ recovery-image] Dec 18 19:41:17.445 INFO O| Dec 18 19:41:17.445 INFO STEP 1131 (remove_files) COMPLETE
77562024-12-18T19:41:19.629Z[ recovery-image] Dec 18 19:41:17.445 INFO O| Dec 18 19:41:17.445 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-18T19:41:19.693Z[ recovery-image] Dec 18 19:41:17.511 INFO O| Dec 18 19:41:17.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77582024-12-18T19:41:19.693Z[ recovery-image] Dec 18 19:41:17.511 INFO O| Dec 18 19:41:17.511 INFO STEP 1132 (remove_files) COMPLETE
77592024-12-18T19:41:19.693Z[ recovery-image] Dec 18 19:41:17.511 INFO O| Dec 18 19:41:17.511 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-18T19:41:19.713Z[ recovery-image] Dec 18 19:41:17.531 INFO O| Dec 18 19:41:17.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77612024-12-18T19:41:19.713Z[ recovery-image] Dec 18 19:41:17.531 INFO O| Dec 18 19:41:17.531 INFO STEP 1133 (remove_files) COMPLETE
77622024-12-18T19:41:19.713Z[ recovery-image] Dec 18 19:41:17.531 INFO O| Dec 18 19:41:17.531 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-18T19:41:19.732Z[ recovery-image] Dec 18 19:41:17.551 INFO O| Dec 18 19:41:17.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77642024-12-18T19:41:19.752Z[ recovery-image] Dec 18 19:41:17.571 INFO O| Dec 18 19:41:17.571 INFO STEP 1134 (remove_files) COMPLETE
77652024-12-18T19:41:19.753Z[ recovery-image] Dec 18 19:41:17.571 INFO O| Dec 18 19:41:17.571 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-18T19:41:19.774Z[ recovery-image] Dec 18 19:41:17.592 INFO O| Dec 18 19:41:17.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77672024-12-18T19:41:19.774Z[ recovery-image] Dec 18 19:41:17.592 INFO O| Dec 18 19:41:17.592 INFO STEP 1135 (remove_files) COMPLETE
77682024-12-18T19:41:19.776Z[ recovery-image] Dec 18 19:41:17.592 INFO O| Dec 18 19:41:17.592 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-18T19:41:19.807Z[ recovery-image] Dec 18 19:41:17.625 INFO O| Dec 18 19:41:17.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77702024-12-18T19:41:19.807Z[ recovery-image] Dec 18 19:41:17.625 INFO O| Dec 18 19:41:17.625 INFO STEP 1136 (remove_files) COMPLETE
77712024-12-18T19:41:19.807Z[ recovery-image] Dec 18 19:41:17.625 INFO O| Dec 18 19:41:17.625 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-18T19:41:19.828Z[ recovery-image] Dec 18 19:41:17.646 INFO O| Dec 18 19:41:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77732024-12-18T19:41:19.828Z[ recovery-image] Dec 18 19:41:17.646 INFO O| Dec 18 19:41:17.646 INFO STEP 1137 (remove_files) COMPLETE
77742024-12-18T19:41:19.830Z[ recovery-image] Dec 18 19:41:17.646 INFO O| Dec 18 19:41:17.646 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-18T19:41:19.846Z[ recovery-image] Dec 18 19:41:17.665 INFO O| Dec 18 19:41:17.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77762024-12-18T19:41:19.871Z[ recovery-image] Dec 18 19:41:17.689 INFO O| Dec 18 19:41:17.689 INFO STEP 1138 (remove_files) COMPLETE
77772024-12-18T19:41:19.871Z[ recovery-image] Dec 18 19:41:17.689 INFO O| Dec 18 19:41:17.689 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-18T19:41:19.909Z[ recovery-image] Dec 18 19:41:17.727 INFO O| Dec 18 19:41:17.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77792024-12-18T19:41:19.909Z[ recovery-image] Dec 18 19:41:17.727 INFO O| Dec 18 19:41:17.727 INFO STEP 1139 (remove_files) COMPLETE
77802024-12-18T19:41:19.911Z[ recovery-image] Dec 18 19:41:17.727 INFO O| Dec 18 19:41:17.727 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-18T19:41:19.929Z[ recovery-image] Dec 18 19:41:17.747 INFO O| Dec 18 19:41:17.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77822024-12-18T19:41:19.929Z[ recovery-image] Dec 18 19:41:17.747 INFO O| Dec 18 19:41:17.747 INFO STEP 1140 (remove_files) COMPLETE
77832024-12-18T19:41:19.929Z[ recovery-image] Dec 18 19:41:17.747 INFO O| Dec 18 19:41:17.747 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-18T19:41:19.948Z[ recovery-image] Dec 18 19:41:17.767 INFO O| Dec 18 19:41:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77852024-12-18T19:41:19.948Z[ recovery-image] Dec 18 19:41:17.767 INFO O| Dec 18 19:41:17.767 INFO STEP 1141 (remove_files) COMPLETE
77862024-12-18T19:41:19.952Z[ recovery-image] Dec 18 19:41:17.767 INFO O| Dec 18 19:41:17.767 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-18T19:41:19.967Z[ recovery-image] Dec 18 19:41:17.786 INFO O| Dec 18 19:41:17.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77882024-12-18T19:41:19.967Z[ recovery-image] Dec 18 19:41:17.786 INFO O| Dec 18 19:41:17.786 INFO STEP 1142 (remove_files) COMPLETE
77892024-12-18T19:41:19.967Z[ recovery-image] Dec 18 19:41:17.786 INFO O| Dec 18 19:41:17.786 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-18T19:41:19.986Z[ recovery-image] Dec 18 19:41:17.805 INFO O| Dec 18 19:41:17.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77912024-12-18T19:41:19.986Z[ recovery-image] Dec 18 19:41:17.805 INFO O| Dec 18 19:41:17.805 INFO STEP 1143 (remove_files) COMPLETE
77922024-12-18T19:41:19.986Z[ recovery-image] Dec 18 19:41:17.805 INFO O| Dec 18 19:41:17.805 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-18T19:41:20.005Z[ recovery-image] Dec 18 19:41:17.823 INFO O| Dec 18 19:41:17.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77942024-12-18T19:41:20.005Z[ recovery-image] Dec 18 19:41:17.824 INFO O| Dec 18 19:41:17.824 INFO STEP 1144 (remove_files) COMPLETE
77952024-12-18T19:41:20.005Z[ recovery-image] Dec 18 19:41:17.824 INFO O| Dec 18 19:41:17.824 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-18T19:41:20.037Z[ recovery-image] Dec 18 19:41:17.855 INFO O| Dec 18 19:41:17.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77972024-12-18T19:41:20.037Z[ recovery-image] Dec 18 19:41:17.855 INFO O| Dec 18 19:41:17.855 INFO STEP 1145 (remove_files) COMPLETE
77982024-12-18T19:41:20.037Z[ recovery-image] Dec 18 19:41:17.855 INFO O| Dec 18 19:41:17.855 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-18T19:41:20.069Z[ recovery-image] Dec 18 19:41:17.887 INFO O| Dec 18 19:41:17.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78002024-12-18T19:41:20.069Z[ recovery-image] Dec 18 19:41:17.887 INFO O| Dec 18 19:41:17.887 INFO STEP 1146 (remove_files) COMPLETE
78012024-12-18T19:41:20.072Z[ recovery-image] Dec 18 19:41:17.887 INFO O| Dec 18 19:41:17.887 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-18T19:41:20.090Z[ recovery-image] Dec 18 19:41:17.909 INFO O| Dec 18 19:41:17.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78032024-12-18T19:41:20.091Z[ recovery-image] Dec 18 19:41:17.909 INFO O| Dec 18 19:41:17.909 INFO STEP 1147 (remove_files) COMPLETE
78042024-12-18T19:41:20.091Z[ recovery-image] Dec 18 19:41:17.909 INFO O| Dec 18 19:41:17.909 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-18T19:41:20.127Z[ recovery-image] Dec 18 19:41:17.945 INFO O| Dec 18 19:41:17.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78062024-12-18T19:41:20.127Z[ recovery-image] Dec 18 19:41:17.945 INFO O| Dec 18 19:41:17.945 INFO STEP 1148 (remove_files) COMPLETE
78072024-12-18T19:41:20.127Z[ recovery-image] Dec 18 19:41:17.945 INFO O| Dec 18 19:41:17.945 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-18T19:41:20.148Z[ recovery-image] Dec 18 19:41:17.966 INFO O| Dec 18 19:41:17.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78092024-12-18T19:41:20.148Z[ recovery-image] Dec 18 19:41:17.966 INFO O| Dec 18 19:41:17.966 INFO STEP 1149 (remove_files) COMPLETE
78102024-12-18T19:41:20.150Z[ recovery-image] Dec 18 19:41:17.966 INFO O| Dec 18 19:41:17.966 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-18T19:41:20.187Z[ recovery-image] Dec 18 19:41:18.005 INFO O| Dec 18 19:41:18.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78122024-12-18T19:41:20.187Z[ recovery-image] Dec 18 19:41:18.005 INFO O| Dec 18 19:41:18.005 INFO STEP 1150 (remove_files) COMPLETE
78132024-12-18T19:41:20.187Z[ recovery-image] Dec 18 19:41:18.005 INFO O| Dec 18 19:41:18.005 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-18T19:41:20.221Z[ recovery-image] Dec 18 19:41:18.039 INFO O| Dec 18 19:41:18.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78152024-12-18T19:41:20.221Z[ recovery-image] Dec 18 19:41:18.039 INFO O| Dec 18 19:41:18.039 INFO STEP 1151 (remove_files) COMPLETE
78162024-12-18T19:41:20.223Z[ recovery-image] Dec 18 19:41:18.039 INFO O| Dec 18 19:41:18.039 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-18T19:41:20.240Z[ recovery-image] Dec 18 19:41:18.058 INFO O| Dec 18 19:41:18.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78182024-12-18T19:41:20.240Z[ recovery-image] Dec 18 19:41:18.058 INFO O| Dec 18 19:41:18.058 INFO STEP 1152 (remove_files) COMPLETE
78192024-12-18T19:41:20.240Z[ recovery-image] Dec 18 19:41:18.058 INFO O| Dec 18 19:41:18.058 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-18T19:41:20.288Z[ recovery-image] Dec 18 19:41:18.106 INFO O| Dec 18 19:41:18.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78212024-12-18T19:41:20.288Z[ recovery-image] Dec 18 19:41:18.106 INFO O| Dec 18 19:41:18.106 INFO STEP 1153 (remove_files) COMPLETE
78222024-12-18T19:41:20.288Z[ recovery-image] Dec 18 19:41:18.106 INFO O| Dec 18 19:41:18.106 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-18T19:41:20.337Z[ recovery-image] Dec 18 19:41:18.155 INFO O| Dec 18 19:41:18.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78242024-12-18T19:41:20.337Z[ recovery-image] Dec 18 19:41:18.155 INFO O| Dec 18 19:41:18.155 INFO STEP 1154 (remove_files) COMPLETE
78252024-12-18T19:41:20.337Z[ recovery-image] Dec 18 19:41:18.155 INFO O| Dec 18 19:41:18.155 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-18T19:41:20.356Z[ recovery-image] Dec 18 19:41:18.174 INFO O| Dec 18 19:41:18.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78272024-12-18T19:41:20.356Z[ recovery-image] Dec 18 19:41:18.174 INFO O| Dec 18 19:41:18.174 INFO STEP 1155 (remove_files) COMPLETE
78282024-12-18T19:41:20.356Z[ recovery-image] Dec 18 19:41:18.175 INFO O| Dec 18 19:41:18.174 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-18T19:41:20.397Z[ recovery-image] Dec 18 19:41:18.215 INFO O| Dec 18 19:41:18.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78302024-12-18T19:41:20.397Z[ recovery-image] Dec 18 19:41:18.215 INFO O| Dec 18 19:41:18.215 INFO STEP 1156 (remove_files) COMPLETE
78312024-12-18T19:41:20.397Z[ recovery-image] Dec 18 19:41:18.215 INFO O| Dec 18 19:41:18.215 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-18T19:41:20.431Z[ recovery-image] Dec 18 19:41:18.249 INFO O| Dec 18 19:41:18.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78332024-12-18T19:41:20.431Z[ recovery-image] Dec 18 19:41:18.249 INFO O| Dec 18 19:41:18.249 INFO STEP 1157 (remove_files) COMPLETE
78342024-12-18T19:41:20.431Z[ recovery-image] Dec 18 19:41:18.249 INFO O| Dec 18 19:41:18.249 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-18T19:41:20.452Z[ recovery-image] Dec 18 19:41:18.269 INFO O| Dec 18 19:41:18.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78362024-12-18T19:41:20.452Z[ recovery-image] Dec 18 19:41:18.270 INFO O| Dec 18 19:41:18.269 INFO STEP 1158 (remove_files) COMPLETE
78372024-12-18T19:41:20.454Z[ recovery-image] Dec 18 19:41:18.270 INFO O| Dec 18 19:41:18.270 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-18T19:41:20.489Z[ recovery-image] Dec 18 19:41:18.307 INFO O| Dec 18 19:41:18.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78392024-12-18T19:41:20.489Z[ recovery-image] Dec 18 19:41:18.307 INFO O| Dec 18 19:41:18.307 INFO STEP 1159 (remove_files) COMPLETE
78402024-12-18T19:41:20.489Z[ recovery-image] Dec 18 19:41:18.307 INFO O| Dec 18 19:41:18.307 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-18T19:41:20.511Z[ recovery-image] Dec 18 19:41:18.329 INFO O| Dec 18 19:41:18.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78422024-12-18T19:41:20.511Z[ recovery-image] Dec 18 19:41:18.329 INFO O| Dec 18 19:41:18.329 INFO STEP 1160 (remove_files) COMPLETE
78432024-12-18T19:41:20.511Z[ recovery-image] Dec 18 19:41:18.329 INFO O| Dec 18 19:41:18.329 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-18T19:41:20.591Z[ recovery-image] Dec 18 19:41:18.409 INFO O| Dec 18 19:41:18.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78452024-12-18T19:41:20.591Z[ recovery-image] Dec 18 19:41:18.409 INFO O| Dec 18 19:41:18.409 INFO STEP 1161 (remove_files) COMPLETE
78462024-12-18T19:41:20.594Z[ recovery-image] Dec 18 19:41:18.409 INFO O| Dec 18 19:41:18.409 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-18T19:41:20.614Z[ recovery-image] Dec 18 19:41:18.432 INFO O| Dec 18 19:41:18.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78482024-12-18T19:41:20.614Z[ recovery-image] Dec 18 19:41:18.432 INFO O| Dec 18 19:41:18.432 INFO STEP 1162 (remove_files) COMPLETE
78492024-12-18T19:41:20.619Z[ recovery-image] Dec 18 19:41:18.432 INFO O| Dec 18 19:41:18.432 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-18T19:41:20.634Z[ recovery-image] Dec 18 19:41:18.452 INFO O| Dec 18 19:41:18.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78512024-12-18T19:41:20.634Z[ recovery-image] Dec 18 19:41:18.452 INFO O| Dec 18 19:41:18.452 INFO STEP 1163 (remove_files) COMPLETE
78522024-12-18T19:41:20.634Z[ recovery-image] Dec 18 19:41:18.452 INFO O| Dec 18 19:41:18.452 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-18T19:41:20.656Z[ recovery-image] Dec 18 19:41:18.474 INFO O| Dec 18 19:41:18.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78542024-12-18T19:41:20.656Z[ recovery-image] Dec 18 19:41:18.474 INFO O| Dec 18 19:41:18.474 INFO STEP 1164 (remove_files) COMPLETE
78552024-12-18T19:41:20.659Z[ recovery-image] Dec 18 19:41:18.475 INFO O| Dec 18 19:41:18.474 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-18T19:41:20.678Z[ recovery-image] Dec 18 19:41:18.496 INFO O| Dec 18 19:41:18.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78572024-12-18T19:41:20.678Z[ recovery-image] Dec 18 19:41:18.496 INFO O| Dec 18 19:41:18.496 INFO STEP 1165 (remove_files) COMPLETE
78582024-12-18T19:41:20.681Z[ recovery-image] Dec 18 19:41:18.497 INFO O| Dec 18 19:41:18.496 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-18T19:41:20.699Z[ recovery-image] Dec 18 19:41:18.517 INFO O| Dec 18 19:41:18.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78602024-12-18T19:41:20.699Z[ recovery-image] Dec 18 19:41:18.517 INFO O| Dec 18 19:41:18.517 INFO STEP 1166 (remove_files) COMPLETE
78612024-12-18T19:41:20.699Z[ recovery-image] Dec 18 19:41:18.517 INFO O| Dec 18 19:41:18.517 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-18T19:41:20.749Z[ recovery-image] Dec 18 19:41:18.567 INFO O| Dec 18 19:41:18.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78632024-12-18T19:41:20.749Z[ recovery-image] Dec 18 19:41:18.567 INFO O| Dec 18 19:41:18.567 INFO STEP 1167 (remove_files) COMPLETE
78642024-12-18T19:41:20.751Z[ recovery-image] Dec 18 19:41:18.567 INFO O| Dec 18 19:41:18.567 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-18T19:41:20.763Z[ host-image] Dec 18 19:41:18.581 INFO O| Dec 18 19:41:18.581 INFO O| Done
78662024-12-18T19:41:20.806Z[ host-image] Dec 18 19:41:18.624 INFO O| Dec 18 19:41:18.624 INFO O| Done
78672024-12-18T19:41:20.806Z[ host-image] Dec 18 19:41:18.624 INFO O| Dec 18 19:41:18.624 INFO O| Done
78682024-12-18T19:41:20.810Z[ recovery-image] Dec 18 19:41:18.628 INFO O| Dec 18 19:41:18.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78692024-12-18T19:41:20.810Z[ recovery-image] Dec 18 19:41:18.628 INFO O| Dec 18 19:41:18.628 INFO STEP 1168 (remove_files) COMPLETE
78702024-12-18T19:41:20.810Z[ recovery-image] Dec 18 19:41:18.628 INFO O| Dec 18 19:41:18.628 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-18T19:41:20.831Z[ recovery-image] Dec 18 19:41:18.649 INFO O| Dec 18 19:41:18.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78722024-12-18T19:41:20.831Z[ recovery-image] Dec 18 19:41:18.649 INFO O| Dec 18 19:41:18.649 INFO STEP 1169 (remove_files) COMPLETE
78732024-12-18T19:41:20.831Z[ recovery-image] Dec 18 19:41:18.649 INFO O| Dec 18 19:41:18.649 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-18T19:41:20.854Z[ recovery-image] Dec 18 19:41:18.672 INFO O| Dec 18 19:41:18.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78752024-12-18T19:41:20.854Z[ recovery-image] Dec 18 19:41:18.672 INFO O| Dec 18 19:41:18.672 INFO STEP 1170 (remove_files) COMPLETE
78762024-12-18T19:41:20.854Z[ recovery-image] Dec 18 19:41:18.672 INFO O| Dec 18 19:41:18.672 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-18T19:41:20.874Z[ host-image] Dec 18 19:41:18.692 INFO O| Dec 18 19:41:18.692 INFO O| Done
78782024-12-18T19:41:20.876Z[ recovery-image] Dec 18 19:41:18.693 INFO O| Dec 18 19:41:18.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78792024-12-18T19:41:20.876Z[ recovery-image] Dec 18 19:41:18.693 INFO O| Dec 18 19:41:18.693 INFO STEP 1171 (remove_files) COMPLETE
78802024-12-18T19:41:20.876Z[ recovery-image] Dec 18 19:41:18.693 INFO O| Dec 18 19:41:18.693 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-18T19:41:20.897Z[ recovery-image] Dec 18 19:41:18.715 INFO O| Dec 18 19:41:18.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78822024-12-18T19:41:20.903Z[ recovery-image] Dec 18 19:41:18.715 INFO O| Dec 18 19:41:18.715 INFO STEP 1172 (remove_files) COMPLETE
78832024-12-18T19:41:20.903Z[ recovery-image] Dec 18 19:41:18.715 INFO O| Dec 18 19:41:18.715 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-18T19:41:20.919Z[ recovery-image] Dec 18 19:41:18.737 INFO O| Dec 18 19:41:18.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78852024-12-18T19:41:20.919Z[ recovery-image] Dec 18 19:41:18.737 INFO O| Dec 18 19:41:18.737 INFO STEP 1173 (remove_files) COMPLETE
78862024-12-18T19:41:20.919Z[ recovery-image] Dec 18 19:41:18.737 INFO O| Dec 18 19:41:18.737 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-18T19:41:20.941Z[ recovery-image] Dec 18 19:41:18.759 INFO O| Dec 18 19:41:18.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78882024-12-18T19:41:20.944Z[ recovery-image] Dec 18 19:41:18.759 INFO O| Dec 18 19:41:18.759 INFO STEP 1174 (remove_files) COMPLETE
78892024-12-18T19:41:20.944Z[ recovery-image] Dec 18 19:41:18.759 INFO O| Dec 18 19:41:18.759 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-18T19:41:20.981Z[ recovery-image] Dec 18 19:41:18.798 INFO O| Dec 18 19:41:18.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78912024-12-18T19:41:20.981Z[ recovery-image] Dec 18 19:41:18.798 INFO O| Dec 18 19:41:18.798 INFO STEP 1175 (remove_files) COMPLETE
78922024-12-18T19:41:20.981Z[ recovery-image] Dec 18 19:41:18.798 INFO O| Dec 18 19:41:18.798 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-18T19:41:21.004Z[ recovery-image] Dec 18 19:41:18.822 INFO O| Dec 18 19:41:18.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78942024-12-18T19:41:21.007Z[ recovery-image] Dec 18 19:41:18.822 INFO O| Dec 18 19:41:18.822 INFO STEP 1176 (remove_files) COMPLETE
78952024-12-18T19:41:21.007Z[ recovery-image] Dec 18 19:41:18.822 INFO O| Dec 18 19:41:18.822 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-18T19:41:21.039Z[ recovery-image] Dec 18 19:41:18.857 INFO O| Dec 18 19:41:18.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78972024-12-18T19:41:21.041Z[ recovery-image] Dec 18 19:41:18.857 INFO O| Dec 18 19:41:18.857 INFO STEP 1177 (remove_files) COMPLETE
78982024-12-18T19:41:21.041Z[ recovery-image] Dec 18 19:41:18.857 INFO O| Dec 18 19:41:18.857 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-18T19:41:21.056Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO STEP 14 (pkg_install) COMPLETE
79002024-12-18T19:41:21.056Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79012024-12-18T19:41:21.058Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO skip step because feature "mfg" is not enabled
79022024-12-18T19:41:21.059Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79032024-12-18T19:41:21.059Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO skip step because feature "compliance" is not enabled
79042024-12-18T19:41:21.059Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79052024-12-18T19:41:21.059Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO skip step because feature "stress" is not enabled
79062024-12-18T19:41:21.059Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79072024-12-18T19:41:21.061Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO skip step because feature "nfs" is not enabled
79082024-12-18T19:41:21.061Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
79092024-12-18T19:41:21.061Z[ host-image] Dec 18 19:41:18.874 INFO O| Dec 18 19:41:18.874 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
79102024-12-18T19:41:21.066Z[ recovery-image] Dec 18 19:41:18.882 INFO O| Dec 18 19:41:18.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79112024-12-18T19:41:21.066Z[ recovery-image] Dec 18 19:41:18.882 INFO O| Dec 18 19:41:18.882 INFO STEP 1178 (remove_files) COMPLETE
79122024-12-18T19:41:21.066Z[ recovery-image] Dec 18 19:41:18.882 INFO O| Dec 18 19:41:18.882 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-18T19:41:21.088Z[ recovery-image] Dec 18 19:41:18.905 INFO O| Dec 18 19:41:18.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79142024-12-18T19:41:21.088Z[ recovery-image] Dec 18 19:41:18.905 INFO O| Dec 18 19:41:18.905 INFO STEP 1179 (remove_files) COMPLETE
79152024-12-18T19:41:21.088Z[ recovery-image] Dec 18 19:41:18.905 INFO O| Dec 18 19:41:18.905 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-18T19:41:21.125Z[ recovery-image] Dec 18 19:41:18.943 INFO O| Dec 18 19:41:18.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79172024-12-18T19:41:21.129Z[ recovery-image] Dec 18 19:41:18.944 INFO O| Dec 18 19:41:18.943 INFO STEP 1180 (remove_files) COMPLETE
79182024-12-18T19:41:21.129Z[ recovery-image] Dec 18 19:41:18.944 INFO O| Dec 18 19:41:18.944 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-18T19:41:21.155Z[ recovery-image] Dec 18 19:41:18.970 INFO O| Dec 18 19:41:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79202024-12-18T19:41:21.158Z[ recovery-image] Dec 18 19:41:18.970 INFO O| Dec 18 19:41:18.970 INFO STEP 1181 (remove_files) COMPLETE
79212024-12-18T19:41:21.159Z[ recovery-image] Dec 18 19:41:18.970 INFO O| Dec 18 19:41:18.970 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-18T19:41:21.321Z[ recovery-image] Dec 18 19:41:19.139 INFO O| Dec 18 19:41:19.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79232024-12-18T19:41:21.322Z[ recovery-image] Dec 18 19:41:19.139 INFO O| Dec 18 19:41:19.139 INFO STEP 1182 (remove_files) COMPLETE
79242024-12-18T19:41:21.324Z[ recovery-image] Dec 18 19:41:19.139 INFO O| Dec 18 19:41:19.139 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-18T19:41:21.342Z[ recovery-image] Dec 18 19:41:19.161 INFO O| Dec 18 19:41:19.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79262024-12-18T19:41:21.342Z[ recovery-image] Dec 18 19:41:19.161 INFO O| Dec 18 19:41:19.161 INFO STEP 1183 (remove_files) COMPLETE
79272024-12-18T19:41:21.345Z[ recovery-image] Dec 18 19:41:19.161 INFO O| Dec 18 19:41:19.161 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-18T19:41:21.351Z[ host-image] Dec 18 19:41:19.169 INFO O| Dec 18 19:41:19.169 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
79292024-12-18T19:41:21.401Z[ recovery-image] Dec 18 19:41:19.219 INFO O| Dec 18 19:41:19.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79302024-12-18T19:41:21.401Z[ recovery-image] Dec 18 19:41:19.219 INFO O| Dec 18 19:41:19.219 INFO STEP 1184 (remove_files) COMPLETE
79312024-12-18T19:41:21.404Z[ recovery-image] Dec 18 19:41:19.219 INFO O| Dec 18 19:41:19.219 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-18T19:41:21.421Z[ recovery-image] Dec 18 19:41:19.239 INFO O| Dec 18 19:41:19.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79332024-12-18T19:41:21.421Z[ recovery-image] Dec 18 19:41:19.239 INFO O| Dec 18 19:41:19.239 INFO STEP 1185 (remove_files) COMPLETE
79342024-12-18T19:41:21.421Z[ recovery-image] Dec 18 19:41:19.239 INFO O| Dec 18 19:41:19.239 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-18T19:41:21.479Z[ host-image] Dec 18 19:41:19.297 INFO O| Dec 18 19:41:19.296 INFO completed processing gimlet/ramdisk-01-os
79362024-12-18T19:41:21.481Z[ host-image] Dec 18 19:41:19.299 INFO omicron1 baseline generation...
79372024-12-18T19:41:21.481Z[ host-image] Dec 18 19:41:19.299 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
79382024-12-18T19:41:21.484Z[ recovery-image] Dec 18 19:41:19.300 INFO O| Dec 18 19:41:19.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79392024-12-18T19:41:21.484Z[ recovery-image] Dec 18 19:41:19.300 INFO O| Dec 18 19:41:19.300 INFO STEP 1186 (remove_files) COMPLETE
79402024-12-18T19:41:21.484Z[ recovery-image] Dec 18 19:41:19.300 INFO O| Dec 18 19:41:19.300 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-18T19:41:21.559Z[ recovery-image] Dec 18 19:41:19.377 INFO O| Dec 18 19:41:19.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79422024-12-18T19:41:21.560Z[ recovery-image] Dec 18 19:41:19.377 INFO O| Dec 18 19:41:19.377 INFO STEP 1187 (remove_files) COMPLETE
79432024-12-18T19:41:21.562Z[ recovery-image] Dec 18 19:41:19.378 INFO O| Dec 18 19:41:19.377 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-18T19:41:21.578Z[ recovery-image] Dec 18 19:41:19.396 INFO O| Dec 18 19:41:19.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79452024-12-18T19:41:21.578Z[ recovery-image] Dec 18 19:41:19.396 INFO O| Dec 18 19:41:19.396 INFO STEP 1188 (remove_files) COMPLETE
79462024-12-18T19:41:21.578Z[ recovery-image] Dec 18 19:41:19.396 INFO O| Dec 18 19:41:19.396 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-18T19:41:21.597Z[ recovery-image] Dec 18 19:41:19.415 INFO O| Dec 18 19:41:19.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79482024-12-18T19:41:21.597Z[ recovery-image] Dec 18 19:41:19.415 INFO O| Dec 18 19:41:19.415 INFO STEP 1189 (remove_files) COMPLETE
79492024-12-18T19:41:21.600Z[ recovery-image] Dec 18 19:41:19.415 INFO O| Dec 18 19:41:19.415 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-18T19:41:21.617Z[ recovery-image] Dec 18 19:41:19.435 INFO O| Dec 18 19:41:19.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79512024-12-18T19:41:21.617Z[ recovery-image] Dec 18 19:41:19.435 INFO O| Dec 18 19:41:19.435 INFO STEP 1190 (remove_files) COMPLETE
79522024-12-18T19:41:21.620Z[ recovery-image] Dec 18 19:41:19.435 INFO O| Dec 18 19:41:19.435 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-18T19:41:21.638Z[ recovery-image] Dec 18 19:41:19.455 INFO O| Dec 18 19:41:19.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79542024-12-18T19:41:21.638Z[ recovery-image] Dec 18 19:41:19.456 INFO O| Dec 18 19:41:19.456 INFO STEP 1191 (remove_files) COMPLETE
79552024-12-18T19:41:21.641Z[ recovery-image] Dec 18 19:41:19.456 INFO O| Dec 18 19:41:19.456 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-18T19:41:21.674Z[ recovery-image] Dec 18 19:41:19.492 INFO O| Dec 18 19:41:19.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79572024-12-18T19:41:21.674Z[ recovery-image] Dec 18 19:41:19.492 INFO O| Dec 18 19:41:19.492 INFO STEP 1192 (remove_files) COMPLETE
79582024-12-18T19:41:21.677Z[ recovery-image] Dec 18 19:41:19.493 INFO O| Dec 18 19:41:19.492 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-18T19:41:21.695Z[ recovery-image] Dec 18 19:41:19.513 INFO O| Dec 18 19:41:19.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79602024-12-18T19:41:21.696Z[ recovery-image] Dec 18 19:41:19.513 INFO O| Dec 18 19:41:19.513 INFO STEP 1193 (remove_files) COMPLETE
79612024-12-18T19:41:21.696Z[ recovery-image] Dec 18 19:41:19.513 INFO O| Dec 18 19:41:19.513 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-18T19:41:21.713Z[ recovery-image] Dec 18 19:41:19.531 INFO O| Dec 18 19:41:19.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79632024-12-18T19:41:21.713Z[ recovery-image] Dec 18 19:41:19.531 INFO O| Dec 18 19:41:19.531 INFO STEP 1194 (remove_files) COMPLETE
79642024-12-18T19:41:21.713Z[ recovery-image] Dec 18 19:41:19.531 INFO O| Dec 18 19:41:19.531 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-18T19:41:21.750Z[ recovery-image] Dec 18 19:41:19.568 INFO O| Dec 18 19:41:19.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79662024-12-18T19:41:21.750Z[ recovery-image] Dec 18 19:41:19.568 INFO O| Dec 18 19:41:19.568 INFO STEP 1195 (remove_files) COMPLETE
79672024-12-18T19:41:21.750Z[ recovery-image] Dec 18 19:41:19.568 INFO O| Dec 18 19:41:19.568 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-18T19:41:21.772Z[ recovery-image] Dec 18 19:41:19.590 INFO O| Dec 18 19:41:19.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79692024-12-18T19:41:21.772Z[ recovery-image] Dec 18 19:41:19.590 INFO O| Dec 18 19:41:19.590 INFO STEP 1196 (remove_files) COMPLETE
79702024-12-18T19:41:21.772Z[ recovery-image] Dec 18 19:41:19.590 INFO O| Dec 18 19:41:19.590 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-18T19:41:21.792Z[ recovery-image] Dec 18 19:41:19.610 INFO O| Dec 18 19:41:19.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79722024-12-18T19:41:21.793Z[ recovery-image] Dec 18 19:41:19.611 INFO O| Dec 18 19:41:19.611 INFO STEP 1197 (remove_files) COMPLETE
79732024-12-18T19:41:21.793Z[ recovery-image] Dec 18 19:41:19.611 INFO O| Dec 18 19:41:19.611 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-18T19:41:21.812Z[ recovery-image] Dec 18 19:41:19.630 INFO O| Dec 18 19:41:19.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79752024-12-18T19:41:21.812Z[ recovery-image] Dec 18 19:41:19.630 INFO O| Dec 18 19:41:19.630 INFO STEP 1198 (remove_files) COMPLETE
79762024-12-18T19:41:21.815Z[ recovery-image] Dec 18 19:41:19.630 INFO O| Dec 18 19:41:19.630 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-18T19:41:21.852Z[ recovery-image] Dec 18 19:41:19.670 INFO O| Dec 18 19:41:19.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79782024-12-18T19:41:21.852Z[ recovery-image] Dec 18 19:41:19.670 INFO O| Dec 18 19:41:19.670 INFO STEP 1199 (remove_files) COMPLETE
79792024-12-18T19:41:21.854Z[ recovery-image] Dec 18 19:41:19.670 INFO O| Dec 18 19:41:19.670 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-18T19:41:21.891Z[ recovery-image] Dec 18 19:41:19.709 INFO O| Dec 18 19:41:19.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79812024-12-18T19:41:21.893Z[ recovery-image] Dec 18 19:41:19.709 INFO O| Dec 18 19:41:19.709 INFO STEP 1200 (remove_files) COMPLETE
79822024-12-18T19:41:21.893Z[ recovery-image] Dec 18 19:41:19.709 INFO O| Dec 18 19:41:19.709 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832024-12-18T19:41:21.923Z[ recovery-image] Dec 18 19:41:19.740 INFO O| Dec 18 19:41:19.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79842024-12-18T19:41:21.923Z[ recovery-image] Dec 18 19:41:19.740 INFO O| Dec 18 19:41:19.740 INFO STEP 1201 (remove_files) COMPLETE
79852024-12-18T19:41:21.923Z[ recovery-image] Dec 18 19:41:19.740 INFO O| Dec 18 19:41:19.740 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862024-12-18T19:41:21.983Z[ recovery-image] Dec 18 19:41:19.801 INFO O| Dec 18 19:41:19.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79872024-12-18T19:41:21.983Z[ recovery-image] Dec 18 19:41:19.801 INFO O| Dec 18 19:41:19.801 INFO STEP 1202 (remove_files) COMPLETE
79882024-12-18T19:41:21.986Z[ recovery-image] Dec 18 19:41:19.801 INFO O| Dec 18 19:41:19.801 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892024-12-18T19:41:22.022Z[ recovery-image] Dec 18 19:41:19.840 INFO O| Dec 18 19:41:19.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79902024-12-18T19:41:22.022Z[ recovery-image] Dec 18 19:41:19.840 INFO O| Dec 18 19:41:19.840 INFO STEP 1203 (remove_files) COMPLETE
79912024-12-18T19:41:22.022Z[ recovery-image] Dec 18 19:41:19.840 INFO O| Dec 18 19:41:19.840 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-18T19:41:22.043Z[ recovery-image] Dec 18 19:41:19.861 INFO O| Dec 18 19:41:19.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79932024-12-18T19:41:22.043Z[ recovery-image] Dec 18 19:41:19.861 INFO O| Dec 18 19:41:19.861 INFO STEP 1204 (remove_files) COMPLETE
79942024-12-18T19:41:22.043Z[ recovery-image] Dec 18 19:41:19.861 INFO O| Dec 18 19:41:19.861 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952024-12-18T19:41:22.063Z[ recovery-image] Dec 18 19:41:19.881 INFO O| Dec 18 19:41:19.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79962024-12-18T19:41:22.063Z[ recovery-image] Dec 18 19:41:19.881 INFO O| Dec 18 19:41:19.881 INFO STEP 1205 (remove_files) COMPLETE
79972024-12-18T19:41:22.063Z[ recovery-image] Dec 18 19:41:19.881 INFO O| Dec 18 19:41:19.881 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79982024-12-18T19:41:22.090Z[ recovery-image] Dec 18 19:41:19.908 INFO O| Dec 18 19:41:19.907 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79992024-12-18T19:41:22.090Z[ recovery-image] Dec 18 19:41:19.908 INFO O| Dec 18 19:41:19.908 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80002024-12-18T19:41:22.215Z[ host-image] Dec 18 19:41:20.033 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z
80012024-12-18T19:41:23.889Z[ recovery-image] Dec 18 19:41:21.706 INFO O| Dec 18 19:41:21.706 INFO STEP 1206 (pack_tar) COMPLETE
80022024-12-18T19:41:23.889Z[ recovery-image] Dec 18 19:41:21.706 INFO O| Dec 18 19:41:21.706 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80032024-12-18T19:41:23.889Z[ recovery-image] Dec 18 19:41:21.706 INFO O| Dec 18 19:41:21.706 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80042024-12-18T19:41:24.235Z[ recovery-image] Dec 18 19:41:22.053 INFO O| Dec 18 19:41:22.053 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80052024-12-18T19:41:24.324Z[ recovery-image] Dec 18 19:41:22.141 INFO O| Dec 18 19:41:22.141 INFO completed processing gimlet/ramdisk-03-recovery-trim
80062024-12-18T19:41:24.335Z[ recovery-image] Dec 18 19:41:22.152 INFO image builder template: zfs-recovery...
80072024-12-18T19:41:24.335Z[ recovery-image] Dec 18 19:41:22.152 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/.tmpDBIFVi/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
80082024-12-18T19:41:24.389Z[ recovery-image] Dec 18 19:41:22.207 INFO O| Dec 18 19:41:22.207 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80092024-12-18T19:41:24.398Z[ recovery-image] Dec 18 19:41:22.215 INFO O| Dec 18 19:41:22.215 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80102024-12-18T19:41:24.505Z[ recovery-image] Dec 18 19:41:22.322 INFO O| Dec 18 19:41:22.322 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80112024-12-18T19:41:24.632Z[ recovery-image] Dec 18 19:41:22.449 INFO O| Dec 18 19:41:22.449 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80122024-12-18T19:41:24.635Z[ recovery-image] Dec 18 19:41:22.450 INFO O| Dec 18 19:41:22.450 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80132024-12-18T19:41:24.641Z[ recovery-image] Dec 18 19:41:22.458 INFO O| Dec 18 19:41:22.458 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80142024-12-18T19:41:24.780Z[ recovery-image] Dec 18 19:41:22.598 INFO O| Dec 18 19:41:22.598 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80152024-12-18T19:41:24.888Z[ recovery-image] Dec 18 19:41:22.705 INFO O| Dec 18 19:41:22.705 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80162024-12-18T19:41:24.925Z[ recovery-image] Dec 18 19:41:22.743 INFO O| Dec 18 19:41:22.743 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80172024-12-18T19:41:24.973Z[ recovery-image] Dec 18 19:41:22.791 INFO O| Dec 18 19:41:22.791 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80182024-12-18T19:41:25.054Z[ recovery-image] Dec 18 19:41:22.871 INFO O| Dec 18 19:41:22.871 INFO no lofi found
80192024-12-18T19:41:25.056Z[ recovery-image] Dec 18 19:41:22.871 INFO O| Dec 18 19:41:22.871 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80202024-12-18T19:41:25.056Z[ recovery-image] Dec 18 19:41:22.871 INFO O| Dec 18 19:41:22.871 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80212024-12-18T19:41:27.194Z[ recovery-image] Dec 18 19:41:25.011 INFO O| Dec 18 19:41:25.011 INFO lofi device = /dev/dsk/c2t1d0p0
80222024-12-18T19:41:27.194Z[ recovery-image] Dec 18 19:41:25.011 INFO O| Dec 18 19:41:25.011 INFO pool device = /dev/dsk/c2t1d0p0
80232024-12-18T19:41:27.196Z[ recovery-image] Dec 18 19:41:25.011 INFO O| Dec 18 19:41:25.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"]
80242024-12-18T19:41:27.425Z[ recovery-image] Dec 18 19:41:25.242 INFO O| Dec 18 19:41:25.242 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80252024-12-18T19:41:27.425Z[ recovery-image] Dec 18 19:41:25.242 INFO O| Dec 18 19:41:25.242 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80262024-12-18T19:41:27.478Z[ recovery-image] Dec 18 19:41:25.295 INFO O| Dec 18 19:41:25.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80272024-12-18T19:41:27.939Z[ recovery-image] Dec 18 19:41:25.756 INFO O| Dec 18 19:41:25.756 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80282024-12-18T19:41:27.999Z[ recovery-image] Dec 18 19:41:25.816 INFO O| Dec 18 19:41:25.816 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80292024-12-18T19:41:28.025Z[ recovery-image] Dec 18 19:41:25.842 INFO O| Dec 18 19:41:25.842 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80302024-12-18T19:41:28.047Z[ recovery-image] Dec 18 19:41:25.864 INFO O| Dec 18 19:41:25.864 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80312024-12-18T19:41:28.150Z[ recovery-image] Dec 18 19:41:25.967 INFO O| Dec 18 19:41:25.966 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80322024-12-18T19:41:28.152Z[ recovery-image] Dec 18 19:41:25.967 INFO O| Dec 18 19:41:25.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80332024-12-18T19:41:28.152Z[ recovery-image] Dec 18 19:41:25.967 INFO O| Dec 18 19:41:25.967 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80342024-12-18T19:41:28.175Z[ recovery-image] Dec 18 19:41:25.992 INFO O| Dec 18 19:41:25.992 INFO boot environment UUID: fa031cf3-70ca-4393-baaa-2721ecac7716
80352024-12-18T19:41:28.175Z[ recovery-image] Dec 18 19:41:25.992 INFO O| Dec 18 19:41:25.992 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fa031cf3-70ca-4393-baaa-2721ecac7716
80362024-12-18T19:41:28.216Z[ recovery-image] Dec 18 19:41:26.033 INFO O| Dec 18 19:41:26.033 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80372024-12-18T19:41:28.275Z[ recovery-image] Dec 18 19:41:26.092 INFO O| Dec 18 19:41:26.092 INFO STEP 0 (create_be) COMPLETE
80382024-12-18T19:41:28.275Z[ recovery-image] Dec 18 19:41:26.092 INFO O| Dec 18 19:41:26.092 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80392024-12-18T19:41:28.322Z[ recovery-image] Dec 18 19:41:26.139 INFO O| Dec 18 19:41:26.139 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"]
80402024-12-18T19:41:35.409Z[ recovery-image] Dec 18 19:41:33.225 INFO O| Dec 18 19:41:33.225 INFO STEP 1 (unpack_tar) COMPLETE
80412024-12-18T19:41:35.409Z[ recovery-image] Dec 18 19:41:33.225 INFO O| Dec 18 19:41:33.225 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80422024-12-18T19:41:35.429Z[ recovery-image] Dec 18 19:41:33.245 INFO O| Dec 18 19:41:33.245 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80432024-12-18T19:41:35.975Z[ recovery-image] Dec 18 19:41:33.790 INFO O| Dec 18 19:41:33.789 INFO STEP 2 (devfsadm) COMPLETE
80442024-12-18T19:41:35.977Z[ recovery-image] Dec 18 19:41:33.790 INFO O| Dec 18 19:41:33.789 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452024-12-18T19:41:35.994Z[ recovery-image] Dec 18 19:41:33.810 INFO O| Dec 18 19:41:33.810 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80462024-12-18T19:41:35.994Z[ recovery-image] Dec 18 19:41:33.810 INFO O| Dec 18 19:41:33.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80472024-12-18T19:41:35.994Z[ recovery-image] Dec 18 19:41:33.810 INFO O| Dec 18 19:41:33.810 INFO STEP 3 (ensure_dir) COMPLETE
80482024-12-18T19:41:35.997Z[ recovery-image] Dec 18 19:41:33.810 INFO O| Dec 18 19:41:33.810 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80492024-12-18T19:41:36.082Z[ recovery-image] Dec 18 19:41:33.898 INFO O| Dec 18 19:41:33.898 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80502024-12-18T19:41:36.082Z[ recovery-image] Dec 18 19:41:33.898 INFO O| Dec 18 19:41:33.898 INFO STEP 4 (ensure_dir) COMPLETE
80512024-12-18T19:41:36.082Z[ recovery-image] Dec 18 19:41:33.898 INFO O| Dec 18 19:41:33.898 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522024-12-18T19:41:36.126Z[ recovery-image] Dec 18 19:41:33.942 INFO O| Dec 18 19:41:33.942 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80532024-12-18T19:41:36.126Z[ recovery-image] Dec 18 19:41:33.942 INFO O| Dec 18 19:41:33.942 INFO STEP 5 (ensure_dir) COMPLETE
80542024-12-18T19:41:36.126Z[ recovery-image] Dec 18 19:41:33.942 INFO O| Dec 18 19:41:33.942 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80552024-12-18T19:41:36.151Z[ recovery-image] Dec 18 19:41:33.966 INFO O| Dec 18 19:41:33.966 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80562024-12-18T19:41:36.151Z[ recovery-image] Dec 18 19:41:33.966 INFO O| Dec 18 19:41:33.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80572024-12-18T19:41:36.151Z[ recovery-image] Dec 18 19:41:33.966 INFO O| Dec 18 19:41:33.966 INFO STEP 6 (ensure_dir) COMPLETE
80582024-12-18T19:41:36.151Z[ recovery-image] Dec 18 19:41:33.966 INFO O| Dec 18 19:41:33.966 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592024-12-18T19:41:36.168Z[ recovery-image] Dec 18 19:41:33.983 INFO O| Dec 18 19:41:33.983 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80602024-12-18T19:41:36.168Z[ recovery-image] Dec 18 19:41:33.984 INFO O| Dec 18 19:41:33.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80612024-12-18T19:41:36.168Z[ recovery-image] Dec 18 19:41:33.984 INFO O| Dec 18 19:41:33.984 INFO STEP 7 (ensure_dir) COMPLETE
80622024-12-18T19:41:36.168Z[ recovery-image] Dec 18 19:41:33.984 INFO O| Dec 18 19:41:33.984 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80632024-12-18T19:41:36.185Z[ recovery-image] Dec 18 19:41:34.001 INFO O| Dec 18 19:41:34.001 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80642024-12-18T19:41:36.188Z[ recovery-image] Dec 18 19:41:34.002 INFO O| Dec 18 19:41:34.002 INFO STEP 8 (remove_files) COMPLETE
80652024-12-18T19:41:36.188Z[ recovery-image] Dec 18 19:41:34.002 INFO O| Dec 18 19:41:34.002 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80662024-12-18T19:41:36.205Z[ recovery-image] Dec 18 19:41:34.021 INFO O| Dec 18 19:41:34.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80672024-12-18T19:41:36.208Z[ recovery-image] Dec 18 19:41:34.023 INFO O| Dec 18 19:41:34.023 INFO STEP 9 (remove_files) COMPLETE
80682024-12-18T19:41:36.209Z[ recovery-image] Dec 18 19:41:34.023 INFO O| Dec 18 19:41:34.023 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80692024-12-18T19:41:36.228Z[ recovery-image] Dec 18 19:41:34.044 INFO O| Dec 18 19:41:34.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80702024-12-18T19:41:36.232Z[ recovery-image] Dec 18 19:41:34.045 INFO O| Dec 18 19:41:34.045 INFO STEP 10 (remove_files) COMPLETE
80712024-12-18T19:41:36.232Z[ recovery-image] Dec 18 19:41:34.045 INFO O| Dec 18 19:41:34.045 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80722024-12-18T19:41:36.252Z[ recovery-image] Dec 18 19:41:34.068 INFO O| Dec 18 19:41:34.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80732024-12-18T19:41:36.254Z[ recovery-image] Dec 18 19:41:34.068 INFO O| Dec 18 19:41:34.068 INFO STEP 11 (remove_files) COMPLETE
80742024-12-18T19:41:36.254Z[ recovery-image] Dec 18 19:41:34.068 INFO O| Dec 18 19:41:34.068 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80752024-12-18T19:41:36.274Z[ recovery-image] Dec 18 19:41:34.090 INFO O| Dec 18 19:41:34.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80762024-12-18T19:41:36.276Z[ recovery-image] Dec 18 19:41:34.090 INFO O| Dec 18 19:41:34.090 INFO STEP 12 (remove_files) COMPLETE
80772024-12-18T19:41:36.276Z[ recovery-image] Dec 18 19:41:34.090 INFO O| Dec 18 19:41:34.090 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80782024-12-18T19:41:36.295Z[ recovery-image] Dec 18 19:41:34.111 INFO O| Dec 18 19:41:34.111 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80792024-12-18T19:41:36.295Z[ recovery-image] Dec 18 19:41:34.111 INFO O| Dec 18 19:41:34.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80802024-12-18T19:41:36.295Z[ recovery-image] Dec 18 19:41:34.111 INFO O| Dec 18 19:41:34.111 INFO STEP 13 (ensure_dir) COMPLETE
80812024-12-18T19:41:36.295Z[ recovery-image] Dec 18 19:41:34.111 INFO O| Dec 18 19:41:34.111 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822024-12-18T19:41:36.333Z[ recovery-image] Dec 18 19:41:34.149 INFO O| Dec 18 19:41:34.148 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80832024-12-18T19:41:36.333Z[ recovery-image] Dec 18 19:41:34.149 INFO O| Dec 18 19:41:34.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80842024-12-18T19:41:36.335Z[ recovery-image] Dec 18 19:41:34.149 INFO O| Dec 18 19:41:34.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80852024-12-18T19:41:36.335Z[ recovery-image] Dec 18 19:41:34.149 INFO O| Dec 18 19:41:34.149 INFO STEP 14 (ensure_dir) COMPLETE
80862024-12-18T19:41:36.335Z[ recovery-image] Dec 18 19:41:34.149 INFO O| Dec 18 19:41:34.149 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80872024-12-18T19:41:36.354Z[ recovery-image] Dec 18 19:41:34.170 INFO O| Dec 18 19:41:34.169 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80882024-12-18T19:41:36.354Z[ recovery-image] Dec 18 19:41:34.170 INFO O| Dec 18 19:41:34.170 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80892024-12-18T19:41:36.354Z[ recovery-image] Dec 18 19:41:34.170 INFO O| Dec 18 19:41:34.170 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80902024-12-18T19:41:36.357Z[ recovery-image] Dec 18 19:41:34.170 INFO O| Dec 18 19:41:34.170 INFO STEP 15 (ensure_dir) COMPLETE
80912024-12-18T19:41:36.357Z[ recovery-image] Dec 18 19:41:34.170 INFO O| Dec 18 19:41:34.170 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80922024-12-18T19:41:36.389Z[ recovery-image] Dec 18 19:41:34.205 INFO O| Dec 18 19:41:34.205 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80932024-12-18T19:41:36.389Z[ recovery-image] Dec 18 19:41:34.205 INFO O| Dec 18 19:41:34.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80942024-12-18T19:41:36.392Z[ recovery-image] Dec 18 19:41:34.205 INFO O| Dec 18 19:41:34.205 INFO STEP 16 (ensure_dir) COMPLETE
80952024-12-18T19:41:36.392Z[ recovery-image] Dec 18 19:41:34.205 INFO O| Dec 18 19:41:34.205 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80962024-12-18T19:41:36.411Z[ recovery-image] Dec 18 19:41:34.227 INFO O| Dec 18 19:41:34.227 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80972024-12-18T19:41:36.411Z[ recovery-image] Dec 18 19:41:34.227 INFO O| Dec 18 19:41:34.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80982024-12-18T19:41:36.421Z[ recovery-image] Dec 18 19:41:34.227 INFO O| Dec 18 19:41:34.227 INFO STEP 17 (ensure_dir) COMPLETE
80992024-12-18T19:41:36.421Z[ recovery-image] Dec 18 19:41:34.227 INFO O| Dec 18 19:41:34.227 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81002024-12-18T19:41:36.432Z[ recovery-image] Dec 18 19:41:34.247 INFO O| Dec 18 19:41:34.247 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81012024-12-18T19:41:36.432Z[ recovery-image] Dec 18 19:41:34.247 INFO O| Dec 18 19:41:34.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81022024-12-18T19:41:36.432Z[ recovery-image] Dec 18 19:41:34.247 INFO O| Dec 18 19:41:34.247 INFO ok!
81032024-12-18T19:41:36.432Z[ recovery-image] Dec 18 19:41:34.247 INFO O| Dec 18 19:41:34.247 INFO STEP 18 (ensure_symlink) COMPLETE
81042024-12-18T19:41:36.432Z[ recovery-image] Dec 18 19:41:34.247 INFO O| Dec 18 19:41:34.247 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81052024-12-18T19:41:36.451Z[ recovery-image] Dec 18 19:41:34.267 INFO O| Dec 18 19:41:34.267 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81062024-12-18T19:41:36.451Z[ recovery-image] Dec 18 19:41:34.267 INFO O| Dec 18 19:41:34.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81072024-12-18T19:41:36.451Z[ recovery-image] Dec 18 19:41:34.267 INFO O| Dec 18 19:41:34.267 INFO ok!
81082024-12-18T19:41:36.454Z[ recovery-image] Dec 18 19:41:34.267 INFO O| Dec 18 19:41:34.267 INFO STEP 19 (ensure_file) COMPLETE
81092024-12-18T19:41:36.454Z[ recovery-image] Dec 18 19:41:34.267 INFO O| Dec 18 19:41:34.267 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81102024-12-18T19:41:36.473Z[ recovery-image] Dec 18 19:41:34.289 INFO O| Dec 18 19:41:34.289 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81112024-12-18T19:41:36.473Z[ recovery-image] Dec 18 19:41:34.289 INFO O| Dec 18 19:41:34.289 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81122024-12-18T19:41:36.473Z[ recovery-image] Dec 18 19:41:34.289 INFO O| Dec 18 19:41:34.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81132024-12-18T19:41:36.476Z[ recovery-image] Dec 18 19:41:34.290 INFO O| Dec 18 19:41:34.289 INFO ok!
81142024-12-18T19:41:36.476Z[ recovery-image] Dec 18 19:41:34.290 INFO O| Dec 18 19:41:34.290 INFO STEP 20 (ensure_symlink) COMPLETE
81152024-12-18T19:41:36.476Z[ recovery-image] Dec 18 19:41:34.290 INFO O| Dec 18 19:41:34.290 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81162024-12-18T19:41:36.496Z[ recovery-image] Dec 18 19:41:34.312 INFO O| Dec 18 19:41:34.311 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81172024-12-18T19:41:36.496Z[ recovery-image] Dec 18 19:41:34.312 INFO O| Dec 18 19:41:34.311 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81182024-12-18T19:41:36.498Z[ recovery-image] Dec 18 19:41:34.312 INFO O| Dec 18 19:41:34.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81192024-12-18T19:41:36.498Z[ recovery-image] Dec 18 19:41:34.312 INFO O| Dec 18 19:41:34.312 INFO ok!
81202024-12-18T19:41:36.498Z[ recovery-image] Dec 18 19:41:34.312 INFO O| Dec 18 19:41:34.312 INFO STEP 21 (ensure_symlink) COMPLETE
81212024-12-18T19:41:36.498Z[ recovery-image] Dec 18 19:41:34.312 INFO O| Dec 18 19:41:34.312 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81222024-12-18T19:41:36.514Z[ recovery-image] Dec 18 19:41:34.330 INFO O| Dec 18 19:41:34.330 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81232024-12-18T19:41:36.517Z[ recovery-image] Dec 18 19:41:34.330 INFO O| Dec 18 19:41:34.330 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81242024-12-18T19:41:36.517Z[ recovery-image] Dec 18 19:41:34.330 INFO O| Dec 18 19:41:34.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81252024-12-18T19:41:36.517Z[ recovery-image] Dec 18 19:41:34.330 INFO O| Dec 18 19:41:34.330 INFO ok!
81262024-12-18T19:41:36.517Z[ recovery-image] Dec 18 19:41:34.331 INFO O| Dec 18 19:41:34.330 INFO STEP 22 (ensure_symlink) COMPLETE
81272024-12-18T19:41:36.517Z[ recovery-image] Dec 18 19:41:34.331 INFO O| Dec 18 19:41:34.331 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81282024-12-18T19:41:36.535Z[ recovery-image] Dec 18 19:41:34.351 INFO O| Dec 18 19:41:34.351 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81292024-12-18T19:41:36.537Z[ recovery-image] Dec 18 19:41:34.351 INFO O| Dec 18 19:41:34.351 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81302024-12-18T19:41:36.537Z[ recovery-image] Dec 18 19:41:34.351 INFO O| Dec 18 19:41:34.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81312024-12-18T19:41:36.537Z[ recovery-image] Dec 18 19:41:34.351 INFO O| Dec 18 19:41:34.351 INFO ok!
81322024-12-18T19:41:36.537Z[ recovery-image] Dec 18 19:41:34.351 INFO O| Dec 18 19:41:34.351 INFO STEP 23 (ensure_symlink) COMPLETE
81332024-12-18T19:41:36.538Z[ recovery-image] Dec 18 19:41:34.351 INFO O| Dec 18 19:41:34.351 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81342024-12-18T19:41:36.566Z[ recovery-image] Dec 18 19:41:34.382 INFO O| Dec 18 19:41:34.382 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81352024-12-18T19:41:36.566Z[ recovery-image] Dec 18 19:41:34.382 INFO O| Dec 18 19:41:34.382 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 ...
81362024-12-18T19:41:36.569Z[ recovery-image] Dec 18 19:41:34.383 INFO O| Dec 18 19:41:34.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81372024-12-18T19:41:36.569Z[ recovery-image] Dec 18 19:41:34.383 INFO O| Dec 18 19:41:34.383 INFO ok!
81382024-12-18T19:41:36.569Z[ recovery-image] Dec 18 19:41:34.383 INFO O| Dec 18 19:41:34.383 INFO STEP 24 (ensure_file) COMPLETE
81392024-12-18T19:41:36.569Z[ recovery-image] Dec 18 19:41:34.383 INFO O| Dec 18 19:41:34.383 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81402024-12-18T19:41:36.630Z[ recovery-image] Dec 18 19:41:34.445 INFO O| Dec 18 19:41:34.445 INFO updating shadow file
81412024-12-18T19:41:36.632Z[ recovery-image] Dec 18 19:41:34.446 INFO O| Dec 18 19:41:34.446 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81422024-12-18T19:41:36.632Z[ recovery-image] Dec 18 19:41:34.446 INFO O| Dec 18 19:41:34.446 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81432024-12-18T19:41:36.632Z[ recovery-image] Dec 18 19:41:34.446 INFO O| Dec 18 19:41:34.446 INFO STEP 25 (shadow) COMPLETE
81442024-12-18T19:41:36.632Z[ recovery-image] Dec 18 19:41:34.446 INFO O| Dec 18 19:41:34.446 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81452024-12-18T19:41:36.693Z[ recovery-image] Dec 18 19:41:34.509 INFO O| Dec 18 19:41:34.509 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81462024-12-18T19:41:36.693Z[ recovery-image] Dec 18 19:41:34.509 INFO O| Dec 18 19:41:34.509 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81472024-12-18T19:41:36.696Z[ recovery-image] Dec 18 19:41:34.509 INFO O| Dec 18 19:41:34.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81482024-12-18T19:41:36.697Z[ recovery-image] Dec 18 19:41:34.509 INFO O| Dec 18 19:41:34.509 INFO ok!
81492024-12-18T19:41:36.697Z[ recovery-image] Dec 18 19:41:34.510 INFO O| Dec 18 19:41:34.509 INFO STEP 26 (ensure_file) COMPLETE
81502024-12-18T19:41:36.697Z[ recovery-image] Dec 18 19:41:34.510 INFO O| Dec 18 19:41:34.509 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81512024-12-18T19:41:36.733Z[ recovery-image] Dec 18 19:41:34.549 INFO O| Dec 18 19:41:34.549 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81522024-12-18T19:41:36.733Z[ recovery-image] Dec 18 19:41:34.549 INFO O| Dec 18 19:41:34.549 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81532024-12-18T19:41:36.733Z[ recovery-image] Dec 18 19:41:34.549 INFO O| Dec 18 19:41:34.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81542024-12-18T19:41:36.733Z[ recovery-image] Dec 18 19:41:34.549 INFO O| Dec 18 19:41:34.549 INFO ok!
81552024-12-18T19:41:36.736Z[ recovery-image] Dec 18 19:41:34.549 INFO O| Dec 18 19:41:34.549 INFO STEP 27 (ensure_file) COMPLETE
81562024-12-18T19:41:36.736Z[ recovery-image] Dec 18 19:41:34.549 INFO O| Dec 18 19:41:34.549 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81572024-12-18T19:41:36.773Z[ recovery-image] Dec 18 19:41:34.589 INFO O| Dec 18 19:41:34.588 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81582024-12-18T19:41:36.773Z[ recovery-image] Dec 18 19:41:34.589 INFO O| Dec 18 19:41:34.589 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81592024-12-18T19:41:36.776Z[ recovery-image] Dec 18 19:41:34.589 INFO O| Dec 18 19:41:34.589 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81602024-12-18T19:41:36.776Z[ recovery-image] Dec 18 19:41:34.589 INFO O| Dec 18 19:41:34.589 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81612024-12-18T19:41:36.776Z[ recovery-image] Dec 18 19:41:34.589 INFO O| Dec 18 19:41:34.589 INFO ok!
81622024-12-18T19:41:36.776Z[ recovery-image] Dec 18 19:41:34.589 INFO O| Dec 18 19:41:34.589 INFO STEP 28 (ensure_file) COMPLETE
81632024-12-18T19:41:36.776Z[ recovery-image] Dec 18 19:41:34.589 INFO O| Dec 18 19:41:34.589 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81642024-12-18T19:41:36.793Z[ recovery-image] Dec 18 19:41:34.609 INFO O| Dec 18 19:41:34.609 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81652024-12-18T19:41:36.793Z[ recovery-image] Dec 18 19:41:34.609 INFO O| Dec 18 19:41:34.609 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81662024-12-18T19:41:36.796Z[ recovery-image] Dec 18 19:41:34.609 INFO O| Dec 18 19:41:34.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81672024-12-18T19:41:36.796Z[ recovery-image] Dec 18 19:41:34.609 INFO O| Dec 18 19:41:34.609 INFO ok!
81682024-12-18T19:41:36.796Z[ recovery-image] Dec 18 19:41:34.609 INFO O| Dec 18 19:41:34.609 INFO STEP 29 (ensure_file) COMPLETE
81692024-12-18T19:41:36.796Z[ recovery-image] Dec 18 19:41:34.609 INFO O| Dec 18 19:41:34.609 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81702024-12-18T19:41:36.828Z[ recovery-image] Dec 18 19:41:34.644 INFO O| Dec 18 19:41:34.644 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81712024-12-18T19:41:36.828Z[ recovery-image] Dec 18 19:41:34.644 INFO O| Dec 18 19:41:34.644 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81722024-12-18T19:41:36.831Z[ recovery-image] Dec 18 19:41:34.644 INFO O| Dec 18 19:41:34.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81732024-12-18T19:41:36.831Z[ recovery-image] Dec 18 19:41:34.644 INFO O| Dec 18 19:41:34.644 INFO ok!
81742024-12-18T19:41:36.831Z[ recovery-image] Dec 18 19:41:34.644 INFO O| Dec 18 19:41:34.644 INFO STEP 30 (ensure_file) COMPLETE
81752024-12-18T19:41:36.831Z[ recovery-image] Dec 18 19:41:34.644 INFO O| Dec 18 19:41:34.644 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81762024-12-18T19:41:36.887Z[ recovery-image] Dec 18 19:41:34.703 INFO O| Dec 18 19:41:34.703 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81772024-12-18T19:41:36.889Z[ recovery-image] Dec 18 19:41:34.703 INFO O| Dec 18 19:41:34.703 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81782024-12-18T19:41:36.890Z[ recovery-image] Dec 18 19:41:34.703 INFO O| Dec 18 19:41:34.703 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81792024-12-18T19:41:36.890Z[ recovery-image] Dec 18 19:41:34.703 INFO O| Dec 18 19:41:34.703 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81802024-12-18T19:41:36.890Z[ recovery-image] Dec 18 19:41:34.703 INFO O| Dec 18 19:41:34.703 INFO ok!
81812024-12-18T19:41:36.890Z[ recovery-image] Dec 18 19:41:34.703 INFO O| Dec 18 19:41:34.703 INFO STEP 31 (ensure_file) COMPLETE
81822024-12-18T19:41:36.890Z[ recovery-image] Dec 18 19:41:34.703 INFO O| Dec 18 19:41:34.703 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81832024-12-18T19:41:36.949Z[ recovery-image] Dec 18 19:41:34.765 INFO O| Dec 18 19:41:34.765 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81842024-12-18T19:41:36.949Z[ recovery-image] Dec 18 19:41:34.765 INFO O| Dec 18 19:41:34.765 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81852024-12-18T19:41:36.949Z[ recovery-image] Dec 18 19:41:34.765 INFO O| Dec 18 19:41:34.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81862024-12-18T19:41:36.949Z[ recovery-image] Dec 18 19:41:34.765 INFO O| Dec 18 19:41:34.765 INFO ok!
81872024-12-18T19:41:36.952Z[ recovery-image] Dec 18 19:41:34.765 INFO O| Dec 18 19:41:34.765 INFO STEP 32 (ensure_file) COMPLETE
81882024-12-18T19:41:36.952Z[ recovery-image] Dec 18 19:41:34.765 INFO O| Dec 18 19:41:34.765 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81892024-12-18T19:41:36.972Z[ recovery-image] Dec 18 19:41:34.787 INFO O| Dec 18 19:41:34.787 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81902024-12-18T19:41:36.972Z[ recovery-image] Dec 18 19:41:34.787 INFO O| Dec 18 19:41:34.787 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81912024-12-18T19:41:36.975Z[ recovery-image] Dec 18 19:41:34.787 INFO O| Dec 18 19:41:34.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81922024-12-18T19:41:36.976Z[ recovery-image] Dec 18 19:41:34.787 INFO O| Dec 18 19:41:34.787 INFO ok!
81932024-12-18T19:41:36.976Z[ recovery-image] Dec 18 19:41:34.787 INFO O| Dec 18 19:41:34.787 INFO STEP 33 (ensure_file) COMPLETE
81942024-12-18T19:41:36.976Z[ recovery-image] Dec 18 19:41:34.788 INFO O| Dec 18 19:41:34.787 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81952024-12-18T19:41:37.009Z[ recovery-image] Dec 18 19:41:34.825 INFO O| Dec 18 19:41:34.825 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81962024-12-18T19:41:37.009Z[ recovery-image] Dec 18 19:41:34.825 INFO O| Dec 18 19:41:34.825 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81972024-12-18T19:41:37.009Z[ recovery-image] Dec 18 19:41:34.825 INFO O| Dec 18 19:41:34.825 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81982024-12-18T19:41:37.012Z[ recovery-image] Dec 18 19:41:34.826 INFO O| Dec 18 19:41:34.825 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81992024-12-18T19:41:37.012Z[ recovery-image] Dec 18 19:41:34.826 INFO O| Dec 18 19:41:34.826 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82002024-12-18T19:41:37.012Z[ recovery-image] Dec 18 19:41:34.826 INFO O| Dec 18 19:41:34.826 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82012024-12-18T19:41:37.012Z[ recovery-image] Dec 18 19:41:34.826 INFO O| Dec 18 19:41:34.826 INFO ok!
82022024-12-18T19:41:37.012Z[ recovery-image] Dec 18 19:41:34.826 INFO O| Dec 18 19:41:34.826 INFO STEP 34 (ensure_file) COMPLETE
82032024-12-18T19:41:37.012Z[ recovery-image] Dec 18 19:41:34.826 INFO O| Dec 18 19:41:34.826 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82042024-12-18T19:41:37.045Z[ recovery-image] Dec 18 19:41:34.860 INFO O| Dec 18 19:41:34.860 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82052024-12-18T19:41:37.045Z[ recovery-image] Dec 18 19:41:34.860 INFO O| Dec 18 19:41:34.860 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82062024-12-18T19:41:37.045Z[ recovery-image] Dec 18 19:41:34.860 INFO O| Dec 18 19:41:34.860 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82072024-12-18T19:41:37.045Z[ recovery-image] Dec 18 19:41:34.860 INFO O| Dec 18 19:41:34.860 INFO STEP 35 (ensure_dir) COMPLETE
82082024-12-18T19:41:37.045Z[ recovery-image] Dec 18 19:41:34.860 INFO O| Dec 18 19:41:34.860 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82092024-12-18T19:41:37.105Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 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
82102024-12-18T19:41:37.105Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 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 ...
82112024-12-18T19:41:37.108Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 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
82122024-12-18T19:41:37.122Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 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
82132024-12-18T19:41:37.122Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 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
82142024-12-18T19:41:37.122Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 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
82152024-12-18T19:41:37.122Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 INFO ok!
82162024-12-18T19:41:37.122Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 INFO STEP 36 (ensure_file) COMPLETE
82172024-12-18T19:41:37.122Z[ recovery-image] Dec 18 19:41:34.921 INFO O| Dec 18 19:41:34.921 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82182024-12-18T19:41:37.125Z[ recovery-image] Dec 18 19:41:34.941 INFO O| Dec 18 19:41:34.941 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82192024-12-18T19:41:37.125Z[ recovery-image] Dec 18 19:41:34.941 INFO O| Dec 18 19:41:34.941 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 ...
82202024-12-18T19:41:37.127Z[ recovery-image] Dec 18 19:41:34.941 INFO O| Dec 18 19:41:34.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82212024-12-18T19:41:37.127Z[ recovery-image] Dec 18 19:41:34.941 INFO O| Dec 18 19:41:34.941 INFO ok!
82222024-12-18T19:41:37.127Z[ recovery-image] Dec 18 19:41:34.941 INFO O| Dec 18 19:41:34.941 INFO STEP 37 (ensure_symlink) COMPLETE
82232024-12-18T19:41:37.127Z[ recovery-image] Dec 18 19:41:34.941 INFO O| Dec 18 19:41:34.941 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82242024-12-18T19:41:37.157Z[ recovery-image] Dec 18 19:41:34.972 INFO O| Dec 18 19:41:34.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82252024-12-18T19:41:37.157Z[ recovery-image] Dec 18 19:41:34.973 INFO O| Dec 18 19:41:34.972 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82262024-12-18T19:41:37.159Z[ recovery-image] Dec 18 19:41:34.973 INFO O| Dec 18 19:41:34.973 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82272024-12-18T19:41:37.159Z[ recovery-image] Dec 18 19:41:34.973 INFO O| Dec 18 19:41:34.973 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82282024-12-18T19:41:37.159Z[ recovery-image] Dec 18 19:41:34.973 INFO O| Dec 18 19:41:34.973 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82292024-12-18T19:41:37.159Z[ recovery-image] Dec 18 19:41:34.973 INFO O| Dec 18 19:41:34.973 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82302024-12-18T19:41:37.159Z[ recovery-image] Dec 18 19:41:34.973 INFO O| Dec 18 19:41:34.973 INFO ok!
82312024-12-18T19:41:37.159Z[ recovery-image] Dec 18 19:41:34.973 INFO O| Dec 18 19:41:34.973 INFO STEP 38 (ensure_file) COMPLETE
82322024-12-18T19:41:37.159Z[ recovery-image] Dec 18 19:41:34.973 INFO O| Dec 18 19:41:34.973 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82332024-12-18T19:41:37.218Z[ recovery-image] Dec 18 19:41:35.034 INFO O| Dec 18 19:41:35.033 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82342024-12-18T19:41:37.218Z[ recovery-image] Dec 18 19:41:35.034 INFO O| Dec 18 19:41:35.034 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 ...
82352024-12-18T19:41:37.220Z[ recovery-image] Dec 18 19:41:35.034 INFO O| Dec 18 19:41:35.034 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
82362024-12-18T19:41:37.220Z[ recovery-image] Dec 18 19:41:35.034 INFO O| Dec 18 19:41:35.034 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82372024-12-18T19:41:37.220Z[ recovery-image] Dec 18 19:41:35.034 INFO O| Dec 18 19:41:35.034 INFO ok!
82382024-12-18T19:41:37.220Z[ recovery-image] Dec 18 19:41:35.034 INFO O| Dec 18 19:41:35.034 INFO STEP 39 (ensure_file) COMPLETE
82392024-12-18T19:41:37.220Z[ recovery-image] Dec 18 19:41:35.034 INFO O| Dec 18 19:41:35.034 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82402024-12-18T19:41:37.310Z[ recovery-image] Dec 18 19:41:35.120 INFO O| Dec 18 19:41:35.119 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82412024-12-18T19:41:37.310Z[ recovery-image] Dec 18 19:41:35.120 INFO O| Dec 18 19:41:35.119 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82422024-12-18T19:41:37.311Z[ recovery-image] Dec 18 19:41:35.120 INFO O| Dec 18 19:41:35.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82432024-12-18T19:41:37.311Z[ recovery-image] Dec 18 19:41:35.120 INFO O| Dec 18 19:41:35.120 INFO ok!
82442024-12-18T19:41:37.311Z[ recovery-image] Dec 18 19:41:35.120 INFO O| Dec 18 19:41:35.120 INFO STEP 40 (ensure_file) COMPLETE
82452024-12-18T19:41:37.311Z[ recovery-image] Dec 18 19:41:35.120 INFO O| Dec 18 19:41:35.120 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82462024-12-18T19:41:37.341Z[ recovery-image] Dec 18 19:41:35.157 INFO O| Dec 18 19:41:35.157 INFO updating shadow file
82472024-12-18T19:41:37.341Z[ recovery-image] Dec 18 19:41:35.157 INFO O| Dec 18 19:41:35.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82482024-12-18T19:41:37.341Z[ recovery-image] Dec 18 19:41:35.157 INFO O| Dec 18 19:41:35.157 INFO STEP 41 (shadow) COMPLETE
82492024-12-18T19:41:37.345Z[ recovery-image] Dec 18 19:41:35.157 INFO O| Dec 18 19:41:35.157 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82502024-12-18T19:41:37.372Z[ recovery-image] Dec 18 19:41:35.188 INFO O| Dec 18 19:41:35.188 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82512024-12-18T19:41:37.372Z[ recovery-image] Dec 18 19:41:35.188 INFO O| Dec 18 19:41:35.188 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82522024-12-18T19:41:37.372Z[ recovery-image] Dec 18 19:41:35.188 INFO O| Dec 18 19:41:35.188 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82532024-12-18T19:41:37.375Z[ recovery-image] Dec 18 19:41:35.188 INFO O| Dec 18 19:41:35.188 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82542024-12-18T19:41:37.375Z[ recovery-image] Dec 18 19:41:35.188 INFO O| Dec 18 19:41:35.188 INFO ok!
82552024-12-18T19:41:37.375Z[ recovery-image] Dec 18 19:41:35.188 INFO O| Dec 18 19:41:35.188 INFO STEP 42 (ensure_file) COMPLETE
82562024-12-18T19:41:37.375Z[ recovery-image] Dec 18 19:41:35.188 INFO O| Dec 18 19:41:35.188 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82572024-12-18T19:41:37.413Z[ recovery-image] Dec 18 19:41:35.229 INFO O| Dec 18 19:41:35.229 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82582024-12-18T19:41:37.413Z[ recovery-image] Dec 18 19:41:35.229 INFO O| Dec 18 19:41:35.229 INFO STEP 43 (ensure_dir) COMPLETE
82592024-12-18T19:41:37.415Z[ recovery-image] Dec 18 19:41:35.229 INFO O| Dec 18 19:41:35.229 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82602024-12-18T19:41:37.433Z[ recovery-image] Dec 18 19:41:35.249 INFO O| Dec 18 19:41:35.248 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82612024-12-18T19:41:37.433Z[ recovery-image] Dec 18 19:41:35.249 INFO O| Dec 18 19:41:35.249 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82622024-12-18T19:41:37.436Z[ recovery-image] Dec 18 19:41:35.249 INFO O| Dec 18 19:41:35.249 INFO STEP 44 (ensure_dir) COMPLETE
82632024-12-18T19:41:37.436Z[ recovery-image] Dec 18 19:41:35.249 INFO O| Dec 18 19:41:35.249 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82642024-12-18T19:41:37.451Z[ recovery-image] Dec 18 19:41:35.267 INFO O| Dec 18 19:41:35.267 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82652024-12-18T19:41:37.454Z[ recovery-image] Dec 18 19:41:35.267 INFO O| Dec 18 19:41:35.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82662024-12-18T19:41:37.454Z[ recovery-image] Dec 18 19:41:35.267 INFO O| Dec 18 19:41:35.267 INFO STEP 45 (ensure_dir) COMPLETE
82672024-12-18T19:41:37.454Z[ recovery-image] Dec 18 19:41:35.267 INFO O| Dec 18 19:41:35.267 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682024-12-18T19:41:37.470Z[ recovery-image] Dec 18 19:41:35.286 INFO O| Dec 18 19:41:35.286 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82692024-12-18T19:41:37.470Z[ recovery-image] Dec 18 19:41:35.286 INFO O| Dec 18 19:41:35.286 INFO copying /tmp/.tmpDBIFVi/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82702024-12-18T19:41:37.517Z[ recovery-image] Dec 18 19:41:35.333 INFO O| Dec 18 19:41:35.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82712024-12-18T19:41:37.520Z[ recovery-image] Dec 18 19:41:35.333 INFO O| Dec 18 19:41:35.333 INFO ok!
82722024-12-18T19:41:37.520Z[ recovery-image] Dec 18 19:41:35.333 INFO O| Dec 18 19:41:35.333 INFO STEP 46 (ensure_file) COMPLETE
82732024-12-18T19:41:37.520Z[ recovery-image] Dec 18 19:41:35.333 INFO O| Dec 18 19:41:35.333 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742024-12-18T19:41:37.539Z[ recovery-image] Dec 18 19:41:35.355 INFO O| Dec 18 19:41:35.354 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82752024-12-18T19:41:37.541Z[ recovery-image] Dec 18 19:41:35.355 INFO O| Dec 18 19:41:35.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82762024-12-18T19:41:37.541Z[ recovery-image] Dec 18 19:41:35.355 INFO O| Dec 18 19:41:35.355 INFO STEP 47 (ensure_dir) COMPLETE
82772024-12-18T19:41:37.541Z[ recovery-image] Dec 18 19:41:35.355 INFO O| Dec 18 19:41:35.355 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82782024-12-18T19:41:37.560Z[ recovery-image] Dec 18 19:41:35.375 INFO O| Dec 18 19:41:35.375 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82792024-12-18T19:41:37.560Z[ recovery-image] Dec 18 19:41:35.376 INFO O| Dec 18 19:41:35.376 INFO copying /tmp/.tmpDBIFVi/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82802024-12-18T19:41:37.563Z[ recovery-image] Dec 18 19:41:35.376 INFO O| Dec 18 19:41:35.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82812024-12-18T19:41:37.563Z[ recovery-image] Dec 18 19:41:35.376 INFO O| Dec 18 19:41:35.376 INFO ok!
82822024-12-18T19:41:37.563Z[ recovery-image] Dec 18 19:41:35.376 INFO O| Dec 18 19:41:35.376 INFO STEP 48 (ensure_file) COMPLETE
82832024-12-18T19:41:37.563Z[ recovery-image] Dec 18 19:41:35.376 INFO O| Dec 18 19:41:35.376 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842024-12-18T19:41:37.594Z[ recovery-image] Dec 18 19:41:35.410 INFO O| Dec 18 19:41:35.410 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82852024-12-18T19:41:37.597Z[ recovery-image] Dec 18 19:41:35.410 INFO O| Dec 18 19:41:35.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82862024-12-18T19:41:37.597Z[ recovery-image] Dec 18 19:41:35.410 INFO O| Dec 18 19:41:35.410 INFO STEP 49 (ensure_dir) COMPLETE
82872024-12-18T19:41:37.597Z[ recovery-image] Dec 18 19:41:35.410 INFO O| Dec 18 19:41:35.410 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882024-12-18T19:41:37.616Z[ recovery-image] Dec 18 19:41:35.432 INFO O| Dec 18 19:41:35.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82892024-12-18T19:41:37.617Z[ recovery-image] Dec 18 19:41:35.432 INFO O| Dec 18 19:41:35.432 INFO copying /tmp/.tmpDBIFVi/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82902024-12-18T19:41:37.639Z[ recovery-image] Dec 18 19:41:35.454 INFO O| Dec 18 19:41:35.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82912024-12-18T19:41:37.639Z[ recovery-image] Dec 18 19:41:35.455 INFO O| Dec 18 19:41:35.454 INFO ok!
82922024-12-18T19:41:37.642Z[ recovery-image] Dec 18 19:41:35.455 INFO O| Dec 18 19:41:35.454 INFO STEP 50 (ensure_file) COMPLETE
82932024-12-18T19:41:37.642Z[ recovery-image] Dec 18 19:41:35.455 INFO O| Dec 18 19:41:35.454 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82942024-12-18T19:41:37.726Z[ recovery-image] Dec 18 19:41:35.541 INFO O| Dec 18 19:41:35.541 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82952024-12-18T19:41:37.726Z[ recovery-image] Dec 18 19:41:35.541 INFO O| Dec 18 19:41:35.541 INFO copying /tmp/.tmpDBIFVi/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82962024-12-18T19:41:39.678Z[ recovery-image] Dec 18 19:41:37.493 INFO O| Dec 18 19:41:37.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82972024-12-18T19:41:39.678Z[ recovery-image] Dec 18 19:41:37.493 INFO O| Dec 18 19:41:37.493 INFO ok!
82982024-12-18T19:41:39.678Z[ recovery-image] Dec 18 19:41:37.493 INFO O| Dec 18 19:41:37.493 INFO STEP 51 (ensure_file) COMPLETE
82992024-12-18T19:41:39.681Z[ recovery-image] Dec 18 19:41:37.493 INFO O| Dec 18 19:41:37.493 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002024-12-18T19:41:39.699Z[ recovery-image] Dec 18 19:41:37.515 INFO O| Dec 18 19:41:37.515 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83012024-12-18T19:41:39.699Z[ recovery-image] Dec 18 19:41:37.515 INFO O| Dec 18 19:41:37.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83022024-12-18T19:41:39.699Z[ recovery-image] Dec 18 19:41:37.515 INFO O| Dec 18 19:41:37.515 INFO STEP 52 (ensure_dir) COMPLETE
83032024-12-18T19:41:39.699Z[ recovery-image] Dec 18 19:41:37.515 INFO O| Dec 18 19:41:37.515 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-18T19:41:39.723Z[ recovery-image] Dec 18 19:41:37.538 INFO O| Dec 18 19:41:37.538 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83052024-12-18T19:41:39.723Z[ recovery-image] Dec 18 19:41:37.539 INFO O| Dec 18 19:41:37.538 INFO copying /tmp/.tmpDBIFVi/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 ...
83062024-12-18T19:41:39.723Z[ recovery-image] Dec 18 19:41:37.539 INFO O| Dec 18 19:41:37.539 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
83072024-12-18T19:41:39.724Z[ recovery-image] Dec 18 19:41:37.539 INFO O| Dec 18 19:41:37.539 INFO ok!
83082024-12-18T19:41:39.727Z[ recovery-image] Dec 18 19:41:37.539 INFO O| Dec 18 19:41:37.539 INFO STEP 53 (ensure_file) COMPLETE
83092024-12-18T19:41:39.727Z[ recovery-image] Dec 18 19:41:37.539 INFO O| Dec 18 19:41:37.539 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102024-12-18T19:41:39.846Z[ recovery-image] Dec 18 19:41:37.662 INFO O| Dec 18 19:41:37.661 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83112024-12-18T19:41:39.846Z[ recovery-image] Dec 18 19:41:37.662 INFO O| Dec 18 19:41:37.662 INFO copying /tmp/.tmpDBIFVi/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 ...
83122024-12-18T19:41:39.850Z[ recovery-image] Dec 18 19:41:37.662 INFO O| Dec 18 19:41:37.662 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
83132024-12-18T19:41:39.850Z[ recovery-image] Dec 18 19:41:37.662 INFO O| Dec 18 19:41:37.662 INFO ok!
83142024-12-18T19:41:39.850Z[ recovery-image] Dec 18 19:41:37.662 INFO O| Dec 18 19:41:37.662 INFO STEP 54 (ensure_file) COMPLETE
83152024-12-18T19:41:39.850Z[ recovery-image] Dec 18 19:41:37.662 INFO O| Dec 18 19:41:37.662 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162024-12-18T19:41:39.880Z[ recovery-image] Dec 18 19:41:37.695 INFO O| Dec 18 19:41:37.695 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83172024-12-18T19:41:39.880Z[ recovery-image] Dec 18 19:41:37.696 INFO O| Dec 18 19:41:37.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83182024-12-18T19:41:39.883Z[ recovery-image] Dec 18 19:41:37.696 INFO O| Dec 18 19:41:37.696 INFO STEP 55 (ensure_dir) COMPLETE
83192024-12-18T19:41:39.883Z[ recovery-image] Dec 18 19:41:37.696 INFO O| Dec 18 19:41:37.696 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202024-12-18T19:41:39.901Z[ recovery-image] Dec 18 19:41:37.713 INFO O| Dec 18 19:41:37.713 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83212024-12-18T19:41:39.901Z[ recovery-image] Dec 18 19:41:37.713 INFO O| Dec 18 19:41:37.713 INFO copying /tmp/.tmpDBIFVi/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 ...
83222024-12-18T19:41:39.901Z[ recovery-image] Dec 18 19:41:37.713 INFO O| Dec 18 19:41:37.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83232024-12-18T19:41:39.901Z[ recovery-image] Dec 18 19:41:37.713 INFO O| Dec 18 19:41:37.713 INFO ok!
83242024-12-18T19:41:39.901Z[ recovery-image] Dec 18 19:41:37.713 INFO O| Dec 18 19:41:37.713 INFO STEP 56 (ensure_file) COMPLETE
83252024-12-18T19:41:39.901Z[ recovery-image] Dec 18 19:41:37.713 INFO O| Dec 18 19:41:37.713 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262024-12-18T19:41:39.915Z[ recovery-image] Dec 18 19:41:37.730 INFO O| Dec 18 19:41:37.730 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83272024-12-18T19:41:39.915Z[ recovery-image] Dec 18 19:41:37.730 INFO O| Dec 18 19:41:37.730 INFO copying /tmp/.tmpDBIFVi/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 ...
83282024-12-18T19:41:39.915Z[ recovery-image] Dec 18 19:41:37.730 INFO O| Dec 18 19:41:37.730 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
83292024-12-18T19:41:39.915Z[ recovery-image] Dec 18 19:41:37.730 INFO O| Dec 18 19:41:37.730 INFO ok!
83302024-12-18T19:41:39.915Z[ recovery-image] Dec 18 19:41:37.730 INFO O| Dec 18 19:41:37.730 INFO STEP 57 (ensure_file) COMPLETE
83312024-12-18T19:41:39.915Z[ recovery-image] Dec 18 19:41:37.730 INFO O| Dec 18 19:41:37.730 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322024-12-18T19:41:39.932Z[ recovery-image] Dec 18 19:41:37.747 INFO O| Dec 18 19:41:37.746 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83332024-12-18T19:41:39.932Z[ recovery-image] Dec 18 19:41:37.747 INFO O| Dec 18 19:41:37.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83342024-12-18T19:41:39.932Z[ recovery-image] Dec 18 19:41:37.747 INFO O| Dec 18 19:41:37.747 INFO STEP 58 (ensure_dir) COMPLETE
83352024-12-18T19:41:39.932Z[ recovery-image] Dec 18 19:41:37.747 INFO O| Dec 18 19:41:37.747 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-18T19:41:39.949Z[ recovery-image] Dec 18 19:41:37.765 INFO O| Dec 18 19:41:37.764 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83372024-12-18T19:41:39.949Z[ recovery-image] Dec 18 19:41:37.765 INFO O| Dec 18 19:41:37.764 INFO copying /tmp/.tmpDBIFVi/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 ...
83382024-12-18T19:41:39.952Z[ recovery-image] Dec 18 19:41:37.765 INFO O| Dec 18 19:41:37.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83392024-12-18T19:41:39.952Z[ recovery-image] Dec 18 19:41:37.765 INFO O| Dec 18 19:41:37.765 INFO ok!
83402024-12-18T19:41:39.952Z[ recovery-image] Dec 18 19:41:37.765 INFO O| Dec 18 19:41:37.765 INFO STEP 59 (ensure_file) COMPLETE
83412024-12-18T19:41:39.952Z[ recovery-image] Dec 18 19:41:37.765 INFO O| Dec 18 19:41:37.765 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83422024-12-18T19:41:39.972Z[ recovery-image] Dec 18 19:41:37.788 INFO O| Dec 18 19:41:37.787 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83432024-12-18T19:41:39.975Z[ recovery-image] Dec 18 19:41:37.788 INFO O| Dec 18 19:41:37.787 INFO copying /tmp/.tmpDBIFVi/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83442024-12-18T19:41:39.975Z[ recovery-image] Dec 18 19:41:37.788 INFO O| Dec 18 19:41:37.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83452024-12-18T19:41:39.975Z[ recovery-image] Dec 18 19:41:37.788 INFO O| Dec 18 19:41:37.788 INFO ok!
83462024-12-18T19:41:39.975Z[ recovery-image] Dec 18 19:41:37.788 INFO O| Dec 18 19:41:37.788 INFO STEP 60 (ensure_file) COMPLETE
83472024-12-18T19:41:39.975Z[ recovery-image] Dec 18 19:41:37.788 INFO O| Dec 18 19:41:37.788 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83482024-12-18T19:41:39.992Z[ recovery-image] Dec 18 19:41:37.807 INFO O| Dec 18 19:41:37.807 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83492024-12-18T19:41:39.992Z[ recovery-image] Dec 18 19:41:37.807 INFO O| Dec 18 19:41:37.807 INFO STEP 61 (ensure_dir) COMPLETE
83502024-12-18T19:41:39.992Z[ recovery-image] Dec 18 19:41:37.807 INFO O| Dec 18 19:41:37.807 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83512024-12-18T19:41:40.014Z[ recovery-image] Dec 18 19:41:37.829 INFO O| Dec 18 19:41:37.829 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83522024-12-18T19:41:40.014Z[ recovery-image] Dec 18 19:41:37.829 INFO O| Dec 18 19:41:37.829 INFO STEP 62 (ensure_dir) COMPLETE
83532024-12-18T19:41:40.024Z[ recovery-image] Dec 18 19:41:37.829 INFO O| Dec 18 19:41:37.829 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83542024-12-18T19:41:40.070Z[ recovery-image] Dec 18 19:41:37.885 INFO O| Dec 18 19:41:37.885 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83552024-12-18T19:41:40.070Z[ recovery-image] Dec 18 19:41:37.885 INFO O| Dec 18 19:41:37.885 INFO STEP 63 (ensure_dir) COMPLETE
83562024-12-18T19:41:40.070Z[ recovery-image] Dec 18 19:41:37.885 INFO O| Dec 18 19:41:37.885 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83572024-12-18T19:41:40.184Z[ recovery-image] Dec 18 19:41:37.999 INFO O| Dec 18 19:41:37.999 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83582024-12-18T19:41:40.184Z[ recovery-image] Dec 18 19:41:37.999 INFO O| Dec 18 19:41:37.999 INFO STEP 64 (ensure_dir) COMPLETE
83592024-12-18T19:41:40.184Z[ recovery-image] Dec 18 19:41:37.999 INFO O| Dec 18 19:41:37.999 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83602024-12-18T19:41:40.251Z[ recovery-image] Dec 18 19:41:38.066 INFO O| Dec 18 19:41:38.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83612024-12-18T19:41:40.251Z[ recovery-image] Dec 18 19:41:38.066 INFO O| Dec 18 19:41:38.066 INFO copying /tmp/.tmpDBIFVi/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83622024-12-18T19:41:40.251Z[ recovery-image] Dec 18 19:41:38.066 INFO O| Dec 18 19:41:38.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83632024-12-18T19:41:40.251Z[ recovery-image] Dec 18 19:41:38.066 INFO O| Dec 18 19:41:38.066 INFO ok!
83642024-12-18T19:41:40.257Z[ recovery-image] Dec 18 19:41:38.066 INFO O| Dec 18 19:41:38.066 INFO STEP 65 (ensure_file) COMPLETE
83652024-12-18T19:41:40.257Z[ recovery-image] Dec 18 19:41:38.066 INFO O| Dec 18 19:41:38.066 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83662024-12-18T19:41:40.293Z[ recovery-image] Dec 18 19:41:38.108 INFO O| Dec 18 19:41:38.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83672024-12-18T19:41:40.297Z[ recovery-image] Dec 18 19:41:38.109 INFO O| Dec 18 19:41:38.109 INFO STEP 66 (remove_files) COMPLETE
83682024-12-18T19:41:40.297Z[ recovery-image] Dec 18 19:41:38.109 INFO O| Dec 18 19:41:38.109 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692024-12-18T19:41:40.330Z[ recovery-image] Dec 18 19:41:38.145 INFO O| Dec 18 19:41:38.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83702024-12-18T19:41:40.330Z[ recovery-image] Dec 18 19:41:38.145 INFO O| Dec 18 19:41:38.145 INFO STEP 67 (remove_files) COMPLETE
83712024-12-18T19:41:40.333Z[ recovery-image] Dec 18 19:41:38.145 INFO O| Dec 18 19:41:38.145 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722024-12-18T19:41:40.350Z[ recovery-image] Dec 18 19:41:38.165 INFO O| Dec 18 19:41:38.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83732024-12-18T19:41:40.352Z[ recovery-image] Dec 18 19:41:38.165 INFO O| Dec 18 19:41:38.165 INFO STEP 68 (remove_files) COMPLETE
83742024-12-18T19:41:40.353Z[ recovery-image] Dec 18 19:41:38.165 INFO O| Dec 18 19:41:38.165 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752024-12-18T19:41:40.386Z[ recovery-image] Dec 18 19:41:38.200 INFO O| Dec 18 19:41:38.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83762024-12-18T19:41:40.389Z[ recovery-image] Dec 18 19:41:38.200 INFO O| Dec 18 19:41:38.200 INFO STEP 69 (remove_files) COMPLETE
83772024-12-18T19:41:40.389Z[ recovery-image] Dec 18 19:41:38.200 INFO O| Dec 18 19:41:38.200 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782024-12-18T19:41:40.465Z[ recovery-image] Dec 18 19:41:38.279 INFO O| Dec 18 19:41:38.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83792024-12-18T19:41:40.468Z[ recovery-image] Dec 18 19:41:38.280 INFO O| Dec 18 19:41:38.280 INFO STEP 70 (remove_files) COMPLETE
83802024-12-18T19:41:40.468Z[ recovery-image] Dec 18 19:41:38.280 INFO O| Dec 18 19:41:38.280 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812024-12-18T19:41:40.493Z[ recovery-image] Dec 18 19:41:38.309 INFO O| Dec 18 19:41:38.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83822024-12-18T19:41:40.496Z[ recovery-image] Dec 18 19:41:38.309 INFO O| Dec 18 19:41:38.309 INFO STEP 71 (remove_files) COMPLETE
83832024-12-18T19:41:40.496Z[ recovery-image] Dec 18 19:41:38.309 INFO O| Dec 18 19:41:38.309 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83842024-12-18T19:41:40.514Z[ recovery-image] Dec 18 19:41:38.328 INFO O| Dec 18 19:41:38.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83852024-12-18T19:41:40.514Z[ recovery-image] Dec 18 19:41:38.328 INFO O| Dec 18 19:41:38.328 INFO STEP 72 (remove_files) COMPLETE
83862024-12-18T19:41:40.519Z[ recovery-image] Dec 18 19:41:38.328 INFO O| Dec 18 19:41:38.328 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83872024-12-18T19:41:40.548Z[ recovery-image] Dec 18 19:41:38.363 INFO O| Dec 18 19:41:38.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83882024-12-18T19:41:40.550Z[ recovery-image] Dec 18 19:41:38.363 INFO O| Dec 18 19:41:38.363 INFO STEP 73 (remove_files) COMPLETE
83892024-12-18T19:41:40.550Z[ recovery-image] Dec 18 19:41:38.363 INFO O| Dec 18 19:41:38.363 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83902024-12-18T19:41:40.567Z[ recovery-image] Dec 18 19:41:38.382 INFO O| Dec 18 19:41:38.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83912024-12-18T19:41:40.569Z[ recovery-image] Dec 18 19:41:38.382 INFO O| Dec 18 19:41:38.382 INFO STEP 74 (remove_files) COMPLETE
83922024-12-18T19:41:40.569Z[ recovery-image] Dec 18 19:41:38.382 INFO O| Dec 18 19:41:38.382 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932024-12-18T19:41:40.610Z[ recovery-image] Dec 18 19:41:38.426 INFO O| Dec 18 19:41:38.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83942024-12-18T19:41:40.610Z[ recovery-image] Dec 18 19:41:38.426 INFO O| Dec 18 19:41:38.426 INFO STEP 75 (remove_files) COMPLETE
83952024-12-18T19:41:40.610Z[ recovery-image] Dec 18 19:41:38.426 INFO O| Dec 18 19:41:38.426 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962024-12-18T19:41:40.645Z[ recovery-image] Dec 18 19:41:38.460 INFO O| Dec 18 19:41:38.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83972024-12-18T19:41:40.645Z[ recovery-image] Dec 18 19:41:38.460 INFO O| Dec 18 19:41:38.460 INFO STEP 76 (remove_files) COMPLETE
83982024-12-18T19:41:40.645Z[ recovery-image] Dec 18 19:41:38.460 INFO O| Dec 18 19:41:38.460 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992024-12-18T19:41:40.664Z[ recovery-image] Dec 18 19:41:38.479 INFO O| Dec 18 19:41:38.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84002024-12-18T19:41:40.664Z[ recovery-image] Dec 18 19:41:38.479 INFO O| Dec 18 19:41:38.479 INFO STEP 77 (remove_files) COMPLETE
84012024-12-18T19:41:40.664Z[ recovery-image] Dec 18 19:41:38.479 INFO O| Dec 18 19:41:38.479 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84022024-12-18T19:41:40.702Z[ recovery-image] Dec 18 19:41:38.517 INFO O| Dec 18 19:41:38.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84032024-12-18T19:41:40.702Z[ recovery-image] Dec 18 19:41:38.517 INFO O| Dec 18 19:41:38.517 INFO STEP 78 (remove_files) COMPLETE
84042024-12-18T19:41:40.702Z[ recovery-image] Dec 18 19:41:38.517 INFO O| Dec 18 19:41:38.517 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84052024-12-18T19:41:40.723Z[ recovery-image] Dec 18 19:41:38.538 INFO O| Dec 18 19:41:38.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84062024-12-18T19:41:40.723Z[ recovery-image] Dec 18 19:41:38.538 INFO O| Dec 18 19:41:38.538 INFO STEP 79 (remove_files) COMPLETE
84072024-12-18T19:41:40.723Z[ recovery-image] Dec 18 19:41:38.538 INFO O| Dec 18 19:41:38.538 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84082024-12-18T19:41:40.755Z[ recovery-image] Dec 18 19:41:38.570 INFO O| Dec 18 19:41:38.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84092024-12-18T19:41:40.758Z[ recovery-image] Dec 18 19:41:38.570 INFO O| Dec 18 19:41:38.570 INFO STEP 80 (remove_files) COMPLETE
84102024-12-18T19:41:40.758Z[ recovery-image] Dec 18 19:41:38.570 INFO O| Dec 18 19:41:38.570 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84112024-12-18T19:41:40.775Z[ recovery-image] Dec 18 19:41:38.591 INFO O| Dec 18 19:41:38.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84122024-12-18T19:41:40.775Z[ recovery-image] Dec 18 19:41:38.591 INFO O| Dec 18 19:41:38.591 INFO STEP 81 (remove_files) COMPLETE
84132024-12-18T19:41:40.780Z[ recovery-image] Dec 18 19:41:38.591 INFO O| Dec 18 19:41:38.591 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84142024-12-18T19:41:40.795Z[ recovery-image] Dec 18 19:41:38.610 INFO O| Dec 18 19:41:38.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84152024-12-18T19:41:40.795Z[ recovery-image] Dec 18 19:41:38.610 INFO O| Dec 18 19:41:38.610 INFO STEP 82 (remove_files) COMPLETE
84162024-12-18T19:41:40.795Z[ recovery-image] Dec 18 19:41:38.610 INFO O| Dec 18 19:41:38.610 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84172024-12-18T19:41:40.830Z[ recovery-image] Dec 18 19:41:38.645 INFO O| Dec 18 19:41:38.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84182024-12-18T19:41:40.833Z[ recovery-image] Dec 18 19:41:38.645 INFO O| Dec 18 19:41:38.645 INFO STEP 83 (remove_files) COMPLETE
84192024-12-18T19:41:40.833Z[ recovery-image] Dec 18 19:41:38.645 INFO O| Dec 18 19:41:38.645 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84202024-12-18T19:41:40.850Z[ recovery-image] Dec 18 19:41:38.665 INFO O| Dec 18 19:41:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84212024-12-18T19:41:40.852Z[ recovery-image] Dec 18 19:41:38.665 INFO O| Dec 18 19:41:38.665 INFO STEP 84 (remove_files) COMPLETE
84222024-12-18T19:41:40.852Z[ recovery-image] Dec 18 19:41:38.666 INFO O| Dec 18 19:41:38.665 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84232024-12-18T19:41:40.881Z[ recovery-image] Dec 18 19:41:38.696 INFO O| Dec 18 19:41:38.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84242024-12-18T19:41:40.884Z[ recovery-image] Dec 18 19:41:38.696 INFO O| Dec 18 19:41:38.696 INFO STEP 85 (remove_files) COMPLETE
84252024-12-18T19:41:40.884Z[ recovery-image] Dec 18 19:41:38.697 INFO O| Dec 18 19:41:38.696 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262024-12-18T19:41:40.968Z[ recovery-image] Dec 18 19:41:38.783 INFO O| Dec 18 19:41:38.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84272024-12-18T19:41:40.970Z[ recovery-image] Dec 18 19:41:38.783 INFO O| Dec 18 19:41:38.783 INFO STEP 86 (remove_files) COMPLETE
84282024-12-18T19:41:40.970Z[ recovery-image] Dec 18 19:41:38.783 INFO O| Dec 18 19:41:38.783 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292024-12-18T19:41:40.990Z[ recovery-image] Dec 18 19:41:38.805 INFO O| Dec 18 19:41:38.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84302024-12-18T19:41:40.993Z[ recovery-image] Dec 18 19:41:38.806 INFO O| Dec 18 19:41:38.806 INFO STEP 87 (remove_files) COMPLETE
84312024-12-18T19:41:40.993Z[ recovery-image] Dec 18 19:41:38.806 INFO O| Dec 18 19:41:38.806 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322024-12-18T19:41:41.012Z[ recovery-image] Dec 18 19:41:38.828 INFO O| Dec 18 19:41:38.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84332024-12-18T19:41:41.015Z[ recovery-image] Dec 18 19:41:38.828 INFO O| Dec 18 19:41:38.828 INFO STEP 88 (remove_files) COMPLETE
84342024-12-18T19:41:41.015Z[ recovery-image] Dec 18 19:41:38.828 INFO O| Dec 18 19:41:38.828 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352024-12-18T19:41:41.044Z[ recovery-image] Dec 18 19:41:38.859 INFO O| Dec 18 19:41:38.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84362024-12-18T19:41:41.044Z[ recovery-image] Dec 18 19:41:38.859 INFO O| Dec 18 19:41:38.859 INFO STEP 89 (remove_files) COMPLETE
84372024-12-18T19:41:41.047Z[ recovery-image] Dec 18 19:41:38.860 INFO O| Dec 18 19:41:38.859 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84382024-12-18T19:41:41.128Z[ recovery-image] Dec 18 19:41:38.944 INFO O| Dec 18 19:41:38.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84392024-12-18T19:41:41.129Z[ recovery-image] Dec 18 19:41:38.944 INFO O| Dec 18 19:41:38.944 INFO STEP 90 (remove_files) COMPLETE
84402024-12-18T19:41:41.129Z[ recovery-image] Dec 18 19:41:38.944 INFO O| Dec 18 19:41:38.944 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84412024-12-18T19:41:41.150Z[ recovery-image] Dec 18 19:41:38.966 INFO O| Dec 18 19:41:38.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84422024-12-18T19:41:41.150Z[ recovery-image] Dec 18 19:41:38.966 INFO O| Dec 18 19:41:38.966 INFO STEP 91 (remove_files) COMPLETE
84432024-12-18T19:41:41.150Z[ recovery-image] Dec 18 19:41:38.966 INFO O| Dec 18 19:41:38.966 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84442024-12-18T19:41:41.188Z[ recovery-image] Dec 18 19:41:39.003 INFO O| Dec 18 19:41:39.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84452024-12-18T19:41:41.188Z[ recovery-image] Dec 18 19:41:39.003 INFO O| Dec 18 19:41:39.003 INFO STEP 92 (remove_files) COMPLETE
84462024-12-18T19:41:41.188Z[ recovery-image] Dec 18 19:41:39.003 INFO O| Dec 18 19:41:39.003 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84472024-12-18T19:41:41.224Z[ recovery-image] Dec 18 19:41:39.039 INFO O| Dec 18 19:41:39.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84482024-12-18T19:41:41.224Z[ recovery-image] Dec 18 19:41:39.039 INFO O| Dec 18 19:41:39.039 INFO STEP 93 (remove_files) COMPLETE
84492024-12-18T19:41:41.224Z[ recovery-image] Dec 18 19:41:39.039 INFO O| Dec 18 19:41:39.039 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84502024-12-18T19:41:41.243Z[ recovery-image] Dec 18 19:41:39.058 INFO O| Dec 18 19:41:39.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84512024-12-18T19:41:41.243Z[ recovery-image] Dec 18 19:41:39.058 INFO O| Dec 18 19:41:39.058 INFO STEP 94 (remove_files) COMPLETE
84522024-12-18T19:41:41.245Z[ recovery-image] Dec 18 19:41:39.058 INFO O| Dec 18 19:41:39.058 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84532024-12-18T19:41:41.272Z[ recovery-image] Dec 18 19:41:39.088 INFO O| Dec 18 19:41:39.087 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84542024-12-18T19:41:41.275Z[ recovery-image] Dec 18 19:41:39.088 INFO O| Dec 18 19:41:39.088 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_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", "SVCCFG_CHECKHASH": "1"}
84552024-12-18T19:41:53.107Z[ recovery-image] Dec 18 19:41:50.920 INFO O| Dec 18 19:41:50.920 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
84562024-12-18T19:41:53.107Z[ recovery-image] Dec 18 19:41:50.920 INFO O| Dec 18 19:41:50.920 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84572024-12-18T19:41:53.154Z[ recovery-image] Dec 18 19:41:50.967 INFO O| Dec 18 19:41:50.967 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84582024-12-18T19:41:53.312Z[ recovery-image] Dec 18 19:41:51.125 INFO O| Dec 18 19:41:51.125 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84592024-12-18T19:41:53.315Z[ recovery-image] Dec 18 19:41:51.125 INFO O| Dec 18 19:41:51.125 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 ...
84602024-12-18T19:41:53.315Z[ recovery-image] Dec 18 19:41:51.128 INFO O| Dec 18 19:41:51.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84612024-12-18T19:41:53.315Z[ recovery-image] Dec 18 19:41:51.128 INFO O| Dec 18 19:41:51.128 INFO ok!
84622024-12-18T19:41:53.315Z[ recovery-image] Dec 18 19:41:51.128 INFO O| Dec 18 19:41:51.128 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84632024-12-18T19:41:53.315Z[ recovery-image] Dec 18 19:41:51.128 INFO O| Dec 18 19:41:51.128 INFO STEP 95 (seed_smf) COMPLETE
84642024-12-18T19:41:53.315Z[ recovery-image] Dec 18 19:41:51.128 INFO O| Dec 18 19:41:51.128 INFO steps complete; finalising image!
84652024-12-18T19:41:53.315Z[ recovery-image] Dec 18 19:41:51.128 INFO O| Dec 18 19:41:51.128 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84662024-12-18T19:41:53.417Z[ recovery-image] Dec 18 19:41:51.230 INFO O| Dec 18 19:41:51.230 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Wed Dec 18 19:41:51 2024)
84672024-12-18T19:41:53.627Z[ recovery-image] Dec 18 19:41:51.441 INFO O| Dec 18 19:41:51.441 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Wed Dec 18 19:41:51 2024)
84682024-12-18T19:41:53.879Z[ recovery-image] Dec 18 19:41:51.693 INFO O| Dec 18 19:41:51.692 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84692024-12-18T19:41:53.879Z[ recovery-image] Dec 18 19:41:51.693 INFO O| Dec 18 19:41:51.693 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84702024-12-18T19:41:54.571Z[ recovery-image] Dec 18 19:41:52.372 INFO O| Dec 18 19:41:52.372 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
84712024-12-18T19:41:54.572Z[ recovery-image] Dec 18 19:41:52.372 INFO O| Dec 18 19:41:52.372 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84722024-12-18T19:41:59.903Z[ recovery-image] Dec 18 19:41:57.716 INFO O| Dec 18 19:41:57.715 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84732024-12-18T19:41:59.903Z[ recovery-image] Dec 18 19:41:57.716 INFO O| Dec 18 19:41:57.716 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84742024-12-18T19:41:59.905Z[ recovery-image] Dec 18 19:41:57.716 INFO O| Dec 18 19:41:57.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84752024-12-18T19:41:59.905Z[ recovery-image] Dec 18 19:41:57.716 INFO O| Dec 18 19:41:57.716 INFO completed processing gimlet/zfs-recovery
84762024-12-18T19:41:59.905Z[ recovery-image] Dec 18 19:41:57.716 INFO O| Dec 18 19:41:57.716 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84772024-12-18T19:42:00.420Z[ recovery-image] Dec 18 19:41:58.233 INFO O| Dec 18 19:41:58.232 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84782024-12-18T19:42:00.585Z[ recovery-image] Dec 18 19:41:58.397 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
84792024-12-18T19:42:00.587Z[ recovery-image] Dec 18 19:41:58.398 INFO expanded image name: "recovery f1bb19a/${os_short_commit} 2024-12-18 19:12" -> "recovery f1bb19a/7274828 2024-12-18 19:12"
84802024-12-18T19:42:00.588Z[ recovery-image] Dec 18 19:41:58.398 INFO output artefacts stored in: "/work/os-recovery"
84812024-12-18T19:42:00.588Z[ recovery-image] Dec 18 19:41:58.399 INFO collecting git info from project "image-builder"...
84822024-12-18T19:42:00.621Z[ recovery-image] Dec 18 19:41:58.433 INFO collecting git info from project "amd-host-image-builder"...
84832024-12-18T19:42:01.161Z[ recovery-image] Dec 18 19:41:58.973 INFO collecting git info from project "pinprick"...
84842024-12-18T19:42:01.170Z[ recovery-image] Dec 18 19:41:58.983 INFO collecting git info from project "phbl"...
84852024-12-18T19:42:01.181Z[ recovery-image] Dec 18 19:41:58.994 INFO collecting git info from project "amd-firmware"...
84862024-12-18T19:42:01.789Z[ recovery-image] Dec 18 19:41:59.602 INFO collecting git info from project "chelsio-t6-roms"...
84872024-12-18T19:42:01.826Z[ recovery-image] Dec 18 19:41:59.638 INFO collecting git info from project "bootserver"...
84882024-12-18T19:42:01.835Z[ recovery-image] Dec 18 19:41:59.648 INFO collecting git info from project "pilot"...
84892024-12-18T19:42:01.858Z[ recovery-image] Dec 18 19:41:59.671 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84902024-12-18T19:42:03.042Z[ recovery-image] Dec 18 19:42:00.854 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84912024-12-18T19:42:03.706Z[ recovery-image] Dec 18 19:42:01.518 INFO creating Oxide boot image...
84922024-12-18T19:42:03.707Z[ recovery-image] Dec 18 19:42:01.518 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f1bb19a/7274828 2024-12-18 19:12", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84932024-12-18T19:43:03.158Z[ host-image] Dec 18 19:43:00.962 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z
84942024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.962 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z
84952024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.962 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84962024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.962 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84972024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.962 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84982024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.963 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84992024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.964 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85002024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.964 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85012024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.964 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85022024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.964 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85032024-12-18T19:43:03.161Z[ host-image] Dec 18 19:43:00.964 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z
85042024-12-18T19:43:03.164Z[ host-image] Dec 18 19:43:00.967 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z
85052024-12-18T19:43:03.164Z[ host-image] Dec 18 19:43:00.968 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z
85062024-12-18T19:43:03.167Z[ host-image] Dec 18 19:43:00.969 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z
85072024-12-18T19:43:03.167Z[ host-image] Dec 18 19:43:00.969 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85082024-12-18T19:43:03.167Z[ host-image] Dec 18 19:43:00.970 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z
85092024-12-18T19:43:03.167Z[ host-image] Dec 18 19:43:00.971 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z
85102024-12-18T19:43:03.167Z[ host-image] Dec 18 19:43:00.971 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z
85112024-12-18T19:43:03.168Z[ host-image] Dec 18 19:43:00.971 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z
85122024-12-18T19:43:03.170Z[ host-image] Dec 18 19:43:00.972 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z
85132024-12-18T19:43:03.170Z[ host-image] Dec 18 19:43:00.972 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85142024-12-18T19:43:03.170Z[ host-image] Dec 18 19:43:00.972 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z
85152024-12-18T19:43:03.170Z[ host-image] Dec 18 19:43:00.972 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85162024-12-18T19:43:03.170Z[ host-image] Dec 18 19:43:00.973 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z
85172024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.973 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z
85182024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.973 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z
85192024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.974 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z
85202024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.974 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z
85212024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.974 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z
85222024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.974 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85232024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.974 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z
85242024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.974 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z
85252024-12-18T19:43:03.171Z[ host-image] Dec 18 19:43:00.974 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z
85262024-12-18T19:43:03.174Z[ host-image] Dec 18 19:43:00.975 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z
85272024-12-18T19:43:03.174Z[ host-image] Dec 18 19:43:00.976 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z
85282024-12-18T19:43:03.174Z[ host-image] Dec 18 19:43:00.976 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z
85292024-12-18T19:43:03.188Z[ host-image] Dec 18 19:43:00.991 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85302024-12-18T19:43:03.188Z[ host-image] Dec 18 19:43:00.992 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z
85312024-12-18T19:43:03.190Z[ host-image] Dec 18 19:43:00.992 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85322024-12-18T19:43:03.190Z[ host-image] Dec 18 19:43:00.992 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85332024-12-18T19:43:03.190Z[ host-image] Dec 18 19:43:00.993 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85342024-12-18T19:43:03.190Z[ host-image] Dec 18 19:43:00.993 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z
85352024-12-18T19:43:03.190Z[ host-image] Dec 18 19:43:00.993 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85362024-12-18T19:43:03.190Z[ host-image] Dec 18 19:43:00.994 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85372024-12-18T19:43:03.193Z[ host-image] Dec 18 19:43:00.995 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85382024-12-18T19:43:03.193Z[ host-image] Dec 18 19:43:00.996 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85392024-12-18T19:43:03.209Z[ host-image] Dec 18 19:43:01.013 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85402024-12-18T19:43:03.209Z[ host-image] Dec 18 19:43:01.013 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85412024-12-18T19:43:03.212Z[ host-image] Dec 18 19:43:01.013 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85422024-12-18T19:43:03.212Z[ host-image] Dec 18 19:43:01.014 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85432024-12-18T19:43:03.212Z[ host-image] Dec 18 19:43:01.015 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85442024-12-18T19:43:03.212Z[ host-image] Dec 18 19:43:01.016 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85452024-12-18T19:43:03.293Z[ host-image] Dec 18 19:43:01.096 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85462024-12-18T19:43:03.295Z[ host-image] Dec 18 19:43:01.097 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85472024-12-18T19:43:03.295Z[ host-image] Dec 18 19:43:01.097 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85482024-12-18T19:43:03.295Z[ host-image] Dec 18 19:43:01.099 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z
85492024-12-18T19:43:03.295Z[ host-image] Dec 18 19:43:01.099 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z
85502024-12-18T19:43:03.295Z[ host-image] Dec 18 19:43:01.099 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85512024-12-18T19:43:03.295Z[ host-image] Dec 18 19:43:01.099 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z
85522024-12-18T19:43:03.298Z[ host-image] Dec 18 19:43:01.099 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85532024-12-18T19:43:03.298Z[ host-image] Dec 18 19:43:01.100 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85542024-12-18T19:43:03.298Z[ host-image] Dec 18 19:43:01.100 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85552024-12-18T19:43:03.298Z[ host-image] Dec 18 19:43:01.100 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z
85562024-12-18T19:43:03.298Z[ host-image] Dec 18 19:43:01.100 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85572024-12-18T19:43:03.303Z[ host-image] Dec 18 19:43:01.106 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85582024-12-18T19:43:03.305Z[ host-image] Dec 18 19:43:01.107 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85592024-12-18T19:43:03.305Z[ host-image] Dec 18 19:43:01.107 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85602024-12-18T19:43:03.305Z[ host-image] Dec 18 19:43:01.107 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z
85612024-12-18T19:43:03.305Z[ host-image] Dec 18 19:43:01.107 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85622024-12-18T19:43:03.325Z[ host-image] Dec 18 19:43:01.128 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85632024-12-18T19:43:03.325Z[ host-image] Dec 18 19:43:01.129 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z
85642024-12-18T19:43:03.327Z[ host-image] Dec 18 19:43:01.132 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z
85652024-12-18T19:43:03.330Z[ host-image] Dec 18 19:43:01.132 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z
85662024-12-18T19:43:03.331Z[ host-image] Dec 18 19:43:01.132 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85672024-12-18T19:43:03.331Z[ host-image] Dec 18 19:43:01.133 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z
85682024-12-18T19:43:03.331Z[ host-image] Dec 18 19:43:01.134 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z
85692024-12-18T19:43:03.333Z[ host-image] Dec 18 19:43:01.134 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z
85702024-12-18T19:43:03.334Z[ host-image] Dec 18 19:43:01.135 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z
85712024-12-18T19:43:03.336Z[ host-image] Dec 18 19:43:01.140 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85722024-12-18T19:43:03.338Z[ host-image] Dec 18 19:43:01.140 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z
85732024-12-18T19:43:03.338Z[ host-image] Dec 18 19:43:01.141 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z
85742024-12-18T19:43:03.338Z[ host-image] Dec 18 19:43:01.141 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85752024-12-18T19:43:03.338Z[ host-image] Dec 18 19:43:01.142 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z
85762024-12-18T19:43:03.338Z[ host-image] Dec 18 19:43:01.142 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z
85772024-12-18T19:43:03.338Z[ host-image] Dec 18 19:43:01.142 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z
85782024-12-18T19:43:03.340Z[ host-image] Dec 18 19:43:01.143 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z
85792024-12-18T19:43:03.350Z[ host-image] Dec 18 19:43:01.154 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z
85802024-12-18T19:43:03.350Z[ host-image] Dec 18 19:43:01.154 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85812024-12-18T19:43:03.353Z[ host-image] Dec 18 19:43:01.157 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z
85822024-12-18T19:43:03.355Z[ host-image] Dec 18 19:43:01.159 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z
85832024-12-18T19:43:03.355Z[ host-image] Dec 18 19:43:01.159 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z
85842024-12-18T19:43:03.358Z[ host-image] Dec 18 19:43:01.160 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z
85852024-12-18T19:43:03.358Z[ host-image] Dec 18 19:43:01.160 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z
85862024-12-18T19:43:03.358Z[ host-image] Dec 18 19:43:01.161 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z
85872024-12-18T19:43:03.372Z[ host-image] Dec 18 19:43:01.175 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z
85882024-12-18T19:43:03.372Z[ host-image] Dec 18 19:43:01.176 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z
85892024-12-18T19:43:03.375Z[ host-image] Dec 18 19:43:01.176 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z
85902024-12-18T19:43:03.375Z[ host-image] Dec 18 19:43:01.178 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z
85912024-12-18T19:43:03.375Z[ host-image] Dec 18 19:43:01.178 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z
85922024-12-18T19:43:03.409Z[ host-image] Dec 18 19:43:01.212 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z
85932024-12-18T19:43:03.409Z[ host-image] Dec 18 19:43:01.213 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z
85942024-12-18T19:43:03.411Z[ host-image] Dec 18 19:43:01.213 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z
85952024-12-18T19:43:03.411Z[ host-image] Dec 18 19:43:01.213 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85962024-12-18T19:43:03.411Z[ host-image] Dec 18 19:43:01.214 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85972024-12-18T19:43:03.480Z[ host-image] Dec 18 19:43:01.283 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z
85982024-12-18T19:43:03.483Z[ host-image] Dec 18 19:43:01.284 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85992024-12-18T19:43:03.483Z[ host-image] Dec 18 19:43:01.284 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z
86002024-12-18T19:43:03.483Z[ host-image] Dec 18 19:43:01.284 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z
86012024-12-18T19:43:03.483Z[ host-image] Dec 18 19:43:01.286 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z
86022024-12-18T19:43:03.483Z[ host-image] Dec 18 19:43:01.286 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86032024-12-18T19:43:03.483Z[ host-image] Dec 18 19:43:01.287 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86042024-12-18T19:43:03.486Z[ host-image] Dec 18 19:43:01.287 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z
86052024-12-18T19:43:03.486Z[ host-image] Dec 18 19:43:01.288 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z
86062024-12-18T19:43:03.486Z[ host-image] Dec 18 19:43:01.288 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z
86072024-12-18T19:43:03.486Z[ host-image] Dec 18 19:43:01.288 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z
86082024-12-18T19:43:03.486Z[ host-image] Dec 18 19:43:01.289 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z
86092024-12-18T19:43:03.486Z[ host-image] Dec 18 19:43:01.289 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z
86102024-12-18T19:43:03.489Z[ host-image] Dec 18 19:43:01.293 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86112024-12-18T19:43:03.491Z[ host-image] Dec 18 19:43:01.293 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z
86122024-12-18T19:43:03.494Z[ host-image] Dec 18 19:43:01.295 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z
86132024-12-18T19:43:03.494Z[ host-image] Dec 18 19:43:01.296 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z
86142024-12-18T19:43:03.494Z[ host-image] Dec 18 19:43:01.296 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z
86152024-12-18T19:43:03.494Z[ host-image] Dec 18 19:43:01.296 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z
86162024-12-18T19:43:03.494Z[ host-image] Dec 18 19:43:01.297 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z
86172024-12-18T19:43:03.494Z[ host-image] Dec 18 19:43:01.297 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86182024-12-18T19:43:03.494Z[ host-image] Dec 18 19:43:01.297 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86192024-12-18T19:43:03.494Z[ host-image] Dec 18 19:43:01.297 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z
86202024-12-18T19:43:03.497Z[ host-image] Dec 18 19:43:01.298 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z
86212024-12-18T19:43:03.497Z[ host-image] Dec 18 19:43:01.298 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86222024-12-18T19:43:03.497Z[ host-image] Dec 18 19:43:01.298 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86232024-12-18T19:43:03.497Z[ host-image] Dec 18 19:43:01.298 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86242024-12-18T19:43:03.497Z[ host-image] Dec 18 19:43:01.298 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86252024-12-18T19:43:03.497Z[ host-image] Dec 18 19:43:01.298 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86262024-12-18T19:43:03.497Z[ host-image] Dec 18 19:43:01.300 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86272024-12-18T19:43:03.500Z[ host-image] Dec 18 19:43:01.301 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86282024-12-18T19:43:03.500Z[ host-image] Dec 18 19:43:01.302 INFO O| tempdir @ "/tmp/.tmph1iV9C/tmp"
86292024-12-18T19:43:03.500Z[ host-image] Dec 18 19:43:01.302 INFO O| image root @ "/tmp/.tmph1iV9C/tmp/root"
86302024-12-18T19:43:03.500Z[ host-image] Dec 18 19:43:01.302 INFO O| creating image...
86312024-12-18T19:43:04.569Z[ host-image] Dec 18 19:43:02.373 INFO O| copying publishers...
86322024-12-18T19:43:15.656Z[ recovery-image] Dec 18 19:43:13.457 INFO O| ok, image written!
86332024-12-18T19:43:15.656Z[ recovery-image] Dec 18 19:43:13.457 INFO O| ok, boot_image_csum file written!
86342024-12-18T19:43:15.662Z[ recovery-image] Dec 18 19:43:13.465 INFO creating boot archive (CPIO)...
86352024-12-18T19:43:15.662Z[ recovery-image] Dec 18 19:43:13.465 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
86362024-12-18T19:43:15.678Z[ recovery-image] Dec 18 19:43:13.480 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86372024-12-18T19:43:15.681Z[ recovery-image] Dec 18 19:43:13.480 INFO E| + outfile=/work/os-recovery/cpio
86382024-12-18T19:43:15.681Z[ recovery-image] Dec 18 19:43:13.480 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86392024-12-18T19:43:15.683Z[ recovery-image] Dec 18 19:43:13.484 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86402024-12-18T19:43:15.684Z[ recovery-image] Dec 18 19:43:13.484 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86412024-12-18T19:43:15.727Z[ recovery-image] Dec 18 19:43:13.529 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86422024-12-18T19:43:15.727Z[ recovery-image] Dec 18 19:43:13.529 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86432024-12-18T19:43:15.739Z[ recovery-image] Dec 18 19:43:13.540 INFO creating compressed cpio/unix for nanobl-rs...
86442024-12-18T19:43:15.739Z[ recovery-image] Dec 18 19:43:13.541 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
86452024-12-18T19:43:16.199Z[ recovery-image] Dec 18 19:43:14.000 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86462024-12-18T19:43:22.908Z[ recovery-image] Dec 18 19:43:20.709 INFO creating reset image...
86472024-12-18T19:43:22.908Z[ recovery-image] Dec 18 19:43:20.709 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86482024-12-18T19:43:23.469Z[ recovery-image] Dec 18 19:43:21.270 INFO E| Updating crates.io index
86492024-12-18T19:43:23.568Z[ recovery-image] Dec 18 19:43:21.369 INFO E| Downloading crates ...
86502024-12-18T19:43:23.893Z[ recovery-image] Dec 18 19:43:21.694 INFO E| Downloaded os_pipe v1.2.1
86512024-12-18T19:43:23.925Z[ recovery-image] Dec 18 19:43:21.726 INFO E| Downloaded shared_child v1.0.1
86522024-12-18T19:43:23.928Z[ recovery-image] Dec 18 19:43:21.728 INFO E| Downloaded duct v0.13.7
86532024-12-18T19:43:23.930Z[ recovery-image] Dec 18 19:43:21.731 INFO E| Downloaded clap v4.5.17
86542024-12-18T19:43:23.943Z[ recovery-image] Dec 18 19:43:21.744 INFO E| Downloaded clap_derive v4.5.13
86552024-12-18T19:43:23.974Z[ recovery-image] Dec 18 19:43:21.774 INFO E| Downloaded syn v2.0.77
86562024-12-18T19:43:23.988Z[ recovery-image] Dec 18 19:43:21.789 INFO E| Downloaded clap_builder v4.5.17
86572024-12-18T19:43:24.097Z[ recovery-image] Dec 18 19:43:21.898 INFO E| Downloaded libc v0.2.158
86582024-12-18T19:43:24.253Z[ recovery-image] Dec 18 19:43:22.054 INFO E| Compiling proc-macro2 v1.0.86
86592024-12-18T19:43:24.253Z[ recovery-image] Dec 18 19:43:22.054 INFO E| Compiling unicode-ident v1.0.13
86602024-12-18T19:43:24.253Z[ recovery-image] Dec 18 19:43:22.054 INFO E| Compiling libc v0.2.158
86612024-12-18T19:43:24.255Z[ recovery-image] Dec 18 19:43:22.054 INFO E| Compiling utf8parse v0.2.2
86622024-12-18T19:43:24.255Z[ recovery-image] Dec 18 19:43:22.054 INFO E| Compiling colorchoice v1.0.2
86632024-12-18T19:43:24.255Z[ recovery-image] Dec 18 19:43:22.054 INFO E| Compiling anstyle v1.0.8
86642024-12-18T19:43:24.255Z[ recovery-image] Dec 18 19:43:22.054 INFO E| Compiling is_terminal_polyfill v1.70.1
86652024-12-18T19:43:24.255Z[ recovery-image] Dec 18 19:43:22.054 INFO E| Compiling anstyle-query v1.1.1
86662024-12-18T19:43:24.816Z[ recovery-image] Dec 18 19:43:22.617 INFO E| Compiling anstyle-parse v0.2.5
86672024-12-18T19:43:24.846Z[ recovery-image] Dec 18 19:43:22.647 INFO E| Compiling strsim v0.11.1
86682024-12-18T19:43:24.846Z[ recovery-image] Dec 18 19:43:22.647 INFO E| Compiling heck v0.5.0
86692024-12-18T19:43:24.925Z[ recovery-image] Dec 18 19:43:22.726 INFO E| Compiling clap_lex v0.7.2
86702024-12-18T19:43:25.048Z[ recovery-image] Dec 18 19:43:22.848 INFO E| Compiling once_cell v1.19.0
86712024-12-18T19:43:25.393Z[ recovery-image] Dec 18 19:43:23.193 INFO E| Compiling anstream v0.6.15
86722024-12-18T19:43:26.415Z[ recovery-image] Dec 18 19:43:24.216 INFO E| Compiling clap_builder v4.5.17
86732024-12-18T19:43:27.034Z[ recovery-image] Dec 18 19:43:24.834 INFO E| Compiling os_pipe v1.2.1
86742024-12-18T19:43:27.034Z[ recovery-image] Dec 18 19:43:24.834 INFO E| Compiling shared_child v1.0.1
86752024-12-18T19:43:27.307Z[ recovery-image] Dec 18 19:43:25.107 INFO E| Compiling duct v0.13.7
86762024-12-18T19:43:27.793Z[ recovery-image] Dec 18 19:43:25.594 INFO E| Compiling quote v1.0.37
86772024-12-18T19:43:28.441Z[ recovery-image] Dec 18 19:43:26.241 INFO E| Compiling syn v2.0.77
86782024-12-18T19:43:29.548Z[ host-image] Dec 18 19:43:27.348 INFO O| adding properties...
86792024-12-18T19:43:32.374Z[ host-image] Dec 18 19:43:30.173 INFO O| installing packages...
86802024-12-18T19:43:38.224Z[ recovery-image] Dec 18 19:43:36.023 INFO E| Compiling clap_derive v4.5.13
86812024-12-18T19:43:42.431Z[ recovery-image] Dec 18 19:43:40.230 INFO E| Compiling clap v4.5.17
86822024-12-18T19:43:42.620Z[ recovery-image] Dec 18 19:43:40.418 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86832024-12-18T19:43:44.848Z[ recovery-image] Dec 18 19:43:42.645 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.75s
86842024-12-18T19:43:44.863Z[ recovery-image] Dec 18 19:43:42.661 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86852024-12-18T19:43:45.197Z[ recovery-image] Dec 18 19:43:42.995 INFO E| Updating crates.io index
86862024-12-18T19:43:45.483Z[ recovery-image] Dec 18 19:43:43.280 INFO E| Downloading crates ...
86872024-12-18T19:43:45.561Z[ recovery-image] Dec 18 19:43:43.359 INFO E| Downloaded seq-macro v0.3.5
86882024-12-18T19:43:45.564Z[ recovery-image] Dec 18 19:43:43.362 INFO E| Downloaded bitstruct v0.1.1
86892024-12-18T19:43:45.570Z[ recovery-image] Dec 18 19:43:43.368 INFO E| Downloaded bit_field v0.10.2
86902024-12-18T19:43:45.577Z[ recovery-image] Dec 18 19:43:43.375 INFO E| Downloaded bitstruct_derive v0.1.0
86912024-12-18T19:43:45.580Z[ recovery-image] Dec 18 19:43:43.378 INFO E| Downloaded cpio_reader v0.1.1
86922024-12-18T19:43:45.594Z[ recovery-image] Dec 18 19:43:43.392 INFO E| Downloaded syn v2.0.85
86932024-12-18T19:43:45.613Z[ recovery-image] Dec 18 19:43:43.411 INFO E| Downloaded raw-cpuid v10.7.0
86942024-12-18T19:43:45.804Z[ recovery-image] Dec 18 19:43:43.601 INFO E| Downloaded x86 v0.52.0
86952024-12-18T19:43:45.883Z[ recovery-image] Dec 18 19:43:43.681 INFO E| Updating crates.io index
86962024-12-18T19:43:46.137Z[ recovery-image] Dec 18 19:43:43.935 INFO E| Downloading crates ...
86972024-12-18T19:43:46.279Z[ recovery-image] Dec 18 19:43:44.076 INFO E| Downloaded hashbrown v0.15.0
86982024-12-18T19:43:46.308Z[ recovery-image] Dec 18 19:43:44.106 INFO E| Downloaded compiler_builtins v0.1.134
86992024-12-18T19:43:46.449Z[ recovery-image] Dec 18 19:43:44.247 INFO E| Compiling compiler_builtins v0.1.134
87002024-12-18T19:43:46.449Z[ recovery-image] Dec 18 19:43:44.247 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87012024-12-18T19:43:46.452Z[ recovery-image] Dec 18 19:43:44.247 INFO E| Compiling proc-macro2 v1.0.89
87022024-12-18T19:43:46.452Z[ recovery-image] Dec 18 19:43:44.247 INFO E| Compiling unicode-ident v1.0.13
87032024-12-18T19:43:46.452Z[ recovery-image] Dec 18 19:43:44.247 INFO E| Compiling syn v1.0.109
87042024-12-18T19:43:46.452Z[ recovery-image] Dec 18 19:43:44.247 INFO E| Compiling x86 v0.52.0
87052024-12-18T19:43:46.452Z[ recovery-image] Dec 18 19:43:44.247 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87062024-12-18T19:43:46.452Z[ recovery-image] Dec 18 19:43:44.247 INFO E| Compiling seq-macro v0.3.5
87072024-12-18T19:43:49.146Z[ recovery-image] Dec 18 19:43:46.943 INFO E| Compiling quote v1.0.37
87082024-12-18T19:43:49.639Z[ recovery-image] Dec 18 19:43:47.436 INFO E| Compiling syn v2.0.85
87092024-12-18T19:43:55.191Z[ recovery-image] Dec 18 19:43:52.987 INFO E| Compiling scroll_derive v0.12.0
87102024-12-18T19:44:01.066Z[ recovery-image] Dec 18 19:43:58.861 INFO E| Compiling bitstruct_derive v0.1.0
87112024-12-18T19:44:06.753Z[ host-image] Dec 18 19:44:04.548 INFO O| seeding SMF database...
87122024-12-18T19:44:19.707Z[ host-image] Dec 18 19:44:17.500 INFO O| configuring SMF profile...
87132024-12-18T19:44:19.710Z[ host-image] Dec 18 19:44:17.501 INFO O| modifying shadow(5)...
87142024-12-18T19:44:19.710Z[ host-image] Dec 18 19:44:17.501 INFO O| loading user and group database...
87152024-12-18T19:44:19.710Z[ host-image] Dec 18 19:44:17.501 INFO O| assessing packaged files...
87162024-12-18T19:44:22.844Z[ recovery-image] Dec 18 19:44:20.636 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87172024-12-18T19:44:25.950Z[ recovery-image] Dec 18 19:44:23.742 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87182024-12-18T19:44:26.099Z[ host-image] Dec 18 19:44:23.891 INFO O| creating archive...
87192024-12-18T19:44:26.155Z[ host-image] Dec 18 19:44:23.947 INFO O| missing from packaging:
87202024-12-18T19:44:26.155Z[ host-image] Dec 18 19:44:23.948 INFO O| "etc/.pwd.lock"
87212024-12-18T19:44:26.158Z[ host-image] Dec 18 19:44:23.948 INFO O| "etc/bash"
87222024-12-18T19:44:26.164Z[ host-image] Dec 18 19:44:23.956 INFO O| "etc/svc/profile/generic.xml"
87232024-12-18T19:44:26.164Z[ host-image] Dec 18 19:44:23.956 INFO O| "etc/svc/profile/inetd_services.xml"
87242024-12-18T19:44:26.164Z[ host-image] Dec 18 19:44:23.956 INFO O| "etc/svc/profile/name_service.xml"
87252024-12-18T19:44:26.164Z[ host-image] Dec 18 19:44:23.956 INFO O| "etc/svc/profile/platform.xml"
87262024-12-18T19:44:26.166Z[ host-image] Dec 18 19:44:23.956 INFO O| "etc/svc/profile/platform_omicron1.xml"
87272024-12-18T19:44:26.166Z[ host-image] Dec 18 19:44:23.956 INFO O| "etc/svc/repository.db"
87282024-12-18T19:44:26.179Z[ host-image] Dec 18 19:44:23.971 INFO O| "opt/ooce/share"
87292024-12-18T19:44:26.179Z[ host-image] Dec 18 19:44:23.971 INFO O| "opt/ooce/share/man"
87302024-12-18T19:44:26.181Z[ host-image] Dec 18 19:44:23.971 INFO O| "opt/ooce/share/man/man1"
87312024-12-18T19:44:26.215Z[ host-image] Dec 18 19:44:24.007 INFO O| finishing archive...
87322024-12-18T19:44:31.033Z[ host-image] Dec 18 19:44:28.824 INFO O| creating gzonly manifest...
87332024-12-18T19:44:31.043Z[ host-image] Dec 18 19:44:28.834 INFO O| ok
87342024-12-18T19:44:31.223Z[ host-image] Dec 18 19:44:29.014 INFO image builder template: ramdisk-02-trim...
87352024-12-18T19:44:31.223Z[ host-image] Dec 18 19:44:29.014 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/.tmpDBIFVi/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
87362024-12-18T19:44:31.272Z[ host-image] Dec 18 19:44:29.064 INFO O| Dec 18 19:44:29.063 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87372024-12-18T19:44:31.300Z[ host-image] Dec 18 19:44:29.091 INFO O| Dec 18 19:44:29.091 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87382024-12-18T19:44:31.483Z[ host-image] Dec 18 19:44:29.274 INFO O| Dec 18 19:44:29.274 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87392024-12-18T19:44:31.564Z[ host-image] Dec 18 19:44:29.355 INFO O| Dec 18 19:44:29.355 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87402024-12-18T19:44:31.566Z[ host-image] Dec 18 19:44:29.355 INFO O| Dec 18 19:44:29.355 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87412024-12-18T19:44:31.574Z[ host-image] Dec 18 19:44:29.365 INFO O| Dec 18 19:44:29.365 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87422024-12-18T19:44:31.581Z[ host-image] Dec 18 19:44:29.372 INFO O| Dec 18 19:44:29.372 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87432024-12-18T19:44:31.611Z[ host-image] Dec 18 19:44:29.402 INFO O| Dec 18 19:44:29.402 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87442024-12-18T19:44:32.304Z[ recovery-image] Dec 18 19:44:30.095 INFO E| Compiling bitflags v1.3.2
87452024-12-18T19:44:32.304Z[ recovery-image] Dec 18 19:44:30.095 INFO E| Compiling plain v0.2.3
87462024-12-18T19:44:32.307Z[ recovery-image] Dec 18 19:44:30.095 INFO E| Compiling log v0.4.22
87472024-12-18T19:44:32.307Z[ recovery-image] Dec 18 19:44:30.096 INFO E| Compiling adler2 v2.0.0
87482024-12-18T19:44:32.307Z[ recovery-image] Dec 18 19:44:30.096 INFO E| Compiling bit_field v0.10.2
87492024-12-18T19:44:32.307Z[ recovery-image] Dec 18 19:44:30.096 INFO E| Compiling scroll v0.12.0
87502024-12-18T19:44:32.308Z[ recovery-image] Dec 18 19:44:30.096 INFO E| Compiling bitstruct v0.1.1
87512024-12-18T19:44:32.333Z[ host-image] Dec 18 19:44:30.125 INFO O| Dec 18 19:44:30.125 INFO rolled back to input snapshot; work may begin
87522024-12-18T19:44:32.333Z[ host-image] Dec 18 19:44:30.125 INFO O| Dec 18 19:44:30.125 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87532024-12-18T19:44:32.354Z[ host-image] Dec 18 19:44:30.145 INFO O| Dec 18 19:44:30.145 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-12-18T19:44:32.380Z[ host-image] Dec 18 19:44:30.171 INFO O| Dec 18 19:44:30.171 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87552024-12-18T19:44:32.518Z[ recovery-image] Dec 18 19:44:30.309 INFO E| Compiling raw-cpuid v10.7.0
87562024-12-18T19:44:32.530Z[ recovery-image] Dec 18 19:44:30.321 INFO E| Compiling cpio_reader v0.1.1
87572024-12-18T19:44:32.564Z[ host-image] Dec 18 19:44:30.355 INFO O| Dec 18 19:44:30.355 INFO STEP 0 (remove_files) COMPLETE
87582024-12-18T19:44:32.564Z[ host-image] Dec 18 19:44:30.355 INFO O| Dec 18 19:44:30.355 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-12-18T19:44:32.633Z[ host-image] Dec 18 19:44:30.425 INFO O| Dec 18 19:44:30.424 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87602024-12-18T19:44:32.636Z[ host-image] Dec 18 19:44:30.427 INFO O| Dec 18 19:44:30.427 INFO STEP 1 (remove_files) COMPLETE
87612024-12-18T19:44:32.636Z[ host-image] Dec 18 19:44:30.427 INFO O| Dec 18 19:44:30.427 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-12-18T19:44:32.671Z[ recovery-image] Dec 18 19:44:30.463 INFO E| Compiling miniz_oxide v0.8.0
87632024-12-18T19:44:32.726Z[ host-image] Dec 18 19:44:30.518 INFO O| Dec 18 19:44:30.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87642024-12-18T19:44:32.751Z[ host-image] Dec 18 19:44:30.542 INFO O| Dec 18 19:44:30.542 INFO STEP 2 (remove_files) COMPLETE
87652024-12-18T19:44:32.751Z[ host-image] Dec 18 19:44:30.542 INFO O| Dec 18 19:44:30.542 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-18T19:44:32.829Z[ host-image] Dec 18 19:44:30.620 INFO O| Dec 18 19:44:30.620 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87672024-12-18T19:44:32.841Z[ recovery-image] Dec 18 19:44:30.632 INFO E| Compiling static_assertions v1.1.0
87682024-12-18T19:44:32.843Z[ host-image] Dec 18 19:44:30.635 INFO O| Dec 18 19:44:30.635 INFO STEP 3 (remove_files) COMPLETE
87692024-12-18T19:44:32.846Z[ host-image] Dec 18 19:44:30.635 INFO O| Dec 18 19:44:30.635 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-12-18T19:44:33.048Z[ host-image] Dec 18 19:44:30.839 INFO O| Dec 18 19:44:30.820 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87712024-12-18T19:44:33.049Z[ host-image] Dec 18 19:44:30.840 INFO O| Dec 18 19:44:30.826 INFO STEP 4 (remove_files) COMPLETE
87722024-12-18T19:44:33.051Z[ host-image] Dec 18 19:44:30.840 INFO O| Dec 18 19:44:30.826 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-12-18T19:44:33.082Z[ recovery-image] Dec 18 19:44:30.873 INFO E| Compiling goblin v0.8.2
87742024-12-18T19:44:33.120Z[ host-image] Dec 18 19:44:30.911 INFO O| Dec 18 19:44:30.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87752024-12-18T19:44:33.127Z[ host-image] Dec 18 19:44:30.916 INFO O| Dec 18 19:44:30.916 INFO STEP 5 (remove_files) COMPLETE
87762024-12-18T19:44:33.127Z[ host-image] Dec 18 19:44:30.916 INFO O| Dec 18 19:44:30.916 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772024-12-18T19:44:33.256Z[ host-image] Dec 18 19:44:31.048 INFO O| Dec 18 19:44:31.047 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87782024-12-18T19:44:33.276Z[ host-image] Dec 18 19:44:31.067 INFO O| Dec 18 19:44:31.067 INFO STEP 6 (remove_files) COMPLETE
87792024-12-18T19:44:33.276Z[ host-image] Dec 18 19:44:31.067 INFO O| Dec 18 19:44:31.067 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802024-12-18T19:44:33.351Z[ host-image] Dec 18 19:44:31.142 INFO O| Dec 18 19:44:31.142 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87812024-12-18T19:44:33.404Z[ host-image] Dec 18 19:44:31.195 INFO O| Dec 18 19:44:31.195 INFO STEP 7 (remove_files) COMPLETE
87822024-12-18T19:44:33.404Z[ host-image] Dec 18 19:44:31.195 INFO O| Dec 18 19:44:31.195 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832024-12-18T19:44:33.454Z[ host-image] Dec 18 19:44:31.244 INFO O| Dec 18 19:44:31.244 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87842024-12-18T19:44:33.678Z[ host-image] Dec 18 19:44:31.469 INFO O| Dec 18 19:44:31.469 INFO STEP 8 (remove_files) COMPLETE
87852024-12-18T19:44:33.679Z[ host-image] Dec 18 19:44:31.469 INFO O| Dec 18 19:44:31.469 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-12-18T19:44:33.887Z[ host-image] Dec 18 19:44:31.678 INFO O| Dec 18 19:44:31.599 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87872024-12-18T19:44:34.093Z[ host-image] Dec 18 19:44:31.884 INFO O| Dec 18 19:44:31.884 INFO STEP 9 (remove_files) COMPLETE
87882024-12-18T19:44:34.096Z[ host-image] Dec 18 19:44:31.884 INFO O| Dec 18 19:44:31.884 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-12-18T19:44:34.136Z[ host-image] Dec 18 19:44:31.926 INFO O| Dec 18 19:44:31.926 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87902024-12-18T19:44:34.143Z[ host-image] Dec 18 19:44:31.934 INFO O| Dec 18 19:44:31.934 INFO STEP 10 (remove_files) COMPLETE
87912024-12-18T19:44:34.143Z[ host-image] Dec 18 19:44:31.934 INFO O| Dec 18 19:44:31.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-12-18T19:44:34.165Z[ host-image] Dec 18 19:44:31.956 INFO O| Dec 18 19:44:31.955 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87932024-12-18T19:44:34.168Z[ host-image] Dec 18 19:44:31.958 INFO O| Dec 18 19:44:31.957 INFO STEP 11 (remove_files) COMPLETE
87942024-12-18T19:44:34.168Z[ host-image] Dec 18 19:44:31.958 INFO O| Dec 18 19:44:31.957 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-12-18T19:44:34.188Z[ host-image] Dec 18 19:44:31.979 INFO O| Dec 18 19:44:31.979 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87962024-12-18T19:44:34.191Z[ host-image] Dec 18 19:44:31.982 INFO O| Dec 18 19:44:31.982 INFO STEP 12 (remove_files) COMPLETE
87972024-12-18T19:44:34.191Z[ host-image] Dec 18 19:44:31.983 INFO O| Dec 18 19:44:31.982 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982024-12-18T19:44:34.911Z[ host-image] Dec 18 19:44:32.702 INFO O| Dec 18 19:44:32.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87992024-12-18T19:44:34.941Z[ host-image] Dec 18 19:44:32.732 INFO O| Dec 18 19:44:32.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88002024-12-18T19:44:34.959Z[ host-image] Dec 18 19:44:32.750 INFO O| Dec 18 19:44:32.749 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88012024-12-18T19:44:34.962Z[ host-image] Dec 18 19:44:32.751 INFO O| Dec 18 19:44:32.751 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88022024-12-18T19:44:35.112Z[ host-image] Dec 18 19:44:32.903 INFO O| Dec 18 19:44:32.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88032024-12-18T19:44:35.114Z[ host-image] Dec 18 19:44:32.903 INFO O| Dec 18 19:44:32.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88042024-12-18T19:44:35.114Z[ host-image] Dec 18 19:44:32.903 INFO O| Dec 18 19:44:32.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88052024-12-18T19:44:35.114Z[ host-image] Dec 18 19:44:32.904 INFO O| Dec 18 19:44:32.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88062024-12-18T19:44:35.114Z[ host-image] Dec 18 19:44:32.905 INFO O| Dec 18 19:44:32.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88072024-12-18T19:44:35.114Z[ host-image] Dec 18 19:44:32.905 INFO O| Dec 18 19:44:32.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88082024-12-18T19:44:35.114Z[ host-image] Dec 18 19:44:32.905 INFO O| Dec 18 19:44:32.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88092024-12-18T19:44:35.117Z[ host-image] Dec 18 19:44:32.905 INFO O| Dec 18 19:44:32.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88102024-12-18T19:44:35.117Z[ host-image] Dec 18 19:44:32.906 INFO O| Dec 18 19:44:32.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88112024-12-18T19:44:35.117Z[ host-image] Dec 18 19:44:32.906 INFO O| Dec 18 19:44:32.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88122024-12-18T19:44:35.117Z[ host-image] Dec 18 19:44:32.906 INFO O| Dec 18 19:44:32.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88132024-12-18T19:44:35.117Z[ host-image] Dec 18 19:44:32.906 INFO O| Dec 18 19:44:32.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88142024-12-18T19:44:35.137Z[ host-image] Dec 18 19:44:32.928 INFO O| Dec 18 19:44:32.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88152024-12-18T19:44:35.140Z[ host-image] Dec 18 19:44:32.928 INFO O| Dec 18 19:44:32.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88162024-12-18T19:44:35.140Z[ host-image] Dec 18 19:44:32.928 INFO O| Dec 18 19:44:32.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88172024-12-18T19:44:35.140Z[ host-image] Dec 18 19:44:32.928 INFO O| Dec 18 19:44:32.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88182024-12-18T19:44:35.158Z[ host-image] Dec 18 19:44:32.948 INFO O| Dec 18 19:44:32.948 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88192024-12-18T19:44:35.160Z[ host-image] Dec 18 19:44:32.951 INFO O| Dec 18 19:44:32.951 INFO STEP 13 (remove_files) COMPLETE
88202024-12-18T19:44:35.160Z[ host-image] Dec 18 19:44:32.951 INFO O| Dec 18 19:44:32.951 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-12-18T19:44:35.244Z[ host-image] Dec 18 19:44:33.035 INFO O| Dec 18 19:44:33.035 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88222024-12-18T19:44:35.247Z[ host-image] Dec 18 19:44:33.038 INFO O| Dec 18 19:44:33.038 INFO STEP 14 (remove_files) COMPLETE
88232024-12-18T19:44:35.247Z[ host-image] Dec 18 19:44:33.038 INFO O| Dec 18 19:44:33.038 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-18T19:44:35.308Z[ host-image] Dec 18 19:44:33.097 INFO O| Dec 18 19:44:33.097 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88252024-12-18T19:44:35.317Z[ host-image] Dec 18 19:44:33.108 INFO O| Dec 18 19:44:33.108 INFO STEP 15 (remove_files) COMPLETE
88262024-12-18T19:44:35.317Z[ host-image] Dec 18 19:44:33.108 INFO O| Dec 18 19:44:33.108 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-18T19:44:35.337Z[ host-image] Dec 18 19:44:33.127 INFO O| Dec 18 19:44:33.127 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88282024-12-18T19:44:35.346Z[ host-image] Dec 18 19:44:33.128 INFO O| Dec 18 19:44:33.128 INFO STEP 16 (remove_files) COMPLETE
88292024-12-18T19:44:35.346Z[ host-image] Dec 18 19:44:33.128 INFO O| Dec 18 19:44:33.128 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-18T19:44:35.360Z[ host-image] Dec 18 19:44:33.151 INFO O| Dec 18 19:44:33.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88312024-12-18T19:44:35.363Z[ host-image] Dec 18 19:44:33.153 INFO O| Dec 18 19:44:33.153 INFO STEP 17 (remove_files) COMPLETE
88322024-12-18T19:44:35.363Z[ host-image] Dec 18 19:44:33.153 INFO O| Dec 18 19:44:33.153 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-18T19:44:35.404Z[ host-image] Dec 18 19:44:33.195 INFO O| Dec 18 19:44:33.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88342024-12-18T19:44:35.407Z[ host-image] Dec 18 19:44:33.195 INFO O| Dec 18 19:44:33.195 INFO STEP 18 (remove_files) COMPLETE
88352024-12-18T19:44:35.407Z[ host-image] Dec 18 19:44:33.195 INFO O| Dec 18 19:44:33.195 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-18T19:44:35.486Z[ host-image] Dec 18 19:44:33.277 INFO O| Dec 18 19:44:33.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88372024-12-18T19:44:35.486Z[ host-image] Dec 18 19:44:33.277 INFO O| Dec 18 19:44:33.277 INFO STEP 19 (remove_files) COMPLETE
88382024-12-18T19:44:35.486Z[ host-image] Dec 18 19:44:33.277 INFO O| Dec 18 19:44:33.277 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-18T19:44:35.534Z[ host-image] Dec 18 19:44:33.324 INFO O| Dec 18 19:44:33.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88402024-12-18T19:44:35.534Z[ host-image] Dec 18 19:44:33.324 INFO O| Dec 18 19:44:33.324 INFO STEP 20 (remove_files) COMPLETE
88412024-12-18T19:44:35.534Z[ host-image] Dec 18 19:44:33.324 INFO O| Dec 18 19:44:33.324 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-18T19:44:35.615Z[ host-image] Dec 18 19:44:33.405 INFO O| Dec 18 19:44:33.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88432024-12-18T19:44:35.615Z[ host-image] Dec 18 19:44:33.406 INFO O| Dec 18 19:44:33.406 INFO STEP 21 (remove_files) COMPLETE
88442024-12-18T19:44:35.617Z[ host-image] Dec 18 19:44:33.406 INFO O| Dec 18 19:44:33.406 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-18T19:44:35.655Z[ host-image] Dec 18 19:44:33.446 INFO O| Dec 18 19:44:33.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88462024-12-18T19:44:35.655Z[ host-image] Dec 18 19:44:33.446 INFO O| Dec 18 19:44:33.446 INFO STEP 22 (remove_files) COMPLETE
88472024-12-18T19:44:35.658Z[ host-image] Dec 18 19:44:33.446 INFO O| Dec 18 19:44:33.446 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-18T19:44:35.675Z[ host-image] Dec 18 19:44:33.465 INFO O| Dec 18 19:44:33.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88492024-12-18T19:44:35.675Z[ host-image] Dec 18 19:44:33.465 INFO O| Dec 18 19:44:33.465 INFO STEP 23 (remove_files) COMPLETE
88502024-12-18T19:44:35.675Z[ host-image] Dec 18 19:44:33.466 INFO O| Dec 18 19:44:33.465 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-18T19:44:35.693Z[ host-image] Dec 18 19:44:33.484 INFO O| Dec 18 19:44:33.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88522024-12-18T19:44:35.693Z[ host-image] Dec 18 19:44:33.484 INFO O| Dec 18 19:44:33.484 INFO STEP 24 (remove_files) COMPLETE
88532024-12-18T19:44:35.693Z[ host-image] Dec 18 19:44:33.484 INFO O| Dec 18 19:44:33.484 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-18T19:44:35.712Z[ host-image] Dec 18 19:44:33.502 INFO O| Dec 18 19:44:33.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88552024-12-18T19:44:35.712Z[ host-image] Dec 18 19:44:33.503 INFO O| Dec 18 19:44:33.503 INFO STEP 25 (remove_files) COMPLETE
88562024-12-18T19:44:35.715Z[ host-image] Dec 18 19:44:33.503 INFO O| Dec 18 19:44:33.503 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-18T19:44:35.773Z[ host-image] Dec 18 19:44:33.564 INFO O| Dec 18 19:44:33.564 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88582024-12-18T19:44:35.773Z[ host-image] Dec 18 19:44:33.564 INFO O| Dec 18 19:44:33.564 INFO STEP 26 (remove_files) COMPLETE
88592024-12-18T19:44:35.776Z[ host-image] Dec 18 19:44:33.564 INFO O| Dec 18 19:44:33.564 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-18T19:44:35.800Z[ host-image] Dec 18 19:44:33.591 INFO O| Dec 18 19:44:33.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88612024-12-18T19:44:35.800Z[ host-image] Dec 18 19:44:33.591 INFO O| Dec 18 19:44:33.591 INFO STEP 27 (remove_files) COMPLETE
88622024-12-18T19:44:35.801Z[ host-image] Dec 18 19:44:33.591 INFO O| Dec 18 19:44:33.591 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-18T19:44:35.835Z[ host-image] Dec 18 19:44:33.625 INFO O| Dec 18 19:44:33.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88642024-12-18T19:44:35.835Z[ host-image] Dec 18 19:44:33.625 INFO O| Dec 18 19:44:33.625 INFO STEP 28 (remove_files) COMPLETE
88652024-12-18T19:44:35.835Z[ host-image] Dec 18 19:44:33.625 INFO O| Dec 18 19:44:33.625 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-18T19:44:35.866Z[ host-image] Dec 18 19:44:33.656 INFO O| Dec 18 19:44:33.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88672024-12-18T19:44:35.866Z[ host-image] Dec 18 19:44:33.657 INFO O| Dec 18 19:44:33.657 INFO STEP 29 (remove_files) COMPLETE
88682024-12-18T19:44:35.866Z[ host-image] Dec 18 19:44:33.657 INFO O| Dec 18 19:44:33.657 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-18T19:44:35.884Z[ host-image] Dec 18 19:44:33.675 INFO O| Dec 18 19:44:33.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88702024-12-18T19:44:35.884Z[ host-image] Dec 18 19:44:33.675 INFO O| Dec 18 19:44:33.675 INFO STEP 30 (remove_files) COMPLETE
88712024-12-18T19:44:35.884Z[ host-image] Dec 18 19:44:33.675 INFO O| Dec 18 19:44:33.675 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-18T19:44:35.929Z[ host-image] Dec 18 19:44:33.720 INFO O| Dec 18 19:44:33.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88732024-12-18T19:44:35.929Z[ host-image] Dec 18 19:44:33.720 INFO O| Dec 18 19:44:33.720 INFO STEP 31 (remove_files) COMPLETE
88742024-12-18T19:44:35.929Z[ host-image] Dec 18 19:44:33.720 INFO O| Dec 18 19:44:33.720 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-18T19:44:35.983Z[ host-image] Dec 18 19:44:33.773 INFO O| Dec 18 19:44:33.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88762024-12-18T19:44:35.983Z[ host-image] Dec 18 19:44:33.773 INFO O| Dec 18 19:44:33.773 INFO STEP 32 (remove_files) COMPLETE
88772024-12-18T19:44:35.985Z[ host-image] Dec 18 19:44:33.773 INFO O| Dec 18 19:44:33.773 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-18T19:44:36.023Z[ host-image] Dec 18 19:44:33.814 INFO O| Dec 18 19:44:33.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88792024-12-18T19:44:36.023Z[ host-image] Dec 18 19:44:33.814 INFO O| Dec 18 19:44:33.814 INFO STEP 33 (remove_files) COMPLETE
88802024-12-18T19:44:36.023Z[ host-image] Dec 18 19:44:33.814 INFO O| Dec 18 19:44:33.814 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-18T19:44:36.066Z[ host-image] Dec 18 19:44:33.857 INFO O| Dec 18 19:44:33.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88822024-12-18T19:44:36.067Z[ host-image] Dec 18 19:44:33.857 INFO O| Dec 18 19:44:33.857 INFO STEP 34 (remove_files) COMPLETE
88832024-12-18T19:44:36.069Z[ host-image] Dec 18 19:44:33.858 INFO O| Dec 18 19:44:33.858 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-18T19:44:36.085Z[ host-image] Dec 18 19:44:33.876 INFO O| Dec 18 19:44:33.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88852024-12-18T19:44:36.085Z[ host-image] Dec 18 19:44:33.876 INFO O| Dec 18 19:44:33.876 INFO STEP 35 (remove_files) COMPLETE
88862024-12-18T19:44:36.085Z[ host-image] Dec 18 19:44:33.876 INFO O| Dec 18 19:44:33.876 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-18T19:44:36.152Z[ host-image] Dec 18 19:44:33.943 INFO O| Dec 18 19:44:33.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88882024-12-18T19:44:36.152Z[ host-image] Dec 18 19:44:33.943 INFO O| Dec 18 19:44:33.943 INFO STEP 36 (remove_files) COMPLETE
88892024-12-18T19:44:36.154Z[ host-image] Dec 18 19:44:33.943 INFO O| Dec 18 19:44:33.943 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-18T19:44:36.171Z[ host-image] Dec 18 19:44:33.961 INFO O| Dec 18 19:44:33.961 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88912024-12-18T19:44:36.171Z[ host-image] Dec 18 19:44:33.962 INFO O| Dec 18 19:44:33.962 INFO STEP 37 (remove_files) COMPLETE
88922024-12-18T19:44:36.171Z[ host-image] Dec 18 19:44:33.962 INFO O| Dec 18 19:44:33.962 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-18T19:44:36.200Z[ host-image] Dec 18 19:44:33.990 INFO O| Dec 18 19:44:33.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88942024-12-18T19:44:36.200Z[ host-image] Dec 18 19:44:33.990 INFO O| Dec 18 19:44:33.990 INFO STEP 38 (remove_files) COMPLETE
88952024-12-18T19:44:36.202Z[ host-image] Dec 18 19:44:33.990 INFO O| Dec 18 19:44:33.990 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-18T19:44:36.254Z[ host-image] Dec 18 19:44:34.044 INFO O| Dec 18 19:44:34.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88972024-12-18T19:44:36.254Z[ host-image] Dec 18 19:44:34.044 INFO O| Dec 18 19:44:34.044 INFO STEP 39 (remove_files) COMPLETE
88982024-12-18T19:44:36.256Z[ host-image] Dec 18 19:44:34.044 INFO O| Dec 18 19:44:34.044 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-18T19:44:36.328Z[ host-image] Dec 18 19:44:34.119 INFO O| Dec 18 19:44:34.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89002024-12-18T19:44:36.330Z[ host-image] Dec 18 19:44:34.119 INFO O| Dec 18 19:44:34.119 INFO STEP 40 (remove_files) COMPLETE
89012024-12-18T19:44:36.331Z[ host-image] Dec 18 19:44:34.119 INFO O| Dec 18 19:44:34.119 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-18T19:44:36.368Z[ host-image] Dec 18 19:44:34.159 INFO O| Dec 18 19:44:34.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89032024-12-18T19:44:36.368Z[ host-image] Dec 18 19:44:34.159 INFO O| Dec 18 19:44:34.159 INFO STEP 41 (remove_files) COMPLETE
89042024-12-18T19:44:36.368Z[ host-image] Dec 18 19:44:34.159 INFO O| Dec 18 19:44:34.159 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-18T19:44:36.391Z[ host-image] Dec 18 19:44:34.182 INFO O| Dec 18 19:44:34.182 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89062024-12-18T19:44:36.391Z[ host-image] Dec 18 19:44:34.182 INFO O| Dec 18 19:44:34.182 INFO STEP 42 (remove_files) COMPLETE
89072024-12-18T19:44:36.391Z[ host-image] Dec 18 19:44:34.182 INFO O| Dec 18 19:44:34.182 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-18T19:44:36.449Z[ host-image] Dec 18 19:44:34.240 INFO O| Dec 18 19:44:34.240 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89092024-12-18T19:44:36.452Z[ host-image] Dec 18 19:44:34.240 INFO O| Dec 18 19:44:34.240 INFO STEP 43 (remove_files) COMPLETE
89102024-12-18T19:44:36.452Z[ host-image] Dec 18 19:44:34.240 INFO O| Dec 18 19:44:34.240 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-18T19:44:36.470Z[ host-image] Dec 18 19:44:34.261 INFO O| Dec 18 19:44:34.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89122024-12-18T19:44:36.473Z[ host-image] Dec 18 19:44:34.261 INFO O| Dec 18 19:44:34.261 INFO STEP 44 (remove_files) COMPLETE
89132024-12-18T19:44:36.473Z[ host-image] Dec 18 19:44:34.262 INFO O| Dec 18 19:44:34.262 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-18T19:44:36.567Z[ host-image] Dec 18 19:44:34.357 INFO O| Dec 18 19:44:34.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89152024-12-18T19:44:36.567Z[ host-image] Dec 18 19:44:34.357 INFO O| Dec 18 19:44:34.357 INFO STEP 45 (remove_files) COMPLETE
89162024-12-18T19:44:36.567Z[ host-image] Dec 18 19:44:34.357 INFO O| Dec 18 19:44:34.357 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-18T19:44:36.634Z[ host-image] Dec 18 19:44:34.425 INFO O| Dec 18 19:44:34.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89182024-12-18T19:44:36.635Z[ host-image] Dec 18 19:44:34.425 INFO O| Dec 18 19:44:34.425 INFO STEP 46 (remove_files) COMPLETE
89192024-12-18T19:44:36.635Z[ host-image] Dec 18 19:44:34.425 INFO O| Dec 18 19:44:34.425 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-18T19:44:36.698Z[ host-image] Dec 18 19:44:34.488 INFO O| Dec 18 19:44:34.488 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89212024-12-18T19:44:36.698Z[ host-image] Dec 18 19:44:34.489 INFO O| Dec 18 19:44:34.489 INFO STEP 47 (remove_files) COMPLETE
89222024-12-18T19:44:36.701Z[ host-image] Dec 18 19:44:34.489 INFO O| Dec 18 19:44:34.489 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-18T19:44:36.748Z[ host-image] Dec 18 19:44:34.538 INFO O| Dec 18 19:44:34.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89242024-12-18T19:44:36.748Z[ host-image] Dec 18 19:44:34.538 INFO O| Dec 18 19:44:34.538 INFO STEP 48 (remove_files) COMPLETE
89252024-12-18T19:44:36.750Z[ host-image] Dec 18 19:44:34.538 INFO O| Dec 18 19:44:34.538 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-18T19:44:36.777Z[ host-image] Dec 18 19:44:34.560 INFO O| Dec 18 19:44:34.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89272024-12-18T19:44:36.777Z[ host-image] Dec 18 19:44:34.560 INFO O| Dec 18 19:44:34.560 INFO STEP 49 (remove_files) COMPLETE
89282024-12-18T19:44:36.777Z[ host-image] Dec 18 19:44:34.560 INFO O| Dec 18 19:44:34.560 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-18T19:44:36.852Z[ host-image] Dec 18 19:44:34.643 INFO O| Dec 18 19:44:34.643 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89302024-12-18T19:44:36.852Z[ host-image] Dec 18 19:44:34.643 INFO O| Dec 18 19:44:34.643 INFO STEP 50 (remove_files) COMPLETE
89312024-12-18T19:44:36.852Z[ host-image] Dec 18 19:44:34.643 INFO O| Dec 18 19:44:34.643 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-18T19:44:36.891Z[ host-image] Dec 18 19:44:34.682 INFO O| Dec 18 19:44:34.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89332024-12-18T19:44:36.891Z[ host-image] Dec 18 19:44:34.682 INFO O| Dec 18 19:44:34.682 INFO STEP 51 (remove_files) COMPLETE
89342024-12-18T19:44:36.891Z[ host-image] Dec 18 19:44:34.682 INFO O| Dec 18 19:44:34.682 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-18T19:44:36.978Z[ host-image] Dec 18 19:44:34.769 INFO O| Dec 18 19:44:34.769 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89362024-12-18T19:44:36.981Z[ host-image] Dec 18 19:44:34.769 INFO O| Dec 18 19:44:34.769 INFO STEP 52 (remove_files) COMPLETE
89372024-12-18T19:44:36.981Z[ host-image] Dec 18 19:44:34.769 INFO O| Dec 18 19:44:34.769 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-18T19:44:37.103Z[ host-image] Dec 18 19:44:34.894 INFO O| Dec 18 19:44:34.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89392024-12-18T19:44:37.103Z[ host-image] Dec 18 19:44:34.894 INFO O| Dec 18 19:44:34.894 INFO STEP 53 (remove_files) COMPLETE
89402024-12-18T19:44:37.103Z[ host-image] Dec 18 19:44:34.894 INFO O| Dec 18 19:44:34.894 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-18T19:44:37.201Z[ host-image] Dec 18 19:44:34.992 INFO O| Dec 18 19:44:34.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89422024-12-18T19:44:37.204Z[ host-image] Dec 18 19:44:34.992 INFO O| Dec 18 19:44:34.992 INFO STEP 54 (remove_files) COMPLETE
89432024-12-18T19:44:37.204Z[ host-image] Dec 18 19:44:34.992 INFO O| Dec 18 19:44:34.992 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-18T19:44:37.361Z[ host-image] Dec 18 19:44:35.152 INFO O| Dec 18 19:44:35.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89452024-12-18T19:44:37.361Z[ host-image] Dec 18 19:44:35.152 INFO O| Dec 18 19:44:35.152 INFO STEP 55 (remove_files) COMPLETE
89462024-12-18T19:44:37.364Z[ host-image] Dec 18 19:44:35.152 INFO O| Dec 18 19:44:35.152 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-18T19:44:37.382Z[ host-image] Dec 18 19:44:35.173 INFO O| Dec 18 19:44:35.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89482024-12-18T19:44:37.385Z[ host-image] Dec 18 19:44:35.173 INFO O| Dec 18 19:44:35.173 INFO STEP 56 (remove_files) COMPLETE
89492024-12-18T19:44:37.385Z[ host-image] Dec 18 19:44:35.173 INFO O| Dec 18 19:44:35.173 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-18T19:44:37.476Z[ host-image] Dec 18 19:44:35.266 INFO O| Dec 18 19:44:35.266 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89512024-12-18T19:44:37.476Z[ host-image] Dec 18 19:44:35.266 INFO O| Dec 18 19:44:35.266 INFO STEP 57 (remove_files) COMPLETE
89522024-12-18T19:44:37.479Z[ host-image] Dec 18 19:44:35.267 INFO O| Dec 18 19:44:35.266 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-18T19:44:37.584Z[ host-image] Dec 18 19:44:35.374 INFO O| Dec 18 19:44:35.374 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89542024-12-18T19:44:37.584Z[ host-image] Dec 18 19:44:35.375 INFO O| Dec 18 19:44:35.374 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89552024-12-18T19:44:37.587Z[ host-image] Dec 18 19:44:35.375 INFO O| Dec 18 19:44:35.375 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89562024-12-18T19:44:37.587Z[ host-image] Dec 18 19:44:35.375 INFO O| Dec 18 19:44:35.375 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89572024-12-18T19:44:37.587Z[ host-image] Dec 18 19:44:35.375 INFO O| Dec 18 19:44:35.375 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89582024-12-18T19:44:37.587Z[ host-image] Dec 18 19:44:35.375 INFO O| Dec 18 19:44:35.375 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89592024-12-18T19:44:37.587Z[ host-image] Dec 18 19:44:35.375 INFO O| Dec 18 19:44:35.375 INFO ok!
89602024-12-18T19:44:37.587Z[ host-image] Dec 18 19:44:35.375 INFO O| Dec 18 19:44:35.375 INFO STEP 58 (ensure_file) COMPLETE
89612024-12-18T19:44:37.587Z[ host-image] Dec 18 19:44:35.375 INFO O| Dec 18 19:44:35.375 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-18T19:44:37.691Z[ host-image] Dec 18 19:44:35.481 INFO O| Dec 18 19:44:35.481 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89632024-12-18T19:44:37.691Z[ host-image] Dec 18 19:44:35.482 INFO O| Dec 18 19:44:35.482 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89642024-12-18T19:44:37.694Z[ host-image] Dec 18 19:44:35.482 INFO O| Dec 18 19:44:35.482 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89652024-12-18T19:44:37.694Z[ host-image] Dec 18 19:44:35.482 INFO O| Dec 18 19:44:35.482 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89662024-12-18T19:44:37.695Z[ host-image] Dec 18 19:44:35.482 INFO O| Dec 18 19:44:35.482 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89672024-12-18T19:44:37.695Z[ host-image] Dec 18 19:44:35.483 INFO O| Dec 18 19:44:35.482 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89682024-12-18T19:44:37.695Z[ host-image] Dec 18 19:44:35.483 INFO O| Dec 18 19:44:35.483 INFO ok!
89692024-12-18T19:44:37.695Z[ host-image] Dec 18 19:44:35.483 INFO O| Dec 18 19:44:35.483 INFO STEP 59 (ensure_file) COMPLETE
89702024-12-18T19:44:37.695Z[ host-image] Dec 18 19:44:35.483 INFO O| Dec 18 19:44:35.483 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-18T19:44:37.759Z[ host-image] Dec 18 19:44:35.549 INFO O| Dec 18 19:44:35.549 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89722024-12-18T19:44:37.759Z[ host-image] Dec 18 19:44:35.549 INFO O| Dec 18 19:44:35.549 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89732024-12-18T19:44:37.761Z[ host-image] Dec 18 19:44:35.549 INFO O| Dec 18 19:44:35.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89742024-12-18T19:44:37.761Z[ host-image] Dec 18 19:44:35.549 INFO O| Dec 18 19:44:35.549 INFO ok!
89752024-12-18T19:44:37.761Z[ host-image] Dec 18 19:44:35.549 INFO O| Dec 18 19:44:35.549 INFO STEP 60 (ensure_file) COMPLETE
89762024-12-18T19:44:37.761Z[ host-image] Dec 18 19:44:35.549 INFO O| Dec 18 19:44:35.549 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-18T19:44:37.778Z[ host-image] Dec 18 19:44:35.568 INFO O| Dec 18 19:44:35.568 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89782024-12-18T19:44:37.778Z[ host-image] Dec 18 19:44:35.569 INFO O| Dec 18 19:44:35.568 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89792024-12-18T19:44:37.780Z[ host-image] Dec 18 19:44:35.569 INFO O| Dec 18 19:44:35.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89802024-12-18T19:44:37.780Z[ host-image] Dec 18 19:44:35.569 INFO O| Dec 18 19:44:35.569 INFO ok!
89812024-12-18T19:44:37.780Z[ host-image] Dec 18 19:44:35.569 INFO O| Dec 18 19:44:35.569 INFO STEP 61 (ensure_file) COMPLETE
89822024-12-18T19:44:37.780Z[ host-image] Dec 18 19:44:35.569 INFO O| Dec 18 19:44:35.569 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-18T19:44:37.796Z[ host-image] Dec 18 19:44:35.587 INFO O| Dec 18 19:44:35.587 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89842024-12-18T19:44:37.796Z[ host-image] Dec 18 19:44:35.587 INFO O| Dec 18 19:44:35.587 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89852024-12-18T19:44:37.799Z[ host-image] Dec 18 19:44:35.587 INFO O| Dec 18 19:44:35.587 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89862024-12-18T19:44:37.799Z[ host-image] Dec 18 19:44:35.587 INFO O| Dec 18 19:44:35.587 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89872024-12-18T19:44:37.799Z[ host-image] Dec 18 19:44:35.587 INFO O| Dec 18 19:44:35.587 INFO ok!
89882024-12-18T19:44:37.799Z[ host-image] Dec 18 19:44:35.587 INFO O| Dec 18 19:44:35.587 INFO STEP 62 (ensure_file) COMPLETE
89892024-12-18T19:44:37.799Z[ host-image] Dec 18 19:44:35.587 INFO O| Dec 18 19:44:35.587 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-18T19:44:37.815Z[ host-image] Dec 18 19:44:35.606 INFO O| Dec 18 19:44:35.606 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89912024-12-18T19:44:37.815Z[ host-image] Dec 18 19:44:35.606 INFO O| Dec 18 19:44:35.606 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89922024-12-18T19:44:37.815Z[ host-image] Dec 18 19:44:35.606 INFO O| Dec 18 19:44:35.606 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89932024-12-18T19:44:37.818Z[ host-image] Dec 18 19:44:35.606 INFO O| Dec 18 19:44:35.606 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89942024-12-18T19:44:37.818Z[ host-image] Dec 18 19:44:35.606 INFO O| Dec 18 19:44:35.606 INFO ok!
89952024-12-18T19:44:37.818Z[ host-image] Dec 18 19:44:35.606 INFO O| Dec 18 19:44:35.606 INFO STEP 63 (ensure_file) COMPLETE
89962024-12-18T19:44:37.818Z[ host-image] Dec 18 19:44:35.606 INFO O| Dec 18 19:44:35.606 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972024-12-18T19:44:37.857Z[ host-image] Dec 18 19:44:35.647 INFO O| Dec 18 19:44:35.647 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89982024-12-18T19:44:37.857Z[ host-image] Dec 18 19:44:35.647 INFO O| Dec 18 19:44:35.647 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89992024-12-18T19:44:37.860Z[ host-image] Dec 18 19:44:35.648 INFO O| Dec 18 19:44:35.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90002024-12-18T19:44:37.860Z[ host-image] Dec 18 19:44:35.648 INFO O| Dec 18 19:44:35.648 INFO ok!
90012024-12-18T19:44:37.860Z[ host-image] Dec 18 19:44:35.648 INFO O| Dec 18 19:44:35.648 INFO STEP 64 (assemble_files) COMPLETE
90022024-12-18T19:44:37.860Z[ host-image] Dec 18 19:44:35.648 INFO O| Dec 18 19:44:35.648 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-18T19:44:37.893Z[ host-image] Dec 18 19:44:35.683 INFO O| Dec 18 19:44:35.683 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90042024-12-18T19:44:37.893Z[ host-image] Dec 18 19:44:35.683 INFO O| Dec 18 19:44:35.683 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90052024-12-18T19:44:37.895Z[ host-image] Dec 18 19:44:35.683 INFO O| Dec 18 19:44:35.683 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90062024-12-18T19:44:37.895Z[ host-image] Dec 18 19:44:35.683 INFO O| Dec 18 19:44:35.683 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90072024-12-18T19:44:37.895Z[ host-image] Dec 18 19:44:35.683 INFO O| Dec 18 19:44:35.683 INFO ok!
90082024-12-18T19:44:37.895Z[ host-image] Dec 18 19:44:35.683 INFO O| Dec 18 19:44:35.683 INFO STEP 65 (ensure_file) COMPLETE
90092024-12-18T19:44:37.895Z[ host-image] Dec 18 19:44:35.683 INFO O| Dec 18 19:44:35.683 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-18T19:44:37.913Z[ host-image] Dec 18 19:44:35.704 INFO O| Dec 18 19:44:35.704 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90112024-12-18T19:44:37.914Z[ host-image] Dec 18 19:44:35.704 INFO O| Dec 18 19:44:35.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90122024-12-18T19:44:37.914Z[ host-image] Dec 18 19:44:35.704 INFO O| Dec 18 19:44:35.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90132024-12-18T19:44:37.916Z[ host-image] Dec 18 19:44:35.704 INFO O| Dec 18 19:44:35.704 INFO STEP 66 (ensure_dir) COMPLETE
90142024-12-18T19:44:37.916Z[ host-image] Dec 18 19:44:35.704 INFO O| Dec 18 19:44:35.704 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152024-12-18T19:44:37.932Z[ host-image] Dec 18 19:44:35.723 INFO O| Dec 18 19:44:35.723 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90162024-12-18T19:44:37.932Z[ host-image] Dec 18 19:44:35.723 INFO O| Dec 18 19:44:35.723 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 ...
90172024-12-18T19:44:37.942Z[ host-image] Dec 18 19:44:35.732 INFO O| Dec 18 19:44:35.732 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
90182024-12-18T19:44:37.942Z[ host-image] Dec 18 19:44:35.732 INFO O| Dec 18 19:44:35.732 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90192024-12-18T19:44:37.944Z[ host-image] Dec 18 19:44:35.732 INFO O| Dec 18 19:44:35.732 INFO ok!
90202024-12-18T19:44:37.944Z[ host-image] Dec 18 19:44:35.732 INFO O| Dec 18 19:44:35.732 INFO STEP 67 (ensure_file) COMPLETE
90212024-12-18T19:44:37.944Z[ host-image] Dec 18 19:44:35.732 INFO O| Dec 18 19:44:35.732 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222024-12-18T19:44:38.002Z[ host-image] Dec 18 19:44:35.792 INFO O| Dec 18 19:44:35.792 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90232024-12-18T19:44:38.002Z[ host-image] Dec 18 19:44:35.792 INFO O| Dec 18 19:44:35.792 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 ...
90242024-12-18T19:44:38.004Z[ host-image] Dec 18 19:44:35.793 INFO O| Dec 18 19:44:35.792 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
90252024-12-18T19:44:38.004Z[ host-image] Dec 18 19:44:35.793 INFO O| Dec 18 19:44:35.793 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90262024-12-18T19:44:38.004Z[ host-image] Dec 18 19:44:35.793 INFO O| Dec 18 19:44:35.793 INFO ok!
90272024-12-18T19:44:38.004Z[ host-image] Dec 18 19:44:35.793 INFO O| Dec 18 19:44:35.793 INFO STEP 68 (ensure_file) COMPLETE
90282024-12-18T19:44:38.004Z[ host-image] Dec 18 19:44:35.793 INFO O| Dec 18 19:44:35.793 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-18T19:44:38.050Z[ host-image] Dec 18 19:44:35.841 INFO O| Dec 18 19:44:35.841 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90302024-12-18T19:44:38.053Z[ host-image] Dec 18 19:44:35.841 INFO O| Dec 18 19:44:35.841 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90312024-12-18T19:44:42.558Z[ host-image] Dec 18 19:44:40.347 INFO O| Dec 18 19:44:40.347 INFO STEP 69 (pack_tar) COMPLETE
90322024-12-18T19:44:42.560Z[ host-image] Dec 18 19:44:40.347 INFO O| Dec 18 19:44:40.347 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90332024-12-18T19:44:42.560Z[ host-image] Dec 18 19:44:40.347 INFO O| Dec 18 19:44:40.347 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90342024-12-18T19:44:43.057Z[ host-image] Dec 18 19:44:40.846 INFO O| Dec 18 19:44:40.846 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90352024-12-18T19:44:43.193Z[ host-image] Dec 18 19:44:40.982 INFO O| Dec 18 19:44:40.982 INFO completed processing gimlet/ramdisk-02-trim
90362024-12-18T19:44:43.195Z[ host-image] Dec 18 19:44:40.985 INFO image builder template: zfs...
90372024-12-18T19:44:43.195Z[ host-image] Dec 18 19:44:40.985 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/.tmpDBIFVi/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
90382024-12-18T19:44:43.218Z[ host-image] Dec 18 19:44:41.007 INFO O| Dec 18 19:44:41.007 INFO skip include "stress" because feature "stress" is not enabled
90392024-12-18T19:44:43.288Z[ host-image] Dec 18 19:44:41.078 INFO O| Dec 18 19:44:41.078 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90402024-12-18T19:44:43.298Z[ host-image] Dec 18 19:44:41.088 INFO O| Dec 18 19:44:41.088 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90412024-12-18T19:44:43.485Z[ host-image] Dec 18 19:44:41.275 INFO O| Dec 18 19:44:41.275 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90422024-12-18T19:44:43.585Z[ host-image] Dec 18 19:44:41.375 INFO O| Dec 18 19:44:41.374 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90432024-12-18T19:44:43.585Z[ host-image] Dec 18 19:44:41.375 INFO O| Dec 18 19:44:41.375 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90442024-12-18T19:44:43.592Z[ host-image] Dec 18 19:44:41.382 INFO O| Dec 18 19:44:41.382 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90452024-12-18T19:44:43.686Z[ host-image] Dec 18 19:44:41.475 INFO O| Dec 18 19:44:41.475 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90462024-12-18T19:44:43.777Z[ host-image] Dec 18 19:44:41.567 INFO O| Dec 18 19:44:41.567 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90472024-12-18T19:44:43.831Z[ host-image] Dec 18 19:44:41.621 INFO O| Dec 18 19:44:41.621 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90482024-12-18T19:44:43.855Z[ host-image] Dec 18 19:44:41.645 INFO O| Dec 18 19:44:41.645 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90492024-12-18T19:44:43.857Z[ host-image] Dec 18 19:44:41.645 INFO O| Dec 18 19:44:41.645 INFO no lofi found
90502024-12-18T19:44:43.858Z[ host-image] Dec 18 19:44:41.645 INFO O| Dec 18 19:44:41.645 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90512024-12-18T19:44:43.858Z[ host-image] Dec 18 19:44:41.645 INFO O| Dec 18 19:44:41.645 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90522024-12-18T19:44:45.010Z[ recovery-image] Dec 18 19:44:42.800 INFO E| Finished `release` profile [optimized] target(s) in 1m 00s
90532024-12-18T19:44:45.044Z[ recovery-image] Dec 18 19:44:42.832 INFO building host image...
90542024-12-18T19:44:45.047Z[ recovery-image] Dec 18 19:44:42.833 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")
90552024-12-18T19:44:45.868Z[ recovery-image] Dec 18 19:44:43.657 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90562024-12-18T19:44:46.222Z[ host-image] Dec 18 19:44:44.011 INFO O| Dec 18 19:44:44.011 INFO lofi device = /dev/dsk/c2t1d0p0
90572024-12-18T19:44:46.222Z[ host-image] Dec 18 19:44:44.012 INFO O| Dec 18 19:44:44.011 INFO pool device = /dev/dsk/c2t1d0p0
90582024-12-18T19:44:46.225Z[ host-image] Dec 18 19:44:44.012 INFO O| Dec 18 19:44:44.012 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"]
90592024-12-18T19:44:46.532Z[ host-image] Dec 18 19:44:44.321 INFO O| Dec 18 19:44:44.321 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602024-12-18T19:44:46.532Z[ host-image] Dec 18 19:44:44.321 INFO O| Dec 18 19:44:44.321 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90612024-12-18T19:44:46.568Z[ host-image] Dec 18 19:44:44.358 INFO O| Dec 18 19:44:44.357 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90622024-12-18T19:44:46.689Z[ host-image] Dec 18 19:44:44.478 INFO O| Dec 18 19:44:44.478 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90632024-12-18T19:44:46.747Z[ host-image] Dec 18 19:44:44.537 INFO O| Dec 18 19:44:44.537 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90642024-12-18T19:44:46.776Z[ host-image] Dec 18 19:44:44.565 INFO O| Dec 18 19:44:44.565 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90652024-12-18T19:44:46.798Z[ host-image] Dec 18 19:44:44.588 INFO O| Dec 18 19:44:44.587 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90662024-12-18T19:44:46.894Z[ host-image] Dec 18 19:44:44.684 INFO O| Dec 18 19:44:44.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90672024-12-18T19:44:46.897Z[ host-image] Dec 18 19:44:44.684 INFO O| Dec 18 19:44:44.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90682024-12-18T19:44:46.897Z[ host-image] Dec 18 19:44:44.684 INFO O| Dec 18 19:44:44.684 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90692024-12-18T19:44:46.912Z[ host-image] Dec 18 19:44:44.701 INFO O| Dec 18 19:44:44.701 INFO boot environment UUID: 717f2f4e-90e2-472d-a0ca-281119306637
90702024-12-18T19:44:46.912Z[ host-image] Dec 18 19:44:44.702 INFO O| Dec 18 19:44:44.701 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 717f2f4e-90e2-472d-a0ca-281119306637
90712024-12-18T19:44:46.948Z[ host-image] Dec 18 19:44:44.738 INFO O| Dec 18 19:44:44.738 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90722024-12-18T19:44:47.050Z[ host-image] Dec 18 19:44:44.839 INFO O| Dec 18 19:44:44.839 INFO STEP 0 (create_be) COMPLETE
90732024-12-18T19:44:47.050Z[ host-image] Dec 18 19:44:44.839 INFO O| Dec 18 19:44:44.839 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90742024-12-18T19:44:47.097Z[ host-image] Dec 18 19:44:44.886 INFO O| Dec 18 19:44:44.886 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90752024-12-18T19:44:49.573Z[ recovery-image] Dec 18 19:44:47.362 INFO image complete! materials are in "/work/os-recovery"
90762024-12-18T19:44:49.579Z[ recovery-image]
90772024-12-18T19:44:49.579Z[ recovery-image] real 10:21.413304519
90782024-12-18T19:44:49.579Z[ recovery-image] user 6:27.513894679
90792024-12-18T19:44:49.582Z[ recovery-image] sys 1:05.265751521
90802024-12-18T19:44:49.582Z[ recovery-image] trap 0.331255050
90812024-12-18T19:44:49.582Z[ recovery-image] tflt 0.813600959
90822024-12-18T19:44:49.582Z[ recovery-image] dflt 4.089802498
90832024-12-18T19:44:49.582Z[ recovery-image] kflt 0.024908307
90842024-12-18T19:44:49.582Z[ recovery-image] lock 24:01.590620983
90852024-12-18T19:44:49.582Z[ recovery-image] slp 1:02:14.787908964
90862024-12-18T19:44:49.582Z[ recovery-image] lat 4:37.926748713
90872024-12-18T19:44:49.582Z[ recovery-image] stop 11.126845324
90882024-12-18T19:44:49.582ZDec 18 19:44:47.369 INFO [recovery-image] process exited with exit status: 0 (621.448260532s)
90892024-12-18T19:45:10.932Z[ host-image] Dec 18 19:45:08.718 INFO O| Dec 18 19:45:08.718 INFO STEP 1 (unpack_tar) COMPLETE
90902024-12-18T19:45:10.932Z[ host-image] Dec 18 19:45:08.718 INFO O| Dec 18 19:45:08.718 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90912024-12-18T19:45:10.952Z[ host-image] Dec 18 19:45:08.738 INFO O| Dec 18 19:45:08.738 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90922024-12-18T19:45:11.760Z[ host-image] Dec 18 19:45:09.546 INFO O| Dec 18 19:45:09.546 INFO STEP 2 (devfsadm) COMPLETE
90932024-12-18T19:45:11.760Z[ host-image] Dec 18 19:45:09.546 INFO O| Dec 18 19:45:09.546 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90942024-12-18T19:45:11.779Z[ host-image] Dec 18 19:45:09.565 INFO O| Dec 18 19:45:09.565 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90952024-12-18T19:45:11.780Z[ host-image] Dec 18 19:45:09.565 INFO O| Dec 18 19:45:09.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90962024-12-18T19:45:11.780Z[ host-image] Dec 18 19:45:09.565 INFO O| Dec 18 19:45:09.565 INFO STEP 3 (ensure_dir) COMPLETE
90972024-12-18T19:45:11.783Z[ host-image] Dec 18 19:45:09.565 INFO O| Dec 18 19:45:09.565 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90982024-12-18T19:45:11.798Z[ host-image] Dec 18 19:45:09.584 INFO O| Dec 18 19:45:09.584 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90992024-12-18T19:45:11.798Z[ host-image] Dec 18 19:45:09.584 INFO O| Dec 18 19:45:09.584 INFO STEP 4 (ensure_dir) COMPLETE
91002024-12-18T19:45:11.798Z[ host-image] Dec 18 19:45:09.584 INFO O| Dec 18 19:45:09.584 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91012024-12-18T19:45:11.817Z[ host-image] Dec 18 19:45:09.602 INFO O| Dec 18 19:45:09.602 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91022024-12-18T19:45:11.817Z[ host-image] Dec 18 19:45:09.603 INFO O| Dec 18 19:45:09.602 INFO STEP 5 (ensure_dir) COMPLETE
91032024-12-18T19:45:11.820Z[ host-image] Dec 18 19:45:09.603 INFO O| Dec 18 19:45:09.602 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91042024-12-18T19:45:11.836Z[ host-image] Dec 18 19:45:09.622 INFO O| Dec 18 19:45:09.622 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91052024-12-18T19:45:11.836Z[ host-image] Dec 18 19:45:09.622 INFO O| Dec 18 19:45:09.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91062024-12-18T19:45:11.839Z[ host-image] Dec 18 19:45:09.622 INFO O| Dec 18 19:45:09.622 INFO STEP 6 (ensure_dir) COMPLETE
91072024-12-18T19:45:11.839Z[ host-image] Dec 18 19:45:09.622 INFO O| Dec 18 19:45:09.622 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91082024-12-18T19:45:11.877Z[ host-image] Dec 18 19:45:09.662 INFO O| Dec 18 19:45:09.662 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91092024-12-18T19:45:11.880Z[ host-image] Dec 18 19:45:09.662 INFO O| Dec 18 19:45:09.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91102024-12-18T19:45:11.880Z[ host-image] Dec 18 19:45:09.662 INFO O| Dec 18 19:45:09.662 INFO STEP 7 (ensure_dir) COMPLETE
91112024-12-18T19:45:11.880Z[ host-image] Dec 18 19:45:09.662 INFO O| Dec 18 19:45:09.662 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91122024-12-18T19:45:11.895Z[ host-image] Dec 18 19:45:09.681 INFO O| Dec 18 19:45:09.681 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91132024-12-18T19:45:11.898Z[ host-image] Dec 18 19:45:09.681 INFO O| Dec 18 19:45:09.681 INFO STEP 8 (remove_files) COMPLETE
91142024-12-18T19:45:11.898Z[ host-image] Dec 18 19:45:09.681 INFO O| Dec 18 19:45:09.681 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91152024-12-18T19:45:11.913Z[ host-image] Dec 18 19:45:09.699 INFO O| Dec 18 19:45:09.699 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91162024-12-18T19:45:11.915Z[ host-image] Dec 18 19:45:09.700 INFO O| Dec 18 19:45:09.700 INFO STEP 9 (remove_files) COMPLETE
91172024-12-18T19:45:11.916Z[ host-image] Dec 18 19:45:09.700 INFO O| Dec 18 19:45:09.700 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91182024-12-18T19:45:11.934Z[ host-image] Dec 18 19:45:09.720 INFO O| Dec 18 19:45:09.720 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91192024-12-18T19:45:11.937Z[ host-image] Dec 18 19:45:09.721 INFO O| Dec 18 19:45:09.721 INFO STEP 10 (remove_files) COMPLETE
91202024-12-18T19:45:11.937Z[ host-image] Dec 18 19:45:09.721 INFO O| Dec 18 19:45:09.721 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91212024-12-18T19:45:11.954Z[ host-image] Dec 18 19:45:09.740 INFO O| Dec 18 19:45:09.739 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91222024-12-18T19:45:11.954Z[ host-image] Dec 18 19:45:09.740 INFO O| Dec 18 19:45:09.740 INFO STEP 11 (remove_files) COMPLETE
91232024-12-18T19:45:11.954Z[ host-image] Dec 18 19:45:09.740 INFO O| Dec 18 19:45:09.740 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242024-12-18T19:45:11.972Z[ host-image] Dec 18 19:45:09.758 INFO O| Dec 18 19:45:09.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91252024-12-18T19:45:11.972Z[ host-image] Dec 18 19:45:09.758 INFO O| Dec 18 19:45:09.758 INFO STEP 12 (remove_files) COMPLETE
91262024-12-18T19:45:11.973Z[ host-image] Dec 18 19:45:09.758 INFO O| Dec 18 19:45:09.758 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272024-12-18T19:45:11.992Z[ host-image] Dec 18 19:45:09.777 INFO O| Dec 18 19:45:09.777 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91282024-12-18T19:45:11.992Z[ host-image] Dec 18 19:45:09.777 INFO O| Dec 18 19:45:09.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91292024-12-18T19:45:11.992Z[ host-image] Dec 18 19:45:09.777 INFO O| Dec 18 19:45:09.777 INFO STEP 13 (ensure_dir) COMPLETE
91302024-12-18T19:45:11.992Z[ host-image] Dec 18 19:45:09.777 INFO O| Dec 18 19:45:09.777 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312024-12-18T19:45:12.028Z[ host-image] Dec 18 19:45:09.814 INFO O| Dec 18 19:45:09.813 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91322024-12-18T19:45:12.028Z[ host-image] Dec 18 19:45:09.814 INFO O| Dec 18 19:45:09.814 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91332024-12-18T19:45:12.031Z[ host-image] Dec 18 19:45:09.814 INFO O| Dec 18 19:45:09.814 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91342024-12-18T19:45:12.031Z[ host-image] Dec 18 19:45:09.814 INFO O| Dec 18 19:45:09.814 INFO STEP 14 (ensure_dir) COMPLETE
91352024-12-18T19:45:12.031Z[ host-image] Dec 18 19:45:09.814 INFO O| Dec 18 19:45:09.814 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362024-12-18T19:45:12.047Z[ host-image] Dec 18 19:45:09.833 INFO O| Dec 18 19:45:09.832 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91372024-12-18T19:45:12.047Z[ host-image] Dec 18 19:45:09.833 INFO O| Dec 18 19:45:09.833 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91382024-12-18T19:45:12.047Z[ host-image] Dec 18 19:45:09.833 INFO O| Dec 18 19:45:09.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91392024-12-18T19:45:12.049Z[ host-image] Dec 18 19:45:09.833 INFO O| Dec 18 19:45:09.833 INFO STEP 15 (ensure_dir) COMPLETE
91402024-12-18T19:45:12.049Z[ host-image] Dec 18 19:45:09.833 INFO O| Dec 18 19:45:09.833 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91412024-12-18T19:45:12.066Z[ host-image] Dec 18 19:45:09.851 INFO O| Dec 18 19:45:09.851 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91422024-12-18T19:45:12.066Z[ host-image] Dec 18 19:45:09.852 INFO O| Dec 18 19:45:09.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91432024-12-18T19:45:12.072Z[ host-image] Dec 18 19:45:09.852 INFO O| Dec 18 19:45:09.851 INFO STEP 16 (ensure_dir) COMPLETE
91442024-12-18T19:45:12.072Z[ host-image] Dec 18 19:45:09.852 INFO O| Dec 18 19:45:09.852 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91452024-12-18T19:45:12.085Z[ host-image] Dec 18 19:45:09.871 INFO O| Dec 18 19:45:09.871 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91462024-12-18T19:45:12.085Z[ host-image] Dec 18 19:45:09.871 INFO O| Dec 18 19:45:09.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91472024-12-18T19:45:12.088Z[ host-image] Dec 18 19:45:09.871 INFO O| Dec 18 19:45:09.871 INFO STEP 17 (ensure_dir) COMPLETE
91482024-12-18T19:45:12.088Z[ host-image] Dec 18 19:45:09.871 INFO O| Dec 18 19:45:09.871 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91492024-12-18T19:45:12.105Z[ host-image] Dec 18 19:45:09.890 INFO O| Dec 18 19:45:09.890 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91502024-12-18T19:45:12.105Z[ host-image] Dec 18 19:45:09.890 INFO O| Dec 18 19:45:09.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91512024-12-18T19:45:12.105Z[ host-image] Dec 18 19:45:09.890 INFO O| Dec 18 19:45:09.890 INFO ok!
91522024-12-18T19:45:12.105Z[ host-image] Dec 18 19:45:09.890 INFO O| Dec 18 19:45:09.890 INFO STEP 18 (ensure_symlink) COMPLETE
91532024-12-18T19:45:12.105Z[ host-image] Dec 18 19:45:09.890 INFO O| Dec 18 19:45:09.890 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91542024-12-18T19:45:12.128Z[ host-image] Dec 18 19:45:09.912 INFO O| Dec 18 19:45:09.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91552024-12-18T19:45:12.128Z[ host-image] Dec 18 19:45:09.912 INFO O| Dec 18 19:45:09.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91562024-12-18T19:45:12.131Z[ host-image] Dec 18 19:45:09.912 INFO O| Dec 18 19:45:09.912 INFO ok!
91572024-12-18T19:45:12.131Z[ host-image] Dec 18 19:45:09.912 INFO O| Dec 18 19:45:09.912 INFO STEP 19 (ensure_file) COMPLETE
91582024-12-18T19:45:12.131Z[ host-image] Dec 18 19:45:09.912 INFO O| Dec 18 19:45:09.912 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91592024-12-18T19:45:12.183Z[ host-image] Dec 18 19:45:09.969 INFO O| Dec 18 19:45:09.969 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91602024-12-18T19:45:12.183Z[ host-image] Dec 18 19:45:09.969 INFO O| Dec 18 19:45:09.969 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91612024-12-18T19:45:12.186Z[ host-image] Dec 18 19:45:09.969 INFO O| Dec 18 19:45:09.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91622024-12-18T19:45:12.186Z[ host-image] Dec 18 19:45:09.969 INFO O| Dec 18 19:45:09.969 INFO ok!
91632024-12-18T19:45:12.186Z[ host-image] Dec 18 19:45:09.969 INFO O| Dec 18 19:45:09.969 INFO STEP 20 (ensure_symlink) COMPLETE
91642024-12-18T19:45:12.186Z[ host-image] Dec 18 19:45:09.970 INFO O| Dec 18 19:45:09.969 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91652024-12-18T19:45:12.202Z[ host-image] Dec 18 19:45:09.988 INFO O| Dec 18 19:45:09.988 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91662024-12-18T19:45:12.202Z[ host-image] Dec 18 19:45:09.988 INFO O| Dec 18 19:45:09.988 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91672024-12-18T19:45:12.205Z[ host-image] Dec 18 19:45:09.988 INFO O| Dec 18 19:45:09.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91682024-12-18T19:45:12.205Z[ host-image] Dec 18 19:45:09.988 INFO O| Dec 18 19:45:09.988 INFO ok!
91692024-12-18T19:45:12.205Z[ host-image] Dec 18 19:45:09.988 INFO O| Dec 18 19:45:09.988 INFO STEP 21 (ensure_symlink) COMPLETE
91702024-12-18T19:45:12.205Z[ host-image] Dec 18 19:45:09.988 INFO O| Dec 18 19:45:09.988 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91712024-12-18T19:45:12.222Z[ host-image] Dec 18 19:45:10.007 INFO O| Dec 18 19:45:10.007 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91722024-12-18T19:45:12.222Z[ host-image] Dec 18 19:45:10.008 INFO O| Dec 18 19:45:10.007 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91732024-12-18T19:45:12.222Z[ host-image] Dec 18 19:45:10.008 INFO O| Dec 18 19:45:10.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91742024-12-18T19:45:12.224Z[ host-image] Dec 18 19:45:10.008 INFO O| Dec 18 19:45:10.008 INFO ok!
91752024-12-18T19:45:12.224Z[ host-image] Dec 18 19:45:10.008 INFO O| Dec 18 19:45:10.008 INFO STEP 22 (ensure_symlink) COMPLETE
91762024-12-18T19:45:12.225Z[ host-image] Dec 18 19:45:10.008 INFO O| Dec 18 19:45:10.008 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91772024-12-18T19:45:12.242Z[ host-image] Dec 18 19:45:10.028 INFO O| Dec 18 19:45:10.028 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91782024-12-18T19:45:12.243Z[ host-image] Dec 18 19:45:10.028 INFO O| Dec 18 19:45:10.028 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91792024-12-18T19:45:12.246Z[ host-image] Dec 18 19:45:10.028 INFO O| Dec 18 19:45:10.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91802024-12-18T19:45:12.246Z[ host-image] Dec 18 19:45:10.028 INFO O| Dec 18 19:45:10.028 INFO ok!
91812024-12-18T19:45:12.246Z[ host-image] Dec 18 19:45:10.028 INFO O| Dec 18 19:45:10.028 INFO STEP 23 (ensure_symlink) COMPLETE
91822024-12-18T19:45:12.246Z[ host-image] Dec 18 19:45:10.028 INFO O| Dec 18 19:45:10.028 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91832024-12-18T19:45:12.279Z[ host-image] Dec 18 19:45:10.065 INFO O| Dec 18 19:45:10.065 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91842024-12-18T19:45:12.279Z[ host-image] Dec 18 19:45:10.065 INFO O| Dec 18 19:45:10.065 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91852024-12-18T19:45:12.282Z[ host-image] Dec 18 19:45:10.066 INFO O| Dec 18 19:45:10.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91862024-12-18T19:45:12.282Z[ host-image] Dec 18 19:45:10.066 INFO O| Dec 18 19:45:10.066 INFO ok!
91872024-12-18T19:45:12.282Z[ host-image] Dec 18 19:45:10.066 INFO O| Dec 18 19:45:10.066 INFO STEP 24 (ensure_file) COMPLETE
91882024-12-18T19:45:12.282Z[ host-image] Dec 18 19:45:10.066 INFO O| Dec 18 19:45:10.066 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91892024-12-18T19:45:12.313Z[ host-image] Dec 18 19:45:10.098 INFO O| Dec 18 19:45:10.098 INFO updating shadow file
91902024-12-18T19:45:12.313Z[ host-image] Dec 18 19:45:10.098 INFO O| Dec 18 19:45:10.098 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91912024-12-18T19:45:12.316Z[ host-image] Dec 18 19:45:10.098 INFO O| Dec 18 19:45:10.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91922024-12-18T19:45:12.316Z[ host-image] Dec 18 19:45:10.098 INFO O| Dec 18 19:45:10.098 INFO STEP 25 (shadow) COMPLETE
91932024-12-18T19:45:12.316Z[ host-image] Dec 18 19:45:10.099 INFO O| Dec 18 19:45:10.098 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91942024-12-18T19:45:12.365Z[ host-image] Dec 18 19:45:10.150 INFO O| Dec 18 19:45:10.150 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91952024-12-18T19:45:12.365Z[ host-image] Dec 18 19:45:10.150 INFO O| Dec 18 19:45:10.150 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91962024-12-18T19:45:12.368Z[ host-image] Dec 18 19:45:10.150 INFO O| Dec 18 19:45:10.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91972024-12-18T19:45:12.368Z[ host-image] Dec 18 19:45:10.151 INFO O| Dec 18 19:45:10.150 INFO ok!
91982024-12-18T19:45:12.368Z[ host-image] Dec 18 19:45:10.151 INFO O| Dec 18 19:45:10.150 INFO STEP 26 (ensure_file) COMPLETE
91992024-12-18T19:45:12.368Z[ host-image] Dec 18 19:45:10.151 INFO O| Dec 18 19:45:10.150 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92002024-12-18T19:45:12.384Z[ host-image] Dec 18 19:45:10.170 INFO O| Dec 18 19:45:10.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92012024-12-18T19:45:12.384Z[ host-image] Dec 18 19:45:10.170 INFO O| Dec 18 19:45:10.170 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92022024-12-18T19:45:12.384Z[ host-image] Dec 18 19:45:10.170 INFO O| Dec 18 19:45:10.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92032024-12-18T19:45:12.384Z[ host-image] Dec 18 19:45:10.170 INFO O| Dec 18 19:45:10.170 INFO ok!
92042024-12-18T19:45:12.387Z[ host-image] Dec 18 19:45:10.170 INFO O| Dec 18 19:45:10.170 INFO STEP 27 (ensure_file) COMPLETE
92052024-12-18T19:45:12.387Z[ host-image] Dec 18 19:45:10.170 INFO O| Dec 18 19:45:10.170 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92062024-12-18T19:45:12.420Z[ host-image] Dec 18 19:45:10.206 INFO O| Dec 18 19:45:10.206 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92072024-12-18T19:45:12.423Z[ host-image] Dec 18 19:45:10.206 INFO O| Dec 18 19:45:10.206 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92082024-12-18T19:45:12.423Z[ host-image] Dec 18 19:45:10.206 INFO O| Dec 18 19:45:10.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92092024-12-18T19:45:12.423Z[ host-image] Dec 18 19:45:10.207 INFO O| Dec 18 19:45:10.207 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92102024-12-18T19:45:12.423Z[ host-image] Dec 18 19:45:10.207 INFO O| Dec 18 19:45:10.207 INFO ok!
92112024-12-18T19:45:12.423Z[ host-image] Dec 18 19:45:10.207 INFO O| Dec 18 19:45:10.207 INFO STEP 28 (ensure_file) COMPLETE
92122024-12-18T19:45:12.423Z[ host-image] Dec 18 19:45:10.207 INFO O| Dec 18 19:45:10.207 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92132024-12-18T19:45:12.458Z[ host-image] Dec 18 19:45:10.243 INFO O| Dec 18 19:45:10.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92142024-12-18T19:45:12.458Z[ host-image] Dec 18 19:45:10.243 INFO O| Dec 18 19:45:10.243 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92152024-12-18T19:45:12.458Z[ host-image] Dec 18 19:45:10.243 INFO O| Dec 18 19:45:10.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92162024-12-18T19:45:12.460Z[ host-image] Dec 18 19:45:10.243 INFO O| Dec 18 19:45:10.243 INFO ok!
92172024-12-18T19:45:12.461Z[ host-image] Dec 18 19:45:10.243 INFO O| Dec 18 19:45:10.243 INFO STEP 29 (ensure_file) COMPLETE
92182024-12-18T19:45:12.461Z[ host-image] Dec 18 19:45:10.243 INFO O| Dec 18 19:45:10.243 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92192024-12-18T19:45:12.480Z[ host-image] Dec 18 19:45:10.266 INFO O| Dec 18 19:45:10.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92202024-12-18T19:45:12.480Z[ host-image] Dec 18 19:45:10.266 INFO O| Dec 18 19:45:10.266 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92212024-12-18T19:45:12.480Z[ host-image] Dec 18 19:45:10.266 INFO O| Dec 18 19:45:10.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92222024-12-18T19:45:12.483Z[ host-image] Dec 18 19:45:10.266 INFO O| Dec 18 19:45:10.266 INFO ok!
92232024-12-18T19:45:12.483Z[ host-image] Dec 18 19:45:10.266 INFO O| Dec 18 19:45:10.266 INFO STEP 30 (ensure_file) COMPLETE
92242024-12-18T19:45:12.484Z[ host-image] Dec 18 19:45:10.266 INFO O| Dec 18 19:45:10.266 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92252024-12-18T19:45:12.503Z[ host-image] Dec 18 19:45:10.289 INFO O| Dec 18 19:45:10.289 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92262024-12-18T19:45:12.503Z[ host-image] Dec 18 19:45:10.289 INFO O| Dec 18 19:45:10.289 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92272024-12-18T19:45:12.503Z[ host-image] Dec 18 19:45:10.289 INFO O| Dec 18 19:45:10.289 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92282024-12-18T19:45:12.506Z[ host-image] Dec 18 19:45:10.289 INFO O| Dec 18 19:45:10.289 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92292024-12-18T19:45:12.506Z[ host-image] Dec 18 19:45:10.289 INFO O| Dec 18 19:45:10.289 INFO ok!
92302024-12-18T19:45:12.506Z[ host-image] Dec 18 19:45:10.289 INFO O| Dec 18 19:45:10.289 INFO STEP 31 (ensure_file) COMPLETE
92312024-12-18T19:45:12.506Z[ host-image] Dec 18 19:45:10.289 INFO O| Dec 18 19:45:10.289 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92322024-12-18T19:45:12.525Z[ host-image] Dec 18 19:45:10.311 INFO O| Dec 18 19:45:10.311 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92332024-12-18T19:45:12.525Z[ host-image] Dec 18 19:45:10.311 INFO O| Dec 18 19:45:10.311 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92342024-12-18T19:45:12.528Z[ host-image] Dec 18 19:45:10.311 INFO O| Dec 18 19:45:10.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92352024-12-18T19:45:12.528Z[ host-image] Dec 18 19:45:10.311 INFO O| Dec 18 19:45:10.311 INFO ok!
92362024-12-18T19:45:12.528Z[ host-image] Dec 18 19:45:10.311 INFO O| Dec 18 19:45:10.311 INFO STEP 32 (ensure_file) COMPLETE
92372024-12-18T19:45:12.528Z[ host-image] Dec 18 19:45:10.311 INFO O| Dec 18 19:45:10.311 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92382024-12-18T19:45:12.547Z[ host-image] Dec 18 19:45:10.333 INFO O| Dec 18 19:45:10.333 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92392024-12-18T19:45:12.548Z[ host-image] Dec 18 19:45:10.333 INFO O| Dec 18 19:45:10.333 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92402024-12-18T19:45:12.550Z[ host-image] Dec 18 19:45:10.333 INFO O| Dec 18 19:45:10.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92412024-12-18T19:45:12.550Z[ host-image] Dec 18 19:45:10.333 INFO O| Dec 18 19:45:10.333 INFO ok!
92422024-12-18T19:45:12.550Z[ host-image] Dec 18 19:45:10.333 INFO O| Dec 18 19:45:10.333 INFO STEP 33 (ensure_file) COMPLETE
92432024-12-18T19:45:12.550Z[ host-image] Dec 18 19:45:10.334 INFO O| Dec 18 19:45:10.333 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92442024-12-18T19:45:12.570Z[ host-image] Dec 18 19:45:10.355 INFO O| Dec 18 19:45:10.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92452024-12-18T19:45:12.570Z[ host-image] Dec 18 19:45:10.355 INFO O| Dec 18 19:45:10.355 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92462024-12-18T19:45:12.572Z[ host-image] Dec 18 19:45:10.356 INFO O| Dec 18 19:45:10.355 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92472024-12-18T19:45:12.572Z[ host-image] Dec 18 19:45:10.356 INFO O| Dec 18 19:45:10.356 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92482024-12-18T19:45:12.572Z[ host-image] Dec 18 19:45:10.356 INFO O| Dec 18 19:45:10.356 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92492024-12-18T19:45:12.572Z[ host-image] Dec 18 19:45:10.356 INFO O| Dec 18 19:45:10.356 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92502024-12-18T19:45:12.572Z[ host-image] Dec 18 19:45:10.356 INFO O| Dec 18 19:45:10.356 INFO ok!
92512024-12-18T19:45:12.572Z[ host-image] Dec 18 19:45:10.356 INFO O| Dec 18 19:45:10.356 INFO STEP 34 (ensure_file) COMPLETE
92522024-12-18T19:45:12.573Z[ host-image] Dec 18 19:45:10.356 INFO O| Dec 18 19:45:10.356 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92532024-12-18T19:45:12.672Z[ host-image] Dec 18 19:45:10.457 INFO O| Dec 18 19:45:10.457 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92542024-12-18T19:45:12.672Z[ host-image] Dec 18 19:45:10.458 INFO O| Dec 18 19:45:10.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92552024-12-18T19:45:12.672Z[ host-image] Dec 18 19:45:10.458 INFO O| Dec 18 19:45:10.458 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92562024-12-18T19:45:12.675Z[ host-image] Dec 18 19:45:10.458 INFO O| Dec 18 19:45:10.458 INFO STEP 35 (ensure_dir) COMPLETE
92572024-12-18T19:45:12.675Z[ host-image] Dec 18 19:45:10.458 INFO O| Dec 18 19:45:10.458 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92582024-12-18T19:45:12.708Z[ host-image] Dec 18 19:45:10.493 INFO O| Dec 18 19:45:10.493 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
92592024-12-18T19:45:12.708Z[ host-image] Dec 18 19:45:10.494 INFO O| Dec 18 19:45:10.493 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 ...
92602024-12-18T19:45:12.711Z[ host-image] Dec 18 19:45:10.494 INFO O| Dec 18 19:45:10.494 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
92612024-12-18T19:45:12.711Z[ host-image] Dec 18 19:45:10.494 INFO O| Dec 18 19:45:10.494 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
92622024-12-18T19:45:12.711Z[ host-image] Dec 18 19:45:10.494 INFO O| Dec 18 19:45:10.494 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
92632024-12-18T19:45:12.711Z[ host-image] Dec 18 19:45:10.494 INFO O| Dec 18 19:45:10.494 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
92642024-12-18T19:45:12.711Z[ host-image] Dec 18 19:45:10.494 INFO O| Dec 18 19:45:10.494 INFO ok!
92652024-12-18T19:45:12.711Z[ host-image] Dec 18 19:45:10.494 INFO O| Dec 18 19:45:10.494 INFO STEP 36 (ensure_file) COMPLETE
92662024-12-18T19:45:12.711Z[ host-image] Dec 18 19:45:10.494 INFO O| Dec 18 19:45:10.494 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92672024-12-18T19:45:12.729Z[ host-image] Dec 18 19:45:10.515 INFO O| Dec 18 19:45:10.514 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92682024-12-18T19:45:12.729Z[ host-image] Dec 18 19:45:10.515 INFO O| Dec 18 19:45:10.515 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 ...
92692024-12-18T19:45:12.731Z[ host-image] Dec 18 19:45:10.515 INFO O| Dec 18 19:45:10.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92702024-12-18T19:45:12.731Z[ host-image] Dec 18 19:45:10.515 INFO O| Dec 18 19:45:10.515 INFO ok!
92712024-12-18T19:45:12.731Z[ host-image] Dec 18 19:45:10.515 INFO O| Dec 18 19:45:10.515 INFO STEP 37 (ensure_symlink) COMPLETE
92722024-12-18T19:45:12.731Z[ host-image] Dec 18 19:45:10.515 INFO O| Dec 18 19:45:10.515 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92732024-12-18T19:45:12.749Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92742024-12-18T19:45:12.752Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92752024-12-18T19:45:12.752Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92762024-12-18T19:45:12.752Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92772024-12-18T19:45:12.752Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92782024-12-18T19:45:12.752Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92792024-12-18T19:45:12.752Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO ok!
92802024-12-18T19:45:12.752Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO STEP 38 (ensure_file) COMPLETE
92812024-12-18T19:45:12.752Z[ host-image] Dec 18 19:45:10.535 INFO O| Dec 18 19:45:10.535 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92822024-12-18T19:45:12.770Z[ host-image] Dec 18 19:45:10.555 INFO O| Dec 18 19:45:10.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92832024-12-18T19:45:12.770Z[ host-image] Dec 18 19:45:10.555 INFO O| Dec 18 19:45:10.555 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 ...
92842024-12-18T19:45:12.773Z[ host-image] Dec 18 19:45:10.556 INFO O| Dec 18 19:45:10.556 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
92852024-12-18T19:45:12.773Z[ host-image] Dec 18 19:45:10.556 INFO O| Dec 18 19:45:10.556 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92862024-12-18T19:45:12.773Z[ host-image] Dec 18 19:45:10.556 INFO O| Dec 18 19:45:10.556 INFO ok!
92872024-12-18T19:45:12.773Z[ host-image] Dec 18 19:45:10.556 INFO O| Dec 18 19:45:10.556 INFO STEP 39 (ensure_file) COMPLETE
92882024-12-18T19:45:12.773Z[ host-image] Dec 18 19:45:10.556 INFO O| Dec 18 19:45:10.556 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92892024-12-18T19:45:12.789Z[ host-image] Dec 18 19:45:10.574 INFO O| Dec 18 19:45:10.574 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92902024-12-18T19:45:12.789Z[ host-image] Dec 18 19:45:10.574 INFO O| Dec 18 19:45:10.574 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92912024-12-18T19:45:12.791Z[ host-image] Dec 18 19:45:10.575 INFO O| Dec 18 19:45:10.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92922024-12-18T19:45:12.791Z[ host-image] Dec 18 19:45:10.575 INFO O| Dec 18 19:45:10.575 INFO ok!
92932024-12-18T19:45:12.791Z[ host-image] Dec 18 19:45:10.575 INFO O| Dec 18 19:45:10.575 INFO STEP 40 (ensure_file) COMPLETE
92942024-12-18T19:45:12.791Z[ host-image] Dec 18 19:45:10.575 INFO O| Dec 18 19:45:10.575 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92952024-12-18T19:45:12.806Z[ host-image] Dec 18 19:45:10.592 INFO O| Dec 18 19:45:10.592 INFO updating shadow file
92962024-12-18T19:45:12.807Z[ host-image] Dec 18 19:45:10.592 INFO O| Dec 18 19:45:10.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92972024-12-18T19:45:12.807Z[ host-image] Dec 18 19:45:10.592 INFO O| Dec 18 19:45:10.592 INFO STEP 41 (shadow) COMPLETE
92982024-12-18T19:45:12.809Z[ host-image] Dec 18 19:45:10.592 INFO O| Dec 18 19:45:10.592 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92992024-12-18T19:45:12.844Z[ host-image] Dec 18 19:45:10.629 INFO O| Dec 18 19:45:10.629 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93002024-12-18T19:45:12.844Z[ host-image] Dec 18 19:45:10.629 INFO O| Dec 18 19:45:10.629 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93012024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93022024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93032024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO ok!
93042024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO STEP 42 (ensure_file) COMPLETE
93052024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93062024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO skip step because feature "mfg" is not enabled
93072024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93082024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO skip step because feature "mfg" is not enabled
93092024-12-18T19:45:12.847Z[ host-image] Dec 18 19:45:10.630 INFO O| Dec 18 19:45:10.630 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93102024-12-18T19:45:12.907Z[ host-image] Dec 18 19:45:10.693 INFO O| Dec 18 19:45:10.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93112024-12-18T19:45:12.907Z[ host-image] Dec 18 19:45:10.693 INFO O| Dec 18 19:45:10.693 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93122024-12-18T19:45:13.744Z[ host-image] Dec 18 19:45:11.529 INFO O| Dec 18 19:45:11.529 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93132024-12-18T19:45:13.744Z[ host-image] Dec 18 19:45:11.529 INFO O| Dec 18 19:45:11.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93142024-12-18T19:45:13.744Z[ host-image] Dec 18 19:45:11.529 INFO O| Dec 18 19:45:11.529 INFO ok!
93152024-12-18T19:45:13.747Z[ host-image] Dec 18 19:45:11.529 INFO O| Dec 18 19:45:11.529 INFO STEP 45 (ensure_file) COMPLETE
93162024-12-18T19:45:13.747Z[ host-image] Dec 18 19:45:11.529 INFO O| Dec 18 19:45:11.529 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93172024-12-18T19:45:13.763Z[ host-image] Dec 18 19:45:11.548 INFO O| Dec 18 19:45:11.548 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93182024-12-18T19:45:13.763Z[ host-image] Dec 18 19:45:11.548 INFO O| Dec 18 19:45:11.548 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93192024-12-18T19:45:13.763Z[ host-image] Dec 18 19:45:11.549 INFO O| Dec 18 19:45:11.548 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93202024-12-18T19:45:13.763Z[ host-image] Dec 18 19:45:11.549 INFO O| Dec 18 19:45:11.549 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93212024-12-18T19:45:13.766Z[ host-image] Dec 18 19:45:11.549 INFO O| Dec 18 19:45:11.549 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93222024-12-18T19:45:13.767Z[ host-image] Dec 18 19:45:11.549 INFO O| Dec 18 19:45:11.549 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93232024-12-18T19:45:13.767Z[ host-image] Dec 18 19:45:11.549 INFO O| Dec 18 19:45:11.549 INFO ok!
93242024-12-18T19:45:13.767Z[ host-image] Dec 18 19:45:11.549 INFO O| Dec 18 19:45:11.549 INFO STEP 46 (ensure_file) COMPLETE
93252024-12-18T19:45:13.767Z[ host-image] Dec 18 19:45:11.549 INFO O| Dec 18 19:45:11.549 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93262024-12-18T19:45:13.788Z[ host-image] Dec 18 19:45:11.573 INFO O| Dec 18 19:45:11.573 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93272024-12-18T19:45:13.791Z[ host-image] Dec 18 19:45:11.574 INFO O| Dec 18 19:45:11.574 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 ...
93282024-12-18T19:45:13.791Z[ host-image] Dec 18 19:45:11.574 INFO O| Dec 18 19:45:11.574 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
93292024-12-18T19:45:13.791Z[ host-image] Dec 18 19:45:11.574 INFO O| Dec 18 19:45:11.574 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93302024-12-18T19:45:13.791Z[ host-image] Dec 18 19:45:11.574 INFO O| Dec 18 19:45:11.574 INFO ok!
93312024-12-18T19:45:13.791Z[ host-image] Dec 18 19:45:11.574 INFO O| Dec 18 19:45:11.574 INFO STEP 47 (ensure_file) COMPLETE
93322024-12-18T19:45:13.791Z[ host-image] Dec 18 19:45:11.574 INFO O| Dec 18 19:45:11.574 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93332024-12-18T19:45:13.810Z[ host-image] Dec 18 19:45:11.596 INFO O| Dec 18 19:45:11.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93342024-12-18T19:45:13.810Z[ host-image] Dec 18 19:45:11.596 INFO O| Dec 18 19:45:11.596 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93352024-12-18T19:45:13.813Z[ host-image] Dec 18 19:45:11.596 INFO O| Dec 18 19:45:11.596 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93362024-12-18T19:45:13.813Z[ host-image] Dec 18 19:45:11.596 INFO O| Dec 18 19:45:11.596 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93372024-12-18T19:45:13.813Z[ host-image] Dec 18 19:45:11.596 INFO O| Dec 18 19:45:11.596 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93382024-12-18T19:45:13.813Z[ host-image] Dec 18 19:45:11.596 INFO O| Dec 18 19:45:11.596 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93392024-12-18T19:45:13.813Z[ host-image] Dec 18 19:45:11.596 INFO O| Dec 18 19:45:11.596 INFO ok!
93402024-12-18T19:45:13.813Z[ host-image] Dec 18 19:45:11.596 INFO O| Dec 18 19:45:11.596 INFO STEP 48 (ensure_file) COMPLETE
93412024-12-18T19:45:13.813Z[ host-image] Dec 18 19:45:11.597 INFO O| Dec 18 19:45:11.597 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93422024-12-18T19:45:13.830Z[ host-image] Dec 18 19:45:11.616 INFO O| Dec 18 19:45:11.616 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93432024-12-18T19:45:13.830Z[ host-image] Dec 18 19:45:11.616 INFO O| Dec 18 19:45:11.616 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 ...
93442024-12-18T19:45:13.833Z[ host-image] Dec 18 19:45:11.616 INFO O| Dec 18 19:45:11.616 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
93452024-12-18T19:45:13.833Z[ host-image] Dec 18 19:45:11.616 INFO O| Dec 18 19:45:11.616 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93462024-12-18T19:45:13.833Z[ host-image] Dec 18 19:45:11.616 INFO O| Dec 18 19:45:11.616 INFO ok!
93472024-12-18T19:45:13.833Z[ host-image] Dec 18 19:45:11.616 INFO O| Dec 18 19:45:11.616 INFO STEP 49 (ensure_file) COMPLETE
93482024-12-18T19:45:13.833Z[ host-image] Dec 18 19:45:11.616 INFO O| Dec 18 19:45:11.616 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93492024-12-18T19:45:13.849Z[ host-image] Dec 18 19:45:11.635 INFO O| Dec 18 19:45:11.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93502024-12-18T19:45:13.849Z[ host-image] Dec 18 19:45:11.635 INFO O| Dec 18 19:45:11.635 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93512024-12-18T19:45:13.852Z[ host-image] Dec 18 19:45:11.635 INFO O| Dec 18 19:45:11.635 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93522024-12-18T19:45:13.852Z[ host-image] Dec 18 19:45:11.635 INFO O| Dec 18 19:45:11.635 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93532024-12-18T19:45:13.852Z[ host-image] Dec 18 19:45:11.635 INFO O| Dec 18 19:45:11.635 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93542024-12-18T19:45:13.852Z[ host-image] Dec 18 19:45:11.635 INFO O| Dec 18 19:45:11.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93552024-12-18T19:45:13.852Z[ host-image] Dec 18 19:45:11.635 INFO O| Dec 18 19:45:11.635 INFO ok!
93562024-12-18T19:45:13.852Z[ host-image] Dec 18 19:45:11.635 INFO O| Dec 18 19:45:11.635 INFO STEP 50 (ensure_file) COMPLETE
93572024-12-18T19:45:13.852Z[ host-image] Dec 18 19:45:11.636 INFO O| Dec 18 19:45:11.636 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93582024-12-18T19:45:13.870Z[ host-image] Dec 18 19:45:11.656 INFO O| Dec 18 19:45:11.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93592024-12-18T19:45:13.870Z[ host-image] Dec 18 19:45:11.656 INFO O| Dec 18 19:45:11.656 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 ...
93602024-12-18T19:45:13.873Z[ host-image] Dec 18 19:45:11.656 INFO O| Dec 18 19:45:11.656 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
93612024-12-18T19:45:13.873Z[ host-image] Dec 18 19:45:11.656 INFO O| Dec 18 19:45:11.656 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93622024-12-18T19:45:13.873Z[ host-image] Dec 18 19:45:11.656 INFO O| Dec 18 19:45:11.656 INFO ok!
93632024-12-18T19:45:13.873Z[ host-image] Dec 18 19:45:11.656 INFO O| Dec 18 19:45:11.656 INFO STEP 51 (ensure_file) COMPLETE
93642024-12-18T19:45:13.873Z[ host-image] Dec 18 19:45:11.656 INFO O| Dec 18 19:45:11.656 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93652024-12-18T19:45:13.890Z[ host-image] Dec 18 19:45:11.675 INFO O| Dec 18 19:45:11.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93662024-12-18T19:45:13.890Z[ host-image] Dec 18 19:45:11.675 INFO O| Dec 18 19:45:11.675 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 ...
93672024-12-18T19:45:13.893Z[ host-image] Dec 18 19:45:11.675 INFO O| Dec 18 19:45:11.675 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
93682024-12-18T19:45:13.893Z[ host-image] Dec 18 19:45:11.675 INFO O| Dec 18 19:45:11.675 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93692024-12-18T19:45:13.893Z[ host-image] Dec 18 19:45:11.675 INFO O| Dec 18 19:45:11.675 INFO ok!
93702024-12-18T19:45:13.893Z[ host-image] Dec 18 19:45:11.675 INFO O| Dec 18 19:45:11.675 INFO STEP 52 (ensure_file) COMPLETE
93712024-12-18T19:45:13.893Z[ host-image] Dec 18 19:45:11.675 INFO O| Dec 18 19:45:11.675 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93722024-12-18T19:45:13.932Z[ host-image] Dec 18 19:45:11.717 INFO O| Dec 18 19:45:11.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93732024-12-18T19:45:13.932Z[ host-image] Dec 18 19:45:11.717 INFO O| Dec 18 19:45:11.717 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 ...
93742024-12-18T19:45:13.935Z[ host-image] Dec 18 19:45:11.717 INFO O| Dec 18 19:45:11.717 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
93752024-12-18T19:45:13.935Z[ host-image] Dec 18 19:45:11.717 INFO O| Dec 18 19:45:11.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93762024-12-18T19:45:13.936Z[ host-image] Dec 18 19:45:11.717 INFO O| Dec 18 19:45:11.717 INFO ok!
93772024-12-18T19:45:13.936Z[ host-image] Dec 18 19:45:11.718 INFO O| Dec 18 19:45:11.717 INFO STEP 53 (ensure_file) COMPLETE
93782024-12-18T19:45:13.936Z[ host-image] Dec 18 19:45:11.718 INFO O| Dec 18 19:45:11.718 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-12-18T19:45:13.970Z[ host-image] Dec 18 19:45:11.755 INFO O| Dec 18 19:45:11.754 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93802024-12-18T19:45:13.970Z[ host-image] Dec 18 19:45:11.755 INFO O| Dec 18 19:45:11.754 INFO STEP 54 (ensure_dir) COMPLETE
93812024-12-18T19:45:13.973Z[ host-image] Dec 18 19:45:11.755 INFO O| Dec 18 19:45:11.754 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-12-18T19:45:13.988Z[ host-image] Dec 18 19:45:11.773 INFO O| Dec 18 19:45:11.773 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93832024-12-18T19:45:13.988Z[ host-image] Dec 18 19:45:11.773 INFO O| Dec 18 19:45:11.773 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93842024-12-18T19:45:13.988Z[ host-image] Dec 18 19:45:11.773 INFO O| Dec 18 19:45:11.773 INFO STEP 55 (ensure_dir) COMPLETE
93852024-12-18T19:45:13.991Z[ host-image] Dec 18 19:45:11.773 INFO O| Dec 18 19:45:11.773 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-12-18T19:45:14.007Z[ host-image] Dec 18 19:45:11.793 INFO O| Dec 18 19:45:11.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93872024-12-18T19:45:14.007Z[ host-image] Dec 18 19:45:11.793 INFO O| Dec 18 19:45:11.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93882024-12-18T19:45:14.007Z[ host-image] Dec 18 19:45:11.793 INFO O| Dec 18 19:45:11.793 INFO STEP 56 (ensure_dir) COMPLETE
93892024-12-18T19:45:14.010Z[ host-image] Dec 18 19:45:11.793 INFO O| Dec 18 19:45:11.793 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-12-18T19:45:14.027Z[ host-image] Dec 18 19:45:11.812 INFO O| Dec 18 19:45:11.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93912024-12-18T19:45:14.027Z[ host-image] Dec 18 19:45:11.812 INFO O| Dec 18 19:45:11.812 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93922024-12-18T19:45:14.053Z[ host-image] Dec 18 19:45:11.837 INFO O| Dec 18 19:45:11.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93932024-12-18T19:45:14.053Z[ host-image] Dec 18 19:45:11.837 INFO O| Dec 18 19:45:11.837 INFO ok!
93942024-12-18T19:45:14.053Z[ host-image] Dec 18 19:45:11.838 INFO O| Dec 18 19:45:11.837 INFO STEP 57 (ensure_file) COMPLETE
93952024-12-18T19:45:14.053Z[ host-image] Dec 18 19:45:11.838 INFO O| Dec 18 19:45:11.837 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-12-18T19:45:14.091Z[ host-image] Dec 18 19:45:11.876 INFO O| Dec 18 19:45:11.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93972024-12-18T19:45:14.091Z[ host-image] Dec 18 19:45:11.876 INFO O| Dec 18 19:45:11.876 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93982024-12-18T19:45:15.510Z[ host-image] Dec 18 19:45:13.295 INFO O| Dec 18 19:45:13.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93992024-12-18T19:45:15.510Z[ host-image] Dec 18 19:45:13.295 INFO O| Dec 18 19:45:13.295 INFO ok!
94002024-12-18T19:45:15.512Z[ host-image] Dec 18 19:45:13.295 INFO O| Dec 18 19:45:13.295 INFO STEP 58 (ensure_file) COMPLETE
94012024-12-18T19:45:15.512Z[ host-image] Dec 18 19:45:13.295 INFO O| Dec 18 19:45:13.295 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-12-18T19:45:15.528Z[ host-image] Dec 18 19:45:13.313 INFO O| Dec 18 19:45:13.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94032024-12-18T19:45:15.528Z[ host-image] Dec 18 19:45:13.313 INFO O| Dec 18 19:45:13.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94042024-12-18T19:45:15.528Z[ host-image] Dec 18 19:45:13.313 INFO O| Dec 18 19:45:13.313 INFO STEP 59 (ensure_dir) COMPLETE
94052024-12-18T19:45:15.531Z[ host-image] Dec 18 19:45:13.313 INFO O| Dec 18 19:45:13.313 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-12-18T19:45:15.566Z[ host-image] Dec 18 19:45:13.351 INFO O| Dec 18 19:45:13.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94072024-12-18T19:45:15.566Z[ host-image] Dec 18 19:45:13.352 INFO O| Dec 18 19:45:13.351 INFO copying /tmp/.tmpDBIFVi/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 ...
94082024-12-18T19:45:15.569Z[ host-image] Dec 18 19:45:13.352 INFO O| Dec 18 19:45:13.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94092024-12-18T19:45:15.569Z[ host-image] Dec 18 19:45:13.352 INFO O| Dec 18 19:45:13.352 INFO ok!
94102024-12-18T19:45:15.569Z[ host-image] Dec 18 19:45:13.352 INFO O| Dec 18 19:45:13.352 INFO STEP 60 (ensure_file) COMPLETE
94112024-12-18T19:45:15.569Z[ host-image] Dec 18 19:45:13.352 INFO O| Dec 18 19:45:13.352 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-12-18T19:45:15.608Z[ host-image] Dec 18 19:45:13.393 INFO O| Dec 18 19:45:13.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94132024-12-18T19:45:15.608Z[ host-image] Dec 18 19:45:13.393 INFO O| Dec 18 19:45:13.393 INFO copying /tmp/.tmpDBIFVi/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 ...
94142024-12-18T19:45:15.608Z[ host-image] Dec 18 19:45:13.394 INFO O| Dec 18 19:45:13.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94152024-12-18T19:45:15.611Z[ host-image] Dec 18 19:45:13.394 INFO O| Dec 18 19:45:13.394 INFO ok!
94162024-12-18T19:45:15.611Z[ host-image] Dec 18 19:45:13.394 INFO O| Dec 18 19:45:13.394 INFO STEP 61 (ensure_file) COMPLETE
94172024-12-18T19:45:15.611Z[ host-image] Dec 18 19:45:13.394 INFO O| Dec 18 19:45:13.394 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-12-18T19:45:15.650Z[ host-image] Dec 18 19:45:13.434 INFO O| Dec 18 19:45:13.434 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94192024-12-18T19:45:15.650Z[ host-image] Dec 18 19:45:13.434 INFO O| Dec 18 19:45:13.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94202024-12-18T19:45:15.650Z[ host-image] Dec 18 19:45:13.435 INFO O| Dec 18 19:45:13.434 INFO STEP 62 (ensure_dir) COMPLETE
94212024-12-18T19:45:15.650Z[ host-image] Dec 18 19:45:13.435 INFO O| Dec 18 19:45:13.435 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-12-18T19:45:15.682Z[ host-image] Dec 18 19:45:13.467 INFO O| Dec 18 19:45:13.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94232024-12-18T19:45:15.682Z[ host-image] Dec 18 19:45:13.467 INFO O| Dec 18 19:45:13.467 INFO copying /tmp/.tmpDBIFVi/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 ...
94242024-12-18T19:45:15.684Z[ host-image] Dec 18 19:45:13.467 INFO O| Dec 18 19:45:13.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94252024-12-18T19:45:15.684Z[ host-image] Dec 18 19:45:13.468 INFO O| Dec 18 19:45:13.467 INFO ok!
94262024-12-18T19:45:15.684Z[ host-image] Dec 18 19:45:13.468 INFO O| Dec 18 19:45:13.468 INFO STEP 63 (ensure_file) COMPLETE
94272024-12-18T19:45:15.684Z[ host-image] Dec 18 19:45:13.468 INFO O| Dec 18 19:45:13.468 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-12-18T19:45:15.702Z[ host-image] Dec 18 19:45:13.488 INFO O| Dec 18 19:45:13.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94292024-12-18T19:45:15.702Z[ host-image] Dec 18 19:45:13.488 INFO O| Dec 18 19:45:13.488 INFO copying /tmp/.tmpDBIFVi/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 ...
94302024-12-18T19:45:15.702Z[ host-image] Dec 18 19:45:13.488 INFO O| Dec 18 19:45:13.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94312024-12-18T19:45:15.705Z[ host-image] Dec 18 19:45:13.488 INFO O| Dec 18 19:45:13.488 INFO ok!
94322024-12-18T19:45:15.705Z[ host-image] Dec 18 19:45:13.488 INFO O| Dec 18 19:45:13.488 INFO STEP 64 (ensure_file) COMPLETE
94332024-12-18T19:45:15.705Z[ host-image] Dec 18 19:45:13.488 INFO O| Dec 18 19:45:13.488 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-12-18T19:45:15.722Z[ host-image] Dec 18 19:45:13.508 INFO O| Dec 18 19:45:13.508 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94352024-12-18T19:45:15.723Z[ host-image] Dec 18 19:45:13.508 INFO O| Dec 18 19:45:13.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94362024-12-18T19:45:15.723Z[ host-image] Dec 18 19:45:13.508 INFO O| Dec 18 19:45:13.508 INFO STEP 65 (ensure_dir) COMPLETE
94372024-12-18T19:45:15.723Z[ host-image] Dec 18 19:45:13.508 INFO O| Dec 18 19:45:13.508 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-12-18T19:45:15.743Z[ host-image] Dec 18 19:45:13.528 INFO O| Dec 18 19:45:13.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94392024-12-18T19:45:15.743Z[ host-image] Dec 18 19:45:13.529 INFO O| Dec 18 19:45:13.529 INFO copying /tmp/.tmpDBIFVi/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 ...
94402024-12-18T19:45:15.746Z[ host-image] Dec 18 19:45:13.529 INFO O| Dec 18 19:45:13.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94412024-12-18T19:45:15.746Z[ host-image] Dec 18 19:45:13.529 INFO O| Dec 18 19:45:13.529 INFO ok!
94422024-12-18T19:45:15.746Z[ host-image] Dec 18 19:45:13.529 INFO O| Dec 18 19:45:13.529 INFO STEP 66 (ensure_file) COMPLETE
94432024-12-18T19:45:15.746Z[ host-image] Dec 18 19:45:13.529 INFO O| Dec 18 19:45:13.529 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-12-18T19:45:15.774Z[ host-image] Dec 18 19:45:13.559 INFO O| Dec 18 19:45:13.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94452024-12-18T19:45:15.774Z[ host-image] Dec 18 19:45:13.559 INFO O| Dec 18 19:45:13.559 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94462024-12-18T19:45:15.777Z[ host-image] Dec 18 19:45:13.560 INFO O| Dec 18 19:45:13.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94472024-12-18T19:45:15.777Z[ host-image] Dec 18 19:45:13.560 INFO O| Dec 18 19:45:13.560 INFO ok!
94482024-12-18T19:45:15.777Z[ host-image] Dec 18 19:45:13.560 INFO O| Dec 18 19:45:13.560 INFO STEP 67 (ensure_file) COMPLETE
94492024-12-18T19:45:15.777Z[ host-image] Dec 18 19:45:13.560 INFO O| Dec 18 19:45:13.560 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-12-18T19:45:15.796Z[ host-image] Dec 18 19:45:13.581 INFO O| Dec 18 19:45:13.581 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94512024-12-18T19:45:15.799Z[ host-image] Dec 18 19:45:13.581 INFO O| Dec 18 19:45:13.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94522024-12-18T19:45:15.799Z[ host-image] Dec 18 19:45:13.581 INFO O| Dec 18 19:45:13.581 INFO STEP 68 (ensure_dir) COMPLETE
94532024-12-18T19:45:15.799Z[ host-image] Dec 18 19:45:13.582 INFO O| Dec 18 19:45:13.581 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-12-18T19:45:15.817Z[ host-image] Dec 18 19:45:13.602 INFO O| Dec 18 19:45:13.602 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94552024-12-18T19:45:15.817Z[ host-image] Dec 18 19:45:13.602 INFO O| Dec 18 19:45:13.602 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94562024-12-18T19:45:17.232Z[ host-image] Dec 18 19:45:15.017 INFO O| Dec 18 19:45:15.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94572024-12-18T19:45:17.232Z[ host-image] Dec 18 19:45:15.017 INFO O| Dec 18 19:45:15.017 INFO ok!
94582024-12-18T19:45:17.232Z[ host-image] Dec 18 19:45:15.017 INFO O| Dec 18 19:45:15.017 INFO STEP 69 (ensure_file) COMPLETE
94592024-12-18T19:45:17.236Z[ host-image] Dec 18 19:45:15.017 INFO O| Dec 18 19:45:15.017 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-12-18T19:45:17.253Z[ host-image] Dec 18 19:45:15.038 INFO O| Dec 18 19:45:15.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94612024-12-18T19:45:17.253Z[ host-image] Dec 18 19:45:15.038 INFO O| Dec 18 19:45:15.038 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94622024-12-18T19:45:19.327Z[ host-image] Dec 18 19:45:17.112 INFO O| Dec 18 19:45:17.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94632024-12-18T19:45:19.327Z[ host-image] Dec 18 19:45:17.112 INFO O| Dec 18 19:45:17.112 INFO ok!
94642024-12-18T19:45:19.330Z[ host-image] Dec 18 19:45:17.112 INFO O| Dec 18 19:45:17.112 INFO STEP 70 (ensure_file) COMPLETE
94652024-12-18T19:45:19.330Z[ host-image] Dec 18 19:45:17.112 INFO O| Dec 18 19:45:17.112 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-12-18T19:45:19.353Z[ host-image] Dec 18 19:45:17.138 INFO O| Dec 18 19:45:17.138 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94672024-12-18T19:45:19.353Z[ host-image] Dec 18 19:45:17.138 INFO O| Dec 18 19:45:17.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94682024-12-18T19:45:19.354Z[ host-image] Dec 18 19:45:17.138 INFO O| Dec 18 19:45:17.138 INFO STEP 71 (ensure_dir) COMPLETE
94692024-12-18T19:45:19.356Z[ host-image] Dec 18 19:45:17.138 INFO O| Dec 18 19:45:17.138 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-12-18T19:45:19.374Z[ host-image] Dec 18 19:45:17.159 INFO O| Dec 18 19:45:17.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94712024-12-18T19:45:19.374Z[ host-image] Dec 18 19:45:17.159 INFO O| Dec 18 19:45:17.159 INFO copying /tmp/.tmpDBIFVi/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 ...
94722024-12-18T19:45:19.374Z[ host-image] Dec 18 19:45:17.159 INFO O| Dec 18 19:45:17.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94732024-12-18T19:45:19.374Z[ host-image] Dec 18 19:45:17.159 INFO O| Dec 18 19:45:17.159 INFO ok!
94742024-12-18T19:45:19.377Z[ host-image] Dec 18 19:45:17.159 INFO O| Dec 18 19:45:17.159 INFO STEP 72 (ensure_file) COMPLETE
94752024-12-18T19:45:19.377Z[ host-image] Dec 18 19:45:17.159 INFO O| Dec 18 19:45:17.159 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-12-18T19:45:19.406Z[ host-image] Dec 18 19:45:17.190 INFO O| Dec 18 19:45:17.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94772024-12-18T19:45:19.406Z[ host-image] Dec 18 19:45:17.191 INFO O| Dec 18 19:45:17.190 INFO copying /tmp/.tmpDBIFVi/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 ...
94782024-12-18T19:45:19.406Z[ host-image] Dec 18 19:45:17.191 INFO O| Dec 18 19:45:17.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94792024-12-18T19:45:19.406Z[ host-image] Dec 18 19:45:17.191 INFO O| Dec 18 19:45:17.191 INFO ok!
94802024-12-18T19:45:19.413Z[ host-image] Dec 18 19:45:17.191 INFO O| Dec 18 19:45:17.191 INFO STEP 73 (ensure_file) COMPLETE
94812024-12-18T19:45:19.413Z[ host-image] Dec 18 19:45:17.191 INFO O| Dec 18 19:45:17.191 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-18T19:45:19.483Z[ host-image] Dec 18 19:45:17.268 INFO O| Dec 18 19:45:17.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94832024-12-18T19:45:19.483Z[ host-image] Dec 18 19:45:17.268 INFO O| Dec 18 19:45:17.268 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94842024-12-18T19:45:19.486Z[ host-image] Dec 18 19:45:17.269 INFO O| Dec 18 19:45:17.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94852024-12-18T19:45:19.486Z[ host-image] Dec 18 19:45:17.269 INFO O| Dec 18 19:45:17.269 INFO ok!
94862024-12-18T19:45:19.486Z[ host-image] Dec 18 19:45:17.269 INFO O| Dec 18 19:45:17.269 INFO STEP 74 (ensure_file) COMPLETE
94872024-12-18T19:45:19.486Z[ host-image] Dec 18 19:45:17.269 INFO O| Dec 18 19:45:17.269 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-18T19:45:19.508Z[ host-image] Dec 18 19:45:17.291 INFO O| Dec 18 19:45:17.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94892024-12-18T19:45:19.508Z[ host-image] Dec 18 19:45:17.291 INFO O| Dec 18 19:45:17.291 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94902024-12-18T19:45:19.508Z[ host-image] Dec 18 19:45:17.292 INFO O| Dec 18 19:45:17.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94912024-12-18T19:45:19.508Z[ host-image] Dec 18 19:45:17.292 INFO O| Dec 18 19:45:17.292 INFO ok!
94922024-12-18T19:45:19.508Z[ host-image] Dec 18 19:45:17.292 INFO O| Dec 18 19:45:17.292 INFO STEP 75 (ensure_file) COMPLETE
94932024-12-18T19:45:19.508Z[ host-image] Dec 18 19:45:17.292 INFO O| Dec 18 19:45:17.292 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-12-18T19:45:19.528Z[ host-image] Dec 18 19:45:17.313 INFO O| Dec 18 19:45:17.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94952024-12-18T19:45:19.528Z[ host-image] Dec 18 19:45:17.313 INFO O| Dec 18 19:45:17.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94962024-12-18T19:45:19.528Z[ host-image] Dec 18 19:45:17.313 INFO O| Dec 18 19:45:17.313 INFO STEP 76 (ensure_dir) COMPLETE
94972024-12-18T19:45:19.530Z[ host-image] Dec 18 19:45:17.313 INFO O| Dec 18 19:45:17.313 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-12-18T19:45:19.547Z[ host-image] Dec 18 19:45:17.331 INFO O| Dec 18 19:45:17.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94992024-12-18T19:45:19.547Z[ host-image] Dec 18 19:45:17.331 INFO O| Dec 18 19:45:17.331 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95002024-12-18T19:45:19.550Z[ host-image] Dec 18 19:45:17.335 INFO O| Dec 18 19:45:17.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95012024-12-18T19:45:19.550Z[ host-image] Dec 18 19:45:17.335 INFO O| Dec 18 19:45:17.335 INFO ok!
95022024-12-18T19:45:19.553Z[ host-image] Dec 18 19:45:17.335 INFO O| Dec 18 19:45:17.335 INFO STEP 77 (ensure_file) COMPLETE
95032024-12-18T19:45:19.553Z[ host-image] Dec 18 19:45:17.335 INFO O| Dec 18 19:45:17.335 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-12-18T19:45:19.570Z[ host-image] Dec 18 19:45:17.354 INFO O| Dec 18 19:45:17.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95052024-12-18T19:45:19.570Z[ host-image] Dec 18 19:45:17.354 INFO O| Dec 18 19:45:17.354 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95062024-12-18T19:45:19.570Z[ host-image] Dec 18 19:45:17.354 INFO O| Dec 18 19:45:17.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95072024-12-18T19:45:19.572Z[ host-image] Dec 18 19:45:17.354 INFO O| Dec 18 19:45:17.354 INFO ok!
95082024-12-18T19:45:19.572Z[ host-image] Dec 18 19:45:17.354 INFO O| Dec 18 19:45:17.354 INFO STEP 78 (ensure_file) COMPLETE
95092024-12-18T19:45:19.572Z[ host-image] Dec 18 19:45:17.354 INFO O| Dec 18 19:45:17.354 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-12-18T19:45:19.635Z[ host-image] Dec 18 19:45:17.419 INFO O| Dec 18 19:45:17.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95112024-12-18T19:45:19.635Z[ host-image] Dec 18 19:45:17.419 INFO O| Dec 18 19:45:17.419 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95122024-12-18T19:45:21.382Z[ host-image] Dec 18 19:45:19.165 INFO O| Dec 18 19:45:19.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95132024-12-18T19:45:21.382Z[ host-image] Dec 18 19:45:19.166 INFO O| Dec 18 19:45:19.165 INFO ok!
95142024-12-18T19:45:21.382Z[ host-image] Dec 18 19:45:19.166 INFO O| Dec 18 19:45:19.165 INFO STEP 79 (ensure_file) COMPLETE
95152024-12-18T19:45:21.382Z[ host-image] Dec 18 19:45:19.166 INFO O| Dec 18 19:45:19.165 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-12-18T19:45:21.407Z[ host-image] Dec 18 19:45:19.191 INFO O| Dec 18 19:45:19.191 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95172024-12-18T19:45:21.407Z[ host-image] Dec 18 19:45:19.191 INFO O| Dec 18 19:45:19.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95182024-12-18T19:45:21.407Z[ host-image] Dec 18 19:45:19.191 INFO O| Dec 18 19:45:19.191 INFO STEP 80 (ensure_dir) COMPLETE
95192024-12-18T19:45:21.410Z[ host-image] Dec 18 19:45:19.191 INFO O| Dec 18 19:45:19.191 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-12-18T19:45:21.437Z[ host-image] Dec 18 19:45:19.221 INFO O| Dec 18 19:45:19.221 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95212024-12-18T19:45:21.437Z[ host-image] Dec 18 19:45:19.221 INFO O| Dec 18 19:45:19.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95222024-12-18T19:45:21.439Z[ host-image] Dec 18 19:45:19.221 INFO O| Dec 18 19:45:19.221 INFO STEP 81 (ensure_dir) COMPLETE
95232024-12-18T19:45:21.439Z[ host-image] Dec 18 19:45:19.221 INFO O| Dec 18 19:45:19.221 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-12-18T19:45:21.456Z[ host-image] Dec 18 19:45:19.241 INFO O| Dec 18 19:45:19.241 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95252024-12-18T19:45:21.456Z[ host-image] Dec 18 19:45:19.241 INFO O| Dec 18 19:45:19.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95262024-12-18T19:45:21.459Z[ host-image] Dec 18 19:45:19.241 INFO O| Dec 18 19:45:19.241 INFO STEP 82 (ensure_dir) COMPLETE
95272024-12-18T19:45:21.459Z[ host-image] Dec 18 19:45:19.241 INFO O| Dec 18 19:45:19.241 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-18T19:45:21.475Z[ host-image] Dec 18 19:45:19.259 INFO O| Dec 18 19:45:19.259 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95292024-12-18T19:45:21.475Z[ host-image] Dec 18 19:45:19.259 INFO O| Dec 18 19:45:19.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95302024-12-18T19:45:21.477Z[ host-image] Dec 18 19:45:19.259 INFO O| Dec 18 19:45:19.259 INFO STEP 83 (ensure_dir) COMPLETE
95312024-12-18T19:45:21.477Z[ host-image] Dec 18 19:45:19.259 INFO O| Dec 18 19:45:19.259 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-12-18T19:45:21.494Z[ host-image] Dec 18 19:45:19.278 INFO O| Dec 18 19:45:19.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95332024-12-18T19:45:21.494Z[ host-image] Dec 18 19:45:19.279 INFO O| Dec 18 19:45:19.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95342024-12-18T19:45:21.494Z[ host-image] Dec 18 19:45:19.279 INFO O| Dec 18 19:45:19.279 INFO STEP 84 (ensure_dir) COMPLETE
95352024-12-18T19:45:21.496Z[ host-image] Dec 18 19:45:19.279 INFO O| Dec 18 19:45:19.279 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-18T19:45:21.513Z[ host-image] Dec 18 19:45:19.297 INFO O| Dec 18 19:45:19.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95372024-12-18T19:45:21.513Z[ host-image] Dec 18 19:45:19.297 INFO O| Dec 18 19:45:19.297 INFO copying /tmp/.tmpDBIFVi/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 ...
95382024-12-18T19:45:21.513Z[ host-image] Dec 18 19:45:19.297 INFO O| Dec 18 19:45:19.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95392024-12-18T19:45:21.515Z[ host-image] Dec 18 19:45:19.297 INFO O| Dec 18 19:45:19.297 INFO ok!
95402024-12-18T19:45:21.515Z[ host-image] Dec 18 19:45:19.297 INFO O| Dec 18 19:45:19.297 INFO STEP 85 (ensure_file) COMPLETE
95412024-12-18T19:45:21.515Z[ host-image] Dec 18 19:45:19.297 INFO O| Dec 18 19:45:19.297 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-12-18T19:45:21.546Z[ host-image] Dec 18 19:45:19.330 INFO O| Dec 18 19:45:19.330 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95432024-12-18T19:45:21.546Z[ host-image] Dec 18 19:45:19.330 INFO O| Dec 18 19:45:19.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95442024-12-18T19:45:21.548Z[ host-image] Dec 18 19:45:19.330 INFO O| Dec 18 19:45:19.330 INFO STEP 86 (ensure_dir) COMPLETE
95452024-12-18T19:45:21.548Z[ host-image] Dec 18 19:45:19.331 INFO O| Dec 18 19:45:19.330 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-12-18T19:45:21.579Z[ host-image] Dec 18 19:45:19.363 INFO O| Dec 18 19:45:19.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95472024-12-18T19:45:21.579Z[ host-image] Dec 18 19:45:19.363 INFO O| Dec 18 19:45:19.363 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95482024-12-18T19:45:21.581Z[ host-image] Dec 18 19:45:19.363 INFO O| Dec 18 19:45:19.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95492024-12-18T19:45:21.581Z[ host-image] Dec 18 19:45:19.363 INFO O| Dec 18 19:45:19.363 INFO ok!
95502024-12-18T19:45:21.581Z[ host-image] Dec 18 19:45:19.363 INFO O| Dec 18 19:45:19.363 INFO STEP 87 (ensure_file) COMPLETE
95512024-12-18T19:45:21.582Z[ host-image] Dec 18 19:45:19.363 INFO O| Dec 18 19:45:19.363 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-12-18T19:45:21.613Z[ host-image] Dec 18 19:45:19.397 INFO O| Dec 18 19:45:19.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95532024-12-18T19:45:21.613Z[ host-image] Dec 18 19:45:19.397 INFO O| Dec 18 19:45:19.397 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95542024-12-18T19:45:22.145Z[ host-image] Dec 18 19:45:19.929 INFO O| Dec 18 19:45:19.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95552024-12-18T19:45:22.145Z[ host-image] Dec 18 19:45:19.929 INFO O| Dec 18 19:45:19.929 INFO ok!
95562024-12-18T19:45:22.148Z[ host-image] Dec 18 19:45:19.929 INFO O| Dec 18 19:45:19.929 INFO STEP 88 (ensure_file) COMPLETE
95572024-12-18T19:45:22.148Z[ host-image] Dec 18 19:45:19.929 INFO O| Dec 18 19:45:19.929 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-18T19:45:22.166Z[ host-image] Dec 18 19:45:19.951 INFO O| Dec 18 19:45:19.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95592024-12-18T19:45:22.166Z[ host-image] Dec 18 19:45:19.951 INFO O| Dec 18 19:45:19.951 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95602024-12-18T19:45:22.870Z[ host-image] Dec 18 19:45:20.654 INFO O| Dec 18 19:45:20.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95612024-12-18T19:45:22.870Z[ host-image] Dec 18 19:45:20.654 INFO O| Dec 18 19:45:20.654 INFO ok!
95622024-12-18T19:45:22.873Z[ host-image] Dec 18 19:45:20.654 INFO O| Dec 18 19:45:20.654 INFO STEP 89 (ensure_file) COMPLETE
95632024-12-18T19:45:22.873Z[ host-image] Dec 18 19:45:20.654 INFO O| Dec 18 19:45:20.654 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-12-18T19:45:22.888Z[ host-image] Dec 18 19:45:20.672 INFO O| Dec 18 19:45:20.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95652024-12-18T19:45:22.888Z[ host-image] Dec 18 19:45:20.672 INFO O| Dec 18 19:45:20.672 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95662024-12-18T19:45:22.888Z[ host-image] Dec 18 19:45:20.672 INFO O| Dec 18 19:45:20.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95672024-12-18T19:45:22.888Z[ host-image] Dec 18 19:45:20.672 INFO O| Dec 18 19:45:20.672 INFO ok!
95682024-12-18T19:45:22.892Z[ host-image] Dec 18 19:45:20.672 INFO O| Dec 18 19:45:20.672 INFO STEP 90 (ensure_file) COMPLETE
95692024-12-18T19:45:22.892Z[ host-image] Dec 18 19:45:20.672 INFO O| Dec 18 19:45:20.672 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-18T19:45:22.905Z[ host-image] Dec 18 19:45:20.689 INFO O| Dec 18 19:45:20.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95712024-12-18T19:45:22.905Z[ host-image] Dec 18 19:45:20.689 INFO O| Dec 18 19:45:20.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95722024-12-18T19:45:22.905Z[ host-image] Dec 18 19:45:20.689 INFO O| Dec 18 19:45:20.689 INFO STEP 91 (ensure_dir) COMPLETE
95732024-12-18T19:45:22.908Z[ host-image] Dec 18 19:45:20.689 INFO O| Dec 18 19:45:20.689 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-12-18T19:45:22.945Z[ host-image] Dec 18 19:45:20.729 INFO O| Dec 18 19:45:20.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95752024-12-18T19:45:22.945Z[ host-image] Dec 18 19:45:20.729 INFO O| Dec 18 19:45:20.729 INFO copying /tmp/.tmpDBIFVi/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 ...
95762024-12-18T19:45:22.945Z[ host-image] Dec 18 19:45:20.729 INFO O| Dec 18 19:45:20.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95772024-12-18T19:45:22.948Z[ host-image] Dec 18 19:45:20.729 INFO O| Dec 18 19:45:20.729 INFO ok!
95782024-12-18T19:45:22.948Z[ host-image] Dec 18 19:45:20.729 INFO O| Dec 18 19:45:20.729 INFO STEP 92 (ensure_file) COMPLETE
95792024-12-18T19:45:22.948Z[ host-image] Dec 18 19:45:20.729 INFO O| Dec 18 19:45:20.729 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-12-18T19:45:22.964Z[ host-image] Dec 18 19:45:20.748 INFO O| Dec 18 19:45:20.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95812024-12-18T19:45:22.964Z[ host-image] Dec 18 19:45:20.748 INFO O| Dec 18 19:45:20.748 INFO copying /tmp/.tmpDBIFVi/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 ...
95822024-12-18T19:45:22.967Z[ host-image] Dec 18 19:45:20.748 INFO O| Dec 18 19:45:20.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95832024-12-18T19:45:22.967Z[ host-image] Dec 18 19:45:20.748 INFO O| Dec 18 19:45:20.748 INFO ok!
95842024-12-18T19:45:22.967Z[ host-image] Dec 18 19:45:20.748 INFO O| Dec 18 19:45:20.748 INFO STEP 93 (ensure_file) COMPLETE
95852024-12-18T19:45:22.967Z[ host-image] Dec 18 19:45:20.748 INFO O| Dec 18 19:45:20.748 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-12-18T19:45:22.999Z[ host-image] Dec 18 19:45:20.783 INFO O| Dec 18 19:45:20.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95872024-12-18T19:45:22.999Z[ host-image] Dec 18 19:45:20.783 INFO O| Dec 18 19:45:20.783 INFO copying /tmp/.tmpDBIFVi/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 ...
95882024-12-18T19:45:23.002Z[ host-image] Dec 18 19:45:20.783 INFO O| Dec 18 19:45:20.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95892024-12-18T19:45:23.002Z[ host-image] Dec 18 19:45:20.783 INFO O| Dec 18 19:45:20.783 INFO ok!
95902024-12-18T19:45:23.002Z[ host-image] Dec 18 19:45:20.783 INFO O| Dec 18 19:45:20.783 INFO STEP 94 (ensure_file) COMPLETE
95912024-12-18T19:45:23.002Z[ host-image] Dec 18 19:45:20.783 INFO O| Dec 18 19:45:20.783 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-12-18T19:45:23.017Z[ host-image] Dec 18 19:45:20.801 INFO O| Dec 18 19:45:20.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95932024-12-18T19:45:23.017Z[ host-image] Dec 18 19:45:20.801 INFO O| Dec 18 19:45:20.801 INFO copying /tmp/.tmpDBIFVi/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 ...
95942024-12-18T19:45:23.017Z[ host-image] Dec 18 19:45:20.801 INFO O| Dec 18 19:45:20.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95952024-12-18T19:45:23.017Z[ host-image] Dec 18 19:45:20.801 INFO O| Dec 18 19:45:20.801 INFO ok!
95962024-12-18T19:45:23.019Z[ host-image] Dec 18 19:45:20.801 INFO O| Dec 18 19:45:20.801 INFO STEP 95 (ensure_file) COMPLETE
95972024-12-18T19:45:23.019Z[ host-image] Dec 18 19:45:20.802 INFO O| Dec 18 19:45:20.801 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-12-18T19:45:23.035Z[ host-image] Dec 18 19:45:20.819 INFO O| Dec 18 19:45:20.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95992024-12-18T19:45:23.035Z[ host-image] Dec 18 19:45:20.819 INFO O| Dec 18 19:45:20.819 INFO copying /tmp/.tmpDBIFVi/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 ...
96002024-12-18T19:45:23.038Z[ host-image] Dec 18 19:45:20.819 INFO O| Dec 18 19:45:20.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96012024-12-18T19:45:23.038Z[ host-image] Dec 18 19:45:20.819 INFO O| Dec 18 19:45:20.819 INFO ok!
96022024-12-18T19:45:23.038Z[ host-image] Dec 18 19:45:20.819 INFO O| Dec 18 19:45:20.819 INFO STEP 96 (ensure_file) COMPLETE
96032024-12-18T19:45:23.038Z[ host-image] Dec 18 19:45:20.819 INFO O| Dec 18 19:45:20.819 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-18T19:45:23.057Z[ host-image] Dec 18 19:45:20.841 INFO O| Dec 18 19:45:20.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96052024-12-18T19:45:23.057Z[ host-image] Dec 18 19:45:20.841 INFO O| Dec 18 19:45:20.841 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96062024-12-18T19:45:23.060Z[ host-image] Dec 18 19:45:20.842 INFO O| Dec 18 19:45:20.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96072024-12-18T19:45:23.060Z[ host-image] Dec 18 19:45:20.842 INFO O| Dec 18 19:45:20.841 INFO ok!
96082024-12-18T19:45:23.060Z[ host-image] Dec 18 19:45:20.842 INFO O| Dec 18 19:45:20.841 INFO STEP 97 (ensure_file) COMPLETE
96092024-12-18T19:45:23.060Z[ host-image] Dec 18 19:45:20.842 INFO O| Dec 18 19:45:20.841 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102024-12-18T19:45:23.076Z[ host-image] Dec 18 19:45:20.861 INFO O| Dec 18 19:45:20.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96112024-12-18T19:45:23.076Z[ host-image] Dec 18 19:45:20.861 INFO O| Dec 18 19:45:20.861 INFO copying /tmp/.tmpDBIFVi/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 ...
96122024-12-18T19:45:23.076Z[ host-image] Dec 18 19:45:20.861 INFO O| Dec 18 19:45:20.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96132024-12-18T19:45:23.077Z[ host-image] Dec 18 19:45:20.861 INFO O| Dec 18 19:45:20.861 INFO ok!
96142024-12-18T19:45:23.077Z[ host-image] Dec 18 19:45:20.861 INFO O| Dec 18 19:45:20.861 INFO STEP 98 (ensure_file) COMPLETE
96152024-12-18T19:45:23.079Z[ host-image] Dec 18 19:45:20.861 INFO O| Dec 18 19:45:20.861 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-12-18T19:45:23.096Z[ host-image] Dec 18 19:45:20.880 INFO O| Dec 18 19:45:20.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96172024-12-18T19:45:23.096Z[ host-image] Dec 18 19:45:20.880 INFO O| Dec 18 19:45:20.880 INFO copying /tmp/.tmpDBIFVi/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 ...
96182024-12-18T19:45:23.096Z[ host-image] Dec 18 19:45:20.880 INFO O| Dec 18 19:45:20.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96192024-12-18T19:45:23.096Z[ host-image] Dec 18 19:45:20.880 INFO O| Dec 18 19:45:20.880 INFO ok!
96202024-12-18T19:45:23.099Z[ host-image] Dec 18 19:45:20.880 INFO O| Dec 18 19:45:20.880 INFO STEP 99 (ensure_file) COMPLETE
96212024-12-18T19:45:23.099Z[ host-image] Dec 18 19:45:20.880 INFO O| Dec 18 19:45:20.880 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-18T19:45:23.123Z[ host-image] Dec 18 19:45:20.908 INFO O| Dec 18 19:45:20.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96232024-12-18T19:45:23.123Z[ host-image] Dec 18 19:45:20.908 INFO O| Dec 18 19:45:20.907 INFO copying /tmp/.tmpDBIFVi/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 ...
96242024-12-18T19:45:23.126Z[ host-image] Dec 18 19:45:20.908 INFO O| Dec 18 19:45:20.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96252024-12-18T19:45:23.126Z[ host-image] Dec 18 19:45:20.908 INFO O| Dec 18 19:45:20.908 INFO ok!
96262024-12-18T19:45:23.126Z[ host-image] Dec 18 19:45:20.908 INFO O| Dec 18 19:45:20.908 INFO STEP 100 (ensure_file) COMPLETE
96272024-12-18T19:45:23.126Z[ host-image] Dec 18 19:45:20.908 INFO O| Dec 18 19:45:20.908 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282024-12-18T19:45:23.183Z[ host-image] Dec 18 19:45:20.967 INFO O| Dec 18 19:45:20.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96292024-12-18T19:45:23.183Z[ host-image] Dec 18 19:45:20.967 INFO O| Dec 18 19:45:20.967 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96302024-12-18T19:45:23.183Z[ host-image] Dec 18 19:45:20.967 INFO O| Dec 18 19:45:20.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96312024-12-18T19:45:23.183Z[ host-image] Dec 18 19:45:20.967 INFO O| Dec 18 19:45:20.967 INFO ok!
96322024-12-18T19:45:23.186Z[ host-image] Dec 18 19:45:20.967 INFO O| Dec 18 19:45:20.967 INFO STEP 101 (ensure_file) COMPLETE
96332024-12-18T19:45:23.186Z[ host-image] Dec 18 19:45:20.967 INFO O| Dec 18 19:45:20.967 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342024-12-18T19:45:23.204Z[ host-image] Dec 18 19:45:20.988 INFO O| Dec 18 19:45:20.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96352024-12-18T19:45:23.204Z[ host-image] Dec 18 19:45:20.988 INFO O| Dec 18 19:45:20.988 INFO copying /tmp/.tmpDBIFVi/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 ...
96362024-12-18T19:45:23.206Z[ host-image] Dec 18 19:45:20.988 INFO O| Dec 18 19:45:20.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96372024-12-18T19:45:23.206Z[ host-image] Dec 18 19:45:20.988 INFO O| Dec 18 19:45:20.988 INFO ok!
96382024-12-18T19:45:23.206Z[ host-image] Dec 18 19:45:20.988 INFO O| Dec 18 19:45:20.988 INFO STEP 102 (ensure_file) COMPLETE
96392024-12-18T19:45:23.206Z[ host-image] Dec 18 19:45:20.988 INFO O| Dec 18 19:45:20.988 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402024-12-18T19:45:23.222Z[ host-image] Dec 18 19:45:21.006 INFO O| Dec 18 19:45:21.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96412024-12-18T19:45:23.222Z[ host-image] Dec 18 19:45:21.006 INFO O| Dec 18 19:45:21.006 INFO copying /tmp/.tmpDBIFVi/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 ...
96422024-12-18T19:45:23.222Z[ host-image] Dec 18 19:45:21.006 INFO O| Dec 18 19:45:21.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96432024-12-18T19:45:23.225Z[ host-image] Dec 18 19:45:21.006 INFO O| Dec 18 19:45:21.006 INFO ok!
96442024-12-18T19:45:23.225Z[ host-image] Dec 18 19:45:21.006 INFO O| Dec 18 19:45:21.006 INFO STEP 103 (ensure_file) COMPLETE
96452024-12-18T19:45:23.225Z[ host-image] Dec 18 19:45:21.006 INFO O| Dec 18 19:45:21.006 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462024-12-18T19:45:23.241Z[ host-image] Dec 18 19:45:21.026 INFO O| Dec 18 19:45:21.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96472024-12-18T19:45:23.241Z[ host-image] Dec 18 19:45:21.026 INFO O| Dec 18 19:45:21.025 INFO copying /tmp/.tmpDBIFVi/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 ...
96482024-12-18T19:45:23.241Z[ host-image] Dec 18 19:45:21.026 INFO O| Dec 18 19:45:21.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96492024-12-18T19:45:23.244Z[ host-image] Dec 18 19:45:21.026 INFO O| Dec 18 19:45:21.026 INFO ok!
96502024-12-18T19:45:23.244Z[ host-image] Dec 18 19:45:21.026 INFO O| Dec 18 19:45:21.026 INFO STEP 104 (ensure_file) COMPLETE
96512024-12-18T19:45:23.244Z[ host-image] Dec 18 19:45:21.026 INFO O| Dec 18 19:45:21.026 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522024-12-18T19:45:23.278Z[ host-image] Dec 18 19:45:21.062 INFO O| Dec 18 19:45:21.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96532024-12-18T19:45:23.278Z[ host-image] Dec 18 19:45:21.062 INFO O| Dec 18 19:45:21.062 INFO copying /tmp/.tmpDBIFVi/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 ...
96542024-12-18T19:45:23.281Z[ host-image] Dec 18 19:45:21.062 INFO O| Dec 18 19:45:21.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96552024-12-18T19:45:23.281Z[ host-image] Dec 18 19:45:21.063 INFO O| Dec 18 19:45:21.062 INFO ok!
96562024-12-18T19:45:23.281Z[ host-image] Dec 18 19:45:21.063 INFO O| Dec 18 19:45:21.062 INFO STEP 105 (ensure_file) COMPLETE
96572024-12-18T19:45:23.281Z[ host-image] Dec 18 19:45:21.063 INFO O| Dec 18 19:45:21.062 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582024-12-18T19:45:23.297Z[ host-image] Dec 18 19:45:21.081 INFO O| Dec 18 19:45:21.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96592024-12-18T19:45:23.297Z[ host-image] Dec 18 19:45:21.081 INFO O| Dec 18 19:45:21.081 INFO copying /tmp/.tmpDBIFVi/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 ...
96602024-12-18T19:45:23.300Z[ host-image] Dec 18 19:45:21.081 INFO O| Dec 18 19:45:21.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96612024-12-18T19:45:23.300Z[ host-image] Dec 18 19:45:21.081 INFO O| Dec 18 19:45:21.081 INFO ok!
96622024-12-18T19:45:23.300Z[ host-image] Dec 18 19:45:21.081 INFO O| Dec 18 19:45:21.081 INFO STEP 106 (ensure_file) COMPLETE
96632024-12-18T19:45:23.300Z[ host-image] Dec 18 19:45:21.081 INFO O| Dec 18 19:45:21.081 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642024-12-18T19:45:23.315Z[ host-image] Dec 18 19:45:21.099 INFO O| Dec 18 19:45:21.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96652024-12-18T19:45:23.315Z[ host-image] Dec 18 19:45:21.100 INFO O| Dec 18 19:45:21.099 INFO copying /tmp/.tmpDBIFVi/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 ...
96662024-12-18T19:45:23.318Z[ host-image] Dec 18 19:45:21.100 INFO O| Dec 18 19:45:21.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96672024-12-18T19:45:23.318Z[ host-image] Dec 18 19:45:21.100 INFO O| Dec 18 19:45:21.100 INFO ok!
96682024-12-18T19:45:23.318Z[ host-image] Dec 18 19:45:21.100 INFO O| Dec 18 19:45:21.100 INFO STEP 107 (ensure_file) COMPLETE
96692024-12-18T19:45:23.318Z[ host-image] Dec 18 19:45:21.100 INFO O| Dec 18 19:45:21.100 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702024-12-18T19:45:23.334Z[ host-image] Dec 18 19:45:21.118 INFO O| Dec 18 19:45:21.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96712024-12-18T19:45:23.334Z[ host-image] Dec 18 19:45:21.118 INFO O| Dec 18 19:45:21.118 INFO copying /tmp/.tmpDBIFVi/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 ...
96722024-12-18T19:45:23.336Z[ host-image] Dec 18 19:45:21.118 INFO O| Dec 18 19:45:21.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96732024-12-18T19:45:23.336Z[ host-image] Dec 18 19:45:21.118 INFO O| Dec 18 19:45:21.118 INFO ok!
96742024-12-18T19:45:23.336Z[ host-image] Dec 18 19:45:21.118 INFO O| Dec 18 19:45:21.118 INFO STEP 108 (ensure_file) COMPLETE
96752024-12-18T19:45:23.336Z[ host-image] Dec 18 19:45:21.118 INFO O| Dec 18 19:45:21.118 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762024-12-18T19:45:23.417Z[ host-image] Dec 18 19:45:21.201 INFO O| Dec 18 19:45:21.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96772024-12-18T19:45:23.417Z[ host-image] Dec 18 19:45:21.201 INFO O| Dec 18 19:45:21.201 INFO copying /tmp/.tmpDBIFVi/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 ...
96782024-12-18T19:45:23.417Z[ host-image] Dec 18 19:45:21.201 INFO O| Dec 18 19:45:21.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96792024-12-18T19:45:23.417Z[ host-image] Dec 18 19:45:21.201 INFO O| Dec 18 19:45:21.201 INFO ok!
96802024-12-18T19:45:23.417Z[ host-image] Dec 18 19:45:21.201 INFO O| Dec 18 19:45:21.201 INFO STEP 109 (ensure_file) COMPLETE
96812024-12-18T19:45:23.417Z[ host-image] Dec 18 19:45:21.201 INFO O| Dec 18 19:45:21.201 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822024-12-18T19:45:23.435Z[ host-image] Dec 18 19:45:21.220 INFO O| Dec 18 19:45:21.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96832024-12-18T19:45:23.436Z[ host-image] Dec 18 19:45:21.220 INFO O| Dec 18 19:45:21.219 INFO copying /tmp/.tmpDBIFVi/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 ...
96842024-12-18T19:45:23.436Z[ host-image] Dec 18 19:45:21.220 INFO O| Dec 18 19:45:21.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96852024-12-18T19:45:23.439Z[ host-image] Dec 18 19:45:21.220 INFO O| Dec 18 19:45:21.220 INFO ok!
96862024-12-18T19:45:23.439Z[ host-image] Dec 18 19:45:21.220 INFO O| Dec 18 19:45:21.220 INFO STEP 110 (ensure_file) COMPLETE
96872024-12-18T19:45:23.439Z[ host-image] Dec 18 19:45:21.220 INFO O| Dec 18 19:45:21.220 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882024-12-18T19:45:23.454Z[ host-image] Dec 18 19:45:21.238 INFO O| Dec 18 19:45:21.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96892024-12-18T19:45:23.454Z[ host-image] Dec 18 19:45:21.238 INFO O| Dec 18 19:45:21.238 INFO copying /tmp/.tmpDBIFVi/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 ...
96902024-12-18T19:45:23.454Z[ host-image] Dec 18 19:45:21.238 INFO O| Dec 18 19:45:21.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96912024-12-18T19:45:23.457Z[ host-image] Dec 18 19:45:21.238 INFO O| Dec 18 19:45:21.238 INFO ok!
96922024-12-18T19:45:23.457Z[ host-image] Dec 18 19:45:21.238 INFO O| Dec 18 19:45:21.238 INFO STEP 111 (ensure_file) COMPLETE
96932024-12-18T19:45:23.457Z[ host-image] Dec 18 19:45:21.238 INFO O| Dec 18 19:45:21.238 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942024-12-18T19:45:23.473Z[ host-image] Dec 18 19:45:21.257 INFO O| Dec 18 19:45:21.257 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96952024-12-18T19:45:23.476Z[ host-image] Dec 18 19:45:21.257 INFO O| Dec 18 19:45:21.257 INFO copying /tmp/.tmpDBIFVi/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 ...
96962024-12-18T19:45:23.476Z[ host-image] Dec 18 19:45:21.257 INFO O| Dec 18 19:45:21.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96972024-12-18T19:45:23.477Z[ host-image] Dec 18 19:45:21.257 INFO O| Dec 18 19:45:21.257 INFO ok!
96982024-12-18T19:45:23.477Z[ host-image] Dec 18 19:45:21.257 INFO O| Dec 18 19:45:21.257 INFO STEP 112 (ensure_file) COMPLETE
96992024-12-18T19:45:23.477Z[ host-image] Dec 18 19:45:21.257 INFO O| Dec 18 19:45:21.257 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002024-12-18T19:45:23.492Z[ host-image] Dec 18 19:45:21.276 INFO O| Dec 18 19:45:21.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97012024-12-18T19:45:23.492Z[ host-image] Dec 18 19:45:21.276 INFO O| Dec 18 19:45:21.276 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
97022024-12-18T19:45:23.492Z[ host-image] Dec 18 19:45:21.276 INFO O| Dec 18 19:45:21.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97032024-12-18T19:45:23.494Z[ host-image] Dec 18 19:45:21.276 INFO O| Dec 18 19:45:21.276 INFO ok!
97042024-12-18T19:45:23.494Z[ host-image] Dec 18 19:45:21.276 INFO O| Dec 18 19:45:21.276 INFO STEP 113 (ensure_file) COMPLETE
97052024-12-18T19:45:23.494Z[ host-image] Dec 18 19:45:21.276 INFO O| Dec 18 19:45:21.276 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062024-12-18T19:45:23.546Z[ host-image] Dec 18 19:45:21.330 INFO O| Dec 18 19:45:21.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97072024-12-18T19:45:23.549Z[ host-image] Dec 18 19:45:21.330 INFO O| Dec 18 19:45:21.329 INFO copying /tmp/.tmpDBIFVi/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 ...
97082024-12-18T19:45:23.549Z[ host-image] Dec 18 19:45:21.330 INFO O| Dec 18 19:45:21.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97092024-12-18T19:45:23.549Z[ host-image] Dec 18 19:45:21.330 INFO O| Dec 18 19:45:21.330 INFO ok!
97102024-12-18T19:45:23.550Z[ host-image] Dec 18 19:45:21.330 INFO O| Dec 18 19:45:21.330 INFO STEP 114 (ensure_file) COMPLETE
97112024-12-18T19:45:23.550Z[ host-image] Dec 18 19:45:21.330 INFO O| Dec 18 19:45:21.330 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122024-12-18T19:45:23.563Z[ host-image] Dec 18 19:45:21.347 INFO O| Dec 18 19:45:21.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97132024-12-18T19:45:23.563Z[ host-image] Dec 18 19:45:21.348 INFO O| Dec 18 19:45:21.347 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
97142024-12-18T19:45:23.563Z[ host-image] Dec 18 19:45:21.348 INFO O| Dec 18 19:45:21.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97152024-12-18T19:45:23.566Z[ host-image] Dec 18 19:45:21.348 INFO O| Dec 18 19:45:21.348 INFO ok!
97162024-12-18T19:45:23.566Z[ host-image] Dec 18 19:45:21.348 INFO O| Dec 18 19:45:21.348 INFO STEP 115 (ensure_file) COMPLETE
97172024-12-18T19:45:23.566Z[ host-image] Dec 18 19:45:21.348 INFO O| Dec 18 19:45:21.348 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182024-12-18T19:45:23.582Z[ host-image] Dec 18 19:45:21.366 INFO O| Dec 18 19:45:21.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97192024-12-18T19:45:23.582Z[ host-image] Dec 18 19:45:21.366 INFO O| Dec 18 19:45:21.366 INFO copying /tmp/.tmpDBIFVi/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 ...
97202024-12-18T19:45:23.582Z[ host-image] Dec 18 19:45:21.366 INFO O| Dec 18 19:45:21.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97212024-12-18T19:45:23.585Z[ host-image] Dec 18 19:45:21.366 INFO O| Dec 18 19:45:21.366 INFO ok!
97222024-12-18T19:45:23.585Z[ host-image] Dec 18 19:45:21.366 INFO O| Dec 18 19:45:21.366 INFO STEP 116 (ensure_file) COMPLETE
97232024-12-18T19:45:23.585Z[ host-image] Dec 18 19:45:21.366 INFO O| Dec 18 19:45:21.366 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242024-12-18T19:45:23.600Z[ host-image] Dec 18 19:45:21.384 INFO O| Dec 18 19:45:21.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97252024-12-18T19:45:23.600Z[ host-image] Dec 18 19:45:21.384 INFO O| Dec 18 19:45:21.384 INFO copying /tmp/.tmpDBIFVi/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 ...
97262024-12-18T19:45:23.603Z[ host-image] Dec 18 19:45:21.385 INFO O| Dec 18 19:45:21.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97272024-12-18T19:45:23.603Z[ host-image] Dec 18 19:45:21.385 INFO O| Dec 18 19:45:21.385 INFO ok!
97282024-12-18T19:45:23.603Z[ host-image] Dec 18 19:45:21.385 INFO O| Dec 18 19:45:21.385 INFO STEP 117 (ensure_file) COMPLETE
97292024-12-18T19:45:23.603Z[ host-image] Dec 18 19:45:21.385 INFO O| Dec 18 19:45:21.385 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302024-12-18T19:45:23.618Z[ host-image] Dec 18 19:45:21.402 INFO O| Dec 18 19:45:21.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97312024-12-18T19:45:23.618Z[ host-image] Dec 18 19:45:21.402 INFO O| Dec 18 19:45:21.402 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97322024-12-18T19:45:23.618Z[ host-image] Dec 18 19:45:21.402 INFO O| Dec 18 19:45:21.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97332024-12-18T19:45:23.621Z[ host-image] Dec 18 19:45:21.403 INFO O| Dec 18 19:45:21.402 INFO ok!
97342024-12-18T19:45:23.621Z[ host-image] Dec 18 19:45:21.403 INFO O| Dec 18 19:45:21.403 INFO STEP 118 (ensure_file) COMPLETE
97352024-12-18T19:45:23.621Z[ host-image] Dec 18 19:45:21.403 INFO O| Dec 18 19:45:21.403 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362024-12-18T19:45:23.638Z[ host-image] Dec 18 19:45:21.422 INFO O| Dec 18 19:45:21.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97372024-12-18T19:45:23.638Z[ host-image] Dec 18 19:45:21.422 INFO O| Dec 18 19:45:21.422 INFO copying /tmp/.tmpDBIFVi/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 ...
97382024-12-18T19:45:23.641Z[ host-image] Dec 18 19:45:21.422 INFO O| Dec 18 19:45:21.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97392024-12-18T19:45:23.641Z[ host-image] Dec 18 19:45:21.422 INFO O| Dec 18 19:45:21.422 INFO ok!
97402024-12-18T19:45:23.641Z[ host-image] Dec 18 19:45:21.422 INFO O| Dec 18 19:45:21.422 INFO STEP 119 (ensure_file) COMPLETE
97412024-12-18T19:45:23.641Z[ host-image] Dec 18 19:45:21.422 INFO O| Dec 18 19:45:21.422 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97422024-12-18T19:45:23.657Z[ host-image] Dec 18 19:45:21.441 INFO O| Dec 18 19:45:21.441 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97432024-12-18T19:45:23.657Z[ host-image] Dec 18 19:45:21.441 INFO O| Dec 18 19:45:21.441 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97442024-12-18T19:45:23.657Z[ host-image] Dec 18 19:45:21.441 INFO O| Dec 18 19:45:21.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97452024-12-18T19:45:23.657Z[ host-image] Dec 18 19:45:21.441 INFO O| Dec 18 19:45:21.441 INFO ok!
97462024-12-18T19:45:23.659Z[ host-image] Dec 18 19:45:21.441 INFO O| Dec 18 19:45:21.441 INFO STEP 120 (ensure_file) COMPLETE
97472024-12-18T19:45:23.660Z[ host-image] Dec 18 19:45:21.441 INFO O| Dec 18 19:45:21.441 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97482024-12-18T19:45:23.676Z[ host-image] Dec 18 19:45:21.460 INFO O| Dec 18 19:45:21.460 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97492024-12-18T19:45:23.676Z[ host-image] Dec 18 19:45:21.460 INFO O| Dec 18 19:45:21.460 INFO copying /tmp/.tmpDBIFVi/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97502024-12-18T19:45:35.019Z[ host-image] Dec 18 19:45:32.801 INFO O| Dec 18 19:45:32.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97512024-12-18T19:45:35.019Z[ host-image] Dec 18 19:45:32.801 INFO O| Dec 18 19:45:32.801 INFO ok!
97522024-12-18T19:45:35.022Z[ host-image] Dec 18 19:45:32.801 INFO O| Dec 18 19:45:32.801 INFO STEP 121 (ensure_file) COMPLETE
97532024-12-18T19:45:35.022Z[ host-image] Dec 18 19:45:32.801 INFO O| Dec 18 19:45:32.801 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542024-12-18T19:45:35.043Z[ host-image] Dec 18 19:45:32.826 INFO O| Dec 18 19:45:32.825 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97552024-12-18T19:45:35.043Z[ host-image] Dec 18 19:45:32.826 INFO O| Dec 18 19:45:32.826 INFO STEP 122 (ensure_dir) COMPLETE
97562024-12-18T19:45:35.046Z[ host-image] Dec 18 19:45:32.826 INFO O| Dec 18 19:45:32.826 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572024-12-18T19:45:35.100Z[ host-image] Dec 18 19:45:32.882 INFO O| Dec 18 19:45:32.882 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97582024-12-18T19:45:35.100Z[ host-image] Dec 18 19:45:32.882 INFO O| Dec 18 19:45:32.882 INFO STEP 123 (ensure_dir) COMPLETE
97592024-12-18T19:45:35.102Z[ host-image] Dec 18 19:45:32.882 INFO O| Dec 18 19:45:32.882 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602024-12-18T19:45:35.119Z[ host-image] Dec 18 19:45:32.901 INFO O| Dec 18 19:45:32.901 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97612024-12-18T19:45:35.119Z[ host-image] Dec 18 19:45:32.901 INFO O| Dec 18 19:45:32.901 INFO STEP 124 (ensure_dir) COMPLETE
97622024-12-18T19:45:35.122Z[ host-image] Dec 18 19:45:32.901 INFO O| Dec 18 19:45:32.901 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-18T19:45:35.182Z[ host-image] Dec 18 19:45:32.964 INFO O| Dec 18 19:45:32.964 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97642024-12-18T19:45:35.182Z[ host-image] Dec 18 19:45:32.964 INFO O| Dec 18 19:45:32.964 INFO STEP 125 (ensure_dir) COMPLETE
97652024-12-18T19:45:35.182Z[ host-image] Dec 18 19:45:32.964 INFO O| Dec 18 19:45:32.964 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97662024-12-18T19:45:35.218Z[ host-image] Dec 18 19:45:33.000 INFO O| Dec 18 19:45:33.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97672024-12-18T19:45:35.218Z[ host-image] Dec 18 19:45:33.000 INFO O| Dec 18 19:45:33.000 INFO copying /tmp/.tmpDBIFVi/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 ...
97682024-12-18T19:45:35.218Z[ host-image] Dec 18 19:45:33.001 INFO O| Dec 18 19:45:33.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97692024-12-18T19:45:35.218Z[ host-image] Dec 18 19:45:33.001 INFO O| Dec 18 19:45:33.000 INFO ok!
97702024-12-18T19:45:35.221Z[ host-image] Dec 18 19:45:33.001 INFO O| Dec 18 19:45:33.001 INFO STEP 126 (ensure_file) COMPLETE
97712024-12-18T19:45:35.221Z[ host-image] Dec 18 19:45:33.001 INFO O| Dec 18 19:45:33.001 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722024-12-18T19:45:35.239Z[ host-image] Dec 18 19:45:33.021 INFO O| Dec 18 19:45:33.021 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97732024-12-18T19:45:35.239Z[ host-image] Dec 18 19:45:33.021 INFO O| Dec 18 19:45:33.021 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97742024-12-18T19:45:35.239Z[ host-image] Dec 18 19:45:33.021 INFO O| Dec 18 19:45:33.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97752024-12-18T19:45:35.241Z[ host-image] Dec 18 19:45:33.021 INFO O| Dec 18 19:45:33.021 INFO STEP 127 (ensure_dir) COMPLETE
97762024-12-18T19:45:35.241Z[ host-image] Dec 18 19:45:33.021 INFO O| Dec 18 19:45:33.021 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97772024-12-18T19:45:35.309Z[ host-image] Dec 18 19:45:33.092 INFO O| Dec 18 19:45:33.091 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97782024-12-18T19:45:35.309Z[ host-image] Dec 18 19:45:33.092 INFO O| Dec 18 19:45:33.092 INFO copying /tmp/.tmpDBIFVi/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97792024-12-18T19:45:35.312Z[ host-image] Dec 18 19:45:33.092 INFO O| Dec 18 19:45:33.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97802024-12-18T19:45:35.312Z[ host-image] Dec 18 19:45:33.092 INFO O| Dec 18 19:45:33.092 INFO ok!
97812024-12-18T19:45:35.312Z[ host-image] Dec 18 19:45:33.092 INFO O| Dec 18 19:45:33.092 INFO STEP 128 (ensure_file) COMPLETE
97822024-12-18T19:45:35.312Z[ host-image] Dec 18 19:45:33.092 INFO O| Dec 18 19:45:33.092 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97832024-12-18T19:45:35.327Z[ host-image] Dec 18 19:45:33.110 INFO O| Dec 18 19:45:33.109 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97842024-12-18T19:45:35.330Z[ host-image] Dec 18 19:45:33.110 INFO O| Dec 18 19:45:33.110 INFO STEP 129 (remove_files) COMPLETE
97852024-12-18T19:45:35.330Z[ host-image] Dec 18 19:45:33.110 INFO O| Dec 18 19:45:33.110 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97862024-12-18T19:45:35.346Z[ host-image] Dec 18 19:45:33.128 INFO O| Dec 18 19:45:33.127 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97872024-12-18T19:45:35.346Z[ host-image] Dec 18 19:45:33.128 INFO O| Dec 18 19:45:33.127 INFO STEP 130 (remove_files) COMPLETE
97882024-12-18T19:45:35.346Z[ host-image] Dec 18 19:45:33.128 INFO O| Dec 18 19:45:33.127 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892024-12-18T19:45:35.367Z[ host-image] Dec 18 19:45:33.150 INFO O| Dec 18 19:45:33.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97902024-12-18T19:45:35.367Z[ host-image] Dec 18 19:45:33.150 INFO O| Dec 18 19:45:33.150 INFO STEP 131 (remove_files) COMPLETE
97912024-12-18T19:45:35.370Z[ host-image] Dec 18 19:45:33.150 INFO O| Dec 18 19:45:33.150 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922024-12-18T19:45:35.403Z[ host-image] Dec 18 19:45:33.186 INFO O| Dec 18 19:45:33.186 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97932024-12-18T19:45:35.406Z[ host-image] Dec 18 19:45:33.186 INFO O| Dec 18 19:45:33.186 INFO STEP 132 (remove_files) COMPLETE
97942024-12-18T19:45:35.406Z[ host-image] Dec 18 19:45:33.186 INFO O| Dec 18 19:45:33.186 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952024-12-18T19:45:35.423Z[ host-image] Dec 18 19:45:33.206 INFO O| Dec 18 19:45:33.206 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97962024-12-18T19:45:35.426Z[ host-image] Dec 18 19:45:33.206 INFO O| Dec 18 19:45:33.206 INFO STEP 133 (remove_files) COMPLETE
97972024-12-18T19:45:35.426Z[ host-image] Dec 18 19:45:33.206 INFO O| Dec 18 19:45:33.206 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982024-12-18T19:45:35.443Z[ host-image] Dec 18 19:45:33.225 INFO O| Dec 18 19:45:33.225 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97992024-12-18T19:45:35.445Z[ host-image] Dec 18 19:45:33.226 INFO O| Dec 18 19:45:33.226 INFO STEP 134 (remove_files) COMPLETE
98002024-12-18T19:45:35.445Z[ host-image] Dec 18 19:45:33.226 INFO O| Dec 18 19:45:33.226 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012024-12-18T19:45:35.461Z[ host-image] Dec 18 19:45:33.242 INFO O| Dec 18 19:45:33.242 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98022024-12-18T19:45:35.464Z[ host-image] Dec 18 19:45:33.243 INFO O| Dec 18 19:45:33.243 INFO STEP 135 (remove_files) COMPLETE
98032024-12-18T19:45:35.464Z[ host-image] Dec 18 19:45:33.243 INFO O| Dec 18 19:45:33.243 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042024-12-18T19:45:35.478Z[ host-image] Dec 18 19:45:33.260 INFO O| Dec 18 19:45:33.260 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98052024-12-18T19:45:35.480Z[ host-image] Dec 18 19:45:33.261 INFO O| Dec 18 19:45:33.260 INFO STEP 136 (remove_files) COMPLETE
98062024-12-18T19:45:35.480Z[ host-image] Dec 18 19:45:33.261 INFO O| Dec 18 19:45:33.261 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072024-12-18T19:45:35.527Z[ host-image] Dec 18 19:45:33.309 INFO O| Dec 18 19:45:33.309 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98082024-12-18T19:45:35.530Z[ host-image] Dec 18 19:45:33.309 INFO O| Dec 18 19:45:33.309 INFO STEP 137 (remove_files) COMPLETE
98092024-12-18T19:45:35.530Z[ host-image] Dec 18 19:45:33.309 INFO O| Dec 18 19:45:33.309 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102024-12-18T19:45:35.544Z[ host-image] Dec 18 19:45:33.326 INFO O| Dec 18 19:45:33.326 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98112024-12-18T19:45:35.547Z[ host-image] Dec 18 19:45:33.327 INFO O| Dec 18 19:45:33.327 INFO STEP 138 (remove_files) COMPLETE
98122024-12-18T19:45:35.547Z[ host-image] Dec 18 19:45:33.327 INFO O| Dec 18 19:45:33.327 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132024-12-18T19:45:35.561Z[ host-image] Dec 18 19:45:33.343 INFO O| Dec 18 19:45:33.343 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98142024-12-18T19:45:35.564Z[ host-image] Dec 18 19:45:33.344 INFO O| Dec 18 19:45:33.344 INFO STEP 139 (remove_files) COMPLETE
98152024-12-18T19:45:35.564Z[ host-image] Dec 18 19:45:33.344 INFO O| Dec 18 19:45:33.344 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162024-12-18T19:45:35.578Z[ host-image] Dec 18 19:45:33.361 INFO O| Dec 18 19:45:33.361 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98172024-12-18T19:45:35.581Z[ host-image] Dec 18 19:45:33.361 INFO O| Dec 18 19:45:33.361 INFO STEP 140 (remove_files) COMPLETE
98182024-12-18T19:45:35.581Z[ host-image] Dec 18 19:45:33.361 INFO O| Dec 18 19:45:33.361 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192024-12-18T19:45:35.619Z[ host-image] Dec 18 19:45:33.401 INFO O| Dec 18 19:45:33.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98202024-12-18T19:45:35.622Z[ host-image] Dec 18 19:45:33.402 INFO O| Dec 18 19:45:33.402 INFO STEP 141 (remove_files) COMPLETE
98212024-12-18T19:45:35.622Z[ host-image] Dec 18 19:45:33.402 INFO O| Dec 18 19:45:33.402 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222024-12-18T19:45:35.637Z[ host-image] Dec 18 19:45:33.420 INFO O| Dec 18 19:45:33.420 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98232024-12-18T19:45:35.640Z[ host-image] Dec 18 19:45:33.420 INFO O| Dec 18 19:45:33.420 INFO STEP 142 (remove_files) COMPLETE
98242024-12-18T19:45:35.640Z[ host-image] Dec 18 19:45:33.420 INFO O| Dec 18 19:45:33.420 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252024-12-18T19:45:35.655Z[ host-image] Dec 18 19:45:33.437 INFO O| Dec 18 19:45:33.437 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98262024-12-18T19:45:35.658Z[ host-image] Dec 18 19:45:33.438 INFO O| Dec 18 19:45:33.438 INFO STEP 143 (remove_files) COMPLETE
98272024-12-18T19:45:35.658Z[ host-image] Dec 18 19:45:33.438 INFO O| Dec 18 19:45:33.438 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282024-12-18T19:45:35.673Z[ host-image] Dec 18 19:45:33.455 INFO O| Dec 18 19:45:33.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98292024-12-18T19:45:35.675Z[ host-image] Dec 18 19:45:33.456 INFO O| Dec 18 19:45:33.456 INFO STEP 144 (remove_files) COMPLETE
98302024-12-18T19:45:35.675Z[ host-image] Dec 18 19:45:33.456 INFO O| Dec 18 19:45:33.456 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312024-12-18T19:45:35.691Z[ host-image] Dec 18 19:45:33.473 INFO O| Dec 18 19:45:33.473 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98322024-12-18T19:45:35.694Z[ host-image] Dec 18 19:45:33.474 INFO O| Dec 18 19:45:33.474 INFO STEP 145 (remove_files) COMPLETE
98332024-12-18T19:45:35.694Z[ host-image] Dec 18 19:45:33.474 INFO O| Dec 18 19:45:33.474 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342024-12-18T19:45:35.710Z[ host-image] Dec 18 19:45:33.493 INFO O| Dec 18 19:45:33.493 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98352024-12-18T19:45:35.713Z[ host-image] Dec 18 19:45:33.493 INFO O| Dec 18 19:45:33.493 INFO STEP 146 (remove_files) COMPLETE
98362024-12-18T19:45:35.713Z[ host-image] Dec 18 19:45:33.493 INFO O| Dec 18 19:45:33.493 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372024-12-18T19:45:35.730Z[ host-image] Dec 18 19:45:33.513 INFO O| Dec 18 19:45:33.512 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98382024-12-18T19:45:35.733Z[ host-image] Dec 18 19:45:33.513 INFO O| Dec 18 19:45:33.513 INFO STEP 147 (remove_files) COMPLETE
98392024-12-18T19:45:35.733Z[ host-image] Dec 18 19:45:33.513 INFO O| Dec 18 19:45:33.513 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402024-12-18T19:45:35.749Z[ host-image] Dec 18 19:45:33.531 INFO O| Dec 18 19:45:33.531 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98412024-12-18T19:45:35.752Z[ host-image] Dec 18 19:45:33.531 INFO O| Dec 18 19:45:33.531 INFO STEP 148 (remove_files) COMPLETE
98422024-12-18T19:45:35.752Z[ host-image] Dec 18 19:45:33.531 INFO O| Dec 18 19:45:33.531 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432024-12-18T19:45:35.768Z[ host-image] Dec 18 19:45:33.551 INFO O| Dec 18 19:45:33.550 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98442024-12-18T19:45:35.771Z[ host-image] Dec 18 19:45:33.551 INFO O| Dec 18 19:45:33.551 INFO STEP 149 (remove_files) COMPLETE
98452024-12-18T19:45:35.771Z[ host-image] Dec 18 19:45:33.551 INFO O| Dec 18 19:45:33.551 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462024-12-18T19:45:35.787Z[ host-image] Dec 18 19:45:33.569 INFO O| Dec 18 19:45:33.569 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98472024-12-18T19:45:35.790Z[ host-image] Dec 18 19:45:33.570 INFO O| Dec 18 19:45:33.570 INFO STEP 150 (remove_files) COMPLETE
98482024-12-18T19:45:35.790Z[ host-image] Dec 18 19:45:33.570 INFO O| Dec 18 19:45:33.570 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492024-12-18T19:45:35.807Z[ host-image] Dec 18 19:45:33.589 INFO O| Dec 18 19:45:33.589 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98502024-12-18T19:45:35.809Z[ host-image] Dec 18 19:45:33.589 INFO O| Dec 18 19:45:33.589 INFO STEP 151 (remove_files) COMPLETE
98512024-12-18T19:45:35.810Z[ host-image] Dec 18 19:45:33.589 INFO O| Dec 18 19:45:33.589 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522024-12-18T19:45:35.826Z[ host-image] Dec 18 19:45:33.608 INFO O| Dec 18 19:45:33.608 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98532024-12-18T19:45:35.835Z[ host-image] Dec 18 19:45:33.608 INFO O| Dec 18 19:45:33.608 INFO STEP 152 (remove_files) COMPLETE
98542024-12-18T19:45:35.835Z[ host-image] Dec 18 19:45:33.609 INFO O| Dec 18 19:45:33.608 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552024-12-18T19:45:35.844Z[ host-image] Dec 18 19:45:33.626 INFO O| Dec 18 19:45:33.626 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98562024-12-18T19:45:35.847Z[ host-image] Dec 18 19:45:33.627 INFO O| Dec 18 19:45:33.627 INFO STEP 153 (remove_files) COMPLETE
98572024-12-18T19:45:35.847Z[ host-image] Dec 18 19:45:33.627 INFO O| Dec 18 19:45:33.627 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-18T19:45:35.862Z[ host-image] Dec 18 19:45:33.645 INFO O| Dec 18 19:45:33.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98592024-12-18T19:45:35.865Z[ host-image] Dec 18 19:45:33.645 INFO O| Dec 18 19:45:33.645 INFO STEP 154 (remove_files) COMPLETE
98602024-12-18T19:45:35.865Z[ host-image] Dec 18 19:45:33.645 INFO O| Dec 18 19:45:33.645 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-18T19:45:35.885Z[ host-image] Dec 18 19:45:33.668 INFO O| Dec 18 19:45:33.667 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98622024-12-18T19:45:35.888Z[ host-image] Dec 18 19:45:33.668 INFO O| Dec 18 19:45:33.668 INFO STEP 155 (remove_files) COMPLETE
98632024-12-18T19:45:35.888Z[ host-image] Dec 18 19:45:33.668 INFO O| Dec 18 19:45:33.668 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-18T19:45:35.945Z[ host-image] Dec 18 19:45:33.687 INFO O| Dec 18 19:45:33.687 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98652024-12-18T19:45:35.945Z[ host-image] Dec 18 19:45:33.687 INFO O| Dec 18 19:45:33.687 INFO STEP 156 (remove_files) COMPLETE
98662024-12-18T19:45:35.945Z[ host-image] Dec 18 19:45:33.688 INFO O| Dec 18 19:45:33.688 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672024-12-18T19:45:35.945Z[ host-image] Dec 18 19:45:33.705 INFO O| Dec 18 19:45:33.705 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98682024-12-18T19:45:35.945Z[ host-image] Dec 18 19:45:33.705 INFO O| Dec 18 19:45:33.705 INFO STEP 157 (remove_files) COMPLETE
98692024-12-18T19:45:35.945Z[ host-image] Dec 18 19:45:33.705 INFO O| Dec 18 19:45:33.705 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98702024-12-18T19:45:35.960Z[ host-image] Dec 18 19:45:33.730 INFO O| Dec 18 19:45:33.730 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98712024-12-18T19:45:35.960Z[ host-image] Dec 18 19:45:33.731 INFO O| Dec 18 19:45:33.731 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
98722024-12-18T19:45:50.954Z[ host-image] Dec 18 19:45:48.717 INFO O| Dec 18 19:45:48.717 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
98732024-12-18T19:45:50.955Z[ host-image] Dec 18 19:45:48.717 INFO O| Dec 18 19:45:48.717 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98742024-12-18T19:45:50.959Z[ host-image] Dec 18 19:45:48.739 INFO O| Dec 18 19:45:48.739 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98752024-12-18T19:45:51.099Z[ host-image] Dec 18 19:45:48.879 INFO O| Dec 18 19:45:48.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98762024-12-18T19:45:51.101Z[ host-image] Dec 18 19:45:48.879 INFO O| Dec 18 19:45:48.879 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98772024-12-18T19:45:51.101Z[ host-image] Dec 18 19:45:48.882 INFO O| Dec 18 19:45:48.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98782024-12-18T19:45:51.101Z[ host-image] Dec 18 19:45:48.882 INFO O| Dec 18 19:45:48.881 INFO ok!
98792024-12-18T19:45:51.101Z[ host-image] Dec 18 19:45:48.882 INFO O| Dec 18 19:45:48.882 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98802024-12-18T19:45:51.101Z[ host-image] Dec 18 19:45:48.882 INFO O| Dec 18 19:45:48.882 INFO STEP 158 (seed_smf) COMPLETE
98812024-12-18T19:45:51.101Z[ host-image] Dec 18 19:45:48.882 INFO O| Dec 18 19:45:48.882 INFO steps complete; finalising image!
98822024-12-18T19:45:51.104Z[ host-image] Dec 18 19:45:48.882 INFO O| Dec 18 19:45:48.882 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98832024-12-18T19:45:51.283Z[ host-image] Dec 18 19:45:49.064 INFO O| Dec 18 19:45:49.063 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Dec 18 19:45:48 2024)
98842024-12-18T19:45:51.495Z[ host-image] Dec 18 19:45:49.275 INFO O| Dec 18 19:45:49.275 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Wed Dec 18 19:45:48 2024)
98852024-12-18T19:45:51.729Z[ host-image] Dec 18 19:45:49.509 INFO O| Dec 18 19:45:49.509 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
98862024-12-18T19:45:51.729Z[ host-image] Dec 18 19:45:49.509 INFO O| Dec 18 19:45:49.509 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98872024-12-18T19:45:52.489Z[ host-image] Dec 18 19:45:50.269 INFO O| Dec 18 19:45:50.269 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98882024-12-18T19:45:52.489Z[ host-image] Dec 18 19:45:50.269 INFO O| Dec 18 19:45:50.269 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98892024-12-18T19:45:54.379Z[ host-image] Dec 18 19:45:52.159 INFO O| Dec 18 19:45:52.159 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98902024-12-18T19:45:54.379Z[ host-image] Dec 18 19:45:52.159 INFO O| Dec 18 19:45:52.159 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98912024-12-18T19:45:54.380Z[ host-image] Dec 18 19:45:52.159 INFO O| Dec 18 19:45:52.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98922024-12-18T19:45:54.383Z[ host-image] Dec 18 19:45:52.159 INFO O| Dec 18 19:45:52.159 INFO completed processing gimlet/zfs
98932024-12-18T19:45:54.383Z[ host-image] Dec 18 19:45:52.159 INFO O| Dec 18 19:45:52.159 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98942024-12-18T19:46:03.379Z[ host-image] Dec 18 19:46:01.158 INFO O| Dec 18 19:46:01.158 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98952024-12-18T19:46:03.476Z[ host-image] Dec 18 19:46:01.255 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
98962024-12-18T19:46:03.481Z[ host-image] Dec 18 19:46:01.256 INFO expanded image name: "ci f1bb19a/${os_short_commit} 2024-12-18 19:12" -> "ci f1bb19a/7274828 2024-12-18 19:12"
98972024-12-18T19:46:03.482Z[ host-image] Dec 18 19:46:01.256 INFO output artefacts stored in: "/work/os-host"
98982024-12-18T19:46:03.482Z[ host-image] Dec 18 19:46:01.256 INFO collecting git info from project "image-builder"...
98992024-12-18T19:46:03.489Z[ host-image] Dec 18 19:46:01.267 INFO collecting git info from project "amd-host-image-builder"...
99002024-12-18T19:46:03.506Z[ host-image] Dec 18 19:46:01.285 INFO collecting git info from project "pinprick"...
99012024-12-18T19:46:03.512Z[ host-image] Dec 18 19:46:01.291 INFO collecting git info from project "phbl"...
99022024-12-18T19:46:03.517Z[ host-image] Dec 18 19:46:01.296 INFO collecting git info from project "amd-firmware"...
99032024-12-18T19:46:03.527Z[ host-image] Dec 18 19:46:01.305 INFO collecting git info from project "chelsio-t6-roms"...
99042024-12-18T19:46:03.532Z[ host-image] Dec 18 19:46:01.310 INFO collecting git info from project "bootserver"...
99052024-12-18T19:46:03.536Z[ host-image] Dec 18 19:46:01.315 INFO collecting git info from project "pilot"...
99062024-12-18T19:46:03.542Z[ host-image] Dec 18 19:46:01.321 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99072024-12-18T19:46:03.989Z[ host-image] Dec 18 19:46:01.768 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99082024-12-18T19:46:04.376Z[ host-image] Dec 18 19:46:02.155 INFO creating Oxide boot image...
99092024-12-18T19:46:04.376Z[ host-image] Dec 18 19:46:02.155 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f1bb19a/7274828 2024-12-18 19:12", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99102024-12-18T19:46:05.484Z[ host-image] Dec 18 19:46:03.261 INFO O| ok, image written!
99112024-12-18T19:46:05.485Z[ host-image] Dec 18 19:46:03.261 INFO O| ok, boot_image_csum file written!
99122024-12-18T19:46:05.489Z[ host-image] Dec 18 19:46:03.267 INFO creating boot archive (CPIO)...
99132024-12-18T19:46:05.489Z[ host-image] Dec 18 19:46:03.267 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
99142024-12-18T19:46:05.496Z[ host-image] Dec 18 19:46:03.274 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99152024-12-18T19:46:05.498Z[ host-image] Dec 18 19:46:03.274 INFO E| + outfile=/work/os-host/cpio
99162024-12-18T19:46:05.498Z[ host-image] Dec 18 19:46:03.274 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99172024-12-18T19:46:05.498Z[ host-image] Dec 18 19:46:03.277 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99182024-12-18T19:46:05.498Z[ host-image] Dec 18 19:46:03.277 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99192024-12-18T19:46:05.531Z[ host-image] Dec 18 19:46:03.310 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99202024-12-18T19:46:05.531Z[ host-image] Dec 18 19:46:03.310 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99212024-12-18T19:46:05.542Z[ host-image] Dec 18 19:46:03.320 INFO creating compressed cpio/unix for nanobl-rs...
99222024-12-18T19:46:05.542Z[ host-image] Dec 18 19:46:03.320 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
99232024-12-18T19:46:05.878Z[ host-image] Dec 18 19:46:03.656 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99242024-12-18T19:46:10.431Z[ host-image] Dec 18 19:46:08.209 INFO creating reset image...
99252024-12-18T19:46:10.434Z[ host-image] Dec 18 19:46:08.209 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99262024-12-18T19:46:10.574Z[ host-image] Dec 18 19:46:08.351 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
99272024-12-18T19:46:10.577Z[ host-image] Dec 18 19:46:08.353 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99282024-12-18T19:46:10.654Z[ host-image] Dec 18 19:46:08.431 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99292024-12-18T19:46:12.801Z[ host-image] Dec 18 19:46:10.578 INFO E| Finished `release` profile [optimized] target(s) in 2.20s
99302024-12-18T19:46:12.814Z[ host-image] Dec 18 19:46:10.592 INFO building host image...
99312024-12-18T19:46:12.817Z[ host-image] Dec 18 19:46:10.592 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")
99322024-12-18T19:46:13.345Z[ host-image] Dec 18 19:46:11.122 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99332024-12-18T19:47:28.022Z[ host-image] Dec 18 19:47:25.789 INFO image complete! materials are in "/work/os-host"
99342024-12-18T19:47:28.026Z[ host-image]
99352024-12-18T19:47:28.030Z[ host-image] real 13:13.510615068
99362024-12-18T19:47:28.030Z[ host-image] user 6:42.044917416
99372024-12-18T19:47:28.030Z[ host-image] sys 1:10.531823608
99382024-12-18T19:47:28.030Z[ host-image] trap 0.308508286
99392024-12-18T19:47:28.030Z[ host-image] tflt 0.016449578
99402024-12-18T19:47:28.030Z[ host-image] dflt 0.063216241
99412024-12-18T19:47:28.030Z[ host-image] kflt 0.056432576
99422024-12-18T19:47:28.030Z[ host-image] lock 50.800134997
99432024-12-18T19:47:28.030Z[ host-image] slp 1:08:53.511951762
99442024-12-18T19:47:28.030Z[ host-image] lat 3:04.030312057
99452024-12-18T19:47:28.030Z[ host-image] stop 0.700564785
99462024-12-18T19:47:28.030ZDec 18 19:47:25.794 INFO [host-image] process exited with exit status: 0 (793.528527628s)
99472024-12-18T19:47:28.030ZDec 18 19:47:25.795 INFO [tuf-repo] running task
99482024-12-18T19:47:39.560ZDec 18 19:47:37.325 INFO assembling repository in `/tmp/tufaceousvhD6eF`, component: OmicronRepoAssembler
99492024-12-18T19:48:02.851ZDec 18 19:48:00.612 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99502024-12-18T19:48:03.198ZDec 18 19:48:00.960 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99512024-12-18T19:48:18.812ZDec 18 19:48:16.572 INFO [tuf-repo] task succeeded (50.777089362s)
99522024-12-18T19:50:01.515Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 30s
99532024-12-18T19:50:01.922ZDec 18 19:49:59.667 INFO [verify-libraries] process exited with exit status: 0 (934.046003688s)
99542024-12-18T19:50:01.924ZDec 18 19:49:59.667 INFO all jobs completed in 2244.147663972s
99552024-12-18T19:50:02.516Zprocess exited: duration 2937166 ms, exit code 0
 
99562024-12-18T19:50:02.530Zfound 33 output files
99572024-12-18T19:50:02.530Zuploading: /work/manifest.toml (8404 bytes)
99582024-12-18T19:50:03.542Zuploaded: /work/manifest.toml
99592024-12-18T19:50:03.542Zuploading: /work/repo.zip (1945603703 bytes)
99602024-12-18T19:50:43.377Zuploaded: /work/repo.zip
99612024-12-18T19:50:43.377Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99622024-12-18T19:50:44.397Zuploaded: /work/repo.zip.sha256.txt
99632024-12-18T19:50:44.397Zuploading: /work/helios-setup.log (66237 bytes)
99642024-12-18T19:50:45.412Zuploaded: /work/helios-setup.log
99652024-12-18T19:50:45.412Zuploading: /work/host-image.log (196617 bytes)
99662024-12-18T19:50:46.432Zuploaded: /work/host-image.log
99672024-12-18T19:50:46.432Zuploading: /work/host-package.log (22349 bytes)
99682024-12-18T19:50:47.442Zuploaded: /work/host-package.log
99692024-12-18T19:50:47.445Zuploading: /work/host-target.log (101 bytes)
99702024-12-18T19:50:48.450Zuploaded: /work/host-target.log
99712024-12-18T19:50:48.450Zuploading: /work/omicron-package.log (5666 bytes)
99722024-12-18T19:50:49.458Zuploaded: /work/omicron-package.log
99732024-12-18T19:50:49.458Zuploading: /work/phbl-toolchain.log (881 bytes)
99742024-12-18T19:50:50.465Zuploaded: /work/phbl-toolchain.log
99752024-12-18T19:50:50.466Zuploading: /work/recovery-image.log (591787 bytes)
99762024-12-18T19:50:51.499Zuploaded: /work/recovery-image.log
99772024-12-18T19:50:51.501Zuploading: /work/recovery-package.log (321 bytes)
99782024-12-18T19:50:52.507Zuploaded: /work/recovery-package.log
99792024-12-18T19:50:52.507Zuploading: /work/recovery-target.log (98 bytes)
99802024-12-18T19:50:53.516Zuploaded: /work/recovery-target.log
99812024-12-18T19:50:53.516Zuploading: /work/stamp-clickhouse.log (117 bytes)
99822024-12-18T19:50:54.525Zuploaded: /work/stamp-clickhouse.log
99832024-12-18T19:50:54.525Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99842024-12-18T19:50:55.533Zuploaded: /work/stamp-clickhouse_keeper.log
99852024-12-18T19:50:55.533Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99862024-12-18T19:50:56.542Zuploaded: /work/stamp-cockroachdb.log
99872024-12-18T19:50:56.542Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99882024-12-18T19:50:57.558Zuploaded: /work/stamp-crucible-dtrace.log
99892024-12-18T19:50:57.559Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99902024-12-18T19:50:58.575Zuploaded: /work/stamp-crucible-pantry-zone.log
99912024-12-18T19:50:58.575Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99922024-12-18T19:50:59.582Zuploaded: /work/stamp-crucible-zone.log
99932024-12-18T19:50:59.582Zuploading: /work/stamp-external-dns.log (119 bytes)
99942024-12-18T19:51:00.592Zuploaded: /work/stamp-external-dns.log
99952024-12-18T19:51:00.592Zuploading: /work/stamp-installinator.log (103 bytes)
99962024-12-18T19:51:01.599Zuploaded: /work/stamp-installinator.log
99972024-12-18T19:51:01.599Zuploading: /work/stamp-internal-dns.log (119 bytes)
99982024-12-18T19:51:02.607Zuploaded: /work/stamp-internal-dns.log
99992024-12-18T19:51:02.607Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100002024-12-18T19:51:03.615Zuploaded: /work/stamp-mg-ddm-gz.log
100012024-12-18T19:51:03.615Zuploading: /work/stamp-nexus.log (112 bytes)
100022024-12-18T19:51:04.623Zuploaded: /work/stamp-nexus.log
100032024-12-18T19:51:04.624Zuploading: /work/stamp-ntp.log (110 bytes)
100042024-12-18T19:51:05.632Zuploaded: /work/stamp-ntp.log
100052024-12-18T19:51:05.632Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100062024-12-18T19:51:06.639Zuploaded: /work/stamp-omicron-sled-agent.log
100072024-12-18T19:51:06.639Zuploading: /work/stamp-overlay.log (114 bytes)
100082024-12-18T19:51:07.648Zuploaded: /work/stamp-overlay.log
100092024-12-18T19:51:07.648Zuploading: /work/stamp-oximeter.log (115 bytes)
100102024-12-18T19:51:08.657Zuploaded: /work/stamp-oximeter.log
100112024-12-18T19:51:08.657Zuploading: /work/stamp-oxlog.log (109 bytes)
100122024-12-18T19:51:09.665Zuploaded: /work/stamp-oxlog.log
100132024-12-18T19:51:09.665Zuploading: /work/stamp-probe.log (112 bytes)
100142024-12-18T19:51:10.674Zuploaded: /work/stamp-probe.log
100152024-12-18T19:51:10.674Zuploading: /work/stamp-propolis-server.log (122 bytes)
100162024-12-18T19:51:11.684Zuploaded: /work/stamp-propolis-server.log
100172024-12-18T19:51:11.684Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100182024-12-18T19:51:12.693Zuploaded: /work/stamp-pumpkind-gz.log
100192024-12-18T19:51:12.696Zuploading: /work/stamp-switch-asic.log (118 bytes)
100202024-12-18T19:51:13.702Zuploaded: /work/stamp-switch-asic.log
100212024-12-18T19:51:13.702Zuploading: /work/verify-libraries.log (5735 bytes)
100222024-12-18T19:51:14.710Zuploaded: /work/verify-libraries.log